@finos/legend-application-studio-bootstrap 11.72.0 → 11.74.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 +4 -0
- package/lib/index.js.map +1 -1
- package/package.json +17 -16
- package/src/index.tsx +4 -0
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license @finos/legend-application-studio-bootstrap v11.
|
|
1
|
+
/** @license @finos/legend-application-studio-bootstrap v11.74.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-application/lib/index.css";@import"@finos/legend-lego/lib/index.css";@import"@finos/legend-query-builder/lib/index.css";@import"@finos/legend-application-studio/lib/index.css";@import"@finos/legend-extension-assortment/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-data-space-studio/lib/index.css";@import"@finos/legend-extension-dsl-persistence/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 */
|
|
17
|
+
@import"@finos/legend-art/lib/normalize.css";@import"@finos/legend-art/lib/index.css";@import"@finos/legend-application/lib/index.css";@import"@finos/legend-lego/lib/index.css";@import"@finos/legend-query-builder/lib/index.css";@import"@finos/legend-application-studio/lib/index.css";@import"@finos/legend-extension-assortment/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-data-space-studio/lib/index.css";@import"@finos/legend-extension-dsl-persistence/lib/index.css";@import"@finos/legend-extension-dsl-text/lib/index.css";@import"@finos/legend-extension-store-service-store/lib/index.css";@import"@finos/legend-extension-dsl-data-quality/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,6CACA,yCACA,iDACA,0CACA,mDACA,wDAEA,0DACA,2DACA,2DACA,8DACA,qEACA,+DACA,wDACA","file":"index.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,6CACA,yCACA,iDACA,0CACA,mDACA,wDAEA,0DACA,2DACA,2DACA,8DACA,qEACA,+DACA,wDACA,mEACA","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;AAiB9B,qBAAa,0BAA0B;IACrC,MAAM,CAAC,mBAAmB,IAAI,cAAc,EAAE;IAe9C,MAAM,CAAC,mBAAmB,IAAI,cAAc,EAAE;IAgB9C,MAAM,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;CAWlC"}
|
package/lib/index.js
CHANGED
|
@@ -28,6 +28,8 @@ import { DSL_Diagram_LegendStudioApplicationPlugin } from '@finos/legend-extensi
|
|
|
28
28
|
import { DSL_Persistence_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-persistence/application-studio';
|
|
29
29
|
import { STO_ServiceStore_LegendStudioApplicationPlugin } from '@finos/legend-extension-store-service-store/application-studio';
|
|
30
30
|
import { Assortment_LegendStudioApplicationPreset } from '@finos/legend-extension-assortment/application-studio';
|
|
31
|
+
import { DSL_DataQuality_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-data-quality/application-studio';
|
|
32
|
+
import { DSL_DataQuality_GraphManagerPreset } from '@finos/legend-extension-dsl-data-quality/graph';
|
|
31
33
|
export class LegendStudioWebApplication {
|
|
32
34
|
static getPresetCollection() {
|
|
33
35
|
return [
|
|
@@ -39,6 +41,7 @@ export class LegendStudioWebApplication {
|
|
|
39
41
|
new DSL_Persistence_GraphManagerPreset(),
|
|
40
42
|
new STO_ServiceStore_GraphManagerPreset(),
|
|
41
43
|
new Assortment_LegendStudioApplicationPreset(),
|
|
44
|
+
new DSL_DataQuality_GraphManagerPreset(),
|
|
42
45
|
];
|
|
43
46
|
}
|
|
44
47
|
static getPluginCollection() {
|
|
@@ -50,6 +53,7 @@ export class LegendStudioWebApplication {
|
|
|
50
53
|
new DSL_Service_LegendStudioApplicationPlugin(),
|
|
51
54
|
new DSL_Persistence_LegendStudioApplicationPlugin(),
|
|
52
55
|
new STO_ServiceStore_LegendStudioApplicationPlugin(),
|
|
56
|
+
new DSL_DataQuality_LegendStudioApplicationPlugin(),
|
|
53
57
|
// loggers
|
|
54
58
|
new WebConsole(),
|
|
55
59
|
];
|
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,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,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,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AAC5G,OAAO,EAAE,kCAAkC,EAAE,MAAM,+CAA+C,CAAC;AACnG,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AACxG,OAAO,EAAE,yCAAyC,EAAE,MAAM,wDAAwD,CAAC;AACnH,OAAO,EAAE,6BAA6B,EAAE,MAAM,0CAA0C,CAAC;AACzF,OAAO,EAAE,sCAAsC,EAAE,MAAM,qDAAqD,CAAC;AAC7G,OAAO,EAAE,yCAAyC,EAAE,MAAM,wDAAwD,CAAC;AACnH,OAAO,EAAE,6CAA6C,EAAE,MAAM,4DAA4D,CAAC;AAC3H,OAAO,EAAE,8CAA8C,EAAE,MAAM,gEAAgE,CAAC;AAChI,OAAO,EAAE,wCAAwC,EAAE,MAAM,uDAAuD,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,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,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AAC5G,OAAO,EAAE,kCAAkC,EAAE,MAAM,+CAA+C,CAAC;AACnG,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AACxG,OAAO,EAAE,yCAAyC,EAAE,MAAM,wDAAwD,CAAC;AACnH,OAAO,EAAE,6BAA6B,EAAE,MAAM,0CAA0C,CAAC;AACzF,OAAO,EAAE,sCAAsC,EAAE,MAAM,qDAAqD,CAAC;AAC7G,OAAO,EAAE,yCAAyC,EAAE,MAAM,wDAAwD,CAAC;AACnH,OAAO,EAAE,6CAA6C,EAAE,MAAM,4DAA4D,CAAC;AAC3H,OAAO,EAAE,8CAA8C,EAAE,MAAM,gEAAgE,CAAC;AAChI,OAAO,EAAE,wCAAwC,EAAE,MAAM,uDAAuD,CAAC;AACjH,OAAO,EAAE,6CAA6C,EAAE,MAAM,6DAA6D,CAAC;AAC5H,OAAO,EAAE,kCAAkC,EAAE,MAAM,gDAAgD,CAAC;AAEpG,MAAM,OAAO,0BAA0B;IACrC,MAAM,CAAC,mBAAmB;QACxB,OAAO;YACL,iBAAiB;YACjB,IAAI,6BAA6B,EAAE;YACnC,IAAI,2BAA2B,EAAE;YACjC,IAAI,8BAA8B,EAAE;YACpC,IAAI,gCAAgC,EAAE;YACtC,IAAI,kCAAkC,EAAE;YACxC,IAAI,mCAAmC,EAAE;YAEzC,IAAI,wCAAwC,EAAE;YAC9C,IAAI,kCAAkC,EAAE;SACzC,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,6CAA6C,EAAE;YACnD,IAAI,8CAA8C,EAAE;YACpD,IAAI,6CAA6C,EAAE;YAEnD,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,kBAAkB,EAAE;aACpB,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": "11.
|
|
3
|
+
"version": "11.74.0",
|
|
4
4
|
"description": "Legend Studio application bootrap",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -44,25 +44,26 @@
|
|
|
44
44
|
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@finos/legend-application": "15.1.
|
|
48
|
-
"@finos/legend-application-studio": "28.17.
|
|
49
|
-
"@finos/legend-art": "7.1.
|
|
50
|
-
"@finos/legend-extension-assortment": "0.0.
|
|
51
|
-
"@finos/legend-extension-dsl-data-
|
|
52
|
-
"@finos/legend-extension-dsl-data-space
|
|
53
|
-
"@finos/legend-extension-dsl-
|
|
54
|
-
"@finos/legend-extension-dsl-
|
|
55
|
-
"@finos/legend-extension-dsl-
|
|
56
|
-
"@finos/legend-extension-dsl-
|
|
57
|
-
"@finos/legend-extension-
|
|
58
|
-
"@finos/legend-
|
|
59
|
-
"@finos/legend-
|
|
60
|
-
"@finos/legend-
|
|
47
|
+
"@finos/legend-application": "15.1.13",
|
|
48
|
+
"@finos/legend-application-studio": "28.17.17",
|
|
49
|
+
"@finos/legend-art": "7.1.41",
|
|
50
|
+
"@finos/legend-extension-assortment": "0.0.166",
|
|
51
|
+
"@finos/legend-extension-dsl-data-quality": "1.0.0",
|
|
52
|
+
"@finos/legend-extension-dsl-data-space": "10.3.34",
|
|
53
|
+
"@finos/legend-extension-dsl-data-space-studio": "0.1.34",
|
|
54
|
+
"@finos/legend-extension-dsl-diagram": "8.0.190",
|
|
55
|
+
"@finos/legend-extension-dsl-persistence": "5.0.188",
|
|
56
|
+
"@finos/legend-extension-dsl-service": "1.0.191",
|
|
57
|
+
"@finos/legend-extension-dsl-text": "6.0.188",
|
|
58
|
+
"@finos/legend-extension-store-service-store": "2.0.188",
|
|
59
|
+
"@finos/legend-graph": "31.10.8",
|
|
60
|
+
"@finos/legend-lego": "1.2.44",
|
|
61
|
+
"@finos/legend-shared": "10.0.43",
|
|
61
62
|
"@types/react": "18.3.3",
|
|
62
63
|
"react": "18.3.1"
|
|
63
64
|
},
|
|
64
65
|
"devDependencies": {
|
|
65
|
-
"@finos/legend-dev-utils": "2.1.
|
|
66
|
+
"@finos/legend-dev-utils": "2.1.11",
|
|
66
67
|
"cross-env": "7.0.3",
|
|
67
68
|
"eslint": "8.57.0",
|
|
68
69
|
"npm-run-all": "4.1.5",
|
package/src/index.tsx
CHANGED
|
@@ -33,6 +33,8 @@ import { DSL_Diagram_LegendStudioApplicationPlugin } from '@finos/legend-extensi
|
|
|
33
33
|
import { DSL_Persistence_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-persistence/application-studio';
|
|
34
34
|
import { STO_ServiceStore_LegendStudioApplicationPlugin } from '@finos/legend-extension-store-service-store/application-studio';
|
|
35
35
|
import { Assortment_LegendStudioApplicationPreset } from '@finos/legend-extension-assortment/application-studio';
|
|
36
|
+
import { DSL_DataQuality_LegendStudioApplicationPlugin } from '@finos/legend-extension-dsl-data-quality/application-studio';
|
|
37
|
+
import { DSL_DataQuality_GraphManagerPreset } from '@finos/legend-extension-dsl-data-quality/graph';
|
|
36
38
|
|
|
37
39
|
export class LegendStudioWebApplication {
|
|
38
40
|
static getPresetCollection(): AbstractPreset[] {
|
|
@@ -46,6 +48,7 @@ export class LegendStudioWebApplication {
|
|
|
46
48
|
new STO_ServiceStore_GraphManagerPreset(),
|
|
47
49
|
|
|
48
50
|
new Assortment_LegendStudioApplicationPreset(),
|
|
51
|
+
new DSL_DataQuality_GraphManagerPreset(),
|
|
49
52
|
];
|
|
50
53
|
}
|
|
51
54
|
|
|
@@ -58,6 +61,7 @@ export class LegendStudioWebApplication {
|
|
|
58
61
|
new DSL_Service_LegendStudioApplicationPlugin(),
|
|
59
62
|
new DSL_Persistence_LegendStudioApplicationPlugin(),
|
|
60
63
|
new STO_ServiceStore_LegendStudioApplicationPlugin(),
|
|
64
|
+
new DSL_DataQuality_LegendStudioApplicationPlugin(),
|
|
61
65
|
|
|
62
66
|
// loggers
|
|
63
67
|
new WebConsole(),
|