@finos/legend-application-studio 15.1.0 → 15.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
  2. package/lib/components/EditorComponentTestUtils.js +6 -6
  3. package/lib/components/EditorComponentTestUtils.js.map +1 -1
  4. package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
  5. package/lib/components/editor/edit-panel/FunctionEditor.js +3 -3
  6. package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
  7. package/lib/components/editor/edit-panel/UnsupportedElementEditor.js +1 -1
  8. package/lib/components/editor/edit-panel/UnsupportedElementEditor.js.map +1 -1
  9. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts.map +1 -1
  10. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js +2 -2
  11. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js.map +1 -1
  12. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js +1 -1
  13. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js.map +1 -1
  14. package/lib/{stores/editor-state/element-editor-state/mapping/relational → components/editor/edit-panel/connection-editor}/DatabaseEditorHelper.d.ts +0 -0
  15. package/lib/components/editor/edit-panel/connection-editor/DatabaseEditorHelper.d.ts.map +1 -0
  16. package/lib/{stores/editor-state/element-editor-state/mapping/relational → components/editor/edit-panel/connection-editor}/DatabaseEditorHelper.js +0 -0
  17. package/lib/components/editor/edit-panel/connection-editor/DatabaseEditorHelper.js.map +1 -0
  18. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts +3 -12
  19. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
  20. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +103 -41
  21. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
  22. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +26 -0
  23. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts.map +1 -0
  24. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +77 -0
  25. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -0
  26. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.d.ts.map +1 -1
  27. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js +1 -1
  28. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js.map +1 -1
  29. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts.map +1 -1
  30. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js +1 -1
  31. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js.map +1 -1
  32. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +2 -2
  33. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
  34. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
  35. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +2 -5
  36. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
  37. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts.map +1 -1
  38. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js +4 -4
  39. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js.map +1 -1
  40. package/lib/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.js +1 -1
  41. package/lib/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.js.map +1 -1
  42. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts.map +1 -1
  43. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js +2 -1
  44. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js.map +1 -1
  45. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts.map +1 -1
  46. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js +7 -5
  47. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
  48. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts.map +1 -1
  49. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +2 -2
  50. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
  51. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
  52. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +9 -7
  53. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
  54. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.d.ts.map +1 -1
  55. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js +4 -1
  56. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js.map +1 -1
  57. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.d.ts.map +1 -1
  58. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js +4 -1
  59. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js.map +1 -1
  60. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
  61. package/lib/components/editor/side-bar/CreateNewElementModal.js +7 -4
  62. package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
  63. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
  64. package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +8 -2
  65. package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
  66. package/lib/index.css +1 -1
  67. package/lib/index.d.ts +3 -2
  68. package/lib/index.d.ts.map +1 -1
  69. package/lib/index.js +3 -2
  70. package/lib/index.js.map +1 -1
  71. package/lib/package.json +6 -6
  72. package/lib/stores/EditorStore.d.ts +1 -9
  73. package/lib/stores/EditorStore.d.ts.map +1 -1
  74. package/lib/stores/EditorStore.js +3 -54
  75. package/lib/stores/EditorStore.js.map +1 -1
  76. package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.d.ts +28 -1
  77. package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -1
  78. package/lib/stores/editor/NewElementState.d.ts +1 -1
  79. package/lib/stores/editor/NewElementState.d.ts.map +1 -1
  80. package/lib/stores/editor/NewElementState.js +5 -3
  81. package/lib/stores/editor/NewElementState.js.map +1 -1
  82. package/lib/stores/editor-state/ModelImporterState.d.ts.map +1 -1
  83. package/lib/stores/editor-state/ModelImporterState.js +10 -6
  84. package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
  85. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts +9 -2
  86. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts.map +1 -1
  87. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js +32 -2
  88. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +1 -1
  89. package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.d.ts +30 -0
  90. package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.d.ts.map +1 -0
  91. package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js +49 -0
  92. package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js.map +1 -0
  93. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +1 -1
  94. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
  95. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts +2 -1
  96. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +1 -1
  97. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +6 -4
  98. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
  99. package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.d.ts +10 -1
  100. package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.d.ts.map +1 -1
  101. package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.js +27 -1
  102. package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.js.map +1 -1
  103. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts +1 -3
  104. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts.map +1 -1
  105. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js +1 -4
  106. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js.map +1 -1
  107. package/package.json +14 -14
  108. package/src/components/EditorComponentTestUtils.tsx +6 -12
  109. package/src/components/editor/edit-panel/FunctionEditor.tsx +9 -2
  110. package/src/components/editor/edit-panel/UnsupportedElementEditor.tsx +1 -1
  111. package/src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx +6 -2
  112. package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +1 -1
  113. package/src/{stores/editor-state/element-editor-state/mapping/relational → components/editor/edit-panel/connection-editor}/DatabaseEditorHelper.tsx +0 -0
  114. package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +371 -172
  115. package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +278 -0
  116. package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +2 -1
  117. package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +5 -1
  118. package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +2 -2
  119. package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx +2 -9
  120. package/src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx +4 -3
  121. package/src/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.tsx +1 -1
  122. package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +6 -2
  123. package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +12 -5
  124. package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +3 -1
  125. package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +21 -12
  126. package/src/components/editor/edit-panel/uml-editor/StereotypeSelector.tsx +7 -4
  127. package/src/components/editor/edit-panel/uml-editor/TaggedValueEditor.tsx +7 -4
  128. package/src/components/editor/side-bar/CreateNewElementModal.tsx +9 -3
  129. package/src/components/editor/side-bar/testable/GlobalTestRunner.tsx +13 -1
  130. package/src/index.ts +6 -2
  131. package/src/stores/EditorStore.ts +2 -81
  132. package/src/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.ts +55 -0
  133. package/src/stores/editor/NewElementState.ts +8 -7
  134. package/src/stores/editor-state/ModelImporterState.ts +15 -11
  135. package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +47 -1
  136. package/src/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.ts +73 -0
  137. package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +1 -1
  138. package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +14 -4
  139. package/src/stores/graphModifier/StoreRelational_GraphModifierHelper.ts +64 -0
  140. package/src/stores/sidebar-state/testable/GlobalTestRunnerState.ts +2 -9
  141. package/tsconfig.json +5 -3
  142. package/tsconfig.package.json +38 -0
  143. package/lib/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.d.ts.map +0 -1
  144. package/lib/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.js.map +0 -1
