Skip to content
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

Merged
merged 15 commits into from
Jan 18, 2019

Conversation

martintro
Copy link
Contributor

@martintro martintro commented Mar 8, 2018

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.

  • read and followed the CONTRIBUTING.md guide.
  • built and tested the changes locally.
  • added/updated tests.
  • added/updated API documentation.
  • added/updated demos.

@codecov
Copy link

codecov bot commented Mar 8, 2018

Codecov Report

Merging #3956 into development will increase coverage by 0.07%.
The diff coverage is 77.41%.

Impacted file tree graph

@@               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
Impacted Files Coverage Δ
src/datepicker/bs-datepicker-inline.config.ts 100% <100%> (ø)
src/component-loader/component-loader.class.ts 79.16% <100%> (+2.08%) ⬆️
src/datepicker/public_api.ts 100% <100%> (ø) ⬆️
src/datepicker/bs-datepicker.module.ts 100% <100%> (ø) ⬆️
src/datepicker/bs-datepicker-inline.component.ts 70.45% <70.45%> (ø)
...mes/bs/bs-datepicker-inline-container.component.ts 88.88% <88.88%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89f7265...c7e8c72. Read the comment docs.

alexborghesi
alexborghesi previously approved these changes Mar 15, 2018
Copy link

@alexborghesi alexborghesi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@martintro
Copy link
Contributor Author

Closes #3958

@amorenew
Copy link

amorenew commented Mar 21, 2018

@martintro I wonder if you could add small sample how could we use this inline datepicker?
is it will be <datepicker></datepicker> or how it will be?
Thanks

@martintro
Copy link
Contributor Author

martintro commented Mar 21, 2018

@amorenew Please have a look at the demo files in the PR for example.
It’s like <bs-datepicker-inline></bs-datepicker-inline>

@shyamal890
Copy link

Can another reviewer please review and merge this pull request to the main repo.

@valorkin valorkin self-assigned this Mar 29, 2018
@valorkin
Copy link
Member

valorkin commented May 3, 2018

@martintro LGTM!

@evgenyfedorenko
Copy link

Does this add only inline support for datepicker or daterange picker too ?

@ishworthapaliya
Copy link

Any update on this one?

@martintro
Copy link
Contributor Author

@ishworthapaliya I hope so soon. I'm waiting for approval :)

@x1unix
Copy link

x1unix commented Jul 3, 2018

@valorkin, please review this PR.

@pmramos
Copy link

pmramos commented Jul 11, 2018

Could really use this!

@valorkin valorkin removed their assignment Dec 3, 2018
@valorkin valorkin added this to the 3.1.3 milestone Dec 3, 2018
@valorkin valorkin removed this from the 3.1.3 milestone Dec 7, 2018
@ghost ghost added needs review and removed needs fix labels Dec 13, 2018
Domainv
Domainv previously approved these changes Dec 13, 2018
@martintro
Copy link
Contributor Author

When will this be merged?

@Domainv Domainv dismissed stale reviews from ludmilanesvitiy and themself via 0052986 January 18, 2019 09:25
Domainv
Domainv previously approved these changes Jan 18, 2019
Copy link
Member

@valorkin valorkin left a 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';
Copy link
Member

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

Copy link
Member

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Member

@valorkin valorkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@valorkin valorkin merged commit d9a89b4 into valor-software:development Jan 18, 2019
@ghost ghost removed the ready for merge label Jan 18, 2019
leo6104 pushed a commit to leo6104/ngx-bootstrap that referenced this pull request Oct 10, 2019
…#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
IraErshova pushed a commit to IraErshova/ngx-bootstrap that referenced this pull request Jan 20, 2020
…#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.