@angular/material 21.0.3 → 21.0.6
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/LICENSE +1 -1
- package/core/focus-indicators/_private.scss +1 -1
- package/fesm2022/_error-options-chunk.mjs +6 -6
- package/fesm2022/_form-field-chunk.mjs +32 -32
- package/fesm2022/_form-field-chunk.mjs.map +1 -1
- package/fesm2022/_icon-button-chunk.mjs +8 -8
- package/fesm2022/_icon-button-chunk.mjs.map +1 -1
- package/fesm2022/_icon-registry-chunk.mjs +3 -3
- package/fesm2022/_internal-form-field-chunk.mjs +3 -3
- package/fesm2022/_line-chunk.mjs +7 -7
- package/fesm2022/_option-chunk.mjs +6 -6
- package/fesm2022/_option-module-chunk.mjs +4 -4
- package/fesm2022/_pseudo-checkbox-chunk.mjs +3 -3
- package/fesm2022/_pseudo-checkbox-module-chunk.mjs +4 -4
- package/fesm2022/_ripple-chunk.mjs +6 -6
- package/fesm2022/_ripple-loader-chunk.mjs +3 -3
- package/fesm2022/_ripple-module-chunk.mjs +4 -4
- package/fesm2022/_structural-styles-chunk.mjs +5 -5
- package/fesm2022/_structural-styles-chunk.mjs.map +1 -1
- package/fesm2022/_tooltip-chunk.mjs +18 -12
- package/fesm2022/_tooltip-chunk.mjs.map +1 -1
- package/fesm2022/autocomplete.mjs +13 -13
- package/fesm2022/badge.mjs +10 -10
- package/fesm2022/bottom-sheet.mjs +10 -10
- package/fesm2022/button-toggle.mjs +10 -10
- package/fesm2022/button.mjs +19 -19
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card.mjs +46 -46
- package/fesm2022/checkbox.mjs +9 -9
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips.mjs +52 -52
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core.mjs +12 -12
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +84 -84
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog.mjs +25 -25
- package/fesm2022/divider.mjs +7 -7
- package/fesm2022/expansion.mjs +27 -27
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field.mjs +4 -4
- package/fesm2022/grid-list.mjs +22 -22
- package/fesm2022/icon-testing.mjs +7 -7
- package/fesm2022/icon.mjs +7 -7
- package/fesm2022/input.mjs +7 -7
- package/fesm2022/list.mjs +57 -57
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu.mjs +22 -22
- package/fesm2022/paginator.mjs +10 -10
- package/fesm2022/progress-bar.mjs +7 -7
- package/fesm2022/progress-spinner.mjs +7 -7
- package/fesm2022/radio.mjs +10 -10
- package/fesm2022/select.mjs +18 -13
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +22 -22
- package/fesm2022/slide-toggle.mjs +9 -9
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider.mjs +16 -16
- package/fesm2022/snack-bar.mjs +22 -22
- package/fesm2022/sort.mjs +13 -13
- package/fesm2022/stepper.mjs +33 -33
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +57 -57
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs.mjs +43 -43
- package/fesm2022/timepicker.mjs +83 -88
- package/fesm2022/timepicker.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +10 -10
- package/fesm2022/tooltip.mjs +5 -5
- package/fesm2022/tree.mjs +25 -25
- package/fesm2022/tree.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/setup-project.js +1 -39
- package/schematics/ng-add/setup-project.js.map +1 -1
- package/schematics/ng-add/theming/{create-custom-theme.d.ts → create-theme.d.ts} +2 -2
- package/schematics/ng-add/theming/{create-custom-theme.js → create-theme.js} +6 -4
- package/schematics/ng-add/theming/create-theme.js.map +1 -0
- package/schematics/ng-add/theming/theming.js +15 -15
- package/schematics/ng-add/theming/theming.js.map +1 -1
- package/types/_tooltip-chunk.d.ts +313 -0
- package/types/paginator.d.ts +1 -0
- package/types/select.d.ts +2 -1
- package/types/stepper.d.ts +4 -4
- package/types/table.d.ts +4 -2
- package/types/timepicker.d.ts +2 -2
- package/types/tooltip.d.ts +7 -297
- package/schematics/ng-add/theming/create-custom-theme.js.map +0 -1
package/LICENSE
CHANGED
|
@@ -28,7 +28,7 @@ $default-border-radius: 4px;
|
|
|
28
28
|
|
|
29
29
|
// By default, render the focus indicator when the focus indicator host element takes focus.
|
|
30
30
|
// Defining a pseudo element's content will cause it to render.
|
|
31
|
-
&:focus::before {
|
|
31
|
+
&:focus-visible::before {
|
|
32
32
|
content: '';
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -7,7 +7,7 @@ class ShowOnDirtyErrorStateMatcher {
|
|
|
7
7
|
}
|
|
8
8
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
9
9
|
minVersion: "12.0.0",
|
|
10
|
-
version: "21.0.
|
|
10
|
+
version: "21.0.3",
|
|
11
11
|
ngImport: i0,
|
|
12
12
|
type: ShowOnDirtyErrorStateMatcher,
|
|
13
13
|
deps: [],
|
|
@@ -15,14 +15,14 @@ class ShowOnDirtyErrorStateMatcher {
|
|
|
15
15
|
});
|
|
16
16
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
17
17
|
minVersion: "12.0.0",
|
|
18
|
-
version: "21.0.
|
|
18
|
+
version: "21.0.3",
|
|
19
19
|
ngImport: i0,
|
|
20
20
|
type: ShowOnDirtyErrorStateMatcher
|
|
21
21
|
});
|
|
22
22
|
}
|
|
23
23
|
i0.ɵɵngDeclareClassMetadata({
|
|
24
24
|
minVersion: "12.0.0",
|
|
25
|
-
version: "21.0.
|
|
25
|
+
version: "21.0.3",
|
|
26
26
|
ngImport: i0,
|
|
27
27
|
type: ShowOnDirtyErrorStateMatcher,
|
|
28
28
|
decorators: [{
|
|
@@ -35,7 +35,7 @@ class ErrorStateMatcher {
|
|
|
35
35
|
}
|
|
36
36
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
37
37
|
minVersion: "12.0.0",
|
|
38
|
-
version: "21.0.
|
|
38
|
+
version: "21.0.3",
|
|
39
39
|
ngImport: i0,
|
|
40
40
|
type: ErrorStateMatcher,
|
|
41
41
|
deps: [],
|
|
@@ -43,7 +43,7 @@ class ErrorStateMatcher {
|
|
|
43
43
|
});
|
|
44
44
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
45
45
|
minVersion: "12.0.0",
|
|
46
|
-
version: "21.0.
|
|
46
|
+
version: "21.0.3",
|
|
47
47
|
ngImport: i0,
|
|
48
48
|
type: ErrorStateMatcher,
|
|
49
49
|
providedIn: 'root'
|
|
@@ -51,7 +51,7 @@ class ErrorStateMatcher {
|
|
|
51
51
|
}
|
|
52
52
|
i0.ɵɵngDeclareClassMetadata({
|
|
53
53
|
minVersion: "12.0.0",
|
|
54
|
-
version: "21.0.
|
|
54
|
+
version: "21.0.3",
|
|
55
55
|
ngImport: i0,
|
|
56
56
|
type: ErrorStateMatcher,
|
|
57
57
|
decorators: [{
|