@finos/legend-query-builder 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +201 -0
- package/README.md +3 -0
- package/lib/components/QueryBuilder.d.ts +22 -0
- package/lib/components/QueryBuilder.d.ts.map +1 -0
- package/lib/components/QueryBuilder.js +111 -0
- package/lib/components/QueryBuilder.js.map +1 -0
- package/lib/components/QueryBuilderComponentTestUtils.d.ts +24 -0
- package/lib/components/QueryBuilderComponentTestUtils.d.ts.map +1 -0
- package/lib/components/QueryBuilderComponentTestUtils.js +54 -0
- package/lib/components/QueryBuilderComponentTestUtils.js.map +1 -0
- package/lib/components/QueryBuilderParametersPanel.d.ts +31 -0
- package/lib/components/QueryBuilderParametersPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderParametersPanel.js +128 -0
- package/lib/components/QueryBuilderParametersPanel.js.map +1 -0
- package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts +29 -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/QueryBuilderResultPanel.d.ts +22 -0
- package/lib/components/QueryBuilderResultPanel.d.ts.map +1 -0
- package/lib/components/QueryBuilderResultPanel.js +242 -0
- package/lib/components/QueryBuilderResultPanel.js.map +1 -0
- package/lib/components/QueryBuilderSideBar.d.ts +41 -0
- package/lib/components/QueryBuilderSideBar.d.ts.map +1 -0
- package/lib/components/QueryBuilderSideBar.js +169 -0
- package/lib/components/QueryBuilderSideBar.js.map +1 -0
- package/lib/components/QueryBuilderTextEditor.d.ts +22 -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 +22 -0
- package/lib/components/QueryBuilderUnsupportedQueryEditor.d.ts.map +1 -0
- package/lib/components/QueryBuilderUnsupportedQueryEditor.js +36 -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/explorer/QueryBuilderExplorerPanel.d.ts +36 -0
- package/lib/components/explorer/QueryBuilderExplorerPanel.d.ts.map +1 -0
- package/lib/components/explorer/QueryBuilderExplorerPanel.js +340 -0
- package/lib/components/explorer/QueryBuilderExplorerPanel.js.map +1 -0
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.d.ts +22 -0
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.d.ts.map +1 -0
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js +147 -0
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js.map +1 -0
- package/lib/components/explorer/QueryBuilderMilestoneEditor.d.ts +22 -0
- package/lib/components/explorer/QueryBuilderMilestoneEditor.d.ts.map +1 -0
- package/lib/components/explorer/QueryBuilderMilestoneEditor.js +122 -0
- package/lib/components/explorer/QueryBuilderMilestoneEditor.js.map +1 -0
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.d.ts +23 -0
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.d.ts.map +1 -0
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.js +200 -0
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.js.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts +22 -0
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js +52 -0
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts +31 -0
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.js +94 -0
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.js.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts +30 -0
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js +378 -0
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.d.ts +22 -0
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.d.ts.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.js +216 -0
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.js.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts +22 -0
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts.map +1 -0
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js +88 -0
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js.map +1 -0
- package/lib/components/filter/QueryBuilderFilterPanel.d.ts +22 -0
- package/lib/components/filter/QueryBuilderFilterPanel.d.ts.map +1 -0
- package/lib/components/filter/QueryBuilderFilterPanel.js +316 -0
- package/lib/components/filter/QueryBuilderFilterPanel.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/components/shared/QueryBuilderLambdaEditor.d.ts +42 -0
- package/lib/components/shared/QueryBuilderLambdaEditor.d.ts.map +1 -0
- package/lib/components/shared/QueryBuilderLambdaEditor.js +47 -0
- package/lib/components/shared/QueryBuilderLambdaEditor.js.map +1 -0
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.d.ts +20 -0
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.d.ts.map +1 -0
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.js +28 -0
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.js.map +1 -0
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.d.ts +26 -0
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.d.ts.map +1 -0
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.js +32 -0
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.js.map +1 -0
- package/lib/components/workflows/ClassQueryBuilder.d.ts +18 -0
- package/lib/components/workflows/ClassQueryBuilder.d.ts.map +1 -0
- package/lib/components/workflows/ClassQueryBuilder.js +87 -0
- package/lib/components/workflows/ClassQueryBuilder.js.map +1 -0
- package/lib/components/workflows/MappingQueryBuilder.d.ts +18 -0
- package/lib/components/workflows/MappingQueryBuilder.d.ts.map +1 -0
- package/lib/components/workflows/MappingQueryBuilder.js +88 -0
- package/lib/components/workflows/MappingQueryBuilder.js.map +1 -0
- package/lib/components/workflows/ServiceQueryBuilder.d.ts +18 -0
- package/lib/components/workflows/ServiceQueryBuilder.d.ts.map +1 -0
- package/lib/components/workflows/ServiceQueryBuilder.js +69 -0
- package/lib/components/workflows/ServiceQueryBuilder.js.map +1 -0
- package/lib/graphManager/QueryBuilderSupportedFunctions.d.ts +60 -0
- package/lib/graphManager/QueryBuilderSupportedFunctions.d.ts.map +1 -0
- package/lib/graphManager/QueryBuilderSupportedFunctions.js +65 -0
- package/lib/graphManager/QueryBuilderSupportedFunctions.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 +70 -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 +28 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +26 -0
- package/lib/index.js.map +1 -0
- package/lib/package.json +95 -0
- package/lib/stores/QueryBuilderBootstraper.d.ts +17 -0
- package/lib/stores/QueryBuilderBootstraper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderBootstraper.js +22 -0
- package/lib/stores/QueryBuilderBootstraper.js.map +1 -0
- package/lib/stores/QueryBuilderChangeDetectionState.d.ts +25 -0
- package/lib/stores/QueryBuilderChangeDetectionState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderChangeDetectionState.js +32 -0
- package/lib/stores/QueryBuilderChangeDetectionState.js.map +1 -0
- package/lib/stores/QueryBuilderConfig.d.ts +32 -0
- package/lib/stores/QueryBuilderConfig.d.ts.map +1 -0
- package/lib/stores/QueryBuilderConfig.js +34 -0
- package/lib/stores/QueryBuilderConfig.js.map +1 -0
- package/lib/stores/QueryBuilderGroupOperationHelper.d.ts +22 -0
- package/lib/stores/QueryBuilderGroupOperationHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderGroupOperationHelper.js +43 -0
- package/lib/stores/QueryBuilderGroupOperationHelper.js.map +1 -0
- package/lib/stores/QueryBuilderMilestoningState.d.ts +32 -0
- package/lib/stores/QueryBuilderMilestoningState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderMilestoningState.js +95 -0
- package/lib/stores/QueryBuilderMilestoningState.js.map +1 -0
- package/lib/stores/QueryBuilderParametersState.d.ts +28 -0
- package/lib/stores/QueryBuilderParametersState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderParametersState.js +39 -0
- package/lib/stores/QueryBuilderParametersState.js.map +1 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.d.ts +26 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.js +138 -0
- package/lib/stores/QueryBuilderPreviewDataHelper.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 +395 -0
- package/lib/stores/QueryBuilderPropertyEditorState.js.map +1 -0
- package/lib/stores/QueryBuilderResultState.d.ts +41 -0
- package/lib/stores/QueryBuilderResultState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderResultState.js +176 -0
- package/lib/stores/QueryBuilderResultState.js.map +1 -0
- package/lib/stores/QueryBuilderState.d.ts +110 -0
- package/lib/stores/QueryBuilderState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderState.js +334 -0
- package/lib/stores/QueryBuilderState.js.map +1 -0
- package/lib/stores/QueryBuilderStateBuilder.d.ts +124 -0
- package/lib/stores/QueryBuilderStateBuilder.d.ts.map +1 -0
- package/lib/stores/QueryBuilderStateBuilder.js +311 -0
- package/lib/stores/QueryBuilderStateBuilder.js.map +1 -0
- package/lib/stores/QueryBuilderStateTestUtils.d.ts +24 -0
- package/lib/stores/QueryBuilderStateTestUtils.d.ts.map +1 -0
- package/lib/stores/QueryBuilderStateTestUtils.js +50 -0
- package/lib/stores/QueryBuilderStateTestUtils.js.map +1 -0
- package/lib/stores/QueryBuilderTextEditorState.d.ts +49 -0
- package/lib/stores/QueryBuilderTextEditorState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderTextEditorState.js +145 -0
- package/lib/stores/QueryBuilderTextEditorState.js.map +1 -0
- package/lib/stores/QueryBuilderTypeaheadHelper.d.ts +24 -0
- package/lib/stores/QueryBuilderTypeaheadHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderTypeaheadHelper.js +85 -0
- package/lib/stores/QueryBuilderTypeaheadHelper.js.map +1 -0
- package/lib/stores/QueryBuilderUnsupportedQueryState.d.ts +26 -0
- package/lib/stores/QueryBuilderUnsupportedQueryState.d.ts.map +1 -0
- package/lib/stores/QueryBuilderUnsupportedQueryState.js +37 -0
- package/lib/stores/QueryBuilderUnsupportedQueryState.js.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilder.d.ts +20 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilder.d.ts.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilder.js +87 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilder.js.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts +27 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js +161 -0
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationHelper.d.ts +61 -0
- package/lib/stores/QueryBuilderValueSpecificationHelper.d.ts.map +1 -0
- package/lib/stores/QueryBuilderValueSpecificationHelper.js +235 -0
- package/lib/stores/QueryBuilderValueSpecificationHelper.js.map +1 -0
- package/lib/stores/explorer/QueryBuilderExplorerState.d.ts +99 -0
- package/lib/stores/explorer/QueryBuilderExplorerState.d.ts.map +1 -0
- package/lib/stores/explorer/QueryBuilderExplorerState.js +446 -0
- package/lib/stores/explorer/QueryBuilderExplorerState.js.map +1 -0
- package/lib/stores/explorer/QueryBuilderPropertySearchState.d.ts +46 -0
- package/lib/stores/explorer/QueryBuilderPropertySearchState.d.ts.map +1 -0
- package/lib/stores/explorer/QueryBuilderPropertySearchState.js +242 -0
- package/lib/stores/explorer/QueryBuilderPropertySearchState.js.map +1 -0
- package/lib/stores/explorer/QueryFunctionsExplorerState.d.ts +59 -0
- package/lib/stores/explorer/QueryFunctionsExplorerState.d.ts.map +1 -0
- package/lib/stores/explorer/QueryFunctionsExplorerState.js +228 -0
- package/lib/stores/explorer/QueryFunctionsExplorerState.js.map +1 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts +40 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js +34 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js.map +1 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts +27 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js +73 -0
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts +49 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js +157 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts +20 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js +62 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts +42 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js +173 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts +26 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js +72 -0
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts +73 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.js +187 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.js.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.d.ts +68 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.js +305 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.js.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts +25 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js +186 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts +26 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js +189 -0
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.d.ts +43 -0
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.js +77 -0
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js +36 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts +18 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js +38 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts +42 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js +103 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts +20 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js +96 -0
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts +22 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js +40 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js +50 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js +55 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts +26 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js +50 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js +78 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js +67 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts +26 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js +86 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts +26 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js +86 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js +50 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js +50 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts +26 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js +45 -0
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts +29 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js +30 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts +18 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js +44 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts +135 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js +585 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts +22 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js +122 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts +19 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js +79 -0
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts +23 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js +73 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js +75 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js +75 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js +118 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js +81 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts +24 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js +43 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js +104 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts +33 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js +67 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts +27 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js +81 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts +24 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js +43 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts +32 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts.map +1 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js +75 -0
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterOperator.d.ts +27 -0
- package/lib/stores/filter/QueryBuilderFilterOperator.d.ts.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterOperator.js +20 -0
- package/lib/stores/filter/QueryBuilderFilterOperator.js.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.d.ts +18 -0
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.d.ts.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.js +44 -0
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.js.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterState.d.ts +123 -0
- package/lib/stores/filter/QueryBuilderFilterState.d.ts.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterState.js +531 -0
- package/lib/stores/filter/QueryBuilderFilterState.js.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.d.ts +19 -0
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.d.ts.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.js +74 -0
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.js.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts +19 -0
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts.map +1 -0
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.js +78 -0
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.d.ts +21 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.js +257 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js +71 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js +71 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js +115 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts +27 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js +83 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts +27 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js +83 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js +103 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js +65 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts +27 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js +83 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts +27 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js +83 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts +32 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts.map +1 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js +71 -0
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js.map +1 -0
- package/lib/stores/workflows/ClassQueryBuilderState.d.ts +35 -0
- package/lib/stores/workflows/ClassQueryBuilderState.d.ts.map +1 -0
- package/lib/stores/workflows/ClassQueryBuilderState.js +57 -0
- package/lib/stores/workflows/ClassQueryBuilderState.js.map +1 -0
- package/lib/stores/workflows/MappingQueryBuilderState.d.ts +33 -0
- package/lib/stores/workflows/MappingQueryBuilderState.d.ts.map +1 -0
- package/lib/stores/workflows/MappingQueryBuilderState.js +55 -0
- package/lib/stores/workflows/MappingQueryBuilderState.js.map +1 -0
- package/lib/stores/workflows/ServiceQueryBuilderState.d.ts +44 -0
- package/lib/stores/workflows/ServiceQueryBuilderState.d.ts.map +1 -0
- package/lib/stores/workflows/ServiceQueryBuilderState.js +90 -0
- package/lib/stores/workflows/ServiceQueryBuilderState.js.map +1 -0
- package/package.json +95 -0
- package/src/components/QueryBuilder.tsx +411 -0
- package/src/components/QueryBuilderComponentTestUtils.tsx +122 -0
- package/src/components/QueryBuilderParametersPanel.tsx +431 -0
- package/src/components/QueryBuilderPropertyExpressionEditor.tsx +376 -0
- package/src/components/QueryBuilderResultPanel.tsx +640 -0
- package/src/components/QueryBuilderSideBar.tsx +421 -0
- package/src/components/QueryBuilderTextEditor.tsx +127 -0
- package/src/components/QueryBuilderUnsupportedQueryEditor.tsx +88 -0
- package/src/components/QueryBuilder_TestID.ts +26 -0
- package/src/components/explorer/QueryBuilderExplorerPanel.tsx +934 -0
- package/src/components/explorer/QueryBuilderFunctionsExplorerPanel.tsx +554 -0
- package/src/components/explorer/QueryBuilderMilestoneEditor.tsx +296 -0
- package/src/components/explorer/QueryBuilderPropertySearchPanel.tsx +617 -0
- package/src/components/fetch-structure/QueryBuilderFetchStructurePanel.tsx +112 -0
- package/src/components/fetch-structure/QueryBuilderGraphFetchTreePanel.tsx +276 -0
- package/src/components/fetch-structure/QueryBuilderPostFilterPanel.tsx +1103 -0
- package/src/components/fetch-structure/QueryBuilderProjectionPanel.tsx +649 -0
- package/src/components/fetch-structure/QueryBuilderResultModifierPanel.tsx +254 -0
- package/src/components/filter/QueryBuilderFilterPanel.tsx +891 -0
- package/src/components/shared/ElementIconUtils.tsx +47 -0
- package/src/components/shared/QueryBuilderLambdaEditor.tsx +120 -0
- package/src/components/shared/QueryBuilderPanelIssueCountBadge.tsx +40 -0
- package/src/components/shared/QueryBuilderPropertyInfoTooltip.tsx +87 -0
- package/src/components/workflows/ClassQueryBuilder.tsx +198 -0
- package/src/components/workflows/MappingQueryBuilder.tsx +195 -0
- package/src/components/workflows/ServiceQueryBuilder.tsx +192 -0
- package/src/graphManager/QueryBuilderSupportedFunctions.ts +67 -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 +167 -0
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.ts +571 -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 +38 -0
- package/src/stores/QueryBuilderBootstraper.ts +23 -0
- package/src/stores/QueryBuilderChangeDetectionState.ts +37 -0
- package/src/stores/QueryBuilderConfig.ts +34 -0
- package/src/stores/QueryBuilderGroupOperationHelper.ts +54 -0
- package/src/stores/QueryBuilderMilestoningState.ts +164 -0
- package/src/stores/QueryBuilderParametersState.ts +52 -0
- package/src/stores/QueryBuilderPreviewDataHelper.ts +202 -0
- package/src/stores/QueryBuilderPropertyEditorState.ts +668 -0
- package/src/stores/QueryBuilderResultState.ts +281 -0
- package/src/stores/QueryBuilderState.ts +465 -0
- package/src/stores/QueryBuilderStateBuilder.ts +585 -0
- package/src/stores/QueryBuilderStateTestUtils.ts +99 -0
- package/src/stores/QueryBuilderTextEditorState.ts +203 -0
- package/src/stores/QueryBuilderTypeaheadHelper.ts +152 -0
- package/src/stores/QueryBuilderUnsupportedQueryState.ts +44 -0
- package/src/stores/QueryBuilderValueSpecificationBuilder.ts +179 -0
- package/src/stores/QueryBuilderValueSpecificationBuilderHelper.ts +256 -0
- package/src/stores/QueryBuilderValueSpecificationHelper.ts +359 -0
- package/src/stores/explorer/QueryBuilderExplorerState.ts +798 -0
- package/src/stores/explorer/QueryBuilderPropertySearchState.ts +333 -0
- package/src/stores/explorer/QueryFunctionsExplorerState.ts +375 -0
- package/src/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.ts +65 -0
- package/src/stores/fetch-structure/QueryBuilderFetchStructureState.ts +107 -0
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.ts +240 -0
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.ts +131 -0
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.ts +282 -0
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.ts +154 -0
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.ts +327 -0
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionState.ts +569 -0
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.ts +426 -0
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.ts +416 -0
- package/src/stores/fetch-structure/projection/QueryResultSetModifierState.ts +95 -0
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.ts +79 -0
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.ts +41 -0
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.ts +145 -0
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.ts +228 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.ts +109 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.ts +98 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.ts +106 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.ts +96 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.ts +173 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.ts +155 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.ts +174 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.ts +174 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.ts +98 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.ts +98 -0
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.ts +88 -0
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.ts +66 -0
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.ts +65 -0
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.ts +807 -0
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.ts +297 -0
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.ts +121 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.ts +129 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.ts +140 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.ts +135 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts +218 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.ts +143 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts +70 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.ts +183 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.ts +113 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.ts +143 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.ts +70 -0
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.ts +135 -0
- package/src/stores/filter/QueryBuilderFilterOperator.ts +52 -0
- package/src/stores/filter/QueryBuilderFilterOperatorLoader.ts +65 -0
- package/src/stores/filter/QueryBuilderFilterState.ts +736 -0
- package/src/stores/filter/QueryBuilderFilterStateBuilder.ts +155 -0
- package/src/stores/filter/QueryBuilderFilterValueSpecificationBuilder.ts +120 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperatorHelper.ts +524 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_Contain.ts +134 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_EndWith.ts +134 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_Equal.ts +211 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.ts +145 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.ts +145 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_In.ts +181 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.ts +125 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThan.ts +145 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.ts +145 -0
- package/src/stores/filter/operators/QueryBuilderFilterOperator_StartWith.ts +134 -0
- package/src/stores/workflows/ClassQueryBuilderState.ts +80 -0
- package/src/stores/workflows/MappingQueryBuilderState.ts +86 -0
- package/src/stores/workflows/ServiceQueryBuilderState.ts +143 -0
- package/tsconfig.json +166 -0
- package/tsconfig.package.json +38 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderResultPanel.js","sourceRoot":"","sources":["../../src/components/QueryBuilderResultPanel.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,41 @@
|
|
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 '../stores/QueryBuilderState.js';
|
17
|
+
import { type Class, type Runtime } from '@finos/legend-graph';
|
18
|
+
export declare const QueryBuilderClassSelector: ((props: {
|
19
|
+
queryBuilderState: QueryBuilderState;
|
20
|
+
classes: Class[];
|
21
|
+
onClassChange?: ((val: Class) => void) | undefined;
|
22
|
+
noMatchMessage?: string | undefined;
|
23
|
+
}) => JSX.Element) & {
|
24
|
+
displayName: string;
|
25
|
+
};
|
26
|
+
export declare const buildRuntimeValueOption: (runtimeValue: Runtime) => {
|
27
|
+
label: string;
|
28
|
+
value: Runtime;
|
29
|
+
};
|
30
|
+
export declare const getRuntimeOptionFormatter: (props: {
|
31
|
+
darkMode?: boolean;
|
32
|
+
}) => (option: {
|
33
|
+
value: Runtime;
|
34
|
+
}) => React.ReactNode;
|
35
|
+
export declare const QueryBuilderSidebar: ((props: {
|
36
|
+
queryBuilderState: QueryBuilderState;
|
37
|
+
children: React.ReactNode;
|
38
|
+
}) => JSX.Element) & {
|
39
|
+
displayName: string;
|
40
|
+
};
|
41
|
+
//# sourceMappingURL=QueryBuilderSideBar.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderSideBar.d.ts","sourceRoot":"","sources":["../../src/components/QueryBuilderSideBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAaH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAExE,OAAO,EACL,KAAK,KAAK,EAEV,KAAK,OAAO,EAYb,MAAM,qBAAqB,CAAC;AAuF7B,eAAO,MAAM,yBAAyB;uBAEf,iBAAiB;aAC3B,KAAK,EAAE;2BACO,KAAK,KAAK,IAAI;qBACpB,MAAM,GAAG,SAAS;;;CAoFtC,CAAC;AAEF,eAAO,MAAM,uBAAuB,iBACpB,OAAO,KACpB;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAMhC,CAAC;AAEH,eAAO,MAAM,yBAAyB,UAAW;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,cAAa;IAAE,KAAK,EAAE,OAAO,CAAA;CAAE,KAAK,MAAM,SAkBxC,CAAC;AA4IJ,eAAO,MAAM,mBAAmB,WACtB;IACN,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,QAAQ,EAAE,MAAM,SAAS,CAAC;CAC3B;;CAwBF,CAAC"}
|
@@ -0,0 +1,169 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
2
|
+
/**
|
3
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
4
|
+
*
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
* you may not use this file except in compliance with the License.
|
7
|
+
* You may obtain a copy of the License at
|
8
|
+
*
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
*
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
* See the License for the specific language governing permissions and
|
15
|
+
* limitations under the License.
|
16
|
+
*/
|
17
|
+
import { CustomSelectorInput, createFilter, CogIcon, PURE_ClassIcon, PURE_MappingIcon, PURE_RuntimeIcon, ClockIcon, clsx, } from '@finos/legend-art';
|
18
|
+
import { observer } from 'mobx-react-lite';
|
19
|
+
import { QUERY_BUILDER_TEST_ID } from './QueryBuilder_TestID.js';
|
20
|
+
import { PRIMITIVE_TYPE, LATEST_DATE, MILESTONING_STEREOTYPE, PrimitiveInstanceValue, VariableExpression, getMilestoneTemporalStereotype, PackageableElementExplicitReference, RuntimePointer, VARIABLE_REFERENCE_TOKEN, isElementDeprecated, } from '@finos/legend-graph';
|
21
|
+
import { getPackageableElementOptionFormatter, buildElementOption, useApplicationStore, } from '@finos/legend-application';
|
22
|
+
import { MilestoningParametersEditor } from './explorer/QueryBuilderMilestoneEditor.js';
|
23
|
+
const getParameterValue = (parameter) => {
|
24
|
+
if (parameter instanceof VariableExpression) {
|
25
|
+
return `${VARIABLE_REFERENCE_TOKEN}${parameter.name}`;
|
26
|
+
}
|
27
|
+
else {
|
28
|
+
if (parameter instanceof PrimitiveInstanceValue &&
|
29
|
+
parameter.genericType.value.rawType.name === PRIMITIVE_TYPE.STRICTDATE) {
|
30
|
+
return parameter.values[0];
|
31
|
+
}
|
32
|
+
else if (parameter instanceof PrimitiveInstanceValue &&
|
33
|
+
parameter.genericType.value.rawType.name === PRIMITIVE_TYPE.LATESTDATE) {
|
34
|
+
return LATEST_DATE;
|
35
|
+
}
|
36
|
+
return '(unknown)';
|
37
|
+
}
|
38
|
+
};
|
39
|
+
const generateClassLabel = (val, queryBuilderState) => {
|
40
|
+
const milestoneStereotype = getMilestoneTemporalStereotype(val, queryBuilderState.graphManagerState.graph);
|
41
|
+
const isDeprecatedClass = isElementDeprecated(val, queryBuilderState.graphManagerState.graph);
|
42
|
+
let milestoningTooltipText;
|
43
|
+
switch (milestoneStereotype) {
|
44
|
+
case MILESTONING_STEREOTYPE.BUSINESS_TEMPORAL:
|
45
|
+
milestoningTooltipText = `Business Date: ${getParameterValue(queryBuilderState.milestoningState.businessDate)}`;
|
46
|
+
break;
|
47
|
+
case MILESTONING_STEREOTYPE.PROCESSING_TEMPORAL:
|
48
|
+
milestoningTooltipText = `Processing Date: ${getParameterValue(queryBuilderState.milestoningState.processingDate)}`;
|
49
|
+
break;
|
50
|
+
case MILESTONING_STEREOTYPE.BITEMPORAL:
|
51
|
+
milestoningTooltipText = `Processing Date: ${getParameterValue(queryBuilderState.milestoningState.processingDate)}, Business Date: ${getParameterValue(queryBuilderState.milestoningState.businessDate)}`;
|
52
|
+
break;
|
53
|
+
default:
|
54
|
+
milestoningTooltipText = undefined;
|
55
|
+
}
|
56
|
+
return (_jsxs("div", { className: clsx('query-builder__setup__class-option-label', {
|
57
|
+
'query-builder__setup__class-option-label--deprecated': isDeprecatedClass,
|
58
|
+
}), children: [_jsx("div", { className: "query-builder__setup__class-option-label__name", children: val.name }), milestoningTooltipText && (_jsx(ClockIcon, { className: "query-builder__setup__class-option-label__milestoning", title: `This class is milestoned:\n${milestoningTooltipText}` }))] }));
|
59
|
+
};
|
60
|
+
export const QueryBuilderClassSelector = observer((props) => {
|
61
|
+
const { queryBuilderState, classes, onClassChange, noMatchMessage } = props;
|
62
|
+
const milestoningState = queryBuilderState.milestoningState;
|
63
|
+
const applicationStore = useApplicationStore();
|
64
|
+
// class
|
65
|
+
const elementFilterOption = createFilter({
|
66
|
+
ignoreCase: true,
|
67
|
+
ignoreAccents: false,
|
68
|
+
stringify: (option) => option.value.path,
|
69
|
+
});
|
70
|
+
const classOptions = classes.map((_class) => ({
|
71
|
+
value: _class,
|
72
|
+
label: generateClassLabel(_class, queryBuilderState),
|
73
|
+
}));
|
74
|
+
const selectedClassOption = queryBuilderState.class
|
75
|
+
? {
|
76
|
+
value: queryBuilderState.class,
|
77
|
+
label: generateClassLabel(queryBuilderState.class, queryBuilderState),
|
78
|
+
}
|
79
|
+
: null;
|
80
|
+
const changeClass = (val) => {
|
81
|
+
if (val.value === queryBuilderState.class) {
|
82
|
+
return;
|
83
|
+
}
|
84
|
+
queryBuilderState.changeClass(val.value);
|
85
|
+
onClassChange?.(val.value);
|
86
|
+
};
|
87
|
+
// milestoning
|
88
|
+
const showMilestoningEditor = () => milestoningState.setShowMilestoningEditor(true);
|
89
|
+
return (_jsx("div", { className: "query-builder__setup__config-group query-builder__setup__config-group--class", children: _jsx("div", { className: "query-builder__setup__config-group__content", children: _jsxs("div", { className: "query-builder__setup__config-group__item ", children: [_jsx("div", { className: "btn--sm query-builder__setup__config-group__item__label", title: "class", children: _jsx(PURE_ClassIcon, {}) }), _jsx(CustomSelectorInput, { className: "panel__content__form__section__dropdown query-builder__setup__config-group__item__selector query-builder__setup__config-group__item__selector__milestoned", placeholder: classOptions.length
|
90
|
+
? 'Choose a class...'
|
91
|
+
: noMatchMessage ?? 'No class found', noMatchMessage: noMatchMessage, options: classOptions, onChange: changeClass, value: selectedClassOption, darkMode: !applicationStore.TEMPORARY__isLightThemeEnabled, filterOption: elementFilterOption, formatOptionLabel: getPackageableElementOptionFormatter({
|
92
|
+
darkMode: !applicationStore.TEMPORARY__isLightThemeEnabled,
|
93
|
+
}) }), queryBuilderState.isQuerySupported && (_jsx("button", { className: "btn--dark btn__icon--dark query-builder__setup__milestoning", tabIndex: -1, onClick: showMilestoningEditor, disabled: !milestoningState.isMilestonedQuery, title: "Edit Milestoning Parameters", children: _jsx(ClockIcon, {}) })), milestoningState.isMilestonedQuery && (_jsx(MilestoningParametersEditor, { queryBuilderState: queryBuilderState }))] }) }) }));
|
94
|
+
});
|
95
|
+
export const buildRuntimeValueOption = (runtimeValue) => ({
|
96
|
+
value: runtimeValue,
|
97
|
+
label: runtimeValue instanceof RuntimePointer
|
98
|
+
? runtimeValue.packageableRuntime.value.name
|
99
|
+
: 'custom',
|
100
|
+
});
|
101
|
+
export const getRuntimeOptionFormatter = (props) => function RuntimeOptionLabel(option) {
|
102
|
+
if (option.value instanceof RuntimePointer) {
|
103
|
+
const runtimePointer = option.value;
|
104
|
+
return getPackageableElementOptionFormatter(props)(buildElementOption(runtimePointer.packageableRuntime.value));
|
105
|
+
}
|
106
|
+
return option.value instanceof RuntimePointer ? (option.value.packageableRuntime.value.name) : (_jsxs("div", { className: "query-builder__setup__runtime-option--custom", children: [_jsx(CogIcon, {}), _jsx("div", { className: "query-builder__setup__runtime-option--custom__label", children: "custom" })] }));
|
107
|
+
};
|
108
|
+
const BasicQueryBuilderSetup = observer((props) => {
|
109
|
+
const { queryBuilderState } = props;
|
110
|
+
const applicationStore = useApplicationStore();
|
111
|
+
// classes
|
112
|
+
const classes = queryBuilderState.graphManagerState.usableClasses;
|
113
|
+
// mapping
|
114
|
+
const mappingOptions = queryBuilderState.graphManagerState.usableMappings.map(buildElementOption);
|
115
|
+
const selectedMappingOption = queryBuilderState.mapping
|
116
|
+
? buildElementOption(queryBuilderState.mapping)
|
117
|
+
: null;
|
118
|
+
const changeMapping = (val) => {
|
119
|
+
if (!queryBuilderState.class ||
|
120
|
+
val.value === queryBuilderState.mapping ||
|
121
|
+
queryBuilderState.isMappingReadOnly) {
|
122
|
+
return;
|
123
|
+
}
|
124
|
+
queryBuilderState.changeMapping(val.value);
|
125
|
+
};
|
126
|
+
const mappingFilterOption = createFilter({
|
127
|
+
ignoreCase: true,
|
128
|
+
ignoreAccents: false,
|
129
|
+
stringify: (option) => option.value.path,
|
130
|
+
});
|
131
|
+
// runtime
|
132
|
+
const runtimeOptions = queryBuilderState.graphManagerState.usableRuntimes
|
133
|
+
.map((rt) => new RuntimePointer(PackageableElementExplicitReference.create(rt)))
|
134
|
+
.map(buildRuntimeValueOption);
|
135
|
+
const selectedRuntimeOption = queryBuilderState.runtimeValue
|
136
|
+
? buildRuntimeValueOption(queryBuilderState.runtimeValue)
|
137
|
+
: null;
|
138
|
+
const changeRuntime = (val) => {
|
139
|
+
if (val.value === queryBuilderState.runtimeValue ||
|
140
|
+
queryBuilderState.isRuntimeReadOnly) {
|
141
|
+
return;
|
142
|
+
}
|
143
|
+
queryBuilderState.changeRuntime(val.value);
|
144
|
+
};
|
145
|
+
const runtimeFilterOption = createFilter({
|
146
|
+
ignoreCase: true,
|
147
|
+
ignoreAccents: false,
|
148
|
+
stringify: (option) => option.value instanceof RuntimePointer
|
149
|
+
? option.value.packageableRuntime.value.path
|
150
|
+
: 'custom',
|
151
|
+
});
|
152
|
+
return (_jsxs(_Fragment, { children: [_jsx(QueryBuilderClassSelector, { queryBuilderState: queryBuilderState, classes: classes }), _jsxs("div", { className: "query-builder__setup__config-group", children: [_jsx("div", { className: "query-builder__setup__config-group__header", children: _jsx("div", { className: "query-builder__setup__config-group__header__title", children: "execution context" }) }), _jsxs("div", { className: "query-builder__setup__config-group__content", children: [_jsxs("div", { className: "query-builder__setup__config-group__item", children: [_jsx("div", { className: "btn--sm query-builder__setup__config-group__item__label", title: "mapping", children: _jsx(PURE_MappingIcon, {}) }), _jsx(CustomSelectorInput, { className: "panel__content__form__section__dropdown query-builder__setup__config-group__item__selector", placeholder: mappingOptions.length
|
153
|
+
? 'Choose a mapping...'
|
154
|
+
: 'No mapping found', disabled: queryBuilderState.isMappingReadOnly ||
|
155
|
+
!queryBuilderState.class, options: mappingOptions, onChange: changeMapping, value: selectedMappingOption, darkMode: !applicationStore.TEMPORARY__isLightThemeEnabled, filterOption: mappingFilterOption, formatOptionLabel: getPackageableElementOptionFormatter({
|
156
|
+
darkMode: !applicationStore.TEMPORARY__isLightThemeEnabled,
|
157
|
+
}) })] }), _jsxs("div", { className: "query-builder__setup__config-group__item", children: [_jsx("div", { className: "btn--sm query-builder__setup__config-group__item__label", title: "runtime", children: _jsx(PURE_RuntimeIcon, {}) }), _jsx(CustomSelectorInput, { className: "panel__content__form__section__dropdown query-builder__setup__config-group__item__selector", placeholder: runtimeOptions.length
|
158
|
+
? 'Choose a runtime...'
|
159
|
+
: 'No runtime found', disabled: queryBuilderState.isRuntimeReadOnly ||
|
160
|
+
!queryBuilderState.class ||
|
161
|
+
!queryBuilderState.mapping, options: runtimeOptions, onChange: changeRuntime, value: selectedRuntimeOption, darkMode: !applicationStore.TEMPORARY__isLightThemeEnabled, filterOption: runtimeFilterOption, formatOptionLabel: getRuntimeOptionFormatter({
|
162
|
+
darkMode: !applicationStore.TEMPORARY__isLightThemeEnabled,
|
163
|
+
}) })] })] })] })] }));
|
164
|
+
});
|
165
|
+
export const QueryBuilderSidebar = observer((props) => {
|
166
|
+
const { queryBuilderState, children } = props;
|
167
|
+
return (_jsxs("div", { className: clsx('query-builder__side-bar', queryBuilderState.sideBarClassName), children: [_jsx("div", { "data-testid": QUERY_BUILDER_TEST_ID.QUERY_BUILDER_SETUP, className: "panel query-builder__setup", children: _jsx("div", { className: "panel__content query-builder__setup__content", children: queryBuilderState.TEMPORARY__setupPanelContentRenderer?.() ?? (_jsx(BasicQueryBuilderSetup, { queryBuilderState: queryBuilderState })) }) }), _jsx("div", { className: "query-builder__side-bar__content", children: children })] }));
|
168
|
+
});
|
169
|
+
//# sourceMappingURL=QueryBuilderSideBar.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderSideBar.js","sourceRoot":"","sources":["../../src/components/QueryBuilderSideBar.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,22 @@
|
|
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 '../stores/QueryBuilderState.js';
|
17
|
+
export declare const QueryBuilderTextEditor: ((props: {
|
18
|
+
queryBuilderState: QueryBuilderState;
|
19
|
+
}) => JSX.Element) & {
|
20
|
+
displayName: string;
|
21
|
+
};
|
22
|
+
//# sourceMappingURL=QueryBuilderTextEditor.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderTextEditor.d.ts","sourceRoot":"","sources":["../../src/components/QueryBuilderTextEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAUxE,eAAO,MAAM,sBAAsB,WACzB;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE;;CAgGjD,CAAC"}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
/**
|
3
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
4
|
+
*
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
* you may not use this file except in compliance with the License.
|
7
|
+
* You may obtain a copy of the License at
|
8
|
+
*
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
*
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
* See the License for the specific language governing permissions and
|
15
|
+
* limitations under the License.
|
16
|
+
*/
|
17
|
+
import { useEffect } from 'react';
|
18
|
+
import { observer } from 'mobx-react-lite';
|
19
|
+
import { clsx, Dialog } from '@finos/legend-art';
|
20
|
+
import { QueryBuilderTextEditorMode } from '../stores/QueryBuilderTextEditorState.js';
|
21
|
+
import { flowResult } from 'mobx';
|
22
|
+
import { QueryBuilderLambdaEditor } from './shared/QueryBuilderLambdaEditor.js';
|
23
|
+
import { EDITOR_LANGUAGE, TextInputEditor, useApplicationStore, } from '@finos/legend-application';
|
24
|
+
export const QueryBuilderTextEditor = observer((props) => {
|
25
|
+
const { queryBuilderState } = props;
|
26
|
+
const applicationStore = useApplicationStore();
|
27
|
+
const queryTextEditorState = queryBuilderState.textEditorState;
|
28
|
+
const close = applicationStore.guardUnhandledError(() => flowResult(queryBuilderState.textEditorState.closeModal()));
|
29
|
+
const discardChanges = () => {
|
30
|
+
queryBuilderState.textEditorState.setMode(undefined);
|
31
|
+
// force close the backdrop just in case changes are discarded when there are grammar issues
|
32
|
+
queryBuilderState.setBackdrop(false);
|
33
|
+
};
|
34
|
+
const mode = queryTextEditorState.mode;
|
35
|
+
useEffect(() => {
|
36
|
+
flowResult(queryTextEditorState.convertLambdaObjectToGrammarString(true)).catch(applicationStore.alertUnhandledError);
|
37
|
+
}, [applicationStore, queryTextEditorState]);
|
38
|
+
return (_jsx(Dialog, { open: Boolean(mode), onClose: close, classes: {
|
39
|
+
root: 'editor-modal__root-container',
|
40
|
+
container: 'editor-modal__container',
|
41
|
+
paper: 'editor-modal__content',
|
42
|
+
}, children: _jsxs("div", { className: clsx('modal modal--dark editor-modal query-builder-text-mode__modal', {
|
43
|
+
'query-builder-text-mode__modal--has-error': Boolean(queryTextEditorState.parserError),
|
44
|
+
}), children: [_jsxs("div", { className: "modal__header", children: [_jsx("div", { className: "modal__title", children: "Query" }), queryTextEditorState.parserError && (_jsx("div", { className: "modal__title__error-badge", children: "Failed to parse query" }))] }), _jsx("div", { className: "modal__body", children: _jsxs("div", { className: clsx('query-builder-text-mode__modal__content', {
|
45
|
+
backdrop__element: Boolean(queryTextEditorState.parserError),
|
46
|
+
}), children: [mode === QueryBuilderTextEditorMode.TEXT && (_jsx(QueryBuilderLambdaEditor, { className: 'query-builder-text-mode__lambda-editor', disabled: queryTextEditorState.isConvertingLambdaToString, queryBuilderState: queryBuilderState, lambdaEditorState: queryTextEditorState, forceBackdrop: false, forceExpansion: true, useBaseTextEditorSettings: true, hideErrorBar: true, disablePopUp: true })), mode === QueryBuilderTextEditorMode.JSON && (_jsx(TextInputEditor, { language: EDITOR_LANGUAGE.JSON, inputValue: queryTextEditorState.readOnlylambdaJson, isReadOnly: true }))] }) }), _jsxs("div", { className: "modal__footer", children: [mode === QueryBuilderTextEditorMode.TEXT && (_jsx("button", { className: "btn btn--dark btn--caution", onClick: discardChanges, children: "Discard changes" })), _jsx("button", { className: "btn btn--dark", onClick: close, disabled: Boolean(queryTextEditorState.parserError), children: "Close" })] })] }) }));
|
47
|
+
});
|
48
|
+
//# sourceMappingURL=QueryBuilderTextEditor.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderTextEditor.js","sourceRoot":"","sources":["../../src/components/QueryBuilderTextEditor.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,22 @@
|
|
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 '../stores/QueryBuilderState.js';
|
17
|
+
export declare const QueryBuilderUnsupportedQueryEditor: ((props: {
|
18
|
+
queryBuilderState: QueryBuilderState;
|
19
|
+
}) => JSX.Element) & {
|
20
|
+
displayName: string;
|
21
|
+
};
|
22
|
+
//# sourceMappingURL=QueryBuilderUnsupportedQueryEditor.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderUnsupportedQueryEditor.d.ts","sourceRoot":"","sources":["../../src/components/QueryBuilderUnsupportedQueryEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAgDxE,eAAO,MAAM,kCAAkC,WACrC;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE;;CAqBjD,CAAC"}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
/**
|
3
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
4
|
+
*
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
* you may not use this file except in compliance with the License.
|
7
|
+
* You may obtain a copy of the License at
|
8
|
+
*
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
*
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
* See the License for the specific language governing permissions and
|
15
|
+
* limitations under the License.
|
16
|
+
*/
|
17
|
+
import { observer } from 'mobx-react-lite';
|
18
|
+
import { QueryBuilderTextEditorMode } from '../stores/QueryBuilderTextEditorState.js';
|
19
|
+
import { BlankPanelContent, ResizablePanelGroup, ResizablePanel, ResizablePanelSplitter, } from '@finos/legend-art';
|
20
|
+
import { QueryBuilderSidebar } from './QueryBuilderSideBar.js';
|
21
|
+
import { QueryBuilderParametersPanel } from './QueryBuilderParametersPanel.js';
|
22
|
+
const QueryBuilderUnsupportedQueryEditPanel = observer((props) => {
|
23
|
+
const { queryBuilderState } = props;
|
24
|
+
const queryUnsupportedState = queryBuilderState.unsupportedQueryState;
|
25
|
+
const lambdaError = queryUnsupportedState.lambdaError;
|
26
|
+
const errorMessage = lambdaError?.message
|
27
|
+
? ` due to: ${lambdaError.message}`
|
28
|
+
: '';
|
29
|
+
const openLambdaModal = () => queryBuilderState.textEditorState.openModal(QueryBuilderTextEditorMode.TEXT);
|
30
|
+
return (_jsxs("div", { className: "panel", children: [_jsx("div", { className: "panel__header", children: _jsx("div", { className: "panel__header__title", children: _jsx("div", { className: "panel__header__title__label", children: "content" }) }) }), _jsx("div", { className: "panel__content", children: _jsx(BlankPanelContent, { children: _jsxs("div", { className: "query-builder__unsupported-view__main", children: [_jsx("div", { className: "query-builder__unsupported-view__summary", children: `Can't display query in form mode${errorMessage}` }), _jsx("button", { className: "btn--dark query-builder__unsupported-view__to-text-mode__btn", onClick: openLambdaModal, children: "Edit in text mode" })] }) }) })] }));
|
31
|
+
});
|
32
|
+
export const QueryBuilderUnsupportedQueryEditor = observer((props) => {
|
33
|
+
const { queryBuilderState } = props;
|
34
|
+
return (_jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 450, children: _jsx(QueryBuilderSidebar, { queryBuilderState: queryBuilderState, children: _jsx(QueryBuilderParametersPanel, { queryBuilderState: queryBuilderState }) }) }), _jsx(ResizablePanelSplitter, {}), _jsx(ResizablePanel, { children: _jsx(QueryBuilderUnsupportedQueryEditPanel, { queryBuilderState: queryBuilderState }) })] }));
|
35
|
+
});
|
36
|
+
//# sourceMappingURL=QueryBuilderUnsupportedQueryEditor.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderUnsupportedQueryEditor.js","sourceRoot":"","sources":["../../src/components/QueryBuilderUnsupportedQueryEditor.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,cAAc,EACd,sBAAsB,GACvB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAE/E,MAAM,qCAAqC,GAAG,QAAQ,CACpD,CAAC,KAA+C,EAAE,EAAE;IAClD,MAAM,EAAE,iBAAiB,EAAE,GAAG,KAAK,CAAC;IACpC,MAAM,qBAAqB,GAAG,iBAAiB,CAAC,qBAAqB,CAAC;IACtE,MAAM,WAAW,GAAG,qBAAqB,CAAC,WAAW,CAAC;IACtD,MAAM,YAAY,GAAG,WAAW,EAAE,OAAO;QACvC,CAAC,CAAC,YAAY,WAAW,CAAC,OAAO,EAAE;QACnC,CAAC,CAAC,EAAE,CAAC;IACP,MAAM,eAAe,GAAG,GAAS,EAAE,CACjC,iBAAiB,CAAC,eAAe,CAAC,SAAS,CACzC,0BAA0B,CAAC,IAAI,CAChC,CAAC;IACJ,OAAO,CACL,eAAK,SAAS,EAAC,OAAO,aACpB,cAAK,SAAS,EAAC,eAAe,YAC5B,cAAK,SAAS,EAAC,sBAAsB,YACnC,cAAK,SAAS,EAAC,6BAA6B,wBAAc,GACtD,GACF,EACN,cAAK,SAAS,EAAC,gBAAgB,YAC7B,KAAC,iBAAiB,cAChB,eAAK,SAAS,EAAC,uCAAuC,aACpD,cAAK,SAAS,EAAC,0CAA0C,YAAE,mCAAmC,YAAY,EAAE,GAAO,EACnH,iBACE,SAAS,EAAC,8DAA8D,EACxE,OAAO,EAAE,eAAe,kCAGjB,IACL,GACY,GAChB,IACF,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAG,QAAQ,CACxD,CAAC,KAA+C,EAAE,EAAE;IAClD,MAAM,EAAE,iBAAiB,EAAE,GAAG,KAAK,CAAC;IAEpC,OAAO,CACL,MAAC,mBAAmB,IAAC,WAAW,EAAC,UAAU,aACzC,KAAC,cAAc,IAAC,IAAI,EAAE,GAAG,YACvB,KAAC,mBAAmB,IAAC,iBAAiB,EAAE,iBAAiB,YACvD,KAAC,2BAA2B,IAC1B,iBAAiB,EAAE,iBAAiB,GACpC,GACkB,GACP,EACjB,KAAC,sBAAsB,KAAG,EAC1B,KAAC,cAAc,cACb,KAAC,qCAAqC,IACpC,iBAAiB,EAAE,iBAAiB,GACpC,GACa,IACG,CACvB,CAAC;AACJ,CAAC,CACF,CAAC"}
|
@@ -0,0 +1,26 @@
|
|
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
|
+
export declare enum QUERY_BUILDER_TEST_ID {
|
17
|
+
QUERY_BUILDER = "query__builder",
|
18
|
+
QUERY_BUILDER_SETUP = "query__builder__setup",
|
19
|
+
QUERY_BUILDER_PROJECTION = "query__builder__projection",
|
20
|
+
QUERY_BUILDER_GRAPH_FETCH = "query__builder__graph__fetch",
|
21
|
+
QUERY_BUILDER_FILTER = "query__builder__filter",
|
22
|
+
QUERY_BUILDER_POST_FILTER = "query__builder__post-filter",
|
23
|
+
QUERY_BUILDER_EXPLORER = "query__builder__explorer",
|
24
|
+
QUERY_BUILDER_PROPERTY_SEARCH_PANEL = "query__builder__property__search__panel"
|
25
|
+
}
|
26
|
+
//# sourceMappingURL=QueryBuilder_TestID.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilder_TestID.d.ts","sourceRoot":"","sources":["../../src/components/QueryBuilder_TestID.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,qBAAqB;IAC/B,aAAa,mBAAmB;IAChC,mBAAmB,0BAA0B;IAC7C,wBAAwB,+BAA+B;IACvD,yBAAyB,iCAAiC;IAC1D,oBAAoB,2BAA2B;IAC/C,yBAAyB,gCAAgC;IACzD,sBAAsB,6BAA6B;IACnD,mCAAmC,4CAA4C;CAChF"}
|
@@ -0,0 +1,27 @@
|
|
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
|
+
export var QUERY_BUILDER_TEST_ID;
|
17
|
+
(function (QUERY_BUILDER_TEST_ID) {
|
18
|
+
QUERY_BUILDER_TEST_ID["QUERY_BUILDER"] = "query__builder";
|
19
|
+
QUERY_BUILDER_TEST_ID["QUERY_BUILDER_SETUP"] = "query__builder__setup";
|
20
|
+
QUERY_BUILDER_TEST_ID["QUERY_BUILDER_PROJECTION"] = "query__builder__projection";
|
21
|
+
QUERY_BUILDER_TEST_ID["QUERY_BUILDER_GRAPH_FETCH"] = "query__builder__graph__fetch";
|
22
|
+
QUERY_BUILDER_TEST_ID["QUERY_BUILDER_FILTER"] = "query__builder__filter";
|
23
|
+
QUERY_BUILDER_TEST_ID["QUERY_BUILDER_POST_FILTER"] = "query__builder__post-filter";
|
24
|
+
QUERY_BUILDER_TEST_ID["QUERY_BUILDER_EXPLORER"] = "query__builder__explorer";
|
25
|
+
QUERY_BUILDER_TEST_ID["QUERY_BUILDER_PROPERTY_SEARCH_PANEL"] = "query__builder__property__search__panel";
|
26
|
+
})(QUERY_BUILDER_TEST_ID = QUERY_BUILDER_TEST_ID || (QUERY_BUILDER_TEST_ID = {}));
|
27
|
+
//# sourceMappingURL=QueryBuilder_TestID.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilder_TestID.js","sourceRoot":"","sources":["../../src/components/QueryBuilder_TestID.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC/B,yDAAgC,CAAA;IAChC,sEAA6C,CAAA;IAC7C,gFAAuD,CAAA;IACvD,mFAA0D,CAAA;IAC1D,wEAA+C,CAAA;IAC/C,kFAAyD,CAAA;IACzD,4EAAmD,CAAA;IACnD,wGAA+E,CAAA;AACjF,CAAC,EATW,qBAAqB,GAArB,qBAAqB,KAArB,qBAAqB,QAShC"}
|
@@ -0,0 +1,36 @@
|
|
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
|
+
/// <reference types="react" resolution-mode="require"/>
|
17
|
+
import { type TooltipPlacement } from '@finos/legend-art';
|
18
|
+
import { type QueryBuilderExplorerTreeNodeData } from '../../stores/explorer/QueryBuilderExplorerState.js';
|
19
|
+
import type { QueryBuilderState } from '../../stores/QueryBuilderState.js';
|
20
|
+
import { type Type, type Multiplicity, Class } from '@finos/legend-graph';
|
21
|
+
export declare const isExplorerTreeNodeAlreadyUsed: (node: QueryBuilderExplorerTreeNodeData, queryBuilderState: QueryBuilderState) => boolean;
|
22
|
+
export declare const QueryBuilderSubclassInfoTooltip: React.FC<{
|
23
|
+
subclass: Class;
|
24
|
+
path: string;
|
25
|
+
isMapped: boolean;
|
26
|
+
children: React.ReactElement;
|
27
|
+
placement?: TooltipPlacement | undefined;
|
28
|
+
multiplicity: Multiplicity;
|
29
|
+
}>;
|
30
|
+
export declare const renderPropertyTypeIcon: (type: Type) => React.ReactNode;
|
31
|
+
export declare const QueryBuilderExplorerPanel: ((props: {
|
32
|
+
queryBuilderState: QueryBuilderState;
|
33
|
+
}) => JSX.Element) & {
|
34
|
+
displayName: string;
|
35
|
+
};
|
36
|
+
//# sourceMappingURL=QueryBuilderExplorerPanel.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QueryBuilderExplorerPanel.d.ts","sourceRoot":"","sources":["../../../src/components/explorer/QueryBuilderExplorerPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EAGL,KAAK,gBAAgB,EA6BtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAEL,KAAK,gCAAgC,EAOtC,MAAM,oDAAoD,CAAC;AAG5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAG3E,OAAO,EACL,KAAK,IAAI,EACT,KAAK,YAAY,EAEjB,KAAK,EAWN,MAAM,qBAAqB,CAAC;AAgC7B,eAAO,MAAM,6BAA6B,SAClC,gCAAgC,qBACnB,iBAAiB,KACnC,OAkBF,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,KAAK,CAAC,EAAE,CAAC;IACrD,QAAQ,EAAE,KAAK,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;IAC7B,SAAS,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACzC,YAAY,EAAE,YAAY,CAAC;CAC5B,CAiDA,CAAC;AAyHF,eAAO,MAAM,sBAAsB,SAAU,IAAI,KAAG,MAAM,SA8BzD,CAAC;AAiaF,eAAO,MAAM,yBAAyB,WAC5B;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE;;CA4KjD,CAAC"}
|