@finos/legend-query-builder 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +201 -0
- package/README.md +3 -0
- package/lib/components/QueryBuilder.d.ts +22 -0
- package/lib/components/QueryBuilder.d.ts.map +1 -0
- package/lib/components/QueryBuilder.js +111 -0
- package/lib/components/QueryBuilder.js.map +1 -0
- package/lib/components/QueryBuilderComponentTestUtils.d.ts +24 -0
- package/lib/components/QueryBuilderComponentTestUtils.d.ts.map +1 -0
- package/lib/components/QueryBuilderComponentTestUtils.js +54 -0
- package/lib/components/QueryBuilderComponentTestUtils.js.map +1 -0
- package/lib/components/QueryBuilderParametersPanel.d.ts +31 -0
- package/lib/components/QueryBuilderParametersPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderParametersPanel.js +128 -0
- package/lib/components/QueryBuilderParametersPanel.js.map +1 -0
- package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts +29 -0
- package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts.map +1 -0
- package/lib/components/QueryBuilderPropertyExpressionEditor.js +116 -0
- package/lib/components/QueryBuilderPropertyExpressionEditor.js.map +1 -0
- package/lib/components/QueryBuilderResultPanel.d.ts +22 -0
- package/lib/components/QueryBuilderResultPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderResultPanel.js +242 -0
- package/lib/components/QueryBuilderResultPanel.js.map +1 -0
- package/lib/components/QueryBuilderSideBar.d.ts +41 -0
- package/lib/components/QueryBuilderSideBar.d.ts.map +1 -0
- package/lib/components/QueryBuilderSideBar.js +169 -0
- package/lib/components/QueryBuilderSideBar.js.map +1 -0
- package/lib/components/QueryBuilderTextEditor.d.ts +22 -0
- package/lib/components/QueryBuilderTextEditor.d.ts.map +1 -0
- package/lib/components/QueryBuilderTextEditor.js +48 -0
- package/lib/components/QueryBuilderTextEditor.js.map +1 -0
- package/lib/components/QueryBuilderUnsupportedQueryEditor.d.ts +22 -0
- package/lib/components/QueryBuilderUnsupportedQueryEditor.d.ts.map +1 -0
- package/lib/components/QueryBuilderUnsupportedQueryEditor.js +36 -0
- package/lib/components/QueryBuilderUnsupportedQueryEditor.js.map +1 -0
- package/lib/components/QueryBuilder_TestID.d.ts +26 -0
- package/lib/components/QueryBuilder_TestID.d.ts.map +1 -0
- package/lib/components/QueryBuilder_TestID.js +27 -0
- package/lib/components/QueryBuilder_TestID.js.map +1 -0
- package/lib/components/explorer/QueryBuilderExplorerPanel.d.ts +36 -0
- package/lib/components/explorer/QueryBuilderExplorerPanel.d.ts.map +1 -0
- package/lib/components/explorer/QueryBuilderExplorerPanel.js +340 -0
- package/lib/components/explorer/QueryBuilderExplorerPanel.js.map +1 -0
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.d.ts +22 -0
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.d.ts.map +1 -0
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js +147 -0
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js.map +1 -0
- package/lib/components/explorer/QueryBuilderMilestoneEditor.d.ts +22 -0
- package/lib/components/explorer/QueryBuilderMilestoneEditor.d.ts.map +1 -0
- package/lib/components/explorer/QueryBuilderMilestoneEditor.js +122 -0
- package/lib/components/explorer/QueryBuilderMilestoneEditor.js.map +1 -0
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.d.ts +23 -0
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.d.ts.map +1 -0
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.js +200 -0
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.js.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts +22 -0
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js +52 -0
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts +31 -0
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.js +94 -0
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.js.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts +30 -0
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js +378 -0
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.d.ts +22 -0
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.d.ts.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.js +216 -0
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.js.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts +22 -0
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js +88 -0
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js.map +1 -0
- package/lib/components/filter/QueryBuilderFilterPanel.d.ts +22 -0
- package/lib/components/filter/QueryBuilderFilterPanel.d.ts.map +1 -0
- package/lib/components/filter/QueryBuilderFilterPanel.js +316 -0
- package/lib/components/filter/QueryBuilderFilterPanel.js.map +1 -0
- package/lib/components/shared/ElementIconUtils.d.ts +18 -0
- package/lib/components/shared/ElementIconUtils.d.ts.map +1 -0
- package/lib/components/shared/ElementIconUtils.js +37 -0
- package/lib/components/shared/ElementIconUtils.js.map +1 -0
- package/lib/components/shared/QueryBuilderLambdaEditor.d.ts +42 -0
- package/lib/components/shared/QueryBuilderLambdaEditor.d.ts.map +1 -0
- package/lib/components/shared/QueryBuilderLambdaEditor.js +47 -0
- package/lib/components/shared/QueryBuilderLambdaEditor.js.map +1 -0
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.d.ts +20 -0
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.d.ts.map +1 -0
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.js +28 -0
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.js.map +1 -0
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.d.ts +26 -0
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.d.ts.map +1 -0
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.js +32 -0
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.js.map +1 -0
- package/lib/components/workflows/ClassQueryBuilder.d.ts +18 -0
- package/lib/components/workflows/ClassQueryBuilder.d.ts.map +1 -0
- package/lib/components/workflows/ClassQueryBuilder.js +87 -0
- package/lib/components/workflows/ClassQueryBuilder.js.map +1 -0
- package/lib/components/workflows/MappingQueryBuilder.d.ts +18 -0
- package/lib/components/workflows/MappingQueryBuilder.d.ts.map +1 -0
- package/lib/components/workflows/MappingQueryBuilder.js +88 -0
- package/lib/components/workflows/MappingQueryBuilder.js.map +1 -0
- package/lib/components/workflows/ServiceQueryBuilder.d.ts +18 -0
- package/lib/components/workflows/ServiceQueryBuilder.d.ts.map +1 -0
- package/lib/components/workflows/ServiceQueryBuilder.js +69 -0
- package/lib/components/workflows/ServiceQueryBuilder.js.map +1 -0
- package/lib/graphManager/QueryBuilderSupportedFunctions.d.ts +60 -0
- package/lib/graphManager/QueryBuilderSupportedFunctions.d.ts.map +1 -0
- package/lib/graphManager/QueryBuilderSupportedFunctions.js +65 -0
- package/lib/graphManager/QueryBuilderSupportedFunctions.js.map +1 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts +21 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts.map +1 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js +27 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js.map +1 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts +24 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts.map +1 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.js +32 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.js.map +1 -0
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts +21 -0
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts.map +1 -0
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js +20 -0
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js.map +1 -0
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts +21 -0
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts.map +1 -0
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js +20 -0
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts +25 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js +21 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts +18 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js +20 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts +22 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js +70 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts +22 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js +207 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts +18 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js +18 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts +29 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js +182 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js.map +1 -0
- package/lib/index.css +17 -0
- package/lib/index.css.map +1 -0
- package/lib/index.d.ts +28 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +26 -0
- package/lib/index.js.map +1 -0
- package/lib/package.json +95 -0
- package/lib/stores/QueryBuilderBootstraper.d.ts +17 -0
- package/lib/stores/QueryBuilderBootstraper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderBootstraper.js +22 -0
- package/lib/stores/QueryBuilderBootstraper.js.map +1 -0
- package/lib/stores/QueryBuilderChangeDetectionState.d.ts +25 -0
- package/lib/stores/QueryBuilderChangeDetectionState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderChangeDetectionState.js +32 -0
- package/lib/stores/QueryBuilderChangeDetectionState.js.map +1 -0
- package/lib/stores/QueryBuilderConfig.d.ts +32 -0
- package/lib/stores/QueryBuilderConfig.d.ts.map +1 -0
- package/lib/stores/QueryBuilderConfig.js +34 -0
- package/lib/stores/QueryBuilderConfig.js.map +1 -0
- package/lib/stores/QueryBuilderGroupOperationHelper.d.ts +22 -0
- package/lib/stores/QueryBuilderGroupOperationHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderGroupOperationHelper.js +43 -0
- package/lib/stores/QueryBuilderGroupOperationHelper.js.map +1 -0
- package/lib/stores/QueryBuilderMilestoningState.d.ts +32 -0
- package/lib/stores/QueryBuilderMilestoningState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderMilestoningState.js +95 -0
- package/lib/stores/QueryBuilderMilestoningState.js.map +1 -0
- package/lib/stores/QueryBuilderParametersState.d.ts +28 -0
- package/lib/stores/QueryBuilderParametersState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderParametersState.js +39 -0
- package/lib/stores/QueryBuilderParametersState.js.map +1 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.d.ts +26 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.js +138 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.js.map +1 -0
- package/lib/stores/QueryBuilderPropertyEditorState.d.ts +62 -0
- package/lib/stores/QueryBuilderPropertyEditorState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderPropertyEditorState.js +395 -0
- package/lib/stores/QueryBuilderPropertyEditorState.js.map +1 -0
- package/lib/stores/QueryBuilderResultState.d.ts +41 -0
- package/lib/stores/QueryBuilderResultState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderResultState.js +176 -0
- package/lib/stores/QueryBuilderResultState.js.map +1 -0
- package/lib/stores/QueryBuilderState.d.ts +110 -0
- package/lib/stores/QueryBuilderState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderState.js +334 -0
- package/lib/stores/QueryBuilderState.js.map +1 -0
- package/lib/stores/QueryBuilderStateBuilder.d.ts +124 -0
- package/lib/stores/QueryBuilderStateBuilder.d.ts.map +1 -0
- package/lib/stores/QueryBuilderStateBuilder.js +311 -0
- package/lib/stores/QueryBuilderStateBuilder.js.map +1 -0
- package/lib/stores/QueryBuilderStateTestUtils.d.ts +24 -0
- package/lib/stores/QueryBuilderStateTestUtils.d.ts.map +1 -0
- package/lib/stores/QueryBuilderStateTestUtils.js +50 -0
- package/lib/stores/QueryBuilderStateTestUtils.js.map +1 -0
- package/lib/stores/QueryBuilderTextEditorState.d.ts +49 -0
- package/lib/stores/QueryBuilderTextEditorState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderTextEditorState.js +145 -0
- package/lib/stores/QueryBuilderTextEditorState.js.map +1 -0
- package/lib/stores/QueryBuilderTypeaheadHelper.d.ts +24 -0
- package/lib/stores/QueryBuilderTypeaheadHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderTypeaheadHelper.js +85 -0
- package/lib/stores/QueryBuilderTypeaheadHelper.js.map +1 -0
- package/lib/stores/QueryBuilderUnsupportedQueryState.d.ts +26 -0
- package/lib/stores/QueryBuilderUnsupportedQueryState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderUnsupportedQueryState.js +37 -0
- package/lib/stores/QueryBuilderUnsupportedQueryState.js.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilder.d.ts +20 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilder.d.ts.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilder.js +87 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilder.js.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts +27 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js +161 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationHelper.d.ts +61 -0
- package/lib/stores/QueryBuilderValueSpecificationHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationHelper.js +235 -0
- package/lib/stores/QueryBuilderValueSpecificationHelper.js.map +1 -0
- package/lib/stores/explorer/QueryBuilderExplorerState.d.ts +99 -0
- package/lib/stores/explorer/QueryBuilderExplorerState.d.ts.map +1 -0
- package/lib/stores/explorer/QueryBuilderExplorerState.js +446 -0
- package/lib/stores/explorer/QueryBuilderExplorerState.js.map +1 -0
- package/lib/stores/explorer/QueryBuilderPropertySearchState.d.ts +46 -0
- package/lib/stores/explorer/QueryBuilderPropertySearchState.d.ts.map +1 -0
- package/lib/stores/explorer/QueryBuilderPropertySearchState.js +242 -0
- package/lib/stores/explorer/QueryBuilderPropertySearchState.js.map +1 -0
- package/lib/stores/explorer/QueryFunctionsExplorerState.d.ts +59 -0
- package/lib/stores/explorer/QueryFunctionsExplorerState.d.ts.map +1 -0
- package/lib/stores/explorer/QueryFunctionsExplorerState.js +228 -0
- package/lib/stores/explorer/QueryFunctionsExplorerState.js.map +1 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts +40 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js +34 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js.map +1 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts +27 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js +73 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts +49 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js +157 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts +20 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js +62 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts +42 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js +173 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts +26 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js +72 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts +73 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.js +187 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.js.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.d.ts +68 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.js +305 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.js.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts +25 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js +186 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts +26 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js +189 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.d.ts +43 -0
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.js +77 -0
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js +36 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts +18 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js +38 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts +42 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js +103 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts +20 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js +96 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts +22 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js +40 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js +50 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js +55 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts +26 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js +50 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js +78 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js +67 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts +26 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js +86 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts +26 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js +86 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js +50 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js +50 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts +26 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js +45 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts +29 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js +30 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts +18 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js +44 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts +135 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js +585 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts +22 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js +122 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts +19 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js +79 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts +23 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js +73 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js +75 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js +75 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js +118 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js +81 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts +24 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js +43 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js +104 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts +33 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js +67 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js +81 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts +24 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js +43 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js +75 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterOperator.d.ts +27 -0
- package/lib/stores/filter/QueryBuilderFilterOperator.d.ts.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterOperator.js +20 -0
- package/lib/stores/filter/QueryBuilderFilterOperator.js.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.d.ts +18 -0
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.d.ts.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.js +44 -0
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.js.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterState.d.ts +123 -0
- package/lib/stores/filter/QueryBuilderFilterState.d.ts.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterState.js +531 -0
- package/lib/stores/filter/QueryBuilderFilterState.js.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.d.ts +19 -0
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.d.ts.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.js +74 -0
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.js.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts +19 -0
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.js +78 -0
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.d.ts +21 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.js +257 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js +71 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js +71 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js +115 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts +27 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js +83 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts +27 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js +83 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js +103 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js +65 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts +27 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js +83 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts +27 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js +83 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js +71 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js.map +1 -0
- package/lib/stores/workflows/ClassQueryBuilderState.d.ts +35 -0
- package/lib/stores/workflows/ClassQueryBuilderState.d.ts.map +1 -0
- package/lib/stores/workflows/ClassQueryBuilderState.js +57 -0
- package/lib/stores/workflows/ClassQueryBuilderState.js.map +1 -0
- package/lib/stores/workflows/MappingQueryBuilderState.d.ts +33 -0
- package/lib/stores/workflows/MappingQueryBuilderState.d.ts.map +1 -0
- package/lib/stores/workflows/MappingQueryBuilderState.js +55 -0
- package/lib/stores/workflows/MappingQueryBuilderState.js.map +1 -0
- package/lib/stores/workflows/ServiceQueryBuilderState.d.ts +44 -0
- package/lib/stores/workflows/ServiceQueryBuilderState.d.ts.map +1 -0
- package/lib/stores/workflows/ServiceQueryBuilderState.js +90 -0
- package/lib/stores/workflows/ServiceQueryBuilderState.js.map +1 -0
- package/package.json +95 -0
- package/src/components/QueryBuilder.tsx +411 -0
- package/src/components/QueryBuilderComponentTestUtils.tsx +122 -0
- package/src/components/QueryBuilderParametersPanel.tsx +431 -0
- package/src/components/QueryBuilderPropertyExpressionEditor.tsx +376 -0
- package/src/components/QueryBuilderResultPanel.tsx +640 -0
- package/src/components/QueryBuilderSideBar.tsx +421 -0
- package/src/components/QueryBuilderTextEditor.tsx +127 -0
- package/src/components/QueryBuilderUnsupportedQueryEditor.tsx +88 -0
- package/src/components/QueryBuilder_TestID.ts +26 -0
- package/src/components/explorer/QueryBuilderExplorerPanel.tsx +934 -0
- package/src/components/explorer/QueryBuilderFunctionsExplorerPanel.tsx +554 -0
- package/src/components/explorer/QueryBuilderMilestoneEditor.tsx +296 -0
- package/src/components/explorer/QueryBuilderPropertySearchPanel.tsx +617 -0
- package/src/components/fetch-structure/QueryBuilderFetchStructurePanel.tsx +112 -0
- package/src/components/fetch-structure/QueryBuilderGraphFetchTreePanel.tsx +276 -0
- package/src/components/fetch-structure/QueryBuilderPostFilterPanel.tsx +1103 -0
- package/src/components/fetch-structure/QueryBuilderProjectionPanel.tsx +649 -0
- package/src/components/fetch-structure/QueryBuilderResultModifierPanel.tsx +254 -0
- package/src/components/filter/QueryBuilderFilterPanel.tsx +891 -0
- package/src/components/shared/ElementIconUtils.tsx +47 -0
- package/src/components/shared/QueryBuilderLambdaEditor.tsx +120 -0
- package/src/components/shared/QueryBuilderPanelIssueCountBadge.tsx +40 -0
- package/src/components/shared/QueryBuilderPropertyInfoTooltip.tsx +87 -0
- package/src/components/workflows/ClassQueryBuilder.tsx +198 -0
- package/src/components/workflows/MappingQueryBuilder.tsx +195 -0
- package/src/components/workflows/ServiceQueryBuilder.tsx +192 -0
- package/src/graphManager/QueryBuilderSupportedFunctions.ts +67 -0
- package/src/graphManager/QueryBuilder_GraphManagerPlugin.ts +32 -0
- package/src/graphManager/QueryBuilder_GraphManagerPreset.ts +33 -0
- package/src/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.ts +22 -0
- package/src/graphManager/action/analytics/ServiceExecutionAnalysis.ts +22 -0
- package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.ts +47 -0
- package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.ts +27 -0
- package/src/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.ts +167 -0
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.ts +571 -0
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.ts +28 -0
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.ts +296 -0
- package/src/index.ts +38 -0
- package/src/stores/QueryBuilderBootstraper.ts +23 -0
- package/src/stores/QueryBuilderChangeDetectionState.ts +37 -0
- package/src/stores/QueryBuilderConfig.ts +34 -0
- package/src/stores/QueryBuilderGroupOperationHelper.ts +54 -0
- package/src/stores/QueryBuilderMilestoningState.ts +164 -0
- package/src/stores/QueryBuilderParametersState.ts +52 -0
- package/src/stores/QueryBuilderPreviewDataHelper.ts +202 -0
- package/src/stores/QueryBuilderPropertyEditorState.ts +668 -0
- package/src/stores/QueryBuilderResultState.ts +281 -0
- package/src/stores/QueryBuilderState.ts +465 -0
- package/src/stores/QueryBuilderStateBuilder.ts +585 -0
- package/src/stores/QueryBuilderStateTestUtils.ts +99 -0
- package/src/stores/QueryBuilderTextEditorState.ts +203 -0
- package/src/stores/QueryBuilderTypeaheadHelper.ts +152 -0
- package/src/stores/QueryBuilderUnsupportedQueryState.ts +44 -0
- package/src/stores/QueryBuilderValueSpecificationBuilder.ts +179 -0
- package/src/stores/QueryBuilderValueSpecificationBuilderHelper.ts +256 -0
- package/src/stores/QueryBuilderValueSpecificationHelper.ts +359 -0
- package/src/stores/explorer/QueryBuilderExplorerState.ts +798 -0
- package/src/stores/explorer/QueryBuilderPropertySearchState.ts +333 -0
- package/src/stores/explorer/QueryFunctionsExplorerState.ts +375 -0
- package/src/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.ts +65 -0
- package/src/stores/fetch-structure/QueryBuilderFetchStructureState.ts +107 -0
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.ts +240 -0
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.ts +131 -0
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.ts +282 -0
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.ts +154 -0
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.ts +327 -0
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionState.ts +569 -0
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.ts +426 -0
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.ts +416 -0
- package/src/stores/fetch-structure/projection/QueryResultSetModifierState.ts +95 -0
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.ts +79 -0
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.ts +41 -0
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.ts +145 -0
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.ts +228 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.ts +109 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.ts +98 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.ts +106 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.ts +96 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.ts +173 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.ts +155 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.ts +174 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.ts +174 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.ts +98 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.ts +98 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.ts +88 -0
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.ts +66 -0
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.ts +65 -0
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.ts +807 -0
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.ts +297 -0
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.ts +121 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.ts +129 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.ts +140 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.ts +135 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts +218 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.ts +143 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts +70 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.ts +183 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.ts +113 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.ts +143 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.ts +70 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.ts +135 -0
- package/src/stores/filter/QueryBuilderFilterOperator.ts +52 -0
- package/src/stores/filter/QueryBuilderFilterOperatorLoader.ts +65 -0
- package/src/stores/filter/QueryBuilderFilterState.ts +736 -0
- package/src/stores/filter/QueryBuilderFilterStateBuilder.ts +155 -0
- package/src/stores/filter/QueryBuilderFilterValueSpecificationBuilder.ts +120 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperatorHelper.ts +524 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_Contain.ts +134 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_EndWith.ts +134 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_Equal.ts +211 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.ts +145 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.ts +145 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_In.ts +181 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.ts +125 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThan.ts +145 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.ts +145 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_StartWith.ts +134 -0
- package/src/stores/workflows/ClassQueryBuilderState.ts +80 -0
- package/src/stores/workflows/MappingQueryBuilderState.ts +86 -0
- package/src/stores/workflows/ServiceQueryBuilderState.ts +143 -0
- package/tsconfig.json +166 -0
- package/tsconfig.package.json +38 -0
@@ -0,0 +1,176 @@
|
|
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
|
+
import { action, makeAutoObservable } from 'mobx';
|
17
|
+
import { assertErrorThrown, LogEvent, guaranteeNonNullable, ContentType, guaranteeType, downloadFileUsingDataURI, UnsupportedOperationError, ActionState, } from '@finos/legend-shared';
|
18
|
+
import { GRAPH_MANAGER_EVENT, EXECUTION_SERIALIZATION_FORMAT, RawExecutionResult, buildRawLambdaFromLambdaFunction, } from '@finos/legend-graph';
|
19
|
+
import { buildLambdaFunction } from './QueryBuilderValueSpecificationBuilder.js';
|
20
|
+
import { buildParametersLetLambdaFunc, ExecutionPlanState, } from '@finos/legend-application';
|
21
|
+
const DEFAULT_LIMIT = 1000;
|
22
|
+
export class QueryBuilderResultState {
|
23
|
+
queryBuilderState;
|
24
|
+
exportDataState = ActionState.create();
|
25
|
+
previewLimit = DEFAULT_LIMIT;
|
26
|
+
isRunningQuery = false;
|
27
|
+
isGeneratingPlan = false;
|
28
|
+
executionResult;
|
29
|
+
executionPlanState;
|
30
|
+
executionDuration;
|
31
|
+
queryRunPromise = undefined;
|
32
|
+
constructor(queryBuilderState) {
|
33
|
+
makeAutoObservable(this, {
|
34
|
+
queryBuilderState: false,
|
35
|
+
executionPlanState: false,
|
36
|
+
setIsRunningQuery: action,
|
37
|
+
setExecutionResult: action,
|
38
|
+
});
|
39
|
+
this.queryBuilderState = queryBuilderState;
|
40
|
+
this.executionPlanState = new ExecutionPlanState(this.queryBuilderState.applicationStore, this.queryBuilderState.graphManagerState);
|
41
|
+
}
|
42
|
+
setIsRunningQuery = (val) => {
|
43
|
+
this.isRunningQuery = val;
|
44
|
+
};
|
45
|
+
setExecutionResult = (val) => {
|
46
|
+
this.executionResult = val;
|
47
|
+
};
|
48
|
+
setExecutionDuration = (val) => {
|
49
|
+
this.executionDuration = val;
|
50
|
+
};
|
51
|
+
setPreviewLimit = (val) => {
|
52
|
+
this.previewLimit = Math.max(1, val);
|
53
|
+
};
|
54
|
+
setQueryRunPromise = (promise) => {
|
55
|
+
this.queryRunPromise = promise;
|
56
|
+
};
|
57
|
+
buildExecutionRawLambda() {
|
58
|
+
let query;
|
59
|
+
if (this.queryBuilderState.isQuerySupported) {
|
60
|
+
const lambdaFunction = buildLambdaFunction(this.queryBuilderState, {
|
61
|
+
isBuildingExecutionQuery: true,
|
62
|
+
});
|
63
|
+
query = buildRawLambdaFromLambdaFunction(lambdaFunction, this.queryBuilderState.graphManagerState);
|
64
|
+
}
|
65
|
+
else {
|
66
|
+
query = guaranteeNonNullable(this.queryBuilderState.unsupportedQueryState.rawLambda, 'Lambda is required to execute query');
|
67
|
+
if (!this.queryBuilderState.isParameterSupportDisabled &&
|
68
|
+
this.queryBuilderState.parametersState.parameterStates.length) {
|
69
|
+
const letlambdaFunction = buildParametersLetLambdaFunc(this.queryBuilderState.graphManagerState.graph, this.queryBuilderState.parametersState.parameterStates);
|
70
|
+
const letRawLambda = buildRawLambdaFromLambdaFunction(letlambdaFunction, this.queryBuilderState.graphManagerState);
|
71
|
+
// reset paramaters
|
72
|
+
if (Array.isArray(query.body) && Array.isArray(letRawLambda.body)) {
|
73
|
+
letRawLambda.body = [
|
74
|
+
...letRawLambda.body,
|
75
|
+
...query.body,
|
76
|
+
];
|
77
|
+
query = letRawLambda;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
}
|
81
|
+
return query;
|
82
|
+
}
|
83
|
+
*exportData(serializationFormat) {
|
84
|
+
try {
|
85
|
+
this.exportDataState.inProgress();
|
86
|
+
const mapping = guaranteeNonNullable(this.queryBuilderState.mapping, 'Mapping is required to execute query');
|
87
|
+
const runtime = guaranteeNonNullable(this.queryBuilderState.runtimeValue, `Runtime is required to execute query`);
|
88
|
+
const query = this.buildExecutionRawLambda();
|
89
|
+
const result = (yield this.queryBuilderState.graphManagerState.graphManager.executeMapping(query, mapping, runtime, this.queryBuilderState.graphManagerState.graph, {
|
90
|
+
serializationFormat,
|
91
|
+
}));
|
92
|
+
let contentType;
|
93
|
+
let fileName = 'result';
|
94
|
+
let content;
|
95
|
+
switch (serializationFormat) {
|
96
|
+
case EXECUTION_SERIALIZATION_FORMAT.CSV:
|
97
|
+
{
|
98
|
+
const rawResult = guaranteeType(result, RawExecutionResult);
|
99
|
+
contentType = ContentType.TEXT_CSV;
|
100
|
+
fileName = `${fileName}.csv`;
|
101
|
+
content = rawResult.value;
|
102
|
+
}
|
103
|
+
break;
|
104
|
+
default:
|
105
|
+
throw new UnsupportedOperationError(`Can't download file for serialization type: '${serializationFormat}'`);
|
106
|
+
}
|
107
|
+
downloadFileUsingDataURI(fileName, content, contentType);
|
108
|
+
this.exportDataState.pass();
|
109
|
+
}
|
110
|
+
catch (error) {
|
111
|
+
assertErrorThrown(error);
|
112
|
+
this.queryBuilderState.applicationStore.log.error(LogEvent.create(GRAPH_MANAGER_EVENT.EXECUTION_FAILURE), error);
|
113
|
+
this.queryBuilderState.applicationStore.notifyError(error);
|
114
|
+
this.exportDataState.fail();
|
115
|
+
}
|
116
|
+
}
|
117
|
+
*runQuery() {
|
118
|
+
try {
|
119
|
+
this.isRunningQuery = true;
|
120
|
+
const mapping = guaranteeNonNullable(this.queryBuilderState.mapping, 'Mapping is required to execute query');
|
121
|
+
const runtime = guaranteeNonNullable(this.queryBuilderState.runtimeValue, `Runtime is required to execute query`);
|
122
|
+
const query = this.buildExecutionRawLambda();
|
123
|
+
const startTime = Date.now();
|
124
|
+
const promise = this.queryBuilderState.graphManagerState.graphManager.executeMapping(query, mapping, runtime, this.queryBuilderState.graphManagerState.graph);
|
125
|
+
this.setQueryRunPromise(promise);
|
126
|
+
const result = (yield promise);
|
127
|
+
if (this.queryRunPromise === promise) {
|
128
|
+
this.setExecutionResult(result);
|
129
|
+
this.setExecutionDuration(Date.now() - startTime);
|
130
|
+
}
|
131
|
+
}
|
132
|
+
catch (error) {
|
133
|
+
assertErrorThrown(error);
|
134
|
+
this.queryBuilderState.applicationStore.log.error(LogEvent.create(GRAPH_MANAGER_EVENT.EXECUTION_FAILURE), error);
|
135
|
+
this.queryBuilderState.applicationStore.notifyError(error);
|
136
|
+
}
|
137
|
+
finally {
|
138
|
+
this.setIsRunningQuery(false);
|
139
|
+
}
|
140
|
+
}
|
141
|
+
*generatePlan(debug) {
|
142
|
+
try {
|
143
|
+
this.isGeneratingPlan = true;
|
144
|
+
const mapping = guaranteeNonNullable(this.queryBuilderState.mapping, 'Mapping is required to execute query');
|
145
|
+
const runtime = guaranteeNonNullable(this.queryBuilderState.runtimeValue, `Runtime is required to execute query`);
|
146
|
+
const query = this.queryBuilderState.buildQuery();
|
147
|
+
let rawPlan;
|
148
|
+
if (debug) {
|
149
|
+
const debugResult = (yield this.queryBuilderState.graphManagerState.graphManager.debugExecutionPlanGeneration(query, mapping, runtime, this.queryBuilderState.graphManagerState.graph));
|
150
|
+
rawPlan = debugResult.plan;
|
151
|
+
this.executionPlanState.setDebugText(debugResult.debug);
|
152
|
+
}
|
153
|
+
else {
|
154
|
+
rawPlan =
|
155
|
+
(yield this.queryBuilderState.graphManagerState.graphManager.generateExecutionPlan(query, mapping, runtime, this.queryBuilderState.graphManagerState.graph));
|
156
|
+
}
|
157
|
+
try {
|
158
|
+
this.executionPlanState.setRawPlan(rawPlan);
|
159
|
+
const plan = this.queryBuilderState.graphManagerState.graphManager.buildExecutionPlan(rawPlan, this.queryBuilderState.graphManagerState.graph);
|
160
|
+
this.executionPlanState.setPlan(plan);
|
161
|
+
}
|
162
|
+
catch {
|
163
|
+
// do nothing
|
164
|
+
}
|
165
|
+
}
|
166
|
+
catch (error) {
|
167
|
+
assertErrorThrown(error);
|
168
|
+
this.queryBuilderState.applicationStore.log.error(LogEvent.create(GRAPH_MANAGER_EVENT.EXECUTION_FAILURE), error);
|
169
|
+
this.queryBuilderState.applicationStore.notifyError(error);
|
170
|
+
}
|
171
|
+
finally {
|
172
|
+
this.isGeneratingPlan = false;
|
173
|
+
}
|
174
|
+
}
|
175
|
+
}
|
176
|
+
//# sourceMappingURL=QueryBuilderResultState.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderResultState.js","sourceRoot":"","sources":["../../src/stores/QueryBuilderResultState.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,110 @@
|
|
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
|
+
/// <reference types="react" resolution-mode="require"/>
|
17
|
+
import { type GeneratorFn, ActionState } from '@finos/legend-shared';
|
18
|
+
import { QueryBuilderFilterState } from './filter/QueryBuilderFilterState.js';
|
19
|
+
import { QueryBuilderFetchStructureState } from './fetch-structure/QueryBuilderFetchStructureState.js';
|
20
|
+
import { QueryBuilderTextEditorState } from './QueryBuilderTextEditorState.js';
|
21
|
+
import { QueryBuilderExplorerState } from './explorer/QueryBuilderExplorerState.js';
|
22
|
+
import { QueryBuilderResultState } from './QueryBuilderResultState.js';
|
23
|
+
import { QueryBuilderUnsupportedQueryState } from './QueryBuilderUnsupportedQueryState.js';
|
24
|
+
import { type Class, type Mapping, type Runtime, type GraphManagerState, RawLambda, ObserverContext } from '@finos/legend-graph';
|
25
|
+
import type { GenericLegendApplicationStore } from '@finos/legend-application';
|
26
|
+
import { QueryFunctionsExplorerState } from './explorer/QueryFunctionsExplorerState.js';
|
27
|
+
import { QueryBuilderParametersState } from './QueryBuilderParametersState.js';
|
28
|
+
import type { QueryBuilderFilterOperator } from './filter/QueryBuilderFilterOperator.js';
|
29
|
+
import { QueryBuilderChangeDetectionState } from './QueryBuilderChangeDetectionState.js';
|
30
|
+
import { QueryBuilderMilestoningState } from './QueryBuilderMilestoningState.js';
|
31
|
+
export declare abstract class QueryBuilderState {
|
32
|
+
applicationStore: GenericLegendApplicationStore;
|
33
|
+
graphManagerState: GraphManagerState;
|
34
|
+
changeDetectionState: QueryBuilderChangeDetectionState;
|
35
|
+
explorerState: QueryBuilderExplorerState;
|
36
|
+
functionsExplorerState: QueryFunctionsExplorerState;
|
37
|
+
parametersState: QueryBuilderParametersState;
|
38
|
+
milestoningState: QueryBuilderMilestoningState;
|
39
|
+
fetchStructureState: QueryBuilderFetchStructureState;
|
40
|
+
filterState: QueryBuilderFilterState;
|
41
|
+
filterOperators: QueryBuilderFilterOperator[];
|
42
|
+
resultState: QueryBuilderResultState;
|
43
|
+
textEditorState: QueryBuilderTextEditorState;
|
44
|
+
unsupportedQueryState: QueryBuilderUnsupportedQueryState;
|
45
|
+
observableContext: ObserverContext;
|
46
|
+
queryCompileState: ActionState;
|
47
|
+
backdrop: boolean;
|
48
|
+
showFunctionsExplorerPanel: boolean;
|
49
|
+
showParametersPanel: boolean;
|
50
|
+
class?: Class | undefined;
|
51
|
+
mapping?: Mapping | undefined;
|
52
|
+
runtimeValue?: Runtime | undefined;
|
53
|
+
TEMPORARY__setupPanelContentRenderer?: (() => React.ReactNode) | undefined;
|
54
|
+
constructor(applicationStore: GenericLegendApplicationStore, graphManagerState: GraphManagerState);
|
55
|
+
get isMappingReadOnly(): boolean;
|
56
|
+
get isRuntimeReadOnly(): boolean;
|
57
|
+
get sideBarClassName(): string | undefined;
|
58
|
+
get isParameterSupportDisabled(): boolean;
|
59
|
+
get isResultPanelHidden(): boolean;
|
60
|
+
/**
|
61
|
+
* This flag is for turning on/off DnD support from projection panel to filter panel,
|
62
|
+
* and will be leveraged when the concepts of workflows are introduced into query builder.
|
63
|
+
*/
|
64
|
+
get TEMPORARY__isDnDFetchStructureToFilterSupported(): boolean;
|
65
|
+
setBackdrop(val: boolean): void;
|
66
|
+
setShowFunctionsExplorerPanel(val: boolean): void;
|
67
|
+
setShowParametersPanel(val: boolean): void;
|
68
|
+
setClass(val: Class | undefined): void;
|
69
|
+
setMapping(val: Mapping | undefined): void;
|
70
|
+
setRuntimeValue(val: Runtime | undefined): void;
|
71
|
+
get isQuerySupported(): boolean;
|
72
|
+
resetQueryResult(): void;
|
73
|
+
resetQueryContent(): void;
|
74
|
+
changeClass(val: Class): void;
|
75
|
+
changeMapping(val: Mapping): void;
|
76
|
+
changeRuntime(val: Runtime): void;
|
77
|
+
buildQuery(options?: {
|
78
|
+
keepSourceInformation: boolean;
|
79
|
+
}): RawLambda;
|
80
|
+
initializeWithQuery(rawLambda: RawLambda): void;
|
81
|
+
/**
|
82
|
+
* Process the provided query, and rebuild the query builder state.
|
83
|
+
*
|
84
|
+
* @throws error if there is an issue building the compiled lambda or rebuilding the state.
|
85
|
+
* consumers of function should handle the errors.
|
86
|
+
*/
|
87
|
+
rebuildWithQuery(val: RawLambda): void;
|
88
|
+
saveQuery(onSaveQuery: (lambda: RawLambda) => Promise<void>): Promise<void>;
|
89
|
+
compileQuery(): GeneratorFn<void>;
|
90
|
+
get validationIssues(): string[] | undefined;
|
91
|
+
/**
|
92
|
+
* This method can be used to simplify the current query builder state
|
93
|
+
* to a basic one that can be used for testing or some special operations,
|
94
|
+
* see {@link INTERNAL__BasicQueryBuilderState} for more details
|
95
|
+
*/
|
96
|
+
INTERNAL__toBasicQueryBuilderState(): QueryBuilderState;
|
97
|
+
}
|
98
|
+
/**
|
99
|
+
* This type is used for testing and analytics operation in query builder.
|
100
|
+
* For example, we use this to build the preview data lambda, or to build the auto-complete lambda
|
101
|
+
* in filters.
|
102
|
+
*
|
103
|
+
* NOTE: The latter is quite clever since query-builder itself is used to build the lambda (i.e. dogfooding),
|
104
|
+
* unfortunately, it creates a circular dependency between QueryBuilderState and PreviewData/AutoComplete
|
105
|
+
*
|
106
|
+
* @internal
|
107
|
+
*/
|
108
|
+
export declare class INTERNAL__BasicQueryBuilderState extends QueryBuilderState {
|
109
|
+
}
|
110
|
+
//# sourceMappingURL=QueryBuilderState.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderState.d.ts","sourceRoot":"","sources":["../../src/stores/QueryBuilderState.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,334 @@
|
|
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
|
+
import { action, flow, observable, makeObservable, computed } from 'mobx';
|
17
|
+
import { LogEvent, assertErrorThrown, guaranteeNonNullable, guaranteeType, filterByType, ActionState, } from '@finos/legend-shared';
|
18
|
+
import { QueryBuilderFilterState } from './filter/QueryBuilderFilterState.js';
|
19
|
+
import { QueryBuilderFetchStructureState } from './fetch-structure/QueryBuilderFetchStructureState.js';
|
20
|
+
import { QueryBuilderTextEditorMode, QueryBuilderTextEditorState, } from './QueryBuilderTextEditorState.js';
|
21
|
+
import { QueryBuilderExplorerState } from './explorer/QueryBuilderExplorerState.js';
|
22
|
+
import { QueryBuilderResultState } from './QueryBuilderResultState.js';
|
23
|
+
import { processQueryLambdaFunction, processParameters, } from './QueryBuilderStateBuilder.js';
|
24
|
+
import { QueryBuilderUnsupportedQueryState } from './QueryBuilderUnsupportedQueryState.js';
|
25
|
+
import { GRAPH_MANAGER_EVENT, CompilationError, extractSourceInformationCoordinates, LambdaFunctionInstanceValue, RawLambda, VariableExpression, observe_ValueSpecification, ObserverContext, isStubbed_RawLambda, buildLambdaVariableExpressions, buildRawLambdaFromLambdaFunction, } from '@finos/legend-graph';
|
26
|
+
import { buildLambdaFunction } from './QueryBuilderValueSpecificationBuilder.js';
|
27
|
+
import { QueryFunctionsExplorerState } from './explorer/QueryFunctionsExplorerState.js';
|
28
|
+
import { QueryBuilderParametersState } from './QueryBuilderParametersState.js';
|
29
|
+
import { getQueryBuilderCoreFilterOperators } from './filter/QueryBuilderFilterOperatorLoader.js';
|
30
|
+
import { QueryBuilderChangeDetectionState } from './QueryBuilderChangeDetectionState.js';
|
31
|
+
import { QueryBuilderMilestoningState } from './QueryBuilderMilestoningState.js';
|
32
|
+
export class QueryBuilderState {
|
33
|
+
applicationStore;
|
34
|
+
graphManagerState;
|
35
|
+
changeDetectionState;
|
36
|
+
explorerState;
|
37
|
+
functionsExplorerState;
|
38
|
+
parametersState;
|
39
|
+
milestoningState;
|
40
|
+
fetchStructureState;
|
41
|
+
filterState;
|
42
|
+
filterOperators = getQueryBuilderCoreFilterOperators();
|
43
|
+
resultState;
|
44
|
+
textEditorState;
|
45
|
+
unsupportedQueryState;
|
46
|
+
observableContext;
|
47
|
+
queryCompileState = ActionState.create();
|
48
|
+
backdrop = false;
|
49
|
+
showFunctionsExplorerPanel = false;
|
50
|
+
showParametersPanel = false;
|
51
|
+
class;
|
52
|
+
mapping;
|
53
|
+
runtimeValue;
|
54
|
+
// NOTE: this makes it so that we need to import components in stores code,
|
55
|
+
// we probably want to refactor to an extension mechanism
|
56
|
+
TEMPORARY__setupPanelContentRenderer;
|
57
|
+
constructor(applicationStore, graphManagerState) {
|
58
|
+
makeObservable(this, {
|
59
|
+
explorerState: observable,
|
60
|
+
parametersState: observable,
|
61
|
+
functionsExplorerState: observable,
|
62
|
+
fetchStructureState: observable,
|
63
|
+
filterState: observable,
|
64
|
+
resultState: observable,
|
65
|
+
textEditorState: observable,
|
66
|
+
unsupportedQueryState: observable,
|
67
|
+
backdrop: observable,
|
68
|
+
showFunctionsExplorerPanel: observable,
|
69
|
+
showParametersPanel: observable,
|
70
|
+
changeDetectionState: observable,
|
71
|
+
class: observable,
|
72
|
+
mapping: observable,
|
73
|
+
runtimeValue: observable,
|
74
|
+
sideBarClassName: computed,
|
75
|
+
isQuerySupported: computed,
|
76
|
+
validationIssues: computed,
|
77
|
+
setBackdrop: action,
|
78
|
+
setShowFunctionsExplorerPanel: action,
|
79
|
+
setShowParametersPanel: action,
|
80
|
+
setClass: action,
|
81
|
+
setMapping: action,
|
82
|
+
setRuntimeValue: action,
|
83
|
+
resetQueryResult: action,
|
84
|
+
resetQueryContent: action,
|
85
|
+
changeClass: action,
|
86
|
+
changeMapping: action,
|
87
|
+
rebuildWithQuery: action,
|
88
|
+
saveQuery: action,
|
89
|
+
compileQuery: flow,
|
90
|
+
});
|
91
|
+
this.applicationStore = applicationStore;
|
92
|
+
this.graphManagerState = graphManagerState;
|
93
|
+
this.milestoningState = new QueryBuilderMilestoningState(this);
|
94
|
+
this.explorerState = new QueryBuilderExplorerState(this);
|
95
|
+
this.parametersState = new QueryBuilderParametersState(this);
|
96
|
+
this.functionsExplorerState = new QueryFunctionsExplorerState(this);
|
97
|
+
this.fetchStructureState = new QueryBuilderFetchStructureState(this);
|
98
|
+
this.filterState = new QueryBuilderFilterState(this, this.filterOperators);
|
99
|
+
this.resultState = new QueryBuilderResultState(this);
|
100
|
+
this.textEditorState = new QueryBuilderTextEditorState(this);
|
101
|
+
this.unsupportedQueryState = new QueryBuilderUnsupportedQueryState(this);
|
102
|
+
this.observableContext = new ObserverContext(this.graphManagerState.pluginManager.getPureGraphManagerPlugins());
|
103
|
+
this.changeDetectionState = new QueryBuilderChangeDetectionState(this);
|
104
|
+
}
|
105
|
+
get isMappingReadOnly() {
|
106
|
+
return false;
|
107
|
+
}
|
108
|
+
get isRuntimeReadOnly() {
|
109
|
+
return false;
|
110
|
+
}
|
111
|
+
get sideBarClassName() {
|
112
|
+
return undefined;
|
113
|
+
}
|
114
|
+
get isParameterSupportDisabled() {
|
115
|
+
return false;
|
116
|
+
}
|
117
|
+
get isResultPanelHidden() {
|
118
|
+
return false;
|
119
|
+
}
|
120
|
+
/**
|
121
|
+
* This flag is for turning on/off DnD support from projection panel to filter panel,
|
122
|
+
* and will be leveraged when the concepts of workflows are introduced into query builder.
|
123
|
+
*/
|
124
|
+
get TEMPORARY__isDnDFetchStructureToFilterSupported() {
|
125
|
+
return true;
|
126
|
+
}
|
127
|
+
setBackdrop(val) {
|
128
|
+
this.backdrop = val;
|
129
|
+
}
|
130
|
+
setShowFunctionsExplorerPanel(val) {
|
131
|
+
this.showFunctionsExplorerPanel = val;
|
132
|
+
}
|
133
|
+
setShowParametersPanel(val) {
|
134
|
+
this.showParametersPanel = val;
|
135
|
+
}
|
136
|
+
setClass(val) {
|
137
|
+
this.class = val;
|
138
|
+
}
|
139
|
+
setMapping(val) {
|
140
|
+
this.mapping = val;
|
141
|
+
}
|
142
|
+
setRuntimeValue(val) {
|
143
|
+
this.runtimeValue = val;
|
144
|
+
}
|
145
|
+
get isQuerySupported() {
|
146
|
+
return !this.unsupportedQueryState.rawLambda;
|
147
|
+
}
|
148
|
+
resetQueryResult() {
|
149
|
+
const resultState = new QueryBuilderResultState(this);
|
150
|
+
resultState.setPreviewLimit(this.resultState.previewLimit);
|
151
|
+
this.resultState = resultState;
|
152
|
+
}
|
153
|
+
resetQueryContent() {
|
154
|
+
this.textEditorState = new QueryBuilderTextEditorState(this);
|
155
|
+
this.unsupportedQueryState = new QueryBuilderUnsupportedQueryState(this);
|
156
|
+
this.milestoningState = new QueryBuilderMilestoningState(this);
|
157
|
+
this.explorerState = new QueryBuilderExplorerState(this);
|
158
|
+
this.explorerState.refreshTreeData();
|
159
|
+
this.parametersState = new QueryBuilderParametersState(this);
|
160
|
+
this.functionsExplorerState = new QueryFunctionsExplorerState(this);
|
161
|
+
this.filterState = new QueryBuilderFilterState(this, this.filterOperators);
|
162
|
+
const currentFetchStructureImplementationType = this.fetchStructureState.implementation.type;
|
163
|
+
this.fetchStructureState = new QueryBuilderFetchStructureState(this);
|
164
|
+
if (currentFetchStructureImplementationType !==
|
165
|
+
this.fetchStructureState.implementation.type) {
|
166
|
+
this.fetchStructureState.changeImplementation(currentFetchStructureImplementationType);
|
167
|
+
}
|
168
|
+
}
|
169
|
+
changeClass(val) {
|
170
|
+
this.resetQueryResult();
|
171
|
+
this.resetQueryContent();
|
172
|
+
this.setClass(val);
|
173
|
+
this.explorerState.refreshTreeData();
|
174
|
+
this.milestoningState.updateMilestoningConfiguration();
|
175
|
+
this.fetchStructureState.implementation.onClassChange(val);
|
176
|
+
}
|
177
|
+
changeMapping(val) {
|
178
|
+
this.resetQueryResult();
|
179
|
+
this.resetQueryContent();
|
180
|
+
this.setMapping(val);
|
181
|
+
}
|
182
|
+
changeRuntime(val) {
|
183
|
+
this.resetQueryResult();
|
184
|
+
this.setRuntimeValue(val);
|
185
|
+
}
|
186
|
+
buildQuery(options) {
|
187
|
+
if (!this.isQuerySupported) {
|
188
|
+
const parameters = this.parametersState.parameterStates.map((e) => this.graphManagerState.graphManager.serializeValueSpecification(e.parameter));
|
189
|
+
this.unsupportedQueryState.setRawLambda(new RawLambda(parameters, this.unsupportedQueryState.rawLambda?.body));
|
190
|
+
return guaranteeNonNullable(this.unsupportedQueryState.rawLambda);
|
191
|
+
}
|
192
|
+
return buildRawLambdaFromLambdaFunction(buildLambdaFunction(this, {
|
193
|
+
keepSourceInformation: Boolean(options?.keepSourceInformation),
|
194
|
+
}), this.graphManagerState);
|
195
|
+
}
|
196
|
+
initializeWithQuery(rawLambda) {
|
197
|
+
try {
|
198
|
+
this.rebuildWithQuery(rawLambda);
|
199
|
+
if (this.parametersState.parameterStates.length > 0) {
|
200
|
+
this.setShowParametersPanel(true);
|
201
|
+
}
|
202
|
+
}
|
203
|
+
catch (error) {
|
204
|
+
assertErrorThrown(error);
|
205
|
+
this.resetQueryContent();
|
206
|
+
this.resetQueryResult();
|
207
|
+
this.unsupportedQueryState.setLambdaError(error);
|
208
|
+
this.unsupportedQueryState.setRawLambda(rawLambda);
|
209
|
+
this.setClass(undefined);
|
210
|
+
const parameters = buildLambdaVariableExpressions(rawLambda, this.graphManagerState)
|
211
|
+
.map((param) => observe_ValueSpecification(param, this.observableContext))
|
212
|
+
.filter(filterByType(VariableExpression));
|
213
|
+
processParameters(parameters, this);
|
214
|
+
}
|
215
|
+
}
|
216
|
+
/**
|
217
|
+
* Process the provided query, and rebuild the query builder state.
|
218
|
+
*
|
219
|
+
* @throws error if there is an issue building the compiled lambda or rebuilding the state.
|
220
|
+
* consumers of function should handle the errors.
|
221
|
+
*/
|
222
|
+
rebuildWithQuery(val) {
|
223
|
+
this.resetQueryResult();
|
224
|
+
this.resetQueryContent();
|
225
|
+
if (!isStubbed_RawLambda(val)) {
|
226
|
+
const valueSpec = observe_ValueSpecification(this.graphManagerState.graphManager.buildValueSpecification(this.graphManagerState.graphManager.serializeRawValueSpecification(val), this.graphManagerState.graph), this.observableContext);
|
227
|
+
const compiledValueSpecification = guaranteeType(valueSpec, LambdaFunctionInstanceValue, `Can't build query state: query builder only support lambda`);
|
228
|
+
processQueryLambdaFunction(guaranteeNonNullable(compiledValueSpecification.values[0]), this);
|
229
|
+
}
|
230
|
+
}
|
231
|
+
async saveQuery(onSaveQuery) {
|
232
|
+
try {
|
233
|
+
const rawLambda = this.buildQuery();
|
234
|
+
await onSaveQuery(rawLambda);
|
235
|
+
}
|
236
|
+
catch (error) {
|
237
|
+
assertErrorThrown(error);
|
238
|
+
this.applicationStore.notifyError(`Can't save query: ${error.message}`);
|
239
|
+
}
|
240
|
+
}
|
241
|
+
*compileQuery() {
|
242
|
+
if (!this.textEditorState.mode) {
|
243
|
+
this.queryCompileState.inProgress();
|
244
|
+
this.fetchStructureState.implementation.clearCompilationError();
|
245
|
+
// form mode
|
246
|
+
try {
|
247
|
+
this.textEditorState.setCompilationError(undefined);
|
248
|
+
// NOTE: retain the source information on the lambda in order to be able
|
249
|
+
// to pin-point compilation issue in form mode
|
250
|
+
(yield this.graphManagerState.graphManager.getLambdaReturnType(this.buildQuery({ keepSourceInformation: true }), this.graphManagerState.graph, { keepSourceInformation: true }));
|
251
|
+
this.applicationStore.notifySuccess('Compiled successfully');
|
252
|
+
}
|
253
|
+
catch (error) {
|
254
|
+
assertErrorThrown(error);
|
255
|
+
this.applicationStore.log.error(LogEvent.create(GRAPH_MANAGER_EVENT.COMPILATION_FAILURE), error);
|
256
|
+
let fallbackToTextModeForDebugging = true;
|
257
|
+
// if compilation failed, we try to reveal the error in form mode,
|
258
|
+
// if even this fail, we will fall back to show it in text mode
|
259
|
+
if (error instanceof CompilationError && error.sourceInformation) {
|
260
|
+
fallbackToTextModeForDebugging =
|
261
|
+
!this.fetchStructureState.implementation.revealCompilationError(error);
|
262
|
+
}
|
263
|
+
// decide if we need to fall back to text mode for debugging
|
264
|
+
if (fallbackToTextModeForDebugging) {
|
265
|
+
this.applicationStore.notifyWarning('Compilation failed and error cannot be located in form mode. Redirected to text mode for debugging.');
|
266
|
+
this.textEditorState.openModal(QueryBuilderTextEditorMode.TEXT);
|
267
|
+
// TODO: trigger another compilation to pin-point the issue
|
268
|
+
// since we're using the lambda editor right now, we are a little bit limitted
|
269
|
+
// in terms of the timing to do compilation (since we're using an `useEffect` to
|
270
|
+
// convert the lambda to grammar text), we might as well wait for the refactor
|
271
|
+
// of query builder text-mode
|
272
|
+
// See https://github.com/finos/legend-studio/issues/319
|
273
|
+
}
|
274
|
+
else {
|
275
|
+
this.applicationStore.notifyWarning(`Compilation failed: ${error.message}`);
|
276
|
+
}
|
277
|
+
}
|
278
|
+
finally {
|
279
|
+
this.queryCompileState.complete();
|
280
|
+
}
|
281
|
+
}
|
282
|
+
else if (this.textEditorState.mode === QueryBuilderTextEditorMode.TEXT) {
|
283
|
+
this.queryCompileState.inProgress();
|
284
|
+
try {
|
285
|
+
this.textEditorState.setCompilationError(undefined);
|
286
|
+
(yield this.graphManagerState.graphManager.getLambdaReturnType(this.textEditorState.rawLambdaState.lambda, this.graphManagerState.graph, { keepSourceInformation: true }));
|
287
|
+
this.applicationStore.notifySuccess('Compiled successfully');
|
288
|
+
}
|
289
|
+
catch (error) {
|
290
|
+
assertErrorThrown(error);
|
291
|
+
if (error instanceof CompilationError) {
|
292
|
+
this.applicationStore.log.error(LogEvent.create(GRAPH_MANAGER_EVENT.COMPILATION_FAILURE), error);
|
293
|
+
this.applicationStore.notifyWarning(`Compilation failed: ${error.message}`);
|
294
|
+
const errorElementCoordinates = extractSourceInformationCoordinates(error.sourceInformation);
|
295
|
+
if (errorElementCoordinates) {
|
296
|
+
this.textEditorState.setCompilationError(error);
|
297
|
+
}
|
298
|
+
}
|
299
|
+
}
|
300
|
+
finally {
|
301
|
+
this.queryCompileState.complete();
|
302
|
+
}
|
303
|
+
}
|
304
|
+
}
|
305
|
+
get validationIssues() {
|
306
|
+
return this.fetchStructureState.implementation.validationIssues;
|
307
|
+
}
|
308
|
+
/**
|
309
|
+
* This method can be used to simplify the current query builder state
|
310
|
+
* to a basic one that can be used for testing or some special operations,
|
311
|
+
* see {@link INTERNAL__BasicQueryBuilderState} for more details
|
312
|
+
*/
|
313
|
+
INTERNAL__toBasicQueryBuilderState() {
|
314
|
+
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
315
|
+
const basicState = new INTERNAL__BasicQueryBuilderState(this.applicationStore, this.graphManagerState);
|
316
|
+
basicState.class = this.class;
|
317
|
+
basicState.mapping = this.mapping;
|
318
|
+
basicState.runtimeValue = this.runtimeValue;
|
319
|
+
return basicState;
|
320
|
+
}
|
321
|
+
}
|
322
|
+
/**
|
323
|
+
* This type is used for testing and analytics operation in query builder.
|
324
|
+
* For example, we use this to build the preview data lambda, or to build the auto-complete lambda
|
325
|
+
* in filters.
|
326
|
+
*
|
327
|
+
* NOTE: The latter is quite clever since query-builder itself is used to build the lambda (i.e. dogfooding),
|
328
|
+
* unfortunately, it creates a circular dependency between QueryBuilderState and PreviewData/AutoComplete
|
329
|
+
*
|
330
|
+
* @internal
|
331
|
+
*/
|
332
|
+
export class INTERNAL__BasicQueryBuilderState extends QueryBuilderState {
|
333
|
+
}
|
334
|
+
//# sourceMappingURL=QueryBuilderState.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderState.js","sourceRoot":"","sources":["../../src/stores/QueryBuilderState.ts"],"names":[],"mappings":"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"}
|