-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* super date picker component * quick select * commonly used ranges * recently used * cleanup quick_select_popover * refresh interval * show date range * relative date parsing * clean up date_popover * relative * absolute tab * implement step forward and step backward * add data-test-subjs needed for existing kibana functional tests * remove global date picker pattern, add comments about EuiSuperDatePicker props * change log * remove kibana file header * only show pretty duration for commonly used ranges and relative to now, now to now isInvalid, recenlty selected in reverse order * use full time unit name in pretty duration * pass roundUp to formatTimeString to ensure date button display is accurate, make onRefreshChange prop optional * index files for super_date_picker and prefix subcomponents with 'Eui' * add isLoading prop to EuiSuperDatePicker * add props documenation for callback functions * show 'next' relative ranges as pretty duration * rename from and to -> start and end * store previous quick select state * snapshot updates * keep quick select popover open on next / previous time window arrow * make pretty duration clickable, add paragraph to example * show tooltip when time changes * allow setting relative unit when value is zero * updates from chandlerprall review * remove moment-timezone dependency, not needed * remove getDerivedStateFromProps from EuiSuperDatePicker, EuiAbsoluteTab, EuiRefreshInterval, and EuiRelativeTab * move changelog message under master section * moved prop types to Wrapped component so they are usable in docs * check component is mounted for show and hide tooltip * update to datemath dependency with moment as peer
- Loading branch information
Showing
38 changed files
with
2,594 additions
and
597 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
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 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 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 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 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.