@angular/material 17.0.0 → 17.1.0-next.0

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 (182) hide show
  1. package/autocomplete/index.d.ts +0 -2
  2. package/button/_button-theme.scss +4 -0
  3. package/button/_icon-button-theme.scss +5 -1
  4. package/card/testing/index.d.ts +1 -1
  5. package/checkbox/index.d.ts +1 -1
  6. package/chips/index.d.ts +71 -67
  7. package/core/index.d.ts +1 -1
  8. package/core/ripple/_ripple-theme.scss +51 -19
  9. package/core/tokens/m2/_index.scss +29 -8
  10. package/datepicker/index.d.ts +21 -23
  11. package/datepicker/testing/index.d.ts +1 -1
  12. package/dialog/index.d.ts +1 -1
  13. package/dialog/testing/index.d.ts +1 -1
  14. package/esm2022/autocomplete/autocomplete-trigger.mjs +7 -7
  15. package/esm2022/button/icon-button.mjs +4 -4
  16. package/esm2022/card/testing/card-harness.mjs +9 -1
  17. package/esm2022/checkbox/checkbox.mjs +29 -14
  18. package/esm2022/chips/chip-action.mjs +14 -13
  19. package/esm2022/chips/chip-grid.mjs +29 -16
  20. package/esm2022/chips/chip-input.mjs +14 -17
  21. package/esm2022/chips/chip-listbox.mjs +19 -22
  22. package/esm2022/chips/chip-option.mjs +11 -10
  23. package/esm2022/chips/chip-row.mjs +4 -4
  24. package/esm2022/chips/chip-set.mjs +19 -18
  25. package/esm2022/chips/chip.mjs +49 -42
  26. package/esm2022/core/ripple/ripple-ref.mjs +10 -2
  27. package/esm2022/core/ripple/ripple-renderer.mjs +11 -11
  28. package/esm2022/core/version.mjs +1 -1
  29. package/esm2022/datepicker/calendar-body.mjs +2 -2
  30. package/esm2022/datepicker/date-range-input.mjs +10 -10
  31. package/esm2022/datepicker/datepicker-base.mjs +41 -49
  32. package/esm2022/datepicker/datepicker-input-base.mjs +6 -6
  33. package/esm2022/datepicker/datepicker-toggle.mjs +6 -6
  34. package/esm2022/datepicker/testing/calendar-harness.mjs +11 -4
  35. package/esm2022/dialog/dialog-ref.mjs +10 -4
  36. package/esm2022/dialog/testing/dialog-harness.mjs +11 -4
  37. package/esm2022/dialog/testing/public-api.mjs +2 -2
  38. package/esm2022/expansion/accordion.mjs +7 -13
  39. package/esm2022/expansion/expansion-panel-header.mjs +13 -13
  40. package/esm2022/expansion/expansion-panel.mjs +6 -6
  41. package/esm2022/expansion/testing/expansion-harness.mjs +14 -6
  42. package/esm2022/grid-list/testing/grid-tile-harness.mjs +9 -3
  43. package/esm2022/icon/icon.mjs +24 -28
  44. package/esm2022/icon/testing/icon-harness-filters.mjs +7 -2
  45. package/esm2022/icon/testing/icon-harness.mjs +4 -3
  46. package/esm2022/list/list-base.mjs +6 -6
  47. package/esm2022/list/testing/list-item-harness-base.mjs +18 -6
  48. package/esm2022/list/testing/public-api.mjs +2 -2
  49. package/esm2022/paginator/paginator.mjs +32 -35
  50. package/esm2022/progress-bar/progress-bar.mjs +25 -20
  51. package/esm2022/progress-spinner/progress-spinner.mjs +34 -33
  52. package/esm2022/radio/radio.mjs +40 -34
  53. package/esm2022/select/select.mjs +45 -37
  54. package/esm2022/slider/slider-input.mjs +23 -22
  55. package/esm2022/slider/slider-interface.mjs +16 -1
  56. package/esm2022/slider/slider-thumb.mjs +6 -6
  57. package/esm2022/slider/slider.mjs +73 -72
  58. package/esm2022/slider/testing/slider-harness-filters.mjs +7 -2
  59. package/esm2022/slider/testing/slider-harness.mjs +4 -3
  60. package/esm2022/slider/testing/slider-thumb-harness.mjs +3 -2
  61. package/esm2022/sort/sort-header.mjs +16 -24
  62. package/esm2022/sort/sort.mjs +12 -19
  63. package/esm2022/stepper/step-header.mjs +7 -12
  64. package/esm2022/stepper/stepper.mjs +1 -1
  65. package/esm2022/stepper/testing/step-harness-filters.mjs +7 -2
  66. package/esm2022/stepper/testing/stepper-harness.mjs +4 -3
  67. package/esm2022/tabs/paginated-tab-header.mjs +12 -18
  68. package/esm2022/tabs/tab-group.mjs +54 -70
  69. package/esm2022/tabs/tab-header.mjs +7 -13
  70. package/esm2022/tabs/tab-label-wrapper.mjs +12 -8
  71. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +43 -37
  72. package/esm2022/tabs/tab.mjs +12 -12
  73. package/esm2022/toolbar/testing/toolbar-harness.mjs +7 -2
  74. package/esm2022/toolbar/toolbar.mjs +11 -16
  75. package/esm2022/tree/node.mjs +20 -20
  76. package/esm2022/tree/padding.mjs +11 -4
  77. package/expansion/index.d.ts +11 -19
  78. package/expansion/testing/index.d.ts +1 -1
  79. package/fesm2022/autocomplete.mjs +6 -6
  80. package/fesm2022/autocomplete.mjs.map +1 -1
  81. package/fesm2022/button.mjs +4 -4
  82. package/fesm2022/button.mjs.map +1 -1
  83. package/fesm2022/card/testing.mjs +9 -1
  84. package/fesm2022/card/testing.mjs.map +1 -1
  85. package/fesm2022/checkbox.mjs +29 -14
  86. package/fesm2022/checkbox.mjs.map +1 -1
  87. package/fesm2022/chips.mjs +144 -119
  88. package/fesm2022/chips.mjs.map +1 -1
  89. package/fesm2022/core.mjs +20 -12
  90. package/fesm2022/core.mjs.map +1 -1
  91. package/fesm2022/datepicker/testing.mjs +11 -4
  92. package/fesm2022/datepicker/testing.mjs.map +1 -1
  93. package/fesm2022/datepicker.mjs +57 -62
  94. package/fesm2022/datepicker.mjs.map +1 -1
  95. package/fesm2022/dialog/testing.mjs +11 -4
  96. package/fesm2022/dialog/testing.mjs.map +1 -1
  97. package/fesm2022/dialog.mjs +10 -4
  98. package/fesm2022/dialog.mjs.map +1 -1
  99. package/fesm2022/expansion/testing.mjs +14 -6
  100. package/fesm2022/expansion/testing.mjs.map +1 -1
  101. package/fesm2022/expansion.mjs +22 -26
  102. package/fesm2022/expansion.mjs.map +1 -1
  103. package/fesm2022/grid-list/testing.mjs +9 -3
  104. package/fesm2022/grid-list/testing.mjs.map +1 -1
  105. package/fesm2022/icon/testing.mjs +10 -3
  106. package/fesm2022/icon/testing.mjs.map +1 -1
  107. package/fesm2022/icon.mjs +24 -27
  108. package/fesm2022/icon.mjs.map +1 -1
  109. package/fesm2022/list/testing.mjs +18 -6
  110. package/fesm2022/list/testing.mjs.map +1 -1
  111. package/fesm2022/list.mjs +5 -5
  112. package/fesm2022/list.mjs.map +1 -1
  113. package/fesm2022/paginator.mjs +31 -34
  114. package/fesm2022/paginator.mjs.map +1 -1
  115. package/fesm2022/progress-bar.mjs +25 -19
  116. package/fesm2022/progress-bar.mjs.map +1 -1
  117. package/fesm2022/progress-spinner.mjs +34 -32
  118. package/fesm2022/progress-spinner.mjs.map +1 -1
  119. package/fesm2022/radio.mjs +41 -34
  120. package/fesm2022/radio.mjs.map +1 -1
  121. package/fesm2022/select.mjs +44 -36
  122. package/fesm2022/select.mjs.map +1 -1
  123. package/fesm2022/slider/testing.mjs +11 -4
  124. package/fesm2022/slider/testing.mjs.map +1 -1
  125. package/fesm2022/slider.mjs +109 -91
  126. package/fesm2022/slider.mjs.map +1 -1
  127. package/fesm2022/sort.mjs +25 -38
  128. package/fesm2022/sort.mjs.map +1 -1
  129. package/fesm2022/stepper/testing.mjs +10 -3
  130. package/fesm2022/stepper/testing.mjs.map +1 -1
  131. package/fesm2022/stepper.mjs +8 -12
  132. package/fesm2022/stepper.mjs.map +1 -1
  133. package/fesm2022/tabs.mjs +130 -141
  134. package/fesm2022/tabs.mjs.map +1 -1
  135. package/fesm2022/toolbar/testing.mjs +7 -2
  136. package/fesm2022/toolbar/testing.mjs.map +1 -1
  137. package/fesm2022/toolbar.mjs +11 -15
  138. package/fesm2022/toolbar.mjs.map +1 -1
  139. package/fesm2022/tree.mjs +22 -21
  140. package/fesm2022/tree.mjs.map +1 -1
  141. package/form-field/_form-field-theme.scss +85 -49
  142. package/grid-list/_grid-list-theme.scss +47 -14
  143. package/grid-list/testing/index.d.ts +1 -1
  144. package/icon/index.d.ts +10 -16
  145. package/icon/testing/index.d.ts +1 -1
  146. package/input/_input-theme.scss +39 -12
  147. package/list/_list-theme.scss +115 -83
  148. package/list/testing/index.d.ts +2 -2
  149. package/package.json +7 -7
  150. package/paginator/index.d.ts +16 -17
  151. package/prebuilt-themes/deeppurple-amber.css +1 -1
  152. package/prebuilt-themes/indigo-pink.css +1 -1
  153. package/prebuilt-themes/pink-bluegrey.css +1 -1
  154. package/prebuilt-themes/purple-green.css +1 -1
  155. package/progress-bar/index.d.ts +12 -15
  156. package/progress-spinner/index.d.ts +14 -15
  157. package/radio/index.d.ts +20 -22
  158. package/schematics/ng-add/index.js +2 -2
  159. package/schematics/ng-add/index.mjs +2 -2
  160. package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +28 -29
  161. package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +21 -19
  162. package/schematics/ng-generate/mdc-migration/index_bundled.js +55 -48
  163. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +3 -3
  164. package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +9 -8
  165. package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +1 -2
  166. package/schematics/ng-update/index_bundled.js +31 -31
  167. package/select/index.d.ts +22 -17
  168. package/slide-toggle/_slide-toggle-theme.scss +78 -44
  169. package/slider/index.d.ts +30 -30
  170. package/slider/testing/index.d.ts +1 -1
  171. package/sort/_sort-theme.scss +51 -20
  172. package/sort/index.d.ts +15 -20
  173. package/stepper/_stepper-theme.scss +58 -25
  174. package/stepper/index.d.ts +5 -15
  175. package/stepper/testing/index.d.ts +1 -1
  176. package/table/_table-theme.scss +53 -20
  177. package/tabs/_tabs-theme.scss +87 -51
  178. package/tabs/index.d.ts +61 -64
  179. package/toolbar/index.d.ts +5 -12
  180. package/toolbar/testing/index.d.ts +1 -1
  181. package/tree/_tree-theme.scss +53 -21
  182. package/tree/index.d.ts +13 -15
