@finos/legend-application-studio-bootstrap 7.16.0 → 7.18.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/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application-studio-bootstrap v7.16.0
1
+ /** @license @finos/legend-application-studio-bootstrap v7.18.0
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- @import'@finos/legend-art/lib/index.css';@import'@finos/legend-application/lib/index.css';@import'@finos/legend-query-builder/lib/index.css';@import'@finos/legend-application-studio/lib/index.css';@import'@finos/legend-extension-dsl-data-space/lib/index.css';@import'@finos/legend-extension-dsl-diagram/lib/index.css';@import'@finos/legend-extension-dsl-persistence/lib/index.css';@import'@finos/legend-extension-dsl-mastery/lib/index.css';@import'@finos/legend-extension-dsl-text/lib/index.css';@import'@finos/legend-extension-external-store-service/lib/index.css'/*# sourceMappingURL=index.css.map */
17
+ @import'@finos/legend-art/lib/index.css';@import'@finos/legend-application/lib/index.css';@import'@finos/legend-query-builder/lib/index.css';@import'@finos/legend-application-studio/lib/index.css';@import'@finos/legend-extension-dsl-service/lib/index.css';@import'@finos/legend-extension-dsl-diagram/lib/index.css';@import'@finos/legend-extension-dsl-data-space/lib/index.css';@import'@finos/legend-extension-dsl-persistence/lib/index.css';@import'@finos/legend-extension-dsl-mastery/lib/index.css';@import'@finos/legend-extension-dsl-text/lib/index.css';@import'@finos/legend-extension-store-service-store/lib/index.css'/*# sourceMappingURL=index.css.map */
package/lib/index.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,yCACA,iDACA,mDACA,wDACA,8DACA,2DACA,+DACA,2DACA,wDACA","file":"index.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,yCACA,iDACA,mDACA,wDAEA,2DACA,2DACA,8DACA,+DACA,2DACA,wDACA","file":"index.css"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,cAAc,EAEpB,MAAM,sBAAsB,CAAC;AA8B9B,qBAAa,0BAA0B;IACrC,MAAM,CAAC,mBAAmB,IAAI,cAAc,EAAE;IAe9C,MAAM,CAAC,mBAAmB,IAAI,cAAc,EAAE;IAiB9C,MAAM,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;CAUlC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,cAAc,EAEpB,MAAM,sBAAsB,CAAC;AA+B9B,qBAAa,0BAA0B;IACrC,MAAM,CAAC,mBAAmB,IAAI,cAAc,EAAE;IAe9C,MAAM,CAAC,mBAAmB,IAAI,cAAc,EAAE;IAkB9C,MAAM,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;CAUlC"}
package/lib/index.js CHANGED
@@ -13,44 +13,46 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- import { LegendStudio, DSLExternalFormat_LegendStudioApplicationPlugin, } from '@finos/legend-application-studio';
16
+ import { LegendStudio, DSL_ExternalFormat_LegendStudioApplicationPlugin, } from '@finos/legend-application-studio';
17
17
  import { WebConsole, } from '@finos/legend-shared';
