@angular/material 10.2.3 → 10.2.7

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 (138) hide show
  1. package/_theming.scss +69 -69
  2. package/autocomplete/index.metadata.json +1 -1
  3. package/bottom-sheet/bottom-sheet.d.ts +12 -0
  4. package/bundles/material-autocomplete.umd.js +4 -3
  5. package/bundles/material-autocomplete.umd.js.map +1 -1
  6. package/bundles/material-autocomplete.umd.min.js +1 -1
  7. package/bundles/material-autocomplete.umd.min.js.map +1 -1
  8. package/bundles/material-bottom-sheet.umd.js.map +1 -1
  9. package/bundles/material-button.umd.js +2 -2
  10. package/bundles/material-button.umd.min.js +1 -1
  11. package/bundles/material-button.umd.min.js.map +1 -1
  12. package/bundles/material-chips-testing.umd.js +22 -4
  13. package/bundles/material-chips-testing.umd.js.map +1 -1
  14. package/bundles/material-chips-testing.umd.min.js.map +1 -1
  15. package/bundles/material-core.umd.js +13 -10
  16. package/bundles/material-core.umd.js.map +1 -1
  17. package/bundles/material-core.umd.min.js +7 -7
  18. package/bundles/material-core.umd.min.js.map +1 -1
  19. package/bundles/material-datepicker.umd.js +36 -0
  20. package/bundles/material-datepicker.umd.js.map +1 -1
  21. package/bundles/material-datepicker.umd.min.js +1 -1
  22. package/bundles/material-datepicker.umd.min.js.map +1 -1
  23. package/bundles/material-dialog.umd.js +1 -8
  24. package/bundles/material-dialog.umd.js.map +1 -1
  25. package/bundles/material-dialog.umd.min.js.map +1 -1
  26. package/bundles/material-form-field.umd.js +2 -2
  27. package/bundles/material-form-field.umd.js.map +1 -1
  28. package/bundles/material-form-field.umd.min.js +2 -2
  29. package/bundles/material-form-field.umd.min.js.map +1 -1
  30. package/bundles/material-icon.umd.js +50 -36
  31. package/bundles/material-icon.umd.js.map +1 -1
  32. package/bundles/material-icon.umd.min.js +2 -2
  33. package/bundles/material-icon.umd.min.js.map +1 -1
  34. package/bundles/material-list-testing.umd.js +5 -3
  35. package/bundles/material-list-testing.umd.js.map +1 -1
  36. package/bundles/material-list-testing.umd.min.js +1 -1
  37. package/bundles/material-list-testing.umd.min.js.map +1 -1
  38. package/bundles/material-list.umd.js +21 -11
  39. package/bundles/material-list.umd.js.map +1 -1
  40. package/bundles/material-list.umd.min.js +1 -1
  41. package/bundles/material-list.umd.min.js.map +1 -1
  42. package/bundles/material-menu.umd.js +14 -16
  43. package/bundles/material-menu.umd.js.map +1 -1
  44. package/bundles/material-menu.umd.min.js +3 -3
  45. package/bundles/material-menu.umd.min.js.map +1 -1
  46. package/bundles/material-tabs.umd.js +7 -3
  47. package/bundles/material-tabs.umd.js.map +1 -1
  48. package/bundles/material-tabs.umd.min.js +3 -3
  49. package/bundles/material-tabs.umd.min.js.map +1 -1
  50. package/bundles/material-tooltip.umd.js +3 -1
  51. package/bundles/material-tooltip.umd.js.map +1 -1
  52. package/bundles/material-tooltip.umd.min.js +1 -1
  53. package/bundles/material-tooltip.umd.min.js.map +1 -1
  54. package/button/_button-theme.scss +1 -1
  55. package/button/index.metadata.json +1 -1
  56. package/checkbox/_checkbox-theme.scss +1 -1
  57. package/chips/_chips-theme.scss +1 -1
  58. package/chips/testing/chip-harness-filters.d.ts +5 -1
  59. package/chips/testing/chip-harness.d.ts +20 -4
  60. package/chips/testing/chip-list-harness.d.ts +2 -0
  61. package/core/density/_index.scss +6 -6
  62. package/core/focus-indicators/_focus-indicators.scss +1 -1
  63. package/core/index.metadata.json +1 -1
  64. package/core/ripple/_ripple.scss +2 -2
  65. package/core/theming/_check-duplicate-styles.scss +6 -6
  66. package/core/theming/_palette.scss +16 -16
  67. package/core/theming/_theming.scss +33 -33
  68. package/datepicker/date-range-input-parts.d.ts +6 -2
  69. package/datepicker/index.metadata.json +1 -1
  70. package/dialog/dialog.d.ts +10 -3
  71. package/dialog/index.metadata.json +1 -1
  72. package/esm2015/autocomplete/autocomplete-trigger.js +6 -5
  73. package/esm2015/bottom-sheet/bottom-sheet.js +1 -1
  74. package/esm2015/button/button.js +2 -2
  75. package/esm2015/chips/testing/chip-harness-filters.js +1 -1
  76. package/esm2015/chips/testing/chip-harness.js +21 -5
  77. package/esm2015/chips/testing/chip-list-harness.js +3 -1
  78. package/esm2015/core/common-behaviors/common-module.js +1 -1
  79. package/esm2015/core/datetime/native-date-adapter.js +12 -9
  80. package/esm2015/core/version.js +1 -1
  81. package/esm2015/datepicker/date-range-input-parts.js +37 -1
  82. package/esm2015/dialog/dialog-animations.js +2 -2
  83. package/esm2015/dialog/dialog.js +1 -8
  84. package/esm2015/form-field/form-field.js +1 -1
  85. package/esm2015/form-field/hint.js +2 -2
  86. package/esm2015/icon/icon.js +46 -36
  87. package/esm2015/list/selection-list.js +22 -12
  88. package/esm2015/list/testing/list-item-harness-base.js +6 -4
  89. package/esm2015/menu/menu-item.js +15 -17
  90. package/esm2015/tabs/tab-content.js +3 -2
  91. package/esm2015/tabs/tab-nav-bar/tab-nav-bar.js +9 -6
  92. package/esm2015/tooltip/tooltip.js +4 -2
  93. package/fesm2015/autocomplete.js +5 -4
  94. package/fesm2015/autocomplete.js.map +1 -1
  95. package/fesm2015/bottom-sheet.js.map +1 -1
  96. package/fesm2015/button.js +2 -2
  97. package/fesm2015/chips/testing.js +22 -4
  98. package/fesm2015/chips/testing.js.map +1 -1
  99. package/fesm2015/core.js +13 -10
  100. package/fesm2015/core.js.map +1 -1
  101. package/fesm2015/datepicker.js +36 -0
  102. package/fesm2015/datepicker.js.map +1 -1
  103. package/fesm2015/dialog.js +1 -8
  104. package/fesm2015/dialog.js.map +1 -1
  105. package/fesm2015/form-field.js +2 -2
  106. package/fesm2015/form-field.js.map +1 -1
  107. package/fesm2015/icon.js +45 -35
  108. package/fesm2015/icon.js.map +1 -1
  109. package/fesm2015/list/testing.js +5 -3
  110. package/fesm2015/list/testing.js.map +1 -1
  111. package/fesm2015/list.js +21 -11
  112. package/fesm2015/list.js.map +1 -1
  113. package/fesm2015/menu.js +14 -16
  114. package/fesm2015/menu.js.map +1 -1
  115. package/fesm2015/tabs.js +7 -3
  116. package/fesm2015/tabs.js.map +1 -1
  117. package/fesm2015/tooltip.js +3 -1
  118. package/fesm2015/tooltip.js.map +1 -1
  119. package/form-field/index.metadata.json +1 -1
  120. package/icon/icon.d.ts +7 -4
  121. package/icon/index.metadata.json +1 -1
  122. package/list/index.metadata.json +1 -1
  123. package/list/selection-list.d.ts +16 -4
  124. package/menu/index.metadata.json +1 -1
  125. package/menu/menu-item.d.ts +6 -2
  126. package/package.json +2 -2
  127. package/radio/_radio-theme.scss +1 -1
  128. package/schematics/ng-add/index.js +1 -1
  129. package/schematics/ng-update/data/css-selectors.d.ts +6 -3
  130. package/schematics/ng-update/data/css-selectors.js +2 -2
  131. package/schematics/ng-update/data/input-names.js +10 -10
  132. package/schematics/ng-update/data/output-names.js +10 -10
  133. package/schematics/ng-update/data/property-names.js +24 -24
  134. package/slide-toggle/_slide-toggle-theme.scss +1 -1
  135. package/tabs/index.metadata.json +1 -1
  136. package/tabs/tab-content.d.ts +3 -2
  137. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +8 -5
  138. package/tooltip/index.metadata.json +1 -1
