Changelog - 4.3.0 Betas
16-04-20 (4.3.0-beta.4)
Features
components/select-modal - FRM-1155
Added IVsSelectModalDefaultFilterBooleanField, allowing boolean filters.
06-04-20 (4.3.0-beta.3)
Features
components/autocomplete - FRM-1130
Added
VsAutocompleteOptions.filterType'plain'(default):VsAutocompleteGetInput.valueToFilterwill contain the value typed by the user'jquery':VsAutocompleteGetInput.valueToFilterwill contain a query in jQuery Query Builder format, with the value typed by the user assigned to every field in theVsAutocompleteOptions.filterFieldsproperty. The group operator is alwaysORand the field operator is alwayscontains.'mongo':VsAutocompleteGetInput.valueToFilterwill contain a query in MongoDB format, with the value typed by the user assigned as a RegExp to every field in theVsAutocompleteOptions.filterFieldsproperty. The group operator is always$OR.
Added
VsAutocompleteOptions.filterFieldsArray of fields to filter for when
VsAutocompleteOptions.filterTypeis either ‘jquery’ or ‘mongo’.
03-04-20 (4.3.0-beta.2)
Changes
components/grid - FRM-1135
Added option to format a field’s name when building a query
See
VsGridOptions.filterFieldFormat
Internal changes
components/grid - FRM-1119
Updated tests
02-04-20 (4.3.0-beta.1)
Changes
Updates
@viasoft/angular-oauth2-oidc - FRM-1109
Updated to 8.0.5