@finos/legend-application-query 5.2.8 → 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/LegendQueryApplication.js +2 -2
- package/lib/components/LegendQueryApplication.js.map +1 -1
- package/lib/components/QueryEditor.d.ts +2 -3
- package/lib/components/QueryEditor.d.ts.map +1 -1
- package/lib/components/QueryEditor.js +83 -32
- package/lib/components/QueryEditor.js.map +1 -1
- package/lib/components/QueryEditorComponentTestUtils.d.ts +5 -1
- package/lib/components/QueryEditorComponentTestUtils.d.ts.map +1 -1
- package/lib/components/QueryEditorComponentTestUtils.js +21 -20
- package/lib/components/QueryEditorComponentTestUtils.js.map +1 -1
- package/lib/components/QueryEditorStoreProvider.d.ts +2 -3
- package/lib/components/QueryEditorStoreProvider.d.ts.map +1 -1
- package/lib/components/QueryEditorStoreProvider.js +5 -5
- package/lib/components/QueryEditorStoreProvider.js.map +1 -1
- package/lib/components/QuerySetup.js +17 -17
- package/lib/components/QuerySetup.js.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +2 -4
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -4
- package/lib/index.js.map +1 -1
- package/lib/package.json +8 -14
- package/lib/stores/LegendQueryApplicationPlugin.d.ts +7 -0
- package/lib/stores/LegendQueryApplicationPlugin.d.ts.map +1 -1
- package/lib/stores/LegendQueryApplicationPlugin.js.map +1 -1
- package/lib/stores/LegendQueryRouter.d.ts +8 -12
- package/lib/stores/LegendQueryRouter.d.ts.map +1 -1
- package/lib/stores/LegendQueryRouter.js +6 -7
- package/lib/stores/LegendQueryRouter.js.map +1 -1
- package/lib/stores/QueryEditorStore.d.ts +22 -11
- package/lib/stores/QueryEditorStore.d.ts.map +1 -1
- package/lib/stores/QueryEditorStore.js +102 -67
- package/lib/stores/QueryEditorStore.js.map +1 -1
- package/lib/stores/QuerySetupStore.d.ts +4 -4
- package/lib/stores/QuerySetupStore.d.ts.map +1 -1
- package/lib/stores/QuerySetupStore.js +4 -4
- package/lib/stores/QuerySetupStore.js.map +1 -1
- package/package.json +15 -21
- package/src/application/LegendQuery.tsx +7 -8
- package/src/components/LegendQueryApplication.tsx +7 -7
- package/src/components/QueryEditor.tsx +371 -134
- package/src/components/QueryEditorComponentTestUtils.tsx +40 -29
- package/src/components/QueryEditorStoreProvider.tsx +7 -9
- package/src/components/QuerySetup.tsx +25 -25
- package/src/index.ts +2 -10
- package/src/stores/LegendQueryApplicationPlugin.ts +12 -0
- package/src/stores/LegendQueryRouter.ts +11 -16
- package/src/stores/QueryEditorStore.ts +167 -113
- package/src/stores/QuerySetupStore.ts +8 -6
- package/tsconfig.json +2 -111
- package/tsconfig.package.json +1 -1
- package/lib/QueryBuilder_Const.d.ts +0 -77
- package/lib/QueryBuilder_Const.d.ts.map +0 -1
- package/lib/QueryBuilder_Const.js +0 -85
- package/lib/QueryBuilder_Const.js.map +0 -1
- package/lib/components/QueryBuilder.d.ts +0 -23
- package/lib/components/QueryBuilder.d.ts.map +0 -1
- package/lib/components/QueryBuilder.js +0 -111
- package/lib/components/QueryBuilder.js.map +0 -1
- package/lib/components/QueryBuilderParameterPanel.d.ts +0 -30
- package/lib/components/QueryBuilderParameterPanel.d.ts.map +0 -1
- package/lib/components/QueryBuilderParameterPanel.js +0 -128
- package/lib/components/QueryBuilderParameterPanel.js.map +0 -1
- package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts +0 -30
- package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts.map +0 -1
- package/lib/components/QueryBuilderPropertyExpressionEditor.js +0 -116
- package/lib/components/QueryBuilderPropertyExpressionEditor.js.map +0 -1
- package/lib/components/QueryBuilderResultPanel.d.ts +0 -23
- package/lib/components/QueryBuilderResultPanel.d.ts.map +0 -1
- package/lib/components/QueryBuilderResultPanel.js +0 -242
- package/lib/components/QueryBuilderResultPanel.js.map +0 -1
- package/lib/components/QueryBuilderSetupPanel.d.ts +0 -23
- package/lib/components/QueryBuilderSetupPanel.d.ts.map +0 -1
- package/lib/components/QueryBuilderSetupPanel.js +0 -149
- package/lib/components/QueryBuilderSetupPanel.js.map +0 -1
- package/lib/components/QueryBuilderTextEditor.d.ts +0 -23
- package/lib/components/QueryBuilderTextEditor.d.ts.map +0 -1
- package/lib/components/QueryBuilderTextEditor.js +0 -48
- package/lib/components/QueryBuilderTextEditor.js.map +0 -1
- package/lib/components/QueryBuilderUnsupportedQueryEditor.d.ts +0 -23
- package/lib/components/QueryBuilderUnsupportedQueryEditor.d.ts.map +0 -1
- package/lib/components/QueryBuilderUnsupportedQueryEditor.js +0 -37
- package/lib/components/QueryBuilderUnsupportedQueryEditor.js.map +0 -1
- package/lib/components/QueryBuilder_TestID.d.ts +0 -26
- package/lib/components/QueryBuilder_TestID.d.ts.map +0 -1
- package/lib/components/QueryBuilder_TestID.js +0 -27
- package/lib/components/QueryBuilder_TestID.js.map +0 -1
- package/lib/components/explorer/QueryBuilderExplorerPanel.d.ts +0 -36
- package/lib/components/explorer/QueryBuilderExplorerPanel.d.ts.map +0 -1
- package/lib/components/explorer/QueryBuilderExplorerPanel.js +0 -335
- package/lib/components/explorer/QueryBuilderExplorerPanel.js.map +0 -1
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.d.ts +0 -23
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.d.ts.map +0 -1
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js +0 -147
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js.map +0 -1
- package/lib/components/explorer/QueryBuilderMilestoneEditor.d.ts +0 -24
- package/lib/components/explorer/QueryBuilderMilestoneEditor.d.ts.map +0 -1
- package/lib/components/explorer/QueryBuilderMilestoneEditor.js +0 -120
- package/lib/components/explorer/QueryBuilderMilestoneEditor.js.map +0 -1
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.d.ts +0 -24
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.d.ts.map +0 -1
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.js +0 -200
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.js.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts +0 -23
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js +0 -52
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts +0 -32
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.js +0 -94
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.js.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts +0 -31
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js +0 -378
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.d.ts +0 -23
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.d.ts.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.js +0 -216
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.js.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts +0 -23
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js +0 -88
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js.map +0 -1
- package/lib/components/filter/QueryBuilderFilterPanel.d.ts +0 -23
- package/lib/components/filter/QueryBuilderFilterPanel.d.ts.map +0 -1
- package/lib/components/filter/QueryBuilderFilterPanel.js +0 -316
- package/lib/components/filter/QueryBuilderFilterPanel.js.map +0 -1
- package/lib/components/shared/ElementIconUtils.d.ts +0 -18
- package/lib/components/shared/ElementIconUtils.d.ts.map +0 -1
- package/lib/components/shared/ElementIconUtils.js +0 -37
- package/lib/components/shared/ElementIconUtils.js.map +0 -1
- package/lib/components/shared/QueryBuilderLambdaEditor.d.ts +0 -43
- package/lib/components/shared/QueryBuilderLambdaEditor.d.ts.map +0 -1
- package/lib/components/shared/QueryBuilderLambdaEditor.js +0 -47
- package/lib/components/shared/QueryBuilderLambdaEditor.js.map +0 -1
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.d.ts +0 -20
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.d.ts.map +0 -1
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.js +0 -28
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.js.map +0 -1
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.d.ts +0 -26
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.d.ts.map +0 -1
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.js +0 -32
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.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/QueryBuilderGroupOperationHelper.d.ts +0 -22
- package/lib/stores/QueryBuilderGroupOperationHelper.d.ts.map +0 -1
- package/lib/stores/QueryBuilderGroupOperationHelper.js +0 -43
- package/lib/stores/QueryBuilderGroupOperationHelper.js.map +0 -1
- package/lib/stores/QueryBuilderPreviewDataHelper.d.ts +0 -26
- package/lib/stores/QueryBuilderPreviewDataHelper.d.ts.map +0 -1
- package/lib/stores/QueryBuilderPreviewDataHelper.js +0 -143
- package/lib/stores/QueryBuilderPreviewDataHelper.js.map +0 -1
- package/lib/stores/QueryBuilderPropertyEditorState.d.ts +0 -62
- package/lib/stores/QueryBuilderPropertyEditorState.d.ts.map +0 -1
- package/lib/stores/QueryBuilderPropertyEditorState.js +0 -395
- package/lib/stores/QueryBuilderPropertyEditorState.js.map +0 -1
- package/lib/stores/QueryBuilderResultState.d.ts +0 -41
- package/lib/stores/QueryBuilderResultState.d.ts.map +0 -1
- package/lib/stores/QueryBuilderResultState.js +0 -176
- package/lib/stores/QueryBuilderResultState.js.map +0 -1
- package/lib/stores/QueryBuilderSetupState.d.ts +0 -46
- package/lib/stores/QueryBuilderSetupState.d.ts.map +0 -1
- package/lib/stores/QueryBuilderSetupState.js +0 -163
- package/lib/stores/QueryBuilderSetupState.js.map +0 -1
- package/lib/stores/QueryBuilderState.d.ts +0 -100
- package/lib/stores/QueryBuilderState.d.ts.map +0 -1
- package/lib/stores/QueryBuilderState.js +0 -308
- package/lib/stores/QueryBuilderState.js.map +0 -1
- package/lib/stores/QueryBuilderStateBuilder.d.ts +0 -124
- package/lib/stores/QueryBuilderStateBuilder.d.ts.map +0 -1
- package/lib/stores/QueryBuilderStateBuilder.js +0 -310
- package/lib/stores/QueryBuilderStateBuilder.js.map +0 -1
- package/lib/stores/QueryBuilderStateTestUtils.d.ts +0 -24
- package/lib/stores/QueryBuilderStateTestUtils.d.ts.map +0 -1
- package/lib/stores/QueryBuilderStateTestUtils.js +0 -50
- package/lib/stores/QueryBuilderStateTestUtils.js.map +0 -1
- package/lib/stores/QueryBuilderTypeaheadHelper.d.ts +0 -24
- package/lib/stores/QueryBuilderTypeaheadHelper.d.ts.map +0 -1
- package/lib/stores/QueryBuilderTypeaheadHelper.js +0 -86
- package/lib/stores/QueryBuilderTypeaheadHelper.js.map +0 -1
- package/lib/stores/QueryBuilderUnsupportedState.d.ts +0 -26
- package/lib/stores/QueryBuilderUnsupportedState.d.ts.map +0 -1
- package/lib/stores/QueryBuilderUnsupportedState.js +0 -36
- package/lib/stores/QueryBuilderUnsupportedState.js.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationBuilder.d.ts +0 -20
- package/lib/stores/QueryBuilderValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationBuilder.js +0 -87
- package/lib/stores/QueryBuilderValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts +0 -27
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js +0 -156
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationHelper.d.ts +0 -61
- package/lib/stores/QueryBuilderValueSpecificationHelper.d.ts.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationHelper.js +0 -235
- package/lib/stores/QueryBuilderValueSpecificationHelper.js.map +0 -1
- package/lib/stores/QueryParametersState.d.ts +0 -28
- package/lib/stores/QueryParametersState.d.ts.map +0 -1
- package/lib/stores/QueryParametersState.js +0 -39
- package/lib/stores/QueryParametersState.js.map +0 -1
- package/lib/stores/QueryTextEditorState.d.ts +0 -49
- package/lib/stores/QueryTextEditorState.d.ts.map +0 -1
- package/lib/stores/QueryTextEditorState.js +0 -145
- package/lib/stores/QueryTextEditorState.js.map +0 -1
- package/lib/stores/explorer/QueryBuilderExplorerState.d.ts +0 -99
- package/lib/stores/explorer/QueryBuilderExplorerState.d.ts.map +0 -1
- package/lib/stores/explorer/QueryBuilderExplorerState.js +0 -442
- package/lib/stores/explorer/QueryBuilderExplorerState.js.map +0 -1
- package/lib/stores/explorer/QueryBuilderPropertySearchPanelState.d.ts +0 -46
- package/lib/stores/explorer/QueryBuilderPropertySearchPanelState.d.ts.map +0 -1
- package/lib/stores/explorer/QueryBuilderPropertySearchPanelState.js +0 -242
- package/lib/stores/explorer/QueryBuilderPropertySearchPanelState.js.map +0 -1
- package/lib/stores/explorer/QueryFunctionsExplorerState.d.ts +0 -59
- package/lib/stores/explorer/QueryFunctionsExplorerState.d.ts.map +0 -1
- package/lib/stores/explorer/QueryFunctionsExplorerState.js +0 -229
- package/lib/stores/explorer/QueryFunctionsExplorerState.js.map +0 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts +0 -40
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js +0 -34
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js.map +0 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts +0 -27
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js +0 -74
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts +0 -49
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js +0 -157
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts +0 -20
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js +0 -62
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts +0 -42
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js +0 -173
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts +0 -26
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js +0 -72
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts +0 -73
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.js +0 -187
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.js.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.d.ts +0 -68
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.js +0 -304
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.js.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts +0 -25
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js +0 -186
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts +0 -26
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js +0 -189
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.d.ts +0 -43
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.js +0 -77
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js +0 -36
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts +0 -18
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js +0 -38
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts +0 -42
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js +0 -103
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts +0 -20
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js +0 -96
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts +0 -22
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js +0 -40
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js +0 -50
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js +0 -55
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts +0 -26
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js +0 -50
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js +0 -78
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js +0 -67
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts +0 -26
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js +0 -86
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts +0 -26
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js +0 -86
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js +0 -50
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js +0 -50
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts +0 -26
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js +0 -45
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts +0 -29
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js +0 -30
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts +0 -18
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js +0 -44
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts +0 -135
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js +0 -586
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts +0 -22
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js +0 -122
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts +0 -19
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js +0 -79
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts +0 -23
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js +0 -74
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js +0 -75
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js +0 -75
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js +0 -118
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js +0 -81
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts +0 -24
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js +0 -43
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js +0 -104
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts +0 -33
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js +0 -67
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js +0 -81
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts +0 -24
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js +0 -43
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js +0 -75
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterOperator.d.ts +0 -27
- package/lib/stores/filter/QueryBuilderFilterOperator.d.ts.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterOperator.js +0 -20
- package/lib/stores/filter/QueryBuilderFilterOperator.js.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.d.ts +0 -18
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.d.ts.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.js +0 -44
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.js.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterState.d.ts +0 -123
- package/lib/stores/filter/QueryBuilderFilterState.d.ts.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterState.js +0 -531
- package/lib/stores/filter/QueryBuilderFilterState.js.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.d.ts +0 -19
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.d.ts.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.js +0 -74
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.js.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts +0 -19
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.js +0 -78
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.d.ts +0 -21
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.js +0 -257
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js +0 -71
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js +0 -71
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js +0 -115
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts +0 -27
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js +0 -83
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts +0 -27
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js +0 -83
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js +0 -103
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js +0 -65
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts +0 -27
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js +0 -83
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts +0 -27
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js +0 -83
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js +0 -71
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js.map +0 -1
- package/src/QueryBuilder_Const.ts +0 -88
- package/src/components/QueryBuilder.tsx +0 -412
- package/src/components/QueryBuilderParameterPanel.tsx +0 -403
- package/src/components/QueryBuilderPropertyExpressionEditor.tsx +0 -374
- package/src/components/QueryBuilderResultPanel.tsx +0 -640
- package/src/components/QueryBuilderSetupPanel.tsx +0 -342
- package/src/components/QueryBuilderTextEditor.tsx +0 -127
- package/src/components/QueryBuilderUnsupportedQueryEditor.tsx +0 -112
- package/src/components/QueryBuilder_TestID.ts +0 -26
- package/src/components/explorer/QueryBuilderExplorerPanel.tsx +0 -927
- package/src/components/explorer/QueryBuilderFunctionsExplorerPanel.tsx +0 -554
- package/src/components/explorer/QueryBuilderMilestoneEditor.tsx +0 -291
- package/src/components/explorer/QueryBuilderPropertySearchPanel.tsx +0 -617
- package/src/components/fetch-structure/QueryBuilderFetchStructurePanel.tsx +0 -112
- package/src/components/fetch-structure/QueryBuilderGraphFetchTreePanel.tsx +0 -276
- package/src/components/fetch-structure/QueryBuilderPostFilterPanel.tsx +0 -1103
- package/src/components/fetch-structure/QueryBuilderProjectionPanel.tsx +0 -649
- package/src/components/fetch-structure/QueryBuilderResultModifierPanel.tsx +0 -254
- package/src/components/filter/QueryBuilderFilterPanel.tsx +0 -890
- package/src/components/shared/ElementIconUtils.tsx +0 -47
- package/src/components/shared/QueryBuilderLambdaEditor.tsx +0 -120
- package/src/components/shared/QueryBuilderPanelIssueCountBadge.tsx +0 -40
- package/src/components/shared/QueryBuilderPropertyInfoTooltip.tsx +0 -87
- 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 -573
- 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/QueryBuilderGroupOperationHelper.ts +0 -54
- package/src/stores/QueryBuilderPreviewDataHelper.ts +0 -210
- package/src/stores/QueryBuilderPropertyEditorState.ts +0 -668
- package/src/stores/QueryBuilderResultState.ts +0 -281
- package/src/stores/QueryBuilderSetupState.ts +0 -236
- package/src/stores/QueryBuilderState.ts +0 -465
- package/src/stores/QueryBuilderStateBuilder.ts +0 -584
- package/src/stores/QueryBuilderStateTestUtils.ts +0 -96
- package/src/stores/QueryBuilderTypeaheadHelper.ts +0 -155
- package/src/stores/QueryBuilderUnsupportedState.ts +0 -42
- package/src/stores/QueryBuilderValueSpecificationBuilder.ts +0 -179
- package/src/stores/QueryBuilderValueSpecificationBuilderHelper.ts +0 -254
- package/src/stores/QueryBuilderValueSpecificationHelper.ts +0 -359
- package/src/stores/QueryParametersState.ts +0 -52
- package/src/stores/QueryTextEditorState.ts +0 -203
- package/src/stores/explorer/QueryBuilderExplorerState.ts +0 -810
- package/src/stores/explorer/QueryBuilderPropertySearchPanelState.ts +0 -333
- package/src/stores/explorer/QueryFunctionsExplorerState.ts +0 -376
- package/src/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.ts +0 -65
- package/src/stores/fetch-structure/QueryBuilderFetchStructureState.ts +0 -108
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.ts +0 -240
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.ts +0 -131
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.ts +0 -282
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.ts +0 -154
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.ts +0 -329
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionState.ts +0 -569
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.ts +0 -426
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.ts +0 -416
- package/src/stores/fetch-structure/projection/QueryResultSetModifierState.ts +0 -95
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.ts +0 -79
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.ts +0 -41
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.ts +0 -145
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.ts +0 -228
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.ts +0 -109
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.ts +0 -98
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.ts +0 -106
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.ts +0 -96
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.ts +0 -173
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.ts +0 -155
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.ts +0 -174
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.ts +0 -174
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.ts +0 -98
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.ts +0 -98
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.ts +0 -88
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.ts +0 -66
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.ts +0 -65
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.ts +0 -808
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.ts +0 -297
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.ts +0 -121
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.ts +0 -129
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.ts +0 -140
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.ts +0 -135
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts +0 -218
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.ts +0 -143
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts +0 -70
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.ts +0 -183
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.ts +0 -113
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.ts +0 -143
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.ts +0 -70
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.ts +0 -135
- package/src/stores/filter/QueryBuilderFilterOperator.ts +0 -52
- package/src/stores/filter/QueryBuilderFilterOperatorLoader.ts +0 -65
- package/src/stores/filter/QueryBuilderFilterState.ts +0 -738
- package/src/stores/filter/QueryBuilderFilterStateBuilder.ts +0 -155
- package/src/stores/filter/QueryBuilderFilterValueSpecificationBuilder.ts +0 -120
- package/src/stores/filter/operators/QueryBuilderFilterOperatorHelper.ts +0 -524
- package/src/stores/filter/operators/QueryBuilderFilterOperator_Contain.ts +0 -134
- package/src/stores/filter/operators/QueryBuilderFilterOperator_EndWith.ts +0 -134
- package/src/stores/filter/operators/QueryBuilderFilterOperator_Equal.ts +0 -211
- package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.ts +0 -145
- package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.ts +0 -145
- package/src/stores/filter/operators/QueryBuilderFilterOperator_In.ts +0 -181
- package/src/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.ts +0 -125
- package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThan.ts +0 -145
- package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.ts +0 -145
- package/src/stores/filter/operators/QueryBuilderFilterOperator_StartWith.ts +0 -134
@@ -1,242 +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 { Class, getAllOwnClassProperties, getAllClassProperties, getAllClassDerivedProperties, PrimitiveType, PRIMITIVE_TYPE, } from '@finos/legend-graph';
|
17
|
-
import { addUniqueEntry, deleteEntry, guaranteeNonNullable, } from '@finos/legend-shared';
|
18
|
-
import { makeAutoObservable, observable, computed, action } from 'mobx';
|
19
|
-
import { QUERY_BUILDER_PROPERTY_SEARCH_MAX_DEPTH, QUERY_BUILDER_PROPERTY_SEARCH_RESULTS_LIMIT, QUERY_BUILDER_PROPERTY_SEARCH_TYPE, } from '../../QueryBuilder_Const.js';
|
20
|
-
import { getQueryBuilderPropertyNodeData, getQueryBuilderSubTypeNodeData, QueryBuilderExplorerTreePropertyNodeData, QueryBuilderExplorerTreeSubTypeNodeData, } from './QueryBuilderExplorerState.js';
|
21
|
-
export class QueryBuilderPropertySearchState {
|
22
|
-
queryBuilderState;
|
23
|
-
// TODO: Check if we could clean this up as this seems quite complicated and its purpose is not clear to me
|
24
|
-
// See https://github.com/finos/legend-studio/pull/1212
|
25
|
-
allMappedPropertyNodes = [];
|
26
|
-
searchedMappedPropertyNodes = [];
|
27
|
-
isSearchPanelOpen = false;
|
28
|
-
isSearchPanelHidden = false;
|
29
|
-
searchText = '';
|
30
|
-
filterByMultiple;
|
31
|
-
typeFilters;
|
32
|
-
constructor(queryBuilderState) {
|
33
|
-
makeAutoObservable(this, {
|
34
|
-
queryBuilderState: false,
|
35
|
-
searchedMappedPropertyNodes: observable,
|
36
|
-
isSearchPanelOpen: observable,
|
37
|
-
isSearchPanelHidden: observable,
|
38
|
-
searchText: observable,
|
39
|
-
filteredPropertyNodes: computed,
|
40
|
-
setSearchText: action,
|
41
|
-
setSearchedMappedPropertyNodes: action,
|
42
|
-
setIsSearchPanelOpen: action,
|
43
|
-
setIsSearchPanelHidden: action,
|
44
|
-
refreshPropertyState: action,
|
45
|
-
setFilterByMultiple: action,
|
46
|
-
toggleTypeFilter: action,
|
47
|
-
});
|
48
|
-
this.queryBuilderState = queryBuilderState;
|
49
|
-
this.filterByMultiple = true;
|
50
|
-
this.typeFilters = [
|
51
|
-
QUERY_BUILDER_PROPERTY_SEARCH_TYPE.CLASS,
|
52
|
-
QUERY_BUILDER_PROPERTY_SEARCH_TYPE.STRING,
|
53
|
-
QUERY_BUILDER_PROPERTY_SEARCH_TYPE.BOOLEAN,
|
54
|
-
QUERY_BUILDER_PROPERTY_SEARCH_TYPE.NUMBER,
|
55
|
-
QUERY_BUILDER_PROPERTY_SEARCH_TYPE.DATE,
|
56
|
-
];
|
57
|
-
}
|
58
|
-
toggleTypeFilter(val) {
|
59
|
-
if (this.typeFilters.includes(val)) {
|
60
|
-
deleteEntry(this.typeFilters, val);
|
61
|
-
}
|
62
|
-
else {
|
63
|
-
addUniqueEntry(this.typeFilters, val);
|
64
|
-
}
|
65
|
-
}
|
66
|
-
setFilterByMultiple(val) {
|
67
|
-
this.filterByMultiple = val;
|
68
|
-
}
|
69
|
-
getMultiplePropertyNodes() {
|
70
|
-
return this.searchedMappedPropertyNodes.filter((node) => {
|
71
|
-
if (node instanceof QueryBuilderExplorerTreePropertyNodeData) {
|
72
|
-
if (node.property.multiplicity.upperBound === undefined ||
|
73
|
-
node.property.multiplicity.upperBound > 1) {
|
74
|
-
return true;
|
75
|
-
}
|
76
|
-
const parentNode = this.allMappedPropertyNodes.find((pn) => pn.id === node.parentId);
|
77
|
-
if (parentNode instanceof QueryBuilderExplorerTreePropertyNodeData &&
|
78
|
-
(parentNode.property.multiplicity.upperBound === undefined ||
|
79
|
-
parentNode.property.multiplicity.upperBound > 1)) {
|
80
|
-
return true;
|
81
|
-
}
|
82
|
-
}
|
83
|
-
return false;
|
84
|
-
});
|
85
|
-
}
|
86
|
-
classPropertyNodes() {
|
87
|
-
return this.searchedMappedPropertyNodes.filter((node) => {
|
88
|
-
if (node.type instanceof Class) {
|
89
|
-
return true;
|
90
|
-
}
|
91
|
-
return false;
|
92
|
-
});
|
93
|
-
}
|
94
|
-
stringPropertyNodes() {
|
95
|
-
return this.searchedMappedPropertyNodes.filter((node) => {
|
96
|
-
if (node.type instanceof PrimitiveType &&
|
97
|
-
node.type.name === PRIMITIVE_TYPE.STRING) {
|
98
|
-
return true;
|
99
|
-
}
|
100
|
-
return false;
|
101
|
-
});
|
102
|
-
}
|
103
|
-
numberPropertyNodes() {
|
104
|
-
return this.searchedMappedPropertyNodes.filter((node) => {
|
105
|
-
if (node.type instanceof PrimitiveType &&
|
106
|
-
(node.type.name === PRIMITIVE_TYPE.DECIMAL ||
|
107
|
-
node.type.name === PRIMITIVE_TYPE.NUMBER ||
|
108
|
-
node.type.name === PRIMITIVE_TYPE.INTEGER ||
|
109
|
-
node.type.name === PRIMITIVE_TYPE.FLOAT)) {
|
110
|
-
return true;
|
111
|
-
}
|
112
|
-
return false;
|
113
|
-
});
|
114
|
-
}
|
115
|
-
datePropertyNodes() {
|
116
|
-
return this.searchedMappedPropertyNodes.filter((node) => {
|
117
|
-
if (node.type instanceof PrimitiveType &&
|
118
|
-
(node.type.name === PRIMITIVE_TYPE.DATE ||
|
119
|
-
node.type.name === PRIMITIVE_TYPE.DATETIME ||
|
120
|
-
node.type.name === PRIMITIVE_TYPE.STRICTDATE ||
|
121
|
-
node.type.name === PRIMITIVE_TYPE.STRICTTIME ||
|
122
|
-
node.type.name === PRIMITIVE_TYPE.LATESTDATE)) {
|
123
|
-
return true;
|
124
|
-
}
|
125
|
-
return false;
|
126
|
-
});
|
127
|
-
}
|
128
|
-
booleanPropertyNodes() {
|
129
|
-
return this.searchedMappedPropertyNodes.filter((node) => {
|
130
|
-
if (node.type instanceof PrimitiveType &&
|
131
|
-
node.type.name === PRIMITIVE_TYPE.BOOLEAN) {
|
132
|
-
return true;
|
133
|
-
}
|
134
|
-
return false;
|
135
|
-
});
|
136
|
-
}
|
137
|
-
get filteredPropertyNodes() {
|
138
|
-
return this.searchedMappedPropertyNodes.filter((p) => {
|
139
|
-
if (!this.filterByMultiple &&
|
140
|
-
this.getMultiplePropertyNodes().includes(p)) {
|
141
|
-
return false;
|
142
|
-
}
|
143
|
-
if (!this.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.CLASS) &&
|
144
|
-
this.classPropertyNodes().includes(p)) {
|
145
|
-
return false;
|
146
|
-
}
|
147
|
-
if (!this.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.STRING) &&
|
148
|
-
this.stringPropertyNodes().includes(p)) {
|
149
|
-
return false;
|
150
|
-
}
|
151
|
-
if (!this.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.NUMBER) &&
|
152
|
-
this.numberPropertyNodes().includes(p)) {
|
153
|
-
return false;
|
154
|
-
}
|
155
|
-
if (!this.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.BOOLEAN) &&
|
156
|
-
this.booleanPropertyNodes().includes(p)) {
|
157
|
-
return false;
|
158
|
-
}
|
159
|
-
if (!this.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.DATE) &&
|
160
|
-
this.datePropertyNodes().includes(p)) {
|
161
|
-
return false;
|
162
|
-
}
|
163
|
-
return true;
|
164
|
-
});
|
165
|
-
}
|
166
|
-
fetchAllPropertyNodes() {
|
167
|
-
const treeData = this.queryBuilderState.explorerState.nonNullableTreeData;
|
168
|
-
let currentLevelPropertyNodes = [];
|
169
|
-
let nextLevelPropertyNodes = [];
|
170
|
-
Array.from(treeData.nodes.values())
|
171
|
-
.slice(1)
|
172
|
-
.forEach((node) => {
|
173
|
-
if (node.mappingData.mapped && !node.isPartOfDerivedPropertyBranch) {
|
174
|
-
currentLevelPropertyNodes.push(node);
|
175
|
-
this.allMappedPropertyNodes.push(node);
|
176
|
-
}
|
177
|
-
});
|
178
|
-
let currentDepth = 1;
|
179
|
-
const maxDepth = QUERY_BUILDER_PROPERTY_SEARCH_MAX_DEPTH;
|
180
|
-
while (currentLevelPropertyNodes.length && currentDepth <= maxDepth) {
|
181
|
-
const node = currentLevelPropertyNodes.shift();
|
182
|
-
if (node) {
|
183
|
-
if (node.childrenIds.length) {
|
184
|
-
if ((node instanceof QueryBuilderExplorerTreePropertyNodeData ||
|
185
|
-
node instanceof QueryBuilderExplorerTreeSubTypeNodeData) &&
|
186
|
-
node.type instanceof Class) {
|
187
|
-
(node instanceof QueryBuilderExplorerTreeSubTypeNodeData
|
188
|
-
? getAllOwnClassProperties(node.type)
|
189
|
-
: getAllClassProperties(node.type).concat(getAllClassDerivedProperties(node.type))).forEach((property) => {
|
190
|
-
const propertyTreeNodeData = getQueryBuilderPropertyNodeData(property, node, guaranteeNonNullable(this.queryBuilderState.explorerState
|
191
|
-
.mappingModelCoverageAnalysisResult));
|
192
|
-
if (propertyTreeNodeData?.mappingData.mapped &&
|
193
|
-
!propertyTreeNodeData.isPartOfDerivedPropertyBranch) {
|
194
|
-
nextLevelPropertyNodes.push(propertyTreeNodeData);
|
195
|
-
this.allMappedPropertyNodes.push(propertyTreeNodeData);
|
196
|
-
}
|
197
|
-
});
|
198
|
-
node.type._subclasses.forEach((subclass) => {
|
199
|
-
const subTypeTreeNodeData = getQueryBuilderSubTypeNodeData(subclass, node, guaranteeNonNullable(this.queryBuilderState.explorerState
|
200
|
-
.mappingModelCoverageAnalysisResult));
|
201
|
-
nextLevelPropertyNodes.push(subTypeTreeNodeData);
|
202
|
-
this.allMappedPropertyNodes.push(subTypeTreeNodeData);
|
203
|
-
});
|
204
|
-
}
|
205
|
-
}
|
206
|
-
}
|
207
|
-
if (!currentLevelPropertyNodes.length) {
|
208
|
-
currentLevelPropertyNodes = nextLevelPropertyNodes;
|
209
|
-
nextLevelPropertyNodes = [];
|
210
|
-
currentDepth++;
|
211
|
-
}
|
212
|
-
}
|
213
|
-
}
|
214
|
-
fetchMappedPropertyNodes(propName) {
|
215
|
-
const propertyName = propName.toLowerCase();
|
216
|
-
for (const node of this.allMappedPropertyNodes) {
|
217
|
-
if (node.label.toLowerCase().includes(propertyName)) {
|
218
|
-
this.searchedMappedPropertyNodes.push(node);
|
219
|
-
if (this.searchedMappedPropertyNodes.length >
|
220
|
-
QUERY_BUILDER_PROPERTY_SEARCH_RESULTS_LIMIT) {
|
221
|
-
break;
|
222
|
-
}
|
223
|
-
}
|
224
|
-
}
|
225
|
-
}
|
226
|
-
setIsSearchPanelOpen(val) {
|
227
|
-
this.isSearchPanelOpen = val;
|
228
|
-
}
|
229
|
-
setIsSearchPanelHidden(val) {
|
230
|
-
this.isSearchPanelHidden = val;
|
231
|
-
}
|
232
|
-
setSearchText(val) {
|
233
|
-
this.searchText = val;
|
234
|
-
}
|
235
|
-
setSearchedMappedPropertyNodes(val) {
|
236
|
-
this.searchedMappedPropertyNodes = val;
|
237
|
-
}
|
238
|
-
refreshPropertyState() {
|
239
|
-
this.setSearchedMappedPropertyNodes([]);
|
240
|
-
}
|
241
|
-
}
|
242
|
-
//# sourceMappingURL=QueryBuilderPropertySearchPanelState.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPropertySearchPanelState.js","sourceRoot":"","sources":["../../../src/stores/explorer/QueryBuilderPropertySearchPanelState.ts"],"names":[],"mappings":"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"}
|
@@ -1,59 +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 PackageableElement, ConcreteFunctionDefinition, Package, ROOT_PACKAGE_NAME } from '@finos/legend-graph';
|
17
|
-
import type { QueryBuilderState } from '../QueryBuilderState.js';
|
18
|
-
import type { TreeNodeData, TreeData } from '@finos/legend-art';
|
19
|
-
export declare const QUERY_BUILDER_FUNCTION_DND_TYPE = "QUERY_BUILDER_FUNCTION";
|
20
|
-
export interface QueryBuilderFunctionsExplorerDragSource {
|
21
|
-
node: QueryBuilderFunctionsExplorerTreeNodeData;
|
22
|
-
}
|
23
|
-
export declare class QueryBuilderFunctionsExplorerTreeNodeData implements TreeNodeData {
|
24
|
-
id: string;
|
25
|
-
label: string;
|
26
|
-
childrenIds: string[];
|
27
|
-
isOpen?: boolean | undefined;
|
28
|
-
packageableElement: PackageableElement;
|
29
|
-
constructor(id: string, label: string, packageableElement: PackageableElement);
|
30
|
-
}
|
31
|
-
export declare const generateFunctionsExplorerTreeNodeData: (queryBuilderState: QueryBuilderState, element: PackageableElement, rootPackageName: ROOT_PACKAGE_NAME) => QueryBuilderFunctionsExplorerTreeNodeData;
|
32
|
-
export declare const getFunctionsExplorerTreeData: (root: Package, queryBuilderState: QueryBuilderState, rootPackageName?: ROOT_PACKAGE_NAME) => TreeData<QueryBuilderFunctionsExplorerTreeNodeData>;
|
33
|
-
export declare const getFunctionsExplorerTreeNodeChildren: (queryBuilderState: QueryBuilderState, node: QueryBuilderFunctionsExplorerTreeNodeData, data: TreeData<QueryBuilderFunctionsExplorerTreeNodeData>, rootPackageName?: ROOT_PACKAGE_NAME) => QueryBuilderFunctionsExplorerTreeNodeData[];
|
34
|
-
export declare class QueryFunctionExplorerState {
|
35
|
-
readonly uuid: string;
|
36
|
-
queryFunctionsState: QueryFunctionsExplorerState;
|
37
|
-
concreteFunctionDefinition: ConcreteFunctionDefinition;
|
38
|
-
constructor(queryFunctionsState: QueryFunctionsExplorerState, concreteFunctionDefinition: ConcreteFunctionDefinition);
|
39
|
-
}
|
40
|
-
export declare class QueryFunctionsExplorerState {
|
41
|
-
queryBuilderState: QueryBuilderState;
|
42
|
-
treeData?: TreeData<QueryBuilderFunctionsExplorerTreeNodeData> | undefined;
|
43
|
-
dependencyTreeData?: TreeData<QueryBuilderFunctionsExplorerTreeNodeData> | undefined;
|
44
|
-
functionExplorerStates: QueryFunctionExplorerState[];
|
45
|
-
dependencyFunctionExplorerStates: QueryFunctionExplorerState[];
|
46
|
-
displayablePackagesSet: Set<Package>;
|
47
|
-
dependencyDisplayablePackagesSet: Set<Package>;
|
48
|
-
constructor(queryBuilderState: QueryBuilderState);
|
49
|
-
getTreeData(rootPackageName?: ROOT_PACKAGE_NAME): TreeData<QueryBuilderFunctionsExplorerTreeNodeData> | undefined;
|
50
|
-
initializeDisplayablePackagesSet(): Promise<void>;
|
51
|
-
initializeDependencyDisplayablePackagesSet(): Promise<void>;
|
52
|
-
setTreeData(val: TreeData<QueryBuilderFunctionsExplorerTreeNodeData> | undefined): void;
|
53
|
-
setDependencyTreeData(val: TreeData<QueryBuilderFunctionsExplorerTreeNodeData> | undefined): void;
|
54
|
-
refreshTree(): void;
|
55
|
-
get nonNullableTreeData(): TreeData<QueryBuilderFunctionsExplorerTreeNodeData>;
|
56
|
-
onTreeNodeSelect: (queryBuilderState: QueryBuilderState, node: QueryBuilderFunctionsExplorerTreeNodeData, data: TreeData<QueryBuilderFunctionsExplorerTreeNodeData>, rootPackageName?: ROOT_PACKAGE_NAME) => void;
|
57
|
-
initializeTreeData(): void;
|
58
|
-
}
|
59
|
-
//# sourceMappingURL=QueryFunctionsExplorerState.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryFunctionsExplorerState.d.ts","sourceRoot":"","sources":["../../../src/stores/explorer/QueryFunctionsExplorerState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,kBAAkB,EACvB,0BAA0B,EAC1B,OAAO,EAEP,iBAAiB,EAClB,MAAM,qBAAqB,CAAC;AAQ7B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAEhE,eAAO,MAAM,+BAA+B,2BAA2B,CAAC;AAExE,MAAM,WAAW,uCAAuC;IACtD,IAAI,EAAE,yCAAyC,CAAC;CACjD;AAED,qBAAa,yCAA0C,YAAW,YAAY;IAC5E,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,EAAE,CAAM;IAC3B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,kBAAkB,EAAE,kBAAkB,CAAC;gBAGrC,EAAE,EAAE,MAAM,EACV,KAAK,EAAE,MAAM,EACb,kBAAkB,EAAE,kBAAkB;CAMzC;AAgBD,eAAO,MAAM,qCAAqC,sBAC7B,iBAAiB,WAC3B,kBAAkB,mBACV,iBAAiB,KACjC,yCAmBD,CAAC;AA+CH,eAAO,MAAM,4BAA4B,SACjC,OAAO,qBACM,iBAAiB,0CAEnC,SAAS,yCAAyC,CA2CpD,CAAC;AAEF,eAAO,MAAM,oCAAoC,sBAC5B,iBAAiB,QAC9B,yCAAyC,QACzC,SAAS,yCAAyC,CAAC,0CAExD,yCAAyC,EAgB3C,CAAC;AASF,qBAAa,0BAA0B;IACrC,QAAQ,CAAC,IAAI,SAAU;IACvB,mBAAmB,EAAE,2BAA2B,CAAC;IACjD,0BAA0B,EAAE,0BAA0B,CAAC;gBAGrD,mBAAmB,EAAE,2BAA2B,EAChD,0BAA0B,EAAE,0BAA0B;CAQzD;AAED,qBAAa,2BAA2B;IACtC,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,QAAQ,CAAC,EAAE,QAAQ,CAAC,yCAAyC,CAAC,GAAG,SAAS,CAAC;IAC3E,kBAAkB,CAAC,EACf,QAAQ,CAAC,yCAAyC,CAAC,GACnD,SAAS,CAAC;IACd,sBAAsB,EAAE,0BAA0B,EAAE,CAAM;IAC1D,gCAAgC,EAAE,0BAA0B,EAAE,CAAM;IACpE,sBAAsB,EAAE,GAAG,CAAC,OAAO,CAAC,CAAsB;IAC1D,gCAAgC,EAAE,GAAG,CAAC,OAAO,CAAC,CAAsB;gBAExD,iBAAiB,EAAE,iBAAiB;IAehD,WAAW,CACT,eAAe,oBAAyB,GACvC,QAAQ,CAAC,yCAAyC,CAAC,GAAG,SAAS;IAS5D,gCAAgC,IAAI,OAAO,CAAC,IAAI,CAAC;IAOjD,0CAA0C,IAAI,OAAO,CAAC,IAAI,CAAC;IAOjE,WAAW,CACT,GAAG,EAAE,QAAQ,CAAC,yCAAyC,CAAC,GAAG,SAAS,GACnE,IAAI;IAIP,qBAAqB,CACnB,GAAG,EAAE,QAAQ,CAAC,yCAAyC,CAAC,GAAG,SAAS,GACnE,IAAI;IAIP,WAAW,IAAI,IAAI;IASnB,IAAI,mBAAmB,IAAI,QAAQ,CAAC,yCAAyC,CAAC,CAK7E;IAED,gBAAgB,sBACK,iBAAiB,QAC9B,yCAAyC,QACzC,SAAS,yCAAyC,CAAC,0CAExD,IAAI,CAmBL;IAEF,kBAAkB,IAAI,IAAI;CAiC3B"}
|
@@ -1,229 +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 { ConcreteFunctionDefinition, Package, Unit, ROOT_PACKAGE_NAME, } from '@finos/legend-graph';
|
17
|
-
import { addUniqueEntry, guaranteeNonNullable, isNonNullable, uuid, } from '@finos/legend-shared';
|
18
|
-
import { action, makeObservable, observable } from 'mobx';
|
19
|
-
export const QUERY_BUILDER_FUNCTION_DND_TYPE = 'QUERY_BUILDER_FUNCTION';
|
20
|
-
export class QueryBuilderFunctionsExplorerTreeNodeData {
|
21
|
-
id;
|
22
|
-
label;
|
23
|
-
childrenIds = [];
|
24
|
-
isOpen;
|
25
|
-
packageableElement;
|
26
|
-
constructor(id, label, packageableElement) {
|
27
|
-
this.id = id;
|
28
|
-
this.label = label;
|
29
|
-
this.packageableElement = packageableElement;
|
30
|
-
}
|
31
|
-
}
|
32
|
-
const getValidDisplayablePackageSet = (queryBuilderState, rootPackageName) => {
|
33
|
-
switch (rootPackageName) {
|
34
|
-
case ROOT_PACKAGE_NAME.PROJECT_DEPENDENCY_ROOT:
|
35
|
-
return queryBuilderState.queryFunctionsExplorerState
|
36
|
-
.dependencyDisplayablePackagesSet;
|
37
|
-
default:
|
38
|
-
return queryBuilderState.queryFunctionsExplorerState
|
39
|
-
.displayablePackagesSet;
|
40
|
-
}
|
41
|
-
};
|
42
|
-
export const generateFunctionsExplorerTreeNodeData = (queryBuilderState, element, rootPackageName) => ({
|
43
|
-
id: element.path,
|
44
|
-
label: element.name,
|
45
|
-
childrenIds: element instanceof Package
|
46
|
-
? element.children
|
47
|
-
.filter((child) => !(child instanceof Unit))
|
48
|
-
.filter((child) => (child instanceof Package &&
|
49
|
-
getValidDisplayablePackageSet(queryBuilderState, rootPackageName).has(child)) ||
|
50
|
-
child instanceof ConcreteFunctionDefinition)
|
51
|
-
.map((child) => child.path)
|
52
|
-
: [],
|
53
|
-
packageableElement: element,
|
54
|
-
});
|
55
|
-
const generateFunctionsExplorerTreeNodeChilrdren = (queryBuilderState, node, data, rootPackageName = ROOT_PACKAGE_NAME.MAIN) => {
|
56
|
-
const validDisplayablePackageSet = getValidDisplayablePackageSet(queryBuilderState, rootPackageName);
|
57
|
-
node.childrenIds = node.packageableElement.children
|
58
|
-
.filter((child) => !(child instanceof Unit))
|
59
|
-
.filter((child) =>
|
60
|
-
// avoid displaying empty packages
|
61
|
-
(child instanceof Package && validDisplayablePackageSet.has(child)) ||
|
62
|
-
child instanceof ConcreteFunctionDefinition)
|
63
|
-
.map((child) => child.path);
|
64
|
-
node.packageableElement.children
|
65
|
-
.filter((child) => !(child instanceof Unit))
|
66
|
-
.filter((child) =>
|
67
|
-
// avoid displaying empty packages
|
68
|
-
(child instanceof Package && validDisplayablePackageSet.has(child)) ||
|
69
|
-
child instanceof ConcreteFunctionDefinition)
|
70
|
-
.map((child) => generateFunctionsExplorerTreeNodeData(queryBuilderState, child, rootPackageName))
|
71
|
-
.forEach((childNode) => {
|
72
|
-
const currentNode = data.nodes.get(childNode.id);
|
73
|
-
if (currentNode) {
|
74
|
-
currentNode.childrenIds = childNode.childrenIds;
|
75
|
-
currentNode.label = childNode.label;
|
76
|
-
}
|
77
|
-
else {
|
78
|
-
data.nodes.set(childNode.id, childNode);
|
79
|
-
}
|
80
|
-
});
|
81
|
-
};
|
82
|
-
export const getFunctionsExplorerTreeData = (root, queryBuilderState, rootPackageName = ROOT_PACKAGE_NAME.MAIN) => {
|
83
|
-
const rootIds = [];
|
84
|
-
const nodes = new Map();
|
85
|
-
const validDisplayablePackageSet = getValidDisplayablePackageSet(queryBuilderState, rootPackageName);
|
86
|
-
switch (rootPackageName) {
|
87
|
-
case ROOT_PACKAGE_NAME.PROJECT_DEPENDENCY_ROOT:
|
88
|
-
if (queryBuilderState.graphManagerState.graph.dependencyManager.functions
|
89
|
-
.length === 0) {
|
90
|
-
return { rootIds, nodes };
|
91
|
-
}
|
92
|
-
break;
|
93
|
-
default:
|
94
|
-
if (queryBuilderState.graphManagerState.graph.ownFunctions.length === 0) {
|
95
|
-
return { rootIds, nodes };
|
96
|
-
}
|
97
|
-
}
|
98
|
-
root.children
|
99
|
-
.slice()
|
100
|
-
.filter((child) => !(child instanceof Unit))
|
101
|
-
.filter((child) => child instanceof Package && validDisplayablePackageSet.has(child))
|
102
|
-
.sort((a, b) => a.name.localeCompare(b.name))
|
103
|
-
.sort((a, b) => (b instanceof Package ? 1 : 0) - (a instanceof Package ? 1 : 0))
|
104
|
-
.forEach((childPackage) => {
|
105
|
-
const childTreeNodeData = generateFunctionsExplorerTreeNodeData(queryBuilderState, childPackage, rootPackageName);
|
106
|
-
addUniqueEntry(rootIds, childTreeNodeData.id);
|
107
|
-
nodes.set(childTreeNodeData.id, childTreeNodeData);
|
108
|
-
});
|
109
|
-
return { rootIds, nodes };
|
110
|
-
};
|
111
|
-
export const getFunctionsExplorerTreeNodeChildren = (queryBuilderState, node, data, rootPackageName = ROOT_PACKAGE_NAME.MAIN) => {
|
112
|
-
generateFunctionsExplorerTreeNodeChilrdren(queryBuilderState, node, data, rootPackageName);
|
113
|
-
return node.childrenIds
|
114
|
-
.map((id) => data.nodes.get(id))
|
115
|
-
.filter(isNonNullable)
|
116
|
-
.sort((a, b) => a.label.localeCompare(b.label))
|
117
|
-
.sort((a, b) => (b.packageableElement instanceof Package ? 1 : 0) -
|
118
|
-
(a.packageableElement instanceof Package ? 1 : 0));
|
119
|
-
};
|
120
|
-
const getAllPackagesFromElement = (element) => {
|
121
|
-
if (element.package) {
|
122
|
-
return [element.package].concat(getAllPackagesFromElement(element.package));
|
123
|
-
}
|
124
|
-
return [];
|
125
|
-
};
|
126
|
-
export class QueryFunctionExplorerState {
|
127
|
-
uuid = uuid();
|
128
|
-
queryFunctionsState;
|
129
|
-
concreteFunctionDefinition;
|
130
|
-
constructor(queryFunctionsState, concreteFunctionDefinition) {
|
131
|
-
makeObservable(this, {
|
132
|
-
concreteFunctionDefinition: observable,
|
133
|
-
});
|
134
|
-
this.queryFunctionsState = queryFunctionsState;
|
135
|
-
this.concreteFunctionDefinition = concreteFunctionDefinition;
|
136
|
-
}
|
137
|
-
}
|
138
|
-
export class QueryFunctionsExplorerState {
|
139
|
-
queryBuilderState;
|
140
|
-
treeData;
|
141
|
-
dependencyTreeData;
|
142
|
-
functionExplorerStates = [];
|
143
|
-
dependencyFunctionExplorerStates = [];
|
144
|
-
displayablePackagesSet = new Set();
|
145
|
-
dependencyDisplayablePackagesSet = new Set();
|
146
|
-
constructor(queryBuilderState) {
|
147
|
-
makeObservable(this, {
|
148
|
-
functionExplorerStates: observable.ref,
|
149
|
-
dependencyFunctionExplorerStates: observable.ref,
|
150
|
-
treeData: observable.ref,
|
151
|
-
dependencyTreeData: observable.ref,
|
152
|
-
setTreeData: action,
|
153
|
-
setDependencyTreeData: action,
|
154
|
-
refreshTree: action,
|
155
|
-
onTreeNodeSelect: action,
|
156
|
-
});
|
157
|
-
this.queryBuilderState = queryBuilderState;
|
158
|
-
this.initializeTreeData();
|
159
|
-
}
|
160
|
-
getTreeData(rootPackageName = ROOT_PACKAGE_NAME.MAIN) {
|
161
|
-
switch (rootPackageName) {
|
162
|
-
case ROOT_PACKAGE_NAME.PROJECT_DEPENDENCY_ROOT:
|
163
|
-
return this.dependencyTreeData;
|
164
|
-
default:
|
165
|
-
return this.treeData;
|
166
|
-
}
|
167
|
-
}
|
168
|
-
async initializeDisplayablePackagesSet() {
|
169
|
-
this.queryBuilderState.graphManagerState.graph.ownFunctions
|
170
|
-
.map((f) => getAllPackagesFromElement(f))
|
171
|
-
.flat()
|
172
|
-
.forEach((pkg) => this.displayablePackagesSet.add(pkg));
|
173
|
-
}
|
174
|
-
async initializeDependencyDisplayablePackagesSet() {
|
175
|
-
this.queryBuilderState.graphManagerState.graph.dependencyManager.functions
|
176
|
-
.map((f) => getAllPackagesFromElement(f))
|
177
|
-
.flat()
|
178
|
-
.forEach((pkg) => this.dependencyDisplayablePackagesSet.add(pkg));
|
179
|
-
}
|
180
|
-
setTreeData(val) {
|
181
|
-
this.treeData = val;
|
182
|
-
}
|
183
|
-
setDependencyTreeData(val) {
|
184
|
-
this.dependencyTreeData = val;
|
185
|
-
}
|
186
|
-
refreshTree() {
|
187
|
-
if (this.treeData) {
|
188
|
-
this.treeData = { ...this.treeData };
|
189
|
-
}
|
190
|
-
if (this.dependencyTreeData) {
|
191
|
-
this.dependencyTreeData = { ...this.dependencyTreeData };
|
192
|
-
}
|
193
|
-
}
|
194
|
-
get nonNullableTreeData() {
|
195
|
-
return guaranteeNonNullable(this.treeData, 'Query builder functions explorer tree data has not been initialized');
|
196
|
-
}
|
197
|
-
onTreeNodeSelect = (queryBuilderState, node, data, rootPackageName = ROOT_PACKAGE_NAME.MAIN) => {
|
198
|
-
if (node.packageableElement instanceof Package) {
|
199
|
-
if (node.childrenIds.length) {
|
200
|
-
node.isOpen = !node.isOpen;
|
201
|
-
generateFunctionsExplorerTreeNodeChilrdren(queryBuilderState, node, data, rootPackageName);
|
202
|
-
}
|
203
|
-
switch (rootPackageName) {
|
204
|
-
case ROOT_PACKAGE_NAME.PROJECT_DEPENDENCY_ROOT:
|
205
|
-
this.setDependencyTreeData({ ...data });
|
206
|
-
break;
|
207
|
-
default:
|
208
|
-
this.setTreeData({ ...data });
|
209
|
-
}
|
210
|
-
}
|
211
|
-
};
|
212
|
-
initializeTreeData() {
|
213
|
-
this.initializeDisplayablePackagesSet().finally(() => {
|
214
|
-
this.setTreeData(getFunctionsExplorerTreeData(this.queryBuilderState.graphManagerState.graph.root, this.queryBuilderState));
|
215
|
-
this.functionExplorerStates =
|
216
|
-
this.queryBuilderState.graphManagerState.graph.ownFunctions.map((f) => new QueryFunctionExplorerState(this, f));
|
217
|
-
});
|
218
|
-
if (this.queryBuilderState.graphManagerState.graph.dependencyManager
|
219
|
-
.hasDependencies) {
|
220
|
-
this.initializeDependencyDisplayablePackagesSet().finally(() => {
|
221
|
-
this.setDependencyTreeData(getFunctionsExplorerTreeData(this.queryBuilderState.graphManagerState.graph.dependencyManager
|
222
|
-
.root, this.queryBuilderState, ROOT_PACKAGE_NAME.PROJECT_DEPENDENCY_ROOT));
|
223
|
-
this.dependencyFunctionExplorerStates =
|
224
|
-
this.queryBuilderState.graphManagerState.graph.dependencyManager.functions.map((f) => new QueryFunctionExplorerState(this, f));
|
225
|
-
});
|
226
|
-
}
|
227
|
-
}
|
228
|
-
}
|
229
|
-
//# sourceMappingURL=QueryFunctionsExplorerState.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryFunctionsExplorerState.js","sourceRoot":"","sources":["../../../src/stores/explorer/QueryFunctionsExplorerState.ts"],"names":[],"mappings":"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"}
|
@@ -1,40 +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, CompilationError, LambdaFunction } from '@finos/legend-graph';
|
17
|
-
import type { QueryBuilderExplorerTreePropertyNodeData } from '../explorer/QueryBuilderExplorerState.js';
|
18
|
-
import type { QueryBuilderState } from '../QueryBuilderState.js';
|
19
|
-
import type { LambdaFunctionBuilderOption } from '../QueryBuilderValueSpecificationBuilderHelper.js';
|
20
|
-
import type { QueryBuilderFetchStructureState } from './QueryBuilderFetchStructureState.js';
|
21
|
-
export declare enum FETCH_STRUCTURE_IMPLEMENTATION {
|
22
|
-
PROJECTION = "PROJECTION",
|
23
|
-
GRAPH_FETCH = "GRAPH_FETCH"
|
24
|
-
}
|
25
|
-
export declare abstract class QueryBuilderFetchStructureImplementationState {
|
26
|
-
queryBuilderState: QueryBuilderState;
|
27
|
-
fetchStructureState: QueryBuilderFetchStructureState;
|
28
|
-
constructor(queryBuilderState: QueryBuilderState, fetchStructureState: QueryBuilderFetchStructureState);
|
29
|
-
abstract get type(): string;
|
30
|
-
abstract get usedExplorerTreePropertyNodeIDs(): string[];
|
31
|
-
abstract get validationIssues(): string[] | undefined;
|
32
|
-
abstract onClassChange(_class: Class | undefined): void;
|
33
|
-
abstract revealCompilationError(compilationError: CompilationError): boolean;
|
34
|
-
abstract clearCompilationError(): void;
|
35
|
-
abstract fetchProperty(node: QueryBuilderExplorerTreePropertyNodeData): void;
|
36
|
-
abstract fetchProperties(nodes: QueryBuilderExplorerTreePropertyNodeData[]): void;
|
37
|
-
abstract checkBeforeChangingImplementation(onChange: () => void): void;
|
38
|
-
abstract appendFetchStructure(lambdaFunction: LambdaFunction, options?: LambdaFunctionBuilderOption): void;
|
39
|
-
}
|
40
|
-
//# sourceMappingURL=QueryBuilderFetchStructureImplementationState.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFetchStructureImplementationState.d.ts","sourceRoot":"","sources":["../../../src/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EACV,KAAK,EACL,gBAAgB,EAChB,cAAc,EACf,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,0CAA0C,CAAC;AACzG,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,mDAAmD,CAAC;AACrG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAE5F,oBAAY,8BAA8B;IACxC,UAAU,eAAe;IACzB,WAAW,gBAAgB;CAC5B;AAED,8BAAsB,6CAA6C;IACjE,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,mBAAmB,EAAE,+BAA+B,CAAC;gBAGnD,iBAAiB,EAAE,iBAAiB,EACpC,mBAAmB,EAAE,+BAA+B;IAWtD,QAAQ,KAAK,IAAI,IAAI,MAAM,CAAC;IAC5B,QAAQ,KAAK,+BAA+B,IAAI,MAAM,EAAE,CAAC;IACzD,QAAQ,KAAK,gBAAgB,IAAI,MAAM,EAAE,GAAG,SAAS,CAAC;IACtD,QAAQ,CAAC,aAAa,CAAC,MAAM,EAAE,KAAK,GAAG,SAAS,GAAG,IAAI;IACvD,QAAQ,CAAC,sBAAsB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,OAAO;IAC5E,QAAQ,CAAC,qBAAqB,IAAI,IAAI;IACtC,QAAQ,CAAC,aAAa,CAAC,IAAI,EAAE,wCAAwC,GAAG,IAAI;IAC5E,QAAQ,CAAC,eAAe,CACtB,KAAK,EAAE,wCAAwC,EAAE,GAChD,IAAI;IACP,QAAQ,CAAC,iCAAiC,CAAC,QAAQ,EAAE,MAAM,IAAI,GAAG,IAAI;IACtE,QAAQ,CAAC,oBAAoB,CAC3B,cAAc,EAAE,cAAc,EAC9B,OAAO,CAAC,EAAE,2BAA2B,GACpC,IAAI;CACR"}
|
@@ -1,34 +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 { computed, makeObservable } from 'mobx';
|
17
|
-
export var FETCH_STRUCTURE_IMPLEMENTATION;
|
18
|
-
(function (FETCH_STRUCTURE_IMPLEMENTATION) {
|
19
|
-
FETCH_STRUCTURE_IMPLEMENTATION["PROJECTION"] = "PROJECTION";
|
20
|
-
FETCH_STRUCTURE_IMPLEMENTATION["GRAPH_FETCH"] = "GRAPH_FETCH";
|
21
|
-
})(FETCH_STRUCTURE_IMPLEMENTATION = FETCH_STRUCTURE_IMPLEMENTATION || (FETCH_STRUCTURE_IMPLEMENTATION = {}));
|
22
|
-
export class QueryBuilderFetchStructureImplementationState {
|
23
|
-
queryBuilderState;
|
24
|
-
fetchStructureState;
|
25
|
-
constructor(queryBuilderState, fetchStructureState) {
|
26
|
-
makeObservable(this, {
|
27
|
-
usedExplorerTreePropertyNodeIDs: computed,
|
28
|
-
validationIssues: computed,
|
29
|
-
});
|
30
|
-
this.queryBuilderState = queryBuilderState;
|
31
|
-
this.fetchStructureState = fetchStructureState;
|
32
|
-
}
|
33
|
-
}
|
34
|
-
//# sourceMappingURL=QueryBuilderFetchStructureImplementationState.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFetchStructureImplementationState.js","sourceRoot":"","sources":["../../../src/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAOH,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAMhD,MAAM,CAAN,IAAY,8BAGX;AAHD,WAAY,8BAA8B;IACxC,2DAAyB,CAAA;IACzB,6DAA2B,CAAA;AAC7B,CAAC,EAHW,8BAA8B,GAA9B,8BAA8B,KAA9B,8BAA8B,QAGzC;AAED,MAAM,OAAgB,6CAA6C;IACjE,iBAAiB,CAAoB;IACrC,mBAAmB,CAAkC;IAErD,YACE,iBAAoC,EACpC,mBAAoD;QAEpD,cAAc,CAAC,IAAI,EAAE;YACnB,+BAA+B,EAAE,QAAQ;YACzC,gBAAgB,EAAE,QAAQ;SAC3B,CAAC,CAAC;QAEH,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;QAC3C,IAAI,CAAC,mBAAmB,GAAG,mBAAmB,CAAC;IACjD,CAAC;CAiBF"}
|