@@ -3380,6 +3380,24 @@
3380
3380
  };
3381
3381
  return _this;
3382
3382
  }
3383
+ MatStartDate.prototype.ngOnInit = function () {
3384
+ // Normally this happens automatically, but it seems to break if not added explicitly when all
3385
+ // of the criteria below are met:
3386
+ // 1) The class extends a TS mixin.
3387
+ // 2) The application is running in ViewEngine.
3388
+ // 3) The application is being transpiled through tsickle.
3389
+ // This can be removed once google3 is completely migrated to Ivy.
3390
+ _super.prototype.ngOnInit.call(this);
3391
+ };
3392
+ MatStartDate.prototype.ngDoCheck = function () {
3393
+ // Normally this happens automatically, but it seems to break if not added explicitly when all
3394
+ // of the criteria below are met:
3395
+ // 1) The class extends a TS mixin.
3396
+ // 2) The application is running in ViewEngine.
3397
+ // 3) The application is being transpiled through tsickle.
3398
+ // This can be removed once google3 is completely migrated to Ivy.
3399
+ _super.prototype.ngDoCheck.call(this);
3400
+ };
3383
3401
  MatStartDate.prototype._getValueFromModel = function (modelValue) {
3384
3402
  return modelValue.start;
3385
3403
  };
@@ -3459,6 +3477,24 @@
3459
3477
  };
3460
3478
  return _this;
3461
3479
  }
3480
+ MatEndDate.prototype.ngOnInit = function () {
3481
+ // Normally this happens automatically, but it seems to break if not added explicitly when all
3482
+ // of the criteria below are met:
3483
+ // 1) The class extends a TS mixin.
3484
+ // 2) The application is running in ViewEngine.
3485
+ // 3) The application is being transpiled through tsickle.
3486
+ // This can be removed once google3 is completely migrated to Ivy.
3487
+ _super.prototype.ngOnInit.call(this);
3488
+ };
3489
+ MatEndDate.prototype.ngDoCheck = function () {
3490
+ // Normally this happens automatically, but it seems to break if not added explicitly when all
3491
+ // of the criteria below are met:
3492
+ // 1) The class extends a TS mixin.
3493
+ // 2) The application is running in ViewEngine.
3494
+ // 3) The application is being transpiled through tsickle.
3495
+ // This can be removed once google3 is completely migrated to Ivy.
3496
+ _super.prototype.ngDoCheck.call(this);
3497
+ };
3462
3498
  MatEndDate.prototype._getValueFromModel = function (modelValue) {
3463
3499
  return modelValue.end;
3464
3500
  };