@finos/legend-application-studio 13.0.3 → 13.1.2
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.
- package/lib/components/editor/command/project-search.css +1 -1
- package/lib/components/editor/command/project-search.css.map +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.js +11 -3
- package/lib/components/editor/command-center/ProjectSearchCommand.js.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.js +41 -34
- package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js +35 -54
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.js +2 -2
- package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.js +11 -20
- package/lib/components/editor/edit-panel/RuntimeEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +10 -2
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js +4 -8
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.js +1 -1
- package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js +3 -7
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/BindingElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/BindingElementEditor.js +2 -2
- package/lib/components/editor/edit-panel/external-format-editor/BindingElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.js +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js +2 -9
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js +3 -4
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +3 -10
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +4 -10
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js +7 -9
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +3 -6
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.js +7 -8
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js +1 -3
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js +5 -7
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js +3 -4
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js +3 -5
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js +6 -4
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +6 -12
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +156 -62
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js +39 -21
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js +62 -9
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js +4 -8
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.d.ts +7 -1
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js +33 -5
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.d.ts +7 -1
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js +35 -7
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.js +2 -3
- package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
- package/lib/components/editor/side-bar/Explorer.js +8 -9
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/shared/StudioLambdaEditor.d.ts +1 -0
- package/lib/components/shared/StudioLambdaEditor.d.ts.map +1 -1
- package/lib/components/shared/StudioLambdaEditor.js +2 -2
- package/lib/components/shared/StudioLambdaEditor.js.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/package.json +5 -5
- package/lib/stores/EditorStore.d.ts.map +1 -1
- package/lib/stores/EditorStore.js +7 -7
- package/lib/stores/EditorStore.js.map +1 -1
- package/lib/stores/editor/NewElementState.d.ts.map +1 -1
- package/lib/stores/editor/NewElementState.js +12 -5
- package/lib/stores/editor/NewElementState.js.map +1 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.d.ts +0 -2
- package/lib/stores/editor-state/GenerationSpecificationEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.js +1 -8
- package/lib/stores/editor-state/GenerationSpecificationEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ElementEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ElementEditorState.js +2 -4
- package/lib/stores/editor-state/element-editor-state/ElementEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts +2 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js +9 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js +3 -3
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js.map +1 -1
- package/lib/stores/graphModifier/DomainGraphModifierHelper.d.ts +10 -0
- package/lib/stores/graphModifier/DomainGraphModifierHelper.d.ts.map +1 -1
- package/lib/stores/graphModifier/DomainGraphModifierHelper.js +31 -1
- package/lib/stores/graphModifier/DomainGraphModifierHelper.js.map +1 -1
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.d.ts +2 -1
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.d.ts.map +1 -1
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.js +3 -0
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.js.map +1 -1
- package/lib/stores/shared/DnDUtil.d.ts +1 -2
- package/lib/stores/shared/DnDUtil.d.ts.map +1 -1
- package/lib/stores/shared/DnDUtil.js +0 -2
- package/lib/stores/shared/DnDUtil.js.map +1 -1
- package/lib/stores/shared/testable/TestableUtils.d.ts.map +1 -1
- package/lib/stores/shared/testable/TestableUtils.js +2 -3
- package/lib/stores/shared/testable/TestableUtils.js.map +1 -1
- package/package.json +13 -13
- package/src/components/editor/command-center/ProjectSearchCommand.tsx +13 -2
- package/src/components/editor/edit-panel/FunctionEditor.tsx +220 -152
- package/src/components/editor/edit-panel/GenerationSpecificationEditor.tsx +154 -184
- package/src/components/editor/edit-panel/GrammarTextEditor.tsx +4 -5
- package/src/components/editor/edit-panel/RuntimeEditor.tsx +89 -90
- package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +36 -0
- package/src/components/editor/edit-panel/data-editor/DataElementEditor.tsx +57 -40
- package/src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx +1 -1
- package/src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx +50 -45
- package/src/components/editor/edit-panel/external-format-editor/BindingElementEditor.tsx +36 -32
- package/src/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.tsx +1 -1
- package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +46 -41
- package/src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx +9 -7
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +18 -21
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +39 -29
- package/src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx +39 -39
- package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +23 -15
- package/src/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.tsx +40 -38
- package/src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx +1 -3
- package/src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx +48 -45
- package/src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx +12 -8
- package/src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx +2 -3
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +75 -72
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +63 -36
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx +1 -1
- package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +56 -45
- package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +812 -504
- package/src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx +209 -113
- package/src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx +184 -52
- package/src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx +62 -39
- package/src/components/editor/edit-panel/uml-editor/StereotypeSelector.tsx +137 -52
- package/src/components/editor/edit-panel/uml-editor/TaggedValueEditor.tsx +171 -88
- package/src/components/editor/side-bar/CreateNewElementModal.tsx +2 -1
- package/src/components/editor/side-bar/Explorer.tsx +11 -15
- package/src/components/shared/StudioLambdaEditor.tsx +3 -0
- package/src/stores/EditorStore.ts +7 -6
- package/src/stores/editor/NewElementState.ts +12 -5
- package/src/stores/editor-state/GenerationSpecificationEditorState.ts +1 -15
- package/src/stores/editor-state/element-editor-state/ElementEditorState.ts +2 -3
- package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +10 -0
- package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +1 -0
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +2 -1
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.ts +12 -3
- package/src/stores/graphModifier/DomainGraphModifierHelper.ts +92 -0
- package/src/stores/graphModifier/StoreRelational_GraphModifierHelper.ts +10 -0
- package/src/stores/shared/DnDUtil.ts +0 -2
- package/src/stores/shared/testable/TestableUtils.ts +4 -3
|
@@ -39,8 +39,7 @@ export declare enum CORE_DND_TYPE {
|
|
|
39
39
|
PROJECT_EXPLORER_GENERATION_TREE = "PROJECT_EXPLORER_GENERATION_TREE",
|
|
40
40
|
MAPPING_EXPLORER_CLASS_MAPPING = "MAPPING_EXPLORER_CLASS_MAPPING",
|
|
41
41
|
MAPPING_EXPLORER_ENUMERATION_MAPPING = "MAPPING_EXPLORER_ENUMERATION_MAPPING",
|
|
42
|
-
MAPPING_EXPLORER_ASSOCIATION_MAPPING = "MAPPING_EXPLORER_ASSOCIATION_MAPPING"
|
|
43
|
-
GENERATION_SPEC_NODE = "GENERATION_SPEC_NODE"
|
|
42
|
+
MAPPING_EXPLORER_ASSOCIATION_MAPPING = "MAPPING_EXPLORER_ASSOCIATION_MAPPING"
|
|
44
43
|
}
|
|
45
44
|
export declare class TypeDragSource {
|
|
46
45
|
data: TypeTreeNodeData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DnDUtil.d.ts","sourceRoot":"","sources":["../../../src/stores/shared/DnDUtil.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oEAAoE,CAAC;AACzG,OAAO,KAAK,EACV,8BAA8B,EAC9B,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,uBAAuB,CAAC;AAE/B,oBAAY,aAAa;IACvB,IAAI,SAAS;IAEb,eAAe,oBAAoB;IACnC,qBAAqB,0BAA0B;IAC/C,cAAc,mBAAmB;IACjC,mBAAmB,wBAAwB;IAE3C,wBAAwB,6BAA6B;IACrD,sBAAsB,2BAA2B;IACjD,4BAA4B,iCAAiC;IAC7D,wBAAwB,6BAA6B;IACrD,4BAA4B,iCAAiC;IAC7D,wBAAwB,6BAA6B;IACrD,yBAAyB,8BAA8B;IACvD,0BAA0B,+BAA+B;IACzD,yBAAyB,8BAA8B;IACvD,wBAAwB,6BAA6B;IACrD,wBAAwB,6BAA6B;IACrD,2BAA2B,gCAAgC;IAC3D,wBAAwB,6BAA6B;IACrD,gCAAgC,qCAAqC;IACrE,qBAAqB,0BAA0B;IAC/C,gCAAgC,qCAAqC;IAErE,8BAA8B,mCAAmC;IACjE,oCAAoC,yCAAyC;IAC7E,oCAAoC,yCAAyC;
|
|
1
|
+
{"version":3,"file":"DnDUtil.d.ts","sourceRoot":"","sources":["../../../src/stores/shared/DnDUtil.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oEAAoE,CAAC;AACzG,OAAO,KAAK,EACV,8BAA8B,EAC9B,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,uBAAuB,CAAC;AAE/B,oBAAY,aAAa;IACvB,IAAI,SAAS;IAEb,eAAe,oBAAoB;IACnC,qBAAqB,0BAA0B;IAC/C,cAAc,mBAAmB;IACjC,mBAAmB,wBAAwB;IAE3C,wBAAwB,6BAA6B;IACrD,sBAAsB,2BAA2B;IACjD,4BAA4B,iCAAiC;IAC7D,wBAAwB,6BAA6B;IACrD,4BAA4B,iCAAiC;IAC7D,wBAAwB,6BAA6B;IACrD,yBAAyB,8BAA8B;IACvD,0BAA0B,+BAA+B;IACzD,yBAAyB,8BAA8B;IACvD,wBAAwB,6BAA6B;IACrD,wBAAwB,6BAA6B;IACrD,2BAA2B,gCAAgC;IAC3D,wBAAwB,6BAA6B;IACrD,gCAAgC,qCAAqC;IACrE,qBAAqB,0BAA0B;IAC/C,gCAAgC,qCAAqC;IAErE,8BAA8B,mCAAmC;IACjE,oCAAoC,yCAAyC;IAC7E,oCAAoC,yCAAyC;CAC9E;AAQD,qBAAa,cAAc;IACzB,IAAI,EAAE,gBAAgB,CAAC;gBAEX,IAAI,EAAE,gBAAgB;CAGnC;AAED,qBAAa,wBAAwB;IACnC,IAAI,EAAE,8BAA8B,CAAC;gBAEzB,IAAI,EAAE,8BAA8B;CAGjD;AAED,qBAAa,iBAAiB;IAC5B,IAAI,EAAE,mBAAmB,CAAC;gBAEd,IAAI,EAAE,mBAAmB;CAGtC;AAED,qBAAa,wBAAwB;IACnC,IAAI,EAAE,cAAc,CAAC;gBAET,IAAI,EAAE,cAAc;CAGjC;AAGD,oBAAY,0CAA0C,GACpD,wBAAwB,CAAC;AAC3B,oBAAY,mBAAmB,GAAG,cAAc,CAAC;AACjD,oBAAY,oCAAoC,GAAG,wBAAwB,CAAC;AAC5E,oBAAY,8BAA8B,GAAG,iBAAiB,CAAC;AAC/D,oBAAY,yBAAyB,GAAG,iBAAiB,CAAC;AAC1D,oBAAY,0BAA0B,GAAG,iBAAiB,CAAC;AAC3D,oBAAY,8BAA8B,GAAG,iBAAiB,CAAC"}
|
|
@@ -42,8 +42,6 @@ export var CORE_DND_TYPE;
|
|
|
42
42
|
CORE_DND_TYPE["MAPPING_EXPLORER_CLASS_MAPPING"] = "MAPPING_EXPLORER_CLASS_MAPPING";
|
|
43
43
|
CORE_DND_TYPE["MAPPING_EXPLORER_ENUMERATION_MAPPING"] = "MAPPING_EXPLORER_ENUMERATION_MAPPING";
|
|
44
44
|
CORE_DND_TYPE["MAPPING_EXPLORER_ASSOCIATION_MAPPING"] = "MAPPING_EXPLORER_ASSOCIATION_MAPPING";
|
|
45
|
-
// gen spec node
|
|
46
|
-
CORE_DND_TYPE["GENERATION_SPEC_NODE"] = "GENERATION_SPEC_NODE";
|
|
47
45
|
})(CORE_DND_TYPE = CORE_DND_TYPE || (CORE_DND_TYPE = {}));
|
|
48
46
|
// React DnD uses Redux under the hood and also it champions the use of plain object over class instance
|
|
49
47
|
// There is some practical reason for that (due to the potential need to serialize the item object), but as for now
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DnDUtil.js","sourceRoot":"","sources":["../../../src/stores/shared/DnDUtil.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"DnDUtil.js","sourceRoot":"","sources":["../../../src/stores/shared/DnDUtil.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,MAAM,CAAN,IAAY,aA4BX;AA5BD,WAAY,aAAa;IACvB,8BAAa,CAAA;IACb,YAAY;IACZ,oDAAmC,CAAA;IACnC,gEAA+C,CAAA;IAC/C,kDAAiC,CAAA;IACjC,4DAA2C,CAAA;IAC3C,wBAAwB;IACxB,sEAAqD,CAAA;IACrD,kEAAiD,CAAA;IACjD,8EAA6D,CAAA;IAC7D,sEAAqD,CAAA;IACrD,8EAA6D,CAAA;IAC7D,sEAAqD,CAAA;IACrD,wEAAuD,CAAA;IACvD,0EAAyD,CAAA;IACzD,wEAAuD,CAAA;IACvD,sEAAqD,CAAA;IACrD,sEAAqD,CAAA;IACrD,4EAA2D,CAAA;IAC3D,sEAAqD,CAAA;IACrD,sFAAqE,CAAA;IACrE,gEAA+C,CAAA;IAC/C,sFAAqE,CAAA;IACrE,mBAAmB;IACnB,kFAAiE,CAAA;IACjE,8FAA6E,CAAA;IAC7E,8FAA6E,CAAA;AAC/E,CAAC,EA5BW,aAAa,GAAb,aAAa,KAAb,aAAa,QA4BxB;AAED,wGAAwG;AACxG,mHAAmH;AACnH,8HAA8H;AAC9H,yGAAyG;AACzG,yDAAyD;AACzD,uDAAuD;AACvD,MAAM,OAAO,cAAc;IACzB,IAAI,CAAmB;IAEvB,YAAY,IAAsB;QAChC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;CACF;AAED,MAAM,OAAO,wBAAwB;IACnC,IAAI,CAAiC;IAErC,YAAY,IAAoC;QAC9C,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;CACF;AAED,MAAM,OAAO,iBAAiB;IAC5B,IAAI,CAAsB;IAE1B,YAAY,IAAyB;QACnC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;CACF;AAED,MAAM,OAAO,wBAAwB;IACnC,IAAI,CAAiB;IAErB,YAAY,IAAoB;QAC9B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TestableUtils.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/testable/TestableUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,UAAU,EACf,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,4BAA4B,EACjC,KAAK,kBAAkB,EACvB,KAAK,OAAO,EACZ,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAMnB,MAAM,qBAAqB,CAAC;AAU7B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,eAAO,MAAM,wBAAwB,iBACrB,MAAM,GAAG,SAAS,KAC/B,kBAKF,CAAC;AAEF,eAAO,MAAM,sCAAsC,YACxC,OAAO,KACf,oBAAoB,
|
|
1
|
+
{"version":3,"file":"TestableUtils.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/testable/TestableUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,UAAU,EACf,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,4BAA4B,EACjC,KAAK,kBAAkB,EACvB,KAAK,OAAO,EACZ,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAMnB,MAAM,qBAAqB,CAAC;AAU7B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,eAAO,MAAM,wBAAwB,iBACrB,MAAM,GAAG,SAAS,KAC/B,kBAKF,CAAC;AAEF,eAAO,MAAM,sCAAsC,YACxC,OAAO,KACf,oBAAoB,EAYtB,CAAC;AAIF,qBAAa,uCACX,YAAW,iBAAiB,CAAC,YAAY,CAAC;IAE1C,WAAW,EAAE,WAAW,CAAC;gBACb,WAAW,EAAE,WAAW;IAIpC,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,YAAY;IAGtD,uBAAuB,CAAC,UAAU,EAAE,iBAAiB,GAAG,YAAY;IAKpE,0BAA0B,CAAC,UAAU,EAAE,oBAAoB,GAAG,YAAY;IAG1E,yBAAyB,CAAC,UAAU,EAAE,mBAAmB,GAAG,YAAY;IAUxE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,YAAY;IAGtE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,YAAY;IAGtE,kCAAkC,CAChC,UAAU,EAAE,4BAA4B,GACvC,YAAY;CAGhB;AAED,qBAAa,iCACX,YAAW,iBAAiB,CAAC,MAAM,CAAC;IAEpC,WAAW,EAAE,WAAW,CAAC;gBACb,WAAW,EAAE,WAAW;IAIpC,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM;IAGhD,uBAAuB,CAAC,UAAU,EAAE,iBAAiB,GAAG,MAAM;IAK9D,0BAA0B,CAAC,UAAU,EAAE,oBAAoB,GAAG,MAAM;IAGpE,yBAAyB,CAAC,UAAU,EAAE,mBAAmB,GAAG,MAAM;IAGlE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,MAAM;IAIhE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,MAAM;IAGhE,kCAAkC,CAChC,UAAU,EAAE,4BAA4B,GACvC,MAAM;CAGV;AAED,eAAO,MAAM,mCAAmC,YACrC,OAAO,eACH,WAAW,KACvB,kBAAkB,EAmBpB,CAAC;AAEF,eAAO,MAAM,+BAA+B,SACpC,UAAU,KACf,aASF,CAAC;AAEF,eAAO,MAAM,2BAA2B,QAAS,MAAM,KAAG,iBAoBzD,CAAC"}
|
|
@@ -26,14 +26,13 @@ export const createBareExternalFormat = (contentType) => {
|
|
|
26
26
|
export const getAllIdentifiedConnectionsFromRuntime = (runtime) => {
|
|
27
27
|
const resolvedRuntimes = [];
|
|
28
28
|
if (runtime instanceof RuntimePointer) {
|
|
29
|
-
|
|
30
|
-
resolvedRuntimes.push(engineRuntime);
|
|
29
|
+
resolvedRuntimes.push(runtime.packageableRuntime.value.runtimeValue);
|
|
31
30
|
}
|
|
32
31
|
else if (runtime instanceof EngineRuntime) {
|
|
33
32
|
resolvedRuntimes.push(runtime);
|
|
34
33
|
}
|
|
35
34
|
return resolvedRuntimes
|
|
36
|
-
.flatMap((e) => e.connections.map((
|
|
35
|
+
.flatMap((e) => e.connections.map((connection) => connection.storeConnections))
|
|
37
36
|
.flat();
|
|
38
37
|
};
|
|
39
38
|
// NOTE: this will all move to `engine` once engine support generating test data for all connections
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TestableUtils.js","sourceRoot":"","sources":["../../../../src/stores/shared/testable/TestableUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAcL,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,aAAa,EACb,cAAc,EACd,WAAW,EACX,6BAA6B,EAC7B,sBAAsB,GACvB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,UAAU,EACV,WAAW,EACX,+BAA+B,EAC/B,uBAAuB,EACvB,aAAa,EACb,kBAAkB,GACnB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAE7E,OAAO,EAAE,qCAAqC,EAAE,MAAM,oBAAoB,CAAC;AAE3E,MAAM,CAAC,MAAM,wBAAwB,GAAG,CACtC,WAAgC,EACZ,EAAE;IACtB,MAAM,IAAI,GAAG,IAAI,kBAAkB,EAAE,CAAC;IACtC,IAAI,CAAC,WAAW,GAAG,WAAW,IAAI,WAAW,CAAC,gBAAgB,CAAC;IAC/D,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;IACf,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GAAG,CACpD,OAAgB,EACQ,EAAE;IAC1B,MAAM,gBAAgB,GAAoB,EAAE,CAAC;IAC7C,IAAI,OAAO,YAAY,cAAc,EAAE;QACrC,
|
|
1
|
+
{"version":3,"file":"TestableUtils.js","sourceRoot":"","sources":["../../../../src/stores/shared/testable/TestableUtils.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application-studio",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.1.2",
|
|
4
4
|
"description": "Legend Studio application core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
"test:watch": "jest --watch"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@finos/legend-application": "7.
|
|
48
|
-
"@finos/legend-art": "
|
|
49
|
-
"@finos/legend-graph": "
|
|
50
|
-
"@finos/legend-server-depot": "3.0.
|
|
51
|
-
"@finos/legend-server-sdlc": "4.0.
|
|
52
|
-
"@finos/legend-shared": "
|
|
53
|
-
"@finos/legend-storage": "3.0.
|
|
47
|
+
"@finos/legend-application": "7.1.2",
|
|
48
|
+
"@finos/legend-art": "3.0.1",
|
|
49
|
+
"@finos/legend-graph": "14.0.2",
|
|
50
|
+
"@finos/legend-server-depot": "3.0.6",
|
|
51
|
+
"@finos/legend-server-sdlc": "4.0.9",
|
|
52
|
+
"@finos/legend-shared": "6.0.1",
|
|
53
|
+
"@finos/legend-storage": "3.0.5",
|
|
54
54
|
"@testing-library/react": "13.3.0",
|
|
55
|
-
"@types/react": "18.0.
|
|
55
|
+
"@types/react": "18.0.17",
|
|
56
56
|
"@types/react-dom": "18.0.6",
|
|
57
57
|
"@types/react-router-dom": "5.3.3",
|
|
58
58
|
"date-fns": "2.29.1",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"mobx": "6.6.1",
|
|
61
61
|
"mobx-react-lite": "3.4.0",
|
|
62
62
|
"mobx-utils": "6.0.5",
|
|
63
|
-
"monaco-editor": "0.
|
|
63
|
+
"monaco-editor": "0.34.0",
|
|
64
64
|
"node-diff3": "3.1.2",
|
|
65
65
|
"react": "18.2.0",
|
|
66
66
|
"react-dnd": "16.0.1",
|
|
@@ -73,14 +73,14 @@
|
|
|
73
73
|
"serializr": "2.0.5"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@finos/legend-dev-utils": "2.0.
|
|
76
|
+
"@finos/legend-dev-utils": "2.0.11",
|
|
77
77
|
"@jest/globals": "28.1.3",
|
|
78
78
|
"cross-env": "7.0.3",
|
|
79
|
-
"eslint": "8.
|
|
79
|
+
"eslint": "8.22.0",
|
|
80
80
|
"jest": "28.1.3",
|
|
81
81
|
"npm-run-all": "4.1.5",
|
|
82
82
|
"rimraf": "3.0.2",
|
|
83
|
-
"sass": "1.54.
|
|
83
|
+
"sass": "1.54.4",
|
|
84
84
|
"typescript": "4.7.4"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
@@ -31,6 +31,7 @@ import type { PackageableElement } from '@finos/legend-graph';
|
|
|
31
31
|
import { useEditorStore } from '../EditorStoreProvider.js';
|
|
32
32
|
import {
|
|
33
33
|
buildElementOption,
|
|
34
|
+
getPackageableElementOptionFormatter,
|
|
34
35
|
type PackageableElementOption,
|
|
35
36
|
} from '@finos/legend-application';
|
|
36
37
|
|
|
@@ -44,7 +45,13 @@ export const ProjectSearchCommand = observer(() => {
|
|
|
44
45
|
(type: string | undefined): (() => void) =>
|
|
45
46
|
(): void =>
|
|
46
47
|
setElementType(type);
|
|
47
|
-
const options =
|
|
48
|
+
const options = [
|
|
49
|
+
// NOTE: we don't include system elements here for now
|
|
50
|
+
// ...editorStore.graphManagerState.graph.systemModel.allOwnElements,
|
|
51
|
+
...editorStore.graphManagerState.graph.dependencyManager.allOwnElements,
|
|
52
|
+
...editorStore.graphManagerState.graph.allOwnElements,
|
|
53
|
+
...editorStore.graphManagerState.graph.generationModel.allOwnElements,
|
|
54
|
+
]
|
|
48
55
|
.filter(
|
|
49
56
|
(element) =>
|
|
50
57
|
!elementType ||
|
|
@@ -88,7 +95,7 @@ export const ProjectSearchCommand = observer(() => {
|
|
|
88
95
|
classes={{ container: 'search-modal__container' }}
|
|
89
96
|
PaperProps={{ classes: { root: 'search-modal__inner-container' } }}
|
|
90
97
|
>
|
|
91
|
-
<div className="modal search-modal">
|
|
98
|
+
<div className="modal search-modal modal--dark">
|
|
92
99
|
<div className="project-search-command">
|
|
93
100
|
<DropdownMenu
|
|
94
101
|
content={
|
|
@@ -138,6 +145,10 @@ export const ProjectSearchCommand = observer(() => {
|
|
|
138
145
|
elementType ? elementType.toLowerCase() : 'elements'
|
|
139
146
|
} by path`}
|
|
140
147
|
escapeClearsValue={true}
|
|
148
|
+
darkMode={true}
|
|
149
|
+
formatOptionLabel={getPackageableElementOptionFormatter({
|
|
150
|
+
darkMode: true,
|
|
151
|
+
})}
|
|
141
152
|
/>
|
|
142
153
|
</div>
|
|
143
154
|
</div>
|