@finos/legend-application-query 5.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/LICENSE +201 -0
- package/README.md +3 -0
- package/lib/LegendQueryAppEvent.d.ts +19 -0
- package/lib/LegendQueryAppEvent.d.ts.map +1 -0
- package/lib/LegendQueryAppEvent.js +21 -0
- package/lib/LegendQueryAppEvent.js.map +1 -0
- package/lib/QueryBuilder_Const.d.ts +77 -0
- package/lib/QueryBuilder_Const.d.ts.map +1 -0
- package/lib/QueryBuilder_Const.js +85 -0
- package/lib/QueryBuilder_Const.js.map +1 -0
- package/lib/application/LegendQuery.d.ts +27 -0
- package/lib/application/LegendQuery.d.ts.map +1 -0
- package/lib/application/LegendQuery.js +58 -0
- package/lib/application/LegendQuery.js.map +1 -0
- package/lib/application/LegendQueryApplicationConfig.d.ts +46 -0
- package/lib/application/LegendQueryApplicationConfig.d.ts.map +1 -0
- package/lib/application/LegendQueryApplicationConfig.js +35 -0
- package/lib/application/LegendQueryApplicationConfig.js.map +1 -0
- package/lib/application/LegendQueryPluginManager.d.ts +32 -0
- package/lib/application/LegendQueryPluginManager.d.ts.map +1 -0
- package/lib/application/LegendQueryPluginManager.js +46 -0
- package/lib/application/LegendQueryPluginManager.js.map +1 -0
- package/lib/components/LegendQueryApplication.d.ts +25 -0
- package/lib/components/LegendQueryApplication.d.ts.map +1 -0
- package/lib/components/LegendQueryApplication.js +39 -0
- package/lib/components/LegendQueryApplication.js.map +1 -0
- package/lib/components/LegendQueryBaseStoreProvider.d.ts +28 -0
- package/lib/components/LegendQueryBaseStoreProvider.d.ts.map +1 -0
- package/lib/components/LegendQueryBaseStoreProvider.js +32 -0
- package/lib/components/LegendQueryBaseStoreProvider.js.map +1 -0
- package/lib/components/QueryBuilder.d.ts +23 -0
- package/lib/components/QueryBuilder.d.ts.map +1 -0
- package/lib/components/QueryBuilder.js +91 -0
- package/lib/components/QueryBuilder.js.map +1 -0
- package/lib/components/QueryBuilderExplorerPanel.d.ts +34 -0
- package/lib/components/QueryBuilderExplorerPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderExplorerPanel.js +379 -0
- package/lib/components/QueryBuilderExplorerPanel.js.map +1 -0
- package/lib/components/QueryBuilderFetchStructurePanel.d.ts +23 -0
- package/lib/components/QueryBuilderFetchStructurePanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderFetchStructurePanel.js +89 -0
- package/lib/components/QueryBuilderFetchStructurePanel.js.map +1 -0
- package/lib/components/QueryBuilderFilterPanel.d.ts +23 -0
- package/lib/components/QueryBuilderFilterPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderFilterPanel.js +301 -0
- package/lib/components/QueryBuilderFilterPanel.js.map +1 -0
- package/lib/components/QueryBuilderFunctionsExplorerPanel.d.ts +23 -0
- package/lib/components/QueryBuilderFunctionsExplorerPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderFunctionsExplorerPanel.js +177 -0
- package/lib/components/QueryBuilderFunctionsExplorerPanel.js.map +1 -0
- package/lib/components/QueryBuilderGraphFetchTreePanel.d.ts +33 -0
- package/lib/components/QueryBuilderGraphFetchTreePanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderGraphFetchTreePanel.js +96 -0
- package/lib/components/QueryBuilderGraphFetchTreePanel.js.map +1 -0
- package/lib/components/QueryBuilderLambdaEditor.d.ts +42 -0
- package/lib/components/QueryBuilderLambdaEditor.d.ts.map +1 -0
- package/lib/components/QueryBuilderLambdaEditor.js +47 -0
- package/lib/components/QueryBuilderLambdaEditor.js.map +1 -0
- package/lib/components/QueryBuilderMilestoneEditor.d.ts +24 -0
- package/lib/components/QueryBuilderMilestoneEditor.d.ts.map +1 -0
- package/lib/components/QueryBuilderMilestoneEditor.js +120 -0
- package/lib/components/QueryBuilderMilestoneEditor.js.map +1 -0
- package/lib/components/QueryBuilderParameterPanel.d.ts +30 -0
- package/lib/components/QueryBuilderParameterPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderParameterPanel.js +148 -0
- package/lib/components/QueryBuilderParameterPanel.js.map +1 -0
- package/lib/components/QueryBuilderPostFilterPanel.d.ts +31 -0
- package/lib/components/QueryBuilderPostFilterPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderPostFilterPanel.js +373 -0
- package/lib/components/QueryBuilderPostFilterPanel.js.map +1 -0
- package/lib/components/QueryBuilderProjectionPanel.d.ts +23 -0
- package/lib/components/QueryBuilderProjectionPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderProjectionPanel.js +229 -0
- package/lib/components/QueryBuilderProjectionPanel.js.map +1 -0
- package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts +30 -0
- package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts.map +1 -0
- package/lib/components/QueryBuilderPropertyExpressionEditor.js +116 -0
- package/lib/components/QueryBuilderPropertyExpressionEditor.js.map +1 -0
- package/lib/components/QueryBuilderPropertyInfoTooltip.d.ts +26 -0
- package/lib/components/QueryBuilderPropertyInfoTooltip.d.ts.map +1 -0
- package/lib/components/QueryBuilderPropertyInfoTooltip.js +32 -0
- package/lib/components/QueryBuilderPropertyInfoTooltip.js.map +1 -0
- package/lib/components/QueryBuilderPropertySearchPanel.d.ts +24 -0
- package/lib/components/QueryBuilderPropertySearchPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderPropertySearchPanel.js +202 -0
- package/lib/components/QueryBuilderPropertySearchPanel.js.map +1 -0
- package/lib/components/QueryBuilderResultModifierPanel.d.ts +23 -0
- package/lib/components/QueryBuilderResultModifierPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderResultModifierPanel.js +88 -0
- package/lib/components/QueryBuilderResultModifierPanel.js.map +1 -0
- package/lib/components/QueryBuilderResultPanel.d.ts +23 -0
- package/lib/components/QueryBuilderResultPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderResultPanel.js +223 -0
- package/lib/components/QueryBuilderResultPanel.js.map +1 -0
- package/lib/components/QueryBuilderSetupPanel.d.ts +23 -0
- package/lib/components/QueryBuilderSetupPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderSetupPanel.js +148 -0
- package/lib/components/QueryBuilderSetupPanel.js.map +1 -0
- package/lib/components/QueryBuilderTextEditor.d.ts +23 -0
- package/lib/components/QueryBuilderTextEditor.d.ts.map +1 -0
- package/lib/components/QueryBuilderTextEditor.js +48 -0
- package/lib/components/QueryBuilderTextEditor.js.map +1 -0
- package/lib/components/QueryBuilderUnsupportedQueryEditor.d.ts +23 -0
- package/lib/components/QueryBuilderUnsupportedQueryEditor.d.ts.map +1 -0
- package/lib/components/QueryBuilderUnsupportedQueryEditor.js +35 -0
- package/lib/components/QueryBuilderUnsupportedQueryEditor.js.map +1 -0
- package/lib/components/QueryBuilder_TestID.d.ts +26 -0
- package/lib/components/QueryBuilder_TestID.d.ts.map +1 -0
- package/lib/components/QueryBuilder_TestID.js +27 -0
- package/lib/components/QueryBuilder_TestID.js.map +1 -0
- package/lib/components/QueryEditor.d.ts +29 -0
- package/lib/components/QueryEditor.d.ts.map +1 -0
- package/lib/components/QueryEditor.js +130 -0
- package/lib/components/QueryEditor.js.map +1 -0
- package/lib/components/QueryEditorComponentTestUtils.d.ts +35 -0
- package/lib/components/QueryEditorComponentTestUtils.d.ts.map +1 -0
- package/lib/components/QueryEditorComponentTestUtils.js +108 -0
- package/lib/components/QueryEditorComponentTestUtils.js.map +1 -0
- package/lib/components/QueryEditorStoreProvider.d.ts +37 -0
- package/lib/components/QueryEditorStoreProvider.d.ts.map +1 -0
- package/lib/components/QueryEditorStoreProvider.js +48 -0
- package/lib/components/QueryEditorStoreProvider.js.map +1 -0
- package/lib/components/QuerySetup.d.ts +18 -0
- package/lib/components/QuerySetup.d.ts.map +1 -0
- package/lib/components/QuerySetup.js +388 -0
- package/lib/components/QuerySetup.js.map +1 -0
- package/lib/components/QuerySetupStoreProvider.d.ts +23 -0
- package/lib/components/QuerySetupStoreProvider.d.ts.map +1 -0
- package/lib/components/QuerySetupStoreProvider.js +35 -0
- package/lib/components/QuerySetupStoreProvider.js.map +1 -0
- package/lib/components/shared/ElementIconUtils.d.ts +18 -0
- package/lib/components/shared/ElementIconUtils.d.ts.map +1 -0
- package/lib/components/shared/ElementIconUtils.js +37 -0
- package/lib/components/shared/ElementIconUtils.js.map +1 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts +21 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts.map +1 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js +27 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js.map +1 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts +24 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts.map +1 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.js +32 -0
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.js.map +1 -0
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts +21 -0
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts.map +1 -0
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js +20 -0
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js.map +1 -0
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts +21 -0
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts.map +1 -0
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js +20 -0
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts +25 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js +21 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts +18 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js +20 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts +22 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js +68 -0
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts +22 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js +207 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts +18 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js +18 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts +29 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js +182 -0
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js.map +1 -0
- package/lib/index.css +17 -0
- package/lib/index.css.map +1 -0
- package/lib/index.d.ts +36 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +36 -0
- package/lib/index.js.map +1 -0
- package/lib/package.json +99 -0
- package/lib/stores/LegendQueryApplicationPlugin.d.ts +47 -0
- package/lib/stores/LegendQueryApplicationPlugin.d.ts.map +1 -0
- package/lib/stores/LegendQueryApplicationPlugin.js +27 -0
- package/lib/stores/LegendQueryApplicationPlugin.js.map +1 -0
- package/lib/stores/LegendQueryBaseStore.d.ts +28 -0
- package/lib/stores/LegendQueryBaseStore.d.ts.map +1 -0
- package/lib/stores/LegendQueryBaseStore.js +28 -0
- package/lib/stores/LegendQueryBaseStore.js.map +1 -0
- package/lib/stores/LegendQueryEventService.d.ts +27 -0
- package/lib/stores/LegendQueryEventService.d.ts.map +1 -0
- package/lib/stores/LegendQueryEventService.js +29 -0
- package/lib/stores/LegendQueryEventService.js.map +1 -0
- package/lib/stores/LegendQueryRouter.d.ts +55 -0
- package/lib/stores/LegendQueryRouter.d.ts.map +1 -0
- package/lib/stores/LegendQueryRouter.js +50 -0
- package/lib/stores/LegendQueryRouter.js.map +1 -0
- package/lib/stores/QueryBuilderAggregationState.d.ts +53 -0
- package/lib/stores/QueryBuilderAggregationState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderAggregationState.js +122 -0
- package/lib/stores/QueryBuilderAggregationState.js.map +1 -0
- package/lib/stores/QueryBuilderExplorerState.d.ts +93 -0
- package/lib/stores/QueryBuilderExplorerState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderExplorerState.js +310 -0
- package/lib/stores/QueryBuilderExplorerState.js.map +1 -0
- package/lib/stores/QueryBuilderFetchStructureState.d.ts +33 -0
- package/lib/stores/QueryBuilderFetchStructureState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderFetchStructureState.js +50 -0
- package/lib/stores/QueryBuilderFetchStructureState.js.map +1 -0
- package/lib/stores/QueryBuilderFilterState.d.ts +127 -0
- package/lib/stores/QueryBuilderFilterState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderFilterState.js +566 -0
- package/lib/stores/QueryBuilderFilterState.js.map +1 -0
- package/lib/stores/QueryBuilderGraphFetchTreeState.d.ts +35 -0
- package/lib/stores/QueryBuilderGraphFetchTreeState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderGraphFetchTreeState.js +65 -0
- package/lib/stores/QueryBuilderGraphFetchTreeState.js.map +1 -0
- package/lib/stores/QueryBuilderGraphFetchTreeUtil.d.ts +41 -0
- package/lib/stores/QueryBuilderGraphFetchTreeUtil.d.ts.map +1 -0
- package/lib/stores/QueryBuilderGraphFetchTreeUtil.js +173 -0
- package/lib/stores/QueryBuilderGraphFetchTreeUtil.js.map +1 -0
- package/lib/stores/QueryBuilderLambdaBuilder.d.ts +30 -0
- package/lib/stores/QueryBuilderLambdaBuilder.d.ts.map +1 -0
- package/lib/stores/QueryBuilderLambdaBuilder.js +407 -0
- package/lib/stores/QueryBuilderLambdaBuilder.js.map +1 -0
- package/lib/stores/QueryBuilderLambdaProcessor.d.ts +56 -0
- package/lib/stores/QueryBuilderLambdaProcessor.d.ts.map +1 -0
- package/lib/stores/QueryBuilderLambdaProcessor.js +544 -0
- package/lib/stores/QueryBuilderLambdaProcessor.js.map +1 -0
- package/lib/stores/QueryBuilderOperatorsHelper.d.ts +28 -0
- package/lib/stores/QueryBuilderOperatorsHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderOperatorsHelper.js +123 -0
- package/lib/stores/QueryBuilderOperatorsHelper.js.map +1 -0
- package/lib/stores/QueryBuilderPostFilterOperator.d.ts +29 -0
- package/lib/stores/QueryBuilderPostFilterOperator.d.ts.map +1 -0
- package/lib/stores/QueryBuilderPostFilterOperator.js +30 -0
- package/lib/stores/QueryBuilderPostFilterOperator.js.map +1 -0
- package/lib/stores/QueryBuilderPostFilterProcessor.d.ts +24 -0
- package/lib/stores/QueryBuilderPostFilterProcessor.d.ts.map +1 -0
- package/lib/stores/QueryBuilderPostFilterProcessor.js +111 -0
- package/lib/stores/QueryBuilderPostFilterProcessor.js.map +1 -0
- package/lib/stores/QueryBuilderPostFilterState.d.ts +132 -0
- package/lib/stores/QueryBuilderPostFilterState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderPostFilterState.js +559 -0
- package/lib/stores/QueryBuilderPostFilterState.js.map +1 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.d.ts +25 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.js +161 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.js.map +1 -0
- package/lib/stores/QueryBuilderProjectionState.d.ts +104 -0
- package/lib/stores/QueryBuilderProjectionState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderProjectionState.js +432 -0
- package/lib/stores/QueryBuilderProjectionState.js.map +1 -0
- package/lib/stores/QueryBuilderPropertyEditorState.d.ts +62 -0
- package/lib/stores/QueryBuilderPropertyEditorState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderPropertyEditorState.js +384 -0
- package/lib/stores/QueryBuilderPropertyEditorState.js.map +1 -0
- package/lib/stores/QueryBuilderPropertySearchPanelState.d.ts +46 -0
- package/lib/stores/QueryBuilderPropertySearchPanelState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderPropertySearchPanelState.js +240 -0
- package/lib/stores/QueryBuilderPropertySearchPanelState.js.map +1 -0
- package/lib/stores/QueryBuilderResultState.d.ts +38 -0
- package/lib/stores/QueryBuilderResultState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderResultState.js +164 -0
- package/lib/stores/QueryBuilderResultState.js.map +1 -0
- package/lib/stores/QueryBuilderSetupState.d.ts +46 -0
- package/lib/stores/QueryBuilderSetupState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderSetupState.js +163 -0
- package/lib/stores/QueryBuilderSetupState.js.map +1 -0
- package/lib/stores/QueryBuilderState.d.ts +101 -0
- package/lib/stores/QueryBuilderState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderState.js +371 -0
- package/lib/stores/QueryBuilderState.js.map +1 -0
- package/lib/stores/QueryBuilderUnsupportedState.d.ts +26 -0
- package/lib/stores/QueryBuilderUnsupportedState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderUnsupportedState.js +36 -0
- package/lib/stores/QueryBuilderUnsupportedState.js.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts +19 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js +50 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js.map +1 -0
- package/lib/stores/QueryEditorStore.d.ts +98 -0
- package/lib/stores/QueryEditorStore.d.ts.map +1 -0
- package/lib/stores/QueryEditorStore.js +370 -0
- package/lib/stores/QueryEditorStore.js.map +1 -0
- package/lib/stores/QueryEditorStoreTestUtils.d.ts +18 -0
- package/lib/stores/QueryEditorStoreTestUtils.d.ts.map +1 -0
- package/lib/stores/QueryEditorStoreTestUtils.js +42 -0
- package/lib/stores/QueryEditorStoreTestUtils.js.map +1 -0
- package/lib/stores/QueryFunctionsExplorerState.d.ts +63 -0
- package/lib/stores/QueryFunctionsExplorerState.d.ts.map +1 -0
- package/lib/stores/QueryFunctionsExplorerState.js +238 -0
- package/lib/stores/QueryFunctionsExplorerState.js.map +1 -0
- package/lib/stores/QueryParametersState.d.ts +30 -0
- package/lib/stores/QueryParametersState.d.ts.map +1 -0
- package/lib/stores/QueryParametersState.js +42 -0
- package/lib/stores/QueryParametersState.js.map +1 -0
- package/lib/stores/QueryResultSetModifierState.d.ts +52 -0
- package/lib/stores/QueryResultSetModifierState.d.ts.map +1 -0
- package/lib/stores/QueryResultSetModifierState.js +165 -0
- package/lib/stores/QueryResultSetModifierState.js.map +1 -0
- package/lib/stores/QuerySetupStore.d.ts +86 -0
- package/lib/stores/QuerySetupStore.d.ts.map +1 -0
- package/lib/stores/QuerySetupStore.js +297 -0
- package/lib/stores/QuerySetupStore.js.map +1 -0
- package/lib/stores/QueryTextEditorState.d.ts +49 -0
- package/lib/stores/QueryTextEditorState.d.ts.map +1 -0
- package/lib/stores/QueryTextEditorState.js +145 -0
- package/lib/stores/QueryTextEditorState.js.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperatorHelper.d.ts +21 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperatorHelper.d.ts.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperatorHelper.js +40 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperatorHelper.js.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Average.d.ts +26 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Average.d.ts.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Average.js +50 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Average.js.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Count.d.ts +26 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Count.d.ts.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Count.js +55 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Count.js.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Distinct.d.ts +25 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Distinct.d.ts.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Distinct.js +50 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Distinct.js.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_DistinctCount.d.ts +26 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_DistinctCount.d.ts.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_DistinctCount.js +77 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_DistinctCount.js.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_JoinString.d.ts +26 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_JoinString.d.ts.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_JoinString.js +66 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_JoinString.js.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Max.d.ts +25 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Max.d.ts.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Max.js +86 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Max.js.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Min.d.ts +25 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Min.d.ts.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Min.js +86 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Min.js.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_StdDev_Population.d.ts +26 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_StdDev_Population.d.ts.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_StdDev_Population.js +50 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_StdDev_Population.js.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts +26 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_StdDev_Sample.js +50 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_StdDev_Sample.js.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Sum.d.ts +25 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Sum.d.ts.map +1 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Sum.js +45 -0
- package/lib/stores/aggregateOperators/QueryBuilderAggregateOperator_Sum.js.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperatorHelper.d.ts +20 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperatorHelper.d.ts.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperatorHelper.js +257 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperatorHelper.js.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_Contain.d.ts +31 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_Contain.d.ts.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_Contain.js +72 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_Contain.js.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_EndWith.d.ts +31 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_EndWith.d.ts.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_EndWith.js +72 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_EndWith.js.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_Equal.d.ts +31 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_Equal.d.ts.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_Equal.js +139 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_Equal.js.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_GreaterThan.d.ts +26 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_GreaterThan.d.ts.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_GreaterThan.js +107 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_GreaterThan.js.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts +26 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_GreaterThanEqual.js +107 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_GreaterThanEqual.js.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_In.d.ts +31 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_In.d.ts.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_In.js +103 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_In.js.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_IsEmpty.d.ts +31 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_IsEmpty.d.ts.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_IsEmpty.js +65 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_IsEmpty.js.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_LessThan.d.ts +26 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_LessThan.d.ts.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_LessThan.js +108 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_LessThan.js.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_LessThanEqual.d.ts +26 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_LessThanEqual.d.ts.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_LessThanEqual.js +107 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_LessThanEqual.js.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_StartWith.d.ts +31 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_StartWith.d.ts.map +1 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_StartWith.js +72 -0
- package/lib/stores/filterOperators/QueryBuilderFilterOperator_StartWith.js.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperatorHelper.d.ts +23 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperatorHelper.d.ts.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperatorHelper.js +74 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperatorHelper.js.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_Contain.d.ts +32 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_Contain.d.ts.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_Contain.js +76 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_Contain.js.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_EndWith.d.ts +32 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_EndWith.d.ts.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_EndWith.js +76 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_EndWith.js.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_Equal.d.ts +32 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_Equal.d.ts.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_Equal.js +142 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_Equal.js.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_GreaterThan.d.ts +27 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_GreaterThan.d.ts.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_GreaterThan.js +105 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_GreaterThan.js.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts +24 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_GreaterThanEqual.js +43 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_GreaterThanEqual.js.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_In.d.ts +32 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_In.d.ts.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_In.js +104 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_In.js.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_IsEmpty.d.ts +33 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_IsEmpty.d.ts.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_IsEmpty.js +67 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_IsEmpty.js.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_LessThan.d.ts +27 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_LessThan.d.ts.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_LessThan.js +105 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_LessThan.js.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts +24 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_LessThanEqual.js +43 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_LessThanEqual.js.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_StartWith.d.ts +32 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_StartWith.d.ts.map +1 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_StartWith.js +76 -0
- package/lib/stores/postFilterOperators/QueryBuilderPostFilterOperator_StartWith.js.map +1 -0
- package/package.json +99 -0
- package/src/LegendQueryAppEvent.ts +20 -0
- package/src/QueryBuilder_Const.ts +88 -0
- package/src/application/LegendQuery.tsx +92 -0
- package/src/application/LegendQueryApplicationConfig.ts +77 -0
- package/src/application/LegendQueryPluginManager.ts +67 -0
- package/src/components/LegendQueryApplication.tsx +104 -0
- package/src/components/LegendQueryBaseStoreProvider.tsx +68 -0
- package/src/components/QueryBuilder.tsx +375 -0
- package/src/components/QueryBuilderExplorerPanel.tsx +998 -0
- package/src/components/QueryBuilderFetchStructurePanel.tsx +184 -0
- package/src/components/QueryBuilderFilterPanel.tsx +858 -0
- package/src/components/QueryBuilderFunctionsExplorerPanel.tsx +598 -0
- package/src/components/QueryBuilderGraphFetchTreePanel.tsx +270 -0
- package/src/components/QueryBuilderLambdaEditor.tsx +117 -0
- package/src/components/QueryBuilderMilestoneEditor.tsx +291 -0
- package/src/components/QueryBuilderParameterPanel.tsx +434 -0
- package/src/components/QueryBuilderPostFilterPanel.tsx +1061 -0
- package/src/components/QueryBuilderProjectionPanel.tsx +652 -0
- package/src/components/QueryBuilderPropertyExpressionEditor.tsx +370 -0
- package/src/components/QueryBuilderPropertyInfoTooltip.tsx +87 -0
- package/src/components/QueryBuilderPropertySearchPanel.tsx +617 -0
- package/src/components/QueryBuilderResultModifierPanel.tsx +252 -0
- package/src/components/QueryBuilderResultPanel.tsx +582 -0
- package/src/components/QueryBuilderSetupPanel.tsx +341 -0
- package/src/components/QueryBuilderTextEditor.tsx +127 -0
- package/src/components/QueryBuilderUnsupportedQueryEditor.tsx +110 -0
- package/src/components/QueryBuilder_TestID.ts +26 -0
- package/src/components/QueryEditor.tsx +345 -0
- package/src/components/QueryEditorComponentTestUtils.tsx +200 -0
- package/src/components/QueryEditorStoreProvider.tsx +128 -0
- package/src/components/QuerySetup.tsx +907 -0
- package/src/components/QuerySetupStoreProvider.tsx +65 -0
- package/src/components/shared/ElementIconUtils.tsx +47 -0
- package/src/graphManager/QueryBuilder_GraphManagerPlugin.ts +32 -0
- package/src/graphManager/QueryBuilder_GraphManagerPreset.ts +33 -0
- package/src/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.ts +22 -0
- package/src/graphManager/action/analytics/ServiceExecutionAnalysis.ts +22 -0
- package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.ts +47 -0
- package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.ts +27 -0
- package/src/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.ts +170 -0
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.ts +573 -0
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.ts +28 -0
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.ts +296 -0
- package/src/index.ts +57 -0
- package/src/stores/LegendQueryApplicationPlugin.ts +61 -0
- package/src/stores/LegendQueryBaseStore.ts +47 -0
- package/src/stores/LegendQueryEventService.ts +38 -0
- package/src/stores/LegendQueryRouter.ts +114 -0
- package/src/stores/QueryBuilderAggregationState.ts +208 -0
- package/src/stores/QueryBuilderExplorerState.ts +590 -0
- package/src/stores/QueryBuilderFetchStructureState.ts +59 -0
- package/src/stores/QueryBuilderFilterState.ts +815 -0
- package/src/stores/QueryBuilderGraphFetchTreeState.ts +90 -0
- package/src/stores/QueryBuilderGraphFetchTreeUtil.ts +281 -0
- package/src/stores/QueryBuilderLambdaBuilder.ts +755 -0
- package/src/stores/QueryBuilderLambdaProcessor.ts +1239 -0
- package/src/stores/QueryBuilderOperatorsHelper.ts +191 -0
- package/src/stores/QueryBuilderPostFilterOperator.ts +66 -0
- package/src/stores/QueryBuilderPostFilterProcessor.ts +275 -0
- package/src/stores/QueryBuilderPostFilterState.ts +762 -0
- package/src/stores/QueryBuilderPreviewDataHelper.ts +300 -0
- package/src/stores/QueryBuilderProjectionState.ts +796 -0
- package/src/stores/QueryBuilderPropertyEditorState.ts +656 -0
- package/src/stores/QueryBuilderPropertySearchPanelState.ts +331 -0
- package/src/stores/QueryBuilderResultState.ts +263 -0
- package/src/stores/QueryBuilderSetupState.ts +236 -0
- package/src/stores/QueryBuilderState.ts +561 -0
- package/src/stores/QueryBuilderUnsupportedState.ts +42 -0
- package/src/stores/QueryBuilderValueSpecificationBuilderHelper.ts +76 -0
- package/src/stores/QueryEditorStore.ts +648 -0
- package/src/stores/QueryEditorStoreTestUtils.ts +46 -0
- package/src/stores/QueryFunctionsExplorerState.ts +386 -0
- package/src/stores/QueryParametersState.ts +54 -0
- package/src/stores/QueryResultSetModifierState.ts +307 -0
- package/src/stores/QuerySetupStore.ts +430 -0
- package/src/stores/QueryTextEditorState.ts +203 -0
- package/src/stores/aggregateOperators/QueryBuilderAggregateOperatorHelper.ts +111 -0
- package/src/stores/aggregateOperators/QueryBuilderAggregateOperator_Average.ts +100 -0
- package/src/stores/aggregateOperators/QueryBuilderAggregateOperator_Count.ts +108 -0
- package/src/stores/aggregateOperators/QueryBuilderAggregateOperator_Distinct.ts +98 -0
- package/src/stores/aggregateOperators/QueryBuilderAggregateOperator_DistinctCount.ts +175 -0
- package/src/stores/aggregateOperators/QueryBuilderAggregateOperator_JoinString.ts +157 -0
- package/src/stores/aggregateOperators/QueryBuilderAggregateOperator_Max.ts +176 -0
- package/src/stores/aggregateOperators/QueryBuilderAggregateOperator_Min.ts +176 -0
- package/src/stores/aggregateOperators/QueryBuilderAggregateOperator_StdDev_Population.ts +100 -0
- package/src/stores/aggregateOperators/QueryBuilderAggregateOperator_StdDev_Sample.ts +100 -0
- package/src/stores/aggregateOperators/QueryBuilderAggregateOperator_Sum.ts +90 -0
- package/src/stores/filterOperators/QueryBuilderFilterOperatorHelper.ts +524 -0
- package/src/stores/filterOperators/QueryBuilderFilterOperator_Contain.ts +134 -0
- package/src/stores/filterOperators/QueryBuilderFilterOperator_EndWith.ts +134 -0
- package/src/stores/filterOperators/QueryBuilderFilterOperator_Equal.ts +233 -0
- package/src/stores/filterOperators/QueryBuilderFilterOperator_GreaterThan.ts +164 -0
- package/src/stores/filterOperators/QueryBuilderFilterOperator_GreaterThanEqual.ts +164 -0
- package/src/stores/filterOperators/QueryBuilderFilterOperator_In.ts +181 -0
- package/src/stores/filterOperators/QueryBuilderFilterOperator_IsEmpty.ts +125 -0
- package/src/stores/filterOperators/QueryBuilderFilterOperator_LessThan.ts +165 -0
- package/src/stores/filterOperators/QueryBuilderFilterOperator_LessThanEqual.ts +164 -0
- package/src/stores/filterOperators/QueryBuilderFilterOperator_StartWith.ts +134 -0
- package/src/stores/postFilterOperators/QueryBuilderPostFilterOperatorHelper.ts +129 -0
- package/src/stores/postFilterOperators/QueryBuilderPostFilterOperator_Contain.ts +140 -0
- package/src/stores/postFilterOperators/QueryBuilderPostFilterOperator_EndWith.ts +135 -0
- package/src/stores/postFilterOperators/QueryBuilderPostFilterOperator_Equal.ts +238 -0
- package/src/stores/postFilterOperators/QueryBuilderPostFilterOperator_GreaterThan.ts +161 -0
- package/src/stores/postFilterOperators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts +70 -0
- package/src/stores/postFilterOperators/QueryBuilderPostFilterOperator_In.ts +183 -0
- package/src/stores/postFilterOperators/QueryBuilderPostFilterOperator_IsEmpty.ts +113 -0
- package/src/stores/postFilterOperators/QueryBuilderPostFilterOperator_LessThan.ts +161 -0
- package/src/stores/postFilterOperators/QueryBuilderPostFilterOperator_LessThanEqual.ts +70 -0
- package/src/stores/postFilterOperators/QueryBuilderPostFilterOperator_StartWith.ts +135 -0
- package/tsconfig.json +155 -0
- package/tsconfig.package.json +38 -0
@@ -0,0 +1,566 @@
|
|
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 { action, computed, makeAutoObservable, makeObservable, observable, } from 'mobx';
|
17
|
+
import { assertTrue, getNullableFirstElement, guaranteeNonNullable, guaranteeType, IllegalStateError, isNonNullable, uuid, addUniqueEntry, deleteEntry, assertErrorThrown, filterByType, } from '@finos/legend-shared';
|
18
|
+
import { QueryBuilderPropertyExpressionState } from './QueryBuilderPropertyEditorState.js';
|
19
|
+
import { extractElementNameFromPath, SimpleFunctionExpression, TYPICAL_MULTIPLICITY_TYPE, observe_ValueSpecification, } from '@finos/legend-graph';
|
20
|
+
import { DEFAULT_LAMBDA_VARIABLE_NAME, QUERY_BUILDER_SUPPORTED_FUNCTIONS, } from '../QueryBuilder_Const.js';
|
21
|
+
import { buildGenericLambdaFunctionInstanceValue } from './QueryBuilderValueSpecificationBuilderHelper.js';
|
22
|
+
import { fromGroupOperation, QUERY_BUILDER_GROUP_OPERATION, } from './QueryBuilderOperatorsHelper.js';
|
23
|
+
export class QueryBuilderFilterOperator {
|
24
|
+
uuid = uuid();
|
25
|
+
}
|
26
|
+
export var QUERY_BUILDER_FILTER_DND_TYPE;
|
27
|
+
(function (QUERY_BUILDER_FILTER_DND_TYPE) {
|
28
|
+
QUERY_BUILDER_FILTER_DND_TYPE["GROUP_CONDITION"] = "GROUP_CONDITION";
|
29
|
+
QUERY_BUILDER_FILTER_DND_TYPE["CONDITION"] = "CONDITION";
|
30
|
+
QUERY_BUILDER_FILTER_DND_TYPE["BLANK_CONDITION"] = "BLANK_CONDITION";
|
31
|
+
})(QUERY_BUILDER_FILTER_DND_TYPE = QUERY_BUILDER_FILTER_DND_TYPE || (QUERY_BUILDER_FILTER_DND_TYPE = {}));
|
32
|
+
export class FilterConditionState {
|
33
|
+
filterState;
|
34
|
+
propertyExpressionState;
|
35
|
+
operator;
|
36
|
+
value;
|
37
|
+
existsLambdaParamNames = [];
|
38
|
+
constructor(filterState, propertyExpression) {
|
39
|
+
makeAutoObservable(this, {
|
40
|
+
filterState: false,
|
41
|
+
operators: computed,
|
42
|
+
changeProperty: action,
|
43
|
+
changeOperator: action,
|
44
|
+
setOperator: action,
|
45
|
+
setValue: action,
|
46
|
+
addExistsLambdaParamNames: action,
|
47
|
+
});
|
48
|
+
this.filterState = filterState;
|
49
|
+
this.propertyExpressionState = new QueryBuilderPropertyExpressionState(filterState.queryBuilderState, propertyExpression);
|
50
|
+
// operator
|
51
|
+
assertTrue(this.operators.length !== 0, `Can't find an operator for property '${this.propertyExpressionState.path}': no operators registered`);
|
52
|
+
this.operator = this.operators[0];
|
53
|
+
this.setValue(this.operator.getDefaultFilterConditionValue(this));
|
54
|
+
}
|
55
|
+
get operators() {
|
56
|
+
return this.filterState.operators.filter((op) => op.isCompatibleWithFilterConditionProperty(this));
|
57
|
+
}
|
58
|
+
changeProperty(propertyExpression) {
|
59
|
+
try {
|
60
|
+
// first, check if the new property is supported
|
61
|
+
new FilterConditionState(this.filterState, propertyExpression);
|
62
|
+
}
|
63
|
+
catch (error) {
|
64
|
+
assertErrorThrown(error);
|
65
|
+
this.filterState.queryBuilderState.applicationStore.notifyError(error);
|
66
|
+
return;
|
67
|
+
}
|
68
|
+
// observe the property expression
|
69
|
+
observe_ValueSpecification(propertyExpression, this.filterState.queryBuilderState.observableContext);
|
70
|
+
this.propertyExpressionState = new QueryBuilderPropertyExpressionState(this.filterState.queryBuilderState, propertyExpression);
|
71
|
+
const newCompatibleOperators = this.operators;
|
72
|
+
assertTrue(newCompatibleOperators.length !== 0, `Can't find an operator for property '${this.propertyExpressionState.path}': no operators registered`);
|
73
|
+
if (!newCompatibleOperators.includes(this.operator)) {
|
74
|
+
this.changeOperator(newCompatibleOperators[0]);
|
75
|
+
}
|
76
|
+
else if (!this.operator.isCompatibleWithFilterConditionValue(this)) {
|
77
|
+
this.setValue(this.operator.getDefaultFilterConditionValue(this));
|
78
|
+
}
|
79
|
+
}
|
80
|
+
changeOperator(val) {
|
81
|
+
this.setOperator(val);
|
82
|
+
if (!this.operator.isCompatibleWithFilterConditionValue(this)) {
|
83
|
+
this.setValue(this.operator.getDefaultFilterConditionValue(this));
|
84
|
+
}
|
85
|
+
}
|
86
|
+
setOperator(val) {
|
87
|
+
this.operator = val;
|
88
|
+
}
|
89
|
+
setValue(val) {
|
90
|
+
this.value = val
|
91
|
+
? observe_ValueSpecification(val, this.filterState.queryBuilderState.observableContext)
|
92
|
+
: undefined;
|
93
|
+
}
|
94
|
+
addExistsLambdaParamNames(val) {
|
95
|
+
this.existsLambdaParamNames.push(val);
|
96
|
+
}
|
97
|
+
}
|
98
|
+
export class QueryBuilderFilterTreeNodeData {
|
99
|
+
id = uuid();
|
100
|
+
label = '';
|
101
|
+
// NOTE: we don't use the `isSelected` attribute is not used since we keep track of it from the tree data level
|
102
|
+
isOpen;
|
103
|
+
parentId;
|
104
|
+
constructor(parentId) {
|
105
|
+
this.parentId = parentId;
|
106
|
+
makeObservable(this, {
|
107
|
+
isOpen: observable,
|
108
|
+
parentId: observable,
|
109
|
+
setIsOpen: action,
|
110
|
+
setParentId: action,
|
111
|
+
});
|
112
|
+
}
|
113
|
+
setIsOpen(val) {
|
114
|
+
this.isOpen = val;
|
115
|
+
}
|
116
|
+
setParentId(val) {
|
117
|
+
this.parentId = val;
|
118
|
+
}
|
119
|
+
}
|
120
|
+
export class QueryBuilderFilterTreeGroupNodeData extends QueryBuilderFilterTreeNodeData {
|
121
|
+
groupOperation;
|
122
|
+
childrenIds = [];
|
123
|
+
constructor(parentId, groupOperation) {
|
124
|
+
super(parentId);
|
125
|
+
makeObservable(this, {
|
126
|
+
groupOperation: observable,
|
127
|
+
childrenIds: observable,
|
128
|
+
setGroupOperation: action,
|
129
|
+
addChildNode: action,
|
130
|
+
removeChildNode: action,
|
131
|
+
dragLayerLabel: computed,
|
132
|
+
});
|
133
|
+
this.groupOperation = groupOperation;
|
134
|
+
this.isOpen = true;
|
135
|
+
}
|
136
|
+
get dragLayerLabel() {
|
137
|
+
return `${this.groupOperation.toUpperCase()} group`;
|
138
|
+
}
|
139
|
+
setGroupOperation(val) {
|
140
|
+
this.groupOperation = val;
|
141
|
+
}
|
142
|
+
addChildNode(node) {
|
143
|
+
addUniqueEntry(this.childrenIds, node.id);
|
144
|
+
node.setParentId(this.id);
|
145
|
+
}
|
146
|
+
removeChildNode(node) {
|
147
|
+
deleteEntry(this.childrenIds, node.id);
|
148
|
+
node.setParentId(undefined);
|
149
|
+
}
|
150
|
+
addChildNodeAt(node, idx) {
|
151
|
+
if (!this.childrenIds.find((childId) => childId === node.id)) {
|
152
|
+
idx = Math.max(0, Math.min(idx, this.childrenIds.length - 1));
|
153
|
+
this.childrenIds.splice(idx, 0, node.id);
|
154
|
+
node.setParentId(this.id);
|
155
|
+
}
|
156
|
+
}
|
157
|
+
}
|
158
|
+
export class QueryBuilderFilterTreeConditionNodeData extends QueryBuilderFilterTreeNodeData {
|
159
|
+
condition;
|
160
|
+
constructor(parentId, condition) {
|
161
|
+
super(parentId);
|
162
|
+
makeObservable(this, {
|
163
|
+
condition: observable,
|
164
|
+
dragLayerLabel: computed,
|
165
|
+
});
|
166
|
+
this.condition = condition;
|
167
|
+
}
|
168
|
+
get dragLayerLabel() {
|
169
|
+
return this.condition.propertyExpressionState.title;
|
170
|
+
}
|
171
|
+
}
|
172
|
+
export class QueryBuilderFilterTreeBlankConditionNodeData extends QueryBuilderFilterTreeNodeData {
|
173
|
+
constructor(parentId) {
|
174
|
+
super(parentId);
|
175
|
+
makeObservable(this, {
|
176
|
+
dragLayerLabel: computed,
|
177
|
+
});
|
178
|
+
}
|
179
|
+
get dragLayerLabel() {
|
180
|
+
return '<blank>';
|
181
|
+
}
|
182
|
+
}
|
183
|
+
const buildFilterConditionExpression = (filterState, node) => {
|
184
|
+
if (node instanceof QueryBuilderFilterTreeConditionNodeData) {
|
185
|
+
return node.condition.operator.buildFilterConditionExpression(node.condition);
|
186
|
+
}
|
187
|
+
else if (node instanceof QueryBuilderFilterTreeGroupNodeData) {
|
188
|
+
const multiplicityOne = filterState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(TYPICAL_MULTIPLICITY_TYPE.ONE);
|
189
|
+
const func = new SimpleFunctionExpression(extractElementNameFromPath(fromGroupOperation(node.groupOperation)), multiplicityOne);
|
190
|
+
const clauses = node.childrenIds
|
191
|
+
.map((e) => filterState.nodes.get(e))
|
192
|
+
.filter(isNonNullable)
|
193
|
+
.map((e) => buildFilterConditionExpression(filterState, e))
|
194
|
+
.filter(isNonNullable);
|
195
|
+
/**
|
196
|
+
* NOTE: Due to a limitation (or perhaps design decision) in the engine, group operations
|
197
|
+
* like and/or do not take more than 2 parameters, as such, if we have more than 2, we need
|
198
|
+
* to create a chain of this operation to accomondate.
|
199
|
+
*
|
200
|
+
* This means that in the read direction, we might need to flatten the chains down to group with
|
201
|
+
* multiple clauses. This means user's intended grouping will not be kept.
|
202
|
+
*/
|
203
|
+
if (clauses.length > 2) {
|
204
|
+
const firstClause = clauses[0];
|
205
|
+
let currentClause = clauses[clauses.length - 1];
|
206
|
+
for (let i = clauses.length - 2; i > 0; --i) {
|
207
|
+
const clause1 = clauses[i];
|
208
|
+
const clause2 = currentClause;
|
209
|
+
const groupClause = new SimpleFunctionExpression(extractElementNameFromPath(fromGroupOperation(node.groupOperation)), multiplicityOne);
|
210
|
+
groupClause.parametersValues = [clause1, clause2];
|
211
|
+
currentClause = groupClause;
|
212
|
+
}
|
213
|
+
func.parametersValues = [firstClause, currentClause];
|
214
|
+
}
|
215
|
+
else {
|
216
|
+
func.parametersValues = clauses;
|
217
|
+
}
|
218
|
+
return func.parametersValues.length ? func : undefined;
|
219
|
+
}
|
220
|
+
return undefined;
|
221
|
+
};
|
222
|
+
export const buildFilterExpression = (filterState, getAllFunc) => {
|
223
|
+
const filterConditionExpressions = filterState.rootIds
|
224
|
+
.map((e) => guaranteeNonNullable(filterState.nodes.get(e)))
|
225
|
+
.map((e) => buildFilterConditionExpression(filterState, e))
|
226
|
+
.filter(isNonNullable);
|
227
|
+
if (!filterConditionExpressions.length) {
|
228
|
+
return undefined;
|
229
|
+
}
|
230
|
+
const multiplicityOne = filterState.queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(TYPICAL_MULTIPLICITY_TYPE.ONE);
|
231
|
+
// main filter expression
|
232
|
+
const filterExpression = new SimpleFunctionExpression(extractElementNameFromPath(QUERY_BUILDER_SUPPORTED_FUNCTIONS.FILTER), multiplicityOne);
|
233
|
+
// param [0]
|
234
|
+
filterExpression.parametersValues.push(getAllFunc);
|
235
|
+
// param [1]
|
236
|
+
filterExpression.parametersValues.push(buildGenericLambdaFunctionInstanceValue(filterState.lambdaParameterName, filterConditionExpressions, filterState.queryBuilderState.graphManagerState.graph));
|
237
|
+
return filterExpression;
|
238
|
+
};
|
239
|
+
export class QueryBuilderFilterState {
|
240
|
+
queryBuilderState;
|
241
|
+
lambdaParameterName = DEFAULT_LAMBDA_VARIABLE_NAME;
|
242
|
+
rootIds = [];
|
243
|
+
nodes = new Map();
|
244
|
+
selectedNode;
|
245
|
+
isRearrangingConditions = false;
|
246
|
+
operators = [];
|
247
|
+
_suppressClickawayEventListener = false;
|
248
|
+
constructor(queryBuilderState, operators) {
|
249
|
+
makeAutoObservable(this, {
|
250
|
+
queryBuilderState: false,
|
251
|
+
isValidMove: false,
|
252
|
+
setLambdaParameterName: action,
|
253
|
+
setRearrangingConditions: action,
|
254
|
+
suppressClickawayEventListener: action,
|
255
|
+
handleClickaway: action,
|
256
|
+
setSelectedNode: action,
|
257
|
+
addNodeFromNode: action,
|
258
|
+
replaceBlankNodeWithNode: action,
|
259
|
+
addGroupConditionNodeFromNode: action,
|
260
|
+
newGroupWithConditionFromNode: action,
|
261
|
+
removeNodeAndPruneBranch: action,
|
262
|
+
pruneTree: action,
|
263
|
+
simplifyTree: action,
|
264
|
+
collapseTree: action,
|
265
|
+
expandTree: action,
|
266
|
+
});
|
267
|
+
this.queryBuilderState = queryBuilderState;
|
268
|
+
this.operators = operators;
|
269
|
+
}
|
270
|
+
get isEmpty() {
|
271
|
+
return !this.nodes.size && !this.rootIds.length;
|
272
|
+
}
|
273
|
+
setLambdaParameterName(val) {
|
274
|
+
this.lambdaParameterName = val;
|
275
|
+
}
|
276
|
+
setRearrangingConditions(val) {
|
277
|
+
this.isRearrangingConditions = val;
|
278
|
+
}
|
279
|
+
suppressClickawayEventListener() {
|
280
|
+
this._suppressClickawayEventListener = true;
|
281
|
+
}
|
282
|
+
handleClickaway() {
|
283
|
+
if (this._suppressClickawayEventListener) {
|
284
|
+
this._suppressClickawayEventListener = false;
|
285
|
+
return;
|
286
|
+
}
|
287
|
+
this.setSelectedNode(undefined);
|
288
|
+
}
|
289
|
+
setSelectedNode(val) {
|
290
|
+
this.selectedNode = val;
|
291
|
+
}
|
292
|
+
getNode(id) {
|
293
|
+
return guaranteeNonNullable(this.nodes.get(id), `Can't find query builder filter tree node with ID '${id}'`);
|
294
|
+
}
|
295
|
+
getRootNode() {
|
296
|
+
assertTrue(this.rootIds.length < 2, 'Query builder filter tree cannot have more than 1 root');
|
297
|
+
const rootId = getNullableFirstElement(this.rootIds);
|
298
|
+
return rootId ? this.getNode(rootId) : undefined;
|
299
|
+
}
|
300
|
+
getParentNode(node) {
|
301
|
+
return node.parentId
|
302
|
+
? guaranteeType(this.nodes.get(node.parentId), QueryBuilderFilterTreeGroupNodeData)
|
303
|
+
: undefined;
|
304
|
+
}
|
305
|
+
addRootNode(node) {
|
306
|
+
const rootNode = this.getRootNode();
|
307
|
+
this.nodes.set(node.id, node);
|
308
|
+
if (rootNode instanceof QueryBuilderFilterTreeGroupNodeData) {
|
309
|
+
rootNode.addChildNode(node);
|
310
|
+
}
|
311
|
+
else if (rootNode instanceof QueryBuilderFilterTreeConditionNodeData ||
|
312
|
+
rootNode instanceof QueryBuilderFilterTreeBlankConditionNodeData) {
|
313
|
+
// if the root node is condition node, form a group between the root node and the new node and nominate the group node as the new root
|
314
|
+
const groupNode = new QueryBuilderFilterTreeGroupNodeData(undefined, QUERY_BUILDER_GROUP_OPERATION.AND);
|
315
|
+
groupNode.addChildNode(rootNode);
|
316
|
+
groupNode.addChildNode(node);
|
317
|
+
this.rootIds = [groupNode.id];
|
318
|
+
this.nodes.set(groupNode.id, groupNode);
|
319
|
+
}
|
320
|
+
else if (!rootNode) {
|
321
|
+
// if there is no root node, set this node as the root
|
322
|
+
this.rootIds = [node.id];
|
323
|
+
}
|
324
|
+
}
|
325
|
+
addNodeFromNode(node, fromNode) {
|
326
|
+
if (fromNode instanceof QueryBuilderFilterTreeGroupNodeData) {
|
327
|
+
this.nodes.set(node.id, node);
|
328
|
+
fromNode.addChildNode(node);
|
329
|
+
}
|
330
|
+
else if (fromNode instanceof QueryBuilderFilterTreeConditionNodeData ||
|
331
|
+
fromNode instanceof QueryBuilderFilterTreeBlankConditionNodeData) {
|
332
|
+
this.nodes.set(node.id, node);
|
333
|
+
const fromNodeParent = this.getParentNode(fromNode);
|
334
|
+
if (fromNodeParent) {
|
335
|
+
fromNodeParent.addChildNode(node);
|
336
|
+
}
|
337
|
+
else {
|
338
|
+
this.addRootNode(node);
|
339
|
+
}
|
340
|
+
}
|
341
|
+
else if (!this.selectedNode) {
|
342
|
+
// if no current node is selected, the node will be added to root
|
343
|
+
this.addRootNode(node);
|
344
|
+
}
|
345
|
+
}
|
346
|
+
replaceBlankNodeWithNode(node, blankNode) {
|
347
|
+
this.nodes.set(node.id, node);
|
348
|
+
const blankNodeParent = this.getParentNode(blankNode);
|
349
|
+
if (blankNodeParent) {
|
350
|
+
const blankNodeIdx = blankNodeParent.childrenIds.findIndex((childId) => childId === blankNode.id);
|
351
|
+
blankNodeParent.addChildNodeAt(node, blankNodeIdx);
|
352
|
+
blankNodeParent.removeChildNode(blankNode);
|
353
|
+
}
|
354
|
+
else {
|
355
|
+
this.addRootNode(node);
|
356
|
+
}
|
357
|
+
this.removeNode(blankNode);
|
358
|
+
}
|
359
|
+
addGroupConditionNodeFromNode(fromNode) {
|
360
|
+
const newGroupNode = new QueryBuilderFilterTreeGroupNodeData(undefined, QUERY_BUILDER_GROUP_OPERATION.AND);
|
361
|
+
const newBlankConditionNode1 = new QueryBuilderFilterTreeBlankConditionNodeData(undefined);
|
362
|
+
const newBlankConditionNode2 = new QueryBuilderFilterTreeBlankConditionNodeData(undefined);
|
363
|
+
this.nodes.set(newBlankConditionNode1.id, newBlankConditionNode1);
|
364
|
+
this.nodes.set(newBlankConditionNode2.id, newBlankConditionNode2);
|
365
|
+
newGroupNode.addChildNode(newBlankConditionNode1);
|
366
|
+
newGroupNode.addChildNode(newBlankConditionNode2);
|
367
|
+
this.addNodeFromNode(newGroupNode, fromNode);
|
368
|
+
}
|
369
|
+
newGroupWithConditionFromNode(node, fromNode) {
|
370
|
+
const newNode = node ?? new QueryBuilderFilterTreeBlankConditionNodeData(undefined);
|
371
|
+
if (fromNode instanceof QueryBuilderFilterTreeConditionNodeData) {
|
372
|
+
const fromNodeParent = this.getParentNode(fromNode);
|
373
|
+
if (fromNodeParent) {
|
374
|
+
const fromNodeIdx = fromNodeParent.childrenIds.findIndex((childId) => childId === fromNode.id);
|
375
|
+
fromNodeParent.removeChildNode(fromNode);
|
376
|
+
const newGroupNode = new QueryBuilderFilterTreeGroupNodeData(undefined, QUERY_BUILDER_GROUP_OPERATION.AND);
|
377
|
+
this.nodes.set(newNode.id, newNode);
|
378
|
+
this.nodes.set(newGroupNode.id, newGroupNode);
|
379
|
+
newGroupNode.addChildNode(fromNode);
|
380
|
+
newGroupNode.addChildNode(newNode);
|
381
|
+
fromNodeParent.addChildNodeAt(newGroupNode, fromNodeIdx);
|
382
|
+
}
|
383
|
+
else {
|
384
|
+
this.addRootNode(newNode);
|
385
|
+
}
|
386
|
+
}
|
387
|
+
}
|
388
|
+
removeNode(node) {
|
389
|
+
this.nodes.delete(node.id);
|
390
|
+
// remove relationship with children nodes
|
391
|
+
if (node instanceof QueryBuilderFilterTreeGroupNodeData) {
|
392
|
+
// NOTE: we are deleting child node, i.e. modifying `childrenIds` as we iterate
|
393
|
+
[...node.childrenIds].forEach((childId) => node.removeChildNode(this.getNode(childId)));
|
394
|
+
}
|
395
|
+
// remove relationship with parent node
|
396
|
+
const parentNode = this.getParentNode(node);
|
397
|
+
if (parentNode) {
|
398
|
+
parentNode.removeChildNode(node);
|
399
|
+
}
|
400
|
+
else {
|
401
|
+
deleteEntry(this.rootIds, node.id);
|
402
|
+
}
|
403
|
+
}
|
404
|
+
pruneChildlessGroupNodes() {
|
405
|
+
const getChildlessGroupNodes = () => Array.from(this.nodes.values())
|
406
|
+
.filter(filterByType(QueryBuilderFilterTreeGroupNodeData))
|
407
|
+
.filter((node) => !node.childrenIds.length);
|
408
|
+
let nodesToProcess = getChildlessGroupNodes();
|
409
|
+
while (nodesToProcess.length) {
|
410
|
+
nodesToProcess.forEach((node) => this.removeNode(node));
|
411
|
+
nodesToProcess = getChildlessGroupNodes();
|
412
|
+
}
|
413
|
+
}
|
414
|
+
pruneOrphanNodes() {
|
415
|
+
const getOrphanNodes = () => Array.from(this.nodes.values()).filter((node) => !node.parentId && !this.rootIds.includes(node.id)); // nodes without parent, except for root nodes
|
416
|
+
let nodesToProcess = getOrphanNodes();
|
417
|
+
while (nodesToProcess.length) {
|
418
|
+
nodesToProcess.forEach((node) => this.removeNode(node));
|
419
|
+
nodesToProcess = getOrphanNodes();
|
420
|
+
}
|
421
|
+
}
|
422
|
+
/**
|
423
|
+
* If group node has fewer than 2 children, flatten it
|
424
|
+
*/
|
425
|
+
squashGroupNode(node) {
|
426
|
+
if (node.childrenIds.length < 2) {
|
427
|
+
const parentNode = this.getParentNode(node);
|
428
|
+
// NOTE: we are deleting child node, i.e. modifying `childrenIds` as we iterate
|
429
|
+
[...node.childrenIds].forEach((childId) => {
|
430
|
+
const childNode = this.getNode(childId);
|
431
|
+
node.removeChildNode(childNode);
|
432
|
+
if (parentNode) {
|
433
|
+
parentNode.addChildNode(childNode);
|
434
|
+
}
|
435
|
+
else {
|
436
|
+
addUniqueEntry(this.rootIds, childId);
|
437
|
+
}
|
438
|
+
});
|
439
|
+
// remove the group node
|
440
|
+
this.nodes.delete(node.id);
|
441
|
+
if (parentNode) {
|
442
|
+
parentNode.removeChildNode(node);
|
443
|
+
}
|
444
|
+
else {
|
445
|
+
deleteEntry(this.rootIds, node.id);
|
446
|
+
}
|
447
|
+
}
|
448
|
+
}
|
449
|
+
removeNodeAndPruneBranch(node) {
|
450
|
+
const parentNode = this.getParentNode(node);
|
451
|
+
this.removeNode(node);
|
452
|
+
// squash parent node after the current node is deleted
|
453
|
+
if (parentNode) {
|
454
|
+
parentNode.removeChildNode(node);
|
455
|
+
let currentParentNode = parentNode;
|
456
|
+
while (currentParentNode) {
|
457
|
+
if (currentParentNode.childrenIds.length >= 2) {
|
458
|
+
break;
|
459
|
+
}
|
460
|
+
this.squashGroupNode(currentParentNode);
|
461
|
+
currentParentNode = this.getParentNode(currentParentNode);
|
462
|
+
}
|
463
|
+
}
|
464
|
+
else {
|
465
|
+
deleteEntry(this.rootIds, node.id);
|
466
|
+
}
|
467
|
+
this.pruneOrphanNodes();
|
468
|
+
// check if selected node is still around, if not, unset the selected node
|
469
|
+
if (this.selectedNode && !this.nodes.get(this.selectedNode.id)) {
|
470
|
+
this.setSelectedNode(undefined);
|
471
|
+
}
|
472
|
+
}
|
473
|
+
pruneTree() {
|
474
|
+
this.setSelectedNode(undefined);
|
475
|
+
// remove all blank nodes
|
476
|
+
Array.from(this.nodes.values())
|
477
|
+
.filter((node) => node instanceof QueryBuilderFilterTreeBlankConditionNodeData)
|
478
|
+
.forEach((node) => this.removeNode(node));
|
479
|
+
// prune
|
480
|
+
this.pruneOrphanNodes();
|
481
|
+
this.pruneChildlessGroupNodes();
|
482
|
+
// squash group nodes
|
483
|
+
// NOTE: since we have pruned all blank nodes and childless group nodes, at this point, if there are group nodes to be squashed
|
484
|
+
// it will be group node with exactly 1 non-blank condition
|
485
|
+
const getSquashableGroupNodes = () => Array.from(this.nodes.values())
|
486
|
+
.filter(filterByType(QueryBuilderFilterTreeGroupNodeData))
|
487
|
+
.filter((node) => node.childrenIds.length < 2)
|
488
|
+
.filter((node) => {
|
489
|
+
if (!node.childrenIds.length) {
|
490
|
+
throw new IllegalStateError('Query builder filter tree found unexpected childless group nodes');
|
491
|
+
}
|
492
|
+
const firstChildNodeId = node.childrenIds[0];
|
493
|
+
const childNode = this.getNode(firstChildNodeId);
|
494
|
+
if (childNode instanceof QueryBuilderFilterTreeBlankConditionNodeData) {
|
495
|
+
throw new IllegalStateError('Query builder filter tree found unexpected blank nodes');
|
496
|
+
}
|
497
|
+
return (this.getNode(firstChildNodeId) instanceof
|
498
|
+
QueryBuilderFilterTreeConditionNodeData);
|
499
|
+
});
|
500
|
+
let nodesToProcess = getSquashableGroupNodes();
|
501
|
+
while (nodesToProcess.length) {
|
502
|
+
nodesToProcess.forEach((node) => this.squashGroupNode(node));
|
503
|
+
nodesToProcess = getSquashableGroupNodes();
|
504
|
+
}
|
505
|
+
// check if selected node is still around, if not, unset the selected node
|
506
|
+
if (this.selectedNode && !this.nodes.get(this.selectedNode.id)) {
|
507
|
+
this.setSelectedNode(undefined);
|
508
|
+
}
|
509
|
+
}
|
510
|
+
/**
|
511
|
+
* Cleanup unecessary group nodes (i.e. group node whose group operation is the same as its parent's)
|
512
|
+
*/
|
513
|
+
simplifyTree() {
|
514
|
+
this.setSelectedNode(undefined);
|
515
|
+
const getUnnecessaryNodes = () => Array.from(this.nodes.values())
|
516
|
+
.filter(filterByType(QueryBuilderFilterTreeGroupNodeData))
|
517
|
+
.filter((node) => {
|
518
|
+
if (!node.parentId || !this.nodes.has(node.parentId)) {
|
519
|
+
return false;
|
520
|
+
}
|
521
|
+
const parentGroupNode = guaranteeType(this.nodes.get(node.parentId), QueryBuilderFilterTreeGroupNodeData);
|
522
|
+
return parentGroupNode.groupOperation === node.groupOperation;
|
523
|
+
});
|
524
|
+
// Squash these unnecessary group nodes
|
525
|
+
let nodesToProcess = getUnnecessaryNodes();
|
526
|
+
while (nodesToProcess.length) {
|
527
|
+
nodesToProcess.forEach((node) => {
|
528
|
+
const parentNode = guaranteeType(this.nodes.get(guaranteeNonNullable(node.parentId)), QueryBuilderFilterTreeGroupNodeData);
|
529
|
+
// send all children of the current group node to their grandparent node
|
530
|
+
[...node.childrenIds].forEach((childId) => {
|
531
|
+
const childNode = this.getNode(childId);
|
532
|
+
parentNode.addChildNode(childNode);
|
533
|
+
});
|
534
|
+
// remove the current group node
|
535
|
+
parentNode.removeChildNode(node);
|
536
|
+
// remove the node
|
537
|
+
this.nodes.delete(node.id);
|
538
|
+
});
|
539
|
+
nodesToProcess = getUnnecessaryNodes();
|
540
|
+
}
|
541
|
+
}
|
542
|
+
isValidMove(node, toNode) {
|
543
|
+
const isMovingToItself = node === toNode;
|
544
|
+
// disallow moving a node to its descendants
|
545
|
+
let isMovingToChildNode = false;
|
546
|
+
let currentParentNode = this.getParentNode(toNode);
|
547
|
+
while (currentParentNode) {
|
548
|
+
if (currentParentNode === node) {
|
549
|
+
isMovingToChildNode = true;
|
550
|
+
break;
|
551
|
+
}
|
552
|
+
currentParentNode = this.getParentNode(currentParentNode);
|
553
|
+
}
|
554
|
+
return !isMovingToItself && !isMovingToChildNode;
|
555
|
+
}
|
556
|
+
moveNode(node, toNode) {
|
557
|
+
// do something;
|
558
|
+
}
|
559
|
+
collapseTree() {
|
560
|
+
Array.from(this.nodes.values()).forEach((node) => node.setIsOpen(false));
|
561
|
+
}
|
562
|
+
expandTree() {
|
563
|
+
Array.from(this.nodes.values()).forEach((node) => node.setIsOpen(true));
|
564
|
+
}
|
565
|
+
}
|
566
|
+
//# sourceMappingURL=QueryBuilderFilterState.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderFilterState.js","sourceRoot":"","sources":["../../src/stores/QueryBuilderFilterState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,MAAM,EACN,QAAQ,EACR,kBAAkB,EAClB,cAAc,EACd,UAAU,GACX,MAAM,MAAM,CAAC;AAEd,OAAO,EACL,UAAU,EACV,uBAAuB,EACvB,oBAAoB,EACpB,aAAa,EACb,iBAAiB,EACjB,aAAa,EACb,IAAI,EACJ,cAAc,EACd,WAAW,EACX,iBAAiB,EACjB,YAAY,GACb,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,mCAAmC,EAAE,MAAM,sCAAsC,CAAC;AAE3F,OAAO,EAGL,0BAA0B,EAC1B,wBAAwB,EACxB,yBAAyB,EACzB,0BAA0B,GAC3B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,4BAA4B,EAC5B,iCAAiC,GAClC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,uCAAuC,EAAE,MAAM,kDAAkD,CAAC;AAC3G,OAAO,EACL,kBAAkB,EAClB,6BAA6B,GAC9B,MAAM,kCAAkC,CAAC;AAE1C,MAAM,OAAgB,0BAA0B;IACrC,IAAI,GAAG,IAAI,EAAE,CAAC;CAwBxB;AAED,MAAM,CAAN,IAAY,6BAIX;AAJD,WAAY,6BAA6B;IACvC,oEAAmC,CAAA;IACnC,wDAAuB,CAAA;IACvB,oEAAmC,CAAA;AACrC,CAAC,EAJW,6BAA6B,GAA7B,6BAA6B,KAA7B,6BAA6B,QAIxC;AAYD,MAAM,OAAO,oBAAoB;IAC/B,WAAW,CAA0B;IACrC,uBAAuB,CAAsC;IAC7D,QAAQ,CAA8B;IACtC,KAAK,CAAkC;IACvC,sBAAsB,GAAa,EAAE,CAAC;IAEtC,YACE,WAAoC,EACpC,kBAA8C;QAE9C,kBAAkB,CAAC,IAAI,EAAE;YACvB,WAAW,EAAE,KAAK;YAClB,SAAS,EAAE,QAAQ;YACnB,cAAc,EAAE,MAAM;YACtB,cAAc,EAAE,MAAM;YACtB,WAAW,EAAE,MAAM;YACnB,QAAQ,EAAE,MAAM;YAChB,yBAAyB,EAAE,MAAM;SAClC,CAAC,CAAC;QAEH,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,IAAI,CAAC,uBAAuB,GAAG,IAAI,mCAAmC,CACpE,WAAW,CAAC,iBAAiB,EAC7B,kBAAkB,CACnB,CAAC;QAEF,WAAW;QACX,UAAU,CACR,IAAI,CAAC,SAAS,CAAC,MAAM,KAAK,CAAC,EAC3B,wCAAwC,IAAI,CAAC,uBAAuB,CAAC,IAAI,4BAA4B,CACtG,CAAC;QACF,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC,CAA+B,CAAC;QAChE,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,8BAA8B,CAAC,IAAI,CAAC,CAAC,CAAC;IACpE,CAAC;IAED,IAAI,SAAS;QACX,OAAO,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,CAC9C,EAAE,CAAC,uCAAuC,CAAC,IAAI,CAAC,CACjD,CAAC;IACJ,CAAC;IAED,cAAc,CAAC,kBAA8C;QAC3D,IAAI;YACF,gDAAgD;YAChD,IAAI,oBAAoB,CAAC,IAAI,CAAC,WAAW,EAAE,kBAAkB,CAAC,CAAC;SAChE;QAAC,OAAO,KAAK,EAAE;YACd,iBAAiB,CAAC,KAAK,CAAC,CAAC;YACzB,IAAI,CAAC,WAAW,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;YACvE,OAAO;SACR;QAED,kCAAkC;QAClC,0BAA0B,CACxB,kBAAkB,EAClB,IAAI,CAAC,WAAW,CAAC,iBAAiB,CAAC,iBAAiB,CACrD,CAAC;QAEF,IAAI,CAAC,uBAAuB,GAAG,IAAI,mCAAmC,CACpE,IAAI,CAAC,WAAW,CAAC,iBAAiB,EAClC,kBAAkB,CACnB,CAAC;QAEF,MAAM,sBAAsB,GAAG,IAAI,CAAC,SAAS,CAAC;QAC9C,UAAU,CACR,sBAAsB,CAAC,MAAM,KAAK,CAAC,EACnC,wCAAwC,IAAI,CAAC,uBAAuB,CAAC,IAAI,4BAA4B,CACtG,CAAC;QACF,IAAI,CAAC,sBAAsB,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE;YACnD,IAAI,CAAC,cAAc,CACjB,sBAAsB,CAAC,CAAC,CAA+B,CACxD,CAAC;SACH;aAAM,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,oCAAoC,CAAC,IAAI,CAAC,EAAE;YACpE,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,8BAA8B,CAAC,IAAI,CAAC,CAAC,CAAC;SACnE;IACH,CAAC;IAED,cAAc,CAAC,GAA+B;QAC5C,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;QACtB,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,oCAAoC,CAAC,IAAI,CAAC,EAAE;YAC7D,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,8BAA8B,CAAC,IAAI,CAAC,CAAC,CAAC;SACnE;IACH,CAAC;IAED,WAAW,CAAC,GAA+B;QACzC,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC;IACtB,CAAC;IAED,QAAQ,CAAC,GAAmC;QAC1C,IAAI,CAAC,KAAK,GAAG,GAAG;YACd,CAAC,CAAC,0BAA0B,CACxB,GAAG,EACH,IAAI,CAAC,WAAW,CAAC,iBAAiB,CAAC,iBAAiB,CACrD;YACH,CAAC,CAAC,SAAS,CAAC;IAChB,CAAC;IAED,yBAAyB,CAAC,GAAW;QACnC,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IACxC,CAAC;CACF;AAED,MAAM,OAAgB,8BAA8B;IACzC,EAAE,GAAG,IAAI,EAAE,CAAC;IACZ,KAAK,GAAG,EAAE,CAAC;IACpB,+GAA+G;IAC/G,MAAM,CAAuB;IAC7B,QAAQ,CAAsB;IAE9B,YAAY,QAA4B;QACtC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAEzB,cAAc,CAAC,IAAI,EAAE;YACnB,MAAM,EAAE,UAAU;YAClB,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,MAAM;YACjB,WAAW,EAAE,MAAM;SACpB,CAAC,CAAC;IACL,CAAC;IAGD,SAAS,CAAC,GAAY;QACpB,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC;IACpB,CAAC;IACD,WAAW,CAAC,GAAuB;QACjC,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC;IACtB,CAAC;CACF;AAED,MAAM,OAAO,mCAAoC,SAAQ,8BAA8B;IACrF,cAAc,CAAgC;IAC9C,WAAW,GAAa,EAAE,CAAC;IAE3B,YACE,QAA4B,EAC5B,cAA6C;QAE7C,KAAK,CAAC,QAAQ,CAAC,CAAC;QAEhB,cAAc,CAAC,IAAI,EAAE;YACnB,cAAc,EAAE,UAAU;YAC1B,WAAW,EAAE,UAAU;YACvB,iBAAiB,EAAE,MAAM;YACzB,YAAY,EAAE,MAAM;YACpB,eAAe,EAAE,MAAM;YACvB,cAAc,EAAE,QAAQ;SACzB,CAAC,CAAC;QAEH,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;IACrB,CAAC;IAED,IAAI,cAAc;QAChB,OAAO,GAAG,IAAI,CAAC,cAAc,CAAC,WAAW,EAAE,QAAQ,CAAC;IACtD,CAAC;IAED,iBAAiB,CAAC,GAAkC;QAClD,IAAI,CAAC,cAAc,GAAG,GAAG,CAAC;IAC5B,CAAC;IACD,YAAY,CAAC,IAAoC;QAC/C,cAAc,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC;QAC1C,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC5B,CAAC;IACD,eAAe,CAAC,IAAoC;QAClD,WAAW,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC;QACvC,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;IAC9B,CAAC;IACD,cAAc,CAAC,IAAoC,EAAE,GAAW;QAC9D,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,KAAK,IAAI,CAAC,EAAE,CAAC,EAAE;YAC5D,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC;YAC9D,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC;YACzC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;SAC3B;IACH,CAAC;CACF;AAED,MAAM,OAAO,uCAAwC,SAAQ,8BAA8B;IACzF,SAAS,CAAuB;IAEhC,YAAY,QAA4B,EAAE,SAA+B;QACvE,KAAK,CAAC,QAAQ,CAAC,CAAC;QAEhB,cAAc,CAAC,IAAI,EAAE;YACnB,SAAS,EAAE,UAAU;YACrB,cAAc,EAAE,QAAQ;SACzB,CAAC,CAAC;QAEH,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;IAC7B,CAAC;IAED,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,KAAK,CAAC;IACtD,CAAC;CACF;AAED,MAAM,OAAO,4CAA6C,SAAQ,8BAA8B;IAC9F,YAAY,QAA4B;QACtC,KAAK,CAAC,QAAQ,CAAC,CAAC;QAEhB,cAAc,CAAC,IAAI,EAAE;YACnB,cAAc,EAAE,QAAQ;SACzB,CAAC,CAAC;IACL,CAAC;IAED,IAAI,cAAc;QAChB,OAAO,SAAS,CAAC;IACnB,CAAC;CACF;AAED,MAAM,8BAA8B,GAAG,CACrC,WAAoC,EACpC,IAAoC,EACJ,EAAE;IAClC,IAAI,IAAI,YAAY,uCAAuC,EAAE;QAC3D,OAAO,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,8BAA8B,CAC3D,IAAI,CAAC,SAAS,CACf,CAAC;KACH;SAAM,IAAI,IAAI,YAAY,mCAAmC,EAAE;QAC9D,MAAM,eAAe,GACnB,WAAW,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,KAAK,CAAC,sBAAsB,CAC1E,yBAAyB,CAAC,GAAG,CAC9B,CAAC;QACJ,MAAM,IAAI,GAAG,IAAI,wBAAwB,CACvC,0BAA0B,CAAC,kBAAkB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,EACnE,eAAe,CAChB,CAAC;QACF,MAAM,OAAO,GAAG,IAAI,CAAC,WAAW;aAC7B,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;aACpC,MAAM,CAAC,aAAa,CAAC;aACrB,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,8BAA8B,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;aAC1D,MAAM,CAAC,aAAa,CAAC,CAAC;QACzB;;;;;;;WAOG;QACH,IAAI,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE;YACtB,MAAM,WAAW,GAAG,OAAO,CAAC,CAAC,CAAuB,CAAC;YACrD,IAAI,aAAa,GAAuB,OAAO,CAC7C,OAAO,CAAC,MAAM,GAAG,CAAC,CACG,CAAC;YACxB,KAAK,IAAI,CAAC,GAAG,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,EAAE;gBAC3C,MAAM,OAAO,GAAG,OAAO,CAAC,CAAC,CAAuB,CAAC;gBACjD,MAAM,OAAO,GAAG,aAAa,CAAC;gBAC9B,MAAM,WAAW,GAAG,IAAI,wBAAwB,CAC9C,0BAA0B,CAAC,kBAAkB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,EACnE,eAAe,CAChB,CAAC;gBACF,WAAW,CAAC,gBAAgB,GAAG,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;gBAClD,aAAa,GAAG,WAAW,CAAC;aAC7B;YACD,IAAI,CAAC,gBAAgB,GAAG,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC;SACtD;aAAM;YACL,IAAI,CAAC,gBAAgB,GAAG,OAAO,CAAC;SACjC;QACD,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;KACxD;IACD,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CACnC,WAAoC,EACpC,UAAoC,EACE,EAAE;IACxC,MAAM,0BAA0B,GAAG,WAAW,CAAC,OAAO;SACnD,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,oBAAoB,CAAC,WAAW,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;SAC1D,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,8BAA8B,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;SAC1D,MAAM,CAAC,aAAa,CAAC,CAAC;IAEzB,IAAI,CAAC,0BAA0B,CAAC,MAAM,EAAE;QACtC,OAAO,SAAS,CAAC;KAClB;IACD,MAAM,eAAe,GACnB,WAAW,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,KAAK,CAAC,sBAAsB,CAC1E,yBAAyB,CAAC,GAAG,CAC9B,CAAC;IACJ,yBAAyB;IACzB,MAAM,gBAAgB,GAAG,IAAI,wBAAwB,CACnD,0BAA0B,CAAC,iCAAiC,CAAC,MAAM,CAAC,EACpE,eAAe,CAChB,CAAC;IACF,YAAY;IACZ,gBAAgB,CAAC,gBAAgB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IACnD,YAAY;IACZ,gBAAgB,CAAC,gBAAgB,CAAC,IAAI,CACpC,uCAAuC,CACrC,WAAW,CAAC,mBAAmB,EAC/B,0BAA0B,EAC1B,WAAW,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,KAAK,CACtD,CACF,CAAC;IACF,OAAO,gBAAgB,CAAC;AAC1B,CAAC,CAAC;AAEF,MAAM,OAAO,uBAAuB;IAGlC,iBAAiB,CAAoB;IACrC,mBAAmB,GAAG,4BAA4B,CAAC;IACnD,OAAO,GAAa,EAAE,CAAC;IACvB,KAAK,GAAG,IAAI,GAAG,EAA0C,CAAC;IAC1D,YAAY,CAA8C;IAC1D,uBAAuB,GAAG,KAAK,CAAC;IAChC,SAAS,GAAiC,EAAE,CAAC;IACrC,+BAA+B,GAAG,KAAK,CAAC;IAEhD,YACE,iBAAoC,EACpC,SAAuC;QAEvC,kBAAkB,CAAC,IAAI,EAAE;YACvB,iBAAiB,EAAE,KAAK;YACxB,WAAW,EAAE,KAAK;YAClB,sBAAsB,EAAE,MAAM;YAC9B,wBAAwB,EAAE,MAAM;YAChC,8BAA8B,EAAE,MAAM;YACtC,eAAe,EAAE,MAAM;YACvB,eAAe,EAAE,MAAM;YACvB,eAAe,EAAE,MAAM;YACvB,wBAAwB,EAAE,MAAM;YAChC,6BAA6B,EAAE,MAAM;YACrC,6BAA6B,EAAE,MAAM;YACrC,wBAAwB,EAAE,MAAM;YAChC,SAAS,EAAE,MAAM;YACjB,YAAY,EAAE,MAAM;YACpB,YAAY,EAAE,MAAM;YACpB,UAAU,EAAE,MAAM;SACnB,CAAC,CAAC;QAEH,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;QAC3C,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;IAC7B,CAAC;IAED,IAAI,OAAO;QACT,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;IAClD,CAAC;IAED,sBAAsB,CAAC,GAAW;QAChC,IAAI,CAAC,mBAAmB,GAAG,GAAG,CAAC;IACjC,CAAC;IAED,wBAAwB,CAAC,GAAY;QACnC,IAAI,CAAC,uBAAuB,GAAG,GAAG,CAAC;IACrC,CAAC;IACD,8BAA8B;QAC5B,IAAI,CAAC,+BAA+B,GAAG,IAAI,CAAC;IAC9C,CAAC;IACD,eAAe;QACb,IAAI,IAAI,CAAC,+BAA+B,EAAE;YACxC,IAAI,CAAC,+BAA+B,GAAG,KAAK,CAAC;YAC7C,OAAO;SACR;QACD,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;IAClC,CAAC;IACD,eAAe,CAAC,GAA+C;QAC7D,IAAI,CAAC,YAAY,GAAG,GAAG,CAAC;IAC1B,CAAC;IAED,OAAO,CAAC,EAAU;QAChB,OAAO,oBAAoB,CACzB,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,EAClB,sDAAsD,EAAE,GAAG,CAC5D,CAAC;IACJ,CAAC;IACD,WAAW;QACT,UAAU,CACR,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,EACvB,wDAAwD,CACzD,CAAC;QACF,MAAM,MAAM,GAAG,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrD,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;IACnD,CAAC;IAEO,aAAa,CACnB,IAAoC;QAEpC,OAAO,IAAI,CAAC,QAAQ;YAClB,CAAC,CAAC,aAAa,CACX,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,EAC7B,mCAAmC,CACpC;YACH,CAAC,CAAC,SAAS,CAAC;IAChB,CAAC;IAEO,WAAW,CAAC,IAAoC;QACtD,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;QACpC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;QAC9B,IAAI,QAAQ,YAAY,mCAAmC,EAAE;YAC3D,QAAQ,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;SAC7B;aAAM,IACL,QAAQ,YAAY,uCAAuC;YAC3D,QAAQ,YAAY,4CAA4C,EAChE;YACA,sIAAsI;YACtI,MAAM,SAAS,GAAG,IAAI,mCAAmC,CACvD,SAAS,EACT,6BAA6B,CAAC,GAAG,CAClC,CAAC;YACF,SAAS,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;YACjC,SAAS,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;YAC7B,IAAI,CAAC,OAAO,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;YAC9B,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,EAAE,SAAS,CAAC,CAAC;SACzC;aAAM,IAAI,CAAC,QAAQ,EAAE;YACpB,sDAAsD;YACtD,IAAI,CAAC,OAAO,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;SAC1B;IACH,CAAC;IAED,eAAe,CACb,IAAoC,EACpC,QAAoD;QAEpD,IAAI,QAAQ,YAAY,mCAAmC,EAAE;YAC3D,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;YAC9B,QAAQ,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;SAC7B;aAAM,IACL,QAAQ,YAAY,uCAAuC;YAC3D,QAAQ,YAAY,4CAA4C,EAChE;YACA,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;YAC9B,MAAM,cAAc,GAAG,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;YACpD,IAAI,cAAc,EAAE;gBAClB,cAAc,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;aACnC;iBAAM;gBACL,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;aACxB;SACF;aAAM,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;YAC7B,iEAAiE;YACjE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;SACxB;IACH,CAAC;IAED,wBAAwB,CACtB,IAAoC,EACpC,SAAuD;QAEvD,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;QAC9B,MAAM,eAAe,GAAG,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;QACtD,IAAI,eAAe,EAAE;YACnB,MAAM,YAAY,GAAG,eAAe,CAAC,WAAW,CAAC,SAAS,CACxD,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,KAAK,SAAS,CAAC,EAAE,CACtC,CAAC;YACF,eAAe,CAAC,cAAc,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;YACnD,eAAe,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;SAC5C;aAAM;YACL,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;SACxB;QACD,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IAC7B,CAAC;IAED,6BAA6B,CAC3B,QAAoD;QAEpD,MAAM,YAAY,GAAG,IAAI,mCAAmC,CAC1D,SAAS,EACT,6BAA6B,CAAC,GAAG,CAClC,CAAC;QACF,MAAM,sBAAsB,GAC1B,IAAI,4CAA4C,CAAC,SAAS,CAAC,CAAC;QAC9D,MAAM,sBAAsB,GAC1B,IAAI,4CAA4C,CAAC,SAAS,CAAC,CAAC;QAC9D,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,EAAE,EAAE,sBAAsB,CAAC,CAAC;QAClE,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,EAAE,EAAE,sBAAsB,CAAC,CAAC;QAClE,YAAY,CAAC,YAAY,CAAC,sBAAsB,CAAC,CAAC;QAClD,YAAY,CAAC,YAAY,CAAC,sBAAsB,CAAC,CAAC;QAClD,IAAI,CAAC,eAAe,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC;IAC/C,CAAC;IAED,6BAA6B,CAC3B,IAAgD,EAChD,QAAoD;QAEpD,MAAM,OAAO,GACX,IAAI,IAAI,IAAI,4CAA4C,CAAC,SAAS,CAAC,CAAC;QACtE,IAAI,QAAQ,YAAY,uCAAuC,EAAE;YAC/D,MAAM,cAAc,GAAG,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;YACpD,IAAI,cAAc,EAAE;gBAClB,MAAM,WAAW,GAAG,cAAc,CAAC,WAAW,CAAC,SAAS,CACtD,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,KAAK,QAAQ,CAAC,EAAE,CACrC,CAAC;gBACF,cAAc,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;gBACzC,MAAM,YAAY,GAAG,IAAI,mCAAmC,CAC1D,SAAS,EACT,6BAA6B,CAAC,GAAG,CAClC,CAAC;gBACF,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC;gBACpC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE,EAAE,YAAY,CAAC,CAAC;gBAC9C,YAAY,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;gBACpC,YAAY,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;gBACnC,cAAc,CAAC,cAAc,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC;aAC1D;iBAAM;gBACL,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;aAC3B;SACF;IACH,CAAC;IAEO,UAAU,CAAC,IAAoC;QACrD,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC3B,0CAA0C;QAC1C,IAAI,IAAI,YAAY,mCAAmC,EAAE;YACvD,+EAA+E;YAC/E,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE,CACxC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAC5C,CAAC;SACH;QACD,uCAAuC;QACvC,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;QAC5C,IAAI,UAAU,EAAE;YACd,UAAU,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;SAClC;aAAM;YACL,WAAW,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC;SACpC;IACH,CAAC;IAEO,wBAAwB;QAC9B,MAAM,sBAAsB,GAAG,GAA0C,EAAE,CACzE,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;aAC5B,MAAM,CAAC,YAAY,CAAC,mCAAmC,CAAC,CAAC;aACzD,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;QAChD,IAAI,cAAc,GAAG,sBAAsB,EAAE,CAAC;QAC9C,OAAO,cAAc,CAAC,MAAM,EAAE;YAC5B,cAAc,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC;YACxD,cAAc,GAAG,sBAAsB,EAAE,CAAC;SAC3C;IACH,CAAC;IAEO,gBAAgB;QACtB,MAAM,cAAc,GAAG,GAAqC,EAAE,CAC5D,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,MAAM,CACpC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAC5D,CAAC,CAAC,8CAA8C;QACnD,IAAI,cAAc,GAAG,cAAc,EAAE,CAAC;QACtC,OAAO,cAAc,CAAC,MAAM,EAAE;YAC5B,cAAc,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC;YACxD,cAAc,GAAG,cAAc,EAAE,CAAC;SACnC;IACH,CAAC;IAED;;OAEG;IACK,eAAe,CAAC,IAAyC;QAC/D,IAAI,IAAI,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE;YAC/B,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;YAC5C,+EAA+E;YAC/E,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;gBACxC,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;gBACxC,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;gBAChC,IAAI,UAAU,EAAE;oBACd,UAAU,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;iBACpC;qBAAM;oBACL,cAAc,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;iBACvC;YACH,CAAC,CAAC,CAAC;YACH,wBAAwB;YACxB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;YAC3B,IAAI,UAAU,EAAE;gBACd,UAAU,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;aAClC;iBAAM;gBACL,WAAW,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC;aACpC;SACF;IACH,CAAC;IAED,wBAAwB,CAAC,IAAoC;QAC3D,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;QAC5C,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QACtB,uDAAuD;QACvD,IAAI,UAAU,EAAE;YACd,UAAU,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;YACjC,IAAI,iBAAiB,GACnB,UAAU,CAAC;YACb,OAAO,iBAAiB,EAAE;gBACxB,IAAI,iBAAiB,CAAC,WAAW,CAAC,MAAM,IAAI,CAAC,EAAE;oBAC7C,MAAM;iBACP;gBACD,IAAI,CAAC,eAAe,CAAC,iBAAiB,CAAC,CAAC;gBACxC,iBAAiB,GAAG,IAAI,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;aAC3D;SACF;aAAM;YACL,WAAW,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC;SACpC;QACD,IAAI,CAAC,gBAAgB,EAAE,CAAC;QACxB,0EAA0E;QAC1E,IAAI,IAAI,CAAC,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC,EAAE;YAC9D,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;SACjC;IACH,CAAC;IAED,SAAS;QACP,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;QAChC,yBAAyB;QACzB,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;aAC5B,MAAM,CACL,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,YAAY,4CAA4C,CACvE;aACA,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC;QAC5C,QAAQ;QACR,IAAI,CAAC,gBAAgB,EAAE,CAAC;QACxB,IAAI,CAAC,wBAAwB,EAAE,CAAC;QAChC,qBAAqB;QACrB,+HAA+H;QAC/H,2DAA2D;QAC3D,MAAM,uBAAuB,GAAG,GAA0C,EAAE,CAC1E,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;aAC5B,MAAM,CAAC,YAAY,CAAC,mCAAmC,CAAC,CAAC;aACzD,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC;aAC7C,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE;YACf,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE;gBAC5B,MAAM,IAAI,iBAAiB,CACzB,kEAAkE,CACnE,CAAC;aACH;YACD,MAAM,gBAAgB,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAW,CAAC;YACvD,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;YACjD,IACE,SAAS,YAAY,4CAA4C,EACjE;gBACA,MAAM,IAAI,iBAAiB,CACzB,wDAAwD,CACzD,CAAC;aACH;YACD,OAAO,CACL,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC;gBAC9B,uCAAuC,CACxC,CAAC;QACJ,CAAC,CAAC,CAAC;QACP,IAAI,cAAc,GAAG,uBAAuB,EAAE,CAAC;QAC/C,OAAO,cAAc,CAAC,MAAM,EAAE;YAC5B,cAAc,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC;YAC7D,cAAc,GAAG,uBAAuB,EAAE,CAAC;SAC5C;QACD,0EAA0E;QAC1E,IAAI,IAAI,CAAC,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC,EAAE;YAC9D,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;SACjC;IACH,CAAC;IAED;;OAEG;IACH,YAAY;QACV,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;QAChC,MAAM,mBAAmB,GAAG,GAA0C,EAAE,CACtE,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;aAC5B,MAAM,CAAC,YAAY,CAAC,mCAAmC,CAAC,CAAC;aACzD,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE;YACf,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE;gBACpD,OAAO,KAAK,CAAC;aACd;YACD,MAAM,eAAe,GAAG,aAAa,CACnC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,EAC7B,mCAAmC,CACpC,CAAC;YACF,OAAO,eAAe,CAAC,cAAc,KAAK,IAAI,CAAC,cAAc,CAAC;QAChE,CAAC,CAAC,CAAC;QACP,uCAAuC;QACvC,IAAI,cAAc,GAAG,mBAAmB,EAAE,CAAC;QAC3C,OAAO,cAAc,CAAC,MAAM,EAAE;YAC5B,cAAc,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;gBAC9B,MAAM,UAAU,GAAG,aAAa,CAC9B,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,oBAAoB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,EACnD,mCAAmC,CACpC,CAAC;gBACF,wEAAwE;gBACxE,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;oBACxC,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;oBACxC,UAAU,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;gBACrC,CAAC,CAAC,CAAC;gBACH,gCAAgC;gBAChC,UAAU,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;gBACjC,kBAAkB;gBAClB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;YAC7B,CAAC,CAAC,CAAC;YACH,cAAc,GAAG,mBAAmB,EAAE,CAAC;SACxC;IACH,CAAC;IAED,WAAW,CACT,IAAoC,EACpC,MAAsC;QAEtC,MAAM,gBAAgB,GAAG,IAAI,KAAK,MAAM,CAAC;QACzC,4CAA4C;QAC5C,IAAI,mBAAmB,GAAG,KAAK,CAAC;QAChC,IAAI,iBAAiB,GAAG,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QACnD,OAAO,iBAAiB,EAAE;YACxB,IAAI,iBAAiB,KAAK,IAAI,EAAE;gBAC9B,mBAAmB,GAAG,IAAI,CAAC;gBAC3B,MAAM;aACP;YACD,iBAAiB,GAAG,IAAI,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;SAC3D;QACD,OAAO,CAAC,gBAAgB,IAAI,CAAC,mBAAmB,CAAC;IACnD,CAAC;IAED,QAAQ,CACN,IAAoC,EACpC,MAAsC;QAEtC,gBAAgB;IAClB,CAAC;IAED,YAAY;QACV,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC;IAC3E,CAAC;IAED,UAAU;QACR,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF"}
|
@@ -0,0 +1,35 @@
|
|
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 { QueryBuilderState } from './QueryBuilderState.js';
|
17
|
+
import { RootGraphFetchTree } from '@finos/legend-graph';
|
18
|
+
import { type QueryBuilderGraphFetchTreeData } from './QueryBuilderGraphFetchTreeUtil.js';
|
19
|
+
import type { QueryBuilderExplorerTreePropertyNodeData } from './QueryBuilderExplorerState.js';
|
20
|
+
export declare class QueryBuilderGraphFetchTreeState {
|
21
|
+
queryBuilderState: QueryBuilderState;
|
22
|
+
treeData?: QueryBuilderGraphFetchTreeData | undefined;
|
23
|
+
/**
|
24
|
+
* If set to `true` we will use `graphFetchChecked` function instead of `graphFetch`.
|
25
|
+
* `graphFetchChecked` will do extra checks on constraints and only work on M2M use case for now.
|
26
|
+
* Hence we default this to `false` for graph fetch to work universally.
|
27
|
+
*/
|
28
|
+
isChecked: boolean;
|
29
|
+
constructor(queryBuilderState: QueryBuilderState);
|
30
|
+
setGraphFetchTree(val: QueryBuilderGraphFetchTreeData | undefined): void;
|
31
|
+
setChecked(val: boolean): void;
|
32
|
+
initialize(tree?: RootGraphFetchTree): void;
|
33
|
+
addProperty(node: QueryBuilderExplorerTreePropertyNodeData): void;
|
34
|
+
}
|
35
|
+
//# sourceMappingURL=QueryBuilderGraphFetchTreeState.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderGraphFetchTreeState.d.ts","sourceRoot":"","sources":["../../src/stores/QueryBuilderGraphFetchTreeState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,OAAO,EAEL,kBAAkB,EACnB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,KAAK,8BAA8B,EAGpC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gCAAgC,CAAC;AAE/F,qBAAa,+BAA+B;IAC1C,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,QAAQ,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IACtD;;;;OAIG;IACH,SAAS,UAAS;gBAEN,iBAAiB,EAAE,iBAAiB;IAUhD,iBAAiB,CAAC,GAAG,EAAE,8BAA8B,GAAG,SAAS,GAAG,IAAI;IAIxE,UAAU,CAAC,GAAG,EAAE,OAAO,GAAG,IAAI;IAI9B,UAAU,CAAC,IAAI,CAAC,EAAE,kBAAkB,GAAG,IAAI;IAqB3C,WAAW,CAAC,IAAI,EAAE,wCAAwC,GAAG,IAAI;CAWlE"}
|