@things-factory/shell 5.0.0-alpha.55 → 5.0.0-alpha.56
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.
@@ -5,7 +5,7 @@ const typeorm_1 = require("typeorm");
|
|
5
5
|
const condition_builder_1 = require("./condition-builder");
|
6
6
|
const debug = require('debug')('things-factory:shell:list-query-builder');
|
7
7
|
/**
|
8
|
-
* @deprecated The name of this function does not imply an exact purpose and it is not possible to correspond to a foreign key using the meta information of the table column, so it is recommended to replace it with the
|
8
|
+
* @deprecated The name of this function does not imply an exact purpose and it is not possible to correspond to a foreign key using the meta information of the table column, so it is recommended to replace it with the getQueryBuilderFromListParams function.
|
9
9
|
*/
|
10
10
|
const buildQuery = function (queryBuilder, params, context, options) {
|
11
11
|
var _a, _b;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/shell",
|
3
|
-
"version": "5.0.0-alpha.
|
3
|
+
"version": "5.0.0-alpha.56",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -44,16 +44,16 @@
|
|
44
44
|
"@material/mwc-icon-button": "^0.25.3",
|
45
45
|
"@material/mwc-slider": "^0.25.3",
|
46
46
|
"@material/mwc-textfield": "^0.25.3",
|
47
|
-
"@operato/board": "1.0.0-beta.
|
48
|
-
"@operato/graphql": "1.0.0-beta.
|
49
|
-
"@operato/help": "1.0.0-beta.
|
50
|
-
"@operato/layout": "1.0.0-beta.
|
51
|
-
"@operato/shell": "1.0.0-beta.
|
52
|
-
"@operato/utils": "1.0.0-beta.
|
53
|
-
"@things-factory/ejs-remote": "^5.0.0-alpha.
|
54
|
-
"@things-factory/env": "^5.0.0-alpha.
|
55
|
-
"@things-factory/styles": "^5.0.0-alpha.
|
56
|
-
"@things-factory/utils": "^5.0.0-alpha.
|
47
|
+
"@operato/board": "1.0.0-beta.27",
|
48
|
+
"@operato/graphql": "1.0.0-beta.27",
|
49
|
+
"@operato/help": "1.0.0-beta.27",
|
50
|
+
"@operato/layout": "1.0.0-beta.27",
|
51
|
+
"@operato/shell": "1.0.0-beta.27",
|
52
|
+
"@operato/utils": "1.0.0-beta.27",
|
53
|
+
"@things-factory/ejs-remote": "^5.0.0-alpha.56",
|
54
|
+
"@things-factory/env": "^5.0.0-alpha.56",
|
55
|
+
"@things-factory/styles": "^5.0.0-alpha.56",
|
56
|
+
"@things-factory/utils": "^5.0.0-alpha.56",
|
57
57
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
58
58
|
"@webpack-contrib/schema-utils": "^1.0.0-beta.0",
|
59
59
|
"apollo-server-core": "^3.6.4",
|
@@ -130,5 +130,5 @@
|
|
130
130
|
"resolutions": {
|
131
131
|
"core-js": "^3.16.0"
|
132
132
|
},
|
133
|
-
"gitHead": "
|
133
|
+
"gitHead": "105413a014a3cacefc97550b8f23e46789465219"
|
134
134
|
}
|
@@ -5,7 +5,7 @@ import { buildCondition } from './condition-builder'
|
|
5
5
|
const debug = require('debug')('things-factory:shell:list-query-builder')
|
6
6
|
|
7
7
|
/**
|
8
|
-
* @deprecated The name of this function does not imply an exact purpose and it is not possible to correspond to a foreign key using the meta information of the table column, so it is recommended to replace it with the
|
8
|
+
* @deprecated The name of this function does not imply an exact purpose and it is not possible to correspond to a foreign key using the meta information of the table column, so it is recommended to replace it with the getQueryBuilderFromListParams function.
|
9
9
|
*/
|
10
10
|
export const buildQuery = function (
|
11
11
|
queryBuilder: any,
|