-
Notifications
You must be signed in to change notification settings - Fork 895
EuiSuperDatePicker #1351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
EuiSuperDatePicker #1351
Changes from 33 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
b8bc8ca
super date picker component
nreese fcf1d8f
quick select
nreese f136b84
commonly used ranges
nreese d42a1b1
recently used
nreese 325168f
cleanup quick_select_popover
nreese 0aa79ef
refresh interval
nreese f0c9544
show date range
nreese e823450
relative date parsing
nreese c8f3339
clean up date_popover
nreese 08fad42
relative
nreese 4ee30fc
absolute tab
nreese 9734df4
implement step forward and step backward
nreese 4c3e3b6
add data-test-subjs needed for existing kibana functional tests
nreese 78583b6
remove global date picker pattern, add comments about EuiSuperDatePic…
nreese c2fd0e8
change log
nreese 412aa69
merge with master
nreese 3e69d69
remove kibana file header
nreese f93e5d0
merge with master
nreese 48294f5
only show pretty duration for commonly used ranges and relative to no…
nreese ebd5392
use full time unit name in pretty duration
nreese 3a4aac0
pass roundUp to formatTimeString to ensure date button display is acc…
nreese db09dc2
index files for super_date_picker and prefix subcomponents with 'Eui'
nreese e6080ca
add isLoading prop to EuiSuperDatePicker
nreese e440d6d
add props documenation for callback functions
nreese a45a277
show 'next' relative ranges as pretty duration
nreese 2ef5171
rename from and to -> start and end
nreese edb66cd
store previous quick select state
nreese 61d2bbb
snapshot updates
nreese 0b447b4
keep quick select popover open on next / previous time window arrow
nreese 46afda5
merge with master
nreese b4a0f21
make pretty duration clickable, add paragraph to example
nreese 3da620a
show tooltip when time changes
nreese 0a0c770
allow setting relative unit when value is zero
nreese c4444cc
merge with master
nreese 7f74ef7
updates from chandlerprall review
nreese 759ecda
remove moment-timezone dependency, not needed
nreese b6bfe05
remove getDerivedStateFromProps from EuiSuperDatePicker, EuiAbsoluteT…
nreese d422196
Merge branch 'master' of github.com:elastic/eui into super_date_picker
nreese 97bc872
move changelog message under master section
nreese df7fc4f
moved prop types to Wrapped component so they are usable in docs
nreese 88236cb
check component is mounted for show and hide tooltip
nreese 95100c9
update to datemath dependency with moment as peer
nreese File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| @import '../../src/theme_dark'; | ||
| @import './components/guide_components'; | ||
| @import './views/header/global_filter_group'; | ||
| @import './views/date_picker/global_date_picker'; |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| @import '../../src/theme_k6_dark'; | ||
| @import './components/guide_components'; | ||
| @import './views/header/global_filter_group'; | ||
| @import './views/date_picker/global_date_picker'; |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| @import '../../src/theme_k6_light'; | ||
| @import './components/guide_components'; | ||
| @import './views/header/global_filter_group'; | ||
| @import './views/date_picker/global_date_picker'; |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| @import '../../src/theme_light'; | ||
| @import './components/guide_components'; | ||
| @import './views/header/global_filter_group'; | ||
| @import './views/date_picker/global_date_picker'; |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.