Skip to content

Trying to incorporate the new type definition - #17942

Merged
mmalerba merged 5 commits into
angular:date-selection-modelfrom
xlou978:date-selection-model
Dec 20, 2019
Merged

Trying to incorporate the new type definition#17942
mmalerba merged 5 commits into
angular:date-selection-modelfrom
xlou978:date-selection-model

Conversation

@xlou978

@xlou978 xlou978 commented Dec 12, 2019

Copy link
Copy Markdown
Contributor

This is not working yet, because we are running into some issues. Please take a look and let us know whether we are going the right direction or not.

@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Dec 12, 2019
Comment thread src/material/core/datetime/date-selection-model.ts Outdated
Comment thread src/material/core/datetime/date-selection-model.ts Outdated
Comment thread src/material/core/datetime/date-selection-model.ts Outdated
Comment thread src/material/core/datetime/date-selection-model.ts Outdated
Comment thread src/material/core/datetime/date-selection-model.ts
Comment thread src/material/core/datetime/date-selection-model.ts Outdated
Comment thread src/material/core/datetime/date-selection-model.ts Outdated
Comment thread src/material/core/datetime/date-selection-model.ts Outdated
Comment thread src/material/core/datetime/date-selection-model.ts Outdated
@xlou978
xlou978 force-pushed the date-selection-model branch from 23866f2 to bf7d246 Compare December 16, 2019 22:44
@mmalerba
mmalerba force-pushed the date-selection-model branch from bf7d246 to e5c342f Compare December 19, 2019 23:10
@mmalerba
mmalerba merged commit 37b43ff into angular:date-selection-model Dec 20, 2019
crisbeto pushed a commit to crisbeto/material2 that referenced this pull request Jan 2, 2020
* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>
mmalerba added a commit that referenced this pull request Jan 7, 2020
* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Use MatDateSelectionModel to model the selected value in MatDatepickerInput (#17497)

* Make the selection model injectable and add an `overlaps` method (#17766)

* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Add overlaps function to date selection model

* Trying to incorporate the new type definition (#17942)

* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>

* refactor(datepicker): implement date selection model provider

Reworks the datepicker-related directives to move the source of the value into the new datepicker selection provider.

Co-authored-by: xlou978 <51772166+xlou978@users.noreply.github.com>
Co-authored-by: jaguima <jaguima@gmail.com>
Co-authored-by: mmalerba <mmalerba@google.com>
mmalerba added a commit that referenced this pull request Jan 7, 2020
* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Use MatDateSelectionModel to model the selected value in MatDatepickerInput (#17497)

* Make the selection model injectable and add an `overlaps` method (#17766)

* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Add overlaps function to date selection model

* Trying to incorporate the new type definition (#17942)

* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>

* refactor(datepicker): implement date selection model provider

Reworks the datepicker-related directives to move the source of the value into the new datepicker selection provider.

Co-authored-by: xlou978 <51772166+xlou978@users.noreply.github.com>
Co-authored-by: jaguima <jaguima@gmail.com>
Co-authored-by: mmalerba <mmalerba@google.com>
Co-authored-by: roboshoes <mail@mathias-paumgarten.com>
Co-authored-by: goldblatt <suzgoldblatt@gmail.com>
crisbeto added a commit to crisbeto/material2 that referenced this pull request Jan 11, 2020
…r#18090)

* Adds a date selection model (angular#17363)

* Adds a date selection model

* Adds a date selection model

* Use MatDateSelectionModel to model the selected value in MatDatepickerInput (angular#17497)

* Make the selection model injectable and add an `overlaps` method (angular#17766)

* Adds a date selection model (angular#17363)

* Adds a date selection model

* Adds a date selection model

* Add overlaps function to date selection model

* Trying to incorporate the new type definition (angular#17942)

* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>

* refactor(datepicker): implement date selection model provider

Reworks the datepicker-related directives to move the source of the value into the new datepicker selection provider.

Co-authored-by: xlou978 <51772166+xlou978@users.noreply.github.com>
Co-authored-by: jaguima <jaguima@gmail.com>
Co-authored-by: mmalerba <mmalerba@google.com>
Co-authored-by: roboshoes <mail@mathias-paumgarten.com>
Co-authored-by: goldblatt <suzgoldblatt@gmail.com>
crisbeto added a commit to crisbeto/material2 that referenced this pull request Jan 11, 2020
…r#18090)

* Adds a date selection model (angular#17363)

* Adds a date selection model

* Adds a date selection model

* Use MatDateSelectionModel to model the selected value in MatDatepickerInput (angular#17497)

* Make the selection model injectable and add an `overlaps` method (angular#17766)

* Adds a date selection model (angular#17363)

* Adds a date selection model

* Adds a date selection model

* Add overlaps function to date selection model

* Trying to incorporate the new type definition (angular#17942)

* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>

* refactor(datepicker): implement date selection model provider

Reworks the datepicker-related directives to move the source of the value into the new datepicker selection provider.

Co-authored-by: xlou978 <51772166+xlou978@users.noreply.github.com>
Co-authored-by: jaguima <jaguima@gmail.com>
Co-authored-by: mmalerba <mmalerba@google.com>
Co-authored-by: roboshoes <mail@mathias-paumgarten.com>
Co-authored-by: goldblatt <suzgoldblatt@gmail.com>
crisbeto added a commit that referenced this pull request Jan 11, 2020
* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Use MatDateSelectionModel to model the selected value in MatDatepickerInput (#17497)

* Make the selection model injectable and add an `overlaps` method (#17766)

* Adds a date selection model (#17363)

* Adds a date selection model

* Adds a date selection model

* Add overlaps function to date selection model

* Trying to incorporate the new type definition (#17942)

* incoporate new type definition

* fix test and clean up the types a bit

* update api gold

* fix some nits

* fix lint

Co-authored-by: mmalerba <mmalerba@google.com>

* refactor(datepicker): implement date selection model provider

Reworks the datepicker-related directives to move the source of the value into the new datepicker selection provider.

Co-authored-by: xlou978 <51772166+xlou978@users.noreply.github.com>
Co-authored-by: jaguima <jaguima@gmail.com>
Co-authored-by: mmalerba <mmalerba@google.com>
Co-authored-by: roboshoes <mail@mathias-paumgarten.com>
Co-authored-by: goldblatt <suzgoldblatt@gmail.com>
@angular-automatic-lock-bot

Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Jan 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes PR author has agreed to Google's Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants