@finos/legend-application-query 6.0.0 → 7.0.1
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,571 +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
|
-
|
17
|
-
import {
|
18
|
-
assertNonNullable,
|
19
|
-
assertTrue,
|
20
|
-
assertType,
|
21
|
-
filterByType,
|
22
|
-
guaranteeType,
|
23
|
-
returnUndefOnError,
|
24
|
-
} from '@finos/legend-shared';
|
25
|
-
import {
|
26
|
-
type V1_GraphBuilderContext,
|
27
|
-
type V1_ProcessingContext,
|
28
|
-
type V1_ValueSpecification,
|
29
|
-
type ValueSpecification,
|
30
|
-
type SimpleFunctionExpression,
|
31
|
-
V1_buildBaseSimpleFunctionExpression,
|
32
|
-
V1_buildGenericFunctionExpression,
|
33
|
-
extractElementNameFromPath,
|
34
|
-
V1_AppliedProperty,
|
35
|
-
CollectionInstanceValue,
|
36
|
-
Multiplicity,
|
37
|
-
INTERNAL__UnknownValueSpecification,
|
38
|
-
V1_Variable,
|
39
|
-
V1_serializeValueSpecification,
|
40
|
-
GenericType,
|
41
|
-
GenericTypeExplicitReference,
|
42
|
-
matchFunctionName,
|
43
|
-
InstanceValue,
|
44
|
-
V1_AppliedFunction,
|
45
|
-
V1_Collection,
|
46
|
-
V1_Lambda,
|
47
|
-
V1_ValueSpecificationBuilder,
|
48
|
-
AbstractPropertyExpression,
|
49
|
-
TYPICAL_MULTIPLICITY_TYPE,
|
50
|
-
VariableExpression,
|
51
|
-
CORE_PURE_PATH,
|
52
|
-
} from '@finos/legend-graph';
|
53
|
-
import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../QueryBuilderSupportedFunctions.js';
|
54
|
-
|
55
|
-
const buildProjectionColumnLambda = (
|
56
|
-
valueSpecification: V1_ValueSpecification,
|
57
|
-
openVariables: string[],
|
58
|
-
compileContext: V1_GraphBuilderContext,
|
59
|
-
processingContext: V1_ProcessingContext,
|
60
|
-
): ValueSpecification => {
|
61
|
-
assertType(
|
62
|
-
valueSpecification,
|
63
|
-
V1_Lambda,
|
64
|
-
`Can't build projection column: only support lambda`,
|
65
|
-
);
|
66
|
-
|
67
|
-
// lambda parameter
|
68
|
-
assertTrue(
|
69
|
-
valueSpecification.parameters.length === 1,
|
70
|
-
`Can't build projection column: only support lambda with 1 parameter`,
|
71
|
-
);
|
72
|
-
const columnLambdaParameter = guaranteeType(
|
73
|
-
valueSpecification.parameters[0],
|
74
|
-
V1_Variable,
|
75
|
-
`Can't build projection column: only support lambda with 1 parameter`,
|
76
|
-
);
|
77
|
-
|
78
|
-
// lambda body
|
79
|
-
assertTrue(
|
80
|
-
valueSpecification.body.length === 1,
|
81
|
-
`Can't build projection column: only support lambda body with 1 expression`,
|
82
|
-
);
|
83
|
-
let currentPropertyExpression: V1_ValueSpecification = valueSpecification
|
84
|
-
.body[0] as V1_ValueSpecification;
|
85
|
-
assertType(
|
86
|
-
currentPropertyExpression,
|
87
|
-
V1_AppliedProperty,
|
88
|
-
`Can't build projection column: only support lambda body as property expression`,
|
89
|
-
);
|
90
|
-
while (currentPropertyExpression instanceof V1_AppliedProperty) {
|
91
|
-
assertTrue(
|
92
|
-
currentPropertyExpression.parameters.length >= 1,
|
93
|
-
`Can't build projection column: only support lambda body as property expression`,
|
94
|
-
);
|
95
|
-
currentPropertyExpression = currentPropertyExpression
|
96
|
-
.parameters[0] as V1_ValueSpecification;
|
97
|
-
// Take care of chains of subtype (a pattern that is not useful, but we want to support and rectify)
|
98
|
-
// $x.employees->subType(@Person)->subType(@Staff)
|
99
|
-
while (
|
100
|
-
currentPropertyExpression instanceof V1_AppliedFunction &&
|
101
|
-
matchFunctionName(
|
102
|
-
currentPropertyExpression.function,
|
103
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.SUBTYPE,
|
104
|
-
)
|
105
|
-
) {
|
106
|
-
currentPropertyExpression = currentPropertyExpression
|
107
|
-
.parameters[0] as V1_ValueSpecification;
|
108
|
-
}
|
109
|
-
}
|
110
|
-
// check lambda variable and parameter match
|
111
|
-
assertType(
|
112
|
-
currentPropertyExpression,
|
113
|
-
V1_Variable,
|
114
|
-
`Can't build projection column: only support lambda body as property expression`,
|
115
|
-
);
|
116
|
-
assertTrue(
|
117
|
-
columnLambdaParameter.name === currentPropertyExpression.name,
|
118
|
-
`Can't build column lambda: expects variable used in lambda body '${currentPropertyExpression.name}' to match lambda parameter '${columnLambdaParameter.name}'`,
|
119
|
-
);
|
120
|
-
return valueSpecification.accept_ValueSpecificationVisitor(
|
121
|
-
new V1_ValueSpecificationBuilder(
|
122
|
-
compileContext,
|
123
|
-
processingContext,
|
124
|
-
openVariables,
|
125
|
-
),
|
126
|
-
);
|
127
|
-
};
|
128
|
-
|
129
|
-
const buildAggregationExpression = (
|
130
|
-
valueSpecification: V1_ValueSpecification,
|
131
|
-
openVariables: string[],
|
132
|
-
compileContext: V1_GraphBuilderContext,
|
133
|
-
processingContext: V1_ProcessingContext,
|
134
|
-
): ValueSpecification => {
|
135
|
-
assertType(
|
136
|
-
valueSpecification,
|
137
|
-
V1_AppliedFunction,
|
138
|
-
`Can't build aggregation: only support function`,
|
139
|
-
);
|
140
|
-
assertTrue(
|
141
|
-
matchFunctionName(
|
142
|
-
valueSpecification.function,
|
143
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_AGG,
|
144
|
-
),
|
145
|
-
`Can't build aggregation: only support agg()`,
|
146
|
-
);
|
147
|
-
|
148
|
-
assertTrue(
|
149
|
-
valueSpecification.parameters.length === 2,
|
150
|
-
`Can't build agg() expression: agg() expects 2 arguments`,
|
151
|
-
);
|
152
|
-
|
153
|
-
// column lambda
|
154
|
-
const columnLambda = guaranteeType(
|
155
|
-
valueSpecification.parameters[0],
|
156
|
-
V1_Lambda,
|
157
|
-
`Can't build agg() expression: agg() expects argument #1 as a lambda`,
|
158
|
-
);
|
159
|
-
const processedColumnLambda =
|
160
|
-
returnUndefOnError(() =>
|
161
|
-
buildProjectionColumnLambda(
|
162
|
-
columnLambda,
|
163
|
-
openVariables,
|
164
|
-
compileContext,
|
165
|
-
processingContext,
|
166
|
-
),
|
167
|
-
) ??
|
168
|
-
new INTERNAL__UnknownValueSpecification(
|
169
|
-
V1_serializeValueSpecification(columnLambda),
|
170
|
-
);
|
171
|
-
|
172
|
-
// aggregate lambda
|
173
|
-
const aggregateLambda = guaranteeType(
|
174
|
-
valueSpecification.parameters[1],
|
175
|
-
V1_Lambda,
|
176
|
-
);
|
177
|
-
const processedAggregateLambda =
|
178
|
-
aggregateLambda.accept_ValueSpecificationVisitor(
|
179
|
-
new V1_ValueSpecificationBuilder(
|
180
|
-
compileContext,
|
181
|
-
processingContext,
|
182
|
-
openVariables,
|
183
|
-
),
|
184
|
-
);
|
185
|
-
|
186
|
-
return V1_buildBaseSimpleFunctionExpression(
|
187
|
-
[processedColumnLambda, processedAggregateLambda],
|
188
|
-
extractElementNameFromPath(QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_AGG),
|
189
|
-
compileContext,
|
190
|
-
);
|
191
|
-
};
|
192
|
-
|
193
|
-
export const V1_buildGetAllFunctionExpression = (
|
194
|
-
functionName: string,
|
195
|
-
parameters: V1_ValueSpecification[],
|
196
|
-
openVariables: string[],
|
197
|
-
compileContext: V1_GraphBuilderContext,
|
198
|
-
processingContext: V1_ProcessingContext,
|
199
|
-
): [SimpleFunctionExpression, ValueSpecification[]] => {
|
200
|
-
const [expression, processedParams] = V1_buildGenericFunctionExpression(
|
201
|
-
functionName,
|
202
|
-
parameters,
|
203
|
-
openVariables,
|
204
|
-
compileContext,
|
205
|
-
processingContext,
|
206
|
-
);
|
207
|
-
const precedingExpression = expression.parametersValues[0];
|
208
|
-
|
209
|
-
assertType(
|
210
|
-
precedingExpression,
|
211
|
-
InstanceValue,
|
212
|
-
`Can't build getAll() expression: only support getAll() immediately following a class`,
|
213
|
-
);
|
214
|
-
expression.genericType = precedingExpression.genericType;
|
215
|
-
expression.multiplicity = precedingExpression.multiplicity;
|
216
|
-
return [expression, processedParams];
|
217
|
-
};
|
218
|
-
|
219
|
-
export const V1_buildExistsFunctionExpression = (
|
220
|
-
functionName: string,
|
221
|
-
parameters: V1_ValueSpecification[],
|
222
|
-
openVariables: string[],
|
223
|
-
compileContext: V1_GraphBuilderContext,
|
224
|
-
processingContext: V1_ProcessingContext,
|
225
|
-
): [SimpleFunctionExpression, ValueSpecification[]] => {
|
226
|
-
assertTrue(
|
227
|
-
parameters.length === 2,
|
228
|
-
`Can't build exists() expression: exists() expects 1 argument`,
|
229
|
-
);
|
230
|
-
|
231
|
-
const precedingExpression = (
|
232
|
-
parameters[0] as V1_ValueSpecification
|
233
|
-
).accept_ValueSpecificationVisitor(
|
234
|
-
new V1_ValueSpecificationBuilder(
|
235
|
-
compileContext,
|
236
|
-
processingContext,
|
237
|
-
openVariables,
|
238
|
-
),
|
239
|
-
);
|
240
|
-
precedingExpression.genericType = guaranteeType(
|
241
|
-
precedingExpression,
|
242
|
-
AbstractPropertyExpression,
|
243
|
-
).func.genericType;
|
244
|
-
const lambda = parameters[1];
|
245
|
-
if (lambda instanceof V1_Lambda) {
|
246
|
-
lambda.parameters.forEach((variable): void => {
|
247
|
-
if (variable.name && !variable.class) {
|
248
|
-
const variableExpression = new VariableExpression(
|
249
|
-
variable.name,
|
250
|
-
compileContext.graph.getTypicalMultiplicity(
|
251
|
-
TYPICAL_MULTIPLICITY_TYPE.ONE,
|
252
|
-
),
|
253
|
-
);
|
254
|
-
variableExpression.genericType = precedingExpression.genericType;
|
255
|
-
processingContext.addInferredVariables(
|
256
|
-
variable.name,
|
257
|
-
variableExpression,
|
258
|
-
);
|
259
|
-
}
|
260
|
-
});
|
261
|
-
}
|
262
|
-
const processedParameters = [
|
263
|
-
precedingExpression,
|
264
|
-
(parameters[1] as V1_ValueSpecification).accept_ValueSpecificationVisitor(
|
265
|
-
new V1_ValueSpecificationBuilder(
|
266
|
-
compileContext,
|
267
|
-
processingContext,
|
268
|
-
openVariables,
|
269
|
-
),
|
270
|
-
),
|
271
|
-
];
|
272
|
-
const expression = V1_buildBaseSimpleFunctionExpression(
|
273
|
-
processedParameters,
|
274
|
-
functionName,
|
275
|
-
compileContext,
|
276
|
-
);
|
277
|
-
return [expression, processedParameters];
|
278
|
-
};
|
279
|
-
|
280
|
-
export const V1_buildFilterFunctionExpression = (
|
281
|
-
functionName: string,
|
282
|
-
parameters: V1_ValueSpecification[],
|
283
|
-
openVariables: string[],
|
284
|
-
compileContext: V1_GraphBuilderContext,
|
285
|
-
processingContext: V1_ProcessingContext,
|
286
|
-
): [SimpleFunctionExpression, ValueSpecification[]] => {
|
287
|
-
assertTrue(
|
288
|
-
parameters.length === 2,
|
289
|
-
`Can't build filter() expression: filter() expects 1 argument`,
|
290
|
-
);
|
291
|
-
const precedingExpression = (
|
292
|
-
parameters[0] as V1_ValueSpecification
|
293
|
-
).accept_ValueSpecificationVisitor(
|
294
|
-
new V1_ValueSpecificationBuilder(
|
295
|
-
compileContext,
|
296
|
-
processingContext,
|
297
|
-
openVariables,
|
298
|
-
),
|
299
|
-
);
|
300
|
-
if (precedingExpression.genericType) {
|
301
|
-
const lambda = parameters[1];
|
302
|
-
if (lambda instanceof V1_Lambda) {
|
303
|
-
lambda.parameters.forEach((variable): void => {
|
304
|
-
if (variable.name && !variable.class) {
|
305
|
-
const variableExpression = new VariableExpression(
|
306
|
-
variable.name,
|
307
|
-
precedingExpression.multiplicity,
|
308
|
-
);
|
309
|
-
variableExpression.genericType = precedingExpression.genericType;
|
310
|
-
processingContext.addInferredVariables(
|
311
|
-
variable.name,
|
312
|
-
variableExpression,
|
313
|
-
);
|
314
|
-
}
|
315
|
-
});
|
316
|
-
}
|
317
|
-
}
|
318
|
-
const processedParams = [
|
319
|
-
precedingExpression,
|
320
|
-
(parameters[1] as V1_ValueSpecification).accept_ValueSpecificationVisitor(
|
321
|
-
new V1_ValueSpecificationBuilder(
|
322
|
-
compileContext,
|
323
|
-
processingContext,
|
324
|
-
openVariables,
|
325
|
-
),
|
326
|
-
),
|
327
|
-
];
|
328
|
-
const expression = V1_buildBaseSimpleFunctionExpression(
|
329
|
-
processedParams,
|
330
|
-
functionName,
|
331
|
-
compileContext,
|
332
|
-
);
|
333
|
-
|
334
|
-
// return type of filter() is the same as that of the function precedes it
|
335
|
-
expression.genericType = precedingExpression.genericType;
|
336
|
-
expression.multiplicity = precedingExpression.multiplicity;
|
337
|
-
return [expression, processedParams];
|
338
|
-
};
|
339
|
-
|
340
|
-
export const V1_buildProjectFunctionExpression = (
|
341
|
-
functionName: string,
|
342
|
-
parameters: V1_ValueSpecification[],
|
343
|
-
openVariables: string[],
|
344
|
-
compileContext: V1_GraphBuilderContext,
|
345
|
-
processingContext: V1_ProcessingContext,
|
346
|
-
): [SimpleFunctionExpression, ValueSpecification[]] => {
|
347
|
-
assertTrue(
|
348
|
-
parameters.length === 3,
|
349
|
-
`Can't build project() expression: project() expects 2 arguments`,
|
350
|
-
);
|
351
|
-
|
352
|
-
let topLevelLambdaParameters: V1_Variable[] = [];
|
353
|
-
const precedingExperession = (
|
354
|
-
parameters[0] as V1_ValueSpecification
|
355
|
-
).accept_ValueSpecificationVisitor(
|
356
|
-
new V1_ValueSpecificationBuilder(
|
357
|
-
compileContext,
|
358
|
-
processingContext,
|
359
|
-
openVariables,
|
360
|
-
),
|
361
|
-
);
|
362
|
-
assertNonNullable(
|
363
|
-
precedingExperession.genericType,
|
364
|
-
`Can't build project() expression: preceding expression return type is missing`,
|
365
|
-
);
|
366
|
-
|
367
|
-
const columnExpressions = parameters[1];
|
368
|
-
assertType(
|
369
|
-
columnExpressions,
|
370
|
-
V1_Collection,
|
371
|
-
`Can't build project() expression: project() expects argument #1 to be a collection`,
|
372
|
-
);
|
373
|
-
topLevelLambdaParameters = columnExpressions.values
|
374
|
-
.filter(filterByType(V1_Lambda))
|
375
|
-
.map((lambda) => lambda.parameters)
|
376
|
-
.flat();
|
377
|
-
|
378
|
-
const variables = new Set<string>();
|
379
|
-
// Make sure top-level lambdas have their lambda parameter types set properly
|
380
|
-
topLevelLambdaParameters.forEach((variable) => {
|
381
|
-
if (!variables.has(variable.name) && !variable.class) {
|
382
|
-
const variableExpression = new VariableExpression(
|
383
|
-
variable.name,
|
384
|
-
precedingExperession.multiplicity,
|
385
|
-
);
|
386
|
-
variableExpression.genericType = precedingExperession.genericType;
|
387
|
-
processingContext.addInferredVariables(variable.name, variableExpression);
|
388
|
-
}
|
389
|
-
});
|
390
|
-
|
391
|
-
// build column expressions taking into account of derivation
|
392
|
-
const processedColumnExpressions = new CollectionInstanceValue(
|
393
|
-
new Multiplicity(
|
394
|
-
columnExpressions.multiplicity.lowerBound,
|
395
|
-
columnExpressions.multiplicity.upperBound,
|
396
|
-
),
|
397
|
-
);
|
398
|
-
processedColumnExpressions.values = columnExpressions.values.map((value) => {
|
399
|
-
try {
|
400
|
-
return buildProjectionColumnLambda(
|
401
|
-
value,
|
402
|
-
openVariables,
|
403
|
-
compileContext,
|
404
|
-
processingContext,
|
405
|
-
);
|
406
|
-
} catch {
|
407
|
-
return new INTERNAL__UnknownValueSpecification(
|
408
|
-
V1_serializeValueSpecification(value),
|
409
|
-
);
|
410
|
-
}
|
411
|
-
});
|
412
|
-
|
413
|
-
const processedParams = [
|
414
|
-
precedingExperession,
|
415
|
-
processedColumnExpressions,
|
416
|
-
(parameters[2] as V1_ValueSpecification).accept_ValueSpecificationVisitor(
|
417
|
-
new V1_ValueSpecificationBuilder(
|
418
|
-
compileContext,
|
419
|
-
processingContext,
|
420
|
-
openVariables,
|
421
|
-
),
|
422
|
-
),
|
423
|
-
];
|
424
|
-
const expression = V1_buildBaseSimpleFunctionExpression(
|
425
|
-
processedParams,
|
426
|
-
functionName,
|
427
|
-
compileContext,
|
428
|
-
);
|
429
|
-
expression.genericType = GenericTypeExplicitReference.create(
|
430
|
-
new GenericType(compileContext.resolveType(CORE_PURE_PATH.TDS_ROW).value),
|
431
|
-
);
|
432
|
-
return [expression, processedParams];
|
433
|
-
};
|
434
|
-
|
435
|
-
export const V1_buildGroupByFunctionExpression = (
|
436
|
-
functionName: string,
|
437
|
-
parameters: V1_ValueSpecification[],
|
438
|
-
openVariables: string[],
|
439
|
-
compileContext: V1_GraphBuilderContext,
|
440
|
-
processingContext: V1_ProcessingContext,
|
441
|
-
): [SimpleFunctionExpression, ValueSpecification[]] => {
|
442
|
-
let topLevelLambdaParameters: V1_Variable[] = [];
|
443
|
-
assertTrue(
|
444
|
-
parameters.length === 4,
|
445
|
-
`Can't build groupBy() expression: groupBy() expects 3 arguments`,
|
446
|
-
);
|
447
|
-
|
448
|
-
const precedingExperession = (
|
449
|
-
parameters[0] as V1_ValueSpecification
|
450
|
-
).accept_ValueSpecificationVisitor(
|
451
|
-
new V1_ValueSpecificationBuilder(
|
452
|
-
compileContext,
|
453
|
-
processingContext,
|
454
|
-
openVariables,
|
455
|
-
),
|
456
|
-
);
|
457
|
-
assertNonNullable(
|
458
|
-
precedingExperession.genericType,
|
459
|
-
`Can't build groupBy() expression: preceding expression return type is missing`,
|
460
|
-
);
|
461
|
-
|
462
|
-
// normal columns
|
463
|
-
const columnExpressions = parameters[1];
|
464
|
-
assertType(
|
465
|
-
columnExpressions,
|
466
|
-
V1_Collection,
|
467
|
-
`Can't build groupBy() expression: groupBy() expects argument #1 to be a collection`,
|
468
|
-
);
|
469
|
-
topLevelLambdaParameters = columnExpressions.values
|
470
|
-
.filter(filterByType(V1_Lambda))
|
471
|
-
.map((lambda) => lambda.parameters)
|
472
|
-
.flat();
|
473
|
-
|
474
|
-
// aggregation columns
|
475
|
-
const aggregationExpressions = parameters[2];
|
476
|
-
assertType(
|
477
|
-
aggregationExpressions,
|
478
|
-
V1_Collection,
|
479
|
-
`Can't build groupBy() expression: groupBy() expects argument #2 to be a collection`,
|
480
|
-
);
|
481
|
-
topLevelLambdaParameters = topLevelLambdaParameters.concat(
|
482
|
-
aggregationExpressions.values
|
483
|
-
.filter(
|
484
|
-
(value: V1_ValueSpecification): value is V1_AppliedFunction =>
|
485
|
-
value instanceof V1_AppliedFunction &&
|
486
|
-
matchFunctionName(
|
487
|
-
value.function,
|
488
|
-
QUERY_BUILDER_SUPPORTED_FUNCTIONS.TDS_AGG,
|
489
|
-
),
|
490
|
-
)
|
491
|
-
.map((value) => value.parameters)
|
492
|
-
.flat()
|
493
|
-
.filter(filterByType(V1_Lambda))
|
494
|
-
.map((lambda) => lambda.parameters)
|
495
|
-
.flat(),
|
496
|
-
);
|
497
|
-
|
498
|
-
// Make sure top-level lambdas have their lambda parameter types set properly
|
499
|
-
const variables = new Set<string>();
|
500
|
-
topLevelLambdaParameters.forEach((variable) => {
|
501
|
-
if (!variables.has(variable.name) && !variable.class) {
|
502
|
-
const variableExpression = new VariableExpression(
|
503
|
-
variable.name,
|
504
|
-
precedingExperession.multiplicity,
|
505
|
-
);
|
506
|
-
variableExpression.genericType = precedingExperession.genericType;
|
507
|
-
processingContext.addInferredVariables(variable.name, variableExpression);
|
508
|
-
}
|
509
|
-
});
|
510
|
-
|
511
|
-
// build column expressions taking into account of derivation
|
512
|
-
const processedColumnExpressions = new CollectionInstanceValue(
|
513
|
-
new Multiplicity(
|
514
|
-
columnExpressions.multiplicity.lowerBound,
|
515
|
-
columnExpressions.multiplicity.upperBound,
|
516
|
-
),
|
517
|
-
);
|
518
|
-
processedColumnExpressions.values = columnExpressions.values.map((value) => {
|
519
|
-
try {
|
520
|
-
return buildProjectionColumnLambda(
|
521
|
-
value,
|
522
|
-
openVariables,
|
523
|
-
compileContext,
|
524
|
-
processingContext,
|
525
|
-
);
|
526
|
-
} catch {
|
527
|
-
return new INTERNAL__UnknownValueSpecification(
|
528
|
-
V1_serializeValueSpecification(value),
|
529
|
-
);
|
530
|
-
}
|
531
|
-
});
|
532
|
-
|
533
|
-
// build aggregation expressions taking into account of derivation
|
534
|
-
const processedAggregationExpressions = new CollectionInstanceValue(
|
535
|
-
new Multiplicity(
|
536
|
-
aggregationExpressions.multiplicity.lowerBound,
|
537
|
-
aggregationExpressions.multiplicity.upperBound,
|
538
|
-
),
|
539
|
-
);
|
540
|
-
processedAggregationExpressions.values = aggregationExpressions.values.map(
|
541
|
-
(value) =>
|
542
|
-
buildAggregationExpression(
|
543
|
-
value,
|
544
|
-
openVariables,
|
545
|
-
compileContext,
|
546
|
-
processingContext,
|
547
|
-
),
|
548
|
-
);
|
549
|
-
|
550
|
-
const processedParams = [
|
551
|
-
precedingExperession,
|
552
|
-
processedColumnExpressions,
|
553
|
-
processedAggregationExpressions,
|
554
|
-
(parameters[3] as V1_ValueSpecification).accept_ValueSpecificationVisitor(
|
555
|
-
new V1_ValueSpecificationBuilder(
|
556
|
-
compileContext,
|
557
|
-
processingContext,
|
558
|
-
openVariables,
|
559
|
-
),
|
560
|
-
),
|
561
|
-
];
|
562
|
-
const expression = V1_buildBaseSimpleFunctionExpression(
|
563
|
-
processedParams,
|
564
|
-
functionName,
|
565
|
-
compileContext,
|
566
|
-
);
|
567
|
-
expression.genericType = GenericTypeExplicitReference.create(
|
568
|
-
new GenericType(compileContext.resolveType(CORE_PURE_PATH.TDS_ROW).value),
|
569
|
-
);
|
570
|
-
return [expression, processedParams];
|
571
|
-
};
|
package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.ts
DELETED
@@ -1,28 +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
|
-
|
17
|
-
import {
|
18
|
-
type SimpleFunctionExpression,
|
19
|
-
type Type,
|
20
|
-
InstanceValue,
|
21
|
-
} from '@finos/legend-graph';
|
22
|
-
|
23
|
-
export const V1_buildSubTypePropertyExpressionTypeInference = (
|
24
|
-
inferredVariable: SimpleFunctionExpression,
|
25
|
-
): Type | undefined =>
|
26
|
-
inferredVariable.parametersValues.filter(
|
27
|
-
(param) => param instanceof InstanceValue,
|
28
|
-
)[0]?.genericType?.value.rawType;
|