@angular/material 18.0.0-next.1 → 18.0.0-next.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 (243) hide show
  1. package/button-toggle/index.d.ts +18 -5
  2. package/checkbox/_checkbox-theme.scss +12 -0
  3. package/core/tokens/_token-utils.scss +62 -3
  4. package/esm2022/autocomplete/autocomplete-origin.mjs +3 -3
  5. package/esm2022/autocomplete/autocomplete-trigger.mjs +3 -3
  6. package/esm2022/autocomplete/autocomplete.mjs +3 -3
  7. package/esm2022/autocomplete/module.mjs +4 -4
  8. package/esm2022/badge/badge-module.mjs +4 -4
  9. package/esm2022/badge/badge.mjs +6 -6
  10. package/esm2022/bottom-sheet/bottom-sheet-container.mjs +3 -3
  11. package/esm2022/bottom-sheet/bottom-sheet-module.mjs +4 -4
  12. package/esm2022/bottom-sheet/bottom-sheet.mjs +3 -3
  13. package/esm2022/button/button-base.mjs +6 -6
  14. package/esm2022/button/button.mjs +6 -6
  15. package/esm2022/button/fab.mjs +12 -12
  16. package/esm2022/button/icon-button.mjs +6 -6
  17. package/esm2022/button/module.mjs +4 -4
  18. package/esm2022/button-toggle/button-toggle-module.mjs +4 -4
  19. package/esm2022/button-toggle/button-toggle.mjs +118 -16
  20. package/esm2022/button-toggle/testing/button-toggle-harness.mjs +8 -4
  21. package/esm2022/card/card.mjs +42 -42
  22. package/esm2022/card/module.mjs +4 -4
  23. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  24. package/esm2022/checkbox/checkbox.mjs +3 -3
  25. package/esm2022/checkbox/module.mjs +8 -8
  26. package/esm2022/chips/chip-action.mjs +3 -3
  27. package/esm2022/chips/chip-edit-input.mjs +3 -3
  28. package/esm2022/chips/chip-grid.mjs +3 -3
  29. package/esm2022/chips/chip-icons.mjs +9 -9
  30. package/esm2022/chips/chip-input.mjs +3 -3
  31. package/esm2022/chips/chip-listbox.mjs +3 -3
  32. package/esm2022/chips/chip-option.mjs +6 -6
  33. package/esm2022/chips/chip-row.mjs +6 -6
  34. package/esm2022/chips/chip-set.mjs +3 -3
  35. package/esm2022/chips/chip.mjs +5 -5
  36. package/esm2022/chips/module.mjs +4 -4
  37. package/esm2022/core/common-behaviors/common-module.mjs +4 -4
  38. package/esm2022/core/datetime/index.mjs +8 -8
  39. package/esm2022/core/datetime/native-date-adapter.mjs +3 -3
  40. package/esm2022/core/error/error-options.mjs +6 -6
  41. package/esm2022/core/internal-form-field/internal-form-field.mjs +3 -3
  42. package/esm2022/core/line/line.mjs +7 -7
  43. package/esm2022/core/option/index.mjs +4 -4
  44. package/esm2022/core/option/optgroup.mjs +3 -3
  45. package/esm2022/core/option/option.mjs +3 -3
  46. package/esm2022/core/private/ripple-loader.mjs +3 -3
  47. package/esm2022/core/ripple/index.mjs +4 -4
  48. package/esm2022/core/ripple/ripple.mjs +3 -3
  49. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
  50. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  51. package/esm2022/core/version.mjs +1 -1
  52. package/esm2022/datepicker/calendar-body.mjs +3 -3
  53. package/esm2022/datepicker/calendar.mjs +6 -6
  54. package/esm2022/datepicker/date-range-input-parts.mjs +9 -9
  55. package/esm2022/datepicker/date-range-input.mjs +3 -3
  56. package/esm2022/datepicker/date-range-picker.mjs +3 -3
  57. package/esm2022/datepicker/date-range-selection-strategy.mjs +3 -3
  58. package/esm2022/datepicker/date-selection-model.mjs +9 -9
  59. package/esm2022/datepicker/datepicker-actions.mjs +9 -9
  60. package/esm2022/datepicker/datepicker-base.mjs +6 -6
  61. package/esm2022/datepicker/datepicker-input-base.mjs +3 -3
  62. package/esm2022/datepicker/datepicker-input.mjs +3 -3
  63. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  64. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  65. package/esm2022/datepicker/datepicker-toggle.mjs +6 -6
  66. package/esm2022/datepicker/datepicker.mjs +3 -3
  67. package/esm2022/datepicker/month-view.mjs +5 -5
  68. package/esm2022/datepicker/multi-year-view.mjs +3 -3
  69. package/esm2022/datepicker/year-view.mjs +3 -3
  70. package/esm2022/dialog/dialog-container.mjs +3 -3
  71. package/esm2022/dialog/dialog-content-directives.mjs +15 -15
  72. package/esm2022/dialog/dialog.mjs +3 -3
  73. package/esm2022/dialog/module.mjs +4 -4
  74. package/esm2022/divider/divider-module.mjs +4 -4
  75. package/esm2022/divider/divider.mjs +3 -3
  76. package/esm2022/expansion/accordion.mjs +3 -3
  77. package/esm2022/expansion/expansion-module.mjs +4 -4
  78. package/esm2022/expansion/expansion-panel-content.mjs +3 -3
  79. package/esm2022/expansion/expansion-panel-header.mjs +9 -9
  80. package/esm2022/expansion/expansion-panel.mjs +6 -6
  81. package/esm2022/form-field/directives/error.mjs +3 -3
  82. package/esm2022/form-field/directives/floating-label.mjs +3 -3
  83. package/esm2022/form-field/directives/hint.mjs +3 -3
  84. package/esm2022/form-field/directives/label.mjs +3 -3
  85. package/esm2022/form-field/directives/line-ripple.mjs +3 -3
  86. package/esm2022/form-field/directives/notched-outline.mjs +3 -3
  87. package/esm2022/form-field/directives/prefix.mjs +3 -3
  88. package/esm2022/form-field/directives/suffix.mjs +3 -3
  89. package/esm2022/form-field/form-field-control.mjs +3 -3
  90. package/esm2022/form-field/form-field.mjs +3 -3
  91. package/esm2022/form-field/module.mjs +4 -4
  92. package/esm2022/grid-list/grid-list-module.mjs +4 -4
  93. package/esm2022/grid-list/grid-list.mjs +3 -3
  94. package/esm2022/grid-list/grid-tile.mjs +15 -15
  95. package/esm2022/icon/icon-module.mjs +4 -4
  96. package/esm2022/icon/icon-registry.mjs +3 -3
  97. package/esm2022/icon/icon.mjs +3 -3
  98. package/esm2022/icon/testing/fake-icon-registry.mjs +7 -7
  99. package/esm2022/input/input.mjs +3 -3
  100. package/esm2022/input/module.mjs +4 -4
  101. package/esm2022/list/action-list.mjs +3 -3
  102. package/esm2022/list/list-base.mjs +6 -6
  103. package/esm2022/list/list-item-sections.mjs +18 -18
  104. package/esm2022/list/list-module.mjs +4 -4
  105. package/esm2022/list/list-option.mjs +3 -3
  106. package/esm2022/list/list.mjs +6 -6
  107. package/esm2022/list/nav-list.mjs +3 -3
  108. package/esm2022/list/selection-list.mjs +3 -3
  109. package/esm2022/list/subheader.mjs +3 -3
  110. package/esm2022/menu/menu-content.mjs +3 -3
  111. package/esm2022/menu/menu-item.mjs +3 -3
  112. package/esm2022/menu/menu-trigger.mjs +3 -3
  113. package/esm2022/menu/menu.mjs +18 -13
  114. package/esm2022/menu/module.mjs +4 -4
  115. package/esm2022/paginator/module.mjs +4 -4
  116. package/esm2022/paginator/paginator-intl.mjs +3 -3
  117. package/esm2022/paginator/paginator.mjs +3 -3
  118. package/esm2022/progress-bar/module.mjs +4 -4
  119. package/esm2022/progress-bar/progress-bar.mjs +3 -3
  120. package/esm2022/progress-spinner/module.mjs +4 -4
  121. package/esm2022/progress-spinner/progress-spinner.mjs +3 -3
  122. package/esm2022/radio/module.mjs +4 -4
  123. package/esm2022/radio/radio.mjs +6 -6
  124. package/esm2022/select/module.mjs +4 -4
  125. package/esm2022/select/select.mjs +6 -6
  126. package/esm2022/sidenav/drawer.mjs +9 -9
  127. package/esm2022/sidenav/sidenav-module.mjs +4 -4
  128. package/esm2022/sidenav/sidenav.mjs +9 -9
  129. package/esm2022/slide-toggle/module.mjs +8 -8
  130. package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  131. package/esm2022/slide-toggle/slide-toggle.mjs +3 -3
  132. package/esm2022/slider/module.mjs +4 -4
  133. package/esm2022/slider/slider-input.mjs +6 -6
  134. package/esm2022/slider/slider-thumb.mjs +3 -3
  135. package/esm2022/slider/slider.mjs +3 -3
  136. package/esm2022/snack-bar/module.mjs +4 -4
  137. package/esm2022/snack-bar/simple-snack-bar.mjs +3 -3
  138. package/esm2022/snack-bar/snack-bar-container.mjs +3 -3
  139. package/esm2022/snack-bar/snack-bar-content.mjs +9 -9
  140. package/esm2022/snack-bar/snack-bar.mjs +3 -3
  141. package/esm2022/sort/sort-header-intl.mjs +3 -3
  142. package/esm2022/sort/sort-header.mjs +7 -4
  143. package/esm2022/sort/sort-module.mjs +4 -4
  144. package/esm2022/sort/sort.mjs +3 -3
  145. package/esm2022/stepper/step-content.mjs +3 -3
  146. package/esm2022/stepper/step-header.mjs +3 -3
  147. package/esm2022/stepper/step-label.mjs +3 -3
  148. package/esm2022/stepper/stepper-button.mjs +6 -6
  149. package/esm2022/stepper/stepper-icon.mjs +3 -3
  150. package/esm2022/stepper/stepper-intl.mjs +3 -3
  151. package/esm2022/stepper/stepper-module.mjs +4 -4
  152. package/esm2022/stepper/stepper.mjs +6 -6
  153. package/esm2022/table/cell.mjs +21 -21
  154. package/esm2022/table/module.mjs +4 -4
  155. package/esm2022/table/row.mjs +21 -21
  156. package/esm2022/table/table.mjs +6 -6
  157. package/esm2022/table/text-column.mjs +3 -3
  158. package/esm2022/tabs/ink-bar.mjs +3 -3
  159. package/esm2022/tabs/module.mjs +4 -4
  160. package/esm2022/tabs/paginated-tab-header.mjs +27 -16
  161. package/esm2022/tabs/tab-body.mjs +6 -6
  162. package/esm2022/tabs/tab-content.mjs +3 -3
  163. package/esm2022/tabs/tab-group.mjs +3 -3
  164. package/esm2022/tabs/tab-header.mjs +3 -3
  165. package/esm2022/tabs/tab-label-wrapper.mjs +3 -3
  166. package/esm2022/tabs/tab-label.mjs +3 -3
  167. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +9 -9
  168. package/esm2022/tabs/tab.mjs +3 -3
  169. package/esm2022/toolbar/toolbar-module.mjs +4 -4
  170. package/esm2022/toolbar/toolbar.mjs +6 -6
  171. package/esm2022/tooltip/module.mjs +4 -4
  172. package/esm2022/tooltip/tooltip.mjs +6 -6
  173. package/esm2022/tree/node.mjs +9 -9
  174. package/esm2022/tree/outlet.mjs +3 -3
  175. package/esm2022/tree/padding.mjs +3 -3
  176. package/esm2022/tree/toggle.mjs +3 -3
  177. package/esm2022/tree/tree-module.mjs +4 -4
  178. package/esm2022/tree/tree.mjs +3 -3
  179. package/fesm2022/autocomplete.mjs +13 -13
  180. package/fesm2022/badge.mjs +10 -10
  181. package/fesm2022/bottom-sheet.mjs +10 -10
  182. package/fesm2022/button-toggle/testing.mjs +7 -3
  183. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  184. package/fesm2022/button-toggle.mjs +120 -19
  185. package/fesm2022/button-toggle.mjs.map +1 -1
  186. package/fesm2022/button.mjs +34 -34
  187. package/fesm2022/card.mjs +46 -46
  188. package/fesm2022/checkbox.mjs +14 -14
  189. package/fesm2022/chips.mjs +45 -45
  190. package/fesm2022/chips.mjs.map +1 -1
  191. package/fesm2022/core.mjs +59 -59
  192. package/fesm2022/core.mjs.map +1 -1
  193. package/fesm2022/datepicker.mjs +83 -83
  194. package/fesm2022/datepicker.mjs.map +1 -1
  195. package/fesm2022/dialog.mjs +25 -25
  196. package/fesm2022/divider.mjs +7 -7
  197. package/fesm2022/expansion.mjs +25 -25
  198. package/fesm2022/form-field.mjs +34 -34
  199. package/fesm2022/grid-list.mjs +22 -22
  200. package/fesm2022/icon/testing.mjs +7 -7
  201. package/fesm2022/icon.mjs +10 -10
  202. package/fesm2022/input.mjs +7 -7
  203. package/fesm2022/list.mjs +49 -49
  204. package/fesm2022/menu.mjs +30 -25
  205. package/fesm2022/menu.mjs.map +1 -1
  206. package/fesm2022/paginator.mjs +10 -10
  207. package/fesm2022/progress-bar.mjs +7 -7
  208. package/fesm2022/progress-spinner.mjs +7 -7
  209. package/fesm2022/radio.mjs +10 -10
  210. package/fesm2022/select.mjs +10 -10
  211. package/fesm2022/sidenav.mjs +22 -22
  212. package/fesm2022/slide-toggle.mjs +14 -14
  213. package/fesm2022/slider.mjs +16 -16
  214. package/fesm2022/snack-bar.mjs +22 -22
  215. package/fesm2022/sort.mjs +16 -13
  216. package/fesm2022/sort.mjs.map +1 -1
  217. package/fesm2022/stepper.mjs +31 -31
  218. package/fesm2022/table.mjs +55 -55
  219. package/fesm2022/tabs.mjs +62 -51
  220. package/fesm2022/tabs.mjs.map +1 -1
  221. package/fesm2022/toolbar.mjs +10 -10
  222. package/fesm2022/tooltip.mjs +10 -10
  223. package/fesm2022/tree.mjs +25 -25
  224. package/menu/index.d.ts +2 -2
  225. package/package.json +14 -2
  226. package/prebuilt-themes/azure-blue.css +1 -0
  227. package/prebuilt-themes/cyan-orange.css +1 -0
  228. package/prebuilt-themes/magenta-violet.css +1 -0
  229. package/prebuilt-themes/rose-red.css +1 -0
  230. package/schematics/ng-add/index.js +1 -1
  231. package/schematics/ng-add/index.mjs +1 -1
  232. package/schematics/ng-add/schema.d.ts +1 -1
  233. package/schematics/ng-add/schema.js +1 -1
  234. package/schematics/ng-add/schema.json +9 -9
  235. package/schematics/ng-add/schema.mjs +1 -1
  236. package/schematics/ng-add/theming/create-custom-theme.js +19 -19
  237. package/schematics/ng-add/theming/create-custom-theme.mjs +19 -19
  238. package/schematics/ng-add/theming/theming.js +2 -2
  239. package/schematics/ng-add/theming/theming.mjs +2 -2
  240. package/schematics/ng-generate/mdc-migration/index_bundled.js +52 -46
  241. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +2 -2
  242. package/schematics/ng-update/index_bundled.js +25 -25
  243. package/tabs/index.d.ts +1 -0
