ivanvpetrov
ivanvpetrov
Query-Builder-Sample-1 refactored to use nested entities
### Description When constructing a longer filter it begins to hide under the underlying grid ### Steps to reproduce 1. Go to Grid External Advanced Filtering sample 2. Start constructing...
Draft PR for reviewing the possibility to make the query builder a simple SELECT * FROM w/o WHERE ### Additional information (check all that apply): - [ ] Bug fix...
## Is your feature request related to a problem? Please describe. Currently, for some logic around nested queries, we use conditions with 'in'/'notIn' strings which is not ideal. ## Describe...
### Description Home component as actually named as **App**. ### Steps to reproduce 1. Create new project via call to ig and set name for the new project. 2. Choose...
Minor fix of the indents, lines and #defaultTemplate removal ### Checklist: - [ ] check topic's TOC/menu and paragraph headings - [ ] [Include TOC topic labels](https://github.com/IgniteUI/igniteui-docfx/blob/master/README.md#include-toc-topic-labels) in topic content...
Add a speech to text functionality to the chat component. The actual transcription is done by one of two options: 1. (entirely on frontend) Webspeech API https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API 3. (on complimentary...