@angular/material 19.0.0-next.8 → 19.0.0-rc.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.
- package/_index.scss +1 -2
- package/autocomplete/_autocomplete-theme.scss +37 -24
- package/autocomplete/index.d.ts +5 -6
- package/badge/_badge-theme.scss +38 -24
- package/bottom-sheet/_bottom-sheet-theme.scss +32 -20
- package/button/_button-theme.scss +229 -105
- package/button/_fab-theme.scss +95 -44
- package/button/_icon-button-theme.scss +38 -25
- package/button/index.d.ts +3 -3
- package/button-toggle/_button-toggle-theme.scss +62 -37
- package/card/_card-theme.scss +79 -38
- package/card/index.d.ts +2 -3
- package/checkbox/_checkbox-theme.scss +16 -10
- package/chips/_chips-theme.scss +64 -30
- package/core/_core-theme.scss +55 -37
- package/core/_core.scss +3 -6
- package/core/option/_optgroup-theme.scss +29 -18
- package/core/option/_option-theme.scss +34 -21
- package/core/ripple/_ripple-theme.scss +33 -21
- package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +49 -23
- package/core/theming/_config-validation.scss +4 -4
- package/core/theming/_definition.scss +12 -2
- package/core/tokens/_m3-system.scss +86 -42
- package/core/tokens/_token-utils.scss +91 -34
- package/core/tokens/m2/mat/_badge.scss +12 -3
- package/core/tokens/m2/mdc/_radio.scss +1 -1
- package/core/tokens/m3/definitions/_md-comp-elevated-card.scss +1 -1
- package/core/tokens/m3/mat/_badge.scss +6 -3
- package/datepicker/_datepicker-theme.scss +53 -32
- package/datepicker/index.d.ts +33 -34
- package/dialog/_dialog-theme.scss +46 -23
- package/divider/_divider-theme.scss +28 -17
- package/expansion/_expansion-theme.scss +36 -24
- package/fesm2022/autocomplete/testing.mjs +2 -5
- package/fesm2022/autocomplete/testing.mjs.map +1 -1
- package/fesm2022/autocomplete.mjs +225 -148
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge/testing.mjs +2 -5
- package/fesm2022/badge/testing.mjs.map +1 -1
- package/fesm2022/badge.mjs +45 -35
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet/testing.mjs +1 -1
- package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +80 -58
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button/testing.mjs +2 -2
- package/fesm2022/button/testing.mjs.map +1 -1
- package/fesm2022/button-toggle/testing.mjs +4 -7
- package/fesm2022/button-toggle/testing.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +82 -45
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +106 -79
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card/testing.mjs +3 -6
- package/fesm2022/card/testing.mjs.map +1 -1
- package/fesm2022/card.mjs +56 -69
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox/testing.mjs +4 -7
- package/fesm2022/checkbox/testing.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +104 -62
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips/testing.mjs +11 -14
- package/fesm2022/chips/testing.mjs.map +1 -1
- package/fesm2022/chips.mjs +322 -276
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core/testing.mjs +5 -11
- package/fesm2022/core/testing.mjs.map +1 -1
- package/fesm2022/core.mjs +242 -187
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker/testing.mjs +13 -22
- package/fesm2022/datepicker/testing.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +827 -582
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog/testing.mjs +15 -10
- package/fesm2022/dialog/testing.mjs.map +1 -1
- package/fesm2022/dialog.mjs +221 -156
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider/testing.mjs +1 -1
- package/fesm2022/divider/testing.mjs.map +1 -1
- package/fesm2022/divider.mjs +10 -12
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/expansion/testing.mjs +7 -10
- package/fesm2022/expansion/testing.mjs.map +1 -1
- package/fesm2022/expansion.mjs +86 -80
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field/testing.mjs +12 -15
- package/fesm2022/form-field/testing.mjs.map +1 -1
- package/fesm2022/form-field.mjs +179 -132
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list/testing.mjs +11 -17
- package/fesm2022/grid-list/testing.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +75 -56
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs +8 -8
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/icon.mjs +66 -46
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/input/testing.mjs +3 -3
- package/fesm2022/input/testing.mjs.map +1 -1
- package/fesm2022/input.mjs +103 -72
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/list/testing.mjs +21 -38
- package/fesm2022/list/testing.mjs.map +1 -1
- package/fesm2022/list.mjs +197 -195
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu/testing.mjs +3 -6
- package/fesm2022/menu/testing.mjs.map +1 -1
- package/fesm2022/menu.mjs +178 -127
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/paginator/testing.mjs +10 -13
- package/fesm2022/paginator/testing.mjs.map +1 -1
- package/fesm2022/paginator.mjs +83 -58
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar/testing.mjs +1 -1
- package/fesm2022/progress-bar/testing.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +36 -35
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner/testing.mjs +1 -1
- package/fesm2022/progress-spinner/testing.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +28 -14
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/radio/testing.mjs +6 -12
- package/fesm2022/radio/testing.mjs.map +1 -1
- package/fesm2022/radio.mjs +123 -87
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/select/testing.mjs +6 -9
- package/fesm2022/select/testing.mjs.map +1 -1
- package/fesm2022/select.mjs +219 -182
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav/testing.mjs +6 -6
- package/fesm2022/sidenav/testing.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +136 -125
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle/testing.mjs +3 -6
- package/fesm2022/slide-toggle/testing.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +77 -47
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider/testing.mjs +2 -2
- package/fesm2022/slider/testing.mjs.map +1 -1
- package/fesm2022/slider.mjs +262 -194
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar/testing.mjs +4 -7
- package/fesm2022/snack-bar/testing.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +143 -111
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort/testing.mjs +3 -6
- package/fesm2022/sort/testing.mjs.map +1 -1
- package/fesm2022/sort.mjs +94 -74
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper/testing.mjs +4 -4
- package/fesm2022/stepper/testing.mjs.map +1 -1
- package/fesm2022/stepper.mjs +146 -113
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table/testing.mjs +13 -25
- package/fesm2022/table/testing.mjs.map +1 -1
- package/fesm2022/table.mjs +183 -194
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs/testing.mjs +5 -5
- package/fesm2022/tabs/testing.mjs.map +1 -1
- package/fesm2022/tabs.mjs +329 -251
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/timepicker/testing.mjs +7 -16
- package/fesm2022/timepicker/testing.mjs.map +1 -1
- package/fesm2022/timepicker.mjs +160 -155
- package/fesm2022/timepicker.mjs.map +1 -1
- package/fesm2022/toolbar/testing.mjs +2 -5
- package/fesm2022/toolbar/testing.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +26 -17
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip/testing.mjs +6 -9
- package/fesm2022/tooltip/testing.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +97 -74
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree/testing.mjs +3 -6
- package/fesm2022/tree/testing.mjs.map +1 -1
- package/fesm2022/tree.mjs +57 -61
- package/fesm2022/tree.mjs.map +1 -1
- package/form-field/_form-field-theme.scss +114 -61
- package/form-field/index.d.ts +9 -10
- package/grid-list/_grid-list-theme.scss +25 -15
- package/icon/_icon-theme.scss +22 -14
- package/input/_input-theme.scss +18 -11
- package/list/_list-theme.scss +89 -47
- package/list/index.d.ts +20 -21
- package/menu/_menu-theme.scss +33 -21
- package/menu/index.d.ts +8 -9
- package/package.json +2 -2
- package/paginator/_paginator-theme.scss +39 -23
- package/prebuilt-themes/azure-blue.css +1 -1
- package/prebuilt-themes/cyan-orange.css +1 -1
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/magenta-violet.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/prebuilt-themes/rose-red.css +1 -1
- package/progress-bar/_progress-bar-theme.scss +20 -16
- package/progress-spinner/_progress-spinner-theme.scss +41 -25
- package/progress-spinner/index.d.ts +3 -4
- package/radio/_radio-theme.scss +60 -32
- package/radio/index.d.ts +2 -3
- package/schematics/collection.json +3 -3
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-add/theming/create-custom-theme.js +1 -6
- package/schematics/ng-add/theming/create-custom-theme.mjs +1 -6
- package/schematics/ng-generate/{m3-theme → theme-color}/index_bundled.js +480 -288
- package/schematics/ng-generate/theme-color/index_bundled.js.map +7 -0
- package/schematics/ng-generate/{m3-theme → theme-color}/schema.json +7 -13
- package/schematics/ng-update/index_bundled.js +6 -1
- package/schematics/ng-update/index_bundled.js.map +1 -1
- package/select/_select-theme.scss +38 -25
- package/select/index.d.ts +6 -7
- package/sidenav/_sidenav-theme.scss +28 -17
- package/slide-toggle/_slide-toggle-theme.scss +52 -28
- package/slider/_slider-theme.scss +62 -38
- package/snack-bar/_snack-bar-theme.scss +29 -17
- package/sort/_sort-theme.scss +33 -21
- package/stepper/_stepper-theme.scss +40 -27
- package/stepper/index.d.ts +14 -15
- package/table/_table-theme.scss +36 -23
- package/tabs/_tabs-theme.scss +97 -50
- package/tabs/index.d.ts +2 -2
- package/timepicker/_timepicker-theme.scss +37 -24
- package/toolbar/_toolbar-theme.scss +35 -22
- package/tooltip/_tooltip-theme.scss +18 -15
- package/tooltip/index.d.ts +5 -6
- package/tree/_tree-theme.scss +33 -21
- package/schematics/ng-generate/m3-theme/index_bundled.js.map +0 -7
package/sort/_sort-theme.scss
CHANGED
|
@@ -10,18 +10,19 @@
|
|
|
10
10
|
@mixin base($theme) {
|
|
11
11
|
@if inspection.get-theme-version($theme) == 1 {
|
|
12
12
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
|
|
13
|
+
} @else {
|
|
13
14
|
}
|
|
14
|
-
@else {}
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
@mixin color($theme) {
|
|
18
18
|
@if inspection.get-theme-version($theme) == 1 {
|
|
19
19
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, color));
|
|
20
|
-
}
|
|
21
|
-
@else {
|
|
20
|
+
} @else {
|
|
22
21
|
@include sass-utils.current-selector-or-root() {
|
|
23
|
-
@include token-utils.create-token-values(
|
|
24
|
-
tokens-mat-sort
|
|
22
|
+
@include token-utils.create-token-values(
|
|
23
|
+
tokens-mat-sort.$prefix,
|
|
24
|
+
tokens-mat-sort.get-color-tokens($theme)
|
|
25
|
+
);
|
|
25
26
|
}
|
|
26
27
|
}
|
|
27
28
|
}
|
|
@@ -29,11 +30,12 @@
|
|
|
29
30
|
@mixin typography($theme) {
|
|
30
31
|
@if inspection.get-theme-version($theme) == 1 {
|
|
31
32
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
32
|
-
}
|
|
33
|
-
@else {
|
|
33
|
+
} @else {
|
|
34
34
|
@include sass-utils.current-selector-or-root() {
|
|
35
|
-
@include token-utils.create-token-values(
|
|
36
|
-
tokens-mat-sort
|
|
35
|
+
@include token-utils.create-token-values(
|
|
36
|
+
tokens-mat-sort.$prefix,
|
|
37
|
+
tokens-mat-sort.get-typography-tokens($theme)
|
|
38
|
+
);
|
|
37
39
|
}
|
|
38
40
|
}
|
|
39
41
|
}
|
|
@@ -41,28 +43,35 @@
|
|
|
41
43
|
@mixin density($theme) {
|
|
42
44
|
@if inspection.get-theme-version($theme) == 1 {
|
|
43
45
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
|
|
44
|
-
}
|
|
45
|
-
@else {
|
|
46
|
+
} @else {
|
|
46
47
|
@include sass-utils.current-selector-or-root() {
|
|
47
|
-
@include token-utils.create-token-values(
|
|
48
|
-
tokens-mat-sort
|
|
48
|
+
@include token-utils.create-token-values(
|
|
49
|
+
tokens-mat-sort.$prefix,
|
|
50
|
+
tokens-mat-sort.get-density-tokens($theme)
|
|
51
|
+
);
|
|
49
52
|
}
|
|
50
53
|
}
|
|
51
54
|
}
|
|
52
55
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
(
|
|
56
|
+
/// Defines the tokens that will be available in the `overrides` mixin and for docs extraction.
|
|
57
|
+
@function _define-overrides() {
|
|
58
|
+
@return (
|
|
59
|
+
(
|
|
60
|
+
namespace: tokens-mat-sort.$prefix,
|
|
61
|
+
tokens: tokens-mat-sort.get-token-slots(),
|
|
62
|
+
),
|
|
57
63
|
);
|
|
58
64
|
}
|
|
59
65
|
|
|
66
|
+
@mixin overrides($tokens: ()) {
|
|
67
|
+
@include token-utils.batch-create-token-values($tokens, _define-overrides()...);
|
|
68
|
+
}
|
|
69
|
+
|
|
60
70
|
@mixin theme($theme) {
|
|
61
71
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-sort') {
|
|
62
72
|
@if inspection.get-theme-version($theme) == 1 {
|
|
63
73
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme));
|
|
64
|
-
}
|
|
65
|
-
@else {
|
|
74
|
+
} @else {
|
|
66
75
|
@include base($theme);
|
|
67
76
|
@if inspection.theme-has($theme, color) {
|
|
68
77
|
@include color($theme);
|
|
@@ -79,9 +88,12 @@
|
|
|
79
88
|
|
|
80
89
|
@mixin _theme-from-tokens($tokens) {
|
|
81
90
|
@include validation.selector-defined(
|
|
82
|
-
|
|
91
|
+
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
|
|
92
|
+
);
|
|
83
93
|
@if ($tokens != ()) {
|
|
84
94
|
@include token-utils.create-token-values(
|
|
85
|
-
|
|
95
|
+
tokens-mat-sort.$prefix,
|
|
96
|
+
map.get($tokens, tokens-mat-sort.$prefix)
|
|
97
|
+
);
|
|
86
98
|
}
|
|
87
99
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
@mixin base($theme) {
|
|
13
13
|
@if inspection.get-theme-version($theme) == 1 {
|
|
14
14
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
|
|
15
|
+
} @else {
|
|
15
16
|
}
|
|
16
|
-
@else {}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
/// Outputs color theme styles for mat-stepper.
|
|
@@ -24,20 +24,25 @@
|
|
|
24
24
|
@mixin color($theme, $options...) {
|
|
25
25
|
@if inspection.get-theme-version($theme) == 1 {
|
|
26
26
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, color), $options...);
|
|
27
|
-
}
|
|
28
|
-
@else {
|
|
27
|
+
} @else {
|
|
29
28
|
@include sass-utils.current-selector-or-root() {
|
|
30
|
-
@include token-utils.create-token-values(
|
|
31
|
-
tokens-mat-stepper
|
|
29
|
+
@include token-utils.create-token-values(
|
|
30
|
+
tokens-mat-stepper.$prefix,
|
|
31
|
+
tokens-mat-stepper.get-color-tokens($theme)
|
|
32
|
+
);
|
|
32
33
|
|
|
33
34
|
.mat-step-header.mat-accent {
|
|
34
|
-
@include token-utils.create-token-values(
|
|
35
|
-
tokens-mat-stepper
|
|
35
|
+
@include token-utils.create-token-values(
|
|
36
|
+
tokens-mat-stepper.$prefix,
|
|
37
|
+
tokens-mat-stepper.private-get-color-palette-color-tokens($theme, accent)
|
|
38
|
+
);
|
|
36
39
|
}
|
|
37
40
|
|
|
38
41
|
.mat-step-header.mat-warn {
|
|
39
|
-
@include token-utils.create-token-values(
|
|
40
|
-
tokens-mat-stepper
|
|
42
|
+
@include token-utils.create-token-values(
|
|
43
|
+
tokens-mat-stepper.$prefix,
|
|
44
|
+
tokens-mat-stepper.private-get-color-palette-color-tokens($theme, warn)
|
|
45
|
+
);
|
|
41
46
|
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
@@ -48,11 +53,12 @@
|
|
|
48
53
|
@mixin typography($theme) {
|
|
49
54
|
@if inspection.get-theme-version($theme) == 1 {
|
|
50
55
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
51
|
-
}
|
|
52
|
-
@else {
|
|
56
|
+
} @else {
|
|
53
57
|
@include sass-utils.current-selector-or-root() {
|
|
54
|
-
@include token-utils.create-token-values(
|
|
55
|
-
tokens-mat-stepper
|
|
58
|
+
@include token-utils.create-token-values(
|
|
59
|
+
tokens-mat-stepper.$prefix,
|
|
60
|
+
tokens-mat-stepper.get-typography-tokens($theme)
|
|
61
|
+
);
|
|
56
62
|
}
|
|
57
63
|
}
|
|
58
64
|
}
|
|
@@ -62,22 +68,30 @@
|
|
|
62
68
|
@mixin density($theme) {
|
|
63
69
|
@if inspection.get-theme-version($theme) == 1 {
|
|
64
70
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
|
|
65
|
-
}
|
|
66
|
-
@else {
|
|
71
|
+
} @else {
|
|
67
72
|
@include sass-utils.current-selector-or-root() {
|
|
68
|
-
@include token-utils.create-token-values(
|
|
69
|
-
tokens-mat-stepper
|
|
73
|
+
@include token-utils.create-token-values(
|
|
74
|
+
tokens-mat-stepper.$prefix,
|
|
75
|
+
tokens-mat-stepper.get-density-tokens($theme)
|
|
76
|
+
);
|
|
70
77
|
}
|
|
71
78
|
}
|
|
72
79
|
}
|
|
73
80
|
|
|
81
|
+
/// Defines the tokens that will be available in the `overrides` mixin and for docs extraction.
|
|
82
|
+
@function _define-overrides() {
|
|
83
|
+
@return (
|
|
84
|
+
(
|
|
85
|
+
namespace: tokens-mat-stepper.$prefix,
|
|
86
|
+
tokens: tokens-mat-stepper.get-token-slots(),
|
|
87
|
+
),
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
|
|
74
91
|
/// Outputs the CSS variable values for the given tokens.
|
|
75
92
|
/// @param {Map} $tokens The token values to emit.
|
|
76
93
|
@mixin overrides($tokens: ()) {
|
|
77
|
-
@include token-utils.batch-create-token-values(
|
|
78
|
-
$tokens,
|
|
79
|
-
(prefix: tokens-mat-stepper.$prefix, tokens: tokens-mat-stepper.get-token-slots()),
|
|
80
|
-
);
|
|
94
|
+
@include token-utils.batch-create-token-values($tokens, _define-overrides()...);
|
|
81
95
|
}
|
|
82
96
|
|
|
83
97
|
/// Outputs all (base, color, typography, and density) theme styles for mat-stepper.
|
|
@@ -85,12 +99,11 @@
|
|
|
85
99
|
/// @param {ArgList} Additional optional arguments (only supported for M3 themes):
|
|
86
100
|
/// $color-variant: The color variant to use for the stepper: primary, secondary,
|
|
87
101
|
/// tertiary, or error (If not specified, primary color values will be used).
|
|
88
|
-
@mixin theme($theme,
|
|
102
|
+
@mixin theme($theme, $options...) {
|
|
89
103
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-stepper') {
|
|
90
104
|
@if inspection.get-theme-version($theme) == 1 {
|
|
91
105
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme), $options...);
|
|
92
|
-
}
|
|
93
|
-
@else {
|
|
106
|
+
} @else {
|
|
94
107
|
@include base($theme);
|
|
95
108
|
@if inspection.theme-has($theme, color) {
|
|
96
109
|
@include color($theme);
|
|
@@ -107,14 +120,14 @@
|
|
|
107
120
|
|
|
108
121
|
@mixin _theme-from-tokens($tokens, $options...) {
|
|
109
122
|
@include validation.selector-defined(
|
|
110
|
-
|
|
123
|
+
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
|
|
124
|
+
);
|
|
111
125
|
@if ($tokens != ()) {
|
|
112
126
|
$mat-stepper-tokens: token-utils.get-tokens-for(
|
|
113
127
|
$tokens,
|
|
114
128
|
tokens-mat-stepper.$prefix,
|
|
115
129
|
$options...
|
|
116
130
|
);
|
|
117
|
-
@include token-utils.create-token-values(
|
|
118
|
-
tokens-mat-stepper.$prefix, $mat-stepper-tokens);
|
|
131
|
+
@include token-utils.create-token-values(tokens-mat-stepper.$prefix, $mat-stepper-tokens);
|
|
119
132
|
}
|
|
120
133
|
}
|
package/stepper/index.d.ts
CHANGED
|
@@ -15,10 +15,9 @@ import { FocusOrigin } from '@angular/cdk/a11y';
|
|
|
15
15
|
import { FormGroupDirective } from '@angular/forms';
|
|
16
16
|
import * as i0 from '@angular/core';
|
|
17
17
|
import * as i1 from '@angular/material/core';
|
|
18
|
-
import * as i2 from '@angular/
|
|
19
|
-
import * as i3 from '@angular/cdk/
|
|
20
|
-
import * as i4 from '@angular/
|
|
21
|
-
import * as i5 from '@angular/material/icon';
|
|
18
|
+
import * as i2 from '@angular/cdk/portal';
|
|
19
|
+
import * as i3 from '@angular/cdk/stepper';
|
|
20
|
+
import * as i4 from '@angular/material/icon';
|
|
22
21
|
import { NgForm } from '@angular/forms';
|
|
23
22
|
import { OnDestroy } from '@angular/core';
|
|
24
23
|
import { Optional } from '@angular/core';
|
|
@@ -32,40 +31,40 @@ import { ThemePalette } from '@angular/material/core';
|
|
|
32
31
|
|
|
33
32
|
declare namespace i10 {
|
|
34
33
|
export {
|
|
35
|
-
|
|
36
|
-
MatStepperIcon
|
|
34
|
+
MatStepContent
|
|
37
35
|
}
|
|
38
36
|
}
|
|
39
37
|
|
|
40
|
-
declare namespace
|
|
38
|
+
declare namespace i5 {
|
|
41
39
|
export {
|
|
42
|
-
|
|
40
|
+
MatStep,
|
|
41
|
+
MatStepper
|
|
43
42
|
}
|
|
44
43
|
}
|
|
45
44
|
|
|
46
45
|
declare namespace i6 {
|
|
47
46
|
export {
|
|
48
|
-
|
|
49
|
-
MatStepper
|
|
47
|
+
MatStepLabel
|
|
50
48
|
}
|
|
51
49
|
}
|
|
52
50
|
|
|
53
51
|
declare namespace i7 {
|
|
54
52
|
export {
|
|
55
|
-
|
|
53
|
+
MatStepperNext,
|
|
54
|
+
MatStepperPrevious
|
|
56
55
|
}
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
declare namespace i8 {
|
|
60
59
|
export {
|
|
61
|
-
|
|
62
|
-
MatStepperPrevious
|
|
60
|
+
MatStepHeader
|
|
63
61
|
}
|
|
64
62
|
}
|
|
65
63
|
|
|
66
64
|
declare namespace i9 {
|
|
67
65
|
export {
|
|
68
|
-
|
|
66
|
+
MatStepperIconContext,
|
|
67
|
+
MatStepperIcon
|
|
69
68
|
}
|
|
70
69
|
}
|
|
71
70
|
|
|
@@ -269,7 +268,7 @@ export declare class MatStepperIntl {
|
|
|
269
268
|
|
|
270
269
|
export declare class MatStepperModule {
|
|
271
270
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepperModule, never>;
|
|
272
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatStepperModule, never, [typeof i1.MatCommonModule, typeof i2.
|
|
271
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatStepperModule, never, [typeof i1.MatCommonModule, typeof i2.PortalModule, typeof i3.CdkStepperModule, typeof i4.MatIconModule, typeof i1.MatRippleModule, typeof i5.MatStep, typeof i6.MatStepLabel, typeof i5.MatStepper, typeof i7.MatStepperNext, typeof i7.MatStepperPrevious, typeof i8.MatStepHeader, typeof i9.MatStepperIcon, typeof i10.MatStepContent], [typeof i1.MatCommonModule, typeof i5.MatStep, typeof i6.MatStepLabel, typeof i5.MatStepper, typeof i7.MatStepperNext, typeof i7.MatStepperPrevious, typeof i8.MatStepHeader, typeof i9.MatStepperIcon, typeof i10.MatStepContent]>;
|
|
273
272
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatStepperModule>;
|
|
274
273
|
}
|
|
275
274
|
|
package/table/_table-theme.scss
CHANGED
|
@@ -10,11 +10,12 @@
|
|
|
10
10
|
@mixin base($theme) {
|
|
11
11
|
@if inspection.get-theme-version($theme) == 1 {
|
|
12
12
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
|
|
13
|
-
}
|
|
14
|
-
@else {
|
|
13
|
+
} @else {
|
|
15
14
|
@include sass-utils.current-selector-or-root() {
|
|
16
15
|
@include token-utils.create-token-values(
|
|
17
|
-
|
|
16
|
+
tokens-mat-table.$prefix,
|
|
17
|
+
tokens-mat-table.get-unthemable-tokens()
|
|
18
|
+
);
|
|
18
19
|
}
|
|
19
20
|
}
|
|
20
21
|
}
|
|
@@ -22,11 +23,12 @@
|
|
|
22
23
|
@mixin color($theme) {
|
|
23
24
|
@if inspection.get-theme-version($theme) == 1 {
|
|
24
25
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, color));
|
|
25
|
-
}
|
|
26
|
-
@else {
|
|
26
|
+
} @else {
|
|
27
27
|
@include sass-utils.current-selector-or-root() {
|
|
28
|
-
@include token-utils.create-token-values(
|
|
29
|
-
tokens-mat-table
|
|
28
|
+
@include token-utils.create-token-values(
|
|
29
|
+
tokens-mat-table.$prefix,
|
|
30
|
+
tokens-mat-table.get-color-tokens($theme)
|
|
31
|
+
);
|
|
30
32
|
}
|
|
31
33
|
}
|
|
32
34
|
}
|
|
@@ -34,11 +36,12 @@
|
|
|
34
36
|
@mixin typography($theme) {
|
|
35
37
|
@if inspection.get-theme-version($theme) == 1 {
|
|
36
38
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
37
|
-
}
|
|
38
|
-
@else {
|
|
39
|
+
} @else {
|
|
39
40
|
@include sass-utils.current-selector-or-root() {
|
|
40
|
-
@include token-utils.create-token-values(
|
|
41
|
-
tokens-mat-table
|
|
41
|
+
@include token-utils.create-token-values(
|
|
42
|
+
tokens-mat-table.$prefix,
|
|
43
|
+
tokens-mat-table.get-typography-tokens($theme)
|
|
44
|
+
);
|
|
42
45
|
}
|
|
43
46
|
}
|
|
44
47
|
}
|
|
@@ -46,28 +49,35 @@
|
|
|
46
49
|
@mixin density($theme) {
|
|
47
50
|
@if inspection.get-theme-version($theme) == 1 {
|
|
48
51
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
|
|
49
|
-
}
|
|
50
|
-
@else {
|
|
52
|
+
} @else {
|
|
51
53
|
@include sass-utils.current-selector-or-root() {
|
|
52
|
-
@include token-utils.create-token-values(
|
|
53
|
-
tokens-mat-table
|
|
54
|
+
@include token-utils.create-token-values(
|
|
55
|
+
tokens-mat-table.$prefix,
|
|
56
|
+
tokens-mat-table.get-density-tokens($theme)
|
|
57
|
+
);
|
|
54
58
|
}
|
|
55
59
|
}
|
|
56
60
|
}
|
|
57
61
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
(
|
|
62
|
+
/// Defines the tokens that will be available in the `overrides` mixin and for docs extraction.
|
|
63
|
+
@function _define-overrides() {
|
|
64
|
+
@return (
|
|
65
|
+
(
|
|
66
|
+
namespace: tokens-mat-table.$prefix,
|
|
67
|
+
tokens: tokens-mat-table.get-token-slots(),
|
|
68
|
+
),
|
|
62
69
|
);
|
|
63
70
|
}
|
|
64
71
|
|
|
72
|
+
@mixin overrides($tokens: ()) {
|
|
73
|
+
@include token-utils.batch-create-token-values($tokens, _define-overrides()...);
|
|
74
|
+
}
|
|
75
|
+
|
|
65
76
|
@mixin theme($theme) {
|
|
66
77
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-table') {
|
|
67
78
|
@if inspection.get-theme-version($theme) == 1 {
|
|
68
79
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme));
|
|
69
|
-
}
|
|
70
|
-
@else {
|
|
80
|
+
} @else {
|
|
71
81
|
@include base($theme);
|
|
72
82
|
@if inspection.theme-has($theme, color) {
|
|
73
83
|
@include color($theme);
|
|
@@ -84,9 +94,12 @@
|
|
|
84
94
|
|
|
85
95
|
@mixin _theme-from-tokens($tokens) {
|
|
86
96
|
@include validation.selector-defined(
|
|
87
|
-
|
|
97
|
+
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
|
|
98
|
+
);
|
|
88
99
|
@if ($tokens != ()) {
|
|
89
100
|
@include token-utils.create-token-values(
|
|
90
|
-
|
|
101
|
+
tokens-mat-table.$prefix,
|
|
102
|
+
map.get($tokens, tokens-mat-table.$prefix)
|
|
103
|
+
);
|
|
91
104
|
}
|
|
92
105
|
}
|
package/tabs/_tabs-theme.scss
CHANGED
|
@@ -15,19 +15,24 @@
|
|
|
15
15
|
@mixin base($theme) {
|
|
16
16
|
@if inspection.get-theme-version($theme) == 1 {
|
|
17
17
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
|
|
18
|
-
}
|
|
19
|
-
@else {
|
|
18
|
+
} @else {
|
|
20
19
|
@include sass-utils.current-selector-or-root() {
|
|
21
20
|
@include token-utils.create-token-values(
|
|
22
21
|
tokens-mdc-secondary-navigation-tab.$prefix,
|
|
23
|
-
tokens-mdc-secondary-navigation-tab.get-unthemable-tokens()
|
|
22
|
+
tokens-mdc-secondary-navigation-tab.get-unthemable-tokens()
|
|
23
|
+
);
|
|
24
24
|
@include token-utils.create-token-values(
|
|
25
|
-
tokens-mdc-tab-indicator.$prefix,
|
|
25
|
+
tokens-mdc-tab-indicator.$prefix,
|
|
26
|
+
tokens-mdc-tab-indicator.get-unthemable-tokens()
|
|
27
|
+
);
|
|
26
28
|
@include token-utils.create-token-values(
|
|
27
|
-
tokens-mat-tab-header.$prefix,
|
|
29
|
+
tokens-mat-tab-header.$prefix,
|
|
30
|
+
tokens-mat-tab-header.get-unthemable-tokens()
|
|
31
|
+
);
|
|
28
32
|
@include token-utils.create-token-values(
|
|
29
33
|
tokens-mat-tab-header-with-background.$prefix,
|
|
30
|
-
tokens-mat-tab-header-with-background.get-unthemable-tokens()
|
|
34
|
+
tokens-mat-tab-header-with-background.get-unthemable-tokens()
|
|
35
|
+
);
|
|
31
36
|
}
|
|
32
37
|
}
|
|
33
38
|
}
|
|
@@ -40,9 +45,9 @@
|
|
|
40
45
|
@mixin color($theme, $options...) {
|
|
41
46
|
@if inspection.get-theme-version($theme) == 1 {
|
|
42
47
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, color), $options...);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.mat-mdc-tab-
|
|
48
|
+
} @else {
|
|
49
|
+
.mat-mdc-tab-group,
|
|
50
|
+
.mat-mdc-tab-nav-bar {
|
|
46
51
|
@include _palette-styles($theme, primary);
|
|
47
52
|
|
|
48
53
|
&.mat-accent {
|
|
@@ -69,8 +74,10 @@
|
|
|
69
74
|
}
|
|
70
75
|
|
|
71
76
|
@mixin _background-styles($theme, $palette-name) {
|
|
72
|
-
@include token-utils.create-token-values(
|
|
73
|
-
tokens-mat-tab-header-with-background
|
|
77
|
+
@include token-utils.create-token-values(
|
|
78
|
+
tokens-mat-tab-header-with-background.$prefix,
|
|
79
|
+
tokens-mat-tab-header-with-background.get-color-tokens($theme, $palette-name)
|
|
80
|
+
);
|
|
74
81
|
}
|
|
75
82
|
|
|
76
83
|
@mixin _palette-styles($theme, $palette-name) {
|
|
@@ -80,9 +87,12 @@
|
|
|
80
87
|
);
|
|
81
88
|
@include token-utils.create-token-values(
|
|
82
89
|
tokens-mdc-tab-indicator.$prefix,
|
|
83
|
-
tokens-mdc-tab-indicator.get-color-tokens($theme, $palette-name)
|
|
84
|
-
|
|
85
|
-
|
|
90
|
+
tokens-mdc-tab-indicator.get-color-tokens($theme, $palette-name)
|
|
91
|
+
);
|
|
92
|
+
@include token-utils.create-token-values(
|
|
93
|
+
tokens-mat-tab-header.$prefix,
|
|
94
|
+
tokens-mat-tab-header.get-color-tokens($theme, $palette-name)
|
|
95
|
+
);
|
|
86
96
|
}
|
|
87
97
|
|
|
88
98
|
/// Outputs typography theme styles for the mat-tab.
|
|
@@ -90,18 +100,24 @@
|
|
|
90
100
|
@mixin typography($theme) {
|
|
91
101
|
@if inspection.get-theme-version($theme) == 1 {
|
|
92
102
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
93
|
-
}
|
|
94
|
-
@else {
|
|
103
|
+
} @else {
|
|
95
104
|
.mat-mdc-tab-header {
|
|
96
105
|
@include token-utils.create-token-values(
|
|
97
106
|
tokens-mdc-secondary-navigation-tab.$prefix,
|
|
98
|
-
tokens-mdc-secondary-navigation-tab.get-typography-tokens($theme)
|
|
107
|
+
tokens-mdc-secondary-navigation-tab.get-typography-tokens($theme)
|
|
108
|
+
);
|
|
109
|
+
@include token-utils.create-token-values(
|
|
110
|
+
tokens-mdc-tab-indicator.$prefix,
|
|
111
|
+
tokens-mdc-tab-indicator.get-typography-tokens($theme)
|
|
112
|
+
);
|
|
99
113
|
@include token-utils.create-token-values(
|
|
100
|
-
tokens-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
@include token-utils.create-token-values(
|
|
104
|
-
tokens-mat-tab-header-with-background
|
|
114
|
+
tokens-mat-tab-header.$prefix,
|
|
115
|
+
tokens-mat-tab-header.get-typography-tokens($theme)
|
|
116
|
+
);
|
|
117
|
+
@include token-utils.create-token-values(
|
|
118
|
+
tokens-mat-tab-header-with-background.$prefix,
|
|
119
|
+
tokens-mat-tab-header-with-background.get-typography-tokens($theme)
|
|
120
|
+
);
|
|
105
121
|
}
|
|
106
122
|
}
|
|
107
123
|
}
|
|
@@ -111,42 +127,61 @@
|
|
|
111
127
|
@mixin density($theme) {
|
|
112
128
|
@if inspection.get-theme-version($theme) == 1 {
|
|
113
129
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
|
|
114
|
-
}
|
|
115
|
-
@else {
|
|
130
|
+
} @else {
|
|
116
131
|
.mat-mdc-tab-header {
|
|
117
132
|
@include token-utils.create-token-values(
|
|
118
133
|
tokens-mdc-secondary-navigation-tab.$prefix,
|
|
119
|
-
tokens-mdc-secondary-navigation-tab.get-density-tokens($theme)
|
|
134
|
+
tokens-mdc-secondary-navigation-tab.get-density-tokens($theme)
|
|
135
|
+
);
|
|
120
136
|
@include token-utils.create-token-values(
|
|
121
|
-
tokens-mdc-tab-indicator.$prefix,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
@include token-utils.create-token-values(
|
|
125
|
-
tokens-mat-tab-header
|
|
137
|
+
tokens-mdc-tab-indicator.$prefix,
|
|
138
|
+
tokens-mdc-tab-indicator.get-density-tokens($theme)
|
|
139
|
+
);
|
|
140
|
+
@include token-utils.create-token-values(
|
|
141
|
+
tokens-mat-tab-header.$prefix,
|
|
142
|
+
tokens-mat-tab-header.get-density-tokens($theme)
|
|
143
|
+
);
|
|
144
|
+
@include token-utils.create-token-values(
|
|
145
|
+
tokens-mat-tab-header-with-background.$prefix,
|
|
146
|
+
tokens-mat-tab-header-with-background.get-density-tokens($theme)
|
|
147
|
+
);
|
|
126
148
|
}
|
|
127
149
|
}
|
|
128
150
|
}
|
|
129
151
|
|
|
130
|
-
///
|
|
131
|
-
|
|
132
|
-
@mixin overrides($tokens: ()) {
|
|
152
|
+
/// Defines the tokens that will be available in the `overrides` mixin and for docs extraction.
|
|
153
|
+
@function _define-overrides() {
|
|
133
154
|
$tab-tokens: tokens-mdc-secondary-navigation-tab.get-token-slots();
|
|
134
155
|
$tab-indicator-tokens: tokens-mdc-tab-indicator.get-token-slots();
|
|
135
156
|
$tab-header-tokens: tokens-mat-tab-header.get-token-slots();
|
|
136
157
|
$tab-header-with-background-tokens: tokens-mat-tab-header-with-background.get-token-slots();
|
|
137
158
|
|
|
138
|
-
@
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
159
|
+
@return (
|
|
160
|
+
(
|
|
161
|
+
namespace: tokens-mdc-secondary-navigation-tab.$prefix,
|
|
162
|
+
tokens: $tab-tokens,
|
|
163
|
+
),
|
|
164
|
+
(
|
|
165
|
+
namespace: tokens-mdc-tab-indicator.$prefix,
|
|
166
|
+
tokens: $tab-indicator-tokens,
|
|
167
|
+
),
|
|
143
168
|
(
|
|
144
|
-
|
|
169
|
+
namespace: tokens-mat-tab-header.$prefix,
|
|
170
|
+
tokens: $tab-header-tokens,
|
|
171
|
+
),
|
|
172
|
+
(
|
|
173
|
+
namespace: tokens-mat-tab-header-with-background.$prefix,
|
|
145
174
|
tokens: $tab-header-with-background-tokens,
|
|
146
175
|
),
|
|
147
176
|
);
|
|
148
177
|
}
|
|
149
178
|
|
|
179
|
+
/// Outputs the CSS variable values for the given tokens.
|
|
180
|
+
/// @param {Map} $tokens The token values to emit.
|
|
181
|
+
@mixin overrides($tokens: ()) {
|
|
182
|
+
@include token-utils.batch-create-token-values($tokens, _define-overrides()...);
|
|
183
|
+
}
|
|
184
|
+
|
|
150
185
|
/// Outputs all (base, color, typography, and density) theme styles for the mat-tab.
|
|
151
186
|
/// @param {Map} $theme The theme to generate styles for.
|
|
152
187
|
/// @param {ArgList} Additional optional arguments (only supported for M3 themes):
|
|
@@ -156,8 +191,7 @@
|
|
|
156
191
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-tabs') {
|
|
157
192
|
@if inspection.get-theme-version($theme) == 1 {
|
|
158
193
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme), $options...);
|
|
159
|
-
}
|
|
160
|
-
@else {
|
|
194
|
+
} @else {
|
|
161
195
|
@include base($theme);
|
|
162
196
|
@if inspection.theme-has($theme, color) {
|
|
163
197
|
@include color($theme);
|
|
@@ -174,18 +208,31 @@
|
|
|
174
208
|
|
|
175
209
|
@mixin _theme-from-tokens($tokens, $options...) {
|
|
176
210
|
@include validation.selector-defined(
|
|
177
|
-
|
|
211
|
+
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
|
|
212
|
+
);
|
|
178
213
|
$mdc-tab-indicator-tokens: token-utils.get-tokens-for(
|
|
179
|
-
|
|
214
|
+
$tokens,
|
|
215
|
+
tokens-mdc-tab-indicator.$prefix,
|
|
216
|
+
$options...
|
|
217
|
+
);
|
|
180
218
|
$mat-tab-header-tokens: token-utils.get-tokens-for(
|
|
181
|
-
|
|
219
|
+
$tokens,
|
|
220
|
+
tokens-mat-tab-header.$prefix,
|
|
221
|
+
$options...
|
|
222
|
+
);
|
|
182
223
|
// Don't pass $options here, because the mdc-tab doesn't have color variants,
|
|
183
224
|
// only the mdc-tab-indicator and mat-tab-header do.
|
|
184
|
-
$mdc-secondary-navigation-tab-tokens:
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
@include token-utils.create-token-values(
|
|
189
|
-
|
|
225
|
+
$mdc-secondary-navigation-tab-tokens: token-utils.get-tokens-for(
|
|
226
|
+
$tokens,
|
|
227
|
+
tokens-mdc-secondary-navigation-tab.$prefix
|
|
228
|
+
);
|
|
229
|
+
@include token-utils.create-token-values(
|
|
230
|
+
tokens-mdc-secondary-navigation-tab.$prefix,
|
|
231
|
+
$mdc-secondary-navigation-tab-tokens
|
|
232
|
+
);
|
|
233
|
+
@include token-utils.create-token-values(
|
|
234
|
+
tokens-mdc-tab-indicator.$prefix,
|
|
235
|
+
$mdc-tab-indicator-tokens
|
|
236
|
+
);
|
|
190
237
|
@include token-utils.create-token-values(tokens-mat-tab-header.$prefix, $mat-tab-header-tokens);
|
|
191
238
|
}
|
package/tabs/index.d.ts
CHANGED
|
@@ -91,7 +91,7 @@ declare abstract class InkBarItem implements OnInit, OnDestroy {
|
|
|
91
91
|
*/
|
|
92
92
|
private _appendInkBarElement;
|
|
93
93
|
static ɵfac: i0.ɵɵFactoryDeclaration<InkBarItem, never>;
|
|
94
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InkBarItem, never, never, { "fitInkBarToContent": { "alias": "fitInkBarToContent"; "required": false; }; }, {}, never, never,
|
|
94
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InkBarItem, never, never, { "fitInkBarToContent": { "alias": "fitInkBarToContent"; "required": false; }; }, {}, never, never, true, never>;
|
|
95
95
|
static ngAcceptInputType_fitInkBarToContent: unknown;
|
|
96
96
|
}
|
|
97
97
|
|
|
@@ -341,7 +341,7 @@ export declare abstract class MatPaginatedTabHeader implements AfterContentCheck
|
|
|
341
341
|
*/
|
|
342
342
|
private _scrollTo;
|
|
343
343
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatedTabHeader, never>;
|
|
344
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatPaginatedTabHeader, never, never, { "disablePagination": { "alias": "disablePagination"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, never, never,
|
|
344
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatPaginatedTabHeader, never, never, { "disablePagination": { "alias": "disablePagination"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, never, never, true, never>;
|
|
345
345
|
static ngAcceptInputType_disablePagination: unknown;
|
|
346
346
|
static ngAcceptInputType_selectedIndex: unknown;
|
|
347
347
|
}
|