18
- import { DSLText_GraphManagerPreset, DSLText_LegendStudioApplicationPlugin, } from '@finos/legend-extension-dsl-text';
19
- import { DSLDiagram_GraphManagerPreset, DSLDiagram_LegendStudioApplicationPlugin, } from '@finos/legend-extension-dsl-diagram';
20
- import { DSLDataSpace_GraphManagerPreset, DSLDataSpace_LegendStudioApplicationPlugin, } from '@finos/legend-extension-dsl-data-space';
21
- import { DSLPersistence_GraphManagerPreset, DSLPersistence_LegendStudioApplicationPlugin, } from '@finos/legend-extension-dsl-persistence';
22
- import { DSLMastery_GraphManagerPreset, DSLMastery_LegendStudioApplicationPlugin, } from '@finos/legend-extension-dsl-mastery';
23
- import { ESService_GraphManagerPreset, ESService_LegendStudioApplicationPlugin, } from '@finos/legend-extension-external-store-service';
24
- import { ELMorphir_LegendStudioApplicationPlugin } from '@finos/legend-extension-external-language-morphir';
25
- import { DSLExternalFormat_GraphPreset } from '@finos/legend-graph';
26
- import { DSLPersistenceCloud_GraphManagerPreset } from '@finos/legend-extension-dsl-persistence-cloud';
27
- import { EFJSONSchema_GraphManagerPreset } from '@finos/legend-extension-external-format-json-schema';
18
+ import { DSL_Text_GraphManagerPreset, DSL_Text_LegendStudioApplicationPlugin, } from '@finos/legend-extension-dsl-text';
19
+ import { DSL_Diagram_GraphManagerPreset, DSL_Diagram_LegendStudioApplicationPlugin, } from '@finos/legend-extension-dsl-diagram';
20
+ import { DSL_DataSpace_GraphManagerPreset, DSL_DataSpace_LegendStudioApplicationPlugin, } from '@finos/legend-extension-dsl-data-space';
21
+ import { DSL_Persistence_GraphManagerPreset, DSL_Persistence_LegendStudioApplicationPlugin, } from '@finos/legend-extension-dsl-persistence';
22
+ import { DSL_Mastery_GraphManagerPreset, DSL_Mastery_LegendStudioApplicationPlugin, } from '@finos/legend-extension-dsl-mastery';
23
+ import { STO_ServiceStore_GraphManagerPreset, STO_ServiceStore_LegendStudioApplicationPlugin, } from '@finos/legend-extension-store-service-store';
24
+ import { FMT_Morphir_LegendStudioApplicationPlugin } from '@finos/legend-extension-format-morphir';
25
+ import { DSL_ExternalFormat_GraphPreset } from '@finos/legend-graph';
26
+ import { DSL_PersistenceCloud_GraphManagerPreset } from '@finos/legend-extension-dsl-persistence-cloud';
27
+ import { FMT_JSONSchema_GraphManagerPreset } from '@finos/legend-extension-format-json-schema';
28
+ import { DSL_Service_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-service';
28
29
  export class LegendStudioWebApplication {
29
30
  static getPresetCollection() {
30
31
  return [
31
32
  // graph managers
32
- new DSLText_GraphManagerPreset(),
33
- new DSLDiagram_GraphManagerPreset(),
34
- new DSLDataSpace_GraphManagerPreset(),
35
- new DSLExternalFormat_GraphPreset(),
36
- new DSLPersistence_GraphManagerPreset(),
37
- new DSLMastery_GraphManagerPreset(),
38
- new DSLPersistenceCloud_GraphManagerPreset(),
39
- new EFJSONSchema_GraphManagerPreset(),
40
- new ESService_GraphManagerPreset(),
33
+ new DSL_Text_GraphManagerPreset(),
34
+ new DSL_Diagram_GraphManagerPreset(),
35
+ new DSL_DataSpace_GraphManagerPreset(),
36
+ new DSL_ExternalFormat_GraphPreset(),
37
+ new DSL_Persistence_GraphManagerPreset(),
38
+ new DSL_Mastery_GraphManagerPreset(),
39
+ new DSL_PersistenceCloud_GraphManagerPreset(),
40
+ new FMT_JSONSchema_GraphManagerPreset(),
41
+ new STO_ServiceStore_GraphManagerPreset(),
41
42
  ];
42
43
  }
43
44
  static getPluginCollection() {
44
45
  return [
45
46
  // application
46
- new DSLText_LegendStudioApplicationPlugin(),
47
- new DSLDiagram_LegendStudioApplicationPlugin(),
48
- new DSLDataSpace_LegendStudioApplicationPlugin(),
49
- new DSLExternalFormat_LegendStudioApplicationPlugin(),
50
- new DSLPersistence_LegendStudioApplicationPlugin(),
51
- new DSLMastery_LegendStudioApplicationPlugin(),
52
- new ESService_LegendStudioApplicationPlugin(),
53
- new ELMorphir_LegendStudioApplicationPlugin(),
47
+ new DSL_Text_LegendStudioApplicationPlugin(),
48
+ new DSL_Diagram_LegendStudioApplicationPlugin(),
49
+ new DSL_DataSpace_LegendStudioApplicationPlugin(),
50
+ new DSL_Service_LegendStudioApplicationPlugin(),
51
+ new DSL_ExternalFormat_LegendStudioApplicationPlugin(),
52
+ new DSL_Persistence_LegendStudioApplicationPlugin(),
53
+ new DSL_Mastery_LegendStudioApplicationPlugin(),
54
+ new STO_ServiceStore_LegendStudioApplicationPlugin(),
55
+ new FMT_Morphir_LegendStudioApplicationPlugin(),
54
56
  // loggers
55
57
  new WebConsole(),
56
58
  ];
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,YAAY,EACZ,+CAA+C,GAChD,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAGL,UAAU,GACX,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,0BAA0B,EAC1B,qCAAqC,GACtC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,6BAA6B,EAC7B,wCAAwC,GACzC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACL,+BAA+B,EAC/B,0CAA0C,GAC3C,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,iCAAiC,EACjC,4CAA4C,GAC7C,MAAM,yCAAyC,CAAC;AACjD,OAAO,EACL,6BAA6B,EAC7B,wCAAwC,GACzC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACL,4BAA4B,EAC5B,uCAAuC,GACxC,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAAE,sCAAsC,EAAE,MAAM,+CAA+C,CAAC;AACvG,OAAO,EAAE,+BAA+B,EAAE,MAAM,qDAAqD,CAAC;AAEtG,MAAM,OAAO,0BAA0B;IACrC,MAAM,CAAC,mBAAmB;QACxB,OAAO;YACL,iBAAiB;YACjB,IAAI,0BAA0B,EAAE;YAChC,IAAI,6BAA6B,EAAE;YACnC,IAAI,+BAA+B,EAAE;YACrC,IAAI,6BAA6B,EAAE;YACnC,IAAI,iCAAiC,EAAE;YACvC,IAAI,6BAA6B,EAAE;YACnC,IAAI,sCAAsC,EAAE;YAC5C,IAAI,+BAA+B,EAAE;YACrC,IAAI,4BAA4B,EAAE;SACnC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,mBAAmB;QACxB,OAAO;YACL,cAAc;YACd,IAAI,qCAAqC,EAAE;YAC3C,IAAI,wCAAwC,EAAE;YAC9C,IAAI,0CAA0C,EAAE;YAChD,IAAI,+CAA+C,EAAE;YACrD,IAAI,4CAA4C,EAAE;YAClD,IAAI,wCAAwC,EAAE;YAC9C,IAAI,uCAAuC,EAAE;YAC7C,IAAI,uCAAuC,EAAE;YAE7C,UAAU;YACV,IAAI,UAAU,EAAE;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,GAAG,CAAC,OAAe;QACxB,YAAY,CAAC,MAAM,EAAE;aAClB,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;aAClB,WAAW,CAAC,0BAA0B,CAAC,mBAAmB,EAAE,CAAC;aAC7D,WAAW,CAAC,0BAA0B,CAAC,mBAAmB,EAAE,CAAC;aAC7D,KAAK,EAAE;aACP,KAAK,CAAC,CAAC,CAAU,EAAE,EAAE;YACpB,MAAM,CAAC,CAAC;QACV,CAAC,CAAC,CAAC;IACP,CAAC;CACF"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,YAAY,EACZ,gDAAgD,GACjD,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAGL,UAAU,GACX,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,2BAA2B,EAC3B,sCAAsC,GACvC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,8BAA8B,EAC9B,yCAAyC,GAC1C,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACL,gCAAgC,EAChC,2CAA2C,GAC5C,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,kCAAkC,EAClC,6CAA6C,GAC9C,MAAM,yCAAyC,CAAC;AACjD,OAAO,EACL,8BAA8B,EAC9B,yCAAyC,GAC1C,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACL,mCAAmC,EACnC,8CAA8C,GAC/C,MAAM,6CAA6C,CAAC;AACrD,OAAO,EAAE,yCAAyC,EAAE,MAAM,wCAAwC,CAAC;AACnG,OAAO,EAAE,8BAA8B,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,uCAAuC,EAAE,MAAM,+CAA+C,CAAC;AACxG,OAAO,EAAE,iCAAiC,EAAE,MAAM,4CAA4C,CAAC;AAC/F,OAAO,EAAE,yCAAyC,EAAE,MAAM,qCAAqC,CAAC;AAEhG,MAAM,OAAO,0BAA0B;IACrC,MAAM,CAAC,mBAAmB;QACxB,OAAO;YACL,iBAAiB;YACjB,IAAI,2BAA2B,EAAE;YACjC,IAAI,8BAA8B,EAAE;YACpC,IAAI,gCAAgC,EAAE;YACtC,IAAI,8BAA8B,EAAE;YACpC,IAAI,kCAAkC,EAAE;YACxC,IAAI,8BAA8B,EAAE;YACpC,IAAI,uCAAuC,EAAE;YAC7C,IAAI,iCAAiC,EAAE;YACvC,IAAI,mCAAmC,EAAE;SAC1C,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,mBAAmB;QACxB,OAAO;YACL,cAAc;YACd,IAAI,sCAAsC,EAAE;YAC5C,IAAI,yCAAyC,EAAE;YAC/C,IAAI,2CAA2C,EAAE;YACjD,IAAI,yCAAyC,EAAE;YAC/C,IAAI,gDAAgD,EAAE;YACtD,IAAI,6CAA6C,EAAE;YACnD,IAAI,yCAAyC,EAAE;YAC/C,IAAI,8CAA8C,EAAE;YACpD,IAAI,yCAAyC,EAAE;YAE/C,UAAU;YACV,IAAI,UAAU,EAAE;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,GAAG,CAAC,OAAe;QACxB,YAAY,CAAC,MAAM,EAAE;aAClB,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;aAClB,WAAW,CAAC,0BAA0B,CAAC,mBAAmB,EAAE,CAAC;aAC7D,WAAW,CAAC,0BAA0B,CAAC,mBAAmB,EAAE,CAAC;aAC7D,KAAK,EAAE;aACP,KAAK,CAAC,CAAC,CAAU,EAAE,EAAE;YACpB,MAAM,CAAC,CAAC;QACV,CAAC,CAAC,CAAC;IACP,CAAC;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application-studio-bootstrap",
3
- "version": "7.16.0",
3
+ "version": "7.18.0",
4
4
  "description": "Legend Studio application bootrap",
5
5
  "keywords": [
6
6
  "legend",
@@ -44,31 +44,32 @@
44
44
  "publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
45
45
  },
46
46
  "dependencies": {
47
- "@finos/legend-application": "7.2.1",
48
- "@finos/legend-application-studio": "16.0.2",
49
- "@finos/legend-art": "3.2.1",
50
- "@finos/legend-extension-dsl-data-space": "6.1.15",
51
- "@finos/legend-extension-dsl-diagram": "6.0.2",
52
- "@finos/legend-extension-dsl-mastery": "1.0.4",
53
- "@finos/legend-extension-dsl-persistence": "3.0.14",
54
- "@finos/legend-extension-dsl-persistence-cloud": "3.0.14",
55
- "@finos/legend-extension-dsl-text": "4.0.14",
56
- "@finos/legend-extension-external-format-json-schema": "3.0.12",
57
- "@finos/legend-extension-external-language-morphir": "2.0.26",
58
- "@finos/legend-extension-external-store-service": "4.0.14",
59
- "@finos/legend-graph": "15.0.0",
60
- "@finos/legend-shared": "6.1.1",
61
- "@types/react": "18.0.20",
47
+ "@finos/legend-application": "8.0.1",
48
+ "@finos/legend-application-studio": "18.0.0",
49
+ "@finos/legend-art": "3.3.0",
50
+ "@finos/legend-extension-dsl-data-space": "7.0.0",
51
+ "@finos/legend-extension-dsl-diagram": "7.0.0",
52
+ "@finos/legend-extension-dsl-mastery": "2.0.0",
53
+ "@finos/legend-extension-dsl-persistence": "4.0.0",
54
+ "@finos/legend-extension-dsl-persistence-cloud": "4.0.0",
55
+ "@finos/legend-extension-dsl-service": "0.0.2",
56
+ "@finos/legend-extension-dsl-text": "5.0.0",
57
+ "@finos/legend-extension-format-json-schema": "1.0.0",
58
+ "@finos/legend-extension-format-morphir": "1.0.0",
59
+ "@finos/legend-extension-store-service-store": "1.0.0",
60
+ "@finos/legend-graph": "17.0.0",
61
+ "@finos/legend-shared": "6.1.3",
62
+ "@types/react": "18.0.21",
62
63
  "react": "18.2.0"
63
64
  },
64
65
  "devDependencies": {
65
- "@finos/legend-dev-utils": "2.0.16",
66
+ "@finos/legend-dev-utils": "2.0.18",
66
67
  "cross-env": "7.0.3",
67
- "eslint": "8.23.1",
68
+ "eslint": "8.24.0",
68
69
  "npm-run-all": "4.1.5",
69
70
  "rimraf": "3.0.2",
70
- "sass": "1.54.9",
71
- "typescript": "4.8.3"
71
+ "sass": "1.55.0",
72
+ "typescript": "4.8.4"
72
73
  },
73
74
  "publishConfig": {
74
75
  "directory": "build/publishContent"
package/scripts/setup.js CHANGED
@@ -48,7 +48,7 @@ export const setup = (outputDir) => {
48
48
  url: 'http://localhost:6060/api',
49
49
  },
50
50
  depot: {
51
- url: 'http://localhost:8075/depot/api',
51
+ url: 'http://localhost:9090/depot/api',
52
52
  },
53
53
  documentation: {
54
54
  url: 'https://legend.finos.org',
@@ -68,7 +68,11 @@ export const setup = (outputDir) => {
68
68
  */
69
69
  // { url: 'http://localhost:60001/studio/documentation.json' },
70
70
  {
71
- url: 'https://legend.finos.org/resource/studio/documentation.json',
71
+ url: 'https://legend.finos.org/resource/studio/documentation/shared.json',
72
+ simple: true,
73
+ },
74
+ {
75
+ url: 'https://legend.finos.org/resource/studio/documentation/studio.json',
72
76
  simple: true,
73
77
  },
74
78
  ],
package/src/index.tsx CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  import {
18
18
  LegendStudio,
19
- DSLExternalFormat_LegendStudioApplicationPlugin,
19
+ DSL_ExternalFormat_LegendStudioApplicationPlugin,
20
20
  } from '@finos/legend-application-studio';
21
21
  import {
22
22
  type AbstractPreset,
@@ -24,61 +24,63 @@ import {
24
24
  WebConsole,
25
25
  } from '@finos/legend-shared';
26
26
  import {
27
- DSLText_GraphManagerPreset,
28
- DSLText_LegendStudioApplicationPlugin,
27
+ DSL_Text_GraphManagerPreset,
28
+ DSL_Text_LegendStudioApplicationPlugin,
29
29
  } from '@finos/legend-extension-dsl-text';
30
30
  import {
31
- DSLDiagram_GraphManagerPreset,
32
- DSLDiagram_LegendStudioApplicationPlugin,
31
+ DSL_Diagram_GraphManagerPreset,
32
+ DSL_Diagram_LegendStudioApplicationPlugin,
33
33
  } from '@finos/legend-extension-dsl-diagram';
34
34
  import {
35
- DSLDataSpace_GraphManagerPreset,
36
- DSLDataSpace_LegendStudioApplicationPlugin,
35
+ DSL_DataSpace_GraphManagerPreset,
36
+ DSL_DataSpace_LegendStudioApplicationPlugin,
37
37
  } from '@finos/legend-extension-dsl-data-space';
38
38
  import {
39
- DSLPersistence_GraphManagerPreset,
40
- DSLPersistence_LegendStudioApplicationPlugin,
39
+ DSL_Persistence_GraphManagerPreset,
40
+ DSL_Persistence_LegendStudioApplicationPlugin,
41
41
  } from '@finos/legend-extension-dsl-persistence';
42
42
  import {
43
- DSLMastery_GraphManagerPreset,
44
- DSLMastery_LegendStudioApplicationPlugin,
43
+ DSL_Mastery_GraphManagerPreset,
44
+ DSL_Mastery_LegendStudioApplicationPlugin,
45
45
  } from '@finos/legend-extension-dsl-mastery';
46
46
  import {
47
- ESService_GraphManagerPreset,
48
- ESService_LegendStudioApplicationPlugin,
49
- } from '@finos/legend-extension-external-store-service';
50
- import { ELMorphir_LegendStudioApplicationPlugin } from '@finos/legend-extension-external-language-morphir';
51
- import { DSLExternalFormat_GraphPreset } from '@finos/legend-graph';
52
- import { DSLPersistenceCloud_GraphManagerPreset } from '@finos/legend-extension-dsl-persistence-cloud';
53
- import { EFJSONSchema_GraphManagerPreset } from '@finos/legend-extension-external-format-json-schema';
47
+ STO_ServiceStore_GraphManagerPreset,
48
+ STO_ServiceStore_LegendStudioApplicationPlugin,
49
+ } from '@finos/legend-extension-store-service-store';
50
+ import { FMT_Morphir_LegendStudioApplicationPlugin } from '@finos/legend-extension-format-morphir';
51
+ import { DSL_ExternalFormat_GraphPreset } from '@finos/legend-graph';
52
+ import { DSL_PersistenceCloud_GraphManagerPreset } from '@finos/legend-extension-dsl-persistence-cloud';
53
+ import { FMT_JSONSchema_GraphManagerPreset } from '@finos/legend-extension-format-json-schema';
54
+ import { DSL_Service_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-service';
54
55
 
55
56
  export class LegendStudioWebApplication {
56
57
  static getPresetCollection(): AbstractPreset[] {
57
58
  return [
58
59
  // graph managers
59
- new DSLText_GraphManagerPreset(),
60
- new DSLDiagram_GraphManagerPreset(),
61
- new DSLDataSpace_GraphManagerPreset(),
62
- new DSLExternalFormat_GraphPreset(),
63
- new DSLPersistence_GraphManagerPreset(),
64
- new DSLMastery_GraphManagerPreset(),
65
- new DSLPersistenceCloud_GraphManagerPreset(),
66
- new EFJSONSchema_GraphManagerPreset(),
67
- new ESService_GraphManagerPreset(),
60
+ new DSL_Text_GraphManagerPreset(),
61
+ new DSL_Diagram_GraphManagerPreset(),
62
+ new DSL_DataSpace_GraphManagerPreset(),
63
+ new DSL_ExternalFormat_GraphPreset(),
64
+ new DSL_Persistence_GraphManagerPreset(),
65
+ new DSL_Mastery_GraphManagerPreset(),
66
+ new DSL_PersistenceCloud_GraphManagerPreset(),
67
+ new FMT_JSONSchema_GraphManagerPreset(),
68
+ new STO_ServiceStore_GraphManagerPreset(),
68
69
  ];
69
70
  }
70
71
 
71
72
  static getPluginCollection(): AbstractPlugin[] {
72
73
  return [
73
74
  // application
74
- new DSLText_LegendStudioApplicationPlugin(),
75
- new DSLDiagram_LegendStudioApplicationPlugin(),
76
- new DSLDataSpace_LegendStudioApplicationPlugin(),
77
- new DSLExternalFormat_LegendStudioApplicationPlugin(),
78
- new DSLPersistence_LegendStudioApplicationPlugin(),
79
- new DSLMastery_LegendStudioApplicationPlugin(),
80
- new ESService_LegendStudioApplicationPlugin(),
81
- new ELMorphir_LegendStudioApplicationPlugin(),
75
+ new DSL_Text_LegendStudioApplicationPlugin(),
76
+ new DSL_Diagram_LegendStudioApplicationPlugin(),
77
+ new DSL_DataSpace_LegendStudioApplicationPlugin(),
78
+ new DSL_Service_LegendStudioApplicationPlugin(),
79
+ new DSL_ExternalFormat_LegendStudioApplicationPlugin(),
80
+ new DSL_Persistence_LegendStudioApplicationPlugin(),
81
+ new DSL_Mastery_LegendStudioApplicationPlugin(),
82
+ new STO_ServiceStore_LegendStudioApplicationPlugin(),
83
+ new FMT_Morphir_LegendStudioApplicationPlugin(),
82
84
 
83
85
  // loggers
84
86
  new WebConsole(),