@finos/legend-query-builder 4.14.29 → 4.14.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. package/lib/components/QueryBuilder.d.ts +1 -1
  2. package/lib/components/QueryBuilder.d.ts.map +1 -1
  3. package/lib/components/QueryBuilder.js +64 -7
  4. package/lib/components/QueryBuilder.js.map +1 -1
  5. package/lib/components/__test-utils__/QueryBuilderComponentTestUtils.d.ts.map +1 -1
  6. package/lib/components/__test-utils__/QueryBuilderComponentTestUtils.js +2 -1
  7. package/lib/components/__test-utils__/QueryBuilderComponentTestUtils.js.map +1 -1
  8. package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts.map +1 -1
  9. package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js +5 -10
  10. package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js.map +1 -1
  11. package/lib/graph/QueryBuilderMetaModelConst.d.ts +3 -0
  12. package/lib/graph/QueryBuilderMetaModelConst.d.ts.map +1 -1
  13. package/lib/graph/QueryBuilderMetaModelConst.js +5 -0
  14. package/lib/graph/QueryBuilderMetaModelConst.js.map +1 -1
  15. package/lib/graph-manager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js +4 -1
  16. package/lib/graph-manager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js.map +1 -1
  17. package/lib/graph-manager/protocol/pure/v1/V1_QueryValueSpecificationBuilderHelper.d.ts +1 -0
  18. package/lib/graph-manager/protocol/pure/v1/V1_QueryValueSpecificationBuilderHelper.d.ts.map +1 -1
  19. package/lib/graph-manager/protocol/pure/v1/V1_QueryValueSpecificationBuilderHelper.js +51 -3
  20. package/lib/graph-manager/protocol/pure/v1/V1_QueryValueSpecificationBuilderHelper.js.map +1 -1
  21. package/lib/index.css +2 -2
  22. package/lib/index.css.map +1 -1
  23. package/lib/index.d.ts +1 -0
  24. package/lib/index.d.ts.map +1 -1
  25. package/lib/index.js +1 -0
  26. package/lib/index.js.map +1 -1
  27. package/lib/package.json +1 -1
  28. package/lib/stores/QueryBuilderResultState.d.ts.map +1 -1
  29. package/lib/stores/QueryBuilderResultState.js +1 -0
  30. package/lib/stores/QueryBuilderResultState.js.map +1 -1
  31. package/lib/stores/QueryBuilderState.d.ts +10 -1
  32. package/lib/stores/QueryBuilderState.d.ts.map +1 -1
  33. package/lib/stores/QueryBuilderState.js +21 -2
  34. package/lib/stores/QueryBuilderState.js.map +1 -1
  35. package/lib/stores/QueryBuilderStateBuilder.d.ts +2 -1
  36. package/lib/stores/QueryBuilderStateBuilder.d.ts.map +1 -1
  37. package/lib/stores/QueryBuilderStateBuilder.js +33 -4
  38. package/lib/stores/QueryBuilderStateBuilder.js.map +1 -1
  39. package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts +5 -0
  40. package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts.map +1 -1
  41. package/lib/stores/__test-utils__/QueryBuilderStateTestUtils.d.ts.map +1 -1
  42. package/lib/stores/__test-utils__/QueryBuilderStateTestUtils.js +2 -1
  43. package/lib/stores/__test-utils__/QueryBuilderStateTestUtils.js.map +1 -1
  44. package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts +1 -0
  45. package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts.map +1 -1
  46. package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js.map +1 -1
  47. package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts +2 -1
  48. package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts.map +1 -1
  49. package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js +7 -0
  50. package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js.map +1 -1
  51. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts +1 -0
  52. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts.map +1 -1
  53. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js +4 -0
  54. package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js.map +1 -1
  55. package/lib/stores/fetch-structure/tds/QueryBuilderAdvancedWorkflowState.d.ts +2 -0
  56. package/lib/stores/fetch-structure/tds/QueryBuilderAdvancedWorkflowState.d.ts.map +1 -0
  57. package/lib/stores/fetch-structure/tds/QueryBuilderAdvancedWorkflowState.js +2 -0
  58. package/lib/stores/fetch-structure/tds/QueryBuilderAdvancedWorkflowState.js.map +1 -0
  59. package/lib/stores/fetch-structure/tds/QueryBuilderTDSState.d.ts +1 -0
  60. package/lib/stores/fetch-structure/tds/QueryBuilderTDSState.d.ts.map +1 -1
  61. package/lib/stores/fetch-structure/tds/QueryBuilderTDSState.js +4 -0
  62. package/lib/stores/fetch-structure/tds/QueryBuilderTDSState.js.map +1 -1
  63. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.d.ts +4 -3
  64. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.d.ts.map +1 -1
  65. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.js +35 -3
  66. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.js.map +1 -1
  67. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts +2 -9
  68. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts.map +1 -1
  69. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.js +45 -36
  70. package/lib/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.js.map +1 -1
  71. package/lib/stores/fetch-structure/tds/projection/QueryBuilderRelationProjectValueSpecBuidler.d.ts +20 -0
  72. package/lib/stores/fetch-structure/tds/projection/QueryBuilderRelationProjectValueSpecBuidler.d.ts.map +1 -0
  73. package/lib/stores/fetch-structure/tds/projection/QueryBuilderRelationProjectValueSpecBuidler.js +55 -0
  74. package/lib/stores/fetch-structure/tds/projection/QueryBuilderRelationProjectValueSpecBuidler.js.map +1 -0
  75. package/lib/stores/query-workflow/QueryBuilderWorkFlowState.d.ts +35 -0
  76. package/lib/stores/query-workflow/QueryBuilderWorkFlowState.d.ts.map +1 -0
  77. package/lib/stores/query-workflow/QueryBuilderWorkFlowState.js +42 -0
  78. package/lib/stores/query-workflow/QueryBuilderWorkFlowState.js.map +1 -0
  79. package/lib/stores/workflows/FunctionQueryBuilderState.d.ts +2 -1
  80. package/lib/stores/workflows/FunctionQueryBuilderState.d.ts.map +1 -1
  81. package/lib/stores/workflows/FunctionQueryBuilderState.js +2 -2
  82. package/lib/stores/workflows/FunctionQueryBuilderState.js.map +1 -1
  83. package/lib/stores/workflows/MappingQueryBuilderState.d.ts +2 -1
  84. package/lib/stores/workflows/MappingQueryBuilderState.d.ts.map +1 -1
  85. package/lib/stores/workflows/MappingQueryBuilderState.js +2 -2
  86. package/lib/stores/workflows/MappingQueryBuilderState.js.map +1 -1
  87. package/lib/stores/workflows/ServiceQueryBuilderState.d.ts +2 -1
  88. package/lib/stores/workflows/ServiceQueryBuilderState.d.ts.map +1 -1
  89. package/lib/stores/workflows/ServiceQueryBuilderState.js +2 -2
  90. package/lib/stores/workflows/ServiceQueryBuilderState.js.map +1 -1
  91. package/package.json +3 -3
  92. package/src/components/QueryBuilder.tsx +214 -2
  93. package/src/components/__test-utils__/QueryBuilderComponentTestUtils.tsx +2 -0
  94. package/src/components/fetch-structure/QueryBuilderFetchStructurePanel.tsx +29 -29
  95. package/src/graph/QueryBuilderMetaModelConst.ts +7 -0
  96. package/src/graph-manager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.ts +3 -3
  97. package/src/graph-manager/protocol/pure/v1/V1_QueryValueSpecificationBuilderHelper.ts +122 -1
  98. package/src/index.ts +1 -0
  99. package/src/stores/QueryBuilderResultState.ts +1 -0
  100. package/src/stores/QueryBuilderState.ts +27 -0
  101. package/src/stores/QueryBuilderStateBuilder.ts +65 -5
  102. package/src/stores/QueryBuilderValueSpecificationBuilderHelper.ts +5 -0
  103. package/src/stores/__test-utils__/QueryBuilderStateTestUtils.ts +2 -0
  104. package/src/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.ts +1 -0
  105. package/src/stores/fetch-structure/QueryBuilderFetchStructureState.ts +15 -0
  106. package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.ts +5 -0
  107. package/src/stores/fetch-structure/tds/QueryBuilderAdvancedWorkflowState.ts +0 -0
  108. package/src/stores/fetch-structure/tds/QueryBuilderTDSState.ts +5 -0
  109. package/src/stores/fetch-structure/tds/projection/QueryBuilderProjectionStateBuilder.ts +76 -2
  110. package/src/stores/fetch-structure/tds/projection/QueryBuilderProjectionValueSpecificationBuilder.ts +90 -81
  111. package/src/stores/fetch-structure/tds/projection/QueryBuilderRelationProjectValueSpecBuidler.ts +108 -0
  112. package/src/stores/query-workflow/QueryBuilderWorkFlowState.ts +64 -0
  113. package/src/stores/workflows/FunctionQueryBuilderState.ts +3 -1
  114. package/src/stores/workflows/MappingQueryBuilderState.ts +9 -1
  115. package/src/stores/workflows/ServiceQueryBuilderState.ts +9 -1
  116. package/tsconfig.json +3 -0