@@ -454,9 +454,9 @@ var require_tslib = __commonJS({
454
454
  }
455
455
  });
456
456
 
457
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
457
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
458
458
  var require_attribute_selectors = __commonJS({
459
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
459
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
460
460
  "use strict";
461
461
  Object.defineProperty(exports, "__esModule", { value: true });
462
462
  exports.attributeSelectors = void 0;
@@ -464,9 +464,9 @@ var require_attribute_selectors = __commonJS({
464
464
  }
465
465
  });
466
466
 
467
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
467
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
468
468
  var require_class_names = __commonJS({
469
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
469
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
470
470
  "use strict";
471
471
  Object.defineProperty(exports, "__esModule", { value: true });
472
472
  exports.classNames = void 0;
@@ -474,9 +474,9 @@ var require_class_names = __commonJS({
474
474
  }
475
475
  });
476
476
 
477
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
477
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
478
478
  var require_constructor_checks = __commonJS({
479
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
479
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
480
480
  "use strict";
481
481
  Object.defineProperty(exports, "__esModule", { value: true });
482
482
  exports.constructorChecks = void 0;
@@ -484,9 +484,9 @@ var require_constructor_checks = __commonJS({
484
484
  }
485
485
  });
486
486
 
487
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
487
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
488
488
  var require_css_selectors = __commonJS({
489
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
489
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
490
490
  "use strict";
491
491
  Object.defineProperty(exports, "__esModule", { value: true });
492
492
  exports.cssSelectors = void 0;
@@ -494,9 +494,9 @@ var require_css_selectors = __commonJS({
494
494
  }
495
495
  });
496
496
 
497
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
497
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
498
498
  var require_element_selectors = __commonJS({
499
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
499
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
500
500
  "use strict";
501
501
  Object.defineProperty(exports, "__esModule", { value: true });
502
502
  exports.elementSelectors = void 0;
@@ -504,9 +504,9 @@ var require_element_selectors = __commonJS({
504
504
  }
505
505
  });
506
506
 
507
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
507
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
508
508
  var require_input_names = __commonJS({
509
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
509
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
510
510
  "use strict";
511
511
  Object.defineProperty(exports, "__esModule", { value: true });
512
512
  exports.inputNames = void 0;
@@ -514,9 +514,9 @@ var require_input_names = __commonJS({
514
514
  }
515
515
  });
516
516
 
517
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
517
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
518
518
  var require_method_call_checks = __commonJS({
519
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
519
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
520
520
  "use strict";
521
521
  Object.defineProperty(exports, "__esModule", { value: true });
522
522
  exports.methodCallChecks = void 0;
@@ -524,9 +524,9 @@ var require_method_call_checks = __commonJS({
524
524
  }
525
525
  });
526
526
 
527
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
527
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
528
528
  var require_output_names = __commonJS({
529
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
529
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
530
530
  "use strict";
531
531
  Object.defineProperty(exports, "__esModule", { value: true });
532
532
  exports.outputNames = void 0;
@@ -534,9 +534,9 @@ var require_output_names = __commonJS({
534
534
  }
535
535
  });
536
536
 
537
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
537
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
538
538
  var require_property_names = __commonJS({
539
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
539
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
540
540
  "use strict";
541
541
  Object.defineProperty(exports, "__esModule", { value: true });
542
542
  exports.propertyNames = void 0;
@@ -544,9 +544,9 @@ var require_property_names = __commonJS({
544
544
  }
545
545
  });
546
546
 
547
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
547
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
548
548
  var require_symbol_removal = __commonJS({
549
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
549
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
550
550
  "use strict";
551
551
  Object.defineProperty(exports, "__esModule", { value: true });
552
552
  exports.symbolRemoval = void 0;
@@ -554,9 +554,9 @@ var require_symbol_removal = __commonJS({
554
554
  }
555
555
  });
556
556
 
557
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js
557
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js
558
558
  var require_data = __commonJS({
559
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
559
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
560
560
  "use strict";
561
561
  Object.defineProperty(exports, "__esModule", { value: true });
562
562
  var tslib_1 = require_tslib();
@@ -573,9 +573,9 @@ var require_data = __commonJS({
573
573
  }
574
574
  });
575
575
 
576
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
576
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
577
577
  var require_upgrade_data = __commonJS({
578
- "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
578
+ "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
579
579
  "use strict";
580
580
  Object.defineProperty(exports, "__esModule", { value: true });
581
581
  exports.materialUpgradeData = void 0;
@@ -595,7 +595,7 @@ var require_upgrade_data = __commonJS({
595
595
  }
596
596
  });
597
597
 
598
- // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs
598
+ // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/index.mjs
599
599
  var ng_update_exports = {};
600
600
  __export(ng_update_exports, {
601
601
  updateToV18: () => updateToV18
package/tabs/index.d.ts CHANGED
@@ -237,6 +237,7 @@ export declare abstract class MatPaginatedTabHeader implements AfterContentCheck
237
237
  readonly selectFocusedIndex: EventEmitter<number>;
238
238
  /** Event emitted when a label is focused. */
239
239
  readonly indexFocused: EventEmitter<number>;
240
+ private _sharedResizeObserver;
240
241
  private _injector;
241
242
  constructor(_elementRef: ElementRef<HTMLElement>, _changeDetectorRef: ChangeDetectorRef, _viewportRuler: ViewportRuler, _dir: Directionality, _ngZone: NgZone, _platform: Platform, _animationMode?: string | undefined);
242
243
  /** Called when the user has selected an item via the keyboard. */