@finos/legend-query-builder 0.6.6 → 0.6.7
Sign up to get free protection for your applications and to get access to all the features.
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
@@ -20,7 +20,7 @@ export var QUERY_BUILDER_COMMAND_KEY;
|
|
20
20
|
export const QUERY_BUILDER_COMMAND_CONFIG = {
|
21
21
|
[QUERY_BUILDER_COMMAND_KEY.COMPILE]: {
|
22
22
|
title: 'Query Builder: Compile query',
|
23
|
-
defaultKeyboardShortcut: '
|
23
|
+
defaultKeyboardShortcut: 'F9',
|
24
24
|
},
|
25
25
|
};
|
26
26
|
//# sourceMappingURL=QueryBuilderCommand.js.map
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-query-builder",
|
3
|
-
"version": "0.6.
|
3
|
+
"version": "0.6.7",
|
4
4
|
"description": "Legend query builder core",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -44,12 +44,12 @@
|
|
44
44
|
"@ag-grid-community/client-side-row-model": "28.2.1",
|
45
45
|
"@ag-grid-community/core": "28.2.1",
|
46
46
|
"@ag-grid-community/react": "28.2.1",
|
47
|
-
"@finos/legend-application": "10.1.
|
48
|
-
"@finos/legend-art": "5.0.
|
49
|
-
"@finos/legend-graph": "
|
50
|
-
"@finos/legend-server-depot": "4.1.
|
51
|
-
"@finos/legend-shared": "6.2.
|
52
|
-
"@finos/legend-storage": "3.0.
|
47
|
+
"@finos/legend-application": "10.1.1",
|
48
|
+
"@finos/legend-art": "5.0.12",
|
49
|
+
"@finos/legend-graph": "21.0.0",
|
50
|
+
"@finos/legend-server-depot": "4.1.11",
|
51
|
+
"@finos/legend-shared": "6.2.7",
|
52
|
+
"@finos/legend-storage": "3.0.22",
|
53
53
|
"@testing-library/react": "13.4.0",
|
54
54
|
"@types/papaparse": "5.3.5",
|
55
55
|
"@types/react": "18.0.25",
|
@@ -23,6 +23,6 @@ export enum QUERY_BUILDER_COMMAND_KEY {
|
|
23
23
|
export const QUERY_BUILDER_COMMAND_CONFIG: CommandConfigData = {
|
24
24
|
[QUERY_BUILDER_COMMAND_KEY.COMPILE]: {
|
25
25
|
title: 'Query Builder: Compile query',
|
26
|
-
defaultKeyboardShortcut: '
|
26
|
+
defaultKeyboardShortcut: 'F9',
|
27
27
|
},
|
28
28
|
};
|