@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,32 +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 Type, type ValueSpecification, type SimpleFunctionExpression, type FunctionExpression } from '@finos/legend-graph';
|
17
|
-
import { QueryBuilderPostFilterOperator } from '../QueryBuilderPostFilterOperator.js';
|
18
|
-
import type { PostFilterConditionState, QueryBuilderPostFilterState } from '../QueryBuilderPostFilterState.js';
|
19
|
-
export declare class QueryBuilderPostFilterOperator_Equal extends QueryBuilderPostFilterOperator {
|
20
|
-
getLabel(): string;
|
21
|
-
isCompatibleWithType(type: Type): boolean;
|
22
|
-
isCompatibleWithConditionValue(postFilterConditionState: PostFilterConditionState): boolean;
|
23
|
-
getDefaultFilterConditionValue(postFilterConditionState: PostFilterConditionState): ValueSpecification;
|
24
|
-
buildPostFilterConditionExpression(postFilterConditionState: PostFilterConditionState): ValueSpecification | undefined;
|
25
|
-
buildPostFilterConditionState(postFilterState: QueryBuilderPostFilterState, expression: FunctionExpression): PostFilterConditionState | undefined;
|
26
|
-
}
|
27
|
-
export declare class QueryBuilderPostFilterOperator_NotEqual extends QueryBuilderPostFilterOperator_Equal {
|
28
|
-
getLabel(): string;
|
29
|
-
buildPostFilterConditionExpression(postFilterConditionState: PostFilterConditionState): ValueSpecification | undefined;
|
30
|
-
buildPostFilterConditionState(postFilterState: QueryBuilderPostFilterState, expression: SimpleFunctionExpression): PostFilterConditionState | undefined;
|
31
|
-
}
|
32
|
-
//# sourceMappingURL=QueryBuilderPostFilterOperator_Equal.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPostFilterOperator_Equal.d.ts","sourceRoot":"","sources":["../../../../../../../src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,IAAI,EACT,KAAK,kBAAkB,EAEvB,KAAK,wBAAwB,EAC7B,KAAK,kBAAkB,EAWxB,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAEtF,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,mCAAmC,CAAC;AAW3C,qBAAa,oCAAqC,SAAQ,8BAA8B;IACtF,QAAQ,IAAI,MAAM;IAIlB,oBAAoB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO;IAoBzC,8BAA8B,CAC5B,wBAAwB,EAAE,wBAAwB,GACjD,OAAO;IAaV,8BAA8B,CAC5B,wBAAwB,EAAE,wBAAwB,GACjD,kBAAkB;IA4DrB,kCAAkC,CAChC,wBAAwB,EAAE,wBAAwB,GACjD,kBAAkB,GAAG,SAAS;IAajC,6BAA6B,CAC3B,eAAe,EAAE,2BAA2B,EAC5C,UAAU,EAAE,kBAAkB,GAC7B,wBAAwB,GAAG,SAAS;CAcxC;AACD,qBAAa,uCAAwC,SAAQ,oCAAoC;IACtF,QAAQ,IAAI,MAAM;IAIlB,kCAAkC,CACzC,wBAAwB,EAAE,wBAAwB,GACjD,kBAAkB,GAAG,SAAS;IAaxB,6BAA6B,CACpC,eAAe,EAAE,2BAA2B,EAC5C,UAAU,EAAE,wBAAwB,GACnC,wBAAwB,GAAG,SAAS;CAMxC"}
|
@@ -1,118 +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 { AbstractPropertyExpression, Enumeration, EnumValueExplicitReference, EnumValueInstanceValue, GenericType, GenericTypeExplicitReference, PRIMITIVE_TYPE, TYPICAL_MULTIPLICITY_TYPE, SUPPORTED_FUNCTIONS, buildPrimitiveInstanceValue, } from '@finos/legend-graph';
|
17
|
-
import { guaranteeNonNullable, UnsupportedOperationError, } from '@finos/legend-shared';
|
18
|
-
import { QueryBuilderPostFilterOperator } from '../QueryBuilderPostFilterOperator.js';
|
19
|
-
import { buildPostFilterConditionState } from '../QueryBuilderPostFilterStateBuilder.js';
|
20
|
-
import { buildNotExpression, generateDefaultValueForPrimitiveType, getNonCollectionValueSpecificationType, isTypeCompatibleForAssignment, unwrapNotExpression, } from '../../../../QueryBuilderValueSpecificationHelper.js';
|
21
|
-
import { buildPostFilterConditionExpression } from './QueryBuilderPostFilterOperatorHelper.js';
|
22
|
-
import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../../../graphManager/QueryBuilderSupportedFunctions.js';
|
23
|
-
export class QueryBuilderPostFilterOperator_Equal extends QueryBuilderPostFilterOperator {
|
24
|
-
getLabel() {
|
25
|
-
return 'is';
|
26
|
-
}
|
27
|
-
isCompatibleWithType(type) {
|
28
|
-
return ([
|
29
|
-
PRIMITIVE_TYPE.STRING,
|
30
|
-
PRIMITIVE_TYPE.BOOLEAN,
|
31
|
-
PRIMITIVE_TYPE.NUMBER,
|
32
|
-
PRIMITIVE_TYPE.INTEGER,
|
33
|
-
PRIMITIVE_TYPE.DECIMAL,
|
34
|
-
PRIMITIVE_TYPE.FLOAT,
|
35
|
-
PRIMITIVE_TYPE.DATE,
|
36
|
-
PRIMITIVE_TYPE.STRICTDATE,
|
37
|
-
PRIMITIVE_TYPE.DATETIME,
|
38
|
-
].includes(type.path) ||
|
39
|
-
// if the type is enumeration, make sure the enumeration has some value
|
40
|
-
(type instanceof Enumeration && type.values.length > 0));
|
41
|
-
}
|
42
|
-
isCompatibleWithConditionValue(postFilterConditionState) {
|
43
|
-
const valueSpecification = postFilterConditionState.value;
|
44
|
-
if (valueSpecification) {
|
45
|
-
return isTypeCompatibleForAssignment(getNonCollectionValueSpecificationType(valueSpecification), guaranteeNonNullable(postFilterConditionState.columnState.getReturnType()));
|
46
|
-
}
|
47
|
-
return false;
|
48
|
-
}
|
49
|
-
getDefaultFilterConditionValue(postFilterConditionState) {
|
50
|
-
const propertyType = guaranteeNonNullable(postFilterConditionState.columnState.getReturnType());
|
51
|
-
switch (propertyType.path) {
|
52
|
-
case PRIMITIVE_TYPE.STRING:
|
53
|
-
case PRIMITIVE_TYPE.BOOLEAN:
|
54
|
-
case PRIMITIVE_TYPE.STRICTDATE:
|
55
|
-
case PRIMITIVE_TYPE.DATETIME:
|
56
|
-
case PRIMITIVE_TYPE.NUMBER:
|
57
|
-
case PRIMITIVE_TYPE.DECIMAL:
|
58
|
-
case PRIMITIVE_TYPE.FLOAT:
|
59
|
-
case PRIMITIVE_TYPE.INTEGER: {
|
60
|
-
return buildPrimitiveInstanceValue(postFilterConditionState.postFilterState.projectionState
|
61
|
-
.queryBuilderState.graphManagerState.graph, propertyType.path, generateDefaultValueForPrimitiveType(propertyType.path));
|
62
|
-
}
|
63
|
-
case PRIMITIVE_TYPE.DATE: {
|
64
|
-
return buildPrimitiveInstanceValue(postFilterConditionState.postFilterState.projectionState
|
65
|
-
.queryBuilderState.graphManagerState.graph, PRIMITIVE_TYPE.STRICTDATE, generateDefaultValueForPrimitiveType(propertyType.path));
|
66
|
-
}
|
67
|
-
default:
|
68
|
-
if (propertyType instanceof Enumeration) {
|
69
|
-
if (propertyType.values.length > 0) {
|
70
|
-
const multiplicityOne = postFilterConditionState.postFilterState.projectionState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(TYPICAL_MULTIPLICITY_TYPE.ONE);
|
71
|
-
const enumValueInstanceValue = new EnumValueInstanceValue(GenericTypeExplicitReference.create(new GenericType(propertyType)), multiplicityOne);
|
72
|
-
enumValueInstanceValue.values = [
|
73
|
-
EnumValueExplicitReference.create(propertyType.values[0]),
|
74
|
-
];
|
75
|
-
return enumValueInstanceValue;
|
76
|
-
}
|
77
|
-
throw new UnsupportedOperationError(`Can't get default value for post-filter operator '${this.getLabel()}' since enumeration '${propertyType.path}' has no value`);
|
78
|
-
}
|
79
|
-
throw new UnsupportedOperationError(`Can't get default value for post-filter operator '${this.getLabel()}' when the LHS property is of type '${propertyType.path}'`);
|
80
|
-
}
|
81
|
-
}
|
82
|
-
buildPostFilterConditionExpression(postFilterConditionState) {
|
83
|
-
return buildPostFilterConditionExpression(postFilterConditionState, this, postFilterConditionState.columnState.getReturnType()?.path ===
|
84
|
-
PRIMITIVE_TYPE.DATETIME &&
|
85
|
-
postFilterConditionState.value?.genericType?.value.rawType.path !==
|
86
|
-
PRIMITIVE_TYPE.DATETIME
|
87
|
-
? SUPPORTED_FUNCTIONS.IS_ON_DAY
|
88
|
-
: QUERY_BUILDER_SUPPORTED_FUNCTIONS.EQUAL);
|
89
|
-
}
|
90
|
-
buildPostFilterConditionState(postFilterState, expression) {
|
91
|
-
return buildPostFilterConditionState(postFilterState, expression, expression.parametersValues[0] instanceof AbstractPropertyExpression &&
|
92
|
-
expression.parametersValues[0].func.genericType.value.rawType.path ===
|
93
|
-
PRIMITIVE_TYPE.DATETIME &&
|
94
|
-
expression.parametersValues[1]?.genericType?.value.rawType.path !==
|
95
|
-
PRIMITIVE_TYPE.DATETIME
|
96
|
-
? SUPPORTED_FUNCTIONS.IS_ON_DAY
|
97
|
-
: QUERY_BUILDER_SUPPORTED_FUNCTIONS.EQUAL, this);
|
98
|
-
}
|
99
|
-
}
|
100
|
-
export class QueryBuilderPostFilterOperator_NotEqual extends QueryBuilderPostFilterOperator_Equal {
|
101
|
-
getLabel() {
|
102
|
-
return `is not`;
|
103
|
-
}
|
104
|
-
buildPostFilterConditionExpression(postFilterConditionState) {
|
105
|
-
const expression = super.buildPostFilterConditionExpression(postFilterConditionState);
|
106
|
-
return expression
|
107
|
-
? buildNotExpression(postFilterConditionState.postFilterState.projectionState
|
108
|
-
.queryBuilderState.graphManagerState.graph, expression)
|
109
|
-
: undefined;
|
110
|
-
}
|
111
|
-
buildPostFilterConditionState(postFilterState, expression) {
|
112
|
-
const innerExpression = unwrapNotExpression(expression);
|
113
|
-
return innerExpression
|
114
|
-
? super.buildPostFilterConditionState(postFilterState, innerExpression)
|
115
|
-
: undefined;
|
116
|
-
}
|
117
|
-
}
|
118
|
-
//# sourceMappingURL=QueryBuilderPostFilterOperator_Equal.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPostFilterOperator_Equal.js","sourceRoot":"","sources":["../../../../../../../src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts"],"names":[],"mappings":"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"}
|
@@ -1,27 +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 Type, type ValueSpecification, type FunctionExpression } from '@finos/legend-graph';
|
17
|
-
import { QueryBuilderPostFilterOperator } from '../QueryBuilderPostFilterOperator.js';
|
18
|
-
import type { PostFilterConditionState, QueryBuilderPostFilterState } from '../QueryBuilderPostFilterState.js';
|
19
|
-
export declare class QueryBuilderPostFilterOperator_GreaterThan extends QueryBuilderPostFilterOperator {
|
20
|
-
getLabel(): string;
|
21
|
-
isCompatibleWithType(type: Type): boolean;
|
22
|
-
isCompatibleWithConditionValue(postFilterConditionState: PostFilterConditionState): boolean;
|
23
|
-
getDefaultFilterConditionValue(postFilterConditionState: PostFilterConditionState): ValueSpecification;
|
24
|
-
buildPostFilterConditionExpression(postFilterConditionState: PostFilterConditionState): ValueSpecification | undefined;
|
25
|
-
buildPostFilterConditionState(postFilterState: QueryBuilderPostFilterState, expression: FunctionExpression): PostFilterConditionState | undefined;
|
26
|
-
}
|
27
|
-
//# sourceMappingURL=QueryBuilderPostFilterOperator_GreaterThan.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPostFilterOperator_GreaterThan.d.ts","sourceRoot":"","sources":["../../../../../../../src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,IAAI,EACT,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EAKxB,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAEtF,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,mCAAmC,CAAC;AAS3C,qBAAa,0CAA2C,SAAQ,8BAA8B;IAC5F,QAAQ,IAAI,MAAM;IAIlB,oBAAoB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO;IAczC,8BAA8B,CAC5B,wBAAwB,EAAE,wBAAwB,GACjD,OAAO;IAWV,8BAA8B,CAC5B,wBAAwB,EAAE,wBAAwB,GACjD,kBAAkB;IAiCrB,kCAAkC,CAChC,wBAAwB,EAAE,wBAAwB,GACjD,kBAAkB,GAAG,SAAS;IAajC,6BAA6B,CAC3B,eAAe,EAAE,2BAA2B,EAC5C,UAAU,EAAE,kBAAkB,GAC7B,wBAAwB,GAAG,SAAS;CAcxC"}
|
@@ -1,81 +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 { AbstractPropertyExpression, PRIMITIVE_TYPE, SUPPORTED_FUNCTIONS, buildPrimitiveInstanceValue, } from '@finos/legend-graph';
|
17
|
-
import { guaranteeNonNullable, UnsupportedOperationError, } from '@finos/legend-shared';
|
18
|
-
import { QueryBuilderPostFilterOperator } from '../QueryBuilderPostFilterOperator.js';
|
19
|
-
import { buildPostFilterConditionState } from '../QueryBuilderPostFilterStateBuilder.js';
|
20
|
-
import { generateDefaultValueForPrimitiveType, getNonCollectionValueSpecificationType, isTypeCompatibleForAssignment, } from '../../../../QueryBuilderValueSpecificationHelper.js';
|
21
|
-
import { buildPostFilterConditionExpression } from './QueryBuilderPostFilterOperatorHelper.js';
|
22
|
-
import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../../../graphManager/QueryBuilderSupportedFunctions.js';
|
23
|
-
export class QueryBuilderPostFilterOperator_GreaterThan extends QueryBuilderPostFilterOperator {
|
24
|
-
getLabel() {
|
25
|
-
return '>';
|
26
|
-
}
|
27
|
-
isCompatibleWithType(type) {
|
28
|
-
return [
|
29
|
-
PRIMITIVE_TYPE.NUMBER,
|
30
|
-
PRIMITIVE_TYPE.INTEGER,
|
31
|
-
PRIMITIVE_TYPE.DECIMAL,
|
32
|
-
PRIMITIVE_TYPE.FLOAT,
|
33
|
-
PRIMITIVE_TYPE.DATE,
|
34
|
-
PRIMITIVE_TYPE.STRICTDATE,
|
35
|
-
PRIMITIVE_TYPE.DATETIME,
|
36
|
-
].includes(type.path);
|
37
|
-
}
|
38
|
-
isCompatibleWithConditionValue(postFilterConditionState) {
|
39
|
-
return isTypeCompatibleForAssignment(postFilterConditionState.value
|
40
|
-
? getNonCollectionValueSpecificationType(postFilterConditionState.value)
|
41
|
-
: undefined, guaranteeNonNullable(postFilterConditionState.columnState.getReturnType()));
|
42
|
-
}
|
43
|
-
getDefaultFilterConditionValue(postFilterConditionState) {
|
44
|
-
const propertyType = postFilterConditionState.columnState.getReturnType();
|
45
|
-
switch (propertyType?.path) {
|
46
|
-
case PRIMITIVE_TYPE.NUMBER:
|
47
|
-
case PRIMITIVE_TYPE.DECIMAL:
|
48
|
-
case PRIMITIVE_TYPE.FLOAT:
|
49
|
-
case PRIMITIVE_TYPE.INTEGER:
|
50
|
-
case PRIMITIVE_TYPE.STRICTDATE:
|
51
|
-
case PRIMITIVE_TYPE.DATETIME: {
|
52
|
-
return buildPrimitiveInstanceValue(postFilterConditionState.postFilterState.projectionState
|
53
|
-
.queryBuilderState.graphManagerState.graph, propertyType.path, generateDefaultValueForPrimitiveType(propertyType.path));
|
54
|
-
}
|
55
|
-
case PRIMITIVE_TYPE.DATE: {
|
56
|
-
return buildPrimitiveInstanceValue(postFilterConditionState.postFilterState.projectionState
|
57
|
-
.queryBuilderState.graphManagerState.graph, PRIMITIVE_TYPE.STRICTDATE, generateDefaultValueForPrimitiveType(propertyType.path));
|
58
|
-
}
|
59
|
-
default:
|
60
|
-
throw new UnsupportedOperationError(`Can't get default value for post-filter operator '${this.getLabel()}' when the LHS property is of type '${propertyType?.path}'`);
|
61
|
-
}
|
62
|
-
}
|
63
|
-
buildPostFilterConditionExpression(postFilterConditionState) {
|
64
|
-
return buildPostFilterConditionExpression(postFilterConditionState, this, postFilterConditionState.columnState.getReturnType()?.path ===
|
65
|
-
PRIMITIVE_TYPE.DATETIME &&
|
66
|
-
postFilterConditionState.value?.genericType?.value.rawType.path !==
|
67
|
-
PRIMITIVE_TYPE.DATETIME
|
68
|
-
? SUPPORTED_FUNCTIONS.IS_AFTER_DAY
|
69
|
-
: QUERY_BUILDER_SUPPORTED_FUNCTIONS.GREATER_THAN);
|
70
|
-
}
|
71
|
-
buildPostFilterConditionState(postFilterState, expression) {
|
72
|
-
return buildPostFilterConditionState(postFilterState, expression, expression.parametersValues[0] instanceof AbstractPropertyExpression &&
|
73
|
-
expression.parametersValues[0].func.genericType.value.rawType.path ===
|
74
|
-
PRIMITIVE_TYPE.DATETIME &&
|
75
|
-
expression.parametersValues[1]?.genericType?.value.rawType.path !==
|
76
|
-
PRIMITIVE_TYPE.DATETIME
|
77
|
-
? SUPPORTED_FUNCTIONS.IS_AFTER_DAY
|
78
|
-
: QUERY_BUILDER_SUPPORTED_FUNCTIONS.GREATER_THAN, this);
|
79
|
-
}
|
80
|
-
}
|
81
|
-
//# sourceMappingURL=QueryBuilderPostFilterOperator_GreaterThan.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPostFilterOperator_GreaterThan.js","sourceRoot":"","sources":["../../../../../../../src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.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 FunctionExpression, type ValueSpecification } from '@finos/legend-graph';
|
17
|
-
import type { PostFilterConditionState, QueryBuilderPostFilterState } from '../QueryBuilderPostFilterState.js';
|
18
|
-
import { QueryBuilderPostFilterOperator_GreaterThan } from './QueryBuilderPostFilterOperator_GreaterThan.js';
|
19
|
-
export declare class QueryBuilderPostFilterOperator_GreaterThanEqual extends QueryBuilderPostFilterOperator_GreaterThan {
|
20
|
-
getLabel(): string;
|
21
|
-
buildPostFilterConditionExpression(postFilterConditionState: PostFilterConditionState): ValueSpecification | undefined;
|
22
|
-
buildPostFilterConditionState(postFilterState: QueryBuilderPostFilterState, expression: FunctionExpression): PostFilterConditionState | undefined;
|
23
|
-
}
|
24
|
-
//# sourceMappingURL=QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts","sourceRoot":"","sources":["../../../../../../../src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EAIxB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,0CAA0C,EAAE,MAAM,iDAAiD,CAAC;AAG7G,qBAAa,+CAAgD,SAAQ,0CAA0C;IACpG,QAAQ,IAAI,MAAM;IAIlB,kCAAkC,CACzC,wBAAwB,EAAE,wBAAwB,GACjD,kBAAkB,GAAG,SAAS;IAaxB,6BAA6B,CACpC,eAAe,EAAE,2BAA2B,EAC5C,UAAU,EAAE,kBAAkB,GAC7B,wBAAwB,GAAG,SAAS;CAcxC"}
|
@@ -1,43 +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 { AbstractPropertyExpression, PRIMITIVE_TYPE, SUPPORTED_FUNCTIONS, } from '@finos/legend-graph';
|
17
|
-
import { buildPostFilterConditionState } from '../QueryBuilderPostFilterStateBuilder.js';
|
18
|
-
import { buildPostFilterConditionExpression } from './QueryBuilderPostFilterOperatorHelper.js';
|
19
|
-
import { QueryBuilderPostFilterOperator_GreaterThan } from './QueryBuilderPostFilterOperator_GreaterThan.js';
|
20
|
-
import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../../../graphManager/QueryBuilderSupportedFunctions.js';
|
21
|
-
export class QueryBuilderPostFilterOperator_GreaterThanEqual extends QueryBuilderPostFilterOperator_GreaterThan {
|
22
|
-
getLabel() {
|
23
|
-
return '>=';
|
24
|
-
}
|
25
|
-
buildPostFilterConditionExpression(postFilterConditionState) {
|
26
|
-
return buildPostFilterConditionExpression(postFilterConditionState, this, postFilterConditionState.columnState.getReturnType()?.path ===
|
27
|
-
PRIMITIVE_TYPE.DATETIME &&
|
28
|
-
postFilterConditionState.value?.genericType?.value.rawType.path !==
|
29
|
-
PRIMITIVE_TYPE.DATETIME
|
30
|
-
? SUPPORTED_FUNCTIONS.IS_AFTER_DAY
|
31
|
-
: QUERY_BUILDER_SUPPORTED_FUNCTIONS.GREATER_THAN);
|
32
|
-
}
|
33
|
-
buildPostFilterConditionState(postFilterState, expression) {
|
34
|
-
return buildPostFilterConditionState(postFilterState, expression, expression.parametersValues[0] instanceof AbstractPropertyExpression &&
|
35
|
-
expression.parametersValues[0].func.genericType.value.rawType.path ===
|
36
|
-
PRIMITIVE_TYPE.DATETIME &&
|
37
|
-
expression.parametersValues[1]?.genericType?.value.rawType.path !==
|
38
|
-
PRIMITIVE_TYPE.DATETIME
|
39
|
-
? SUPPORTED_FUNCTIONS.IS_AFTER_DAY
|
40
|
-
: QUERY_BUILDER_SUPPORTED_FUNCTIONS.GREATER_THAN, this);
|
41
|
-
}
|
42
|
-
}
|
43
|
-
//# sourceMappingURL=QueryBuilderPostFilterOperator_GreaterThanEqual.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPostFilterOperator_GreaterThanEqual.js","sourceRoot":"","sources":["../../../../../../../src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAGL,0BAA0B,EAC1B,cAAc,EACd,mBAAmB,GACpB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,6BAA6B,EAAE,MAAM,0CAA0C,CAAC;AAKzF,OAAO,EAAE,kCAAkC,EAAE,MAAM,2CAA2C,CAAC;AAC/F,OAAO,EAAE,0CAA0C,EAAE,MAAM,iDAAiD,CAAC;AAC7G,OAAO,EAAE,iCAAiC,EAAE,MAAM,kEAAkE,CAAC;AAErH,MAAM,OAAO,+CAAgD,SAAQ,0CAA0C;IACpG,QAAQ;QACf,OAAO,IAAI,CAAC;IACd,CAAC;IAEQ,kCAAkC,CACzC,wBAAkD;QAElD,OAAO,kCAAkC,CACvC,wBAAwB,EACxB,IAAI,EACJ,wBAAwB,CAAC,WAAW,CAAC,aAAa,EAAE,EAAE,IAAI;YACxD,cAAc,CAAC,QAAQ;YACvB,wBAAwB,CAAC,KAAK,EAAE,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI;gBAC7D,cAAc,CAAC,QAAQ;YACzB,CAAC,CAAC,mBAAmB,CAAC,YAAY;YAClC,CAAC,CAAC,iCAAiC,CAAC,YAAY,CACnD,CAAC;IACJ,CAAC;IAEQ,6BAA6B,CACpC,eAA4C,EAC5C,UAA8B;QAE9B,OAAO,6BAA6B,CAClC,eAAe,EACf,UAAU,EACV,UAAU,CAAC,gBAAgB,CAAC,CAAC,CAAC,YAAY,0BAA0B;YAClE,UAAU,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI;gBAChE,cAAc,CAAC,QAAQ;YACzB,UAAU,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI;gBAC7D,cAAc,CAAC,QAAQ;YACzB,CAAC,CAAC,mBAAmB,CAAC,YAAY;YAClC,CAAC,CAAC,iCAAiC,CAAC,YAAY,EAClD,IAAI,CACL,CAAC;IACJ,CAAC;CACF"}
|
@@ -1,32 +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 Type, type ValueSpecification, type SimpleFunctionExpression, type FunctionExpression } from '@finos/legend-graph';
|
17
|
-
import { QueryBuilderPostFilterOperator } from '../QueryBuilderPostFilterOperator.js';
|
18
|
-
import type { PostFilterConditionState, QueryBuilderPostFilterState } from '../QueryBuilderPostFilterState.js';
|
19
|
-
export declare class QueryBuilderPostFilterOperator_In extends QueryBuilderPostFilterOperator {
|
20
|
-
getLabel(): string;
|
21
|
-
isCompatibleWithType(type: Type): boolean;
|
22
|
-
isCompatibleWithConditionValue(postFilterConditionState: PostFilterConditionState): boolean;
|
23
|
-
getDefaultFilterConditionValue(postFilterConditionState: PostFilterConditionState): ValueSpecification;
|
24
|
-
buildPostFilterConditionExpression(postFilterConditionState: PostFilterConditionState): ValueSpecification | undefined;
|
25
|
-
buildPostFilterConditionState(postFilterState: QueryBuilderPostFilterState, expression: FunctionExpression): PostFilterConditionState | undefined;
|
26
|
-
}
|
27
|
-
export declare class QueryBuilderPostFilterOperator_NotIn extends QueryBuilderPostFilterOperator_In {
|
28
|
-
getLabel(): string;
|
29
|
-
buildPostFilterConditionExpression(postFilterConditionState: PostFilterConditionState): ValueSpecification | undefined;
|
30
|
-
buildPostFilterConditionState(postFilterState: QueryBuilderPostFilterState, expression: SimpleFunctionExpression): PostFilterConditionState | undefined;
|
31
|
-
}
|
32
|
-
//# sourceMappingURL=QueryBuilderPostFilterOperator_In.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPostFilterOperator_In.d.ts","sourceRoot":"","sources":["../../../../../../../src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,IAAI,EACT,KAAK,kBAAkB,EACvB,KAAK,wBAAwB,EAC7B,KAAK,kBAAkB,EAQxB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAEtF,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,mCAAmC,CAAC;AAS3C,qBAAa,iCAAkC,SAAQ,8BAA8B;IACnF,QAAQ,IAAI,MAAM;IAIlB,oBAAoB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO;IAgBzC,8BAA8B,CAC5B,wBAAwB,EAAE,wBAAwB,GACjD,OAAO;IA+CV,8BAA8B,CAC5B,wBAAwB,EAAE,wBAAwB,GACjD,kBAAkB;IAcrB,kCAAkC,CAChC,wBAAwB,EAAE,wBAAwB,GACjD,kBAAkB,GAAG,SAAS;IAQjC,6BAA6B,CAC3B,eAAe,EAAE,2BAA2B,EAC5C,UAAU,EAAE,kBAAkB,GAC7B,wBAAwB,GAAG,SAAS;CAQxC;AAED,qBAAa,oCAAqC,SAAQ,iCAAiC;IAChF,QAAQ,IAAI,MAAM;IAIlB,kCAAkC,CACzC,wBAAwB,EAAE,wBAAwB,GACjD,kBAAkB,GAAG,SAAS;IAaxB,6BAA6B,CACpC,eAAe,EAAE,2BAA2B,EAC5C,UAAU,EAAE,wBAAwB,GACnC,wBAAwB,GAAG,SAAS;CAMxC"}
|
@@ -1,104 +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 { CollectionInstanceValue, Enumeration, PRIMITIVE_TYPE, VariableExpression, GenericTypeExplicitReference, GenericType, TYPICAL_MULTIPLICITY_TYPE, } from '@finos/legend-graph';
|
17
|
-
import { guaranteeNonNullable } from '@finos/legend-shared';
|
18
|
-
import { QueryBuilderPostFilterOperator } from '../QueryBuilderPostFilterOperator.js';
|
19
|
-
import { buildPostFilterConditionState } from '../QueryBuilderPostFilterStateBuilder.js';
|
20
|
-
import { buildPostFilterConditionExpression } from './QueryBuilderPostFilterOperatorHelper.js';
|
21
|
-
import { buildNotExpression, getCollectionValueSpecificationType, unwrapNotExpression, } from '../../../../QueryBuilderValueSpecificationHelper.js';
|
22
|
-
import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../../../graphManager/QueryBuilderSupportedFunctions.js';
|
23
|
-
export class QueryBuilderPostFilterOperator_In extends QueryBuilderPostFilterOperator {
|
24
|
-
getLabel() {
|
25
|
-
return 'is in';
|
26
|
-
}
|
27
|
-
isCompatibleWithType(type) {
|
28
|
-
return ([
|
29
|
-
PRIMITIVE_TYPE.STRING,
|
30
|
-
PRIMITIVE_TYPE.NUMBER,
|
31
|
-
PRIMITIVE_TYPE.INTEGER,
|
32
|
-
PRIMITIVE_TYPE.DECIMAL,
|
33
|
-
PRIMITIVE_TYPE.FLOAT,
|
34
|
-
].includes(type.path) ||
|
35
|
-
// TODO: do we care if the enumeration type has no value (like in the case of `==` operator)?
|
36
|
-
type instanceof Enumeration);
|
37
|
-
}
|
38
|
-
isCompatibleWithConditionValue(postFilterConditionState) {
|
39
|
-
const propertyType = guaranteeNonNullable(postFilterConditionState.columnState.getReturnType());
|
40
|
-
const valueSpec = postFilterConditionState.value;
|
41
|
-
if (valueSpec instanceof CollectionInstanceValue) {
|
42
|
-
if (valueSpec.values.length === 0) {
|
43
|
-
return true;
|
44
|
-
}
|
45
|
-
const collectionType = getCollectionValueSpecificationType(postFilterConditionState.postFilterState.projectionState
|
46
|
-
.queryBuilderState.graphManagerState.graph, valueSpec.values);
|
47
|
-
if (!collectionType) {
|
48
|
-
return false;
|
49
|
-
}
|
50
|
-
if ([
|
51
|
-
PRIMITIVE_TYPE.NUMBER,
|
52
|
-
PRIMITIVE_TYPE.INTEGER,
|
53
|
-
PRIMITIVE_TYPE.DECIMAL,
|
54
|
-
PRIMITIVE_TYPE.FLOAT,
|
55
|
-
].includes(propertyType.path)) {
|
56
|
-
return [
|
57
|
-
PRIMITIVE_TYPE.NUMBER,
|
58
|
-
PRIMITIVE_TYPE.INTEGER,
|
59
|
-
PRIMITIVE_TYPE.DECIMAL,
|
60
|
-
PRIMITIVE_TYPE.FLOAT,
|
61
|
-
].includes(collectionType.path);
|
62
|
-
}
|
63
|
-
return collectionType === propertyType;
|
64
|
-
}
|
65
|
-
else if (valueSpec instanceof VariableExpression) {
|
66
|
-
// check if not a single value
|
67
|
-
if (valueSpec.multiplicity.upperBound === 1) {
|
68
|
-
return false;
|
69
|
-
}
|
70
|
-
return propertyType === valueSpec.genericType?.value.rawType;
|
71
|
-
}
|
72
|
-
return false;
|
73
|
-
}
|
74
|
-
getDefaultFilterConditionValue(postFilterConditionState) {
|
75
|
-
const multiplicityOne = postFilterConditionState.postFilterState.projectionState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(TYPICAL_MULTIPLICITY_TYPE.ONE);
|
76
|
-
const propertyType = guaranteeNonNullable(postFilterConditionState.columnState.getReturnType());
|
77
|
-
return new CollectionInstanceValue(multiplicityOne, GenericTypeExplicitReference.create(new GenericType(propertyType)));
|
78
|
-
}
|
79
|
-
buildPostFilterConditionExpression(postFilterConditionState) {
|
80
|
-
return buildPostFilterConditionExpression(postFilterConditionState, this, QUERY_BUILDER_SUPPORTED_FUNCTIONS.IN);
|
81
|
-
}
|
82
|
-
buildPostFilterConditionState(postFilterState, expression) {
|
83
|
-
return buildPostFilterConditionState(postFilterState, expression, QUERY_BUILDER_SUPPORTED_FUNCTIONS.IN, this);
|
84
|
-
}
|
85
|
-
}
|
86
|
-
export class QueryBuilderPostFilterOperator_NotIn extends QueryBuilderPostFilterOperator_In {
|
87
|
-
getLabel() {
|
88
|
-
return `is not in`;
|
89
|
-
}
|
90
|
-
buildPostFilterConditionExpression(postFilterConditionState) {
|
91
|
-
const expression = super.buildPostFilterConditionExpression(postFilterConditionState);
|
92
|
-
return expression
|
93
|
-
? buildNotExpression(postFilterConditionState.postFilterState.projectionState
|
94
|
-
.queryBuilderState.graphManagerState.graph, expression)
|
95
|
-
: undefined;
|
96
|
-
}
|
97
|
-
buildPostFilterConditionState(postFilterState, expression) {
|
98
|
-
const innerExpression = unwrapNotExpression(expression);
|
99
|
-
return innerExpression
|
100
|
-
? super.buildPostFilterConditionState(postFilterState, innerExpression)
|
101
|
-
: undefined;
|
102
|
-
}
|
103
|
-
}
|
104
|
-
//# sourceMappingURL=QueryBuilderPostFilterOperator_In.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPostFilterOperator_In.js","sourceRoot":"","sources":["../../../../../../../src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.ts"],"names":[],"mappings":"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"}
|
@@ -1,33 +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 Type, type ValueSpecification, type FunctionExpression } from '@finos/legend-graph';
|
17
|
-
import { QueryBuilderPostFilterOperator } from '../QueryBuilderPostFilterOperator.js';
|
18
|
-
import { type PostFilterConditionState, type QueryBuilderPostFilterState, TDS_COLUMN_GETTER } from '../QueryBuilderPostFilterState.js';
|
19
|
-
export declare class QueryBuilderPostFilterOperator_IsEmpty extends QueryBuilderPostFilterOperator {
|
20
|
-
getLabel(): string;
|
21
|
-
getTdsColumnGetter(): TDS_COLUMN_GETTER | undefined;
|
22
|
-
isCompatibleWithType(type: Type): boolean;
|
23
|
-
isCompatibleWithConditionValue(postFilterConditionState: PostFilterConditionState): boolean;
|
24
|
-
isCompatibleWithPostFilterColumn(postFilterState: PostFilterConditionState): boolean;
|
25
|
-
getDefaultFilterConditionValue(postFilterConditionState: PostFilterConditionState): ValueSpecification | undefined;
|
26
|
-
buildPostFilterConditionExpression(postFilterConditionState: PostFilterConditionState): ValueSpecification | undefined;
|
27
|
-
buildPostFilterConditionState(postFilterState: QueryBuilderPostFilterState, expression: FunctionExpression): PostFilterConditionState | undefined;
|
28
|
-
}
|
29
|
-
export declare class QueryBuilderPostFilterOperator_IsNotEmpty extends QueryBuilderPostFilterOperator_IsEmpty {
|
30
|
-
getLabel(): string;
|
31
|
-
getTdsColumnGetter(): TDS_COLUMN_GETTER | undefined;
|
32
|
-
}
|
33
|
-
//# sourceMappingURL=QueryBuilderPostFilterOperator_IsEmpty.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPostFilterOperator_IsEmpty.d.ts","sourceRoot":"","sources":["../../../../../../../src/stores/query-builder/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,IAAI,EACT,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EAGxB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAEtF,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EAChC,iBAAiB,EAClB,MAAM,mCAAmC,CAAC;AAK3C,qBAAa,sCAAuC,SAAQ,8BAA8B;IACxF,QAAQ,IAAI,MAAM;IAIT,kBAAkB,IAAI,iBAAiB,GAAG,SAAS;IAI5D,oBAAoB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO;IAOzC,8BAA8B,CAC5B,wBAAwB,EAAE,wBAAwB,GACjD,OAAO;IAID,gCAAgC,CACvC,eAAe,EAAE,wBAAwB,GACxC,OAAO;IAiBV,8BAA8B,CAC5B,wBAAwB,EAAE,wBAAwB,GACjD,kBAAkB,GAAG,SAAS;IAIjC,kCAAkC,CAChC,wBAAwB,EAAE,wBAAwB,GACjD,kBAAkB,GAAG,SAAS;IAQjC,6BAA6B,CAC3B,eAAe,EAAE,2BAA2B,EAC5C,UAAU,EAAE,kBAAkB,GAC7B,wBAAwB,GAAG,SAAS;CAQxC;AAED,qBAAa,yCAA0C,SAAQ,sCAAsC;IAC1F,QAAQ,IAAI,MAAM;IAIlB,kBAAkB,IAAI,iBAAiB,GAAG,SAAS;CAG7D"}
|
@@ -1,67 +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 { Enumeration, PRIMITIVE_TYPE, } from '@finos/legend-graph';
|
17
|
-
import { QueryBuilderPostFilterOperator } from '../QueryBuilderPostFilterOperator.js';
|
18
|
-
import { buildPostFilterConditionState } from '../QueryBuilderPostFilterStateBuilder.js';
|
19
|
-
import { TDS_COLUMN_GETTER, } from '../QueryBuilderPostFilterState.js';
|
20
|
-
import { QueryBuilderSimpleProjectionColumnState } from '../../QueryBuilderProjectionColumnState.js';
|
21
|
-
import { buildPostFilterConditionExpression } from './QueryBuilderPostFilterOperatorHelper.js';
|
22
|
-
import { isPropertyExpressionChainOptional } from '../../../../QueryBuilderValueSpecificationHelper.js';
|
23
|
-
export class QueryBuilderPostFilterOperator_IsEmpty extends QueryBuilderPostFilterOperator {
|
24
|
-
getLabel() {
|
25
|
-
return 'is empty';
|
26
|
-
}
|
27
|
-
getTdsColumnGetter() {
|
28
|
-
return TDS_COLUMN_GETTER.IS_NULL;
|
29
|
-
}
|
30
|
-
isCompatibleWithType(type) {
|
31
|
-
return (Object.values(PRIMITIVE_TYPE).includes(type.path) ||
|
32
|
-
type instanceof Enumeration);
|
33
|
-
}
|
34
|
-
isCompatibleWithConditionValue(postFilterConditionState) {
|
35
|
-
return postFilterConditionState.value === undefined;
|
36
|
-
}
|
37
|
-
isCompatibleWithPostFilterColumn(postFilterState) {
|
38
|
-
const columnType = postFilterState.columnState.getReturnType();
|
39
|
-
if (columnType && this.isCompatibleWithType(columnType)) {
|
40
|
-
if (postFilterState.columnState instanceof
|
41
|
-
QueryBuilderSimpleProjectionColumnState) {
|
42
|
-
return isPropertyExpressionChainOptional(postFilterState.columnState.propertyExpressionState
|
43
|
-
.propertyExpression);
|
44
|
-
}
|
45
|
-
return true;
|
46
|
-
}
|
47
|
-
return false;
|
48
|
-
}
|
49
|
-
getDefaultFilterConditionValue(postFilterConditionState) {
|
50
|
-
return undefined;
|
51
|
-
}
|
52
|
-
buildPostFilterConditionExpression(postFilterConditionState) {
|
53
|
-
return buildPostFilterConditionExpression(postFilterConditionState, this, undefined);
|
54
|
-
}
|
55
|
-
buildPostFilterConditionState(postFilterState, expression) {
|
56
|
-
return buildPostFilterConditionState(postFilterState, expression, undefined, this);
|
57
|
-
}
|
58
|
-
}
|
59
|
-
export class QueryBuilderPostFilterOperator_IsNotEmpty extends QueryBuilderPostFilterOperator_IsEmpty {
|
60
|
-
getLabel() {
|
61
|
-
return `is not empty`;
|
62
|
-
}
|
63
|
-
getTdsColumnGetter() {
|
64
|
-
return TDS_COLUMN_GETTER.IS_NOT_NULL;
|
65
|
-
}
|
66
|
-
}
|
67
|
-
//# sourceMappingURL=QueryBuilderPostFilterOperator_IsEmpty.js.map
|