@finos/legend-application-query 6.0.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/application/LegendQuery.d.ts.map +1 -1
- package/lib/application/LegendQuery.js +4 -7
- package/lib/application/LegendQuery.js.map +1 -1
- package/lib/components/LegendQueryApplication.d.ts +0 -1
- package/lib/components/LegendQueryApplication.d.ts.map +1 -1
- package/lib/components/QueryEditor.d.ts +0 -1
- package/lib/components/QueryEditor.d.ts.map +1 -1
- package/lib/components/QueryEditor.js +71 -19
- package/lib/components/QueryEditor.js.map +1 -1
- package/lib/components/QueryEditorComponentTestUtils.d.ts +1 -1
- package/lib/components/QueryEditorComponentTestUtils.d.ts.map +1 -1
- package/lib/components/QueryEditorComponentTestUtils.js +7 -9
- package/lib/components/QueryEditorComponentTestUtils.js.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +0 -7
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -8
- package/lib/index.js.map +1 -1
- package/lib/package.json +4 -10
- package/lib/stores/LegendQueryApplicationPlugin.d.ts +1 -1
- package/lib/stores/LegendQueryApplicationPlugin.d.ts.map +1 -1
- package/lib/stores/QueryEditorStore.d.ts +12 -1
- package/lib/stores/QueryEditorStore.d.ts.map +1 -1
- package/lib/stores/QueryEditorStore.js +52 -21
- package/lib/stores/QueryEditorStore.js.map +1 -1
- package/lib/stores/QuerySetupStore.d.ts +1 -1
- package/lib/stores/QuerySetupStore.d.ts.map +1 -1
- package/lib/stores/QuerySetupStore.js +1 -1
- package/lib/stores/QuerySetupStore.js.map +1 -1
- package/package.json +11 -17
- package/src/application/LegendQuery.tsx +7 -8
- package/src/components/QueryEditor.tsx +282 -48
- package/src/components/QueryEditorComponentTestUtils.tsx +15 -13
- package/src/index.ts +0 -15
- package/src/stores/LegendQueryApplicationPlugin.ts +1 -1
- package/src/stores/QueryEditorStore.ts +62 -34
- package/src/stores/QuerySetupStore.ts +5 -3
- package/tsconfig.json +1 -118
- package/lib/components/query-builder/QueryBuilder.d.ts +0 -23
- package/lib/components/query-builder/QueryBuilder.d.ts.map +0 -1
- package/lib/components/query-builder/QueryBuilder.js +0 -111
- package/lib/components/query-builder/QueryBuilder.js.map +0 -1
- package/lib/components/query-builder/QueryBuilderParametersPanel.d.ts +0 -32
- package/lib/components/query-builder/QueryBuilderParametersPanel.d.ts.map +0 -1
- package/lib/components/query-builder/QueryBuilderParametersPanel.js +0 -128
- package/lib/components/query-builder/QueryBuilderParametersPanel.js.map +0 -1
- package/lib/components/query-builder/QueryBuilderPropertyExpressionEditor.d.ts +0 -30
- package/lib/components/query-builder/QueryBuilderPropertyExpressionEditor.d.ts.map +0 -1
- package/lib/components/query-builder/QueryBuilderPropertyExpressionEditor.js +0 -116
- package/lib/components/query-builder/QueryBuilderPropertyExpressionEditor.js.map +0 -1
- package/lib/components/query-builder/QueryBuilderResultPanel.d.ts +0 -23
- package/lib/components/query-builder/QueryBuilderResultPanel.d.ts.map +0 -1
- package/lib/components/query-builder/QueryBuilderResultPanel.js +0 -242
- package/lib/components/query-builder/QueryBuilderResultPanel.js.map +0 -1
- package/lib/components/query-builder/QueryBuilderSideBar.d.ts +0 -42
- package/lib/components/query-builder/QueryBuilderSideBar.d.ts.map +0 -1
- package/lib/components/query-builder/QueryBuilderSideBar.js +0 -169
- package/lib/components/query-builder/QueryBuilderSideBar.js.map +0 -1
- package/lib/components/query-builder/QueryBuilderTextEditor.d.ts +0 -23
- package/lib/components/query-builder/QueryBuilderTextEditor.d.ts.map +0 -1
- package/lib/components/query-builder/QueryBuilderTextEditor.js +0 -48
- package/lib/components/query-builder/QueryBuilderTextEditor.js.map +0 -1
- package/lib/components/query-builder/QueryBuilderUnsupportedQueryEditor.d.ts +0 -23
- package/lib/components/query-builder/QueryBuilderUnsupportedQueryEditor.d.ts.map +0 -1
- package/lib/components/query-builder/QueryBuilderUnsupportedQueryEditor.js +0 -36
- package/lib/components/query-builder/QueryBuilderUnsupportedQueryEditor.js.map +0 -1
- package/lib/components/query-builder/QueryBuilder_TestID.d.ts +0 -26
- package/lib/components/query-builder/QueryBuilder_TestID.d.ts.map +0 -1
- package/lib/components/query-builder/QueryBuilder_TestID.js +0 -27
- package/lib/components/query-builder/QueryBuilder_TestID.js.map +0 -1
- package/lib/components/query-builder/explorer/QueryBuilderExplorerPanel.d.ts +0 -36
- package/lib/components/query-builder/explorer/QueryBuilderExplorerPanel.d.ts.map +0 -1
- package/lib/components/query-builder/explorer/QueryBuilderExplorerPanel.js +0 -340
- package/lib/components/query-builder/explorer/QueryBuilderExplorerPanel.js.map +0 -1
- package/lib/components/query-builder/explorer/QueryBuilderFunctionsExplorerPanel.d.ts +0 -23
- package/lib/components/query-builder/explorer/QueryBuilderFunctionsExplorerPanel.d.ts.map +0 -1
- package/lib/components/query-builder/explorer/QueryBuilderFunctionsExplorerPanel.js +0 -147
- package/lib/components/query-builder/explorer/QueryBuilderFunctionsExplorerPanel.js.map +0 -1
- package/lib/components/query-builder/explorer/QueryBuilderMilestoneEditor.d.ts +0 -23
- package/lib/components/query-builder/explorer/QueryBuilderMilestoneEditor.d.ts.map +0 -1
- package/lib/components/query-builder/explorer/QueryBuilderMilestoneEditor.js +0 -122
- package/lib/components/query-builder/explorer/QueryBuilderMilestoneEditor.js.map +0 -1
- package/lib/components/query-builder/explorer/QueryBuilderPropertySearchPanel.d.ts +0 -24
- package/lib/components/query-builder/explorer/QueryBuilderPropertySearchPanel.d.ts.map +0 -1
- package/lib/components/query-builder/explorer/QueryBuilderPropertySearchPanel.js +0 -200
- package/lib/components/query-builder/explorer/QueryBuilderPropertySearchPanel.js.map +0 -1
- package/lib/components/query-builder/fetch-structure/QueryBuilderFetchStructurePanel.d.ts +0 -23
- package/lib/components/query-builder/fetch-structure/QueryBuilderFetchStructurePanel.d.ts.map +0 -1
- package/lib/components/query-builder/fetch-structure/QueryBuilderFetchStructurePanel.js +0 -52
- package/lib/components/query-builder/fetch-structure/QueryBuilderFetchStructurePanel.js.map +0 -1
- package/lib/components/query-builder/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts +0 -32
- package/lib/components/query-builder/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts.map +0 -1
- package/lib/components/query-builder/fetch-structure/QueryBuilderGraphFetchTreePanel.js +0 -94
- package/lib/components/query-builder/fetch-structure/QueryBuilderGraphFetchTreePanel.js.map +0 -1
- package/lib/components/query-builder/fetch-structure/QueryBuilderPostFilterPanel.d.ts +0 -31
- package/lib/components/query-builder/fetch-structure/QueryBuilderPostFilterPanel.d.ts.map +0 -1
- package/lib/components/query-builder/fetch-structure/QueryBuilderPostFilterPanel.js +0 -378
- package/lib/components/query-builder/fetch-structure/QueryBuilderPostFilterPanel.js.map +0 -1
- package/lib/components/query-builder/fetch-structure/QueryBuilderProjectionPanel.d.ts +0 -23
- package/lib/components/query-builder/fetch-structure/QueryBuilderProjectionPanel.d.ts.map +0 -1
- package/lib/components/query-builder/fetch-structure/QueryBuilderProjectionPanel.js +0 -216
- package/lib/components/query-builder/fetch-structure/QueryBuilderProjectionPanel.js.map +0 -1
- package/lib/components/query-builder/fetch-structure/QueryBuilderResultModifierPanel.d.ts +0 -23
- package/lib/components/query-builder/fetch-structure/QueryBuilderResultModifierPanel.d.ts.map +0 -1
- package/lib/components/query-builder/fetch-structure/QueryBuilderResultModifierPanel.js +0 -88
- package/lib/components/query-builder/fetch-structure/QueryBuilderResultModifierPanel.js.map +0 -1
- package/lib/components/query-builder/filter/QueryBuilderFilterPanel.d.ts +0 -23
- package/lib/components/query-builder/filter/QueryBuilderFilterPanel.d.ts.map +0 -1
- package/lib/components/query-builder/filter/QueryBuilderFilterPanel.js +0 -316
- package/lib/components/query-builder/filter/QueryBuilderFilterPanel.js.map +0 -1
- package/lib/components/query-builder/shared/ElementIconUtils.d.ts +0 -18
- package/lib/components/query-builder/shared/ElementIconUtils.d.ts.map +0 -1
- package/lib/components/query-builder/shared/ElementIconUtils.js +0 -37
- package/lib/components/query-builder/shared/ElementIconUtils.js.map +0 -1
- package/lib/components/query-builder/shared/QueryBuilderLambdaEditor.d.ts +0 -43
- package/lib/components/query-builder/shared/QueryBuilderLambdaEditor.d.ts.map +0 -1
- package/lib/components/query-builder/shared/QueryBuilderLambdaEditor.js +0 -47
- package/lib/components/query-builder/shared/QueryBuilderLambdaEditor.js.map +0 -1
- package/lib/components/query-builder/shared/QueryBuilderPanelIssueCountBadge.d.ts +0 -20
- package/lib/components/query-builder/shared/QueryBuilderPanelIssueCountBadge.d.ts.map +0 -1
- package/lib/components/query-builder/shared/QueryBuilderPanelIssueCountBadge.js +0 -28
- package/lib/components/query-builder/shared/QueryBuilderPanelIssueCountBadge.js.map +0 -1
- package/lib/components/query-builder/shared/QueryBuilderPropertyInfoTooltip.d.ts +0 -26
- package/lib/components/query-builder/shared/QueryBuilderPropertyInfoTooltip.d.ts.map +0 -1
- package/lib/components/query-builder/shared/QueryBuilderPropertyInfoTooltip.js +0 -32
- package/lib/components/query-builder/shared/QueryBuilderPropertyInfoTooltip.js.map +0 -1
- package/lib/components/query-builder/workflows/ClassQueryBuilder.d.ts +0 -18
- package/lib/components/query-builder/workflows/ClassQueryBuilder.d.ts.map +0 -1
- package/lib/components/query-builder/workflows/ClassQueryBuilder.js +0 -87
- package/lib/components/query-builder/workflows/ClassQueryBuilder.js.map +0 -1
- package/lib/components/query-builder/workflows/MappingQueryBuilder.d.ts +0 -18
- package/lib/components/query-builder/workflows/MappingQueryBuilder.d.ts.map +0 -1
- package/lib/components/query-builder/workflows/MappingQueryBuilder.js +0 -88
- package/lib/components/query-builder/workflows/MappingQueryBuilder.js.map +0 -1
- package/lib/components/query-builder/workflows/ServiceQueryBuilder.d.ts +0 -18
- package/lib/components/query-builder/workflows/ServiceQueryBuilder.d.ts.map +0 -1
- package/lib/components/query-builder/workflows/ServiceQueryBuilder.js +0 -69
- package/lib/components/query-builder/workflows/ServiceQueryBuilder.js.map +0 -1
- package/lib/graphManager/QueryBuilderSupportedFunctions.d.ts +0 -60
- package/lib/graphManager/QueryBuilderSupportedFunctions.d.ts.map +0 -1
- package/lib/graphManager/QueryBuilderSupportedFunctions.js +0 -65
- package/lib/graphManager/QueryBuilderSupportedFunctions.js.map +0 -1
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts +0 -21
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts.map +0 -1
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js +0 -27
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js.map +0 -1
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts +0 -24
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts.map +0 -1
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.js +0 -32
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.js.map +0 -1
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts +0 -21
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts.map +0 -1
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js +0 -20
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js.map +0 -1
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts +0 -21
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts.map +0 -1
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js +0 -20
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts +0 -25
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js +0 -21
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts +0 -18
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js +0 -20
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts +0 -22
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js +0 -70
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts +0 -22
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js +0 -207
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts +0 -18
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js +0 -18
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts +0 -29
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js +0 -182
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderChangeDetectionState.d.ts +0 -25
- package/lib/stores/query-builder/QueryBuilderChangeDetectionState.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderChangeDetectionState.js +0 -32
- package/lib/stores/query-builder/QueryBuilderChangeDetectionState.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderConfig.d.ts +0 -32
- package/lib/stores/query-builder/QueryBuilderConfig.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderConfig.js +0 -34
- package/lib/stores/query-builder/QueryBuilderConfig.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderGroupOperationHelper.d.ts +0 -22
- package/lib/stores/query-builder/QueryBuilderGroupOperationHelper.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderGroupOperationHelper.js +0 -43
- package/lib/stores/query-builder/QueryBuilderGroupOperationHelper.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderMilestoningState.d.ts +0 -32
- package/lib/stores/query-builder/QueryBuilderMilestoningState.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderMilestoningState.js +0 -95
- package/lib/stores/query-builder/QueryBuilderMilestoningState.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderParametersState.d.ts +0 -28
- package/lib/stores/query-builder/QueryBuilderParametersState.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderParametersState.js +0 -39
- package/lib/stores/query-builder/QueryBuilderParametersState.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderPreviewDataHelper.d.ts +0 -26
- package/lib/stores/query-builder/QueryBuilderPreviewDataHelper.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderPreviewDataHelper.js +0 -138
- package/lib/stores/query-builder/QueryBuilderPreviewDataHelper.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderPropertyEditorState.d.ts +0 -62
- package/lib/stores/query-builder/QueryBuilderPropertyEditorState.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderPropertyEditorState.js +0 -395
- package/lib/stores/query-builder/QueryBuilderPropertyEditorState.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderResultState.d.ts +0 -41
- package/lib/stores/query-builder/QueryBuilderResultState.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderResultState.js +0 -176
- package/lib/stores/query-builder/QueryBuilderResultState.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderState.d.ts +0 -112
- package/lib/stores/query-builder/QueryBuilderState.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderState.js +0 -337
- package/lib/stores/query-builder/QueryBuilderState.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderStateBuilder.d.ts +0 -124
- package/lib/stores/query-builder/QueryBuilderStateBuilder.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderStateBuilder.js +0 -311
- package/lib/stores/query-builder/QueryBuilderStateBuilder.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderStateTestUtils.d.ts +0 -24
- package/lib/stores/query-builder/QueryBuilderStateTestUtils.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderStateTestUtils.js +0 -50
- package/lib/stores/query-builder/QueryBuilderStateTestUtils.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderTextEditorState.d.ts +0 -49
- package/lib/stores/query-builder/QueryBuilderTextEditorState.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderTextEditorState.js +0 -145
- package/lib/stores/query-builder/QueryBuilderTextEditorState.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderTypeaheadHelper.d.ts +0 -24
- package/lib/stores/query-builder/QueryBuilderTypeaheadHelper.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderTypeaheadHelper.js +0 -85
- package/lib/stores/query-builder/QueryBuilderTypeaheadHelper.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderUnsupportedQueryState.d.ts +0 -26
- package/lib/stores/query-builder/QueryBuilderUnsupportedQueryState.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderUnsupportedQueryState.js +0 -37
- package/lib/stores/query-builder/QueryBuilderUnsupportedQueryState.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilder.d.ts +0 -20
- package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilder.js +0 -87
- package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilderHelper.d.ts +0 -27
- package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilderHelper.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilderHelper.js +0 -161
- package/lib/stores/query-builder/QueryBuilderValueSpecificationBuilderHelper.js.map +0 -1
- package/lib/stores/query-builder/QueryBuilderValueSpecificationHelper.d.ts +0 -61
- package/lib/stores/query-builder/QueryBuilderValueSpecificationHelper.d.ts.map +0 -1
- package/lib/stores/query-builder/QueryBuilderValueSpecificationHelper.js +0 -235
- package/lib/stores/query-builder/QueryBuilderValueSpecificationHelper.js.map +0 -1
- package/lib/stores/query-builder/explorer/QueryBuilderExplorerState.d.ts +0 -99
- package/lib/stores/query-builder/explorer/QueryBuilderExplorerState.d.ts.map +0 -1
- package/lib/stores/query-builder/explorer/QueryBuilderExplorerState.js +0 -446
- package/lib/stores/query-builder/explorer/QueryBuilderExplorerState.js.map +0 -1
- package/lib/stores/query-builder/explorer/QueryBuilderPropertySearchState.d.ts +0 -46
- package/lib/stores/query-builder/explorer/QueryBuilderPropertySearchState.d.ts.map +0 -1
- package/lib/stores/query-builder/explorer/QueryBuilderPropertySearchState.js +0 -242
- package/lib/stores/query-builder/explorer/QueryBuilderPropertySearchState.js.map +0 -1
- package/lib/stores/query-builder/explorer/QueryFunctionsExplorerState.d.ts +0 -59
- package/lib/stores/query-builder/explorer/QueryFunctionsExplorerState.d.ts.map +0 -1
- package/lib/stores/query-builder/explorer/QueryFunctionsExplorerState.js +0 -228
- package/lib/stores/query-builder/explorer/QueryFunctionsExplorerState.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts +0 -40
- package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureImplementationState.js +0 -34
- package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureImplementationState.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureState.d.ts +0 -27
- package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureState.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureState.js +0 -73
- package/lib/stores/query-builder/fetch-structure/QueryBuilderFetchStructureState.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts +0 -49
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js +0 -157
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts +0 -20
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js +0 -62
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts +0 -42
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js +0 -173
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts +0 -26
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js +0 -72
- package/lib/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts +0 -73
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionColumnState.js +0 -187
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionColumnState.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionState.d.ts +0 -68
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionState.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionState.js +0 -305
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionState.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts +0 -25
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js +0 -186
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts +0 -26
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js +0 -189
- package/lib/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/QueryResultSetModifierState.d.ts +0 -43
- package/lib/stores/query-builder/fetch-structure/projection/QueryResultSetModifierState.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/QueryResultSetModifierState.js +0 -77
- package/lib/stores/query-builder/fetch-structure/projection/QueryResultSetModifierState.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts +0 -32
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js +0 -36
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts +0 -18
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js +0 -38
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts +0 -42
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js +0 -103
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts +0 -20
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js +0 -96
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts +0 -22
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js +0 -40
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts +0 -27
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js +0 -50
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts +0 -27
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js +0 -55
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts +0 -26
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js +0 -50
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts +0 -27
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js +0 -78
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts +0 -27
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js +0 -67
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts +0 -26
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js +0 -86
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts +0 -26
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js +0 -86
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts +0 -27
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js +0 -50
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts +0 -27
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js +0 -50
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts +0 -26
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js +0 -45
- package/lib/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts +0 -29
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js +0 -30
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts +0 -18
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js +0 -44
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts +0 -135
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js +0 -585
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts +0 -22
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js +0 -122
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts +0 -19
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js +0 -79
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts +0 -23
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js +0 -73
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts +0 -32
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js +0 -75
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts +0 -32
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js +0 -75
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts +0 -32
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js +0 -118
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts +0 -27
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js +0 -81
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts +0 -24
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js +0 -43
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts +0 -32
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js +0 -104
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts +0 -33
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js +0 -67
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts +0 -27
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js +0 -81
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts +0 -24
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js +0 -43
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts +0 -32
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts.map +0 -1
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js +0 -75
- package/lib/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js.map +0 -1
- package/lib/stores/query-builder/filter/QueryBuilderFilterOperator.d.ts +0 -27
- package/lib/stores/query-builder/filter/QueryBuilderFilterOperator.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/QueryBuilderFilterOperator.js +0 -20
- package/lib/stores/query-builder/filter/QueryBuilderFilterOperator.js.map +0 -1
- package/lib/stores/query-builder/filter/QueryBuilderFilterOperatorLoader.d.ts +0 -18
- package/lib/stores/query-builder/filter/QueryBuilderFilterOperatorLoader.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/QueryBuilderFilterOperatorLoader.js +0 -44
- package/lib/stores/query-builder/filter/QueryBuilderFilterOperatorLoader.js.map +0 -1
- package/lib/stores/query-builder/filter/QueryBuilderFilterState.d.ts +0 -123
- package/lib/stores/query-builder/filter/QueryBuilderFilterState.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/QueryBuilderFilterState.js +0 -531
- package/lib/stores/query-builder/filter/QueryBuilderFilterState.js.map +0 -1
- package/lib/stores/query-builder/filter/QueryBuilderFilterStateBuilder.d.ts +0 -19
- package/lib/stores/query-builder/filter/QueryBuilderFilterStateBuilder.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/QueryBuilderFilterStateBuilder.js +0 -74
- package/lib/stores/query-builder/filter/QueryBuilderFilterStateBuilder.js.map +0 -1
- package/lib/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts +0 -19
- package/lib/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.js +0 -78
- package/lib/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.d.ts +0 -21
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.js +0 -257
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.js.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.d.ts +0 -32
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.js +0 -71
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.js.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts +0 -32
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_EndWith.js +0 -71
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_EndWith.js.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Equal.d.ts +0 -32
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Equal.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Equal.js +0 -115
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Equal.js.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts +0 -27
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThan.js +0 -83
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThan.js.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts +0 -27
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js +0 -83
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_In.d.ts +0 -32
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_In.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_In.js +0 -103
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_In.js.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts +0 -32
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.js +0 -65
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.js.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts +0 -27
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.js +0 -83
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.js.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts +0 -27
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js +0 -83
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts +0 -32
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts.map +0 -1
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.js +0 -71
- package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.js.map +0 -1
- package/lib/stores/query-builder/workflows/ClassQueryBuilderState.d.ts +0 -35
- package/lib/stores/query-builder/workflows/ClassQueryBuilderState.d.ts.map +0 -1
- package/lib/stores/query-builder/workflows/ClassQueryBuilderState.js +0 -57
- package/lib/stores/query-builder/workflows/ClassQueryBuilderState.js.map +0 -1
- package/lib/stores/query-builder/workflows/MappingQueryBuilderState.d.ts +0 -33
- package/lib/stores/query-builder/workflows/MappingQueryBuilderState.d.ts.map +0 -1
- package/lib/stores/query-builder/workflows/MappingQueryBuilderState.js +0 -55
- package/lib/stores/query-builder/workflows/MappingQueryBuilderState.js.map +0 -1
- package/lib/stores/query-builder/workflows/ServiceQueryBuilderState.d.ts +0 -44
- package/lib/stores/query-builder/workflows/ServiceQueryBuilderState.d.ts.map +0 -1
- package/lib/stores/query-builder/workflows/ServiceQueryBuilderState.js +0 -90
- package/lib/stores/query-builder/workflows/ServiceQueryBuilderState.js.map +0 -1
- package/src/components/query-builder/QueryBuilder.tsx +0 -411
- package/src/components/query-builder/QueryBuilderParametersPanel.tsx +0 -431
- package/src/components/query-builder/QueryBuilderPropertyExpressionEditor.tsx +0 -376
- package/src/components/query-builder/QueryBuilderResultPanel.tsx +0 -640
- package/src/components/query-builder/QueryBuilderSideBar.tsx +0 -421
- package/src/components/query-builder/QueryBuilderTextEditor.tsx +0 -127
- package/src/components/query-builder/QueryBuilderUnsupportedQueryEditor.tsx +0 -88
- package/src/components/query-builder/QueryBuilder_TestID.ts +0 -26
- package/src/components/query-builder/explorer/QueryBuilderExplorerPanel.tsx +0 -934
- package/src/components/query-builder/explorer/QueryBuilderFunctionsExplorerPanel.tsx +0 -554
- package/src/components/query-builder/explorer/QueryBuilderMilestoneEditor.tsx +0 -296
- package/src/components/query-builder/explorer/QueryBuilderPropertySearchPanel.tsx +0 -617
- package/src/components/query-builder/fetch-structure/QueryBuilderFetchStructurePanel.tsx +0 -112
- package/src/components/query-builder/fetch-structure/QueryBuilderGraphFetchTreePanel.tsx +0 -276
- package/src/components/query-builder/fetch-structure/QueryBuilderPostFilterPanel.tsx +0 -1103
- package/src/components/query-builder/fetch-structure/QueryBuilderProjectionPanel.tsx +0 -649
- package/src/components/query-builder/fetch-structure/QueryBuilderResultModifierPanel.tsx +0 -254
- package/src/components/query-builder/filter/QueryBuilderFilterPanel.tsx +0 -891
- package/src/components/query-builder/shared/ElementIconUtils.tsx +0 -47
- package/src/components/query-builder/shared/QueryBuilderLambdaEditor.tsx +0 -120
- package/src/components/query-builder/shared/QueryBuilderPanelIssueCountBadge.tsx +0 -40
- package/src/components/query-builder/shared/QueryBuilderPropertyInfoTooltip.tsx +0 -87
- package/src/components/query-builder/workflows/ClassQueryBuilder.tsx +0 -198
- package/src/components/query-builder/workflows/MappingQueryBuilder.tsx +0 -195
- package/src/components/query-builder/workflows/ServiceQueryBuilder.tsx +0 -192
- package/src/graphManager/QueryBuilderSupportedFunctions.ts +0 -67
- package/src/graphManager/QueryBuilder_GraphManagerPlugin.ts +0 -32
- package/src/graphManager/QueryBuilder_GraphManagerPreset.ts +0 -33
- package/src/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.ts +0 -22
- package/src/graphManager/action/analytics/ServiceExecutionAnalysis.ts +0 -22
- package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.ts +0 -47
- package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.ts +0 -27
- package/src/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.ts +0 -167
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.ts +0 -571
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.ts +0 -28
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.ts +0 -296
- package/src/stores/query-builder/QueryBuilderChangeDetectionState.ts +0 -37
- package/src/stores/query-builder/QueryBuilderConfig.ts +0 -34
- package/src/stores/query-builder/QueryBuilderGroupOperationHelper.ts +0 -54
- package/src/stores/query-builder/QueryBuilderMilestoningState.ts +0 -164
- package/src/stores/query-builder/QueryBuilderParametersState.ts +0 -52
- package/src/stores/query-builder/QueryBuilderPreviewDataHelper.ts +0 -202
- package/src/stores/query-builder/QueryBuilderPropertyEditorState.ts +0 -668
- package/src/stores/query-builder/QueryBuilderResultState.ts +0 -281
- package/src/stores/query-builder/QueryBuilderState.ts +0 -470
- package/src/stores/query-builder/QueryBuilderStateBuilder.ts +0 -585
- package/src/stores/query-builder/QueryBuilderStateTestUtils.ts +0 -91
- package/src/stores/query-builder/QueryBuilderTextEditorState.ts +0 -203
- package/src/stores/query-builder/QueryBuilderTypeaheadHelper.ts +0 -152
- package/src/stores/query-builder/QueryBuilderUnsupportedQueryState.ts +0 -44
- package/src/stores/query-builder/QueryBuilderValueSpecificationBuilder.ts +0 -179
- package/src/stores/query-builder/QueryBuilderValueSpecificationBuilderHelper.ts +0 -256
- package/src/stores/query-builder/QueryBuilderValueSpecificationHelper.ts +0 -359
- package/src/stores/query-builder/explorer/QueryBuilderExplorerState.ts +0 -813
- package/src/stores/query-builder/explorer/QueryBuilderPropertySearchState.ts +0 -333
- package/src/stores/query-builder/explorer/QueryFunctionsExplorerState.ts +0 -375
- package/src/stores/query-builder/fetch-structure/QueryBuilderFetchStructureImplementationState.ts +0 -65
- package/src/stores/query-builder/fetch-structure/QueryBuilderFetchStructureState.ts +0 -107
- package/src/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.ts +0 -240
- package/src/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.ts +0 -131
- package/src/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.ts +0 -282
- package/src/stores/query-builder/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.ts +0 -154
- package/src/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionColumnState.ts +0 -327
- package/src/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionState.ts +0 -569
- package/src/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionStateBuilder.ts +0 -426
- package/src/stores/query-builder/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.ts +0 -416
- package/src/stores/query-builder/fetch-structure/projection/QueryResultSetModifierState.ts +0 -95
- package/src/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.ts +0 -79
- package/src/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.ts +0 -41
- package/src/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationState.ts +0 -145
- package/src/stores/query-builder/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.ts +0 -228
- package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.ts +0 -109
- package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.ts +0 -98
- package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.ts +0 -106
- package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.ts +0 -96
- package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.ts +0 -173
- package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.ts +0 -155
- package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.ts +0 -174
- package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.ts +0 -174
- package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.ts +0 -98
- package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.ts +0 -98
- package/src/stores/query-builder/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.ts +0 -88
- package/src/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.ts +0 -66
- package/src/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.ts +0 -65
- package/src/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.ts +0 -807
- package/src/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.ts +0 -297
- package/src/stores/query-builder/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.ts +0 -121
- package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.ts +0 -129
- package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.ts +0 -140
- package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.ts +0 -135
- package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts +0 -218
- package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.ts +0 -143
- package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts +0 -70
- package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.ts +0 -183
- package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.ts +0 -113
- package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.ts +0 -143
- package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.ts +0 -70
- package/src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.ts +0 -135
- package/src/stores/query-builder/filter/QueryBuilderFilterOperator.ts +0 -52
- package/src/stores/query-builder/filter/QueryBuilderFilterOperatorLoader.ts +0 -65
- package/src/stores/query-builder/filter/QueryBuilderFilterState.ts +0 -736
- package/src/stores/query-builder/filter/QueryBuilderFilterStateBuilder.ts +0 -155
- package/src/stores/query-builder/filter/QueryBuilderFilterValueSpecificationBuilder.ts +0 -120
- package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperatorHelper.ts +0 -524
- package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Contain.ts +0 -134
- package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_EndWith.ts +0 -134
- package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_Equal.ts +0 -211
- package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThan.ts +0 -145
- package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.ts +0 -145
- package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_In.ts +0 -181
- package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.ts +0 -125
- package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.ts +0 -145
- package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.ts +0 -145
- package/src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.ts +0 -134
- package/src/stores/query-builder/workflows/ClassQueryBuilderState.ts +0 -80
- package/src/stores/query-builder/workflows/MappingQueryBuilderState.ts +0 -86
- package/src/stores/query-builder/workflows/ServiceQueryBuilderState.ts +0 -143
@@ -1,311 +0,0 @@
|
|
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 { assertNonNullable, assertTrue, assertType, guaranteeType, UnsupportedOperationError, } from '@finos/legend-shared';
|
17
|
-
import { MILESTONING_STEREOTYPE, matchFunctionName, Class, SimpleFunctionExpression, getMilestoneTemporalStereotype, } from '@finos/legend-graph';
|
18
|
-
import { processTDSPostFilterExpression } from './fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js';
|
19
|
-
import { LambdaParameterState } from '@finos/legend-application';
|
20
|
-
import { processFilterExpression } from './filter/QueryBuilderFilterStateBuilder.js';
|
21
|
-
import { processTDSAggregateExpression, processTDSGroupByExpression, } from './fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js';
|
22
|
-
import { processGraphFetchExpression, processGraphFetchSerializeExpression, } from './fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js';
|
23
|
-
import { processTDSDistinctExpression, processTDSProjectExpression, processTDSProjectionColumnPropertyExpression, processTDSProjectionDerivationExpression, processTDSSortDirectionExpression, processTDSSortExpression, processTDSTakeExpression, } from './fetch-structure/projection/QueryBuilderProjectionStateBuilder.js';
|
24
|
-
import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../graphManager/QueryBuilderSupportedFunctions.js';
|
25
|
-
const processGetAllExpression = (expression, queryBuilderState) => {
|
26
|
-
const _class = expression.genericType?.value.rawType;
|
27
|
-
assertType(_class, Class, `Can't process getAll() expression: getAll() return type is missing`);
|
28
|
-
queryBuilderState.setClass(_class);
|
29
|
-
queryBuilderState.milestoningState.updateMilestoningConfiguration();
|
30
|
-
queryBuilderState.explorerState.refreshTreeData();
|
31
|
-
// check parameters (milestoning) and build state
|
32
|
-
let acceptedNoOfParameters = 1;
|
33
|
-
const stereotype = getMilestoneTemporalStereotype(_class, queryBuilderState.graphManagerState.graph);
|
34
|
-
switch (stereotype) {
|
35
|
-
case MILESTONING_STEREOTYPE.BITEMPORAL:
|
36
|
-
acceptedNoOfParameters = 3;
|
37
|
-
assertTrue(expression.parametersValues.length === acceptedNoOfParameters, `Can't process getAll() expression: when used with a bitemporal milestoned class getAll() expects two parameters`);
|
38
|
-
queryBuilderState.milestoningState.setProcessingDate(expression.parametersValues[1]);
|
39
|
-
queryBuilderState.milestoningState.setBusinessDate(expression.parametersValues[2]);
|
40
|
-
break;
|
41
|
-
case MILESTONING_STEREOTYPE.BUSINESS_TEMPORAL:
|
42
|
-
acceptedNoOfParameters = 2;
|
43
|
-
assertTrue(expression.parametersValues.length === acceptedNoOfParameters, `Can't process getAll() expression: when used with a milestoned class getAll() expects a parameter`);
|
44
|
-
queryBuilderState.milestoningState.setBusinessDate(expression.parametersValues[1]);
|
45
|
-
break;
|
46
|
-
case MILESTONING_STEREOTYPE.PROCESSING_TEMPORAL:
|
47
|
-
acceptedNoOfParameters = 2;
|
48
|
-
assertTrue(expression.parametersValues.length === acceptedNoOfParameters, `Can't process getAll() expression: when used with a milestoned class getAll() expects a parameter`);
|
49
|
-
queryBuilderState.milestoningState.setProcessingDate(expression.parametersValues[1]);
|
50
|
-
break;
|
51
|
-
default:
|
52
|
-
assertTrue(expression.parametersValues.length === acceptedNoOfParameters, `Can't process getAll() expression: getAll() expects no arguments`);
|
53
|
-
}
|
54
|
-
};
|
55
|
-
/**
|
56
|
-
* This is the value specification processor (a.k.a state builder) for query builder.
|
57
|
-
*
|
58
|
-
* Unlike value specification builder which takes care of transforming the value specification
|
59
|
-
* from `protocol` to `metamodel`, and doing some (naive) type-inferencing, the processor takes care
|
60
|
-
* of traversing the query, analyzing it to build the query builder state. The processor represents
|
61
|
-
* a particular way we want to look at the query, if the query is not like what the processor
|
62
|
-
* expects, or understands, query builder state could not be built, i.e. the query will be deemed
|
63
|
-
* unsupported by query builder
|
64
|
-
*
|
65
|
-
* NOTE: While traversing the expression, this processor also does a fair amount of
|
66
|
-
* validations and assertions--enough to properly build the state. Unlike the builder,
|
67
|
-
* the processor should NEVER modify the metamodel, just traversing it.
|
68
|
-
*/
|
69
|
-
export class QueryBuilderValueSpecificationProcessor {
|
70
|
-
queryBuilderState;
|
71
|
-
/**
|
72
|
-
* A value specification is a tree of value specifications.
|
73
|
-
*
|
74
|
-
* This structure may not intuitively correspond to how we write it in Pure
|
75
|
-
* For example, consider the following expression in Pure:
|
76
|
-
*
|
77
|
-
* | Person.all()->filter(x|$x.age > 0)->project([x|$x.name], ['Name'])->sort([desc('Name')]);
|
78
|
-
*
|
79
|
-
* which is equivalent to the more cryptic version:
|
80
|
-
*
|
81
|
-
* | sort(project(filter(all(Person), x|$x.age > 0), [x|$x.name], ['Name']), [desc('Name')]);
|
82
|
-
*
|
83
|
-
* Hence, the metamodel looks something like this (with some parts redacted)
|
84
|
-
* {
|
85
|
-
* "function": "sort",
|
86
|
-
* "parameters": [
|
87
|
-
* {
|
88
|
-
* "function": "project",
|
89
|
-
* "parameters": [
|
90
|
-
* {
|
91
|
-
* "function": "filter",
|
92
|
-
* "parameters": [
|
93
|
-
* {
|
94
|
-
* "function": "getAll",
|
95
|
-
* ...
|
96
|
-
* },
|
97
|
-
* ... // filter() expression
|
98
|
-
* ]
|
99
|
-
* },
|
100
|
-
* ... // project() expression column and alias
|
101
|
-
* ]
|
102
|
-
* },
|
103
|
-
* {
|
104
|
-
* "_type": "collection",
|
105
|
-
* "values": [
|
106
|
-
* {
|
107
|
-
* "function": "desc",
|
108
|
-
* ... // desc() expression
|
109
|
-
* }
|
110
|
-
* ]
|
111
|
-
* }
|
112
|
-
* ]
|
113
|
-
* }
|
114
|
-
*
|
115
|
-
* The first grammar form is farily declarative in nature and perhaps more intuitive.
|
116
|
-
* We tend to think, in terms of order of running:
|
117
|
-
* all() --> filter() --> project() --> sort()
|
118
|
-
*
|
119
|
-
* However, in reality, when the expression is used or read, the order of traversal is reversed:
|
120
|
-
* sort() --> project() --> filter() --> all()
|
121
|
-
*
|
122
|
-
* Now, in the context of the value specification processor, we need information about preceding
|
123
|
-
* expression in order to validate the usage context of functions, (for example, we want to only
|
124
|
-
* support project() after all() or filter()). In the case of function expression chain,
|
125
|
-
* we have to look at the function expression first parameter. There are some other context,
|
126
|
-
* such as what happens within the second parameter of the sort() expression
|
127
|
-
* in this case, we have the desc() expression, but it's not part of the main expression chain;
|
128
|
-
* however, we need to verify desc() is used within sort(), in this case, we have to record
|
129
|
-
* the parent expression. This is when the following attribute comes into use when processing
|
130
|
-
* value specification.
|
131
|
-
*/
|
132
|
-
parentExpression;
|
133
|
-
constructor(queryBuilderState, parentExpression) {
|
134
|
-
this.queryBuilderState = queryBuilderState;
|
135
|
-
this.parentExpression = parentExpression;
|
136
|
-
}
|
137
|
-
static process(valueSpecification, queryBuilderState) {
|
138
|
-
valueSpecification.accept_ValueSpecificationVisitor(new QueryBuilderValueSpecificationProcessor(queryBuilderState, undefined));
|
139
|
-
}
|
140
|
-
/**
|
141
|
-
* Process value specification with information about parent function expression
|
142
|
-
* in order to be used in some validation/assertion
|
143
|
-
*/
|
144
|
-
static processChild(valueSpecification, parentExpression, queryBuilderState) {
|
145
|
-
valueSpecification.accept_ValueSpecificationVisitor(new QueryBuilderValueSpecificationProcessor(queryBuilderState, parentExpression));
|
146
|
-
}
|
147
|
-
visit_INTERNAL__UnknownValueSpecification(valueSpecification) {
|
148
|
-
assertNonNullable(this.parentExpression, `Can't process unknown value: parent expression cannot be retrieved`);
|
149
|
-
if (matchFunctionName(this.parentExpression.functionName, [
|
150
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_PROJECT,
|
151
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_GROUP_BY,
|
152
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_AGG,
|
153
|
-
])) {
|
154
|
-
processTDSProjectionDerivationExpression(valueSpecification, this.parentExpression, this.queryBuilderState);
|
155
|
-
return;
|
156
|
-
}
|
157
|
-
throw new UnsupportedOperationError(`Can't process unknown value with parent expression of function ${this.parentExpression.functionName}()`);
|
158
|
-
}
|
159
|
-
visit_RootGraphFetchTreeInstanceValue(valueSpecification) {
|
160
|
-
throw new UnsupportedOperationError();
|
161
|
-
}
|
162
|
-
visit_PropertyGraphFetchTreeInstanceValue(valueSpecification) {
|
163
|
-
throw new UnsupportedOperationError();
|
164
|
-
}
|
165
|
-
visit_AlloySerializationConfigInstanceValue(valueSpecification) {
|
166
|
-
throw new UnsupportedOperationError();
|
167
|
-
}
|
168
|
-
visit_PrimitiveInstanceValue(valueSpecification) {
|
169
|
-
throw new UnsupportedOperationError();
|
170
|
-
}
|
171
|
-
visit_EnumValueInstanceValue(valueSpecification) {
|
172
|
-
throw new UnsupportedOperationError();
|
173
|
-
}
|
174
|
-
visit_RuntimeInstanceValue(valueSpecification) {
|
175
|
-
throw new UnsupportedOperationError();
|
176
|
-
}
|
177
|
-
visit_PairInstanceValue(valueSpecification) {
|
178
|
-
throw new UnsupportedOperationError();
|
179
|
-
}
|
180
|
-
visit_MappingInstanceValue(valueSpecification) {
|
181
|
-
throw new UnsupportedOperationError();
|
182
|
-
}
|
183
|
-
visit_PureListInstanceValue(valueSpecification) {
|
184
|
-
throw new UnsupportedOperationError();
|
185
|
-
}
|
186
|
-
visit_CollectionInstanceValue(valueSpecification) {
|
187
|
-
throw new UnsupportedOperationError();
|
188
|
-
}
|
189
|
-
visit_FunctionExpression(valueSpecification) {
|
190
|
-
throw new UnsupportedOperationError();
|
191
|
-
}
|
192
|
-
visit_INTERNAL__PropagatedValue(valueSpecification) {
|
193
|
-
throw new UnsupportedOperationError();
|
194
|
-
}
|
195
|
-
visit_SimpleFunctionExpression(valueSpecification) {
|
196
|
-
const functionName = valueSpecification.functionName;
|
197
|
-
if (matchFunctionName(functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.GET_ALL)) {
|
198
|
-
processGetAllExpression(valueSpecification, this.queryBuilderState);
|
199
|
-
return;
|
200
|
-
}
|
201
|
-
else if (matchFunctionName(functionName, [
|
202
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.FILTER,
|
203
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_FILTER,
|
204
|
-
])) {
|
205
|
-
// NOTE: for filter, since it sometimes can be ambiguous
|
206
|
-
// whether meta::pure::functions::collection::filter() was used
|
207
|
-
// or meta::pure::tds::filter() was used, we have to have custom logic
|
208
|
-
// to determine
|
209
|
-
// check parameters
|
210
|
-
assertTrue(valueSpecification.parametersValues.length === 2, `Can't process filter() expression: filter() expects 1 argument`);
|
211
|
-
// check preceding expression
|
212
|
-
const precedingExpression = guaranteeType(valueSpecification.parametersValues[0], SimpleFunctionExpression, `Can't process filter() expression: only support filter() immediately following an expression`);
|
213
|
-
QueryBuilderValueSpecificationProcessor.process(precedingExpression, this.queryBuilderState);
|
214
|
-
if (matchFunctionName(precedingExpression.functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.GET_ALL)) {
|
215
|
-
assertTrue(matchFunctionName(functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.FILTER), `Can't process filter() expression: only supports ${QUERY_BUILDER_SUPPORTED_FUNCTIONS.FILTER}() immediately following getAll() (got '${functionName}')`);
|
216
|
-
processFilterExpression(valueSpecification, this.queryBuilderState);
|
217
|
-
return;
|
218
|
-
}
|
219
|
-
else if (matchFunctionName(precedingExpression.functionName, [
|
220
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_PROJECT,
|
221
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_GROUP_BY,
|
222
|
-
])) {
|
223
|
-
assertTrue(matchFunctionName(functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_FILTER), `Can't process post-filter expression: only supports ${QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_FILTER}() immediately following project()/groupBy() (got '${functionName}')`);
|
224
|
-
processTDSPostFilterExpression(valueSpecification, this.queryBuilderState);
|
225
|
-
return;
|
226
|
-
}
|
227
|
-
else {
|
228
|
-
throw new UnsupportedOperationError(`Can't process filter() expression: only support filter() immediately following getAll() or project()/groupBy()`);
|
229
|
-
}
|
230
|
-
}
|
231
|
-
else if (matchFunctionName(functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_PROJECT)) {
|
232
|
-
processTDSProjectExpression(valueSpecification, this.queryBuilderState);
|
233
|
-
return;
|
234
|
-
}
|
235
|
-
else if (matchFunctionName(functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_TAKE)) {
|
236
|
-
processTDSTakeExpression(valueSpecification, this.queryBuilderState);
|
237
|
-
return;
|
238
|
-
}
|
239
|
-
else if (matchFunctionName(functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_DISTINCT)) {
|
240
|
-
processTDSDistinctExpression(valueSpecification, this.queryBuilderState);
|
241
|
-
return;
|
242
|
-
}
|
243
|
-
else if (matchFunctionName(functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_SORT)) {
|
244
|
-
processTDSSortExpression(valueSpecification, this.queryBuilderState);
|
245
|
-
return;
|
246
|
-
}
|
247
|
-
else if (matchFunctionName(functionName, [
|
248
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_ASC,
|
249
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_DESC,
|
250
|
-
])) {
|
251
|
-
processTDSSortDirectionExpression(valueSpecification, this.parentExpression, this.queryBuilderState);
|
252
|
-
return;
|
253
|
-
}
|
254
|
-
else if (matchFunctionName(functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_GROUP_BY)) {
|
255
|
-
processTDSGroupByExpression(valueSpecification, this.queryBuilderState);
|
256
|
-
return;
|
257
|
-
}
|
258
|
-
else if (matchFunctionName(functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_AGG)) {
|
259
|
-
processTDSAggregateExpression(valueSpecification, this.parentExpression, this.queryBuilderState);
|
260
|
-
return;
|
261
|
-
}
|
262
|
-
else if (matchFunctionName(functionName, QUERY_BUILDER_SUPPORTED_FUNCTIONS.SERIALIZE)) {
|
263
|
-
processGraphFetchSerializeExpression(valueSpecification, this.queryBuilderState);
|
264
|
-
return;
|
265
|
-
}
|
266
|
-
else if (matchFunctionName(functionName, [
|
267
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.GRAPH_FETCH_CHECKED,
|
268
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.GRAPH_FETCH,
|
269
|
-
])) {
|
270
|
-
processGraphFetchExpression(valueSpecification, this.queryBuilderState);
|
271
|
-
return;
|
272
|
-
}
|
273
|
-
throw new UnsupportedOperationError(`Can't process expression of function ${functionName}()`);
|
274
|
-
}
|
275
|
-
visit_VariableExpression(valueSpecification) {
|
276
|
-
throw new UnsupportedOperationError();
|
277
|
-
}
|
278
|
-
visit_LambdaFunctionInstanceValue(valueSpecification) {
|
279
|
-
valueSpecification.values.forEach((value) => value.expressionSequence.forEach((expression) => expression.accept_ValueSpecificationVisitor(new QueryBuilderValueSpecificationProcessor(this.queryBuilderState, this.parentExpression))));
|
280
|
-
}
|
281
|
-
visit_AbstractPropertyExpression(valueSpecification) {
|
282
|
-
assertNonNullable(this.parentExpression, `Can't process property expression: parent expression cannot be retrieved`);
|
283
|
-
if (matchFunctionName(this.parentExpression.functionName, [
|
284
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_PROJECT,
|
285
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_GROUP_BY,
|
286
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_AGG,
|
287
|
-
])) {
|
288
|
-
processTDSProjectionColumnPropertyExpression(valueSpecification, this.queryBuilderState);
|
289
|
-
return;
|
290
|
-
}
|
291
|
-
throw new UnsupportedOperationError(`Can't process property expression with parent expression of function ${this.parentExpression.functionName}()`);
|
292
|
-
}
|
293
|
-
visit_InstanceValue(valueSpecification) {
|
294
|
-
throw new UnsupportedOperationError();
|
295
|
-
}
|
296
|
-
}
|
297
|
-
export const processParameters = (parameters, queryBuilderState) => {
|
298
|
-
const queryParameterState = queryBuilderState.parametersState;
|
299
|
-
parameters.forEach((parameter) => {
|
300
|
-
const parameterState = new LambdaParameterState(parameter, queryBuilderState.observableContext, queryBuilderState.graphManagerState.graph);
|
301
|
-
parameterState.mockParameterValue();
|
302
|
-
queryParameterState.addParameter(parameterState);
|
303
|
-
});
|
304
|
-
};
|
305
|
-
export const processQueryLambdaFunction = (lambdaFunction, queryBuilderState) => {
|
306
|
-
if (lambdaFunction.functionType.parameters.length) {
|
307
|
-
processParameters(lambdaFunction.functionType.parameters, queryBuilderState);
|
308
|
-
}
|
309
|
-
lambdaFunction.expressionSequence.map((expression) => QueryBuilderValueSpecificationProcessor.process(expression, queryBuilderState));
|
310
|
-
};
|
311
|
-
//# sourceMappingURL=QueryBuilderStateBuilder.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderStateBuilder.js","sourceRoot":"","sources":["../../../src/stores/query-builder/QueryBuilderStateBuilder.ts"],"names":[],"mappings":"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"}
|
@@ -1,24 +0,0 @@
|
|
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 { type RawLambda, type RawMappingModelCoverageAnalysisResult } from '@finos/legend-graph';
|
17
|
-
import type { Entity } from '@finos/legend-storage';
|
18
|
-
import { type QueryBuilderState } from './QueryBuilderState.js';
|
19
|
-
export declare const TEST__setUpQueryBuilderState: (entities: Entity[], rawLambda?: RawLambda | undefined, executionContext?: {
|
20
|
-
_class: string;
|
21
|
-
mapping: string;
|
22
|
-
runtime?: string | undefined;
|
23
|
-
} | undefined, rawMappingModelCoverageAnalysisResult?: RawMappingModelCoverageAnalysisResult | undefined) => Promise<QueryBuilderState>;
|
24
|
-
//# sourceMappingURL=QueryBuilderStateTestUtils.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderStateTestUtils.d.ts","sourceRoot":"","sources":["../../../src/stores/query-builder/QueryBuilderStateTestUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EACL,KAAK,SAAS,EACd,KAAK,qCAAqC,EAG3C,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAKpD,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,wBAAwB,CAAC;AAGhC,eAAO,MAAM,4BAA4B,aAC7B,MAAM,EAAE,cACN,SAAS,GAAG,SAAS,qBAE7B;IACE,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B,GACD,SAAS,0CAET,qCAAqC,GACrC,SAAS,KACZ,QAAQ,iBAAiB,CA2C3B,CAAC"}
|
@@ -1,50 +0,0 @@
|
|
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 { TEST__getTestApplicationStore } from '@finos/legend-application';
|
17
|
-
import { TEST__buildGraphWithEntities, TEST__getTestGraphManagerState, } from '@finos/legend-graph';
|
18
|
-
import { jest } from '@jest/globals';
|
19
|
-
import { flowResult } from 'mobx';
|
20
|
-
import { LegendQueryPluginManager } from '../../application/LegendQueryPluginManager.js';
|
21
|
-
import { QueryBuilder_GraphManagerPreset } from '../../graphManager/QueryBuilder_GraphManagerPreset.js';
|
22
|
-
import { INTERNAL__BasicQueryBuilderState, } from './QueryBuilderState.js';
|
23
|
-
import { TEST__getTestLegendQueryApplicationConfig } from '../QueryEditorStoreTestUtils.js';
|
24
|
-
export const TEST__setUpQueryBuilderState = async (entities, rawLambda, executionContext, rawMappingModelCoverageAnalysisResult) => {
|
25
|
-
const pluginManager = LegendQueryPluginManager.create();
|
26
|
-
pluginManager.usePresets([new QueryBuilder_GraphManagerPreset()]).install();
|
27
|
-
const applicationStore = TEST__getTestApplicationStore(TEST__getTestLegendQueryApplicationConfig(), LegendQueryPluginManager.create());
|
28
|
-
const graphManagerState = TEST__getTestGraphManagerState(pluginManager);
|
29
|
-
await TEST__buildGraphWithEntities(graphManagerState, entities);
|
30
|
-
const queryBuilderState = new INTERNAL__BasicQueryBuilderState(applicationStore, graphManagerState);
|
31
|
-
if (rawLambda) {
|
32
|
-
queryBuilderState.rebuildWithQuery(rawLambda);
|
33
|
-
}
|
34
|
-
if (executionContext) {
|
35
|
-
const graph = queryBuilderState.graphManagerState.graph;
|
36
|
-
queryBuilderState.class = graph.getClass(executionContext._class);
|
37
|
-
queryBuilderState.mapping = graph.getMapping(executionContext.mapping);
|
38
|
-
if (executionContext.runtime) {
|
39
|
-
queryBuilderState.runtimeValue = graph.getRuntime(executionContext.runtime);
|
40
|
-
}
|
41
|
-
}
|
42
|
-
if (rawMappingModelCoverageAnalysisResult) {
|
43
|
-
jest
|
44
|
-
.spyOn(queryBuilderState.graphManagerState.graphManager, 'analyzeMappingModelCoverage')
|
45
|
-
.mockResolvedValue(queryBuilderState.graphManagerState.graphManager.buildMappingModelCoverageAnalysisResult(rawMappingModelCoverageAnalysisResult));
|
46
|
-
await flowResult(queryBuilderState.explorerState.analyzeMappingModelCoverage());
|
47
|
-
}
|
48
|
-
return queryBuilderState;
|
49
|
-
};
|
50
|
-
//# sourceMappingURL=QueryBuilderStateTestUtils.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderStateTestUtils.js","sourceRoot":"","sources":["../../../src/stores/query-builder/QueryBuilderStateTestUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAGL,4BAA4B,EAC5B,8BAA8B,GAC/B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,+BAA+B,EAAE,MAAM,uDAAuD,CAAC;AACxG,OAAO,EACL,gCAAgC,GAEjC,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,yCAAyC,EAAE,MAAM,iCAAiC,CAAC;AAE5F,MAAM,CAAC,MAAM,4BAA4B,GAAG,KAAK,EAC/C,QAAkB,EAClB,SAAiC,EACjC,gBAMa,EACb,qCAEa,EACe,EAAE;IAC9B,MAAM,aAAa,GAAG,wBAAwB,CAAC,MAAM,EAAE,CAAC;IACxD,aAAa,CAAC,UAAU,CAAC,CAAC,IAAI,+BAA+B,EAAE,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IAC5E,MAAM,gBAAgB,GAAG,6BAA6B,CACpD,yCAAyC,EAAE,EAC3C,wBAAwB,CAAC,MAAM,EAAE,CAClC,CAAC;IACF,MAAM,iBAAiB,GAAG,8BAA8B,CAAC,aAAa,CAAC,CAAC;IACxE,MAAM,4BAA4B,CAAC,iBAAiB,EAAE,QAAQ,CAAC,CAAC;IAChE,MAAM,iBAAiB,GAAG,IAAI,gCAAgC,CAC5D,gBAAgB,EAChB,iBAAiB,CAClB,CAAC;IACF,IAAI,SAAS,EAAE;QACb,iBAAiB,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC;KAC/C;IACD,IAAI,gBAAgB,EAAE;QACpB,MAAM,KAAK,GAAG,iBAAiB,CAAC,iBAAiB,CAAC,KAAK,CAAC;QACxD,iBAAiB,CAAC,KAAK,GAAG,KAAK,CAAC,QAAQ,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;QAClE,iBAAiB,CAAC,OAAO,GAAG,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACvE,IAAI,gBAAgB,CAAC,OAAO,EAAE;YAC5B,iBAAiB,CAAC,YAAY,GAAG,KAAK,CAAC,UAAU,CAC/C,gBAAgB,CAAC,OAAO,CACzB,CAAC;SACH;KACF;IACD,IAAI,qCAAqC,EAAE;QACzC,IAAI;aACD,KAAK,CACJ,iBAAiB,CAAC,iBAAiB,CAAC,YAAY,EAChD,6BAA6B,CAC9B;aACA,iBAAiB,CAChB,iBAAiB,CAAC,iBAAiB,CAAC,YAAY,CAAC,uCAAuC,CACtF,qCAAqC,CACtC,CACF,CAAC;QAEJ,MAAM,UAAU,CACd,iBAAiB,CAAC,aAAa,CAAC,2BAA2B,EAAE,CAC9D,CAAC;KACH;IACD,OAAO,iBAAiB,CAAC;AAC3B,CAAC,CAAC"}
|
@@ -1,49 +0,0 @@
|
|
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 { RawLambda } from '@finos/legend-graph';
|
17
|
-
import { type GeneratorFn } from '@finos/legend-shared';
|
18
|
-
import type { QueryBuilderState } from './QueryBuilderState.js';
|
19
|
-
import { LambdaEditorState } from '@finos/legend-application';
|
20
|
-
export declare class QueryBuilderRawLambdaState {
|
21
|
-
lambda: RawLambda;
|
22
|
-
constructor(lambda: RawLambda);
|
23
|
-
setLambda(lambda: RawLambda): void;
|
24
|
-
}
|
25
|
-
export declare enum QueryBuilderTextEditorMode {
|
26
|
-
TEXT = "TEXT",
|
27
|
-
JSON = "JSON"
|
28
|
-
}
|
29
|
-
export declare class QueryBuilderTextEditorState extends LambdaEditorState {
|
30
|
-
queryBuilderState: QueryBuilderState;
|
31
|
-
rawLambdaState: QueryBuilderRawLambdaState;
|
32
|
-
isConvertingLambdaToString: boolean;
|
33
|
-
mode: QueryBuilderTextEditorMode | undefined;
|
34
|
-
/**
|
35
|
-
* This is used to store the JSON string when viewing the query in JSON mode
|
36
|
-
* TODO: consider moving this to another state if we need to simplify the logic of text-mode
|
37
|
-
*/
|
38
|
-
readOnlylambdaJson: string;
|
39
|
-
constructor(queryBuilderState: QueryBuilderState);
|
40
|
-
get lambdaId(): string;
|
41
|
-
setQueryRawLambdaState(rawLambdaState: QueryBuilderRawLambdaState): void;
|
42
|
-
setMode(openModal: QueryBuilderTextEditorMode | undefined): void;
|
43
|
-
setLambdaJson(lambdaJson: string): void;
|
44
|
-
convertLambdaGrammarStringToObject(): GeneratorFn<void>;
|
45
|
-
convertLambdaObjectToGrammarString(pretty: boolean): GeneratorFn<void>;
|
46
|
-
openModal(mode: QueryBuilderTextEditorMode): void;
|
47
|
-
closeModal(): GeneratorFn<void>;
|
48
|
-
}
|
49
|
-
//# sourceMappingURL=QueryBuilderTextEditorState.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderTextEditorState.d.ts","sourceRoot":"","sources":["../../../src/stores/query-builder/QueryBuilderTextEditorState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAIL,SAAS,EAGV,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,KAAK,WAAW,EAGjB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAY,MAAM,2BAA2B,CAAC;AAExE,qBAAa,0BAA0B;IACrC,MAAM,EAAE,SAAS,CAAC;gBAEN,MAAM,EAAE,SAAS;IAS7B,SAAS,CAAC,MAAM,EAAE,SAAS,GAAG,IAAI;CAGnC;AAED,oBAAY,0BAA0B;IACpC,IAAI,SAAS;IACb,IAAI,SAAS;CACd;AAED,qBAAa,2BAA4B,SAAQ,iBAAiB;IAChE,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,cAAc,EAAE,0BAA0B,CAAC;IAC3C,0BAA0B,UAAS;IACnC,IAAI,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAC7C;;;OAGG;IACH,kBAAkB,SAAM;gBAEZ,iBAAiB,EAAE,iBAAiB;IAiBhD,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,sBAAsB,CAAC,cAAc,EAAE,0BAA0B,GAAG,IAAI;IAIxE,OAAO,CAAC,SAAS,EAAE,0BAA0B,GAAG,SAAS,GAAG,IAAI;IAIhE,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAItC,kCAAkC,IAAI,WAAW,CAAC,IAAI,CAAC;IA4BvD,kCAAkC,CAAC,MAAM,EAAE,OAAO,GAAG,WAAW,CAAC,IAAI,CAAC;IAuCvE,SAAS,CAAC,IAAI,EAAE,0BAA0B,GAAG,IAAI;IAqBhD,UAAU,IAAI,WAAW,CAAC,IAAI,CAAC;CAejC"}
|
@@ -1,145 +0,0 @@
|
|
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 { GRAPH_MANAGER_EVENT, buildSourceInformationSourceId, ParserError, RawLambda, stub_RawLambda, pruneSourceInformation, } from '@finos/legend-graph';
|
17
|
-
import { assertErrorThrown, LogEvent, } from '@finos/legend-shared';
|
18
|
-
import { observable, action, flow, makeObservable, flowResult } from 'mobx';
|
19
|
-
import { LambdaEditorState, TAB_SIZE } from '@finos/legend-application';
|
20
|
-
export class QueryBuilderRawLambdaState {
|
21
|
-
lambda;
|
22
|
-
constructor(lambda) {
|
23
|
-
this.lambda = lambda;
|
24
|
-
makeObservable(this, {
|
25
|
-
lambda: observable,
|
26
|
-
setLambda: action,
|
27
|
-
});
|
28
|
-
}
|
29
|
-
setLambda(lambda) {
|
30
|
-
this.lambda = lambda;
|
31
|
-
}
|
32
|
-
}
|
33
|
-
export var QueryBuilderTextEditorMode;
|
34
|
-
(function (QueryBuilderTextEditorMode) {
|
35
|
-
QueryBuilderTextEditorMode["TEXT"] = "TEXT";
|
36
|
-
QueryBuilderTextEditorMode["JSON"] = "JSON";
|
37
|
-
})(QueryBuilderTextEditorMode = QueryBuilderTextEditorMode || (QueryBuilderTextEditorMode = {}));
|
38
|
-
export class QueryBuilderTextEditorState extends LambdaEditorState {
|
39
|
-
queryBuilderState;
|
40
|
-
rawLambdaState;
|
41
|
-
isConvertingLambdaToString = false;
|
42
|
-
mode;
|
43
|
-
/**
|
44
|
-
* This is used to store the JSON string when viewing the query in JSON mode
|
45
|
-
* TODO: consider moving this to another state if we need to simplify the logic of text-mode
|
46
|
-
*/
|
47
|
-
readOnlylambdaJson = '';
|
48
|
-
constructor(queryBuilderState) {
|
49
|
-
super('', '');
|
50
|
-
makeObservable(this, {
|
51
|
-
rawLambdaState: observable,
|
52
|
-
isConvertingLambdaToString: observable,
|
53
|
-
mode: observable,
|
54
|
-
setQueryRawLambdaState: action,
|
55
|
-
setMode: action,
|
56
|
-
openModal: action,
|
57
|
-
closeModal: flow,
|
58
|
-
});
|
59
|
-
this.queryBuilderState = queryBuilderState;
|
60
|
-
this.rawLambdaState = new QueryBuilderRawLambdaState(stub_RawLambda());
|
61
|
-
}
|
62
|
-
get lambdaId() {
|
63
|
-
return buildSourceInformationSourceId(['query-builder']);
|
64
|
-
}
|
65
|
-
setQueryRawLambdaState(rawLambdaState) {
|
66
|
-
this.rawLambdaState = rawLambdaState;
|
67
|
-
}
|
68
|
-
setMode(openModal) {
|
69
|
-
this.mode = openModal;
|
70
|
-
}
|
71
|
-
setLambdaJson(lambdaJson) {
|
72
|
-
this.readOnlylambdaJson = lambdaJson;
|
73
|
-
}
|
74
|
-
*convertLambdaGrammarStringToObject() {
|
75
|
-
const emptyLambda = stub_RawLambda();
|
76
|
-
if (this.lambdaString) {
|
77
|
-
try {
|
78
|
-
const lambda = (yield this.queryBuilderState.graphManagerState.graphManager.pureCodeToLambda(this.fullLambdaString, this.lambdaId, { pruneSourceInformation: true }));
|
79
|
-
this.setParserError(undefined);
|
80
|
-
this.rawLambdaState.setLambda(lambda);
|
81
|
-
}
|
82
|
-
catch (error) {
|
83
|
-
assertErrorThrown(error);
|
84
|
-
if (error instanceof ParserError) {
|
85
|
-
this.setParserError(error);
|
86
|
-
}
|
87
|
-
this.queryBuilderState.applicationStore.log.error(LogEvent.create(GRAPH_MANAGER_EVENT.PARSING_FAILURE), error);
|
88
|
-
}
|
89
|
-
}
|
90
|
-
else {
|
91
|
-
this.clearErrors();
|
92
|
-
this.rawLambdaState.setLambda(emptyLambda);
|
93
|
-
}
|
94
|
-
}
|
95
|
-
*convertLambdaObjectToGrammarString(pretty) {
|
96
|
-
if (this.rawLambdaState.lambda.body) {
|
97
|
-
this.isConvertingLambdaToString = true;
|
98
|
-
try {
|
99
|
-
const lambdas = new Map();
|
100
|
-
lambdas.set(this.lambdaId, new RawLambda(this.rawLambdaState.lambda.parameters, this.rawLambdaState.lambda.body));
|
101
|
-
const isolatedLambdas = (yield this.queryBuilderState.graphManagerState.graphManager.lambdasToPureCode(lambdas, pretty));
|
102
|
-
const grammarText = isolatedLambdas.get(this.lambdaId);
|
103
|
-
this.setLambdaString(grammarText !== undefined
|
104
|
-
? this.extractLambdaString(grammarText)
|
105
|
-
: '');
|
106
|
-
this.clearErrors();
|
107
|
-
this.isConvertingLambdaToString = false;
|
108
|
-
}
|
109
|
-
catch (error) {
|
110
|
-
assertErrorThrown(error);
|
111
|
-
this.queryBuilderState.applicationStore.log.error(LogEvent.create(GRAPH_MANAGER_EVENT.PARSING_FAILURE), error);
|
112
|
-
this.isConvertingLambdaToString = false;
|
113
|
-
}
|
114
|
-
}
|
115
|
-
else {
|
116
|
-
this.clearErrors();
|
117
|
-
this.setLambdaString('');
|
118
|
-
}
|
119
|
-
}
|
120
|
-
openModal(mode) {
|
121
|
-
const rawLambda = this.queryBuilderState.buildQuery();
|
122
|
-
if (mode === QueryBuilderTextEditorMode.TEXT) {
|
123
|
-
this.setQueryRawLambdaState(new QueryBuilderRawLambdaState(rawLambda));
|
124
|
-
}
|
125
|
-
if (mode === QueryBuilderTextEditorMode.JSON) {
|
126
|
-
this.setLambdaJson(JSON.stringify(pruneSourceInformation(this.queryBuilderState.graphManagerState.graphManager.serializeRawValueSpecification(rawLambda)), null, TAB_SIZE));
|
127
|
-
}
|
128
|
-
this.setMode(mode);
|
129
|
-
}
|
130
|
-
*closeModal() {
|
131
|
-
if (this.mode === QueryBuilderTextEditorMode.TEXT) {
|
132
|
-
yield flowResult(this.convertLambdaGrammarStringToObject());
|
133
|
-
if (this.parserError) {
|
134
|
-
this.queryBuilderState.applicationStore.notifyError(`Can't parse query. Please fix error before closing: ${this.parserError.message}`);
|
135
|
-
}
|
136
|
-
else {
|
137
|
-
this.queryBuilderState.initialize(this.rawLambdaState.lambda);
|
138
|
-
this.setMode(undefined);
|
139
|
-
}
|
140
|
-
return;
|
141
|
-
}
|
142
|
-
this.setMode(undefined);
|
143
|
-
}
|
144
|
-
}
|
145
|
-
//# sourceMappingURL=QueryBuilderTextEditorState.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderTextEditorState.js","sourceRoot":"","sources":["../../../src/stores/query-builder/QueryBuilderTextEditorState.ts"],"names":[],"mappings":"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"}
|
@@ -1,24 +0,0 @@
|
|
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 { type AbstractPropertyExpression, type ExecutionResult, type ValueSpecification, type RawLambda } from '@finos/legend-graph';
|
17
|
-
import type { QueryBuilderAggregateColumnState } from './fetch-structure/projection/aggregation/QueryBuilderAggregationState.js';
|
18
|
-
import { QueryBuilderProjectionColumnState } from './fetch-structure/projection/QueryBuilderProjectionColumnState.js';
|
19
|
-
import type { QueryBuilderState } from './QueryBuilderState.js';
|
20
|
-
export declare const buildPropertyTypeaheadQuery: (queryBuilderState: QueryBuilderState, propertyExpression: AbstractPropertyExpression, value: ValueSpecification | undefined) => RawLambda;
|
21
|
-
export declare const buildProjectionColumnTypeaheadQuery: (queryBuilderState: QueryBuilderState, columnState: QueryBuilderProjectionColumnState | QueryBuilderAggregateColumnState, value: ValueSpecification | undefined) => RawLambda;
|
22
|
-
export declare const buildTypeaheadOptions: (result: ExecutionResult) => string[];
|
23
|
-
export declare const performTypeahead: (val: ValueSpecification | undefined) => boolean;
|
24
|
-
//# sourceMappingURL=QueryBuilderTypeaheadHelper.d.ts.map
|