@finos/legend-application-studio-bootstrap 9.20.0 → 9.22.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 +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +16 -10
- package/lib/index.js.map +1 -1
- package/package.json +18 -18
- package/src/index.tsx +16 -28
package/lib/index.css
CHANGED
package/lib/index.d.ts.map
CHANGED
|
@@ -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;
|
|
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;AAiB9B,qBAAa,0BAA0B;IACrC,MAAM,CAAC,mBAAmB,IAAI,cAAc,EAAE;IAc9C,MAAM,CAAC,mBAAmB,IAAI,cAAc,EAAE;IAiB9C,MAAM,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;CAUlC"}
|
package/lib/index.js
CHANGED
|
@@ -15,15 +15,21 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { LegendStudio, DSL_ExternalFormat_LegendStudioApplicationPlugin, } from '@finos/legend-application-studio';
|
|
17
17
|
import { WebConsole, } from '@finos/legend-shared';
|
|
18
|
-
import { DSL_Text_GraphManagerPreset
|
|
19
|
-
import { DSL_Diagram_GraphManagerPreset
|
|
20
|
-
import { DSL_DataSpace_GraphManagerPreset
|
|
21
|
-
import { DSL_Persistence_GraphManagerPreset
|
|
22
|
-
import { DSL_Mastery_GraphManagerPreset
|
|
23
|
-
import { STO_ServiceStore_GraphManagerPreset
|
|
24
|
-
import { DSL_Service_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-service';
|
|
25
|
-
import { FMT_JSONSchema_GraphManagerPreset } from '@finos/legend-extension-format-json-schema';
|
|
26
|
-
import { FMT_GraphQL_GraphManagerPreset } from '@finos/legend-extension-format-graphql';
|
|
18
|
+
import { DSL_Text_GraphManagerPreset } from '@finos/legend-extension-dsl-text/graph';
|
|
19
|
+
import { DSL_Diagram_GraphManagerPreset } from '@finos/legend-extension-dsl-diagram/graph';
|
|
20
|
+
import { DSL_DataSpace_GraphManagerPreset } from '@finos/legend-extension-dsl-data-space/graph';
|
|
21
|
+
import { DSL_Persistence_GraphManagerPreset } from '@finos/legend-extension-dsl-persistence/graph';
|
|
22
|
+
import { DSL_Mastery_GraphManagerPreset } from '@finos/legend-extension-dsl-mastery/graph';
|
|
23
|
+
import { STO_ServiceStore_GraphManagerPreset } from '@finos/legend-extension-store-service-store/graph';
|
|
24
|
+
import { DSL_Service_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-service/application-studio';
|
|
25
|
+
import { FMT_JSONSchema_GraphManagerPreset } from '@finos/legend-extension-format-json-schema/graph';
|
|
26
|
+
import { FMT_GraphQL_GraphManagerPreset } from '@finos/legend-extension-format-graphql/graph';
|
|
27
|
+
import { DSL_Text_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-text/application-studio';
|
|
28
|
+
import { DSL_Diagram_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-diagram/application-studio';
|
|
29
|
+
import { DSL_DataSpace_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-data-space/application-studio';
|
|
30
|
+
import { DSL_Persistence_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-persistence/application-studio';
|
|
31
|
+
import { DSL_Mastery_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-mastery/application-studio';
|
|
32
|
+
import { STO_ServiceStore_LegendStudioApplicationPlugin } from '@finos/legend-extension-store-service-store/application-studio';
|
|
27
33
|
export class LegendStudioWebApplication {
|
|
28
34
|
static getPresetCollection() {
|
|
29
35
|
return [
|
|
@@ -55,7 +61,7 @@ export class LegendStudioWebApplication {
|
|
|
55
61
|
}
|
|
56
62
|
static run(baseUrl) {
|
|
57
63
|
LegendStudio.create()
|
|
58
|
-
.setup({ baseUrl })
|
|
64
|
+
.setup({ baseAddress: baseUrl })
|
|
59
65
|
.withPresets(LegendStudioWebApplication.getPresetCollection())
|
|
60
66
|
.withPlugins(LegendStudioWebApplication.getPluginCollection())
|
|
61
67
|
.start()
|
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,gDAAgD,GACjD,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAGL,UAAU,GACX,MAAM,sBAAsB,CAAC;AAC9B,OAAO,
|
|
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,EAAE,2BAA2B,EAAE,MAAM,wCAAwC,CAAC;AACrF,OAAO,EAAE,8BAA8B,EAAE,MAAM,2CAA2C,CAAC;AAC3F,OAAO,EAAE,gCAAgC,EAAE,MAAM,8CAA8C,CAAC;AAChG,OAAO,EAAE,kCAAkC,EAAE,MAAM,+CAA+C,CAAC;AACnG,OAAO,EAAE,8BAA8B,EAAE,MAAM,2CAA2C,CAAC;AAC3F,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AACxG,OAAO,EAAE,yCAAyC,EAAE,MAAM,wDAAwD,CAAC;AACnH,OAAO,EAAE,iCAAiC,EAAE,MAAM,kDAAkD,CAAC;AACrG,OAAO,EAAE,8BAA8B,EAAE,MAAM,8CAA8C,CAAC;AAC9F,OAAO,EAAE,sCAAsC,EAAE,MAAM,qDAAqD,CAAC;AAC7G,OAAO,EAAE,yCAAyC,EAAE,MAAM,wDAAwD,CAAC;AACnH,OAAO,EAAE,2CAA2C,EAAE,MAAM,2DAA2D,CAAC;AACxH,OAAO,EAAE,6CAA6C,EAAE,MAAM,4DAA4D,CAAC;AAC3H,OAAO,EAAE,yCAAyC,EAAE,MAAM,wDAAwD,CAAC;AACnH,OAAO,EAAE,8CAA8C,EAAE,MAAM,gEAAgE,CAAC;AAEhI,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,kCAAkC,EAAE;YACxC,IAAI,8BAA8B,EAAE;YACpC,IAAI,iCAAiC,EAAE;YACvC,IAAI,mCAAmC,EAAE;YACzC,IAAI,8BAA8B,EAAE;SACrC,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;YAEpD,UAAU;YACV,IAAI,UAAU,EAAE;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,GAAG,CAAC,OAAe;QACxB,YAAY,CAAC,MAAM,EAAE;aAClB,KAAK,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC;aAC/B,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": "9.
|
|
3
|
+
"version": "9.22.0",
|
|
4
4
|
"description": "Legend Studio application bootrap",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -44,26 +44,26 @@
|
|
|
44
44
|
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@finos/legend-application": "
|
|
48
|
-
"@finos/legend-application-studio": "
|
|
49
|
-
"@finos/legend-art": "7.0.
|
|
50
|
-
"@finos/legend-extension-dsl-data-space": "
|
|
51
|
-
"@finos/legend-extension-dsl-diagram": "
|
|
52
|
-
"@finos/legend-extension-dsl-mastery": "
|
|
53
|
-
"@finos/legend-extension-dsl-persistence": "
|
|
54
|
-
"@finos/legend-extension-dsl-service": "0.1
|
|
55
|
-
"@finos/legend-extension-dsl-text": "
|
|
56
|
-
"@finos/legend-extension-format-graphql": "
|
|
57
|
-
"@finos/legend-extension-format-json-schema": "
|
|
58
|
-
"@finos/legend-extension-store-service-store": "
|
|
59
|
-
"@finos/legend-graph": "
|
|
60
|
-
"@finos/legend-lego": "0.1.
|
|
61
|
-
"@finos/legend-shared": "
|
|
62
|
-
"@types/react": "18.0.
|
|
47
|
+
"@finos/legend-application": "15.0.0",
|
|
48
|
+
"@finos/legend-application-studio": "24.0.1",
|
|
49
|
+
"@finos/legend-art": "7.0.1",
|
|
50
|
+
"@finos/legend-extension-dsl-data-space": "10.0.1",
|
|
51
|
+
"@finos/legend-extension-dsl-diagram": "8.0.1",
|
|
52
|
+
"@finos/legend-extension-dsl-mastery": "3.0.1",
|
|
53
|
+
"@finos/legend-extension-dsl-persistence": "5.0.1",
|
|
54
|
+
"@finos/legend-extension-dsl-service": "1.0.1",
|
|
55
|
+
"@finos/legend-extension-dsl-text": "6.0.1",
|
|
56
|
+
"@finos/legend-extension-format-graphql": "1.0.1",
|
|
57
|
+
"@finos/legend-extension-format-json-schema": "2.0.1",
|
|
58
|
+
"@finos/legend-extension-store-service-store": "2.0.1",
|
|
59
|
+
"@finos/legend-graph": "28.0.1",
|
|
60
|
+
"@finos/legend-lego": "0.1.6",
|
|
61
|
+
"@finos/legend-shared": "9.0.0",
|
|
62
|
+
"@types/react": "18.0.37",
|
|
63
63
|
"react": "18.2.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@finos/legend-dev-utils": "2.0.
|
|
66
|
+
"@finos/legend-dev-utils": "2.0.54",
|
|
67
67
|
"cross-env": "7.0.3",
|
|
68
68
|
"eslint": "8.38.0",
|
|
69
69
|
"npm-run-all": "4.1.5",
|
package/src/index.tsx
CHANGED
|
@@ -23,33 +23,21 @@ import {
|
|
|
23
23
|
type AbstractPlugin,
|
|
24
24
|
WebConsole,
|
|
25
25
|
} from '@finos/legend-shared';
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
} from '@finos/legend-extension-dsl-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
} from '@finos/legend-extension-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
} from '@finos/legend-extension-dsl-data-space';
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
} from '@finos/legend-extension-dsl-persistence';
|
|
42
|
-
import {
|
|
43
|
-
DSL_Mastery_GraphManagerPreset,
|
|
44
|
-
DSL_Mastery_LegendStudioApplicationPlugin,
|
|
45
|
-
} from '@finos/legend-extension-dsl-mastery';
|
|
46
|
-
import {
|
|
47
|
-
STO_ServiceStore_GraphManagerPreset,
|
|
48
|
-
STO_ServiceStore_LegendStudioApplicationPlugin,
|
|
49
|
-
} from '@finos/legend-extension-store-service-store';
|
|
50
|
-
import { DSL_Service_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-service';
|
|
51
|
-
import { FMT_JSONSchema_GraphManagerPreset } from '@finos/legend-extension-format-json-schema';
|
|
52
|
-
import { FMT_GraphQL_GraphManagerPreset } from '@finos/legend-extension-format-graphql';
|
|
26
|
+
import { DSL_Text_GraphManagerPreset } from '@finos/legend-extension-dsl-text/graph';
|
|
27
|
+
import { DSL_Diagram_GraphManagerPreset } from '@finos/legend-extension-dsl-diagram/graph';
|
|
28
|
+
import { DSL_DataSpace_GraphManagerPreset } from '@finos/legend-extension-dsl-data-space/graph';
|
|
29
|
+
import { DSL_Persistence_GraphManagerPreset } from '@finos/legend-extension-dsl-persistence/graph';
|
|
30
|
+
import { DSL_Mastery_GraphManagerPreset } from '@finos/legend-extension-dsl-mastery/graph';
|
|
31
|
+
import { STO_ServiceStore_GraphManagerPreset } from '@finos/legend-extension-store-service-store/graph';
|
|
32
|
+
import { DSL_Service_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-service/application-studio';
|
|
33
|
+
import { FMT_JSONSchema_GraphManagerPreset } from '@finos/legend-extension-format-json-schema/graph';
|
|
34
|
+
import { FMT_GraphQL_GraphManagerPreset } from '@finos/legend-extension-format-graphql/graph';
|
|
35
|
+
import { DSL_Text_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-text/application-studio';
|
|
36
|
+
import { DSL_Diagram_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-diagram/application-studio';
|
|
37
|
+
import { DSL_DataSpace_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-data-space/application-studio';
|
|
38
|
+
import { DSL_Persistence_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-persistence/application-studio';
|
|
39
|
+
import { DSL_Mastery_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-mastery/application-studio';
|
|
40
|
+
import { STO_ServiceStore_LegendStudioApplicationPlugin } from '@finos/legend-extension-store-service-store/application-studio';
|
|
53
41
|
|
|
54
42
|
export class LegendStudioWebApplication {
|
|
55
43
|
static getPresetCollection(): AbstractPreset[] {
|
|
@@ -85,7 +73,7 @@ export class LegendStudioWebApplication {
|
|
|
85
73
|
|
|
86
74
|
static run(baseUrl: string): void {
|
|
87
75
|
LegendStudio.create()
|
|
88
|
-
.setup({ baseUrl })
|
|
76
|
+
.setup({ baseAddress: baseUrl })
|
|
89
77
|
.withPresets(LegendStudioWebApplication.getPresetCollection())
|
|
90
78
|
.withPlugins(LegendStudioWebApplication.getPluginCollection())
|
|
91
79
|
.start()
|