@finos/legend-application 10.2.8 → 10.2.10
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/stores/LegendApplicationDocumentation.d.ts +1 -0
- package/lib/stores/LegendApplicationDocumentation.d.ts.map +1 -1
- package/lib/stores/LegendApplicationDocumentation.js +1 -0
- package/lib/stores/LegendApplicationDocumentation.js.map +1 -1
- package/package.json +8 -8
- package/src/stores/LegendApplicationDocumentation.ts +1 -0
package/lib/index.css
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
export declare enum LEGEND_APPLICATION_DOCUMENTATION_KEY {
|
|
17
|
+
TUTORIAL_QUERY_BUILDER = "tutorial.query.builder",
|
|
17
18
|
QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX = "question.how-to-use-advanced-search-syntax",
|
|
18
19
|
QUESTION_WHEN_TO_CONFIGURE_PLATFORM_VERSIONS = "question.when-to-configure-project-platform-dependencies-versions",
|
|
19
20
|
QUESTION_HOW_TO_WRITE_A_SERVICE_TEST = "question.how-to-write-a-service-test",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegendApplicationDocumentation.d.ts","sourceRoot":"","sources":["../../src/stores/LegendApplicationDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,oCAAoC;IAC9C,0CAA0C,+CAA+C;IACzF,4CAA4C,sEAAsE;IAClH,oCAAoC,yCAAyC;IAC7E,uCAAuC,4CAA4C;IACnF,sCAAsC,2CAA2C;IACjF,kDAAkD,uDAAuD;IACzG,qCAAqC,0CAA0C;CAChF"}
|
|
1
|
+
{"version":3,"file":"LegendApplicationDocumentation.d.ts","sourceRoot":"","sources":["../../src/stores/LegendApplicationDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,oCAAoC;IAC9C,sBAAsB,2BAA2B;IACjD,0CAA0C,+CAA+C;IACzF,4CAA4C,sEAAsE;IAClH,oCAAoC,yCAAyC;IAC7E,uCAAuC,4CAA4C;IACnF,sCAAsC,2CAA2C;IACjF,kDAAkD,uDAAuD;IACzG,qCAAqC,0CAA0C;CAChF"}
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export var LEGEND_APPLICATION_DOCUMENTATION_KEY;
|
|
17
17
|
(function (LEGEND_APPLICATION_DOCUMENTATION_KEY) {
|
|
18
|
+
LEGEND_APPLICATION_DOCUMENTATION_KEY["TUTORIAL_QUERY_BUILDER"] = "tutorial.query.builder";
|
|
18
19
|
LEGEND_APPLICATION_DOCUMENTATION_KEY["QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX"] = "question.how-to-use-advanced-search-syntax";
|
|
19
20
|
LEGEND_APPLICATION_DOCUMENTATION_KEY["QUESTION_WHEN_TO_CONFIGURE_PLATFORM_VERSIONS"] = "question.when-to-configure-project-platform-dependencies-versions";
|
|
20
21
|
LEGEND_APPLICATION_DOCUMENTATION_KEY["QUESTION_HOW_TO_WRITE_A_SERVICE_TEST"] = "question.how-to-write-a-service-test";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegendApplicationDocumentation.js","sourceRoot":"","sources":["../../src/stores/LegendApplicationDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"LegendApplicationDocumentation.js","sourceRoot":"","sources":["../../src/stores/LegendApplicationDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,oCASX;AATD,WAAY,oCAAoC;IAC9C,yFAAiD,CAAA;IACjD,iIAAyF,CAAA;IACzF,0JAAkH,CAAA;IAClH,qHAA6E,CAAA;IAC7E,2HAAmF,CAAA;IACnF,yHAAiF,CAAA;IACjF,iJAAyG,CAAA;IACzG,uHAA+E,CAAA;AACjF,CAAC,EATW,oCAAoC,GAApC,oCAAoC,KAApC,oCAAoC,QAS/C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.10",
|
|
4
4
|
"description": "Legend application core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"test:watch": "jest --watch"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@finos/legend-art": "5.0.
|
|
47
|
-
"@finos/legend-graph": "22.2.
|
|
48
|
-
"@finos/legend-shared": "6.2.
|
|
46
|
+
"@finos/legend-art": "5.0.21",
|
|
47
|
+
"@finos/legend-graph": "22.2.2",
|
|
48
|
+
"@finos/legend-shared": "6.2.15",
|
|
49
49
|
"@types/css-font-loading-module": "0.0.8",
|
|
50
50
|
"@types/react": "18.0.27",
|
|
51
51
|
"@types/react-dom": "18.0.10",
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
"react-router": "5.3.4",
|
|
63
63
|
"react-router-dom": "5.3.4",
|
|
64
64
|
"serializr": "3.0.2",
|
|
65
|
-
"sql-formatter": "12.0
|
|
65
|
+
"sql-formatter": "12.1.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@finos/legend-dev-utils": "2.0.
|
|
69
|
-
"@jest/globals": "29.
|
|
68
|
+
"@finos/legend-dev-utils": "2.0.38",
|
|
69
|
+
"@jest/globals": "29.4.1",
|
|
70
70
|
"cross-env": "7.0.3",
|
|
71
71
|
"eslint": "8.32.0",
|
|
72
|
-
"jest": "29.
|
|
72
|
+
"jest": "29.4.1",
|
|
73
73
|
"npm-run-all": "4.1.5",
|
|
74
74
|
"rimraf": "3.0.2",
|
|
75
75
|
"sass": "1.57.1",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
17
|
export enum LEGEND_APPLICATION_DOCUMENTATION_KEY {
|
|
18
|
+
TUTORIAL_QUERY_BUILDER = 'tutorial.query.builder',
|
|
18
19
|
QUESTION_HOW_TO_USE_ADVANCED_SEARCH_SYNTAX = 'question.how-to-use-advanced-search-syntax',
|
|
19
20
|
QUESTION_WHEN_TO_CONFIGURE_PLATFORM_VERSIONS = 'question.when-to-configure-project-platform-dependencies-versions',
|
|
20
21
|
QUESTION_HOW_TO_WRITE_A_SERVICE_TEST = 'question.how-to-write-a-service-test',
|