@finos/legend-extension-dsl-data-space 10.1.35 → 10.1.37
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.
@@ -64,7 +64,7 @@ export const DSL_DATA_SPACE_LEGEND_APPLICATION_COMMAND_CONFIG = {
|
|
64
64
|
title: 'Data Space Models Documentation: Search',
|
65
65
|
defaultKeyboardShortcut: 'Control+Shift+KeyF',
|
66
66
|
additionalKeyboardShortcuts: ['Meta+Shift+KeyF'],
|
67
|
-
when: 'When models
|
67
|
+
when: 'When models documentation viewer is active',
|
68
68
|
},
|
69
69
|
};
|
70
70
|
//# sourceMappingURL=DSL_DataSpace_LegendApplicationCommand.js.map
|
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-data-space",
|
3
|
-
"version": "10.1.
|
3
|
+
"version": "10.1.37",
|
4
4
|
"description": "Legend extension for Data Space DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -44,14 +44,14 @@
|
|
44
44
|
"test:watch": "jest --watch"
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
|
-
"@finos/legend-application": "15.0.
|
48
|
-
"@finos/legend-application-query": "13.1.
|
49
|
-
"@finos/legend-application-studio": "28.
|
50
|
-
"@finos/legend-art": "7.0
|
51
|
-
"@finos/legend-extension-dsl-diagram": "8.0.
|
52
|
-
"@finos/legend-graph": "31.3.
|
53
|
-
"@finos/legend-lego": "1.1.
|
54
|
-
"@finos/legend-query-builder": "4.10.
|
47
|
+
"@finos/legend-application": "15.0.46",
|
48
|
+
"@finos/legend-application-query": "13.1.17",
|
49
|
+
"@finos/legend-application-studio": "28.8.0",
|
50
|
+
"@finos/legend-art": "7.1.0",
|
51
|
+
"@finos/legend-extension-dsl-diagram": "8.0.93",
|
52
|
+
"@finos/legend-graph": "31.3.7",
|
53
|
+
"@finos/legend-lego": "1.1.41",
|
54
|
+
"@finos/legend-query-builder": "4.10.2",
|
55
55
|
"@finos/legend-server-depot": "6.0.31",
|
56
56
|
"@finos/legend-shared": "10.0.27",
|
57
57
|
"@finos/legend-storage": "3.0.77",
|
@@ -69,6 +69,6 @@ export const DSL_DATA_SPACE_LEGEND_APPLICATION_COMMAND_CONFIG: CommandConfigData
|
|
69
69
|
title: 'Data Space Models Documentation: Search',
|
70
70
|
defaultKeyboardShortcut: 'Control+Shift+KeyF',
|
71
71
|
additionalKeyboardShortcuts: ['Meta+Shift+KeyF'],
|
72
|
-
when: 'When models
|
72
|
+
when: 'When models documentation viewer is active',
|
73
73
|
},
|
74
74
|
};
|