package/tsconfig.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "noImplicitOverride": true,
22
22
  "noUncheckedIndexedAccess": true,
23
23
  "exactOptionalPropertyTypes": true,
24
- "forceConsistentCasingInFileNames": false,
24
+ "forceConsistentCasingInFileNames": true,
25
25
  "outDir": "./lib",
26
26
  "tsBuildInfoFile": "./build/prod.tsbuildinfo",
27
27
  "rootDir": "./src",
@@ -85,6 +85,7 @@
85
85
  "./src/stores/editor-state/element-editor-state/UMLEditorState.ts",
86
86
  "./src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts",
87
87
  "./src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts",
88
+ "./src/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.ts",
88
89
  "./src/stores/editor-state/element-editor-state/data/DataEditorState.ts",
89
90
  "./src/stores/editor-state/element-editor-state/data/EmbeddedDataState.ts",
90
91
  "./src/stores/editor-state/element-editor-state/external-format/BindingEditorState.ts",
@@ -165,8 +166,10 @@
165
166
  "./src/components/editor/edit-panel/UnsupportedElementEditor.tsx",
166
167
  "./src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx",
167
168
  "./src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx",
169
+ "./src/components/editor/edit-panel/connection-editor/DatabaseEditorHelper.tsx",
168
170
  "./src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx",
169
171
  "./src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx",
172
+ "./src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx",
170
173
  "./src/components/editor/edit-panel/data-editor/DataElementEditor.tsx",
171
174
  "./src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx",
172
175
  "./src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx",
@@ -242,8 +245,7 @@
242
245
  "./src/components/workspace-setup/ProjectSelector.tsx",
243
246
  "./src/components/workspace-setup/WorkspaceSelector.tsx",
244
247
  "./src/components/workspace-setup/WorkspaceSetup.tsx",
245
- "./src/components/workspace-setup/WorkspaceSetupStoreProvider.tsx",
246
- "./src/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.tsx"
248
+ "./src/components/workspace-setup/WorkspaceSetupStoreProvider.tsx"
247
249
  ],
248
250
  "include": [
249
251
  "src/**/*.ts",
@@ -0,0 +1,38 @@
1
+ {
2
+ "compilerOptions": {
3
+ "lib": [
4
+ "dom",
5
+ "dom.iterable",
6
+ "esnext",
7
+ "webworker",
8
+ "scripthost"
9
+ ],
10
+ "composite": true,
11
+ "declaration": true,
12
+ "declarationMap": true,
13
+ "sourceMap": true,
14
+ "target": "esnext",
15
+ "module": "nodenext",
16
+ "skipLibCheck": true,
17
+ "resolveJsonModule": true,
18
+ "isolatedModules": true,
19
+ "importsNotUsedAsValues": "error",
20
+ "strict": true,
21
+ "noImplicitOverride": true,
22
+ "noUncheckedIndexedAccess": true,
23
+ "exactOptionalPropertyTypes": true,
24
+ "forceConsistentCasingInFileNames": true,
25
+ "outDir": "./lib",
26
+ "tsBuildInfoFile": "./build/package.tsbuildinfo",
27
+ "rootDir": "./"
28
+ },
29
+ "files": [
30
+ "./package.json"
31
+ ],
32
+ "include": [
33
+ "package.json"
34
+ ],
35
+ "exclude": [
36
+ "lib"
37
+ ]
38
+ }
@@ -1 +0,0 @@
1
- {"version":3,"file":"DatabaseEditorHelper.d.ts","sourceRoot":"","sources":["../../../../../../src/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAWH,OAAO,EACL,KAAK,kBAAkB,EAmBxB,MAAM,qBAAqB,CAAC;AAE7B,eAAO,MAAM,uBAAuB,SAAU,kBAAkB,KAAG,MAuClE,CAAC;AAEF,eAAO,MAAM,oBAAoB,SACzB,kBAAkB,KACvB,MAAM,SA2CR,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DatabaseEditorHelper.js","sourceRoot":"","sources":["../../../../../../src/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.tsx"],"names":[],"mappings":"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"}