@finos/legend-query-builder 4.14.30 → 4.14.32
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/components/QueryBuilder.d.ts +1 -1
- package/lib/components/QueryBuilder.d.ts.map +1 -1
- package/lib/components/QueryBuilder.js +36 -3
- package/lib/components/QueryBuilder.js.map +1 -1
- package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts +3 -3
- package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts.map +1 -1
- package/lib/components/QueryBuilderPropertyExpressionEditor.js +23 -15
- package/lib/components/QueryBuilderPropertyExpressionEditor.js.map +1 -1
- package/lib/components/__test-utils__/QueryBuilderComponentTestUtils.js +1 -1
- package/lib/components/__test-utils__/QueryBuilderComponentTestUtils.js.map +1 -1
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts.map +1 -1
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js +5 -10
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js.map +1 -1
- package/lib/components/fetch-structure/QueryBuilderTDSPanel.d.ts.map +1 -1
- package/lib/components/fetch-structure/QueryBuilderTDSPanel.js +7 -7
- package/lib/components/fetch-structure/QueryBuilderTDSPanel.js.map +1 -1
- package/lib/graph/QueryBuilderMetaModelConst.d.ts +3 -0
- package/lib/graph/QueryBuilderMetaModelConst.d.ts.map +1 -1
- package/lib/graph/QueryBuilderMetaModelConst.js +5 -0
- package/lib/graph/QueryBuilderMetaModelConst.js.map +1 -1
- package/lib/graph-manager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js +4 -1
- package/lib/graph-manager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/V1_QueryValueSpecificationBuilderHelper.d.ts +1 -0
- package/lib/graph-manager/protocol/pure/v1/V1_QueryValueSpecificationBuilderHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/V1_QueryValueSpecificationBuilderHelper.js +51 -3
- package/lib/graph-manager/protocol/pure/v1/V1_QueryValueSpecificationBuilderHelper.js.map +1 -1
- package/lib/index.css +17 -1
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/package.json +1 -1
- package/lib/stores/QueryBuilderResultState.d.ts.map +1 -1
- package/lib/stores/QueryBuilderResultState.js +1 -0
- package/lib/stores/QueryBuilderResultState.js.map +1 -1
- package/lib/stores/QueryBuilderState.d.ts +4 -1
- package/lib/stores/QueryBuilderState.d.ts.map +1 -1
- package/lib/stores/QueryBuilderState.js +12 -1
- package/lib/stores/QueryBuilderState.js.map +1 -1
- package/lib/stores/QueryBuilderStateBuilder.d.ts +2 -1
- package/lib/stores/QueryBuilderStateBuilder.d.ts.map +1 -1
- package/lib/stores/QueryBuilderStateBuilder.js +40 -5
- package/lib/stores/QueryBuilderStateBuilder.js.map +1 -1
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts +5 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts.map +1 -1
- package/lib/stores/__test-utils__/QueryBuilderStateTestUtils.js +1 -1
- package/lib/stores/__test-utils__/QueryBuilderStateTestUtils.js.map +1 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts +1 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts.map +1 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js.map +1 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts +2 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts.map +1 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js +7 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js.map +1 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts.map +1 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js +4 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js.map +1 -1
- package/lib/stores/fetch-structure/tds/QueryBuilderAdvancedWorkflowState.d.ts +2 -0
- package/lib/stores/fetch-structure/tds/QueryBuilderAdvancedWorkflowState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/tds/QueryBuilderAdvancedWorkflowState.js +2 -0
- package/lib/stores/fetch-structure/tds/QueryBuilderAdvancedWorkflowState.js.map +1 -0
- package/lib/stores/fetch-structure/tds/QueryBuilderTDSState.d.ts +1 -0
- package/lib/stores/fetch-structure/tds/QueryBuilderTDSState.d.ts.map +1 -1
- package/lib/stores/fetch-structure/tds/QueryBuilderTDSState.js +4 -0
- package/lib/stores/fetch-structure/tds/QueryBuilderTDSState.js.map +1 -1
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.d.ts +3 -3
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.d.ts.map +1 -1
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.js +9 -2
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.js.map +1 -1
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts +2 -9
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts.map +1 -1
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.js +45 -36
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.js.map +1 -1
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderRelationProjectValueSpecBuidler.d.ts +20 -0
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderRelationProjectValueSpecBuidler.d.ts.map +1 -0
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderRelationProjectValueSpecBuidler.js +55 -0
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderRelationProjectValueSpecBuidler.js.map +1 -0
- package/{src/stores/workflow/QueryBuilderWorkFlowState.ts → lib/stores/fetch-structure/tds/projection/QueryBuilderTypedProjectionStateBuilder.d.ts} +5 -12
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderTypedProjectionStateBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderTypedProjectionStateBuilder.js +54 -0
- package/lib/stores/fetch-structure/tds/projection/QueryBuilderTypedProjectionStateBuilder.js.map +1 -0
- package/lib/stores/{workflow → query-workflow}/QueryBuilderWorkFlowState.d.ts +12 -0
- package/lib/stores/query-workflow/QueryBuilderWorkFlowState.d.ts.map +1 -0
- package/lib/stores/{workflow → query-workflow}/QueryBuilderWorkFlowState.js +18 -0
- package/lib/stores/query-workflow/QueryBuilderWorkFlowState.js.map +1 -0
- package/lib/stores/workflows/FunctionQueryBuilderState.d.ts +1 -1
- package/lib/stores/workflows/FunctionQueryBuilderState.d.ts.map +1 -1
- package/lib/stores/workflows/MappingQueryBuilderState.d.ts +1 -1
- package/lib/stores/workflows/MappingQueryBuilderState.d.ts.map +1 -1
- package/lib/stores/workflows/ServiceQueryBuilderState.d.ts +1 -1
- package/lib/stores/workflows/ServiceQueryBuilderState.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/components/QueryBuilder.tsx +77 -2
- package/src/components/QueryBuilderPropertyExpressionEditor.tsx +34 -20
- package/src/components/__test-utils__/QueryBuilderComponentTestUtils.tsx +1 -1
- package/src/components/fetch-structure/QueryBuilderFetchStructurePanel.tsx +29 -29
- package/src/components/fetch-structure/QueryBuilderTDSPanel.tsx +9 -16
- package/src/graph/QueryBuilderMetaModelConst.ts +7 -0
- package/src/graph-manager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.ts +3 -3
- package/src/graph-manager/protocol/pure/v1/V1_QueryValueSpecificationBuilderHelper.ts +122 -1
- package/src/index.ts +1 -1
- package/src/stores/QueryBuilderResultState.ts +1 -0
- package/src/stores/QueryBuilderState.ts +17 -1
- package/src/stores/QueryBuilderStateBuilder.ts +83 -10
- package/src/stores/QueryBuilderValueSpecificationBuilderHelper.ts +5 -0
- package/src/stores/__test-utils__/QueryBuilderStateTestUtils.ts +1 -1
- package/src/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.ts +1 -0
- package/src/stores/fetch-structure/QueryBuilderFetchStructureState.ts +15 -0
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.ts +5 -0
- package/src/stores/fetch-structure/tds/QueryBuilderAdvancedWorkflowState.ts +0 -0
- package/src/stores/fetch-structure/tds/QueryBuilderTDSState.ts +5 -0
- package/src/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.ts +9 -2
- package/src/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.ts +90 -81
- package/src/stores/fetch-structure/tds/projection/QueryBuilderRelationProjectValueSpecBuidler.ts +108 -0
- package/src/stores/fetch-structure/tds/projection/QueryBuilderTypedProjectionStateBuilder.ts +103 -0
- package/src/stores/query-workflow/QueryBuilderWorkFlowState.ts +64 -0
- package/src/stores/workflows/FunctionQueryBuilderState.ts +1 -1
- package/src/stores/workflows/MappingQueryBuilderState.ts +1 -1
- package/src/stores/workflows/ServiceQueryBuilderState.ts +1 -1
- package/tsconfig.json +4 -1
- package/lib/stores/workflow/QueryBuilderWorkFlowState.d.ts.map +0 -1
- package/lib/stores/workflow/QueryBuilderWorkFlowState.js.map +0 -1
@@ -0,0 +1,103 @@
|
|
1
|
+
/**
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
15
|
+
*/
|
16
|
+
|
17
|
+
import {
|
18
|
+
type LambdaFunction,
|
19
|
+
SimpleFunctionExpression,
|
20
|
+
matchFunctionName,
|
21
|
+
ColSpecArrayInstance,
|
22
|
+
} from '@finos/legend-graph';
|
23
|
+
import { FETCH_STRUCTURE_IMPLEMENTATION } from '../../QueryBuilderFetchStructureImplementationState.js';
|
24
|
+
import { assertTrue, assertType, guaranteeType } from '@finos/legend-shared';
|
25
|
+
import {
|
26
|
+
QUERY_BUILDER_LAMBDA_WRITER_MODE,
|
27
|
+
type QueryBuilderState,
|
28
|
+
} from '../../../QueryBuilderState.js';
|
29
|
+
import {
|
30
|
+
QUERY_BUILDER_SUPPORTED_FUNCTIONS,
|
31
|
+
QUERY_BUILDER_SUPPORTED_GET_ALL_FUNCTIONS,
|
32
|
+
} from '../../../../graph/QueryBuilderMetaModelConst.js';
|
33
|
+
import { QueryBuilderValueSpecificationProcessor } from '../../../QueryBuilderStateBuilder.js';
|
34
|
+
|
35
|
+
export const processTypedTDSProjectExpression = (
|
36
|
+
expression: SimpleFunctionExpression,
|
37
|
+
queryBuilderState: QueryBuilderState,
|
38
|
+
parentLambda: LambdaFunction,
|
39
|
+
): void => {
|
40
|
+
// check parameters
|
41
|
+
assertTrue(
|
42
|
+
expression.parametersValues.length === 2,
|
43
|
+
`Can't process typed project() expression: typed project() expects 2 arguments`,
|
44
|
+
);
|
45
|
+
// update fetch-structure
|
46
|
+
queryBuilderState.fetchStructureState.changeImplementation(
|
47
|
+
FETCH_STRUCTURE_IMPLEMENTATION.TABULAR_DATA_STRUCTURE,
|
48
|
+
);
|
49
|
+
|
50
|
+
// check preceding expression
|
51
|
+
const precedingExpression = guaranteeType(
|
52
|
+
expression.parametersValues[0],
|
53
|
+
SimpleFunctionExpression,
|
54
|
+
`Can't process typed project() expression: only support typed project() immediately following an expression`,
|
55
|
+
);
|
56
|
+
assertTrue(
|
57
|
+
matchFunctionName(precedingExpression.functionName, [
|
58
|
+
QUERY_BUILDER_SUPPORTED_GET_ALL_FUNCTIONS.GET_ALL,
|
59
|
+
QUERY_BUILDER_SUPPORTED_GET_ALL_FUNCTIONS.GET_ALL_VERSIONS,
|
60
|
+
QUERY_BUILDER_SUPPORTED_GET_ALL_FUNCTIONS.GET_ALL_VERSIONS_IN_RANGE,
|
61
|
+
QUERY_BUILDER_SUPPORTED_FUNCTIONS.FILTER,
|
62
|
+
QUERY_BUILDER_SUPPORTED_FUNCTIONS.WATERMARK,
|
63
|
+
]),
|
64
|
+
`Can't process typed project() expression: only support typed project() immediately following either getAll(), filter(), or forWatermark()`,
|
65
|
+
);
|
66
|
+
QueryBuilderValueSpecificationProcessor.process(
|
67
|
+
precedingExpression,
|
68
|
+
parentLambda,
|
69
|
+
queryBuilderState,
|
70
|
+
);
|
71
|
+
// check columns
|
72
|
+
const classInstance = expression.parametersValues[1];
|
73
|
+
assertType(
|
74
|
+
classInstance,
|
75
|
+
ColSpecArrayInstance,
|
76
|
+
`Can't process typed project() expression: typed project() expects argument #1 to be a ColSpec Array Instance`,
|
77
|
+
);
|
78
|
+
queryBuilderState.setLambdaWriteMode(
|
79
|
+
QUERY_BUILDER_LAMBDA_WRITER_MODE.TYPED_FETCH_STRUCTURE,
|
80
|
+
);
|
81
|
+
QueryBuilderValueSpecificationProcessor.processChild(
|
82
|
+
classInstance,
|
83
|
+
expression,
|
84
|
+
parentLambda,
|
85
|
+
queryBuilderState,
|
86
|
+
);
|
87
|
+
};
|
88
|
+
|
89
|
+
export const isTypedProjectionExpression = (
|
90
|
+
expression: SimpleFunctionExpression,
|
91
|
+
): boolean => {
|
92
|
+
if (
|
93
|
+
matchFunctionName(expression.functionName, [
|
94
|
+
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_PROJECT,
|
95
|
+
QUERY_BUILDER_SUPPORTED_FUNCTIONS.RELATION_PROJECT,
|
96
|
+
])
|
97
|
+
) {
|
98
|
+
if (expression.parametersValues.length === 2) {
|
99
|
+
return expression.parametersValues[1] instanceof ColSpecArrayInstance;
|
100
|
+
}
|
101
|
+
}
|
102
|
+
return false;
|
103
|
+
};
|
@@ -0,0 +1,64 @@
|
|
1
|
+
/**
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
3
|
+
*
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
* you may not use this file except in compliance with the License.
|
6
|
+
* You may obtain a copy of the License at
|
7
|
+
*
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
*
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
* See the License for the specific language governing permissions and
|
14
|
+
* limitations under the License.
|
15
|
+
*/
|
16
|
+
|
17
|
+
import type { QueryBuilderState } from '../QueryBuilderState.js';
|
18
|
+
|
19
|
+
export interface FetchStructureLayoutConfig {
|
20
|
+
label: string;
|
21
|
+
showInFetchPanel: boolean;
|
22
|
+
}
|
23
|
+
|
24
|
+
export abstract class QueryBuilderWorkflowState {
|
25
|
+
abstract get showStatusBar(): boolean;
|
26
|
+
|
27
|
+
abstract getFetchStructureLayoutConfig(
|
28
|
+
state: QueryBuilderState,
|
29
|
+
): FetchStructureLayoutConfig;
|
30
|
+
}
|
31
|
+
|
32
|
+
export class QueryBuilderAdvancedWorkflowState extends QueryBuilderWorkflowState {
|
33
|
+
get showStatusBar(): boolean {
|
34
|
+
return true;
|
35
|
+
}
|
36
|
+
|
37
|
+
override getFetchStructureLayoutConfig(
|
38
|
+
state: QueryBuilderState,
|
39
|
+
): FetchStructureLayoutConfig {
|
40
|
+
return {
|
41
|
+
label: 'fetch structure',
|
42
|
+
showInFetchPanel: true,
|
43
|
+
};
|
44
|
+
}
|
45
|
+
|
46
|
+
static INSTANCE = new QueryBuilderAdvancedWorkflowState();
|
47
|
+
}
|
48
|
+
|
49
|
+
export class QueryBuilderDataBrowserWorkflow extends QueryBuilderWorkflowState {
|
50
|
+
override get showStatusBar(): boolean {
|
51
|
+
return false;
|
52
|
+
}
|
53
|
+
|
54
|
+
override getFetchStructureLayoutConfig(
|
55
|
+
state: QueryBuilderState,
|
56
|
+
): FetchStructureLayoutConfig {
|
57
|
+
return {
|
58
|
+
label: state.fetchStructureState.implementation.fetchLabel,
|
59
|
+
showInFetchPanel: false,
|
60
|
+
};
|
61
|
+
}
|
62
|
+
|
63
|
+
static readonly INSTANCE = new QueryBuilderDataBrowserWorkflow();
|
64
|
+
}
|
@@ -21,7 +21,7 @@ import type {
|
|
21
21
|
} from '@finos/legend-graph';
|
22
22
|
import { ClassQueryBuilderState } from './ClassQueryBuilderState.js';
|
23
23
|
import type { QueryBuilderConfig } from '../../graph-manager/QueryBuilderConfig.js';
|
24
|
-
import type { QueryBuilderWorkflowState } from '../workflow/QueryBuilderWorkFlowState.js';
|
24
|
+
import type { QueryBuilderWorkflowState } from '../query-workflow/QueryBuilderWorkFlowState.js';
|
25
25
|
|
26
26
|
// Note: We may want to move it to extend QueryBuilderState directly
|
27
27
|
// but for now we will use the same setup as class as class, mapping, runtime are editable
|
@@ -28,7 +28,7 @@ import { getNullableFirstEntry } from '@finos/legend-shared';
|
|
28
28
|
import { renderMappingQueryBuilderSetupPanelContent } from '../../components/workflows/MappingQueryBuilder.js';
|
29
29
|
import { QueryBuilderState } from '../QueryBuilderState.js';
|
30
30
|
import type { QueryBuilderConfig } from '../../graph-manager/QueryBuilderConfig.js';
|
31
|
-
import type { QueryBuilderWorkflowState } from '../workflow/QueryBuilderWorkFlowState.js';
|
31
|
+
import type { QueryBuilderWorkflowState } from '../query-workflow/QueryBuilderWorkFlowState.js';
|
32
32
|
|
33
33
|
export class MappingQueryBuilderState extends QueryBuilderState {
|
34
34
|
readonly onMappingChange?: ((val: Mapping) => void) | undefined;
|
@@ -34,7 +34,7 @@ import { action, makeObservable, observable } from 'mobx';
|
|
34
34
|
import { renderServiceQueryBuilderSetupPanelContent } from '../../components/workflows/ServiceQueryBuilder.js';
|
35
35
|
import { QueryBuilderState } from '../QueryBuilderState.js';
|
36
36
|
import type { QueryBuilderConfig } from '../../graph-manager/QueryBuilderConfig.js';
|
37
|
-
import type { QueryBuilderWorkflowState } from '../workflow/QueryBuilderWorkFlowState.js';
|
37
|
+
import type { QueryBuilderWorkflowState } from '../query-workflow/QueryBuilderWorkFlowState.js';
|
38
38
|
|
39
39
|
export type ServiceExecutionContext = {
|
40
40
|
key: string;
|
package/tsconfig.json
CHANGED
@@ -92,6 +92,7 @@
|
|
92
92
|
"./src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.ts",
|
93
93
|
"./src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.ts",
|
94
94
|
"./src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeValueSpecificationBuilder.ts",
|
95
|
+
"./src/stores/fetch-structure/tds/QueryBuilderAdvancedWorkflowState.ts",
|
95
96
|
"./src/stores/fetch-structure/tds/QueryBuilderTDSColumnState.ts",
|
96
97
|
"./src/stores/fetch-structure/tds/QueryBuilderTDSHelper.ts",
|
97
98
|
"./src/stores/fetch-structure/tds/QueryBuilderTDSState.ts",
|
@@ -134,6 +135,8 @@
|
|
134
135
|
"./src/stores/fetch-structure/tds/projection/QueryBuilderProjectionColumnState.ts",
|
135
136
|
"./src/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.ts",
|
136
137
|
"./src/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.ts",
|
138
|
+
"./src/stores/fetch-structure/tds/projection/QueryBuilderRelationProjectValueSpecBuidler.ts",
|
139
|
+
"./src/stores/fetch-structure/tds/projection/QueryBuilderTypedProjectionStateBuilder.ts",
|
137
140
|
"./src/stores/fetch-structure/tds/window/QueryBuilderWindowGroupByOperatorLoader.ts",
|
138
141
|
"./src/stores/fetch-structure/tds/window/QueryBuilderWindowState.ts",
|
139
142
|
"./src/stores/fetch-structure/tds/window/QueryBuilderWindowStateBuilder.ts",
|
@@ -170,6 +173,7 @@
|
|
170
173
|
"./src/stores/milestoning/QueryBuilderMilestoningImplementation.ts",
|
171
174
|
"./src/stores/milestoning/QueryBuilderMilestoningState.ts",
|
172
175
|
"./src/stores/milestoning/QueryBuilderProcessingTemporalMilestoningImplementation.ts",
|
176
|
+
"./src/stores/query-workflow/QueryBuilderWorkFlowState.ts",
|
173
177
|
"./src/stores/shared/LambdaEditorState.ts",
|
174
178
|
"./src/stores/shared/LambdaParameterState.ts",
|
175
179
|
"./src/stores/shared/ValueSpecificationEditorHelper.ts",
|
@@ -177,7 +181,6 @@
|
|
177
181
|
"./src/stores/watermark/QueryBuilderWatermarkState.ts",
|
178
182
|
"./src/stores/watermark/QueryBuilderWatermarkStateBuilder.ts",
|
179
183
|
"./src/stores/watermark/QueryBuilderWatermarkValueSpecificationBuilder.ts",
|
180
|
-
"./src/stores/workflow/QueryBuilderWorkFlowState.ts",
|
181
184
|
"./src/stores/workflows/ClassQueryBuilderState.ts",
|
182
185
|
"./src/stores/workflows/FunctionQueryBuilderState.ts",
|
183
186
|
"./src/stores/workflows/MappingQueryBuilderState.ts",
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderWorkFlowState.d.ts","sourceRoot":"","sources":["../../../src/stores/workflow/QueryBuilderWorkFlowState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,8BAAsB,yBAAyB;IAC7C,QAAQ,KAAK,aAAa,IAAI,OAAO,CAAC;CACvC;AAED,qBAAa,iCAAkC,SAAQ,yBAAyB;IAC9E,IAAI,aAAa,IAAI,OAAO,CAE3B;IAED,MAAM,CAAC,QAAQ,oCAA2C;CAC3D"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderWorkFlowState.js","sourceRoot":"","sources":["../../../src/stores/workflow/QueryBuilderWorkFlowState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,OAAgB,yBAAyB;CAE9C;AAED,MAAM,OAAO,iCAAkC,SAAQ,yBAAyB;IAC9E,IAAI,aAAa;QACf,OAAO,IAAI,CAAC;IACd,CAAC;IAED,MAAM,CAAC,QAAQ,GAAG,IAAI,iCAAiC,EAAE,CAAC"}
|