-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(datepicker): Add directive for inline datepicker #3956
feat(datepicker): Add directive for inline datepicker #3956
Conversation
Codecov Report
@@ Coverage Diff @@
## development #3956 +/- ##
===============================================
+ Coverage 74.68% 74.76% +0.07%
===============================================
Files 278 281 +3
Lines 8486 8547 +61
Branches 1623 1631 +8
===============================================
+ Hits 6338 6390 +52
- Misses 1698 1708 +10
+ Partials 450 449 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Closes #3958 |
@martintro I wonder if you could add small sample how could we use this inline datepicker? |
@amorenew Please have a look at the demo files in the PR for example. |
Can another reviewer please review and merge this pull request to the main repo. |
…ic dates" This reverts commit 47a1a11.
@martintro LGTM! |
Does this add only inline support for datepicker or daterange picker too ? |
Any update on this one? |
@ishworthapaliya I hope so soon. I'm waiting for approval :) |
@valorkin, please review this PR. |
Could really use this! |
ab7a2ff
to
0995188
Compare
When will this be merged? |
0052986
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix imports and ready for merge
src/index.ts
Outdated
import { TooltipModule } from './tooltip/tooltip.module'; | ||
import { TypeaheadModule } from './typeahead/typeahead.module'; | ||
/* tslint:disable: no-unused-variable */ | ||
import { AccordionModule } from './accordion'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this type of import usually kills system js builds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Domainv this is why I didn't yet merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…#3956) * feat(datepicker): Add directive for inline datepicker Closes valor-software#3955 * feat(datepicker): add support to set custom classes on specific dates Closes valor-software#3958 * Revert "feat(datepicker): add support to set custom classes on specific dates" This reverts commit 47a1a11. * feat(datepicker): resolve conflicts * fix(datepicker): fix tslint * fix(datepicker): clean up * fix(datepicker): add base spec for inline datepicker * fix(common): fix imports for system js
…#3956) * feat(datepicker): Add directive for inline datepicker Closes valor-software#3955 * feat(datepicker): add support to set custom classes on specific dates Closes valor-software#3958 * Revert "feat(datepicker): add support to set custom classes on specific dates" This reverts commit 47a1a11. * feat(datepicker): resolve conflicts * fix(datepicker): fix tslint * fix(datepicker): clean up * fix(datepicker): add base spec for inline datepicker * fix(common): fix imports for system js
Closes #3955
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.