@finos/legend-application-studio 13.0.1 → 13.1.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.
- 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/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 +9 -12
- 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 +12 -10
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js +2 -2
- 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/ServiceExecutionQueryEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +9 -6
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.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 +4 -8
- 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 +157 -57
- 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 +4 -4
- 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 -15
- 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/components/workspace-setup/WorkspaceSetup.js +1 -1
- package/lib/components/workspace-setup/WorkspaceSetup.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 +8 -2
- 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/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/mapping/MappingTestState.d.ts +4 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js +31 -15
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts +6 -3
- 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 +30 -17
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.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/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/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/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 +82 -58
- package/src/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.tsx +66 -50
- package/src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx +2 -2
- 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/ServiceExecutionQueryEditor.tsx +63 -43
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx +1 -1
- package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +55 -38
- package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +813 -499
- 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 +4 -2
- package/src/components/editor/side-bar/Explorer.tsx +13 -20
- package/src/components/shared/StudioLambdaEditor.tsx +3 -0
- package/src/components/workspace-setup/WorkspaceSetup.tsx +1 -1
- package/src/stores/EditorStore.ts +7 -6
- package/src/stores/editor/NewElementState.ts +8 -2
- 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/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/mapping/MappingTestState.ts +46 -29
- package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +39 -20
- package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +1 -1
- package/src/stores/graphModifier/DomainGraphModifierHelper.ts +92 -0
- package/src/stores/shared/DnDUtil.ts +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DomainGraphModifierHelper.js","sourceRoot":"","sources":["../../../src/stores/graphModifier/DomainGraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,cAAc,EACd,UAAU,EACV,WAAW,EACX,aAAa,
|
|
1
|
+
{"version":3,"file":"DomainGraphModifierHelper.js","sourceRoot":"","sources":["../../../src/stores/graphModifier/DomainGraphModifierHelper.ts"],"names":[],"mappings":"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"}
|
|
@@ -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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application-studio",
|
|
3
|
-
"version": "13.0
|
|
3
|
+
"version": "13.1.0",
|
|
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.0
|
|
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.0",
|
|
48
|
+
"@finos/legend-art": "3.0.0",
|
|
49
|
+
"@finos/legend-graph": "14.0.0",
|
|
50
|
+
"@finos/legend-server-depot": "3.0.5",
|
|
51
|
+
"@finos/legend-server-sdlc": "4.0.7",
|
|
52
|
+
"@finos/legend-shared": "6.0.0",
|
|
53
|
+
"@finos/legend-storage": "3.0.4",
|
|
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.10",
|
|
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>
|