@@ -0,0 +1,108 @@
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
+ ColSpecArray,
19
+ type ValueSpecification,
20
+ extractElementNameFromPath,
21
+ SimpleFunctionExpression,
22
+ ColSpecArrayInstance,
23
+ Multiplicity,
24
+ ColSpec,
25
+ INTERNAL__UnknownValueSpecification,
26
+ V1_serializeRawValueSpecification,
27
+ V1_transformRawLambda,
28
+ V1_GraphTransformerContextBuilder,
29
+ } from '@finos/legend-graph';
30
+ import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../graph/QueryBuilderMetaModelConst.js';
31
+ import {
32
+ QueryBuilderDerivationProjectionColumnState,
33
+ QueryBuilderSimpleProjectionColumnState,
34
+ } from './QueryBuilderProjectionColumnState.js';
35
+ import type { QueryBuilderTDSState } from '../QueryBuilderTDSState.js';
36
+ import { buildGenericLambdaFunctionInstanceValue } from '../../../QueryBuilderValueSpecificationHelper.js';
37
+ import {
38
+ buildPropertyExpressionChain,
39
+ type LambdaFunctionBuilderOption,
40
+ } from '../../../QueryBuilderValueSpecificationBuilderHelper.js';
41
+ import { UnsupportedOperationError } from '@finos/legend-shared';
42
+
43
+ export const buildRelationProjection = (
44
+ precedingExpression: ValueSpecification,
45
+ tdsState: QueryBuilderTDSState,
46
+ options?: LambdaFunctionBuilderOption,
47
+ ): SimpleFunctionExpression => {
48
+ const projectFunction = new SimpleFunctionExpression(
49
+ extractElementNameFromPath(QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_PROJECT),
50
+ );
51
+ const queryBuilderState = tdsState.queryBuilderState;
52
+
53
+ const instanceVal = new ColSpecArrayInstance(Multiplicity.ONE, undefined);
54
+
55
+ const colSepcArray = new ColSpecArray();
56
+ instanceVal.values = [colSepcArray];
57
+
58
+ tdsState.projectionColumns.forEach((projectionColumnState) => {
59
+ const colSpec = new ColSpec();
60
+ colSepcArray.colSpecs.push(colSpec);
61
+ colSpec.name = projectionColumnState.columnName;
62
+ // column projection
63
+ let columnLambda: ValueSpecification;
64
+ if (
65
+ projectionColumnState instanceof QueryBuilderSimpleProjectionColumnState
66
+ ) {
67
+ columnLambda = buildGenericLambdaFunctionInstanceValue(
68
+ projectionColumnState.lambdaParameterName,
69
+ [
70
+ buildPropertyExpressionChain(
71
+ projectionColumnState.propertyExpressionState.propertyExpression,
72
+ projectionColumnState.propertyExpressionState.queryBuilderState,
73
+ projectionColumnState.lambdaParameterName,
74
+ options,
75
+ ),
76
+ ],
77
+ queryBuilderState.graphManagerState.graph,
78
+ );
79
+ } else if (
80
+ projectionColumnState instanceof
81
+ QueryBuilderDerivationProjectionColumnState
82
+ ) {
83
+ columnLambda = new INTERNAL__UnknownValueSpecification(
84
+ V1_serializeRawValueSpecification(
85
+ V1_transformRawLambda(
86
+ projectionColumnState.lambda,
87
+ new V1_GraphTransformerContextBuilder(
88
+ // TODO?: do we need to include the plugins here?
89
+ [],
90
+ )
91
+ .withKeepSourceInformationFlag(
92
+ Boolean(options?.keepSourceInformation),
93
+ )
94
+ .build(),
95
+ ),
96
+ ),
97
+ );
98
+ } else {
99
+ throw new UnsupportedOperationError(
100
+ `Can't build relation project() column expression: unsupported projection column state`,
101
+ projectionColumnState,
102
+ );
103
+ }
104
+ colSpec.function1 = columnLambda;
105
+ });
106
+ projectFunction.parametersValues = [precedingExpression, instanceVal];
107
+ return projectFunction;
108
+ };
@@ -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,6 +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 '../query-workflow/QueryBuilderWorkFlowState.js';
24
25
 
