@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
@@ -227,7 +227,6 @@ const DAYS_PER_WEEK = 7;
227
227
  /**
228
228
  * An internal component used to display a single month in the datepicker.
229
229
  * \@docs-private
230
- * @template D
231
230
  */
232
231
  class MatMonthView {
233
232
  /**
@@ -448,7 +447,6 @@ const yearsPerRow = 4;
448
447
  /**
449
448
  * An internal component used to display a year selector in the datepicker.
450
449
  * \@docs-private
451
- * @template D
452
450
  */
453
451
  class MatMultiYearView {
454
452
  /**
@@ -635,7 +633,6 @@ MatMultiYearView.propDecorators = {
635
633
  /**
636
634
  * An internal component used to display a single year in the datepicker.
637
635
  * \@docs-private
638
- * @template D
639
636
  */
640
637
  class MatYearView {
641
638
  /**
@@ -855,7 +852,6 @@ MatYearView.propDecorators = {
855
852
  /**
856
853
  * A calendar that is used as part of the datepicker.
857
854
  * \@docs-private
858
- * @template D
859
855
  */
860
856
  class MatCalendar {
861
857
  /**
@@ -1373,7 +1369,6 @@ const MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER = {
1373
1369
  * place to put additional features of the popup that are not part of the calendar itself in the
1374
1370
  * future. (e.g. confirmation buttons).
1375
1371
  * \@docs-private
1376
- * @template D
1377
1372
  */
1378
1373
  class MatDatepickerContent {
1379
1374
  /**
@@ -1404,7 +1399,6 @@ MatDatepickerContent.propDecorators = {
1404
1399
  };
1405
1400
  /**
1406
1401
  * Component responsible for managing the datepicker popup/dialog.
1407
- * @template D
1408
1402
  */
1409
1403
  class MatDatepicker {
1410
1404
  /**
@@ -1767,7 +1761,6 @@ const MAT_DATEPICKER_VALIDATORS = {
1767
1761
  * An event used for datepicker input and change events. We don't always have access to a native
1768
1762
  * input or change event because the event may have been triggered by the user clicking on the
1769
1763
  * calendar popup. For consistency, we always use MatDatepickerInputEvent instead.
1770
- * @template D
1771
1764
  */
1772
1765
  class MatDatepickerInputEvent {
1773
1766
  /**
@@ -1782,7 +1775,6 @@ class MatDatepickerInputEvent {
1782
1775
  }
1783
1776
  /**
1784
1777
  * Directive used to connect an input to a MatDatepicker.
1785
- * @template D
1786
1778
  */
1787
1779
  class MatDatepickerInput {
1788
1780
  /**
@@ -2142,9 +2134,6 @@ MatDatepickerToggleIcon.decorators = [
2142
2134
  ];
2143
2135
  /** @nocollapse */
2144
2136
  MatDatepickerToggleIcon.ctorParameters = () => [];
2145
- /**
2146
- * @template D
2147
- */
2148
2137
  class MatDatepickerToggle {
2149
2138
  /**
2150
2139
  * @param {?} _intl