@angular/material 5.2.4 → 5.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/bundles/material-core.umd.js +0 -1
  2. package/bundles/material-core.umd.js.map +1 -1
  3. package/bundles/material-datepicker.umd.js +0 -11
  4. package/bundles/material-datepicker.umd.js.map +1 -1
  5. package/bundles/material-datepicker.umd.min.js.map +1 -1
  6. package/bundles/material-dialog.umd.js +0 -2
  7. package/bundles/material-dialog.umd.js.map +1 -1
  8. package/bundles/material-form-field.umd.js +0 -1
  9. package/bundles/material-form-field.umd.js.map +1 -1
  10. package/bundles/material-menu.umd.js +4 -4
  11. package/bundles/material-menu.umd.min.js +1 -1
  12. package/bundles/material-snack-bar.umd.js +0 -2
  13. package/bundles/material-snack-bar.umd.js.map +1 -1
  14. package/bundles/material-table.umd.js +0 -3
  15. package/bundles/material-table.umd.js.map +1 -1
  16. package/bundles/material.umd.js +5 -25
  17. package/bundles/material.umd.js.map +1 -1
  18. package/bundles/material.umd.min.js +1 -1
  19. package/bundles/material.umd.min.js.map +1 -1
  20. package/esm2015/core.js +0 -1
  21. package/esm2015/core.js.map +1 -1
  22. package/esm2015/datepicker.js +0 -11
  23. package/esm2015/datepicker.js.map +1 -1
  24. package/esm2015/dialog.js +0 -2
  25. package/esm2015/dialog.js.map +1 -1
  26. package/esm2015/form-field.js +0 -1
  27. package/esm2015/form-field.js.map +1 -1
  28. package/esm2015/material.js +3 -3
  29. package/esm2015/material.js.map +1 -1
  30. package/esm2015/menu.js +1 -1
  31. package/esm2015/snack-bar.js +0 -2
  32. package/esm2015/snack-bar.js.map +1 -1
  33. package/esm2015/table.js +0 -3
  34. package/esm2015/table.js.map +1 -1
  35. package/esm5/core.es5.js +0 -1
  36. package/esm5/core.es5.js.map +1 -1
  37. package/esm5/datepicker.es5.js +0 -11
  38. package/esm5/datepicker.es5.js.map +1 -1
  39. package/esm5/dialog.es5.js +0 -2
  40. package/esm5/dialog.es5.js.map +1 -1
  41. package/esm5/form-field.es5.js +0 -1
  42. package/esm5/form-field.es5.js.map +1 -1
  43. package/esm5/material.es5.js +3 -3
  44. package/esm5/material.es5.js.map +1 -1
  45. package/esm5/menu.es5.js +1 -1
  46. package/esm5/snack-bar.es5.js +0 -2
  47. package/esm5/snack-bar.es5.js.map +1 -1
  48. package/esm5/table.es5.js +0 -3
  49. package/esm5/table.es5.js.map +1 -1
  50. package/menu/typings/index.d.ts +2 -2
  51. package/menu/typings/index.metadata.json +1 -1
  52. package/package.json +4 -4
  53. package/typings/esm5/index.metadata.json +1 -1
  54. package/typings/esm5/menu/index.d.ts +2 -2
  55. package/typings/esm5/menu/index.metadata.json +1 -1
  56. package/typings/index.metadata.json +1 -1
  57. package/typings/menu/index.d.ts +2 -2
  58. package/typings/menu/index.metadata.json +1 -1
@@ -223,7 +223,6 @@ var DAYS_PER_WEEK = 7;
223
223
  /**
224
224
  * An internal component used to display a single month in the datepicker.
225
225
  * \@docs-private
226
- * @template D
227
226
  */
228
227
  var MatMonthView = /** @class */ (function () {
229
228
  function MatMonthView(_dateAdapter, _dateFormats, _changeDetectorRef) {
@@ -495,7 +494,6 @@ var yearsPerRow = 4;
495
494
  /**
496
495
  * An internal component used to display a year selector in the datepicker.
497
496
  * \@docs-private
498
- * @template D
499
497
  */
500
498
  var MatMultiYearView = /** @class */ (function () {
501
499
  function MatMultiYearView(_dateAdapter, _changeDetectorRef) {
@@ -727,7 +725,6 @@ var MatMultiYearView = /** @class */ (function () {
727
725
  /**
728
726
  * An internal component used to display a single year in the datepicker.
729
727
  * \@docs-private
730
- * @template D
731
728
  */
732
729
  var MatYearView = /** @class */ (function () {
733
730
  function MatYearView(_dateAdapter, _dateFormats, _changeDetectorRef) {
@@ -1011,7 +1008,6 @@ var MatYearView = /** @class */ (function () {
1011
1008
  /**
1012
1009
  * A calendar that is used as part of the datepicker.
1013
1010
  * \@docs-private
1014
- * @template D
1015
1011
  */
1016
1012
  var MatCalendar = /** @class */ (function () {
1017
1013
  function MatCalendar(_elementRef, _intl, _ngZone, _dateAdapter, _dateFormats, changeDetectorRef, _dir) {
@@ -1656,7 +1652,6 @@ var MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER = {
1656
1652
  * place to put additional features of the popup that are not part of the calendar itself in the
1657
1653
  * future. (e.g. confirmation buttons).
1658
1654
  * \@docs-private
1659
- * @template D
1660
1655
  */
1661
1656
  var MatDatepickerContent = /** @class */ (function () {
1662
1657
  function MatDatepickerContent() {
@@ -1693,7 +1688,6 @@ var MatDatepickerContent = /** @class */ (function () {
1693
1688
  }());
1694
1689
  /**
1695
1690
  * Component responsible for managing the datepicker popup/dialog.
1696
- * @template D
1697
1691
  */
1698
1692
  var MatDatepicker = /** @class */ (function () {
1699
1693
  function MatDatepicker(_dialog, _overlay, _ngZone, _viewContainerRef, _scrollStrategy, _dateAdapter, _dir, _document) {
@@ -2135,7 +2129,6 @@ var MAT_DATEPICKER_VALIDATORS = {
2135
2129
  * An event used for datepicker input and change events. We don't always have access to a native
2136
2130
  * input or change event because the event may have been triggered by the user clicking on the
2137
2131
  * calendar popup. For consistency, we always use MatDatepickerInputEvent instead.
2138
- * @template D
2139
2132
  */
2140
2133
  var MatDatepickerInputEvent = /** @class */ (function () {
2141
2134
  function MatDatepickerInputEvent(target, targetElement) {
@@ -2147,7 +2140,6 @@ var MatDatepickerInputEvent = /** @class */ (function () {
2147
2140
  }());
2148
2141
  /**
2149
2142
  * Directive used to connect an input to a MatDatepicker.
2150
- * @template D
2151
2143
  */
2152
2144
  var MatDatepickerInput = /** @class */ (function () {
2153
2145
  function MatDatepickerInput(_elementRef, _dateAdapter, _dateFormats, _formField) {
@@ -2605,9 +2597,6 @@ var MatDatepickerToggleIcon = /** @class */ (function () {
2605
2597
  MatDatepickerToggleIcon.ctorParameters = function () { return []; };
2606
2598
  return MatDatepickerToggleIcon;
2607
2599
  }());
2608
- /**
2609
- * @template D
2610
- */
2611
2600
  var MatDatepickerToggle = /** @class */ (function () {
2612
2601
  function MatDatepickerToggle(_intl, _changeDetectorRef) {
2613
2602
  this._intl = _intl;