EX-3917 Change
HierarchicalFilter
children
prop to be optional.
EX-3347 Remove
MultiSelect
model.EX-3300 Transform
Sort
model into a string.EX-3300 Remove
SortDirection
enum.
EX-3222 Add
EditableNumberRangeFilter
model to represent range filters that the user can mutate its value.EX-3222 Add
BooleanFilter
model to share the properties of filters that the user can select or deselect.SimpleFilter
,HierarchicalFilter
andNumberRangeFilter
now extend fromBooleanFilter
.EX-3222
selected
,totalResults
andvalue
properties have been moved toBooleanFilter
fromFilter
. It's necessary to replaceFilter
type references withBooleanFilter
. Filters and facets schemas have been replaced accordingly.
EX-2521 Remove
BaseFilter
andFacet
from the possible model names.EX-2320 Split the facet model into
Facet
,SimpleFacet
,HierarchicalFacet
andRangeFacet
.EX-2320 Split the filter model into
Filter
,SimpleFilter
,HierarchicalFilter
andRangeFilter
. TheFilter
changed thevalue
to be always unknown and theHierarchicalFilter
changed theparent
and thefacet
properties to be identifier strings.
EX-1837 Changed next query schema facets to be an array instead of an object.
EX-1693 Renamed
term
property toquery
inHistoryTerm
,PartialResult
andSuggestion
models.EX-1693 Renamed
resultsFacets
property tofacets
inNextQuery
model.EX-1693 Renamed
HistoryTerm
model toHistoryQuery
,EX-1693 Renamed
numFound
property tototalResults
inPartialResult
andNextQuery
models.EX-1693 Remove
id
property fromNextQuery
model. Thequery
should be unique, and can be used instead.EX-1693 Remove
html
field fromSuggestion
andResultIdentifier
models. This field should be calculated in the component that consumes the suggestion.
EX-1437 Update TypeScript version to
^3.7.2
EX-1437 Concatenate types in a single file. Projects that augment the types of this project must update the files location.