25
26
  // Note: We may want to move it to extend QueryBuilderState directly
26
27
  // but for now we will use the same setup as class as class, mapping, runtime are editable
@@ -30,10 +31,11 @@ export class FunctionQueryBuilderState extends ClassQueryBuilderState {
30
31
  constructor(
31
32
  applicationStore: GenericLegendApplicationStore,
32
33
  graphManagerState: GraphManagerState,
34
+ workflowState: QueryBuilderWorkflowState,
33
35
  functionElemenet: ConcreteFunctionDefinition,
34
36
  config: QueryBuilderConfig | undefined,
35
37
  ) {
36
- super(applicationStore, graphManagerState, config);
38
+ super(applicationStore, graphManagerState, workflowState, config);
37
39
  this.functionElement = functionElemenet;
38
40
  this.showParametersPanel = true;
39
41
  }
@@ -28,6 +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 '../query-workflow/QueryBuilderWorkFlowState.js';
31
32
 
32
33
  export class MappingQueryBuilderState extends QueryBuilderState {
33
34
  readonly onMappingChange?: ((val: Mapping) => void) | undefined;
@@ -39,12 +40,19 @@ export class MappingQueryBuilderState extends QueryBuilderState {
39
40
  constructor(
40
41
  applicationStore: GenericLegendApplicationStore,
41
42
  graphManagerState: GraphManagerState,
43
+ workflowState: QueryBuilderWorkflowState,
42
44
  onMappingChange?: ((val: Mapping) => void) | undefined,
43
45
  onRuntimeChange?: ((val: Runtime) => void) | undefined,
44
46
  config?: QueryBuilderConfig | undefined,
45
47
  sourceInfo?: object | undefined,
46
48
  ) {
47
- super(applicationStore, graphManagerState, config, sourceInfo);
49
+ super(
50
+ applicationStore,
51
+ graphManagerState,
52
+ workflowState,
53
+ config,
54
+ sourceInfo,
55
+ );
48
56
 
49
57
  this.onMappingChange = onMappingChange;
50
58
  this.onRuntimeChange = onRuntimeChange;
@@ -34,6 +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 '../query-workflow/QueryBuilderWorkFlowState.js';
37
38
 
38
39
  export type ServiceExecutionContext = {
39
40
  key: string;
@@ -58,6 +59,7 @@ export class ServiceQueryBuilderState extends QueryBuilderState {
58
59
  constructor(
59
60
  applicationStore: GenericLegendApplicationStore,
60
61
  graphManagerState: GraphManagerState,
62
+ workflowState: QueryBuilderWorkflowState,
61
63
  service: Service,
62
64
  usableServices: Service[] | undefined,
63
65
  executionContextKey?: string | undefined,
@@ -68,7 +70,13 @@ export class ServiceQueryBuilderState extends QueryBuilderState {
68
70
  config?: QueryBuilderConfig | undefined,
69
71
  sourceInfo?: object | undefined,
70
72
  ) {
71
- super(applicationStore, graphManagerState, config, sourceInfo);
73
+ super(
74
+ applicationStore,
75
+ graphManagerState,
76
+ workflowState,
77
+ config,
78
+ sourceInfo,
79
+ );
72
80
 
73
81
  makeObservable(this, {
74
82
  selectedExecutionContext: observable,
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,7 @@
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",
137
139
  "./src/stores/fetch-structure/tds/window/QueryBuilderWindowGroupByOperatorLoader.ts",
138
140
  "./src/stores/fetch-structure/tds/window/QueryBuilderWindowState.ts",
139
141
  "./src/stores/fetch-structure/tds/window/QueryBuilderWindowStateBuilder.ts",
@@ -170,6 +172,7 @@
170
172
  "./src/stores/milestoning/QueryBuilderMilestoningImplementation.ts",
171
173
  "./src/stores/milestoning/QueryBuilderMilestoningState.ts",
172
174
  "./src/stores/milestoning/QueryBuilderProcessingTemporalMilestoningImplementation.ts",
175
+ "./src/stores/query-workflow/QueryBuilderWorkFlowState.ts",
173
176
  "./src/stores/shared/LambdaEditorState.ts",
174
177
  "./src/stores/shared/LambdaParameterState.ts",
175
178
  "./src/stores/shared/ValueSpecificationEditorHelper.ts",