@@ -1,3 +1,4 @@
1
+ @use 'sass:map';
1
2
  @use '../core/tokens/m2/mat/table' as tokens-mat-table;
2
3
  @use '../core/theming/theming';
3
4
  @use '../core/theming/inspection';
@@ -6,44 +7,76 @@
6
7
  @use '../core/style/sass-utils';
7
8
 
8
9
  @mixin base($theme) {
9
- @include sass-utils.current-selector-or-root() {
10
- @include token-utils.create-token-values(
11
- tokens-mat-table.$prefix, tokens-mat-table.get-unthemable-tokens());
10
+ @if inspection.get-theme-version($theme) == 1 {
11
+ @include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
12
+ }
13
+ @else {
14
+ @include sass-utils.current-selector-or-root() {
15
+ @include token-utils.create-token-values(
16
+ tokens-mat-table.$prefix, tokens-mat-table.get-unthemable-tokens());
17
+ }
12
18
  }
13
19
  }
14
20
 
15
21
  @mixin color($theme) {
16
- @include sass-utils.current-selector-or-root() {
17
- @include token-utils.create-token-values(tokens-mat-table.$prefix,
18
- tokens-mat-table.get-color-tokens($theme));
22
+ @if inspection.get-theme-version($theme) == 1 {
23
+ @include _theme-from-tokens(inspection.get-theme-tokens($theme, color));
24
+ }
25
+ @else {
26
+ @include sass-utils.current-selector-or-root() {
27
+ @include token-utils.create-token-values(tokens-mat-table.$prefix,
28
+ tokens-mat-table.get-color-tokens($theme));
29
+ }
19
30
  }
20
31
  }
21
32
 
22
33
  @mixin typography($theme) {
23
- @include sass-utils.current-selector-or-root() {
24
- @include token-utils.create-token-values(tokens-mat-table.$prefix,
25
- tokens-mat-table.get-typography-tokens($theme));
34
+ @if inspection.get-theme-version($theme) == 1 {
35
+ @include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
36
+ }
37
+ @else {
38
+ @include sass-utils.current-selector-or-root() {
39
+ @include token-utils.create-token-values(tokens-mat-table.$prefix,
40
+ tokens-mat-table.get-typography-tokens($theme));
41
+ }
26
42
  }
27
43
  }
28
44
 
29
45
  @mixin density($theme) {
30
- @include sass-utils.current-selector-or-root() {
31
- @include token-utils.create-token-values(tokens-mat-table.$prefix,
32
- tokens-mat-table.get-density-tokens($theme));
46
+ @if inspection.get-theme-version($theme) == 1 {
47
+ @include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
48
+ }
49
+ @else {
50
+ @include sass-utils.current-selector-or-root() {
51
+ @include token-utils.create-token-values(tokens-mat-table.$prefix,
52
+ tokens-mat-table.get-density-tokens($theme));
53
+ }
33
54
  }
34
55
  }
35
56
 
36
57
  @mixin theme($theme) {
37
58
  @include theming.private-check-duplicate-theme-styles($theme, 'mat-table') {
38
- @include base($theme);
39
- @if inspection.theme-has($theme, color) {
40
- @include color($theme);
59
+ @if inspection.get-theme-version($theme) == 1 {
60
+ @include _theme-from-tokens(inspection.get-theme-tokens($theme));
41
61
  }
42
- @if inspection.theme-has($theme, density) {
43
- @include density($theme);
44
- }
45
- @if inspection.theme-has($theme, typography) {
46
- @include typography($theme);
62
+ @else {
63
+ @include base($theme);
64
+ @if inspection.theme-has($theme, color) {
65
+ @include color($theme);
66
+ }
67
+ @if inspection.theme-has($theme, density) {
68
+ @include density($theme);
69
+ }
70
+ @if inspection.theme-has($theme, typography) {
71
+ @include typography($theme);
72
+ }
47
73
  }
48
74
  }
49
75
  }
76
+
77
+ @mixin _theme-from-tokens($tokens) {
78
+ @if ($tokens != ()) {
79
+ @include token-utils.create-token-values(
80
+ tokens-mat-table.$prefix, map.get($tokens, tokens-mat-table.$prefix));
81
+ }
82
+ }
@@ -1,3 +1,4 @@
1
+ @use 'sass:map';
1
2
  @use '@material/tab-indicator/tab-indicator-theme' as mdc-tab-indicator-theme;
2
3
  @use '@material/tab/tab-theme' as mdc-tab-theme;
3
4
  @use '../core/style/sass-utils';
@@ -11,40 +12,50 @@
11
12
  @use '../core/tokens/token-utils';
12
13
 
13
14
  @mixin base($theme) {
14
- @include sass-utils.current-selector-or-root() {
15
- @include mdc-tab-indicator-theme.theme(tokens-mdc-tab-indicator.get-unthemable-tokens());
16
- @include mdc-tab-theme.secondary-navigation-tab-theme(tokens-mdc-tab.get-unthemable-tokens());
17
- @include token-utils.create-token-values(
18
- tokens-mat-tab-header.$prefix, tokens-mat-tab-header.get-unthemable-tokens());
19
- @include token-utils.create-token-values(
20
- tokens-mat-tab-header-with-background.$prefix,
21
- tokens-mat-tab-header-with-background.get-unthemable-tokens()
22
- );
15
+ @if inspection.get-theme-version($theme) == 1 {
16
+ @include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
17
+ }
18
+ @else {
19
+ @include sass-utils.current-selector-or-root() {
20
+ @include mdc-tab-indicator-theme.theme(tokens-mdc-tab-indicator.get-unthemable-tokens());
21
+ @include mdc-tab-theme.secondary-navigation-tab-theme(tokens-mdc-tab.get-unthemable-tokens());
22
+ @include token-utils.create-token-values(
23
+ tokens-mat-tab-header.$prefix, tokens-mat-tab-header.get-unthemable-tokens());
24
+ @include token-utils.create-token-values(
25
+ tokens-mat-tab-header-with-background.$prefix,
26
+ tokens-mat-tab-header-with-background.get-unthemable-tokens()
27
+ );
28
+ }
23
29
  }
24
30
  }
25
31
 
26
32
  @mixin color($theme) {
27
- .mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
28
- @include _palette-styles($theme, primary);
33
+ @if inspection.get-theme-version($theme) == 1 {
34
+ @include _theme-from-tokens(inspection.get-theme-tokens($theme, color));
35
+ }
36
+ @else {
37
+ .mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
38
+ @include _palette-styles($theme, primary);
29
39
 
30
- &.mat-accent {
31
- @include _palette-styles($theme, accent);
32
- }
40
+ &.mat-accent {
41
+ @include _palette-styles($theme, accent);
42
+ }
33
43
 
34
- &.mat-warn {
35
- @include _palette-styles($theme, warn);
36
- }
44
+ &.mat-warn {
45
+ @include _palette-styles($theme, warn);
46
+ }
37
47
 
38
- &.mat-background-primary {
39
- @include _background-styles($theme, primary);
40
- }
48
+ &.mat-background-primary {
49
+ @include _background-styles($theme, primary);
50
+ }
41
51
 
42
- &.mat-background-accent {
43
- @include _background-styles($theme, accent);
44
- }
52
+ &.mat-background-accent {
53
+ @include _background-styles($theme, accent);
54
+ }
45
55
 
46
- &.mat-background-warn {
47
- @include _background-styles($theme, warn);
56
+ &.mat-background-warn {
57
+ @include _background-styles($theme, warn);
58
+ }
48
59
  }
49
60
  }
50
61
  }
@@ -64,43 +75,68 @@
64
75
  }
65
76
 
66
77
  @mixin typography($theme) {
67
- .mat-mdc-tab-header {
68
- @include mdc-tab-theme.secondary-navigation-tab-theme(
69
- tokens-mdc-tab.get-typography-tokens($theme));
70
- @include mdc-tab-indicator-theme.theme(
71
- tokens-mdc-tab-indicator.get-typography-tokens($theme));
72
- @include token-utils.create-token-values(tokens-mat-tab-header.$prefix,
73
- tokens-mat-tab-header.get-typography-tokens($theme));
74
- @include token-utils.create-token-values(tokens-mat-tab-header-with-background.$prefix,
75
- tokens-mat-tab-header-with-background.get-typography-tokens($theme));
78
+ @if inspection.get-theme-version($theme) == 1 {
79
+ @include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
80
+ }
81
+ @else {
82
+ .mat-mdc-tab-header {
83
+ @include mdc-tab-theme.secondary-navigation-tab-theme(
84
+ tokens-mdc-tab.get-typography-tokens($theme));
85
+ @include mdc-tab-indicator-theme.theme(
86
+ tokens-mdc-tab-indicator.get-typography-tokens($theme));
87
+ @include token-utils.create-token-values(tokens-mat-tab-header.$prefix,
88
+ tokens-mat-tab-header.get-typography-tokens($theme));
89
+ @include token-utils.create-token-values(tokens-mat-tab-header-with-background.$prefix,
90
+ tokens-mat-tab-header-with-background.get-typography-tokens($theme));
91
+ }
76
92
  }
77
93
  }
78
94
 
79
95
  @mixin density($theme) {
80
- .mat-mdc-tab-header {
81
- @include mdc-tab-theme.secondary-navigation-tab-theme(
82
- tokens-mdc-tab.get-density-tokens($theme));
83
- @include mdc-tab-indicator-theme.theme(
84
- tokens-mdc-tab-indicator.get-density-tokens($theme));
85
- @include token-utils.create-token-values(tokens-mat-tab-header.$prefix,
86
- tokens-mat-tab-header.get-density-tokens($theme));
87
- @include token-utils.create-token-values(tokens-mat-tab-header-with-background.$prefix,
88
- tokens-mat-tab-header-with-background.get-density-tokens($theme));
96
+ @if inspection.get-theme-version($theme) == 1 {
97
+ @include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
98
+ }
99
+ @else {
100
+ .mat-mdc-tab-header {
101
+ @include mdc-tab-theme.secondary-navigation-tab-theme(
102
+ tokens-mdc-tab.get-density-tokens($theme));
103
+ @include mdc-tab-indicator-theme.theme(
104
+ tokens-mdc-tab-indicator.get-density-tokens($theme));
105
+ @include token-utils.create-token-values(tokens-mat-tab-header.$prefix,
106
+ tokens-mat-tab-header.get-density-tokens($theme));
107
+ @include token-utils.create-token-values(tokens-mat-tab-header-with-background.$prefix,
108
+ tokens-mat-tab-header-with-background.get-density-tokens($theme));
109
+ }
89
110
  }
90
111
  }
91
112
 
92
113
  @mixin theme($theme) {
93
114
  @include theming.private-check-duplicate-theme-styles($theme, 'mat-tabs') {
94
- @include base($theme);
95
- @if inspection.theme-has($theme, color) {
96
- @include color($theme);
97
- }
98
- @if inspection.theme-has($theme, density) {
99
- @include density($theme);
115
+ @if inspection.get-theme-version($theme) == 1 {
116
+ @include _theme-from-tokens(inspection.get-theme-tokens($theme));
100
117
  }
101
- @if inspection.theme-has($theme, typography) {
102
- @include typography($theme);
118
+ @else {
119
+ @include base($theme);
120
+ @if inspection.theme-has($theme, color) {
121
+ @include color($theme);
122
+ }
123
+ @if inspection.theme-has($theme, density) {
124
+ @include density($theme);
125
+ }
126
+ @if inspection.theme-has($theme, typography) {
127
+ @include typography($theme);
128
+ }
103
129
  }
104
130
  }
105
131
  }
106
132
 
133
+ @mixin _theme-from-tokens($tokens) {
134
+ @if ($tokens != ()) {
135
+ @include mdc-tab-theme.secondary-navigation-tab-theme(
136
+ map.get($tokens, tokens-mdc-tab.$prefix));
137
+ @include mdc-tab-indicator-theme.theme(
138
+ map.get($tokens, tokens-mdc-tab-indicator.$prefix));
139
+ @include token-utils.create-token-values(
140
+ tokens-mat-tab-header.$prefix, map.get($tokens, tokens-mat-tab-header.$prefix));
141
+ }
142
+ }
package/tabs/index.d.ts CHANGED
@@ -1,19 +1,13 @@
1
- import { _AbstractConstructor } from '@angular/material/core';
2
1
  import { AfterContentChecked } from '@angular/core';
3
2
  import { AfterContentInit } from '@angular/core';
4
3
  import { AfterViewInit } from '@angular/core';
5
4
  import { AnimationEvent as AnimationEvent_2 } from '@angular/animations';
6
5
  import { AnimationTriggerMetadata } from '@angular/animations';
7
6
  import { BehaviorSubject } from 'rxjs';
8
- import { BooleanInput } from '@angular/cdk/coercion';
9
- import { CanColor } from '@angular/material/core';
10
- import { CanDisable } from '@angular/material/core';
11
- import { CanDisableRipple } from '@angular/material/core';
12
7
  import { CdkPortal } from '@angular/cdk/portal';
13
8
  import { CdkPortalOutlet } from '@angular/cdk/portal';
14
9
  import { ChangeDetectorRef } from '@angular/core';
15
10
  import { ComponentFactoryResolver } from '@angular/core';
16
- import { _Constructor } from '@angular/material/core';
17
11
  import { Direction } from '@angular/cdk/bidi';
18
12
  import { Directionality } from '@angular/cdk/bidi';
19
13
  import { ElementRef } from '@angular/core';
@@ -21,7 +15,6 @@ import { EventEmitter } from '@angular/core';
21
15
  import { FocusableOption } from '@angular/cdk/a11y';
22
16
  import { FocusMonitor } from '@angular/cdk/a11y';
23
17
  import { FocusOrigin } from '@angular/cdk/a11y';
24
- import { HasTabIndex } from '@angular/material/core';
25
18
  import * as i0 from '@angular/core';
26
19
  import * as i10 from '@angular/material/core';
27
20
  import * as i11 from '@angular/cdk/portal';
@@ -30,7 +23,6 @@ import * as i13 from '@angular/cdk/a11y';
30
23
  import * as i9 from '@angular/common';
31
24
  import { InjectionToken } from '@angular/core';
32
25
  import { NgZone } from '@angular/core';
33
- import { NumberInput } from '@angular/cdk/coercion';
34
26
  import { OnChanges } from '@angular/core';
35
27
  import { OnDestroy } from '@angular/core';
36
28
  import { OnInit } from '@angular/core';
@@ -233,12 +225,10 @@ export declare abstract class MatPaginatedTabHeader implements AfterContentCheck
233
225
  * Whether pagination should be disabled. This can be used to avoid unnecessary
234
226
  * layout recalculations if it's known that pagination won't be required.
235
227
  */
236
- get disablePagination(): boolean;
237
- set disablePagination(value: BooleanInput);
238
- private _disablePagination;
228
+ disablePagination: boolean;
239
229
  /** The index of the active tab. */
240
230
  get selectedIndex(): number;
241
- set selectedIndex(value: NumberInput);
231
+ set selectedIndex(v: unknown);
242
232
  private _selectedIndex;
243
233
  /** Event emitted when the option is selected. */
244
234
  readonly selectFocusedIndex: EventEmitter<number>;
@@ -354,6 +344,7 @@ export declare abstract class MatPaginatedTabHeader implements AfterContentCheck
354
344
  private _scrollTo;
355
345
  static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatedTabHeader, [null, null, null, { optional: true; }, null, null, { optional: true; }]>;
356
346
  static ɵdir: i0.ɵɵDirectiveDeclaration<MatPaginatedTabHeader, never, never, { "disablePagination": { "alias": "disablePagination"; "required": false; }; }, {}, never, never, false, never>;
347
+ static ngAcceptInputType_disablePagination: unknown;
357
348
  }
358
349
 
359
350
  /** Item inside a paginated tab header. */
@@ -361,13 +352,15 @@ declare type MatPaginatedTabHeaderItem = FocusableOption & {
361
352
  elementRef: ElementRef;
362
353
  };
363
354
 
364
- export declare class MatTab extends _MatTabMixinBase implements CanDisable, OnInit, OnChanges, OnDestroy {
355
+ export declare class MatTab implements OnInit, OnChanges, OnDestroy {
365
356
  private _viewContainerRef;
366
357
  _closestTabGroup: any;
358
+ /** whether the tab is disabled. */
359
+ disabled: boolean;
367
360
  /** Content for the tab label given by `<ng-template mat-tab-label>`. */
368
- private _templateLabel;
369
361
  get templateLabel(): MatTabLabel;
370
362
  set templateLabel(value: MatTabLabel);
363
+ private _templateLabel;
371
364
  /**
372
365
  * Template provided in the tab content that will be used if present, used to enable lazy-loading
373
366
  */
@@ -426,6 +419,7 @@ export declare class MatTab extends _MatTabMixinBase implements CanDisable, OnIn
426
419
  private _setTemplateLabelInput;
427
420
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTab, [null, { optional: true; }]>;
428
421
  static ɵcmp: i0.ɵɵComponentDeclaration<MatTab, "mat-tab", ["matTab"], { "disabled": { "alias": "disabled"; "required": false; }; "textLabel": { "alias": "label"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "bodyClass": { "alias": "bodyClass"; "required": false; }; }, {}, ["templateLabel", "_explicitContent"], ["*"], false, never>;
422
+ static ngAcceptInputType_disabled: unknown;
429
423
  }
430
424
 
431
425
  /**
@@ -546,7 +540,8 @@ export declare class MatTabContent {
546
540
  * animated ink-bar, keyboard navigation, and screen reader.
547
541
  * See: https://material.io/design/components/tabs.html
548
542
  */
549
- export declare class MatTabGroup extends _MatTabGroupMixinBase implements AfterContentInit, AfterContentChecked, OnDestroy, CanColor, CanDisableRipple {
543
+ export declare class MatTabGroup implements AfterContentInit, AfterContentChecked, OnDestroy {
544
+ readonly _elementRef: ElementRef;
550
545
  private _changeDetectorRef;
551
546
  _animationMode?: string | undefined;
552
547
  /**
@@ -568,27 +563,25 @@ export declare class MatTabGroup extends _MatTabGroupMixinBase implements AfterC
568
563
  private _tabsSubscription;
569
564
  /** Subscription to changes in the tab labels. */
570
565
  private _tabLabelSubscription;
566
+ /** Theme color of the tab group. */
567
+ color: ThemePalette;
571
568
  /** Whether the ink bar should fit its width to the size of the tab label content. */
572
569
  get fitInkBarToContent(): boolean;
573
- set fitInkBarToContent(v: BooleanInput);
570
+ set fitInkBarToContent(value: boolean);
574
571
  private _fitInkBarToContent;
575
572
  /** Whether tabs should be stretched to fill the header. */
576
- get stretchTabs(): boolean;
577
- set stretchTabs(v: BooleanInput);
578
- private _stretchTabs;
573
+ stretchTabs: boolean;
579
574
  /** Whether the tab group should grow to the size of the active tab. */
580
- get dynamicHeight(): boolean;
581
- set dynamicHeight(value: BooleanInput);
582
- private _dynamicHeight;
575
+ dynamicHeight: boolean;
583
576
  /** The index of the active tab. */
584
577
  get selectedIndex(): number | null;
585
- set selectedIndex(value: NumberInput);
578
+ set selectedIndex(value: number);
586
579
  private _selectedIndex;
587
580
  /** Position of the tab header. */
588
581
  headerPosition: MatTabHeaderPosition;
589
582
  /** Duration for the tab animation. Will be normalized to milliseconds if no units are set. */
590
583
  get animationDuration(): string;
591
- set animationDuration(value: NumberInput);
584
+ set animationDuration(value: string | number);
592
585
  private _animationDuration;
593
586
  /**
594
587
  * `tabindex` to be set on the inner element that wraps the tab content. Can be used for improved
@@ -597,23 +590,21 @@ export declare class MatTabGroup extends _MatTabGroupMixinBase implements AfterC
597
590
  * Read more at https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-2/tabs.html
598
591
  */
599
592
  get contentTabIndex(): number | null;
600
- set contentTabIndex(value: NumberInput);
593
+ set contentTabIndex(value: number);
601
594
  private _contentTabIndex;
602
595
  /**
603
596
  * Whether pagination should be disabled. This can be used to avoid unnecessary
604
597
  * layout recalculations if it's known that pagination won't be required.
605
598
  */
606
- get disablePagination(): boolean;
607
- set disablePagination(value: BooleanInput);
608
- private _disablePagination;
599
+ disablePagination: boolean;
600
+ /** Whether ripples in the tab group are disabled. */
601
+ disableRipple: boolean;
609
602
  /**
610
603
  * By default tabs remove their content from the DOM while it's off-screen.
611
604
  * Setting this to `true` will keep it in the DOM which will prevent elements
612
605
  * like iframes and videos from reloading next time it comes back into the view.
613
606
  */
614
- get preserveContent(): boolean;
615
- set preserveContent(value: BooleanInput);
616
- private _preserveContent;
607
+ preserveContent: boolean;
617
608
  /** Background color of the tab group. */
618
609
  get backgroundColor(): ThemePalette;
619
610
  set backgroundColor(value: ThemePalette);
@@ -627,7 +618,7 @@ export declare class MatTabGroup extends _MatTabGroupMixinBase implements AfterC
627
618
  /** Event emitted when the tab selection has changed. */
628
619
  readonly selectedTabChange: EventEmitter<MatTabChangeEvent>;
629
620
  private _groupId;
630
- constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, defaultConfig?: MatTabsConfig, _animationMode?: string | undefined);
621
+ constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, defaultConfig?: MatTabsConfig, _animationMode?: string | undefined);
631
622
  /**
632
623
  * After the content is checked, this component knows what tabs have been defined
633
624
  * and what the selected index should be. This is where we can know exactly what position
@@ -683,7 +674,15 @@ export declare class MatTabGroup extends _MatTabGroupMixinBase implements AfterC
683
674
  /** Callback for when the focused state of a tab has changed. */
684
675
  _tabFocusChanged(focusOrigin: FocusOrigin, index: number): void;
685
676
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTabGroup, [null, null, { optional: true; }, { optional: true; }]>;
686
- static ɵcmp: i0.ɵɵComponentDeclaration<MatTabGroup, "mat-tab-group", ["matTabGroup"], { "color": { "alias": "color"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "fitInkBarToContent": { "alias": "fitInkBarToContent"; "required": false; }; "stretchTabs": { "alias": "mat-stretch-tabs"; "required": false; }; "dynamicHeight": { "alias": "dynamicHeight"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "headerPosition": { "alias": "headerPosition"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "contentTabIndex": { "alias": "contentTabIndex"; "required": false; }; "disablePagination": { "alias": "disablePagination"; "required": false; }; "preserveContent": { "alias": "preserveContent"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "focusChange": "focusChange"; "animationDone": "animationDone"; "selectedTabChange": "selectedTabChange"; }, ["_allTabs"], never, false, never>;
677
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabGroup, "mat-tab-group", ["matTabGroup"], { "color": { "alias": "color"; "required": false; }; "fitInkBarToContent": { "alias": "fitInkBarToContent"; "required": false; }; "stretchTabs": { "alias": "mat-stretch-tabs"; "required": false; }; "dynamicHeight": { "alias": "dynamicHeight"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "headerPosition": { "alias": "headerPosition"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "contentTabIndex": { "alias": "contentTabIndex"; "required": false; }; "disablePagination": { "alias": "disablePagination"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "preserveContent": { "alias": "preserveContent"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "focusChange": "focusChange"; "animationDone": "animationDone"; "selectedTabChange": "selectedTabChange"; }, ["_allTabs"], never, false, never>;
678
+ static ngAcceptInputType_fitInkBarToContent: unknown;
679
+ static ngAcceptInputType_stretchTabs: unknown;
680
+ static ngAcceptInputType_dynamicHeight: unknown;
681
+ static ngAcceptInputType_selectedIndex: unknown;
682
+ static ngAcceptInputType_contentTabIndex: unknown;
683
+ static ngAcceptInputType_disablePagination: unknown;
684
+ static ngAcceptInputType_disableRipple: unknown;
685
+ static ngAcceptInputType_preserveContent: unknown;
687
686
  }
688
687
 
689
688
  /** @docs-private */
@@ -693,13 +692,6 @@ export declare interface MatTabGroupBaseHeader {
693
692
  focusIndex: number;
694
693
  }
695
694
 
696
- /** @docs-private */
697
- declare const _MatTabGroupMixinBase: _Constructor<CanColor> & _AbstractConstructor<CanColor> & _Constructor<CanDisableRipple> & _AbstractConstructor<CanDisableRipple> & {
698
- new (_elementRef: ElementRef): {
699
- _elementRef: ElementRef;
700
- };
701
- };
702
-
703
695
  /**
704
696
  * The header of the tab group which displays a list of all the tabs in the tab group. Includes
705
697
  * an ink bar that follows the currently selected tab. When the tabs list's width exceeds the
@@ -716,14 +708,13 @@ export declare class MatTabHeader extends MatPaginatedTabHeader implements After
716
708
  _previousPaginator: ElementRef<HTMLElement>;
717
709
  _inkBar: MatInkBar;
718
710
  /** Whether the ripple effect is disabled or not. */
719
- get disableRipple(): boolean;
720
- set disableRipple(value: BooleanInput);
721
- private _disableRipple;
711
+ disableRipple: boolean;
722
712
  constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, dir: Directionality, ngZone: NgZone, platform: Platform, animationMode?: string);
723
713
  ngAfterContentInit(): void;
724
714
  protected _itemSelected(event: KeyboardEvent): void;
725
715
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTabHeader, [null, null, null, { optional: true; }, null, null, { optional: true; }]>;
726
716
  static ɵcmp: i0.ɵɵComponentDeclaration<MatTabHeader, "mat-tab-header", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, ["_items"], ["*"], false, never>;
717
+ static ngAcceptInputType_disableRipple: unknown;
727
718
  }
728
719
 
729
720
  /** Possible positions for the tab header. */
@@ -741,19 +732,22 @@ export declare class MatTabLabel extends CdkPortal {
741
732
  * Used in the `mat-tab-group` view to display tab labels.
742
733
  * @docs-private
743
734
  */
744
- export declare class MatTabLabelWrapper extends _MatTabLabelWrapperMixinBase implements CanDisable {
735
+ export declare class MatTabLabelWrapper extends _MatTabLabelWrapperMixinBase {
745
736
  elementRef: ElementRef;
737
+ /** Whether the tab is disabled. */
738
+ disabled: boolean;
746
739
  constructor(elementRef: ElementRef);
747
740
  /** Sets focus on the wrapper element */
748
741
  focus(): void;
749
742
  getOffsetLeft(): number;
750
743
  getOffsetWidth(): number;
751
744
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLabelWrapper, never>;
752
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLabelWrapper, "[matTabLabelWrapper]", never, { "disabled": { "alias": "disabled"; "required": false; }; "fitInkBarToContent": { "alias": "fitInkBarToContent"; "required": false; }; }, {}, never, never, false, never>;
745
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLabelWrapper, "[matTabLabelWrapper]", never, { "fitInkBarToContent": { "alias": "fitInkBarToContent"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
746
+ static ngAcceptInputType_disabled: unknown;
753
747
  }
754
748
 
755
749
  /** @docs-private */
756
- declare const _MatTabLabelWrapperMixinBase: _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & {
750
+ declare const _MatTabLabelWrapperMixinBase: {
757
751
  new (): {
758
752
  elementRef: ElementRef;
759
753
  };
@@ -762,7 +756,7 @@ declare const _MatTabLabelWrapperMixinBase: _Constructor<CanDisable> & _Abstract
762
756
  /**
763
757
  * Link inside a `mat-tab-nav-bar`.
764
758
  */
765
- export declare class MatTabLink extends _MatTabLinkMixinBase implements AfterViewInit, OnDestroy, CanDisable, CanDisableRipple, HasTabIndex, RippleTarget, FocusableOption {
759
+ export declare class MatTabLink extends _MatTabLinkMixinBase implements AfterViewInit, OnDestroy, RippleTarget, FocusableOption {
766
760
  private _tabNavBar;
767
761
  /** @docs-private */ elementRef: ElementRef;
768
762
  private _focusMonitor;
@@ -771,7 +765,12 @@ export declare class MatTabLink extends _MatTabLinkMixinBase implements AfterVie
771
765
  protected _isActive: boolean;
772
766
  /** Whether the link is active. */
773
767
  get active(): boolean;
774
- set active(value: BooleanInput);
768
+ set active(value: boolean);
769
+ /** Whether the tab link is disabled. */
770
+ disabled: boolean;
771
+ /** Whether ripples are disabled on the tab link. */
772
+ disableRipple: boolean;
773
+ tabIndex: number;
775
774
  /**
776
775
  * Ripple configuration for ripples that are launched on pointer down. The ripple config
777
776
  * is set to the global ripple options since we don't have any configurable options for
@@ -800,20 +799,19 @@ export declare class MatTabLink extends _MatTabLinkMixinBase implements AfterVie
800
799
  _getRole(): string | null;
801
800
  _getTabIndex(): number;
802
801
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLink, [null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>;
803
- static ɵcmp: i0.ɵɵComponentDeclaration<MatTabLink, "[mat-tab-link], [matTabLink]", ["matTabLink"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "active": { "alias": "active"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
802
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabLink, "[mat-tab-link], [matTabLink]", ["matTabLink"], { "active": { "alias": "active"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, ["*"], false, never>;
803
+ static ngAcceptInputType_active: unknown;
804
+ static ngAcceptInputType_disabled: unknown;
805
+ static ngAcceptInputType_disableRipple: unknown;
806
+ static ngAcceptInputType_tabIndex: unknown;
804
807
  }
805
808
 
806
- declare const _MatTabLinkMixinBase: _Constructor<HasTabIndex> & _AbstractConstructor<HasTabIndex> & _Constructor<CanDisableRipple> & _AbstractConstructor<CanDisableRipple> & _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & {
809
+ declare const _MatTabLinkMixinBase: {
807
810
  new (): {
808
811
  elementRef: ElementRef;
809
812
  };
810
813
  } & (new (...args: any[]) => MatInkBarItem);
811
814
 
812
- /** @docs-private */
813
- declare const _MatTabMixinBase: _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & {
814
- new (): {};
815
- };
816
-
817
815
  /**
818
816
  * Navigation component matching the styles of the tab group header.
819
817
  * Provides anchored navigation with animated ink bar.
@@ -821,14 +819,12 @@ declare const _MatTabMixinBase: _Constructor<CanDisable> & _AbstractConstructor<
821
819
  export declare class MatTabNav extends MatPaginatedTabHeader implements AfterContentChecked, AfterContentInit, OnDestroy, AfterViewInit {
822
820
  /** Whether the ink bar should fit its width to the size of the tab label content. */
823
821
  get fitInkBarToContent(): boolean;
824
- set fitInkBarToContent(v: BooleanInput);
822
+ set fitInkBarToContent(value: boolean);
825
823
  _fitInkBarToContent: BehaviorSubject<boolean>;
826
824
  /** Whether tabs should be stretched to fill the header. */
827
- get stretchTabs(): boolean;
828
- set stretchTabs(v: BooleanInput);
829
- private _stretchTabs;
825
+ stretchTabs: boolean;
830
826
  get animationDuration(): string;
831
- set animationDuration(value: NumberInput);
827
+ set animationDuration(value: string | number);
832
828
  private _animationDuration;
833
829
  /** Query list of all tab links of the tab navigation. */
834
830
  _items: QueryList<MatTabLink>;
@@ -837,9 +833,7 @@ export declare class MatTabNav extends MatPaginatedTabHeader implements AfterCon
837
833
  set backgroundColor(value: ThemePalette);
838
834
  private _backgroundColor;
839
835
  /** Whether the ripple effect is disabled or not. */
840
- get disableRipple(): boolean;
841
- set disableRipple(value: BooleanInput);
842
- private _disableRipple;
836
+ disableRipple: boolean;
843
837
  /** Theme color of the nav bar. */
844
838
  color: ThemePalette;
845
839
  /**
@@ -862,7 +856,10 @@ export declare class MatTabNav extends MatPaginatedTabHeader implements AfterCon
862
856
  updateActiveLink(): void;
863
857
  _getRole(): string | null;
864
858
  static ɵfac: i0.ɵɵFactoryDeclaration<MatTabNav, [null, { optional: true; }, null, null, null, null, { optional: true; }, { optional: true; }]>;
865
- static ɵcmp: i0.ɵɵComponentDeclaration<MatTabNav, "[mat-tab-nav-bar]", ["matTabNavBar", "matTabNav"], { "color": { "alias": "color"; "required": false; }; "fitInkBarToContent": { "alias": "fitInkBarToContent"; "required": false; }; "stretchTabs": { "alias": "mat-stretch-tabs"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabPanel": { "alias": "tabPanel"; "required": false; }; }, {}, ["_items"], ["*"], false, never>;
859
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTabNav, "[mat-tab-nav-bar]", ["matTabNavBar", "matTabNav"], { "fitInkBarToContent": { "alias": "fitInkBarToContent"; "required": false; }; "stretchTabs": { "alias": "mat-stretch-tabs"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabPanel": { "alias": "tabPanel"; "required": false; }; }, {}, ["_items"], ["*"], false, never>;
860
+ static ngAcceptInputType_fitInkBarToContent: unknown;
861
+ static ngAcceptInputType_stretchTabs: unknown;
862
+ static ngAcceptInputType_disableRipple: unknown;
866
863
  }
867
864
 
868
865
  /**