@finos/legend-query-builder 4.14.91 → 4.14.93
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/components/QueryBuilderDiffPanel.d.ts.map +1 -1
- package/lib/components/QueryBuilderDiffPanel.js +2 -1
- package/lib/components/QueryBuilderDiffPanel.js.map +1 -1
- package/lib/components/QueryBuilderTextEditor.d.ts.map +1 -1
- package/lib/components/QueryBuilderTextEditor.js +2 -1
- package/lib/components/QueryBuilderTextEditor.js.map +1 -1
- package/lib/components/QueryLoader.d.ts.map +1 -1
- package/lib/components/QueryLoader.js +2 -1
- package/lib/components/QueryLoader.js.map +1 -1
- package/lib/components/execution-plan/ExecutionPlanViewer.d.ts.map +1 -1
- package/lib/components/execution-plan/ExecutionPlanViewer.js +2 -1
- package/lib/components/execution-plan/ExecutionPlanViewer.js.map +1 -1
- package/lib/components/execution-plan/SQLExecutionNodeViewer.d.ts.map +1 -1
- package/lib/components/execution-plan/SQLExecutionNodeViewer.js +2 -1
- package/lib/components/execution-plan/SQLExecutionNodeViewer.js.map +1 -1
- package/lib/components/filter/QueryBuilderFilterPanel.js +2 -2
- package/lib/components/filter/QueryBuilderFilterPanel.js.map +1 -1
- package/lib/components/result/QueryBuilderResultPanel.d.ts.map +1 -1
- package/lib/components/result/QueryBuilderResultPanel.js +2 -1
- package/lib/components/result/QueryBuilderResultPanel.js.map +1 -1
- package/lib/components/result/tds/QueryBuilderTDSGridResult.d.ts.map +1 -1
- package/lib/components/result/tds/QueryBuilderTDSGridResult.js +3 -2
- package/lib/components/result/tds/QueryBuilderTDSGridResult.js.map +1 -1
- package/lib/components/result/tds/QueryBuilderTDSResultShared.d.ts +2 -2
- package/lib/components/result/tds/QueryBuilderTDSResultShared.d.ts.map +1 -1
- package/lib/components/result/tds/QueryBuilderTDSResultShared.js +155 -19
- package/lib/components/result/tds/QueryBuilderTDSResultShared.js.map +1 -1
- package/lib/components/shared/LambdaEditor.js +2 -1
- package/lib/components/shared/LambdaEditor.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +6 -5
- package/lib/stores/filter/QueryBuilderFilterOperator.d.ts +1 -1
- package/lib/stores/filter/QueryBuilderFilterOperator.d.ts.map +1 -1
- package/lib/stores/filter/QueryBuilderFilterState.d.ts +1 -1
- package/lib/stores/filter/QueryBuilderFilterState.d.ts.map +1 -1
- package/lib/stores/filter/QueryBuilderFilterState.js +8 -3
- package/lib/stores/filter/QueryBuilderFilterState.js.map +1 -1
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.js +1 -1
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.js.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js +3 -3
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js +3 -3
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts +2 -2
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts.map +1 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js +3 -3
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js.map +1 -1
- package/package.json +14 -13
- package/src/components/QueryBuilderDiffPanel.tsx +2 -5
- package/src/components/QueryBuilderTextEditor.tsx +2 -4
- package/src/components/QueryLoader.tsx +2 -4
- package/src/components/execution-plan/ExecutionPlanViewer.tsx +2 -4
- package/src/components/execution-plan/SQLExecutionNodeViewer.tsx +2 -4
- package/src/components/filter/QueryBuilderFilterPanel.tsx +2 -2
- package/src/components/result/QueryBuilderResultPanel.tsx +2 -4
- package/src/components/result/tds/QueryBuilderTDSGridResult.tsx +3 -2
- package/src/components/result/tds/QueryBuilderTDSResultShared.tsx +332 -26
- package/src/components/shared/LambdaEditor.tsx +2 -2
- package/src/stores/filter/QueryBuilderFilterOperator.ts +1 -1
- package/src/stores/filter/QueryBuilderFilterState.ts +10 -5
- package/src/stores/filter/QueryBuilderFilterStateBuilder.ts +1 -1
- package/src/stores/filter/operators/QueryBuilderFilterOperator_Contain.ts +3 -5
- package/src/stores/filter/operators/QueryBuilderFilterOperator_EndWith.ts +3 -5
- package/src/stores/filter/operators/QueryBuilderFilterOperator_Equal.ts +2 -2
- package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.ts +2 -4
- package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.ts +2 -4
- package/src/stores/filter/operators/QueryBuilderFilterOperator_In.ts +2 -2
- package/src/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.ts +2 -2
- package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThan.ts +2 -4
- package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.ts +2 -4
- package/src/stores/filter/operators/QueryBuilderFilterOperator_StartWith.ts +3 -5
@@ -43,7 +43,7 @@ export class QueryBuilderFilterOperator_GreaterThan
|
|
43
43
|
extends QueryBuilderFilterOperator
|
44
44
|
implements Hashable
|
45
45
|
{
|
46
|
-
getLabel(
|
46
|
+
getLabel(): string {
|
47
47
|
return '>';
|
48
48
|
}
|
49
49
|
|
@@ -104,9 +104,7 @@ export class QueryBuilderFilterOperator_GreaterThan
|
|
104
104
|
}
|
105
105
|
default:
|
106
106
|
throw new UnsupportedOperationError(
|
107
|
-
`Can't get default value for filter operator '${this.getLabel(
|
108
|
-
filterConditionState,
|
109
|
-
)}' when the LHS property is of type '${propertyType.path}'`,
|
107
|
+
`Can't get default value for filter operator '${this.getLabel()}' when the LHS property is of type '${propertyType.path}'`,
|
110
108
|
);
|
111
109
|
}
|
112
110
|
}
|
@@ -43,7 +43,7 @@ export class QueryBuilderFilterOperator_GreaterThanEqual
|
|
43
43
|
extends QueryBuilderFilterOperator
|
44
44
|
implements Hashable
|
45
45
|
{
|
46
|
-
getLabel(
|
46
|
+
getLabel(): string {
|
47
47
|
return '>=';
|
48
48
|
}
|
49
49
|
|
@@ -104,9 +104,7 @@ export class QueryBuilderFilterOperator_GreaterThanEqual
|
|
104
104
|
}
|
105
105
|
default:
|
106
106
|
throw new UnsupportedOperationError(
|
107
|
-
`Can't get default value for filter operator '${this.getLabel(
|
108
|
-
filterConditionState,
|
109
|
-
)}' when the LHS property is of type '${propertyType.path}'`,
|
107
|
+
`Can't get default value for filter operator '${this.getLabel()}' when the LHS property is of type '${propertyType.path}'`,
|
110
108
|
);
|
111
109
|
}
|
112
110
|
}
|
@@ -48,7 +48,7 @@ export class QueryBuilderFilterOperator_In
|
|
48
48
|
extends QueryBuilderFilterOperator
|
49
49
|
implements Hashable
|
50
50
|
{
|
51
|
-
getLabel(
|
51
|
+
getLabel(): string {
|
52
52
|
return 'is in list of';
|
53
53
|
}
|
54
54
|
|
@@ -176,7 +176,7 @@ export class QueryBuilderFilterOperator_In
|
|
176
176
|
}
|
177
177
|
|
178
178
|
export class QueryBuilderFilterOperator_NotIn extends QueryBuilderFilterOperator_In {
|
179
|
-
override getLabel(
|
179
|
+
override getLabel(): string {
|
180
180
|
return `is not in list of`;
|
181
181
|
}
|
182
182
|
|
@@ -42,7 +42,7 @@ export class QueryBuilderFilterOperator_IsEmpty
|
|
42
42
|
extends QueryBuilderFilterOperator
|
43
43
|
implements Hashable
|
44
44
|
{
|
45
|
-
getLabel(
|
45
|
+
getLabel(): string {
|
46
46
|
return 'is empty';
|
47
47
|
}
|
48
48
|
|
@@ -110,7 +110,7 @@ export class QueryBuilderFilterOperator_IsEmpty
|
|
110
110
|
}
|
111
111
|
|
112
112
|
export class QueryBuilderFilterOperator_IsNotEmpty extends QueryBuilderFilterOperator_IsEmpty {
|
113
|
-
override getLabel(
|
113
|
+
override getLabel(): string {
|
114
114
|
return `is not empty`;
|
115
115
|
}
|
116
116
|
|
@@ -43,7 +43,7 @@ export class QueryBuilderFilterOperator_LessThan
|
|
43
43
|
extends QueryBuilderFilterOperator
|
44
44
|
implements Hashable
|
45
45
|
{
|
46
|
-
getLabel(
|
46
|
+
getLabel(): string {
|
47
47
|
return '<';
|
48
48
|
}
|
49
49
|
|
@@ -104,9 +104,7 @@ export class QueryBuilderFilterOperator_LessThan
|
|
104
104
|
}
|
105
105
|
default:
|
106
106
|
throw new UnsupportedOperationError(
|
107
|
-
`Can't get default value for filter operator '${this.getLabel(
|
108
|
-
filterConditionState,
|
109
|
-
)}' when the LHS property is of type '${propertyType.path}'`,
|
107
|
+
`Can't get default value for filter operator '${this.getLabel()}' when the LHS property is of type '${propertyType.path}'`,
|
110
108
|
);
|
111
109
|
}
|
112
110
|
}
|
@@ -43,7 +43,7 @@ export class QueryBuilderFilterOperator_LessThanEqual
|
|
43
43
|
extends QueryBuilderFilterOperator
|
44
44
|
implements Hashable
|
45
45
|
{
|
46
|
-
getLabel(
|
46
|
+
getLabel(): string {
|
47
47
|
return '<=';
|
48
48
|
}
|
49
49
|
|
@@ -104,9 +104,7 @@ export class QueryBuilderFilterOperator_LessThanEqual
|
|
104
104
|
}
|
105
105
|
default:
|
106
106
|
throw new UnsupportedOperationError(
|
107
|
-
`Can't get default value for filter operator '${this.getLabel(
|
108
|
-
filterConditionState,
|
109
|
-
)}' when the LHS property is of type '${propertyType.path}'`,
|
107
|
+
`Can't get default value for filter operator '${this.getLabel()}' when the LHS property is of type '${propertyType.path}'`,
|
110
108
|
);
|
111
109
|
}
|
112
110
|
}
|
@@ -46,7 +46,7 @@ export class QueryBuilderFilterOperator_StartWith
|
|
46
46
|
extends QueryBuilderFilterOperator
|
47
47
|
implements Hashable
|
48
48
|
{
|
49
|
-
getLabel(
|
49
|
+
getLabel(): string {
|
50
50
|
return 'starts with';
|
51
51
|
}
|
52
52
|
|
@@ -90,9 +90,7 @@ export class QueryBuilderFilterOperator_StartWith
|
|
90
90
|
}
|
91
91
|
default:
|
92
92
|
throw new UnsupportedOperationError(
|
93
|
-
`Can't get default value for filter operator '${this.getLabel(
|
94
|
-
filterConditionState,
|
95
|
-
)}' when the LHS property is of type '${propertyType.path}'`,
|
93
|
+
`Can't get default value for filter operator '${this.getLabel()}' when the LHS property is of type '${propertyType.path}'`,
|
96
94
|
);
|
97
95
|
}
|
98
96
|
}
|
@@ -128,7 +126,7 @@ export class QueryBuilderFilterOperator_StartWith
|
|
128
126
|
}
|
129
127
|
|
130
128
|
export class QueryBuilderFilterOperator_NotStartWith extends QueryBuilderFilterOperator_StartWith {
|
131
|
-
override getLabel(
|
129
|
+
override getLabel(): string {
|
132
130
|
return `doesn't start with`;
|
133
131
|
}
|
134
132
|
|