-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiline Timelion queries (#11972)
* Hardcode textarea input into timelion-expression-input. - Document problems with using contenteditable. - Use Angular directives to handle focus, blur, keydown, and keyup events. - Also move getCaretOffset and setCaretOffset into the directive definition. - Hide suggestions when the directive loses focuses. - Show suggestions when the directive gains focus. - Preserve focus when the user clicks a suggestion. * Move expression input out of LocalNav and into main content area, so it won't overlap with graphs when focused. * Refine design. - Make suggestions popover charts instead of pushing them down. - Align controls to top of expression input if the textarea is resized to be tall. * Keep suggestions visible until the expression is complete and valid. * Execute query with CMD+ENTER, to mirror Console behavior. * Update UI so that textarea indicates it can support multiple lines, by having a taller min-height. * Rename Timelion Docs to Help, for consistency with Console. * Add keyboard tips to Timelion Help. * Extract combobox keyboard codes to UI Framework comboBoxKeyCodes service. * Add auto-complete tips to Help dropdown.
- Loading branch information
Showing
34 changed files
with
650 additions
and
520 deletions.
There are no files selected for viewing
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
14 changes: 0 additions & 14 deletions
14
src/core_plugins/timelion/public/directives/expression_directive.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.