@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.
Files changed (88) hide show
  1. package/LICENSE +1 -1
  2. package/core/focus-indicators/_private.scss +1 -1
  3. package/fesm2022/_error-options-chunk.mjs +6 -6
  4. package/fesm2022/_form-field-chunk.mjs +32 -32
  5. package/fesm2022/_form-field-chunk.mjs.map +1 -1
  6. package/fesm2022/_icon-button-chunk.mjs +8 -8
  7. package/fesm2022/_icon-button-chunk.mjs.map +1 -1
  8. package/fesm2022/_icon-registry-chunk.mjs +3 -3
  9. package/fesm2022/_internal-form-field-chunk.mjs +3 -3
  10. package/fesm2022/_line-chunk.mjs +7 -7
  11. package/fesm2022/_option-chunk.mjs +6 -6
  12. package/fesm2022/_option-module-chunk.mjs +4 -4
  13. package/fesm2022/_pseudo-checkbox-chunk.mjs +3 -3
  14. package/fesm2022/_pseudo-checkbox-module-chunk.mjs +4 -4
  15. package/fesm2022/_ripple-chunk.mjs +6 -6
  16. package/fesm2022/_ripple-loader-chunk.mjs +3 -3
  17. package/fesm2022/_ripple-module-chunk.mjs +4 -4
  18. package/fesm2022/_structural-styles-chunk.mjs +5 -5
  19. package/fesm2022/_structural-styles-chunk.mjs.map +1 -1
  20. package/fesm2022/_tooltip-chunk.mjs +18 -12
  21. package/fesm2022/_tooltip-chunk.mjs.map +1 -1
  22. package/fesm2022/autocomplete.mjs +13 -13
  23. package/fesm2022/badge.mjs +10 -10
  24. package/fesm2022/bottom-sheet.mjs +10 -10
  25. package/fesm2022/button-toggle.mjs +10 -10
  26. package/fesm2022/button.mjs +19 -19
  27. package/fesm2022/button.mjs.map +1 -1
  28. package/fesm2022/card.mjs +46 -46
  29. package/fesm2022/checkbox.mjs +9 -9
  30. package/fesm2022/checkbox.mjs.map +1 -1
  31. package/fesm2022/chips.mjs +52 -52
  32. package/fesm2022/chips.mjs.map +1 -1
  33. package/fesm2022/core.mjs +12 -12
  34. package/fesm2022/core.mjs.map +1 -1
  35. package/fesm2022/datepicker.mjs +84 -84
  36. package/fesm2022/datepicker.mjs.map +1 -1
  37. package/fesm2022/dialog.mjs +25 -25
  38. package/fesm2022/divider.mjs +7 -7
  39. package/fesm2022/expansion.mjs +27 -27
  40. package/fesm2022/expansion.mjs.map +1 -1
  41. package/fesm2022/form-field.mjs +4 -4
  42. package/fesm2022/grid-list.mjs +22 -22
  43. package/fesm2022/icon-testing.mjs +7 -7
  44. package/fesm2022/icon.mjs +7 -7
  45. package/fesm2022/input.mjs +7 -7
  46. package/fesm2022/list.mjs +57 -57
  47. package/fesm2022/list.mjs.map +1 -1
  48. package/fesm2022/menu.mjs +22 -22
  49. package/fesm2022/paginator.mjs +10 -10
  50. package/fesm2022/progress-bar.mjs +7 -7
  51. package/fesm2022/progress-spinner.mjs +7 -7
  52. package/fesm2022/radio.mjs +10 -10
  53. package/fesm2022/select.mjs +18 -13
  54. package/fesm2022/select.mjs.map +1 -1
  55. package/fesm2022/sidenav.mjs +22 -22
  56. package/fesm2022/slide-toggle.mjs +9 -9
  57. package/fesm2022/slide-toggle.mjs.map +1 -1
  58. package/fesm2022/slider.mjs +16 -16
  59. package/fesm2022/snack-bar.mjs +22 -22
  60. package/fesm2022/sort.mjs +13 -13
  61. package/fesm2022/stepper.mjs +33 -33
  62. package/fesm2022/stepper.mjs.map +1 -1
  63. package/fesm2022/table.mjs +57 -57
  64. package/fesm2022/table.mjs.map +1 -1
  65. package/fesm2022/tabs.mjs +43 -43
  66. package/fesm2022/timepicker.mjs +83 -88
  67. package/fesm2022/timepicker.mjs.map +1 -1
  68. package/fesm2022/toolbar.mjs +10 -10
  69. package/fesm2022/tooltip.mjs +5 -5
  70. package/fesm2022/tree.mjs +25 -25
  71. package/fesm2022/tree.mjs.map +1 -1
  72. package/package.json +2 -2
  73. package/schematics/ng-add/index.js +1 -1
  74. package/schematics/ng-add/setup-project.js +1 -39
  75. package/schematics/ng-add/setup-project.js.map +1 -1
  76. package/schematics/ng-add/theming/{create-custom-theme.d.ts → create-theme.d.ts} +2 -2
  77. package/schematics/ng-add/theming/{create-custom-theme.js → create-theme.js} +6 -4
  78. package/schematics/ng-add/theming/create-theme.js.map +1 -0
  79. package/schematics/ng-add/theming/theming.js +15 -15
  80. package/schematics/ng-add/theming/theming.js.map +1 -1
  81. package/types/_tooltip-chunk.d.ts +313 -0
  82. package/types/paginator.d.ts +1 -0
  83. package/types/select.d.ts +2 -1
  84. package/types/stepper.d.ts +4 -4
  85. package/types/table.d.ts +4 -2
  86. package/types/timepicker.d.ts +2 -2
  87. package/types/tooltip.d.ts +7 -297
  88. package/schematics/ng-add/theming/create-custom-theme.js.map +0 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License
2
2
 
3
- Copyright (c) 2025 Google LLC.
3
+ Copyright (c) 2026 Google LLC.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -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.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.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.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.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.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.0",
54
+ version: "21.0.3",
55
55
  ngImport: i0,
56
56
  type: ErrorStateMatcher,
57
57
  decorators: [{