@finos/legend-application-marketplace-bootstrap 13.129.0 → 13.131.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 +2 -2
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +7 -1
- package/lib/index.js.map +1 -1
- package/package.json +8 -5
- package/scripts/setup.js +10 -1
- package/src/index.tsx +7 -1
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license @finos/legend-application-marketplace-bootstrap v13.
|
|
1
|
+
/** @license @finos/legend-application-marketplace-bootstrap v13.131.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/normalize.css";@import"@finos/legend-art/lib/index.css";@import"@finos/legend-lego/lib/index.css";@import"@finos/legend-application-marketplace/lib/index.css";@import"@finos/legend-application-query/lib/light-mode.css"/*# sourceMappingURL=index.css.map */
|
|
17
|
+
@import"@finos/legend-art/lib/normalize.css";@import"@finos/legend-art/lib/index.css";@import"@finos/legend-lego/lib/index.css";@import"@finos/legend-query-builder/lib/data-access-overview.css";@import"@finos/legend-application-marketplace/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-application-query/lib/light-mode.css"/*# sourceMappingURL=index.css.map */
|
package/lib/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,6CACA,yCACA,0CACA,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,6CACA,yCACA,0CACA,kEACA,6DAEA,2DACA,8DAMA","file":"index.css"}
|
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;AAGH,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;AAGH,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,cAAc,EAEpB,MAAM,sBAAsB,CAAC;AAI9B,qBAAa,+BAA+B;IAC1C,MAAM,CAAC,mBAAmB,IAAI,cAAc,EAAE;IAQ9C,MAAM,CAAC,mBAAmB,IAAI,cAAc,EAAE;IAO9C,MAAM,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;CAUlC"}
|
package/lib/index.js
CHANGED
|
@@ -15,9 +15,15 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { LegendMarketplace } from '@finos/legend-application-marketplace';
|
|
17
17
|
import { WebConsole, } from '@finos/legend-shared';
|
|
18
|
+
import { DSL_DataSpace_GraphManagerPreset } from '@finos/legend-extension-dsl-data-space/graph';
|
|
19
|
+
import { DSL_Diagram_GraphManagerPreset } from '@finos/legend-extension-dsl-diagram/graph';
|
|
18
20
|
export class LegendMarketplaceWebApplication {
|
|
19
21
|
static getPresetCollection() {
|
|
20
|
-
return [
|
|
22
|
+
return [
|
|
23
|
+
// graph managers
|
|
24
|
+
new DSL_DataSpace_GraphManagerPreset(),
|
|
25
|
+
new DSL_Diagram_GraphManagerPreset(),
|
|
26
|
+
];
|
|
21
27
|
}
|
|
22
28
|
static getPluginCollection() {
|
|
23
29
|
return [
|
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,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,OAAO,EAGL,UAAU,GACX,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,OAAO,EAGL,UAAU,GACX,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,gCAAgC,EAAE,MAAM,8CAA8C,CAAC;AAChG,OAAO,EAAE,8BAA8B,EAAE,MAAM,2CAA2C,CAAC;AAE3F,MAAM,OAAO,+BAA+B;IAC1C,MAAM,CAAC,mBAAmB;QACxB,OAAO;YACL,iBAAiB;YACjB,IAAI,gCAAgC,EAAE;YACtC,IAAI,8BAA8B,EAAE;SACrC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,mBAAmB;QACxB,OAAO;YACL,UAAU;YACV,IAAI,UAAU,EAAE;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,GAAG,CAAC,OAAe;QACxB,iBAAiB,CAAC,MAAM,EAAE;aACvB,KAAK,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC;aAC/B,WAAW,CAAC,+BAA+B,CAAC,mBAAmB,EAAE,CAAC;aAClE,WAAW,CAAC,+BAA+B,CAAC,mBAAmB,EAAE,CAAC;aAClE,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-marketplace-bootstrap",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.131.0",
|
|
4
4
|
"description": "Legend Marketplace application bootstrap",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -44,10 +44,13 @@
|
|
|
44
44
|
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@finos/legend-application": "16.0.
|
|
48
|
-
"@finos/legend-application-marketplace": "0.1.
|
|
49
|
-
"@finos/legend-art": "7.1.
|
|
50
|
-
"@finos/legend-
|
|
47
|
+
"@finos/legend-application": "16.0.67",
|
|
48
|
+
"@finos/legend-application-marketplace": "0.1.11",
|
|
49
|
+
"@finos/legend-art": "7.1.120",
|
|
50
|
+
"@finos/legend-extension-dsl-data-space": "10.4.142",
|
|
51
|
+
"@finos/legend-extension-dsl-diagram": "8.1.165",
|
|
52
|
+
"@finos/legend-lego": "2.0.126",
|
|
53
|
+
"@finos/legend-query-builder": "4.17.38",
|
|
51
54
|
"@finos/legend-shared": "11.0.19",
|
|
52
55
|
"@types/react": "19.0.10",
|
|
53
56
|
"react": "19.0.0"
|
package/scripts/setup.js
CHANGED
|
@@ -71,7 +71,16 @@ export const setup = (outputDir) => {
|
|
|
71
71
|
url: 'http://localhost:6200/depot/api',
|
|
72
72
|
},
|
|
73
73
|
studio: {
|
|
74
|
-
url: 'http://localhost:9000',
|
|
74
|
+
url: 'http://localhost:9000/studio',
|
|
75
|
+
instances: [
|
|
76
|
+
{
|
|
77
|
+
sdlcProjectIDPrefix: 'PROD',
|
|
78
|
+
url: 'http://localhost:9000/studio',
|
|
79
|
+
},
|
|
80
|
+
],
|
|
81
|
+
},
|
|
82
|
+
query: {
|
|
83
|
+
url: 'http://localhost:9001/query',
|
|
75
84
|
},
|
|
76
85
|
documentation: {
|
|
77
86
|
url: 'https://legend.finos.org',
|
package/src/index.tsx
CHANGED
|
@@ -20,10 +20,16 @@ import {
|
|
|
20
20
|
type AbstractPlugin,
|
|
21
21
|
WebConsole,
|
|
22
22
|
} from '@finos/legend-shared';
|
|
23
|
+
import { DSL_DataSpace_GraphManagerPreset } from '@finos/legend-extension-dsl-data-space/graph';
|
|
24
|
+
import { DSL_Diagram_GraphManagerPreset } from '@finos/legend-extension-dsl-diagram/graph';
|
|
23
25
|
|
|
24
26
|
export class LegendMarketplaceWebApplication {
|
|
25
27
|
static getPresetCollection(): AbstractPreset[] {
|
|
26
|
-
return [
|
|
28
|
+
return [
|
|
29
|
+
// graph managers
|
|
30
|
+
new DSL_DataSpace_GraphManagerPreset(),
|
|
31
|
+
new DSL_Diagram_GraphManagerPreset(),
|
|
32
|
+
];
|
|
27
33
|
}
|
|
28
34
|
|
|
29
35
|
static getPluginCollection(): AbstractPlugin[] {
|