@angular/material 8.2.2 → 8.2.3

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 (109) hide show
  1. package/bundles/material-core.umd.js +2 -2
  2. package/bundles/material-core.umd.js.map +1 -1
  3. package/bundles/material-core.umd.min.js +1 -1
  4. package/bundles/material-core.umd.min.js.map +1 -1
  5. package/bundles/material-datepicker.umd.js +21 -1
  6. package/bundles/material-datepicker.umd.js.map +1 -1
  7. package/bundles/material-datepicker.umd.min.js +2 -2
  8. package/bundles/material-datepicker.umd.min.js.map +1 -1
  9. package/bundles/material-dialog.umd.js +3 -3
  10. package/bundles/material-dialog.umd.js.map +1 -1
  11. package/bundles/material-dialog.umd.min.js.map +1 -1
  12. package/bundles/material-grid-list.umd.js +1 -1
  13. package/bundles/material-grid-list.umd.min.js +1 -1
  14. package/bundles/material-menu.umd.js +3 -3
  15. package/bundles/material-menu.umd.min.js +1 -1
  16. package/bundles/material-select.umd.js +5 -0
  17. package/bundles/material-select.umd.js.map +1 -1
  18. package/bundles/material-select.umd.min.js +1 -1
  19. package/bundles/material-select.umd.min.js.map +1 -1
  20. package/bundles/material-table.umd.js +3 -3
  21. package/bundles/material-table.umd.js.map +1 -1
  22. package/bundles/material-table.umd.min.js +1 -1
  23. package/bundles/material-table.umd.min.js.map +1 -1
  24. package/bundles/material-tabs.umd.js +53 -9
  25. package/bundles/material-tabs.umd.js.map +1 -1
  26. package/bundles/material-tabs.umd.min.js +2 -2
  27. package/bundles/material-tabs.umd.min.js.map +1 -1
  28. package/bundles/material.umd.js +91 -22
  29. package/bundles/material.umd.js.map +1 -1
  30. package/bundles/material.umd.min.js +18 -18
  31. package/bundles/material.umd.min.js.map +1 -1
  32. package/datepicker/typings/datepicker-intl.d.ts +2 -0
  33. package/datepicker/typings/index.metadata.json +1 -1
  34. package/dialog/typings/dialog-config.d.ts +6 -6
  35. package/esm2015/core.js +2 -2
  36. package/esm2015/core.js.map +1 -1
  37. package/esm2015/datepicker.js +14 -1
  38. package/esm2015/datepicker.js.map +1 -1
  39. package/esm2015/dialog.js +3 -3
  40. package/esm2015/dialog.js.map +1 -1
  41. package/esm2015/grid-list.js +1 -1
  42. package/esm2015/material.js +3 -3
  43. package/esm2015/menu.js +1 -1
  44. package/esm2015/select.js +5 -0
  45. package/esm2015/select.js.map +1 -1
  46. package/esm2015/table.js +3 -3
  47. package/esm2015/table.js.map +1 -1
  48. package/esm2015/tabs.js +51 -2
  49. package/esm2015/tabs.js.map +1 -1
  50. package/esm5/core.es5.js +2 -2
  51. package/esm5/core.es5.js.map +1 -1
  52. package/esm5/datepicker.es5.js +21 -1
  53. package/esm5/datepicker.es5.js.map +1 -1
  54. package/esm5/dialog.es5.js +3 -3
  55. package/esm5/dialog.es5.js.map +1 -1
  56. package/esm5/grid-list.es5.js +1 -1
  57. package/esm5/material.es5.js +3 -3
  58. package/esm5/menu.es5.js +1 -1
  59. package/esm5/select.es5.js +5 -0
  60. package/esm5/select.es5.js.map +1 -1
  61. package/esm5/table.es5.js +3 -3
  62. package/esm5/table.es5.js.map +1 -1
  63. package/esm5/tabs.es5.js +51 -7
  64. package/esm5/tabs.es5.js.map +1 -1
  65. package/grid-list/typings/index.d.ts +1 -1
  66. package/grid-list/typings/index.metadata.json +1 -1
  67. package/menu/typings/index.d.ts +2 -2
  68. package/menu/typings/index.metadata.json +1 -1
  69. package/package.json +4 -4
  70. package/tabs/typings/index.d.ts +2 -2
  71. package/tabs/typings/index.metadata.json +1 -1
  72. package/tabs/typings/paginated-tab-header.d.ts +1 -0
  73. package/tabs/typings/public-api.d.ts +1 -1
  74. package/tabs/typings/tab-body.d.ts +4 -1
  75. package/tabs/typings/tab-group.d.ts +4 -1
  76. package/tabs/typings/tab-header.d.ts +4 -1
  77. package/tabs/typings/tab-nav-bar/tab-nav-bar.d.ts +4 -1
  78. package/typings/core/index.metadata.json +1 -1
  79. package/typings/datepicker/datepicker-intl.d.ts +2 -0
  80. package/typings/datepicker/index.metadata.json +1 -1
  81. package/typings/dialog/dialog-config.d.ts +6 -6
  82. package/typings/esm5/core/index.metadata.json +1 -1
  83. package/typings/esm5/datepicker/datepicker-intl.d.ts +2 -0
  84. package/typings/esm5/datepicker/index.metadata.json +1 -1
  85. package/typings/esm5/dialog/dialog-config.d.ts +6 -6
  86. package/typings/esm5/grid-list/index.d.ts +1 -1
  87. package/typings/esm5/grid-list/index.metadata.json +1 -1
  88. package/typings/esm5/menu/index.d.ts +2 -2
  89. package/typings/esm5/menu/index.metadata.json +1 -1
  90. package/typings/esm5/tabs/index.d.ts +2 -2
  91. package/typings/esm5/tabs/index.metadata.json +1 -1
  92. package/typings/esm5/tabs/paginated-tab-header.d.ts +1 -0
  93. package/typings/esm5/tabs/public-api.d.ts +1 -1
  94. package/typings/esm5/tabs/tab-body.d.ts +4 -1
  95. package/typings/esm5/tabs/tab-group.d.ts +4 -1
  96. package/typings/esm5/tabs/tab-header.d.ts +4 -1
  97. package/typings/esm5/tabs/tab-nav-bar/tab-nav-bar.d.ts +4 -1
  98. package/typings/grid-list/index.d.ts +1 -1
  99. package/typings/grid-list/index.metadata.json +1 -1
  100. package/typings/menu/index.d.ts +2 -2
  101. package/typings/menu/index.metadata.json +1 -1
  102. package/typings/tabs/index.d.ts +2 -2
  103. package/typings/tabs/index.metadata.json +1 -1
  104. package/typings/tabs/paginated-tab-header.d.ts +1 -0
  105. package/typings/tabs/public-api.d.ts +1 -1
  106. package/typings/tabs/tab-body.d.ts +4 -1
  107. package/typings/tabs/tab-group.d.ts +4 -1
  108. package/typings/tabs/tab-header.d.ts +4 -1
  109. package/typings/tabs/tab-nav-bar/tab-nav-bar.d.ts +4 -1
