This PR upgrades the RealizationFilter, by including a filter for each selected ensemble.
Upgrades to Realization Filter:
Realization filter drawer with one ensemble realization filter component for each selected ensemble
Can filter by parameter value, i.e. select continuous or discrete parameters (continuous and discrete), and select value range/discrete values to get realizations which matches these selections (intersection of all matches), i.e. &&-logic.
Slider to select range for continuous parameter values
Picker to select set of discrete values to match
Visualization of which realizations will be selected based on the current filter selections - display component.
SmartNodeSelector:
Provide valid state with the selected tags for onChange data
Fix selected nodeIds to be correct when using wildcard
Prevent onChange to trigger when clicking outside of components
This PR upgrades the RealizationFilter, by including a filter for each selected ensemble.
Upgrades to Realization Filter:
SmartNodeSelector:
onChange
datanodeIds
to be correct when using wildcardonChange
to trigger when clicking outside of componentsThe PR closes the following issues:
Closes: #690 Closes: #691 Closes: #321 Closes: #722