@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 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFilterOperator_In.js","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_In.ts"],"names":[],"mappings":"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"}
|
@@ -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 { QueryBuilderFilterState, FilterConditionState } from '../QueryBuilderFilterState.js';
|
17
|
-
import { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
|
18
|
-
import { type ValueSpecification, type SimpleFunctionExpression } from '@finos/legend-graph';
|
19
|
-
export declare class QueryBuilderFilterOperator_IsEmpty extends QueryBuilderFilterOperator {
|
20
|
-
getLabel(filterConditionState: FilterConditionState): string;
|
21
|
-
isCompatibleWithFilterConditionProperty(filterConditionState: FilterConditionState): boolean;
|
22
|
-
isCompatibleWithFilterConditionValue(filterConditionState: FilterConditionState): boolean;
|
23
|
-
getDefaultFilterConditionValue(filterConditionState: FilterConditionState): ValueSpecification | undefined;
|
24
|
-
buildFilterConditionExpression(filterConditionState: FilterConditionState): ValueSpecification;
|
25
|
-
buildFilterConditionState(filterState: QueryBuilderFilterState, expression: SimpleFunctionExpression): FilterConditionState | undefined;
|
26
|
-
}
|
27
|
-
export declare class QueryBuilderFilterOperator_IsNotEmpty extends QueryBuilderFilterOperator_IsEmpty {
|
28
|
-
getLabel(filterConditionState: FilterConditionState): string;
|
29
|
-
buildFilterConditionExpression(filterConditionState: FilterConditionState): ValueSpecification;
|
30
|
-
buildFilterConditionState(filterState: QueryBuilderFilterState, expression: SimpleFunctionExpression): FilterConditionState | undefined;
|
31
|
-
}
|
32
|
-
//# sourceMappingURL=QueryBuilderFilterOperator_IsEmpty.d.ts.map
|
package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFilterOperator_IsEmpty.d.ts","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EACV,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,wBAAwB,EAG9B,MAAM,qBAAqB,CAAC;AAY7B,qBAAa,kCAAmC,SAAQ,0BAA0B;IAChF,QAAQ,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,MAAM;IAI5D,uCAAuC,CACrC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAoBV,oCAAoC,CAClC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAIV,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB,GAAG,SAAS;IAIjC,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB;IAOrB,yBAAyB,CACvB,WAAW,EAAE,uBAAuB,EACpC,UAAU,EAAE,wBAAwB,GACnC,oBAAoB,GAAG,SAAS;CASpC;AAED,qBAAa,qCAAsC,SAAQ,kCAAkC;IAClF,QAAQ,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,MAAM;IAI5D,8BAA8B,CACrC,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB;IAQZ,yBAAyB,CAChC,WAAW,EAAE,uBAAuB,EACpC,UAAU,EAAE,wBAAwB,GACnC,oBAAoB,GAAG,SAAS;CAMpC"}
|
@@ -1,65 +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 { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
|
17
|
-
import { PRIMITIVE_TYPE, Enumeration, } from '@finos/legend-graph';
|
18
|
-
import { buildFilterConditionState, buildFilterConditionExpression, } from './QueryBuilderFilterOperatorHelper.js';
|
19
|
-
import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../graphManager/QueryBuilderSupportedFunctions.js';
|
20
|
-
import { buildNotExpression, isPropertyExpressionChainOptional, unwrapNotExpression, } from '../../QueryBuilderValueSpecificationHelper.js';
|
21
|
-
export class QueryBuilderFilterOperator_IsEmpty extends QueryBuilderFilterOperator {
|
22
|
-
getLabel(filterConditionState) {
|
23
|
-
return 'is empty';
|
24
|
-
}
|
25
|
-
isCompatibleWithFilterConditionProperty(filterConditionState) {
|
26
|
-
const propertyType = filterConditionState.propertyExpressionState.propertyExpression.func
|
27
|
-
.genericType.value.rawType;
|
28
|
-
// First check if property is optional
|
29
|
-
if (!isPropertyExpressionChainOptional(filterConditionState.propertyExpressionState.propertyExpression)) {
|
30
|
-
return false;
|
31
|
-
}
|
32
|
-
if (propertyType instanceof Enumeration) {
|
33
|
-
return true;
|
34
|
-
}
|
35
|
-
return Object.values(PRIMITIVE_TYPE).includes(propertyType.path);
|
36
|
-
}
|
37
|
-
isCompatibleWithFilterConditionValue(filterConditionState) {
|
38
|
-
return filterConditionState.value === undefined;
|
39
|
-
}
|
40
|
-
getDefaultFilterConditionValue(filterConditionState) {
|
41
|
-
return undefined;
|
42
|
-
}
|
43
|
-
buildFilterConditionExpression(filterConditionState) {
|
44
|
-
return buildFilterConditionExpression(filterConditionState, QUERY_BUILDER_SUPPORTED_FUNCTIONS.IS_EMPTY);
|
45
|
-
}
|
46
|
-
buildFilterConditionState(filterState, expression) {
|
47
|
-
return buildFilterConditionState(filterState, expression, QUERY_BUILDER_SUPPORTED_FUNCTIONS.IS_EMPTY, this, true);
|
48
|
-
}
|
49
|
-
}
|
50
|
-
export class QueryBuilderFilterOperator_IsNotEmpty extends QueryBuilderFilterOperator_IsEmpty {
|
51
|
-
getLabel(filterConditionState) {
|
52
|
-
return `is not empty`;
|
53
|
-
}
|
54
|
-
buildFilterConditionExpression(filterConditionState) {
|
55
|
-
return buildNotExpression(filterConditionState.filterState.queryBuilderState.graphManagerState
|
56
|
-
.graph, super.buildFilterConditionExpression(filterConditionState));
|
57
|
-
}
|
58
|
-
buildFilterConditionState(filterState, expression) {
|
59
|
-
const innerExpression = unwrapNotExpression(expression);
|
60
|
-
return innerExpression
|
61
|
-
? super.buildFilterConditionState(filterState, innerExpression)
|
62
|
-
: undefined;
|
63
|
-
}
|
64
|
-
}
|
65
|
-
//# sourceMappingURL=QueryBuilderFilterOperator_IsEmpty.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFilterOperator_IsEmpty.js","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_IsEmpty.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAGL,cAAc,EACd,WAAW,GACZ,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,yBAAyB,EACzB,8BAA8B,GAC/B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,iCAAiC,EAAE,MAAM,4DAA4D,CAAC;AAC/G,OAAO,EACL,kBAAkB,EAClB,iCAAiC,EACjC,mBAAmB,GACpB,MAAM,+CAA+C,CAAC;AAEvD,MAAM,OAAO,kCAAmC,SAAQ,0BAA0B;IAChF,QAAQ,CAAC,oBAA0C;QACjD,OAAO,UAAU,CAAC;IACpB,CAAC;IAED,uCAAuC,CACrC,oBAA0C;QAE1C,MAAM,YAAY,GAChB,oBAAoB,CAAC,uBAAuB,CAAC,kBAAkB,CAAC,IAAI;aACjE,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC;QAC/B,sCAAsC;QACtC,IACE,CAAC,iCAAiC,CAChC,oBAAoB,CAAC,uBAAuB,CAAC,kBAAkB,CAChE,EACD;YACA,OAAO,KAAK,CAAC;SACd;QACD,IAAI,YAAY,YAAY,WAAW,EAAE;YACvC,OAAO,IAAI,CAAC;SACb;QACD,OAAQ,MAAM,CAAC,MAAM,CAAC,cAAc,CAAc,CAAC,QAAQ,CACzD,YAAY,CAAC,IAAI,CAClB,CAAC;IACJ,CAAC;IAED,oCAAoC,CAClC,oBAA0C;QAE1C,OAAO,oBAAoB,CAAC,KAAK,KAAK,SAAS,CAAC;IAClD,CAAC;IAED,8BAA8B,CAC5B,oBAA0C;QAE1C,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,8BAA8B,CAC5B,oBAA0C;QAE1C,OAAO,8BAA8B,CACnC,oBAAoB,EACpB,iCAAiC,CAAC,QAAQ,CAC3C,CAAC;IACJ,CAAC;IAED,yBAAyB,CACvB,WAAoC,EACpC,UAAoC;QAEpC,OAAO,yBAAyB,CAC9B,WAAW,EACX,UAAU,EACV,iCAAiC,CAAC,QAAQ,EAC1C,IAAI,EACJ,IAAI,CACL,CAAC;IACJ,CAAC;CACF;AAED,MAAM,OAAO,qCAAsC,SAAQ,kCAAkC;IAClF,QAAQ,CAAC,oBAA0C;QAC1D,OAAO,cAAc,CAAC;IACxB,CAAC;IAEQ,8BAA8B,CACrC,oBAA0C;QAE1C,OAAO,kBAAkB,CACvB,oBAAoB,CAAC,WAAW,CAAC,iBAAiB,CAAC,iBAAiB;aACjE,KAAK,EACR,KAAK,CAAC,8BAA8B,CAAC,oBAAoB,CAAC,CAC3D,CAAC;IACJ,CAAC;IAEQ,yBAAyB,CAChC,WAAoC,EACpC,UAAoC;QAEpC,MAAM,eAAe,GAAG,mBAAmB,CAAC,UAAU,CAAC,CAAC;QACxD,OAAO,eAAe;YACpB,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,WAAW,EAAE,eAAe,CAAC;YAC/D,CAAC,CAAC,SAAS,CAAC;IAChB,CAAC;CACF"}
|
@@ -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 { QueryBuilderFilterState, FilterConditionState } from '../QueryBuilderFilterState.js';
|
17
|
-
import { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
|
18
|
-
import { type ValueSpecification, type SimpleFunctionExpression } from '@finos/legend-graph';
|
19
|
-
export declare class QueryBuilderFilterOperator_LessThan extends QueryBuilderFilterOperator {
|
20
|
-
getLabel(filterConditionState: FilterConditionState): string;
|
21
|
-
isCompatibleWithFilterConditionProperty(filterConditionState: FilterConditionState): boolean;
|
22
|
-
isCompatibleWithFilterConditionValue(filterConditionState: FilterConditionState): boolean;
|
23
|
-
getDefaultFilterConditionValue(filterConditionState: FilterConditionState): ValueSpecification | undefined;
|
24
|
-
buildFilterConditionExpression(filterConditionState: FilterConditionState): ValueSpecification;
|
25
|
-
buildFilterConditionState(filterState: QueryBuilderFilterState, expression: SimpleFunctionExpression): FilterConditionState | undefined;
|
26
|
-
}
|
27
|
-
//# sourceMappingURL=QueryBuilderFilterOperator_LessThan.d.ts.map
|
package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFilterOperator_LessThan.d.ts","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EACV,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAEL,KAAK,kBAAkB,EACvB,KAAK,wBAAwB,EAI9B,MAAM,qBAAqB,CAAC;AAa7B,qBAAa,mCAAoC,SAAQ,0BAA0B;IACjF,QAAQ,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,MAAM;IAI5D,uCAAuC,CACrC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAiBV,oCAAoC,CAClC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAUV,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB,GAAG,SAAS;IAmCjC,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB;IAYrB,yBAAyB,CACvB,WAAW,EAAE,uBAAuB,EACpC,UAAU,EAAE,wBAAwB,GACnC,oBAAoB,GAAG,SAAS;CAapC"}
|
@@ -1,83 +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 { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
|
17
|
-
import { PRIMITIVE_TYPE, SUPPORTED_FUNCTIONS, buildPrimitiveInstanceValue, } from '@finos/legend-graph';
|
18
|
-
import { UnsupportedOperationError } from '@finos/legend-shared';
|
19
|
-
import { buildFilterConditionState, buildFilterConditionExpression, } from './QueryBuilderFilterOperatorHelper.js';
|
20
|
-
import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../graphManager/QueryBuilderSupportedFunctions.js';
|
21
|
-
import { generateDefaultValueForPrimitiveType, getNonCollectionValueSpecificationType, isTypeCompatibleForAssignment, } from '../../QueryBuilderValueSpecificationHelper.js';
|
22
|
-
export class QueryBuilderFilterOperator_LessThan extends QueryBuilderFilterOperator {
|
23
|
-
getLabel(filterConditionState) {
|
24
|
-
return '<';
|
25
|
-
}
|
26
|
-
isCompatibleWithFilterConditionProperty(filterConditionState) {
|
27
|
-
const propertyType = filterConditionState.propertyExpressionState.propertyExpression.func
|
28
|
-
.genericType.value.rawType;
|
29
|
-
return [
|
30
|
-
PRIMITIVE_TYPE.NUMBER,
|
31
|
-
PRIMITIVE_TYPE.INTEGER,
|
32
|
-
PRIMITIVE_TYPE.DECIMAL,
|
33
|
-
PRIMITIVE_TYPE.FLOAT,
|
34
|
-
PRIMITIVE_TYPE.DATE,
|
35
|
-
PRIMITIVE_TYPE.STRICTDATE,
|
36
|
-
PRIMITIVE_TYPE.DATETIME,
|
37
|
-
].includes(propertyType.path);
|
38
|
-
}
|
39
|
-
isCompatibleWithFilterConditionValue(filterConditionState) {
|
40
|
-
return isTypeCompatibleForAssignment(filterConditionState.value
|
41
|
-
? getNonCollectionValueSpecificationType(filterConditionState.value)
|
42
|
-
: undefined, filterConditionState.propertyExpressionState.propertyExpression.func
|
43
|
-
.genericType.value.rawType);
|
44
|
-
}
|
45
|
-
getDefaultFilterConditionValue(filterConditionState) {
|
46
|
-
const propertyType = filterConditionState.propertyExpressionState.propertyExpression.func
|
47
|
-
.genericType.value.rawType;
|
48
|
-
switch (propertyType.path) {
|
49
|
-
case PRIMITIVE_TYPE.NUMBER:
|
50
|
-
case PRIMITIVE_TYPE.DECIMAL:
|
51
|
-
case PRIMITIVE_TYPE.FLOAT:
|
52
|
-
case PRIMITIVE_TYPE.INTEGER:
|
53
|
-
case PRIMITIVE_TYPE.STRICTDATE:
|
54
|
-
case PRIMITIVE_TYPE.DATETIME: {
|
55
|
-
return buildPrimitiveInstanceValue(filterConditionState.filterState.queryBuilderState.graphManagerState
|
56
|
-
.graph, propertyType.path, generateDefaultValueForPrimitiveType(propertyType.path));
|
57
|
-
}
|
58
|
-
case PRIMITIVE_TYPE.DATE: {
|
59
|
-
return buildPrimitiveInstanceValue(filterConditionState.filterState.queryBuilderState.graphManagerState
|
60
|
-
.graph, PRIMITIVE_TYPE.STRICTDATE, generateDefaultValueForPrimitiveType(propertyType.path));
|
61
|
-
}
|
62
|
-
default:
|
63
|
-
throw new UnsupportedOperationError(`Can't get default value for filter operator '${this.getLabel(filterConditionState)}' when the LHS property is of type '${propertyType.path}'`);
|
64
|
-
}
|
65
|
-
}
|
66
|
-
buildFilterConditionExpression(filterConditionState) {
|
67
|
-
return buildFilterConditionExpression(filterConditionState, filterConditionState.propertyExpressionState.propertyExpression.func
|
68
|
-
.genericType.value.rawType.path === PRIMITIVE_TYPE.DATETIME &&
|
69
|
-
filterConditionState.value?.genericType?.value.rawType.path !==
|
70
|
-
PRIMITIVE_TYPE.DATETIME
|
71
|
-
? SUPPORTED_FUNCTIONS.IS_BEFORE_DAY
|
72
|
-
: QUERY_BUILDER_SUPPORTED_FUNCTIONS.LESS_THAN);
|
73
|
-
}
|
74
|
-
buildFilterConditionState(filterState, expression) {
|
75
|
-
return buildFilterConditionState(filterState, expression, expression.parametersValues[0].func
|
76
|
-
.genericType.value.rawType.path === PRIMITIVE_TYPE.DATETIME &&
|
77
|
-
expression.parametersValues[1]?.genericType?.value.rawType.path !==
|
78
|
-
PRIMITIVE_TYPE.DATETIME
|
79
|
-
? SUPPORTED_FUNCTIONS.IS_BEFORE_DAY
|
80
|
-
: QUERY_BUILDER_SUPPORTED_FUNCTIONS.LESS_THAN, this);
|
81
|
-
}
|
82
|
-
}
|
83
|
-
//# sourceMappingURL=QueryBuilderFilterOperator_LessThan.js.map
|
package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFilterOperator_LessThan.js","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThan.ts"],"names":[],"mappings":"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"}
|
package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts
DELETED
@@ -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 { QueryBuilderFilterState, FilterConditionState } from '../QueryBuilderFilterState.js';
|
17
|
-
import { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
|
18
|
-
import { type ValueSpecification, type SimpleFunctionExpression } from '@finos/legend-graph';
|
19
|
-
export declare class QueryBuilderFilterOperator_LessThanEqual extends QueryBuilderFilterOperator {
|
20
|
-
getLabel(filterConditionState: FilterConditionState): string;
|
21
|
-
isCompatibleWithFilterConditionProperty(filterConditionState: FilterConditionState): boolean;
|
22
|
-
isCompatibleWithFilterConditionValue(filterConditionState: FilterConditionState): boolean;
|
23
|
-
getDefaultFilterConditionValue(filterConditionState: FilterConditionState): ValueSpecification | undefined;
|
24
|
-
buildFilterConditionExpression(filterConditionState: FilterConditionState): ValueSpecification;
|
25
|
-
buildFilterConditionState(filterState: QueryBuilderFilterState, expression: SimpleFunctionExpression): FilterConditionState | undefined;
|
26
|
-
}
|
27
|
-
//# sourceMappingURL=QueryBuilderFilterOperator_LessThanEqual.d.ts.map
|
package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFilterOperator_LessThanEqual.d.ts","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EACV,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAEL,KAAK,kBAAkB,EACvB,KAAK,wBAAwB,EAI9B,MAAM,qBAAqB,CAAC;AAa7B,qBAAa,wCAAyC,SAAQ,0BAA0B;IACtF,QAAQ,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,MAAM;IAI5D,uCAAuC,CACrC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAiBV,oCAAoC,CAClC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAUV,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB,GAAG,SAAS;IAmCjC,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB;IAYrB,yBAAyB,CACvB,WAAW,EAAE,uBAAuB,EACpC,UAAU,EAAE,wBAAwB,GACnC,oBAAoB,GAAG,SAAS;CAapC"}
|
package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js
DELETED
@@ -1,83 +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 { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
|
17
|
-
import { PRIMITIVE_TYPE, SUPPORTED_FUNCTIONS, buildPrimitiveInstanceValue, } from '@finos/legend-graph';
|
18
|
-
import { UnsupportedOperationError } from '@finos/legend-shared';
|
19
|
-
import { buildFilterConditionState, buildFilterConditionExpression, } from './QueryBuilderFilterOperatorHelper.js';
|
20
|
-
import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../graphManager/QueryBuilderSupportedFunctions.js';
|
21
|
-
import { generateDefaultValueForPrimitiveType, getNonCollectionValueSpecificationType, isTypeCompatibleForAssignment, } from '../../QueryBuilderValueSpecificationHelper.js';
|
22
|
-
export class QueryBuilderFilterOperator_LessThanEqual extends QueryBuilderFilterOperator {
|
23
|
-
getLabel(filterConditionState) {
|
24
|
-
return '<=';
|
25
|
-
}
|
26
|
-
isCompatibleWithFilterConditionProperty(filterConditionState) {
|
27
|
-
const propertyType = filterConditionState.propertyExpressionState.propertyExpression.func
|
28
|
-
.genericType.value.rawType;
|
29
|
-
return [
|
30
|
-
PRIMITIVE_TYPE.NUMBER,
|
31
|
-
PRIMITIVE_TYPE.INTEGER,
|
32
|
-
PRIMITIVE_TYPE.DECIMAL,
|
33
|
-
PRIMITIVE_TYPE.FLOAT,
|
34
|
-
PRIMITIVE_TYPE.DATE,
|
35
|
-
PRIMITIVE_TYPE.STRICTDATE,
|
36
|
-
PRIMITIVE_TYPE.DATETIME,
|
37
|
-
].includes(propertyType.path);
|
38
|
-
}
|
39
|
-
isCompatibleWithFilterConditionValue(filterConditionState) {
|
40
|
-
return isTypeCompatibleForAssignment(filterConditionState.value
|
41
|
-
? getNonCollectionValueSpecificationType(filterConditionState.value)
|
42
|
-
: undefined, filterConditionState.propertyExpressionState.propertyExpression.func
|
43
|
-
.genericType.value.rawType);
|
44
|
-
}
|
45
|
-
getDefaultFilterConditionValue(filterConditionState) {
|
46
|
-
const propertyType = filterConditionState.propertyExpressionState.propertyExpression.func
|
47
|
-
.genericType.value.rawType;
|
48
|
-
switch (propertyType.path) {
|
49
|
-
case PRIMITIVE_TYPE.NUMBER:
|
50
|
-
case PRIMITIVE_TYPE.DECIMAL:
|
51
|
-
case PRIMITIVE_TYPE.FLOAT:
|
52
|
-
case PRIMITIVE_TYPE.INTEGER:
|
53
|
-
case PRIMITIVE_TYPE.STRICTDATE:
|
54
|
-
case PRIMITIVE_TYPE.DATETIME: {
|
55
|
-
return buildPrimitiveInstanceValue(filterConditionState.filterState.queryBuilderState.graphManagerState
|
56
|
-
.graph, propertyType.path, generateDefaultValueForPrimitiveType(propertyType.path));
|
57
|
-
}
|
58
|
-
case PRIMITIVE_TYPE.DATE: {
|
59
|
-
return buildPrimitiveInstanceValue(filterConditionState.filterState.queryBuilderState.graphManagerState
|
60
|
-
.graph, PRIMITIVE_TYPE.STRICTDATE, generateDefaultValueForPrimitiveType(propertyType.path));
|
61
|
-
}
|
62
|
-
default:
|
63
|
-
throw new UnsupportedOperationError(`Can't get default value for filter operator '${this.getLabel(filterConditionState)}' when the LHS property is of type '${propertyType.path}'`);
|
64
|
-
}
|
65
|
-
}
|
66
|
-
buildFilterConditionExpression(filterConditionState) {
|
67
|
-
return buildFilterConditionExpression(filterConditionState, filterConditionState.propertyExpressionState.propertyExpression.func
|
68
|
-
.genericType.value.rawType.path === PRIMITIVE_TYPE.DATETIME &&
|
69
|
-
filterConditionState.value?.genericType?.value.rawType.path !==
|
70
|
-
PRIMITIVE_TYPE.DATETIME
|
71
|
-
? SUPPORTED_FUNCTIONS.IS_ON_OR_BEFORE_DAY
|
72
|
-
: QUERY_BUILDER_SUPPORTED_FUNCTIONS.LESS_THAN_EQUAL);
|
73
|
-
}
|
74
|
-
buildFilterConditionState(filterState, expression) {
|
75
|
-
return buildFilterConditionState(filterState, expression, expression.parametersValues[0].func
|
76
|
-
.genericType.value.rawType.path === PRIMITIVE_TYPE.DATETIME &&
|
77
|
-
expression.parametersValues[1]?.genericType?.value.rawType.path !==
|
78
|
-
PRIMITIVE_TYPE.DATETIME
|
79
|
-
? SUPPORTED_FUNCTIONS.IS_ON_OR_BEFORE_DAY
|
80
|
-
: QUERY_BUILDER_SUPPORTED_FUNCTIONS.LESS_THAN_EQUAL, this);
|
81
|
-
}
|
82
|
-
}
|
83
|
-
//# sourceMappingURL=QueryBuilderFilterOperator_LessThanEqual.js.map
|
package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFilterOperator_LessThanEqual.js","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_LessThanEqual.ts"],"names":[],"mappings":"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"}
|
@@ -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 { QueryBuilderFilterState, FilterConditionState } from '../QueryBuilderFilterState.js';
|
17
|
-
import { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
|
18
|
-
import { type ValueSpecification, type SimpleFunctionExpression } from '@finos/legend-graph';
|
19
|
-
export declare class QueryBuilderFilterOperator_StartWith extends QueryBuilderFilterOperator {
|
20
|
-
getLabel(filterConditionState: FilterConditionState): string;
|
21
|
-
isCompatibleWithFilterConditionProperty(filterConditionState: FilterConditionState): boolean;
|
22
|
-
isCompatibleWithFilterConditionValue(filterConditionState: FilterConditionState): boolean;
|
23
|
-
getDefaultFilterConditionValue(filterConditionState: FilterConditionState): ValueSpecification | undefined;
|
24
|
-
buildFilterConditionExpression(filterConditionState: FilterConditionState): ValueSpecification;
|
25
|
-
buildFilterConditionState(filterState: QueryBuilderFilterState, expression: SimpleFunctionExpression): FilterConditionState | undefined;
|
26
|
-
}
|
27
|
-
export declare class QueryBuilderFilterOperator_NotStartWith extends QueryBuilderFilterOperator_StartWith {
|
28
|
-
getLabel(filterConditionState: FilterConditionState): string;
|
29
|
-
buildFilterConditionExpression(filterConditionState: FilterConditionState): ValueSpecification;
|
30
|
-
buildFilterConditionState(filterState: QueryBuilderFilterState, expression: SimpleFunctionExpression): FilterConditionState | undefined;
|
31
|
-
}
|
32
|
-
//# sourceMappingURL=QueryBuilderFilterOperator_StartWith.d.ts.map
|
package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFilterOperator_StartWith.d.ts","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EACV,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAEL,KAAK,kBAAkB,EACvB,KAAK,wBAAwB,EAE9B,MAAM,qBAAqB,CAAC;AAc7B,qBAAa,oCAAqC,SAAQ,0BAA0B;IAClF,QAAQ,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,MAAM;IAI5D,uCAAuC,CACrC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAOV,oCAAoC,CAClC,oBAAoB,EAAE,oBAAoB,GACzC,OAAO;IAOV,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB,GAAG,SAAS;IAsBjC,8BAA8B,CAC5B,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB;IAOrB,yBAAyB,CACvB,WAAW,EAAE,uBAAuB,EACpC,UAAU,EAAE,wBAAwB,GACnC,oBAAoB,GAAG,SAAS;CAQpC;AAED,qBAAa,uCAAwC,SAAQ,oCAAoC;IACtF,QAAQ,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,MAAM;IAI5D,8BAA8B,CACrC,oBAAoB,EAAE,oBAAoB,GACzC,kBAAkB;IAQZ,yBAAyB,CAChC,WAAW,EAAE,uBAAuB,EACpC,UAAU,EAAE,wBAAwB,GACnC,oBAAoB,GAAG,SAAS;CAMpC"}
|
@@ -1,71 +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 { QueryBuilderFilterOperator } from '../QueryBuilderFilterOperator.js';
|
17
|
-
import { PRIMITIVE_TYPE, buildPrimitiveInstanceValue, } from '@finos/legend-graph';
|
18
|
-
import { UnsupportedOperationError } from '@finos/legend-shared';
|
19
|
-
import { buildFilterConditionState, buildFilterConditionExpression, } from './QueryBuilderFilterOperatorHelper.js';
|
20
|
-
import { QUERY_BUILDER_SUPPORTED_FUNCTIONS } from '../../../../graphManager/QueryBuilderSupportedFunctions.js';
|
21
|
-
import { buildNotExpression, generateDefaultValueForPrimitiveType, getNonCollectionValueSpecificationType, unwrapNotExpression, } from '../../QueryBuilderValueSpecificationHelper.js';
|
22
|
-
export class QueryBuilderFilterOperator_StartWith extends QueryBuilderFilterOperator {
|
23
|
-
getLabel(filterConditionState) {
|
24
|
-
return 'starts with';
|
25
|
-
}
|
26
|
-
isCompatibleWithFilterConditionProperty(filterConditionState) {
|
27
|
-
const propertyType = filterConditionState.propertyExpressionState.propertyExpression.func
|
28
|
-
.genericType.value.rawType;
|
29
|
-
return PRIMITIVE_TYPE.STRING === propertyType.path;
|
30
|
-
}
|
31
|
-
isCompatibleWithFilterConditionValue(filterConditionState) {
|
32
|
-
const type = filterConditionState.value
|
33
|
-
? getNonCollectionValueSpecificationType(filterConditionState.value)
|
34
|
-
: undefined;
|
35
|
-
return PRIMITIVE_TYPE.STRING === type?.path;
|
36
|
-
}
|
37
|
-
getDefaultFilterConditionValue(filterConditionState) {
|
38
|
-
const propertyType = filterConditionState.propertyExpressionState.propertyExpression.func
|
39
|
-
.genericType.value.rawType;
|
40
|
-
switch (propertyType.path) {
|
41
|
-
case PRIMITIVE_TYPE.STRING: {
|
42
|
-
return buildPrimitiveInstanceValue(filterConditionState.filterState.queryBuilderState.graphManagerState
|
43
|
-
.graph, propertyType.path, generateDefaultValueForPrimitiveType(propertyType.path));
|
44
|
-
}
|
45
|
-
default:
|
46
|
-
throw new UnsupportedOperationError(`Can't get default value for filter operator '${this.getLabel(filterConditionState)}' when the LHS property is of type '${propertyType.path}'`);
|
47
|
-
}
|
48
|
-
}
|
49
|
-
buildFilterConditionExpression(filterConditionState) {
|
50
|
-
return buildFilterConditionExpression(filterConditionState, QUERY_BUILDER_SUPPORTED_FUNCTIONS.STARTS_WITH);
|
51
|
-
}
|
52
|
-
buildFilterConditionState(filterState, expression) {
|
53
|
-
return buildFilterConditionState(filterState, expression, QUERY_BUILDER_SUPPORTED_FUNCTIONS.STARTS_WITH, this);
|
54
|
-
}
|
55
|
-
}
|
56
|
-
export class QueryBuilderFilterOperator_NotStartWith extends QueryBuilderFilterOperator_StartWith {
|
57
|
-
getLabel(filterConditionState) {
|
58
|
-
return `doesn't start with`;
|
59
|
-
}
|
60
|
-
buildFilterConditionExpression(filterConditionState) {
|
61
|
-
return buildNotExpression(filterConditionState.filterState.queryBuilderState.graphManagerState
|
62
|
-
.graph, super.buildFilterConditionExpression(filterConditionState));
|
63
|
-
}
|
64
|
-
buildFilterConditionState(filterState, expression) {
|
65
|
-
const innerExpression = unwrapNotExpression(expression);
|
66
|
-
return innerExpression
|
67
|
-
? super.buildFilterConditionState(filterState, innerExpression)
|
68
|
-
: undefined;
|
69
|
-
}
|
70
|
-
}
|
71
|
-
//# sourceMappingURL=QueryBuilderFilterOperator_StartWith.js.map
|
package/lib/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFilterOperator_StartWith.js","sourceRoot":"","sources":["../../../../../src/stores/query-builder/filter/operators/QueryBuilderFilterOperator_StartWith.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,cAAc,EAGd,2BAA2B,GAC5B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EACL,yBAAyB,EACzB,8BAA8B,GAC/B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,iCAAiC,EAAE,MAAM,4DAA4D,CAAC;AAC/G,OAAO,EACL,kBAAkB,EAClB,oCAAoC,EACpC,sCAAsC,EACtC,mBAAmB,GACpB,MAAM,+CAA+C,CAAC;AAEvD,MAAM,OAAO,oCAAqC,SAAQ,0BAA0B;IAClF,QAAQ,CAAC,oBAA0C;QACjD,OAAO,aAAa,CAAC;IACvB,CAAC;IAED,uCAAuC,CACrC,oBAA0C;QAE1C,MAAM,YAAY,GAChB,oBAAoB,CAAC,uBAAuB,CAAC,kBAAkB,CAAC,IAAI;aACjE,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC;QAC/B,OAAO,cAAc,CAAC,MAAM,KAAK,YAAY,CAAC,IAAI,CAAC;IACrD,CAAC;IAED,oCAAoC,CAClC,oBAA0C;QAE1C,MAAM,IAAI,GAAG,oBAAoB,CAAC,KAAK;YACrC,CAAC,CAAC,sCAAsC,CAAC,oBAAoB,CAAC,KAAK,CAAC;YACpE,CAAC,CAAC,SAAS,CAAC;QACd,OAAO,cAAc,CAAC,MAAM,KAAK,IAAI,EAAE,IAAI,CAAC;IAC9C,CAAC;IAED,8BAA8B,CAC5B,oBAA0C;QAE1C,MAAM,YAAY,GAChB,oBAAoB,CAAC,uBAAuB,CAAC,kBAAkB,CAAC,IAAI;aACjE,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC;QAC/B,QAAQ,YAAY,CAAC,IAAI,EAAE;YACzB,KAAK,cAAc,CAAC,MAAM,CAAC,CAAC;gBAC1B,OAAO,2BAA2B,CAChC,oBAAoB,CAAC,WAAW,CAAC,iBAAiB,CAAC,iBAAiB;qBACjE,KAAK,EACR,YAAY,CAAC,IAAI,EACjB,oCAAoC,CAAC,YAAY,CAAC,IAAI,CAAC,CACxD,CAAC;aACH;YACD;gBACE,MAAM,IAAI,yBAAyB,CACjC,gDAAgD,IAAI,CAAC,QAAQ,CAC3D,oBAAoB,CACrB,uCAAuC,YAAY,CAAC,IAAI,GAAG,CAC7D,CAAC;SACL;IACH,CAAC;IAED,8BAA8B,CAC5B,oBAA0C;QAE1C,OAAO,8BAA8B,CACnC,oBAAoB,EACpB,iCAAiC,CAAC,WAAW,CAC9C,CAAC;IACJ,CAAC;IAED,yBAAyB,CACvB,WAAoC,EACpC,UAAoC;QAEpC,OAAO,yBAAyB,CAC9B,WAAW,EACX,UAAU,EACV,iCAAiC,CAAC,WAAW,EAC7C,IAAI,CACL,CAAC;IACJ,CAAC;CACF;AAED,MAAM,OAAO,uCAAwC,SAAQ,oCAAoC;IACtF,QAAQ,CAAC,oBAA0C;QAC1D,OAAO,oBAAoB,CAAC;IAC9B,CAAC;IAEQ,8BAA8B,CACrC,oBAA0C;QAE1C,OAAO,kBAAkB,CACvB,oBAAoB,CAAC,WAAW,CAAC,iBAAiB,CAAC,iBAAiB;aACjE,KAAK,EACR,KAAK,CAAC,8BAA8B,CAAC,oBAAoB,CAAC,CAC3D,CAAC;IACJ,CAAC;IAEQ,yBAAyB,CAChC,WAAoC,EACpC,UAAoC;QAEpC,MAAM,eAAe,GAAG,mBAAmB,CAAC,UAAU,CAAC,CAAC;QACxD,OAAO,eAAe;YACpB,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,WAAW,EAAE,eAAe,CAAC;YAC/D,CAAC,CAAC,SAAS,CAAC;IAChB,CAAC;CACF"}
|
@@ -1,35 +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 Class, type Mapping } from '@finos/legend-graph';
|
17
|
-
import type React from 'react';
|
18
|
-
import { QueryBuilderState } from '../QueryBuilderState.js';
|
19
|
-
export declare class ClassQueryBuilderState extends QueryBuilderState {
|
20
|
-
TEMPORARY__setupPanelContentRenderer: () => React.ReactNode;
|
21
|
-
/**
|
22
|
-
* Propagation after changing the class:
|
23
|
-
* - If no mapping is selected, try to select a compatible mapping
|
24
|
-
* - If the chosen mapping is compatible with the new selected class, do nothing, otherwise, try to select a compatible mapping
|
25
|
-
* - This change will propagate to runtime: we will attempt to select a compatible runtime with the newly selected mapping
|
26
|
-
*/
|
27
|
-
propagateClassChange(_class: Class): void;
|
28
|
-
/**
|
29
|
-
* Propagation after changing the mapping:
|
30
|
-
* - If no runtime is selected, try to select a compatible runtime
|
31
|
-
* - If the chosen runtime is compatible with the new selected mapping, do nothing, otherwise, try to select a compatible runtime
|
32
|
-
*/
|
33
|
-
propagateMappingChange(mapping: Mapping): void;
|
34
|
-
}
|
35
|
-
//# sourceMappingURL=ClassQueryBuilderState.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ClassQueryBuilderState.d.ts","sourceRoot":"","sources":["../../../../src/stores/query-builder/workflows/ClassQueryBuilderState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,KAAK,EACV,KAAK,OAAO,EAKb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,qBAAa,sBAAuB,SAAQ,iBAAiB;IAClD,oCAAoC,QAAO,MAAM,SAAS,CAClB;IAEjD;;;;;OAKG;IACH,oBAAoB,CAAC,MAAM,EAAE,KAAK,GAAG,IAAI;IAmBzC;;;;OAIG;IACH,sBAAsB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;CAgB/C"}
|
@@ -1,57 +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 { getClassCompatibleMappings, getMappingCompatibleRuntimes, RuntimePointer, PackageableElementExplicitReference, } from '@finos/legend-graph';
|
17
|
-
import { getNullableFirstElement } from '@finos/legend-shared';
|
18
|
-
import { renderClassQueryBuilderSetupPanelContent } from '../../../components/query-builder/workflows/ClassQueryBuilder.js';
|
19
|
-
import { QueryBuilderState } from '../QueryBuilderState.js';
|
20
|
-
export class ClassQueryBuilderState extends QueryBuilderState {
|
21
|
-
TEMPORARY__setupPanelContentRenderer = () => renderClassQueryBuilderSetupPanelContent(this);
|
22
|
-
/**
|
23
|
-
* Propagation after changing the class:
|
24
|
-
* - If no mapping is selected, try to select a compatible mapping
|
25
|
-
* - If the chosen mapping is compatible with the new selected class, do nothing, otherwise, try to select a compatible mapping
|
26
|
-
* - This change will propagate to runtime: we will attempt to select a compatible runtime with the newly selected mapping
|
27
|
-
*/
|
28
|
-
propagateClassChange(_class) {
|
29
|
-
const compatibleMappings = getClassCompatibleMappings(_class, this.graphManagerState.usableMappings);
|
30
|
-
// cascading
|
31
|
-
const isCurrentMappingCompatible = this.mapping && compatibleMappings.includes(this.mapping);
|
32
|
-
if (this.isMappingReadOnly || isCurrentMappingCompatible) {
|
33
|
-
return;
|
34
|
-
}
|
35
|
-
// try to select the first compatible mapping
|
36
|
-
const possibleNewMapping = getNullableFirstElement(compatibleMappings);
|
37
|
-
if (possibleNewMapping) {
|
38
|
-
this.changeMapping(possibleNewMapping);
|
39
|
-
this.propagateMappingChange(possibleNewMapping);
|
40
|
-
}
|
41
|
-
}
|
42
|
-
/**
|
43
|
-
* Propagation after changing the mapping:
|
44
|
-
* - If no runtime is selected, try to select a compatible runtime
|
45
|
-
* - If the chosen runtime is compatible with the new selected mapping, do nothing, otherwise, try to select a compatible runtime
|
46
|
-
*/
|
47
|
-
propagateMappingChange(mapping) {
|
48
|
-
// try to select the first compatible runtime,
|
49
|
-
// if none found, just unset the current runtime value
|
50
|
-
const compatibleRuntimes = getMappingCompatibleRuntimes(mapping, this.graphManagerState.usableRuntimes);
|
51
|
-
const possibleNewRuntime = getNullableFirstElement(compatibleRuntimes);
|
52
|
-
if (possibleNewRuntime) {
|
53
|
-
this.changeRuntime(new RuntimePointer(PackageableElementExplicitReference.create(possibleNewRuntime)));
|
54
|
-
}
|
55
|
-
}
|
56
|
-
}
|
57
|
-
//# sourceMappingURL=ClassQueryBuilderState.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ClassQueryBuilderState.js","sourceRoot":"","sources":["../../../../src/stores/query-builder/workflows/ClassQueryBuilderState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAGL,0BAA0B,EAC1B,4BAA4B,EAC5B,cAAc,EACd,mCAAmC,GACpC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAE/D,OAAO,EAAE,wCAAwC,EAAE,MAAM,kEAAkE,CAAC;AAC5H,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,OAAO,sBAAuB,SAAQ,iBAAiB;IAClD,oCAAoC,GAAG,GAAoB,EAAE,CACpE,wCAAwC,CAAC,IAAI,CAAC,CAAC;IAEjD;;;;;OAKG;IACH,oBAAoB,CAAC,MAAa;QAChC,MAAM,kBAAkB,GAAG,0BAA0B,CACnD,MAAM,EACN,IAAI,CAAC,iBAAiB,CAAC,cAAc,CACtC,CAAC;QACF,YAAY;QACZ,MAAM,0BAA0B,GAC9B,IAAI,CAAC,OAAO,IAAI,kBAAkB,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5D,IAAI,IAAI,CAAC,iBAAiB,IAAI,0BAA0B,EAAE;YACxD,OAAO;SACR;QACD,6CAA6C;QAC7C,MAAM,kBAAkB,GAAG,uBAAuB,CAAC,kBAAkB,CAAC,CAAC;QACvE,IAAI,kBAAkB,EAAE;YACtB,IAAI,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;YACvC,IAAI,CAAC,sBAAsB,CAAC,kBAAkB,CAAC,CAAC;SACjD;IACH,CAAC;IAED;;;;OAIG;IACH,sBAAsB,CAAC,OAAgB;QACrC,8CAA8C;QAC9C,sDAAsD;QACtD,MAAM,kBAAkB,GAAG,4BAA4B,CACrD,OAAO,EACP,IAAI,CAAC,iBAAiB,CAAC,cAAc,CACtC,CAAC;QACF,MAAM,kBAAkB,GAAG,uBAAuB,CAAC,kBAAkB,CAAC,CAAC;QACvE,IAAI,kBAAkB,EAAE;YACtB,IAAI,CAAC,aAAa,CAChB,IAAI,cAAc,CAChB,mCAAmC,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAC/D,CACF,CAAC;SACH;IACH,CAAC;CACF"}
|
@@ -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 { GenericLegendApplicationStore } from '@finos/legend-application';
|
17
|
-
import { type Mapping, type Runtime, type GraphManagerState } from '@finos/legend-graph';
|
18
|
-
import { QueryBuilderState } from '../QueryBuilderState.js';
|
19
|
-
export declare class MappingQueryBuilderState extends QueryBuilderState {
|
20
|
-
readonly onMappingChange?: ((val: Mapping) => void) | undefined;
|
21
|
-
readonly onRuntimeChange?: ((val: Runtime) => void) | undefined;
|
22
|
-
TEMPORARY__setupPanelContentRenderer: () => React.ReactNode;
|
23
|
-
constructor(applicationStore: GenericLegendApplicationStore, graphManagerState: GraphManagerState, onMappingChange?: ((val: Mapping) => void) | undefined, onRuntimeChange?: ((val: Runtime) => void) | undefined);
|
24
|
-
/**
|
25
|
-
* Propagation after changing the mapping:
|
26
|
-
* - If no runtime is selected, try to select a compatible runtime
|
27
|
-
* - If the chosen runtime is compatible with the new selected mapping, do nothing, otherwise, try to select a compatible runtime
|
28
|
-
* - If no class is selected, try to select a compatible class
|
29
|
-
* - If the chosen class is compatible with the new selected mapping, do nothing, otherwise, try to select a compatible class
|
30
|
-
*/
|
31
|
-
propagateMappingChange(mapping: Mapping): void;
|
32
|
-
}
|
33
|
-
//# sourceMappingURL=MappingQueryBuilderState.d.ts.map
|