@finos/legend-application-query 5.2.8 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/application/LegendQuery.d.ts.map +1 -1
- package/lib/application/LegendQuery.js +4 -7
- package/lib/application/LegendQuery.js.map +1 -1
- package/lib/components/LegendQueryApplication.d.ts +0 -1
- package/lib/components/LegendQueryApplication.d.ts.map +1 -1
- package/lib/components/LegendQueryApplication.js +2 -2
- package/lib/components/LegendQueryApplication.js.map +1 -1
- package/lib/components/QueryEditor.d.ts +2 -3
- package/lib/components/QueryEditor.d.ts.map +1 -1
- package/lib/components/QueryEditor.js +83 -32
- package/lib/components/QueryEditor.js.map +1 -1
- package/lib/components/QueryEditorComponentTestUtils.d.ts +5 -1
- package/lib/components/QueryEditorComponentTestUtils.d.ts.map +1 -1
- package/lib/components/QueryEditorComponentTestUtils.js +21 -20
- package/lib/components/QueryEditorComponentTestUtils.js.map +1 -1
- package/lib/components/QueryEditorStoreProvider.d.ts +2 -3
- package/lib/components/QueryEditorStoreProvider.d.ts.map +1 -1
- package/lib/components/QueryEditorStoreProvider.js +5 -5
- package/lib/components/QueryEditorStoreProvider.js.map +1 -1
- package/lib/components/QuerySetup.js +17 -17
- package/lib/components/QuerySetup.js.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +2 -4
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -4
- package/lib/index.js.map +1 -1
- package/lib/package.json +8 -14
- package/lib/stores/LegendQueryApplicationPlugin.d.ts +7 -0
- package/lib/stores/LegendQueryApplicationPlugin.d.ts.map +1 -1
- package/lib/stores/LegendQueryApplicationPlugin.js.map +1 -1
- package/lib/stores/LegendQueryRouter.d.ts +8 -12
- package/lib/stores/LegendQueryRouter.d.ts.map +1 -1
- package/lib/stores/LegendQueryRouter.js +6 -7
- package/lib/stores/LegendQueryRouter.js.map +1 -1
- package/lib/stores/QueryEditorStore.d.ts +22 -11
- package/lib/stores/QueryEditorStore.d.ts.map +1 -1
- package/lib/stores/QueryEditorStore.js +102 -67
- package/lib/stores/QueryEditorStore.js.map +1 -1
- package/lib/stores/QuerySetupStore.d.ts +4 -4
- package/lib/stores/QuerySetupStore.d.ts.map +1 -1
- package/lib/stores/QuerySetupStore.js +4 -4
- package/lib/stores/QuerySetupStore.js.map +1 -1
- package/package.json +15 -21
- package/src/application/LegendQuery.tsx +7 -8
- package/src/components/LegendQueryApplication.tsx +7 -7
- package/src/components/QueryEditor.tsx +371 -134
- package/src/components/QueryEditorComponentTestUtils.tsx +40 -29
- package/src/components/QueryEditorStoreProvider.tsx +7 -9
- package/src/components/QuerySetup.tsx +25 -25
- package/src/index.ts +2 -10
- package/src/stores/LegendQueryApplicationPlugin.ts +12 -0
- package/src/stores/LegendQueryRouter.ts +11 -16
- package/src/stores/QueryEditorStore.ts +167 -113
- package/src/stores/QuerySetupStore.ts +8 -6
- package/tsconfig.json +2 -111
- package/tsconfig.package.json +1 -1
- package/lib/QueryBuilder_Const.d.ts +0 -77
- package/lib/QueryBuilder_Const.d.ts.map +0 -1
- package/lib/QueryBuilder_Const.js +0 -85
- package/lib/QueryBuilder_Const.js.map +0 -1
- package/lib/components/QueryBuilder.d.ts +0 -23
- package/lib/components/QueryBuilder.d.ts.map +0 -1
- package/lib/components/QueryBuilder.js +0 -111
- package/lib/components/QueryBuilder.js.map +0 -1
- package/lib/components/QueryBuilderParameterPanel.d.ts +0 -30
- package/lib/components/QueryBuilderParameterPanel.d.ts.map +0 -1
- package/lib/components/QueryBuilderParameterPanel.js +0 -128
- package/lib/components/QueryBuilderParameterPanel.js.map +0 -1
- package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts +0 -30
- package/lib/components/QueryBuilderPropertyExpressionEditor.d.ts.map +0 -1
- package/lib/components/QueryBuilderPropertyExpressionEditor.js +0 -116
- package/lib/components/QueryBuilderPropertyExpressionEditor.js.map +0 -1
- package/lib/components/QueryBuilderResultPanel.d.ts +0 -23
- package/lib/components/QueryBuilderResultPanel.d.ts.map +0 -1
- package/lib/components/QueryBuilderResultPanel.js +0 -242
- package/lib/components/QueryBuilderResultPanel.js.map +0 -1
- package/lib/components/QueryBuilderSetupPanel.d.ts +0 -23
- package/lib/components/QueryBuilderSetupPanel.d.ts.map +0 -1
- package/lib/components/QueryBuilderSetupPanel.js +0 -149
- package/lib/components/QueryBuilderSetupPanel.js.map +0 -1
- package/lib/components/QueryBuilderTextEditor.d.ts +0 -23
- package/lib/components/QueryBuilderTextEditor.d.ts.map +0 -1
- package/lib/components/QueryBuilderTextEditor.js +0 -48
- package/lib/components/QueryBuilderTextEditor.js.map +0 -1
- package/lib/components/QueryBuilderUnsupportedQueryEditor.d.ts +0 -23
- package/lib/components/QueryBuilderUnsupportedQueryEditor.d.ts.map +0 -1
- package/lib/components/QueryBuilderUnsupportedQueryEditor.js +0 -37
- package/lib/components/QueryBuilderUnsupportedQueryEditor.js.map +0 -1
- package/lib/components/QueryBuilder_TestID.d.ts +0 -26
- package/lib/components/QueryBuilder_TestID.d.ts.map +0 -1
- package/lib/components/QueryBuilder_TestID.js +0 -27
- package/lib/components/QueryBuilder_TestID.js.map +0 -1
- package/lib/components/explorer/QueryBuilderExplorerPanel.d.ts +0 -36
- package/lib/components/explorer/QueryBuilderExplorerPanel.d.ts.map +0 -1
- package/lib/components/explorer/QueryBuilderExplorerPanel.js +0 -335
- package/lib/components/explorer/QueryBuilderExplorerPanel.js.map +0 -1
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.d.ts +0 -23
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.d.ts.map +0 -1
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js +0 -147
- package/lib/components/explorer/QueryBuilderFunctionsExplorerPanel.js.map +0 -1
- package/lib/components/explorer/QueryBuilderMilestoneEditor.d.ts +0 -24
- package/lib/components/explorer/QueryBuilderMilestoneEditor.d.ts.map +0 -1
- package/lib/components/explorer/QueryBuilderMilestoneEditor.js +0 -120
- package/lib/components/explorer/QueryBuilderMilestoneEditor.js.map +0 -1
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.d.ts +0 -24
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.d.ts.map +0 -1
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.js +0 -200
- package/lib/components/explorer/QueryBuilderPropertySearchPanel.js.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts +0 -23
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.d.ts.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js +0 -52
- package/lib/components/fetch-structure/QueryBuilderFetchStructurePanel.js.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts +0 -32
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.d.ts.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.js +0 -94
- package/lib/components/fetch-structure/QueryBuilderGraphFetchTreePanel.js.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts +0 -31
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.d.ts.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js +0 -378
- package/lib/components/fetch-structure/QueryBuilderPostFilterPanel.js.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.d.ts +0 -23
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.d.ts.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.js +0 -216
- package/lib/components/fetch-structure/QueryBuilderProjectionPanel.js.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts +0 -23
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.d.ts.map +0 -1
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js +0 -88
- package/lib/components/fetch-structure/QueryBuilderResultModifierPanel.js.map +0 -1
- package/lib/components/filter/QueryBuilderFilterPanel.d.ts +0 -23
- package/lib/components/filter/QueryBuilderFilterPanel.d.ts.map +0 -1
- package/lib/components/filter/QueryBuilderFilterPanel.js +0 -316
- package/lib/components/filter/QueryBuilderFilterPanel.js.map +0 -1
- package/lib/components/shared/ElementIconUtils.d.ts +0 -18
- package/lib/components/shared/ElementIconUtils.d.ts.map +0 -1
- package/lib/components/shared/ElementIconUtils.js +0 -37
- package/lib/components/shared/ElementIconUtils.js.map +0 -1
- package/lib/components/shared/QueryBuilderLambdaEditor.d.ts +0 -43
- package/lib/components/shared/QueryBuilderLambdaEditor.d.ts.map +0 -1
- package/lib/components/shared/QueryBuilderLambdaEditor.js +0 -47
- package/lib/components/shared/QueryBuilderLambdaEditor.js.map +0 -1
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.d.ts +0 -20
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.d.ts.map +0 -1
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.js +0 -28
- package/lib/components/shared/QueryBuilderPanelIssueCountBadge.js.map +0 -1
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.d.ts +0 -26
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.d.ts.map +0 -1
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.js +0 -32
- package/lib/components/shared/QueryBuilderPropertyInfoTooltip.js.map +0 -1
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts +0 -21
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.d.ts.map +0 -1
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js +0 -27
- package/lib/graphManager/QueryBuilder_GraphManagerPlugin.js.map +0 -1
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts +0 -24
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.d.ts.map +0 -1
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.js +0 -32
- package/lib/graphManager/QueryBuilder_GraphManagerPreset.js.map +0 -1
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts +0 -21
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.d.ts.map +0 -1
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js +0 -20
- package/lib/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.js.map +0 -1
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts +0 -21
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.d.ts.map +0 -1
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js +0 -20
- package/lib/graphManager/action/analytics/ServiceExecutionAnalysis.js.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts +0 -25
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js +0 -21
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.js.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts +0 -18
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js +0 -20
- package/lib/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.js.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts +0 -22
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js +0 -70
- package/lib/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.js.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts +0 -22
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js +0 -207
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.js.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts +0 -18
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js +0 -18
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.js.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts +0 -29
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js +0 -182
- package/lib/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.js.map +0 -1
- package/lib/stores/QueryBuilderGroupOperationHelper.d.ts +0 -22
- package/lib/stores/QueryBuilderGroupOperationHelper.d.ts.map +0 -1
- package/lib/stores/QueryBuilderGroupOperationHelper.js +0 -43
- package/lib/stores/QueryBuilderGroupOperationHelper.js.map +0 -1
- package/lib/stores/QueryBuilderPreviewDataHelper.d.ts +0 -26
- package/lib/stores/QueryBuilderPreviewDataHelper.d.ts.map +0 -1
- package/lib/stores/QueryBuilderPreviewDataHelper.js +0 -143
- package/lib/stores/QueryBuilderPreviewDataHelper.js.map +0 -1
- package/lib/stores/QueryBuilderPropertyEditorState.d.ts +0 -62
- package/lib/stores/QueryBuilderPropertyEditorState.d.ts.map +0 -1
- package/lib/stores/QueryBuilderPropertyEditorState.js +0 -395
- package/lib/stores/QueryBuilderPropertyEditorState.js.map +0 -1
- package/lib/stores/QueryBuilderResultState.d.ts +0 -41
- package/lib/stores/QueryBuilderResultState.d.ts.map +0 -1
- package/lib/stores/QueryBuilderResultState.js +0 -176
- package/lib/stores/QueryBuilderResultState.js.map +0 -1
- package/lib/stores/QueryBuilderSetupState.d.ts +0 -46
- package/lib/stores/QueryBuilderSetupState.d.ts.map +0 -1
- package/lib/stores/QueryBuilderSetupState.js +0 -163
- package/lib/stores/QueryBuilderSetupState.js.map +0 -1
- package/lib/stores/QueryBuilderState.d.ts +0 -100
- package/lib/stores/QueryBuilderState.d.ts.map +0 -1
- package/lib/stores/QueryBuilderState.js +0 -308
- package/lib/stores/QueryBuilderState.js.map +0 -1
- package/lib/stores/QueryBuilderStateBuilder.d.ts +0 -124
- package/lib/stores/QueryBuilderStateBuilder.d.ts.map +0 -1
- package/lib/stores/QueryBuilderStateBuilder.js +0 -310
- package/lib/stores/QueryBuilderStateBuilder.js.map +0 -1
- package/lib/stores/QueryBuilderStateTestUtils.d.ts +0 -24
- package/lib/stores/QueryBuilderStateTestUtils.d.ts.map +0 -1
- package/lib/stores/QueryBuilderStateTestUtils.js +0 -50
- package/lib/stores/QueryBuilderStateTestUtils.js.map +0 -1
- package/lib/stores/QueryBuilderTypeaheadHelper.d.ts +0 -24
- package/lib/stores/QueryBuilderTypeaheadHelper.d.ts.map +0 -1
- package/lib/stores/QueryBuilderTypeaheadHelper.js +0 -86
- package/lib/stores/QueryBuilderTypeaheadHelper.js.map +0 -1
- package/lib/stores/QueryBuilderUnsupportedState.d.ts +0 -26
- package/lib/stores/QueryBuilderUnsupportedState.d.ts.map +0 -1
- package/lib/stores/QueryBuilderUnsupportedState.js +0 -36
- package/lib/stores/QueryBuilderUnsupportedState.js.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationBuilder.d.ts +0 -20
- package/lib/stores/QueryBuilderValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationBuilder.js +0 -87
- package/lib/stores/QueryBuilderValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts +0 -27
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.d.ts.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js +0 -156
- package/lib/stores/QueryBuilderValueSpecificationBuilderHelper.js.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationHelper.d.ts +0 -61
- package/lib/stores/QueryBuilderValueSpecificationHelper.d.ts.map +0 -1
- package/lib/stores/QueryBuilderValueSpecificationHelper.js +0 -235
- package/lib/stores/QueryBuilderValueSpecificationHelper.js.map +0 -1
- package/lib/stores/QueryParametersState.d.ts +0 -28
- package/lib/stores/QueryParametersState.d.ts.map +0 -1
- package/lib/stores/QueryParametersState.js +0 -39
- package/lib/stores/QueryParametersState.js.map +0 -1
- package/lib/stores/QueryTextEditorState.d.ts +0 -49
- package/lib/stores/QueryTextEditorState.d.ts.map +0 -1
- package/lib/stores/QueryTextEditorState.js +0 -145
- package/lib/stores/QueryTextEditorState.js.map +0 -1
- package/lib/stores/explorer/QueryBuilderExplorerState.d.ts +0 -99
- package/lib/stores/explorer/QueryBuilderExplorerState.d.ts.map +0 -1
- package/lib/stores/explorer/QueryBuilderExplorerState.js +0 -442
- package/lib/stores/explorer/QueryBuilderExplorerState.js.map +0 -1
- package/lib/stores/explorer/QueryBuilderPropertySearchPanelState.d.ts +0 -46
- package/lib/stores/explorer/QueryBuilderPropertySearchPanelState.d.ts.map +0 -1
- package/lib/stores/explorer/QueryBuilderPropertySearchPanelState.js +0 -242
- package/lib/stores/explorer/QueryBuilderPropertySearchPanelState.js.map +0 -1
- package/lib/stores/explorer/QueryFunctionsExplorerState.d.ts +0 -59
- package/lib/stores/explorer/QueryFunctionsExplorerState.d.ts.map +0 -1
- package/lib/stores/explorer/QueryFunctionsExplorerState.js +0 -229
- package/lib/stores/explorer/QueryFunctionsExplorerState.js.map +0 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts +0 -40
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js +0 -34
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js.map +0 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts +0 -27
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js +0 -74
- package/lib/stores/fetch-structure/QueryBuilderFetchStructureState.js.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts +0 -49
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js +0 -157
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts +0 -20
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js +0 -62
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts +0 -42
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.d.ts.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js +0 -173
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts +0 -26
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js +0 -72
- package/lib/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts +0 -73
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.js +0 -187
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.js.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.d.ts +0 -68
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.js +0 -304
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionState.js.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts +0 -25
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js +0 -186
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts +0 -26
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js +0 -189
- package/lib/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.d.ts +0 -43
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.js +0 -77
- package/lib/stores/fetch-structure/projection/QueryResultSetModifierState.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js +0 -36
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts +0 -18
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js +0 -38
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts +0 -42
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js +0 -103
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts +0 -20
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js +0 -96
- package/lib/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts +0 -22
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js +0 -40
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js +0 -50
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js +0 -55
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts +0 -26
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js +0 -50
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js +0 -78
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js +0 -67
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts +0 -26
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js +0 -86
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts +0 -26
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js +0 -86
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js +0 -50
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js +0 -50
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.js.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts +0 -26
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js +0 -45
- package/lib/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts +0 -29
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js +0 -30
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts +0 -18
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js +0 -44
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts +0 -135
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js +0 -586
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts +0 -22
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js +0 -122
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts +0 -19
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js +0 -79
- package/lib/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts +0 -23
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js +0 -74
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js +0 -75
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js +0 -75
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js +0 -118
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js +0 -81
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts +0 -24
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js +0 -43
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js +0 -104
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts +0 -33
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js +0 -67
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts +0 -27
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js +0 -81
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts +0 -24
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js +0 -43
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.js.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts +0 -32
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.d.ts.map +0 -1
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js +0 -75
- package/lib/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.js.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterOperator.d.ts +0 -27
- package/lib/stores/filter/QueryBuilderFilterOperator.d.ts.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterOperator.js +0 -20
- package/lib/stores/filter/QueryBuilderFilterOperator.js.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.d.ts +0 -18
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.d.ts.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.js +0 -44
- package/lib/stores/filter/QueryBuilderFilterOperatorLoader.js.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterState.d.ts +0 -123
- package/lib/stores/filter/QueryBuilderFilterState.d.ts.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterState.js +0 -531
- package/lib/stores/filter/QueryBuilderFilterState.js.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.d.ts +0 -19
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.d.ts.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.js +0 -74
- package/lib/stores/filter/QueryBuilderFilterStateBuilder.js.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts +0 -19
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.d.ts.map +0 -1
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.js +0 -78
- package/lib/stores/filter/QueryBuilderFilterValueSpecificationBuilder.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.d.ts +0 -21
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.js +0 -257
- package/lib/stores/filter/operators/QueryBuilderFilterOperatorHelper.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js +0 -71
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Contain.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js +0 -71
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_EndWith.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js +0 -115
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_Equal.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts +0 -27
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js +0 -83
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts +0 -27
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js +0 -83
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js +0 -103
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_In.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js +0 -65
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts +0 -27
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js +0 -83
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThan.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts +0 -27
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js +0 -83
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.js.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts +0 -32
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.d.ts.map +0 -1
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js +0 -71
- package/lib/stores/filter/operators/QueryBuilderFilterOperator_StartWith.js.map +0 -1
- package/src/QueryBuilder_Const.ts +0 -88
- package/src/components/QueryBuilder.tsx +0 -412
- package/src/components/QueryBuilderParameterPanel.tsx +0 -403
- package/src/components/QueryBuilderPropertyExpressionEditor.tsx +0 -374
- package/src/components/QueryBuilderResultPanel.tsx +0 -640
- package/src/components/QueryBuilderSetupPanel.tsx +0 -342
- package/src/components/QueryBuilderTextEditor.tsx +0 -127
- package/src/components/QueryBuilderUnsupportedQueryEditor.tsx +0 -112
- package/src/components/QueryBuilder_TestID.ts +0 -26
- package/src/components/explorer/QueryBuilderExplorerPanel.tsx +0 -927
- package/src/components/explorer/QueryBuilderFunctionsExplorerPanel.tsx +0 -554
- package/src/components/explorer/QueryBuilderMilestoneEditor.tsx +0 -291
- package/src/components/explorer/QueryBuilderPropertySearchPanel.tsx +0 -617
- package/src/components/fetch-structure/QueryBuilderFetchStructurePanel.tsx +0 -112
- package/src/components/fetch-structure/QueryBuilderGraphFetchTreePanel.tsx +0 -276
- package/src/components/fetch-structure/QueryBuilderPostFilterPanel.tsx +0 -1103
- package/src/components/fetch-structure/QueryBuilderProjectionPanel.tsx +0 -649
- package/src/components/fetch-structure/QueryBuilderResultModifierPanel.tsx +0 -254
- package/src/components/filter/QueryBuilderFilterPanel.tsx +0 -890
- package/src/components/shared/ElementIconUtils.tsx +0 -47
- package/src/components/shared/QueryBuilderLambdaEditor.tsx +0 -120
- package/src/components/shared/QueryBuilderPanelIssueCountBadge.tsx +0 -40
- package/src/components/shared/QueryBuilderPropertyInfoTooltip.tsx +0 -87
- package/src/graphManager/QueryBuilder_GraphManagerPlugin.ts +0 -32
- package/src/graphManager/QueryBuilder_GraphManagerPreset.ts +0 -33
- package/src/graphManager/action/analytics/MappingRuntimeCompatibilityAnalysis.ts +0 -22
- package/src/graphManager/action/analytics/ServiceExecutionAnalysis.ts +0 -22
- package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtension.ts +0 -47
- package/src/graphManager/protocol/pure/QueryBuilder_PureGraphManagerExtensionBuilder.ts +0 -27
- package/src/graphManager/protocol/pure/QueryBuilder_PureProtocolProcessorPlugin.ts +0 -167
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_FunctionExpressionBuilder.ts +0 -573
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PropertyExpressionTypeInferenceBuilder.ts +0 -28
- package/src/graphManager/protocol/pure/v1/V1_QueryBuilder_PureGraphManagerExtension.ts +0 -296
- package/src/stores/QueryBuilderGroupOperationHelper.ts +0 -54
- package/src/stores/QueryBuilderPreviewDataHelper.ts +0 -210
- package/src/stores/QueryBuilderPropertyEditorState.ts +0 -668
- package/src/stores/QueryBuilderResultState.ts +0 -281
- package/src/stores/QueryBuilderSetupState.ts +0 -236
- package/src/stores/QueryBuilderState.ts +0 -465
- package/src/stores/QueryBuilderStateBuilder.ts +0 -584
- package/src/stores/QueryBuilderStateTestUtils.ts +0 -96
- package/src/stores/QueryBuilderTypeaheadHelper.ts +0 -155
- package/src/stores/QueryBuilderUnsupportedState.ts +0 -42
- package/src/stores/QueryBuilderValueSpecificationBuilder.ts +0 -179
- package/src/stores/QueryBuilderValueSpecificationBuilderHelper.ts +0 -254
- package/src/stores/QueryBuilderValueSpecificationHelper.ts +0 -359
- package/src/stores/QueryParametersState.ts +0 -52
- package/src/stores/QueryTextEditorState.ts +0 -203
- package/src/stores/explorer/QueryBuilderExplorerState.ts +0 -810
- package/src/stores/explorer/QueryBuilderPropertySearchPanelState.ts +0 -333
- package/src/stores/explorer/QueryFunctionsExplorerState.ts +0 -376
- package/src/stores/fetch-structure/QueryBuilderFetchStructureImplementationState.ts +0 -65
- package/src/stores/fetch-structure/QueryBuilderFetchStructureState.ts +0 -108
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.ts +0 -240
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeStateBuilder.ts +0 -131
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.ts +0 -282
- package/src/stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchValueSpecificationBuilder.ts +0 -154
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionColumnState.ts +0 -329
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionState.ts +0 -569
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionStateBuilder.ts +0 -426
- package/src/stores/fetch-structure/projection/QueryBuilderProjectionValueSpecificationBuilder.ts +0 -416
- package/src/stores/fetch-structure/projection/QueryResultSetModifierState.ts +0 -95
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperator.ts +0 -79
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregateOperatorLoader.ts +0 -41
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationState.ts +0 -145
- package/src/stores/fetch-structure/projection/aggregation/QueryBuilderAggregationStateBuilder.ts +0 -228
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperatorHelper.ts +0 -109
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Average.ts +0 -98
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Count.ts +0 -106
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Distinct.ts +0 -96
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_DistinctCount.ts +0 -173
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_JoinString.ts +0 -155
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Max.ts +0 -174
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Min.ts +0 -174
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Population.ts +0 -98
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_StdDev_Sample.ts +0 -98
- package/src/stores/fetch-structure/projection/aggregation/operators/QueryBuilderAggregateOperator_Sum.ts +0 -88
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperator.ts +0 -66
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterOperatorLoader.ts +0 -65
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterState.ts +0 -808
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterStateBuilder.ts +0 -297
- package/src/stores/fetch-structure/projection/post-filter/QueryBuilderPostFilterValueSpecificationBuilder.ts +0 -121
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperatorHelper.ts +0 -129
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Contain.ts +0 -140
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_EndWith.ts +0 -135
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_Equal.ts +0 -218
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThan.ts +0 -143
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_GreaterThanEqual.ts +0 -70
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_In.ts +0 -183
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_IsEmpty.ts +0 -113
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThan.ts +0 -143
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_LessThanEqual.ts +0 -70
- package/src/stores/fetch-structure/projection/post-filter/operators/QueryBuilderPostFilterOperator_StartWith.ts +0 -135
- package/src/stores/filter/QueryBuilderFilterOperator.ts +0 -52
- package/src/stores/filter/QueryBuilderFilterOperatorLoader.ts +0 -65
- package/src/stores/filter/QueryBuilderFilterState.ts +0 -738
- package/src/stores/filter/QueryBuilderFilterStateBuilder.ts +0 -155
- package/src/stores/filter/QueryBuilderFilterValueSpecificationBuilder.ts +0 -120
- package/src/stores/filter/operators/QueryBuilderFilterOperatorHelper.ts +0 -524
- package/src/stores/filter/operators/QueryBuilderFilterOperator_Contain.ts +0 -134
- package/src/stores/filter/operators/QueryBuilderFilterOperator_EndWith.ts +0 -134
- package/src/stores/filter/operators/QueryBuilderFilterOperator_Equal.ts +0 -211
- package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThan.ts +0 -145
- package/src/stores/filter/operators/QueryBuilderFilterOperator_GreaterThanEqual.ts +0 -145
- package/src/stores/filter/operators/QueryBuilderFilterOperator_In.ts +0 -181
- package/src/stores/filter/operators/QueryBuilderFilterOperator_IsEmpty.ts +0 -125
- package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThan.ts +0 -145
- package/src/stores/filter/operators/QueryBuilderFilterOperator_LessThanEqual.ts +0 -145
- package/src/stores/filter/operators/QueryBuilderFilterOperator_StartWith.ts +0 -134
@@ -1,120 +0,0 @@
|
|
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 { observer } from 'mobx-react-lite';
|
18
|
-
import { QUERY_BUILDER_PARAMETER_DND_TYPE, } from '../../stores/QueryParametersState.js';
|
19
|
-
import { useCallback } from 'react';
|
20
|
-
import { GenericType, GenericTypeExplicitReference, MILESTONING_STEREOTYPE, observe_PrimitiveInstanceValue, PrimitiveInstanceValue, PRIMITIVE_TYPE, TYPICAL_MULTIPLICITY_TYPE, } from '@finos/legend-graph';
|
21
|
-
import { guaranteeNonNullable } from '@finos/legend-shared';
|
22
|
-
import { useDrop } from 'react-dnd';
|
23
|
-
import { VariableExpressionViewer } from '../QueryBuilderParameterPanel.js';
|
24
|
-
import { Dialog, PanelEntryDropZonePlaceholder } from '@finos/legend-art';
|
25
|
-
import { generateDefaultValueForPrimitiveType } from '../../stores/QueryBuilderValueSpecificationHelper.js';
|
26
|
-
import { BasicValueSpecificationEditor } from '@finos/legend-application';
|
27
|
-
const MilestoningParameterEditor = observer((props) => {
|
28
|
-
const { queryBuilderState, stereotype } = props;
|
29
|
-
const handleDrop = useCallback((item) => {
|
30
|
-
if (stereotype === MILESTONING_STEREOTYPE.BUSINESS_TEMPORAL) {
|
31
|
-
queryBuilderState.querySetupState.setBusinessDate(item.variable.parameter);
|
32
|
-
}
|
33
|
-
else {
|
34
|
-
queryBuilderState.querySetupState.setProcessingDate(item.variable.parameter);
|
35
|
-
}
|
36
|
-
}, [queryBuilderState, stereotype]);
|
37
|
-
const [{ isMilestoningParameterValueDragOver }, dropConnector] = useDrop(() => ({
|
38
|
-
accept: [QUERY_BUILDER_PARAMETER_DND_TYPE],
|
39
|
-
drop: (item, monitor) => {
|
40
|
-
if (!monitor.didDrop()) {
|
41
|
-
handleDrop(item);
|
42
|
-
}
|
43
|
-
},
|
44
|
-
collect: (monitor) => ({
|
45
|
-
isMilestoningParameterValueDragOver: monitor.isOver({
|
46
|
-
shallow: true,
|
47
|
-
}),
|
48
|
-
}),
|
49
|
-
}), [handleDrop]);
|
50
|
-
let milestoningParameter;
|
51
|
-
if (stereotype === MILESTONING_STEREOTYPE.BUSINESS_TEMPORAL) {
|
52
|
-
milestoningParameter = guaranteeNonNullable(queryBuilderState.querySetupState.businessDate);
|
53
|
-
}
|
54
|
-
else {
|
55
|
-
milestoningParameter = guaranteeNonNullable(queryBuilderState.querySetupState.processingDate);
|
56
|
-
}
|
57
|
-
const resetMilestoningParameter = () => {
|
58
|
-
const parameter = observe_PrimitiveInstanceValue(new PrimitiveInstanceValue(GenericTypeExplicitReference.create(new GenericType(queryBuilderState.graphManagerState.graph.getPrimitiveType(PRIMITIVE_TYPE.STRICTDATE))), queryBuilderState.graphManagerState.graph.getTypicalMultiplicity(TYPICAL_MULTIPLICITY_TYPE.ONE)), queryBuilderState.observableContext);
|
59
|
-
parameter.values = [
|
60
|
-
generateDefaultValueForPrimitiveType(PRIMITIVE_TYPE.STRICTDATE),
|
61
|
-
];
|
62
|
-
if (stereotype === MILESTONING_STEREOTYPE.BUSINESS_TEMPORAL) {
|
63
|
-
queryBuilderState.querySetupState.setBusinessDate(parameter);
|
64
|
-
}
|
65
|
-
else {
|
66
|
-
queryBuilderState.querySetupState.setProcessingDate(parameter);
|
67
|
-
}
|
68
|
-
};
|
69
|
-
return (_jsx("div", { ref: dropConnector, className: "query-builder__parameter-editor", children: _jsx(PanelEntryDropZonePlaceholder, { showPlaceholder: isMilestoningParameterValueDragOver, label: "Change Milestoning Parameter Value", className: "query-builder__dnd__placeholder", children: _jsx(BasicValueSpecificationEditor, { valueSpecification: milestoningParameter, graph: queryBuilderState.graphManagerState.graph, setValueSpecification: (val) => stereotype === MILESTONING_STEREOTYPE.BUSINESS_TEMPORAL
|
70
|
-
? queryBuilderState.querySetupState.setBusinessDate(val)
|
71
|
-
: queryBuilderState.querySetupState.setProcessingDate(val), typeCheckOption: {
|
72
|
-
expectedType: queryBuilderState.graphManagerState.graph.getPrimitiveType(PRIMITIVE_TYPE.DATE),
|
73
|
-
}, resetValue: resetMilestoningParameter }) }) }));
|
74
|
-
});
|
75
|
-
const BiTemporalMilestoneEditor = observer((props) => {
|
76
|
-
const { queryBuilderState } = props;
|
77
|
-
return (_jsxs(_Fragment, { children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Processing Date" }), _jsx(MilestoningParameterEditor, { queryBuilderState: queryBuilderState, stereotype: MILESTONING_STEREOTYPE.PROCESSING_TEMPORAL })] }), _jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Business Date" }), _jsx(MilestoningParameterEditor, { queryBuilderState: queryBuilderState, stereotype: MILESTONING_STEREOTYPE.BUSINESS_TEMPORAL })] })] }));
|
78
|
-
});
|
79
|
-
const BusinessTemporalMilestoneEditor = observer((props) => {
|
80
|
-
const { queryBuilderState } = props;
|
81
|
-
return (_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Business Date" }), _jsx(MilestoningParameterEditor, { queryBuilderState: queryBuilderState, stereotype: MILESTONING_STEREOTYPE.BUSINESS_TEMPORAL }, "BusinessDate")] }));
|
82
|
-
});
|
83
|
-
const ProcessingTemporalMilestoneEditor = observer((props) => {
|
84
|
-
const { queryBuilderState } = props;
|
85
|
-
return (_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Processing Date" }), _jsx(MilestoningParameterEditor, { queryBuilderState: queryBuilderState, stereotype: MILESTONING_STEREOTYPE.PROCESSING_TEMPORAL }, "BusinessDate")] }));
|
86
|
-
});
|
87
|
-
const TemporalMilestoneEditor = (props) => {
|
88
|
-
const { queryBuilderState } = props;
|
89
|
-
if (queryBuilderState.querySetupState.processingDate &&
|
90
|
-
queryBuilderState.querySetupState.businessDate) {
|
91
|
-
return _jsx(BiTemporalMilestoneEditor, { queryBuilderState: queryBuilderState });
|
92
|
-
}
|
93
|
-
else if (queryBuilderState.querySetupState.businessDate) {
|
94
|
-
return (_jsx(BusinessTemporalMilestoneEditor, { queryBuilderState: queryBuilderState }));
|
95
|
-
}
|
96
|
-
else if (queryBuilderState.querySetupState.processingDate) {
|
97
|
-
return (_jsx(ProcessingTemporalMilestoneEditor, { queryBuilderState: queryBuilderState }));
|
98
|
-
}
|
99
|
-
else {
|
100
|
-
return null;
|
101
|
-
}
|
102
|
-
};
|
103
|
-
export const MilestoningParametersEditor = observer((props) => {
|
104
|
-
const { queryBuilderState, close } = props;
|
105
|
-
return (_jsx(Dialog, { open: true, onClose: close, classes: {
|
106
|
-
root: 'editor-modal__root-container',
|
107
|
-
container: 'editor-modal__container',
|
108
|
-
paper: 'editor-modal__content',
|
109
|
-
}, children: _jsxs("div", { className: "modal modal--dark editor-modal query-builder__parameters__modal", children: [_jsx("div", { className: "modal__header", children: _jsx("div", { className: "modal__title", children: "Milestoning Parameters" }) }), _jsxs("div", { className: "modal__body query-builder__parameters__modal__body", children: [_jsx(TemporalMilestoneEditor, { queryBuilderState: queryBuilderState }), _jsx("div", { className: "panel__content__form__section__header__label", children: "List of compatible milestoning parameters" }), _jsx("div", { className: "panel__content__form__section__list__items", children: queryBuilderState.queryParametersState.parameterStates
|
110
|
-
.filter((parameter) => parameter.parameter.genericType?.value.rawType.name ===
|
111
|
-
PRIMITIVE_TYPE.STRICTDATE ||
|
112
|
-
parameter.parameter.genericType?.value.rawType.name ===
|
113
|
-
PRIMITIVE_TYPE.LATESTDATE ||
|
114
|
-
parameter.parameter.genericType?.value.rawType.name ===
|
115
|
-
PRIMITIVE_TYPE.DATE ||
|
116
|
-
parameter.parameter.genericType?.value.rawType.name ===
|
117
|
-
PRIMITIVE_TYPE.DATETIME)
|
118
|
-
.map((parameter) => (_jsx(VariableExpressionViewer, { queryBuilderState: queryBuilderState, variableExpressionState: parameter }, parameter.uuid))) })] }), _jsx("div", { className: "modal__footer", children: _jsx("button", { className: "btn modal__footer__close-btn", onClick: close, children: "Close" }) })] }) }));
|
119
|
-
});
|
120
|
-
//# sourceMappingURL=QueryBuilderMilestoneEditor.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderMilestoneEditor.js","sourceRoot":"","sources":["../../../src/components/explorer/QueryBuilderMilestoneEditor.tsx"],"names":[],"mappings":"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"}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
3
|
-
*
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
* you may not use this file except in compliance with the License.
|
6
|
-
* You may obtain a copy of the License at
|
7
|
-
*
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
*
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
* See the License for the specific language governing permissions and
|
14
|
-
* limitations under the License.
|
15
|
-
*/
|
16
|
-
/// <reference types="react" resolution-mode="require"/>
|
17
|
-
import type { QueryBuilderState } from '../../stores/QueryBuilderState.js';
|
18
|
-
export declare const QueryBuilderPropertySearchPanel: ((props: {
|
19
|
-
queryBuilderState: QueryBuilderState;
|
20
|
-
triggerElement: HTMLElement | null;
|
21
|
-
}) => JSX.Element) & {
|
22
|
-
displayName: string;
|
23
|
-
};
|
24
|
-
//# sourceMappingURL=QueryBuilderPropertySearchPanel.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPropertySearchPanel.d.ts","sourceRoot":"","sources":["../../../src/components/explorer/QueryBuilderPropertySearchPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAsCH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAgO3E,eAAO,MAAM,+BAA+B,WAClC;IACN,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,cAAc,EAAE,WAAW,GAAG,IAAI,CAAC;CACpC;;CAgVF,CAAC"}
|
@@ -1,200 +0,0 @@
|
|
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 { useRef, useState } from 'react';
|
18
|
-
import { clsx, CheckSquareIcon, SquareIcon, BasePopover, ResizablePanelSplitter, ResizablePanelGroup, ResizablePanel, ResizablePanelSplitterLine, InfoCircleIcon, TimesIcon, SearchIcon, ChevronDownIcon, ChevronRightIcon, useDragPreviewLayer, } from '@finos/legend-art';
|
19
|
-
import { Class, Enumeration, getAllClassProperties, getAllOwnClassProperties, } from '@finos/legend-graph';
|
20
|
-
import { guaranteeNonNullable } from '@finos/legend-shared';
|
21
|
-
import { observer } from 'mobx-react-lite';
|
22
|
-
import { useDrag } from 'react-dnd';
|
23
|
-
import { QUERY_BUILDER_PROPERTY_SEARCH_TYPE } from '../../QueryBuilder_Const.js';
|
24
|
-
import { QueryBuilderExplorerTreePropertyNodeData, QueryBuilderExplorerTreeSubTypeNodeData, QUERY_BUILDER_EXPLORER_TREE_DND_TYPE, getQueryBuilderPropertyNodeData, } from '../../stores/explorer/QueryBuilderExplorerState.js';
|
25
|
-
import { prettyPropertyName } from '../../stores/QueryBuilderPropertyEditorState.js';
|
26
|
-
import { QueryBuilderSubclassInfoTooltip, renderPropertyTypeIcon, } from './QueryBuilderExplorerPanel.js';
|
27
|
-
import { QueryBuilderPropertyInfoTooltip } from '../shared/QueryBuilderPropertyInfoTooltip.js';
|
28
|
-
import { QUERY_BUILDER_TEST_ID } from '../QueryBuilder_TestID.js';
|
29
|
-
const prettyPropertyNameFromNodeId = (name) => {
|
30
|
-
let propNameArray = name.split('.');
|
31
|
-
propNameArray = propNameArray.map((p) => prettyPropertyName(p));
|
32
|
-
let propName = '';
|
33
|
-
propNameArray.forEach((p) => {
|
34
|
-
propName = `${propName + p}/`;
|
35
|
-
});
|
36
|
-
propName = propName.slice(0, -1);
|
37
|
-
return propName;
|
38
|
-
};
|
39
|
-
const prettyPropertyNameForSubType = (name) => {
|
40
|
-
let propNameArray = name.split('@');
|
41
|
-
propNameArray = propNameArray
|
42
|
-
.map((p) => p.replace(/.*::/, ''))
|
43
|
-
.filter((p) => p !== '')
|
44
|
-
.map((p) => prettyPropertyName(p));
|
45
|
-
let propName = '';
|
46
|
-
propNameArray.slice(0, -1).forEach((p) => {
|
47
|
-
propName = `${propName}(@${p})/`;
|
48
|
-
});
|
49
|
-
propNameArray = guaranteeNonNullable(propNameArray[propNameArray.length - 1]).split('.');
|
50
|
-
propNameArray = propNameArray.map((p) => prettyPropertyName(p));
|
51
|
-
propName = `${propName}(@${propNameArray[0]})/`;
|
52
|
-
propNameArray.slice(1).forEach((p) => {
|
53
|
-
propName = `${propName + p}/`;
|
54
|
-
});
|
55
|
-
propName = propName.slice(0, -1);
|
56
|
-
return propName;
|
57
|
-
};
|
58
|
-
const prettyPropertyNameForSubTypeClass = (name) => {
|
59
|
-
let propNameArray = name.split('@');
|
60
|
-
propNameArray = propNameArray
|
61
|
-
.map((p) => p.replace(/.*::/, ''))
|
62
|
-
.filter((p) => p !== '')
|
63
|
-
.map((p) => prettyPropertyName(p));
|
64
|
-
let propName = '';
|
65
|
-
propNameArray.forEach((p) => {
|
66
|
-
propName = `${propName}@${p}`;
|
67
|
-
});
|
68
|
-
return propName;
|
69
|
-
};
|
70
|
-
const QueryBuilderTreeNodeViewer = observer((props) => {
|
71
|
-
const { node, queryBuilderState, explorerState, level, stepPaddingInRem } = props;
|
72
|
-
const [isExpandable, setIsExpandable] = useState(false);
|
73
|
-
const propertySearchPanelState = explorerState.propertySearchState;
|
74
|
-
const [, dragConnector, dragPreviewConnector] = useDrag(() => ({
|
75
|
-
type: node instanceof QueryBuilderExplorerTreePropertyNodeData
|
76
|
-
? node.type instanceof Enumeration
|
77
|
-
? QUERY_BUILDER_EXPLORER_TREE_DND_TYPE.ENUM_PROPERTY
|
78
|
-
: node.type instanceof Class
|
79
|
-
? QUERY_BUILDER_EXPLORER_TREE_DND_TYPE.CLASS_PROPERTY
|
80
|
-
: QUERY_BUILDER_EXPLORER_TREE_DND_TYPE.PRIMITIVE_PROPERTY
|
81
|
-
: QUERY_BUILDER_EXPLORER_TREE_DND_TYPE.ROOT,
|
82
|
-
item: () => node instanceof QueryBuilderExplorerTreePropertyNodeData
|
83
|
-
? { node }
|
84
|
-
: {},
|
85
|
-
collect: (monitor) => ({
|
86
|
-
isDragging: monitor.isDragging(),
|
87
|
-
}),
|
88
|
-
}), [node]);
|
89
|
-
useDragPreviewLayer(dragPreviewConnector);
|
90
|
-
const isMultiple = (node instanceof QueryBuilderExplorerTreePropertyNodeData &&
|
91
|
-
(node.property.multiplicity.upperBound === undefined ||
|
92
|
-
node.property.multiplicity.upperBound > 1)) ||
|
93
|
-
(node instanceof QueryBuilderExplorerTreeSubTypeNodeData &&
|
94
|
-
(node.multiplicity.upperBound === undefined ||
|
95
|
-
node.multiplicity.upperBound > 1));
|
96
|
-
const nodeExpandIcon = isExpandable ? (_jsx(ChevronDownIcon, {})) : (_jsx(ChevronRightIcon, {}));
|
97
|
-
const getChildrenNodes = () => {
|
98
|
-
const childNodes = [];
|
99
|
-
if (node.childrenIds.length) {
|
100
|
-
if ((node instanceof QueryBuilderExplorerTreePropertyNodeData ||
|
101
|
-
node instanceof QueryBuilderExplorerTreeSubTypeNodeData) &&
|
102
|
-
node.type instanceof Class) {
|
103
|
-
(node instanceof QueryBuilderExplorerTreeSubTypeNodeData
|
104
|
-
? getAllOwnClassProperties(node.type)
|
105
|
-
: getAllClassProperties(node.type)).forEach((property) => {
|
106
|
-
const propertyTreeNodeData = getQueryBuilderPropertyNodeData(property, node, guaranteeNonNullable(queryBuilderState.explorerState
|
107
|
-
.mappingModelCoverageAnalysisResult));
|
108
|
-
if (propertyTreeNodeData &&
|
109
|
-
!(propertyTreeNodeData.type instanceof Class) &&
|
110
|
-
propertyTreeNodeData.mappingData.mapped) {
|
111
|
-
childNodes.push(propertyTreeNodeData);
|
112
|
-
}
|
113
|
-
});
|
114
|
-
}
|
115
|
-
}
|
116
|
-
return childNodes;
|
117
|
-
};
|
118
|
-
const parentNode = propertySearchPanelState.allMappedPropertyNodes.find((pn) => node instanceof QueryBuilderExplorerTreePropertyNodeData &&
|
119
|
-
node.parentId === pn.id);
|
120
|
-
return (_jsxs("div", { children: [_jsxs("div", { className: "tree-view__node__container query-builder-property-search-panel__node__container", ref: dragConnector, style: {
|
121
|
-
paddingLeft: `${(level - 1) * stepPaddingInRem + 0.5}rem`,
|
122
|
-
display: 'flex',
|
123
|
-
}, onClick: () => setIsExpandable(!isExpandable),
|
124
|
-
// Temporarily hide away the panel when we drag-and-drop the properties
|
125
|
-
onDrag: () => propertySearchPanelState.setIsSearchPanelHidden(true), onDragEnd: () => propertySearchPanelState.setIsSearchPanelHidden(false), children: [_jsxs("div", { className: "tree-view__node__icon query-builder-property-search-panel__node__icon", children: [node.type instanceof Class && (_jsx("div", { className: "query-builder-property-search-panel__expand-icon", children: nodeExpandIcon })), _jsx("div", { className: "query-builder-property-search-panel__type-icon", children: renderPropertyTypeIcon(node.type) })] }), _jsxs("div", { className: "tree-view__node__label query-builder-property-search-panel__node__label query-builder-property-search-panel__node__label--with-action", children: [parentNode instanceof QueryBuilderExplorerTreeSubTypeNodeData
|
126
|
-
? prettyPropertyNameForSubType(node.id)
|
127
|
-
: node instanceof QueryBuilderExplorerTreeSubTypeNodeData
|
128
|
-
? prettyPropertyNameForSubTypeClass(node.id)
|
129
|
-
: prettyPropertyNameFromNodeId(node.id), isMultiple && (_jsx("div", { className: "query-builder-property-search-panel__node__label__multiple", title: "Multiple values of this property can cause row explosion", children: "*" }))] }), _jsxs("div", { className: "query-builder-property-search-panel__node__actions", children: [node instanceof QueryBuilderExplorerTreePropertyNodeData && (_jsx(QueryBuilderPropertyInfoTooltip, { property: node.property, path: node.id, isMapped: node.mappingData.mapped, children: _jsx("div", { className: "query-builder-property-search-panel__node__action query-builder-property-search-panel__node__info", children: _jsx(InfoCircleIcon, {}) }) })), node instanceof QueryBuilderExplorerTreeSubTypeNodeData && (_jsx(QueryBuilderSubclassInfoTooltip, { subclass: node.subclass, path: node.id, isMapped: node.mappingData.mapped, multiplicity: node.multiplicity, children: _jsx("div", { className: "query-builder-property-search-panel__node__action query-builder-property-search-panel__node__info", children: _jsx(InfoCircleIcon, {}) }) }))] })] }), isExpandable &&
|
130
|
-
getChildrenNodes().map((childNode) => (_jsx(QueryBuilderTreeNodeViewer, { node: childNode, queryBuilderState: queryBuilderState, level: 1, stepPaddingInRem: 2, explorerState: queryBuilderState.explorerState }, childNode.id)))] }));
|
131
|
-
});
|
132
|
-
export const QueryBuilderPropertySearchPanel = observer((props) => {
|
133
|
-
const { queryBuilderState, triggerElement } = props;
|
134
|
-
const explorerState = queryBuilderState.explorerState;
|
135
|
-
const propertySearchPanelState = explorerState.propertySearchState;
|
136
|
-
const searchInputRef = useRef(null);
|
137
|
-
const changePropertyName = (event) => {
|
138
|
-
propertySearchPanelState.setSearchText(event.target.value);
|
139
|
-
propertySearchPanelState.refreshPropertyState();
|
140
|
-
if (propertySearchPanelState.searchText.length >= 3) {
|
141
|
-
propertySearchPanelState.fetchMappedPropertyNodes(propertySearchPanelState.searchText);
|
142
|
-
}
|
143
|
-
};
|
144
|
-
const clearPropertyName = () => {
|
145
|
-
propertySearchPanelState.setSearchText('');
|
146
|
-
propertySearchPanelState.refreshPropertyState();
|
147
|
-
};
|
148
|
-
const handleClose = () => {
|
149
|
-
clearPropertyName();
|
150
|
-
propertySearchPanelState.setIsSearchPanelOpen(false);
|
151
|
-
};
|
152
|
-
const toggleIsMultiple = () => {
|
153
|
-
propertySearchPanelState.setFilterByMultiple(!propertySearchPanelState.filterByMultiple);
|
154
|
-
};
|
155
|
-
const handleEnter = () => searchInputRef.current?.focus();
|
156
|
-
return (_jsx(BasePopover, { open: propertySearchPanelState.isSearchPanelOpen,
|
157
|
-
// we need to get rid of the backdrop and the click-away trap
|
158
|
-
// to make this popover behave like a popper
|
159
|
-
// NOTE: we will cancel the effect of click-away trap using CSS
|
160
|
-
hideBackdrop: true, PaperProps: {
|
161
|
-
classes: {
|
162
|
-
root: 'query-builder-property-search-panel__container__root',
|
163
|
-
},
|
164
|
-
}, className: clsx('query-builder-property-search-panel__container', {
|
165
|
-
'query-builder-property-search-panel__container--hidden': propertySearchPanelState.isSearchPanelHidden,
|
166
|
-
}), anchorEl: triggerElement, onClose: handleClose, anchorOrigin: {
|
167
|
-
vertical: 'bottom',
|
168
|
-
horizontal: 'left',
|
169
|
-
}, transformOrigin: {
|
170
|
-
vertical: 'top',
|
171
|
-
horizontal: 'center',
|
172
|
-
}, TransitionProps: { onEnter: handleEnter }, children: _jsxs("div", { "data-testid": QUERY_BUILDER_TEST_ID.QUERY_BUILDER_PROPERTY_SEARCH_PANEL, className: "query-builder-property-search-panel", children: [_jsxs("div", { className: "query-builder-property-search-panel__header", children: [_jsxs("div", { className: "query-builder-property-search-panel__input__container", children: [_jsx("input", { ref: searchInputRef, className: clsx('query-builder-property-search-panel__input input--dark', {
|
173
|
-
'query-builder-property-search-panel__input--searching': propertySearchPanelState.searchText,
|
174
|
-
}), onChange: changePropertyName, value: propertySearchPanelState.searchText, placeholder: "Search for a property" }), !propertySearchPanelState.searchText ? (_jsx("div", { className: "query-builder-property-search-panel__input__search__icon", children: _jsx(SearchIcon, {}) })) : (_jsxs(_Fragment, { children: [_jsx("div", { className: "query-builder-property-search-panel__input__search__count", children: propertySearchPanelState.filteredPropertyNodes.length }), _jsx("button", { className: "query-builder-property-search-panel__input__clear-btn", tabIndex: -1, onClick: clearPropertyName, title: "Clear", children: _jsx(TimesIcon, {}) })] }))] }), _jsx("button", { className: "btn btn--dark query-builder-property-search-panel__close-btn", tabIndex: -1, title: "Close", onClick: handleClose, children: _jsx(TimesIcon, {}) })] }), _jsx("div", { className: "query-builder-property-search-panel__content", children: _jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 150, children: _jsxs("div", { className: "query-builder-property-search-panel__config", children: [_jsxs("div", { className: "query-builder-property-search-panel__form__section", children: [_jsxs("div", { className: "query-builder-property-search-panel__form__section__header__label", children: ["Multiple", _jsx("div", { className: "query-builder-property-search-panel__info__label", title: "Includes properties with multiplicity greater than one", children: _jsx(InfoCircleIcon, {}) })] }), _jsxs("div", { className: clsx('query-builder-property-search-panel__form__section__toggler', {
|
175
|
-
'query-builder-property-search-panel__form__section__toggler--disabled': false,
|
176
|
-
}), children: [_jsx("button", { className: clsx('query-builder-property-search-panel__form__section__toggler__btn', {
|
177
|
-
'query-builder-property-search-panel__form__section__toggler__btn--toggled': propertySearchPanelState.filterByMultiple,
|
178
|
-
}), onClick: toggleIsMultiple, tabIndex: -1, children: propertySearchPanelState.filterByMultiple ? (_jsx(CheckSquareIcon, {})) : (_jsx(SquareIcon, {})) }), _jsx("div", { className: "query-builder-property-search-panel__form__section__toggler__prompt", children: "Included" })] })] }), _jsxs("div", { className: "query-builder-property-search-panel__form__section", children: [_jsx("div", { className: "query-builder-property-search-panel__form__section__header__label", children: "Element types" }), _jsxs("div", { className: "query-builder-property-search-panel__filter__element", children: [_jsx("button", { className: clsx('query-builder-property-search-panel__form__section__toggler__btn', {
|
179
|
-
'query-builder-property-search-panel__form__section__toggler__btn--toggled': propertySearchPanelState.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.CLASS),
|
180
|
-
}), onClick: () => {
|
181
|
-
propertySearchPanelState.toggleTypeFilter(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.CLASS);
|
182
|
-
}, tabIndex: -1, children: propertySearchPanelState.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.CLASS) ? (_jsx(CheckSquareIcon, {})) : (_jsx(SquareIcon, {})) }), _jsx("div", { className: "query-builder-property-search-panel__form__section__toggler__prompt", children: "Class" })] }), _jsxs("div", { className: "query-builder-property-search-panel__filter__element", children: [_jsx("button", { className: clsx('query-builder-property-search-panel__form__section__toggler__btn', {
|
183
|
-
'query-builder-property-search-panel__form__section__toggler__btn--toggled': propertySearchPanelState.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.STRING),
|
184
|
-
}), onClick: () => {
|
185
|
-
propertySearchPanelState.toggleTypeFilter(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.STRING);
|
186
|
-
}, tabIndex: -1, children: propertySearchPanelState.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.STRING) ? (_jsx(CheckSquareIcon, {})) : (_jsx(SquareIcon, {})) }), _jsx("div", { className: "query-builder-property-search-panel__form__section__toggler__prompt", children: "String" })] }), _jsxs("div", { className: "query-builder-property-search-panel__filter__element", children: [_jsx("button", { className: clsx('query-builder-property-search-panel__form__section__toggler__btn', {
|
187
|
-
'query-builder-property-search-panel__form__section__toggler__btn--toggled': propertySearchPanelState.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.BOOLEAN),
|
188
|
-
}), onClick: () => {
|
189
|
-
propertySearchPanelState.toggleTypeFilter(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.BOOLEAN);
|
190
|
-
}, tabIndex: -1, children: propertySearchPanelState.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.BOOLEAN) ? (_jsx(CheckSquareIcon, {})) : (_jsx(SquareIcon, {})) }), _jsx("div", { className: "query-builder-property-search-panel__form__section__toggler__prompt", children: "Boolean" })] }), _jsxs("div", { className: "query-builder-property-search-panel__filter__element", children: [_jsx("button", { className: clsx('query-builder-property-search-panel__form__section__toggler__btn', {
|
191
|
-
'query-builder-property-search-panel__form__section__toggler__btn--toggled': propertySearchPanelState.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.NUMBER),
|
192
|
-
}), onClick: () => {
|
193
|
-
propertySearchPanelState.toggleTypeFilter(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.NUMBER);
|
194
|
-
}, tabIndex: -1, children: propertySearchPanelState.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.NUMBER) ? (_jsx(CheckSquareIcon, {})) : (_jsx(SquareIcon, {})) }), _jsx("div", { className: "query-builder-property-search-panel__form__section__toggler__prompt", children: "Number" })] }), _jsxs("div", { className: "query-builder-property-search-panel__filter__element", children: [_jsx("button", { className: clsx('query-builder-property-search-panel__form__section__toggler__btn', {
|
195
|
-
'query-builder-property-search-panel__form__section__toggler__btn--toggled': propertySearchPanelState.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.DATE),
|
196
|
-
}), onClick: () => {
|
197
|
-
propertySearchPanelState.toggleTypeFilter(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.DATE);
|
198
|
-
}, tabIndex: -1, children: propertySearchPanelState.typeFilters.includes(QUERY_BUILDER_PROPERTY_SEARCH_TYPE.DATE) ? (_jsx(CheckSquareIcon, {})) : (_jsx(SquareIcon, {})) }), _jsx("div", { className: "query-builder-property-search-panel__form__section__toggler__prompt", children: "Date" })] })] })] }) }), _jsx(ResizablePanelSplitter, { children: _jsx(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }) }), _jsx(ResizablePanel, { children: _jsx("div", { className: "query-builder-property-search-panel__results", children: propertySearchPanelState.filteredPropertyNodes.map((node) => (_jsx(QueryBuilderTreeNodeViewer, { node: node, queryBuilderState: queryBuilderState, level: 1, stepPaddingInRem: 0, explorerState: queryBuilderState.explorerState }, node.id))) }) })] }) })] }) }));
|
199
|
-
});
|
200
|
-
//# sourceMappingURL=QueryBuilderPropertySearchPanel.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderPropertySearchPanel.js","sourceRoot":"","sources":["../../../src/components/explorer/QueryBuilderPropertySearchPanel.tsx"],"names":[],"mappings":"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"}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
3
|
-
*
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
* you may not use this file except in compliance with the License.
|
6
|
-
* You may obtain a copy of the License at
|
7
|
-
*
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
*
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
* See the License for the specific language governing permissions and
|
14
|
-
* limitations under the License.
|
15
|
-
*/
|
16
|
-
/// <reference types="react" resolution-mode="require"/>
|
17
|
-
import type { QueryBuilderState } from '../../stores/QueryBuilderState.js';
|
18
|
-
export declare const QueryBuilderFetchStructurePanel: ((props: {
|
19
|
-
queryBuilderState: QueryBuilderState;
|
20
|
-
}) => JSX.Element) & {
|
21
|
-
displayName: string;
|
22
|
-
};
|
23
|
-
//# sourceMappingURL=QueryBuilderFetchStructurePanel.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFetchStructurePanel.d.ts","sourceRoot":"","sources":["../../../src/components/fetch-structure/QueryBuilderFetchStructurePanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AA4C3E,eAAO,MAAM,+BAA+B,WAClC;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE;;CAgDjD,CAAC"}
|
@@ -1,52 +0,0 @@
|
|
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 { clsx, BlankPanelContent } from '@finos/legend-art';
|
19
|
-
import { prettyCONSTName } from '@finos/legend-shared';
|
20
|
-
import { QueryBuilderProjectionPanel } from './QueryBuilderProjectionPanel.js';
|
21
|
-
import { QueryBuilderGraphFetchTreePanel } from './QueryBuilderGraphFetchTreePanel.js';
|
22
|
-
import { QueryBuilderProjectionState } from '../../stores/fetch-structure/projection/QueryBuilderProjectionState.js';
|
23
|
-
import { QueryBuilderGraphFetchTreeState } from '../../stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js';
|
24
|
-
import { QueryBuilderPanelIssueCountBadge } from '../shared/QueryBuilderPanelIssueCountBadge.js';
|
25
|
-
import { FETCH_STRUCTURE_IMPLEMENTATION } from '../../stores/fetch-structure/QueryBuilderFetchStructureImplementationState.js';
|
26
|
-
const QueryBuilderFetchStructureEditor = observer((props) => {
|
27
|
-
const { queryBuilderState } = props;
|
28
|
-
const fetchStructureState = queryBuilderState.fetchStructureState;
|
29
|
-
const fetchStructureImplementation = fetchStructureState.implementation;
|
30
|
-
if (fetchStructureImplementation instanceof QueryBuilderProjectionState) {
|
31
|
-
return (_jsx(QueryBuilderProjectionPanel, { projectionState: fetchStructureImplementation }));
|
32
|
-
}
|
33
|
-
else if (fetchStructureImplementation instanceof QueryBuilderGraphFetchTreeState) {
|
34
|
-
return (_jsx(QueryBuilderGraphFetchTreePanel, { graphFetchTreeState: fetchStructureImplementation }));
|
35
|
-
}
|
36
|
-
return (_jsx("div", { className: "panel__content", children: _jsx(BlankPanelContent, { children: _jsx("div", { className: "query-builder__unsupported-view__main", children: _jsx("div", { className: "query-builder__unsupported-view__summary", children: "Unsupported fetch structure" }) }) }) }));
|
37
|
-
});
|
38
|
-
export const QueryBuilderFetchStructurePanel = observer((props) => {
|
39
|
-
const { queryBuilderState } = props;
|
40
|
-
const fetchStructureState = queryBuilderState.fetchStructureState;
|
41
|
-
const onChangeFetchStructureImplementation = (implementationType) => () => {
|
42
|
-
if (fetchStructureState.implementation.type !== implementationType) {
|
43
|
-
fetchStructureState.implementation.checkBeforeChangingImplementation(() => {
|
44
|
-
fetchStructureState.changeImplementation(implementationType);
|
45
|
-
});
|
46
|
-
}
|
47
|
-
};
|
48
|
-
return (_jsxs("div", { className: "panel", children: [_jsxs("div", { className: "panel__header", children: [_jsxs("div", { className: "panel__header__title", children: [_jsx("div", { className: "panel__header__title__label", children: "fetch structure" }), _jsx(QueryBuilderPanelIssueCountBadge, { issues: fetchStructureState.implementation.validationIssues })] }), _jsx("div", { className: "panel__header__actions", children: _jsx("div", { className: "query-builder__fetch__structure__modes", children: Object.values(FETCH_STRUCTURE_IMPLEMENTATION).map((type) => (_jsx("button", { onClick: onChangeFetchStructureImplementation(type), className: clsx('query-builder__fetch__structure__mode', {
|
49
|
-
'query-builder__fetch__structure__mode--selected': type === fetchStructureState.implementation.type,
|
50
|
-
}), children: prettyCONSTName(type) }, type))) }) })] }), _jsx(QueryBuilderFetchStructureEditor, { queryBuilderState: queryBuilderState })] }));
|
51
|
-
});
|
52
|
-
//# sourceMappingURL=QueryBuilderFetchStructurePanel.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderFetchStructurePanel.js","sourceRoot":"","sources":["../../../src/components/fetch-structure/QueryBuilderFetchStructurePanel.tsx"],"names":[],"mappings":"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"}
|
@@ -1,32 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
3
|
-
*
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
* you may not use this file except in compliance with the License.
|
6
|
-
* You may obtain a copy of the License at
|
7
|
-
*
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
*
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
* See the License for the specific language governing permissions and
|
14
|
-
* limitations under the License.
|
15
|
-
*/
|
16
|
-
/// <reference types="react" resolution-mode="require"/>
|
17
|
-
import { type QueryBuilderGraphFetchTreeData } from '../../stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeUtil.js';
|
18
|
-
import type { QueryBuilderGraphFetchTreeState } from '../../stores/fetch-structure/graph-fetch/QueryBuilderGraphFetchTreeState.js';
|
19
|
-
export declare const QueryBuilderGraphFetchTreeExplorer: ((props: {
|
20
|
-
graphFetchState: QueryBuilderGraphFetchTreeState;
|
21
|
-
treeData: QueryBuilderGraphFetchTreeData;
|
22
|
-
updateTreeData: (data: QueryBuilderGraphFetchTreeData) => void;
|
23
|
-
isReadOnly: boolean;
|
24
|
-
}) => JSX.Element) & {
|
25
|
-
displayName: string;
|
26
|
-
};
|
27
|
-
export declare const QueryBuilderGraphFetchTreePanel: ((props: {
|
28
|
-
graphFetchTreeState: QueryBuilderGraphFetchTreeState;
|
29
|
-
}) => JSX.Element) & {
|
30
|
-
displayName: string;
|
31
|
-
};
|
32
|
-
//# sourceMappingURL=QueryBuilderGraphFetchTreePanel.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"QueryBuilderGraphFetchTreePanel.d.ts","sourceRoot":"","sources":["../../../src/components/fetch-structure/QueryBuilderGraphFetchTreePanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAoBH,OAAO,EACL,KAAK,8BAA8B,EAIpC,MAAM,4EAA4E,CAAC;AAKpF,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,6EAA6E,CAAC;AA4FnI,eAAO,MAAM,kCAAkC;qBAE1B,+BAA+B;cACtC,8BAA8B;2BACjB,8BAA8B,KAAK,IAAI;gBAClD,OAAO;;;CAkEtB,CAAC;AAEF,eAAO,MAAM,+BAA+B,WAClC;IAAE,mBAAmB,EAAE,+BAA+B,CAAA;CAAE;;CAiEjE,CAAC"}
|