This repository has been archived by the owner on May 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(query): string enclouser added to query values - an optional quotation enclosure is added for the values in query - area.name: "new area" and area.name: new area are same * feat(query): query suggestion service added * feat(query): query suggestion added to the component * fix(query): iteration added to the suggestion * fix(query): remove suggestions on blur * fix(query): sugestion replace function added * fix(query): add dropdown for suggestions * fix(query): add delay to query suggestion * fix(query): suggestion on click replace the text added * fix(query): dont close dropdown on blur * fix(query): fix replace suggestions * fix(query): add css for dropdown-item * fix(query): new fields added to the suggestion * fix(angular/cdk): add angular cdk to package.json * fix(list): add dropdown list component for Highlight interface from cdk * fix(query): add a11y using ActiveDescendantKeyManager on suggestion dropdown * fix(query): fixed unit test for query * fix(query): add support for left and right arrow keys to suggest query fields * fix(less): generic class fixed * fix(tests): fix failing functional tests * fix(query): fix `expression change error`, focus on input after pressing enter * fix(query): remove unused imports and refactor code * fix(query): clear the activeItem from dropdown on Enter * chore(refactor): use constants from query-keys instead of public instances from filterService
- Loading branch information
1 parent
175951b
commit 01316ba
Showing
30 changed files
with
929 additions
and
174 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.