@@ -59,7 +59,7 @@ var __assign = function() {
59
59
  * Current version of Angular Material.
60
60
  * @type {?}
61
61
  */
62
- var VERSION$1 = new core.Version('8.2.2');
62
+ var VERSION$1 = new core.Version('8.2.3');
63
63
 
64
64
  /**
65
65
  * @fileoverview added by tsickle
@@ -99,7 +99,7 @@ var AnimationDurations = /** @class */ (function () {
99
99
  // Can be removed once the Material primary entry-point no longer
100
100
  // re-exports all secondary entry-points
101
101
  /** @type {?} */
102
- var VERSION$2 = new core.Version('8.2.2');
102
+ var VERSION$2 = new core.Version('8.2.3');
103
103
  /**
104
104
  * \@docs-private
105
105
  * @return {?}
@@ -11165,7 +11165,7 @@ MatDialogConfig = /** @class */ (function () {
11165
11165
  */
11166
11166
  this.hasBackdrop = true;
11167
11167
  /**
11168
- * Custom class for the backdrop,
11168
+ * Custom class for the backdrop.
11169
11169
  */
11170
11170
  this.backdropClass = '';
11171
11171
  /**
@@ -11181,7 +11181,7 @@ MatDialogConfig = /** @class */ (function () {
11181
11181
  */
11182
11182
  this.height = '';
11183
11183
  /**
11184
- * Max-width of the dialog. If a number is provided, pixel units are assumed. Defaults to 80vw
11184
+ * Max-width of the dialog. If a number is provided, assumes pixel units. Defaults to 80vw.
11185
11185
  */
11186
11186
  this.maxWidth = '80vw';
11187
11187
  /**
@@ -11197,7 +11197,7 @@ MatDialogConfig = /** @class */ (function () {
11197
11197
  */
11198
11198
  this.ariaLabelledBy = null;
11199
11199
  /**
11200
- * Aria label to assign to the dialog element
11200
+ * Aria label to assign to the dialog element.
11201
11201
  */
11202
11202
  this.ariaLabel = null;
11203
11203
  /**
@@ -13485,6 +13485,22 @@ var MatDatepickerIntl = /** @class */ (function () {
13485
13485
  */
13486
13486
  this.switchToMultiYearViewLabel = 'Choose month and year';
13487
13487
  }
13488
+ /** Formats a range of years. */
13489
+ /**
13490
+ * Formats a range of years.
13491
+ * @param {?} start
13492
+ * @param {?} end
13493
+ * @return {?}
13494
+ */
13495
+ MatDatepickerIntl.prototype.formatYearRange = /**
13496
+ * Formats a range of years.
13497
+ * @param {?} start
13498
+ * @param {?} end
13499
+ * @return {?}
13500
+ */
13501
+ function (start, end) {
13502
+ return start + " \u2013 " + end;
13503
+ };
13488
13504
  MatDatepickerIntl.decorators = [
13489
13505
  { type: core.Injectable, args: [{ providedIn: 'root' },] },
13490
13506
  ];
@@ -15006,7 +15022,11 @@ var MatCalendarHeader = /** @class */ (function () {
15006
15022
  var minYearOfPage = activeYear - getActiveOffset(this._dateAdapter, this.calendar.activeDate, this.calendar.minDate, this.calendar.maxDate);
15007
15023
  /** @type {?} */
15008
15024
  var maxYearOfPage = minYearOfPage + yearsPerPage - 1;
15009
- return minYearOfPage + " \u2013 " + maxYearOfPage;
15025
+ /** @type {?} */
15026
+ var minYearName = this._dateAdapter.getYearName(this._dateAdapter.createDate(minYearOfPage, 0, 1));
15027
+ /** @type {?} */
15028
+ var maxYearName = this._dateAdapter.getYearName(this._dateAdapter.createDate(maxYearOfPage, 0, 1));
15029
+ return this._intl.formatYearRange(minYearName, maxYearName);
15010
15030
  },
15011
15031
  enumerable: true,
15012
15032
  configurable: true
@@ -25499,6 +25519,11 @@ var MatSelect = /** @class */ (function (_super) {
25499
25519
  if (correspondingOption) {
25500
25520
  this._keyManager.setActiveItem(correspondingOption);
25501
25521
  }
25522
+ else if (!this.panelOpen) {
25523
+ // Otherwise reset the highlighted option. Note that we only want to do this while
25524
+ // closed, because doing it while open can shift the user's focus unnecessarily.
25525
+ this._keyManager.setActiveItem(-1);
25526
+ }
25502
25527
  }
25503
25528
  this._changeDetectorRef.markForCheck();
25504
25529
  };
@@ -36096,7 +36121,7 @@ MatTableDataSource = /** @class */ (function (_super) {
36096
36121
  var dataStream = this._data;
36097
36122
  // Watch for base data or filter changes to provide a filtered set of data.
36098
36123
  /** @type {?} */
36099
- var filteredData = rxjs.combineLatest(dataStream, this._filter)
36124
+ var filteredData = rxjs.combineLatest([dataStream, this._filter])
36100
36125
  .pipe(operators.map((/**
36101
36126
  * @param {?} __0
36102
36127
  * @return {?}
@@ -36107,7 +36132,7 @@ MatTableDataSource = /** @class */ (function (_super) {
36107
36132
  })));
36108
36133
  // Watch for filtered data or sort changes to provide an ordered set of data.
36109
36134
  /** @type {?} */
36110
- var orderedData = rxjs.combineLatest(filteredData, sortChange)
36135
+ var orderedData = rxjs.combineLatest([filteredData, sortChange])
36111
36136
  .pipe(operators.map((/**
36112
36137
  * @param {?} __0
36113
36138
  * @return {?}
@@ -36118,7 +36143,7 @@ MatTableDataSource = /** @class */ (function (_super) {
36118
36143
  })));
36119
36144
  // Watch for ordered data or page changes to provide a paged set of data.
36120
36145
  /** @type {?} */
36121
- var paginatedData = rxjs.combineLatest(orderedData, pageChange)
36146
+ var paginatedData = rxjs.combineLatest([orderedData, pageChange])
36122
36147
  .pipe(operators.map((/**
36123
36148
  * @param {?} __0
36124
36149
  * @return {?}
@@ -36721,9 +36746,9 @@ var MatTabBodyPortal = /** @class */ (function (_super) {
36721
36746
  }(portal.CdkPortalOutlet));
36722
36747
  /**
36723
36748
  * Base class with all of the `MatTabBody` functionality.
36749
+ * \@docs-private
36724
36750
  * @abstract
36725
36751
  */
36726
- // tslint:disable-next-line:class-name
36727
36752
  var _MatTabBodyBase = /** @class */ (function () {
36728
36753
  function _MatTabBodyBase(_elementRef, _dir, changeDetectorRef) {
36729
36754
  var _this = this;
@@ -36928,6 +36953,12 @@ var _MatTabBodyBase = /** @class */ (function () {
36928
36953
  }
36929
36954
  return 'right-origin-center';
36930
36955
  };
36956
+ _MatTabBodyBase.decorators = [
36957
+ { type: core.Directive, args: [{
36958
+ // TODO(crisbeto): this selector can be removed when we update to Angular 9.0.
36959
+ selector: 'do-not-use-abstract-mat-tab-body-base'
36960
+ },] },
36961
+ ];
36931
36962
  /** @nocollapse */
36932
36963
  _MatTabBodyBase.ctorParameters = function () { return [
36933
36964
  { type: core.ElementRef },
@@ -37023,9 +37054,9 @@ MatTabGroupMixinBase = /** @class */ (function () {
37023
37054
  var _MatTabGroupMixinBase = mixinColor(mixinDisableRipple(MatTabGroupMixinBase), 'primary');
37024
37055
  /**
37025
37056
  * Base class with all of the `MatTabGroupBase` functionality.
37057
+ * \@docs-private
37026
37058
  * @abstract
37027
37059
  */
37028
- // tslint:disable-next-line:class-name
37029
37060
  var _MatTabGroupBase = /** @class */ (function (_super) {
37030
37061
  __extends(_MatTabGroupBase, _super);
37031
37062
  function _MatTabGroupBase(elementRef, _changeDetectorRef, defaultConfig, _animationMode) {
@@ -37474,6 +37505,12 @@ var _MatTabGroupBase = /** @class */ (function (_super) {
37474
37505
  }
37475
37506
  return this.selectedIndex === idx ? 0 : -1;
37476
37507
  };
37508
+ _MatTabGroupBase.decorators = [
37509
+ { type: core.Directive, args: [{
37510
+ // TODO(crisbeto): this selector can be removed when we update to Angular 9.0.
37511
+ selector: 'do-not-use-abstract-mat-tab-group-base'
37512
+ },] },
37513
+ ];
37477
37514
  /** @nocollapse */
37478
37515
  _MatTabGroupBase.ctorParameters = function () { return [
37479
37516
  { type: core.ElementRef },
@@ -37641,6 +37678,7 @@ var HEADER_SCROLL_DELAY = 650;
37641
37678
  var HEADER_SCROLL_INTERVAL = 100;
37642
37679
  /**
37643
37680
  * Base class for a tab header that supported pagination.
37681
+ * \@docs-private
37644
37682
  * @abstract
37645
37683
  */
37646
37684
  var MatPaginatedTabHeader = /** @class */ (function () {
@@ -38391,6 +38429,12 @@ var MatPaginatedTabHeader = /** @class */ (function () {
38391
38429
  this._checkScrollingControls();
38392
38430
  return { maxScrollDistance: maxScrollDistance, distance: this._scrollDistance };
38393
38431
  };
38432
+ MatPaginatedTabHeader.decorators = [
38433
+ { type: core.Directive, args: [{
38434
+ // TODO(crisbeto): this selector can be removed when we update to Angular 9.0.
38435
+ selector: 'do-not-use-abstract-mat-paginated-tab-header'
38436
+ },] },
38437
+ ];
38394
38438
  /** @nocollapse */
38395
38439
  MatPaginatedTabHeader.ctorParameters = function () { return [
38396
38440
  { type: core.ElementRef },
@@ -38399,7 +38443,7 @@ var MatPaginatedTabHeader = /** @class */ (function () {
38399
38443
  { type: bidi.Directionality, decorators: [{ type: core.Optional }] },
38400
38444
  { type: core.NgZone },
38401
38445
  { type: platform.Platform },
38402
- { type: String }
38446
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
38403
38447
  ]; };
38404
38448
  return MatPaginatedTabHeader;
38405
38449
  }());
@@ -38410,9 +38454,9 @@ var MatPaginatedTabHeader = /** @class */ (function () {
38410
38454
  */
38411
38455
  /**
38412
38456
  * Base class with all of the `MatTabHeader` functionality.
38457
+ * \@docs-private
38413
38458
  * @abstract
38414
38459
  */
38415
- // tslint:disable-next-line:class-name
38416
38460
  var _MatTabHeaderBase = /** @class */ (function (_super) {
38417
38461
  __extends(_MatTabHeaderBase, _super);
38418
38462
  function _MatTabHeaderBase(elementRef, changeDetectorRef, viewportRuler, dir, ngZone, platform$$1,
@@ -38450,6 +38494,12 @@ var _MatTabHeaderBase = /** @class */ (function (_super) {
38450
38494
  function (event) {
38451
38495
  event.preventDefault();
38452
38496
  };
38497
+ _MatTabHeaderBase.decorators = [
38498
+ { type: core.Directive, args: [{
38499
+ // TODO(crisbeto): this selector can be removed when we update to Angular 9.0.
38500
+ selector: 'do-not-use-abstract-mat-tab-header-base'
38501
+ },] },
38502
+ ];
38453
38503
  /** @nocollapse */
38454
38504
  _MatTabHeaderBase.ctorParameters = function () { return [
38455
38505
  { type: core.ElementRef },
@@ -38521,9 +38571,9 @@ var MatTabHeader = /** @class */ (function (_super) {
38521
38571
  */
38522
38572
  /**
38523
38573
  * Base class with all of the `MatTabNav` functionality.
38574
+ * \@docs-private
38524
38575
  * @abstract
38525
38576
  */
38526
- // tslint:disable-next-line:class-name
38527
38577
  var _MatTabNavBase = /** @class */ (function (_super) {
38528
38578
  __extends(_MatTabNavBase, _super);
38529
38579
  function _MatTabNavBase(elementRef, dir, ngZone, changeDetectorRef, viewportRuler,
@@ -38639,6 +38689,12 @@ var _MatTabNavBase = /** @class */ (function (_super) {
38639
38689
  this.selectedIndex = -1;
38640
38690
  this._inkBar.hide();
38641
38691
  };
38692
+ _MatTabNavBase.decorators = [
38693
+ { type: core.Directive, args: [{
38694
+ // TODO(crisbeto): this selector can be removed when we update to Angular 9.0.
38695
+ selector: 'do-not-use-abstract-mat-tab-nav-base'
38696
+ },] },
38697
+ ];
38642
38698
  /** @nocollapse */
38643
38699
  _MatTabNavBase.ctorParameters = function () { return [
38644
38700
  { type: core.ElementRef },
@@ -38723,7 +38779,6 @@ var _MatTabLinkMixinBase = mixinTabIndex(mixinDisableRipple(mixinDisabled(MatTab
38723
38779
  /**
38724
38780
  * Base class with all of the `MatTabLink` functionality.
38725
38781
  */
38726
- // tslint:disable-next-line:class-name
38727
38782
  var _MatTabLinkBase = /** @class */ (function (_super) {
38728
38783
  __extends(_MatTabLinkBase, _super);
38729
38784
  function _MatTabLinkBase(_tabNavBar, elementRef, globalRippleOptions, tabIndex, _focusMonitor, animationMode) {
@@ -38798,6 +38853,12 @@ var _MatTabLinkBase = /** @class */ (function (_super) {
38798
38853
  function () {
38799
38854
  this._focusMonitor.stopMonitoring(this.elementRef);
38800
38855
  };
38856
+ _MatTabLinkBase.decorators = [
38857
+ { type: core.Directive, args: [{
38858
+ // TODO(crisbeto): this selector can be removed when we update to Angular 9.0.
38859
+ selector: 'do-not-use-abstract-mat-tab-link-base'
38860
+ },] },
38861
+ ];
38801
38862
  /** @nocollapse */
38802
38863
  _MatTabLinkBase.ctorParameters = function () { return [
38803
38864
  { type: _MatTabNavBase },
@@ -38901,6 +38962,14 @@ var MatTabsModule = /** @class */ (function () {
38901
38962
  MatTabBodyPortal,
38902
38963
  MatTabHeader,
38903
38964
  MatTabContent,
38965
+ (/** @type {?} */ (
38966
+ // TODO(crisbeto): these can be removed once they're turned into selector-less directives.
38967
+ MatPaginatedTabHeader)),
38968
+ (/** @type {?} */ (_MatTabGroupBase)),
38969
+ (/** @type {?} */ (_MatTabNavBase)),
38970
+ (/** @type {?} */ (_MatTabBodyBase)),
38971
+ (/** @type {?} */ (_MatTabHeaderBase)),
38972
+ (/** @type {?} */ (_MatTabLinkBase)),
38904
38973
  ],
38905
38974
  },] },
38906
38975
  ];
@@ -39961,7 +40030,7 @@ exports.MatPrefix = MatPrefix;
39961
40030
  exports.MatSuffix = MatSuffix;
39962
40031
  exports.MatLabel = MatLabel;
39963
40032
  exports.matFormFieldAnimations = matFormFieldAnimations;
39964
- exports.ɵa7 = MAT_GRID_LIST;
40033
+ exports.ɵa11 = MAT_GRID_LIST;
39965
40034
  exports.MatGridListModule = MatGridListModule;
39966
40035
  exports.MatGridList = MatGridList;
39967
40036
  exports.MatGridTile = MatGridTile;
@@ -39996,9 +40065,9 @@ exports.MAT_SELECTION_LIST_VALUE_ACCESSOR = MAT_SELECTION_LIST_VALUE_ACCESSOR;
39996
40065
  exports.MatSelectionListChange = MatSelectionListChange;
39997
40066
  exports.MatListOption = MatListOption;
39998
40067
  exports.MatSelectionList = MatSelectionList;
39999
- exports.ɵa24 = MAT_MENU_DEFAULT_OPTIONS_FACTORY;
40000
- exports.ɵb24 = MAT_MENU_SCROLL_STRATEGY_FACTORY;
40001
- exports.ɵc24 = MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER;
40068
+ exports.ɵa22 = MAT_MENU_DEFAULT_OPTIONS_FACTORY;
40069
+ exports.ɵb22 = MAT_MENU_SCROLL_STRATEGY_FACTORY;
40070
+ exports.ɵc22 = MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER;
40002
40071
  exports.MatMenu = MatMenu;
40003
40072
  exports.MAT_MENU_DEFAULT_OPTIONS = MAT_MENU_DEFAULT_OPTIONS;
40004
40073
  exports._MatMenu = _MatMenu;
@@ -40122,8 +40191,9 @@ exports.MatFooterRow = MatFooterRow;
40122
40191
  exports.MatRow = MatRow;
40123
40192
  exports.MatTableDataSource = MatTableDataSource;
40124
40193
  exports.MatTextColumn = MatTextColumn;
40125
- exports.ɵa18 = _MAT_INK_BAR_POSITIONER_FACTORY;
40126
- exports.ɵb18 = MatPaginatedTabHeader;
40194
+ exports.ɵa24 = _MAT_INK_BAR_POSITIONER_FACTORY;
40195
+ exports.ɵb24 = MatPaginatedTabHeader;
40196
+ exports.MatTabsModule = MatTabsModule;
40127
40197
  exports.MatInkBar = MatInkBar;
40128
40198
  exports._MAT_INK_BAR_POSITIONER = _MAT_INK_BAR_POSITIONER;
40129
40199
  exports.MatTabBody = MatTabBody;
@@ -40139,7 +40209,6 @@ exports.MatTabLink = MatTabLink;
40139
40209
  exports._MatTabNavBase = _MatTabNavBase;
40140
40210
  exports._MatTabLinkBase = _MatTabLinkBase;
40141
40211
  exports.MatTabContent = MatTabContent;
40142
- exports.MatTabsModule = MatTabsModule;
40143
40212
  exports.MatTabChangeEvent = MatTabChangeEvent;
40144
40213
  exports.MAT_TABS_CONFIG = MAT_TABS_CONFIG;
40145
40214
  exports._MatTabGroupBase = _MatTabGroupBase;