@angular/material 21.0.3 → 21.0.5

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 (84) hide show
  1. package/core/focus-indicators/_private.scss +1 -1
  2. package/fesm2022/_error-options-chunk.mjs +6 -6
  3. package/fesm2022/_form-field-chunk.mjs +32 -32
  4. package/fesm2022/_form-field-chunk.mjs.map +1 -1
  5. package/fesm2022/_icon-button-chunk.mjs +8 -8
  6. package/fesm2022/_icon-button-chunk.mjs.map +1 -1
  7. package/fesm2022/_icon-registry-chunk.mjs +3 -3
  8. package/fesm2022/_internal-form-field-chunk.mjs +3 -3
  9. package/fesm2022/_line-chunk.mjs +7 -7
  10. package/fesm2022/_option-chunk.mjs +6 -6
  11. package/fesm2022/_option-module-chunk.mjs +4 -4
  12. package/fesm2022/_pseudo-checkbox-chunk.mjs +3 -3
  13. package/fesm2022/_pseudo-checkbox-module-chunk.mjs +4 -4
  14. package/fesm2022/_ripple-chunk.mjs +6 -6
  15. package/fesm2022/_ripple-loader-chunk.mjs +3 -3
  16. package/fesm2022/_ripple-module-chunk.mjs +4 -4
  17. package/fesm2022/_structural-styles-chunk.mjs +5 -5
  18. package/fesm2022/_structural-styles-chunk.mjs.map +1 -1
  19. package/fesm2022/_tooltip-chunk.mjs +7 -8
  20. package/fesm2022/_tooltip-chunk.mjs.map +1 -1
  21. package/fesm2022/autocomplete.mjs +13 -13
  22. package/fesm2022/badge.mjs +10 -10
  23. package/fesm2022/bottom-sheet.mjs +10 -10
  24. package/fesm2022/button-toggle.mjs +10 -10
  25. package/fesm2022/button.mjs +19 -19
  26. package/fesm2022/button.mjs.map +1 -1
  27. package/fesm2022/card.mjs +46 -46
  28. package/fesm2022/checkbox.mjs +9 -9
  29. package/fesm2022/checkbox.mjs.map +1 -1
  30. package/fesm2022/chips.mjs +52 -52
  31. package/fesm2022/chips.mjs.map +1 -1
  32. package/fesm2022/core.mjs +12 -12
  33. package/fesm2022/core.mjs.map +1 -1
  34. package/fesm2022/datepicker.mjs +84 -84
  35. package/fesm2022/datepicker.mjs.map +1 -1
  36. package/fesm2022/dialog.mjs +25 -25
  37. package/fesm2022/divider.mjs +7 -7
  38. package/fesm2022/expansion.mjs +25 -25
  39. package/fesm2022/form-field.mjs +4 -4
  40. package/fesm2022/grid-list.mjs +22 -22
  41. package/fesm2022/icon-testing.mjs +7 -7
  42. package/fesm2022/icon.mjs +7 -7
  43. package/fesm2022/input.mjs +7 -7
  44. package/fesm2022/list.mjs +57 -57
  45. package/fesm2022/list.mjs.map +1 -1
  46. package/fesm2022/menu.mjs +22 -22
  47. package/fesm2022/paginator.mjs +10 -10
  48. package/fesm2022/progress-bar.mjs +7 -7
  49. package/fesm2022/progress-spinner.mjs +7 -7
  50. package/fesm2022/radio.mjs +10 -10
  51. package/fesm2022/select.mjs +10 -10
  52. package/fesm2022/sidenav.mjs +22 -22
  53. package/fesm2022/slide-toggle.mjs +9 -9
  54. package/fesm2022/slide-toggle.mjs.map +1 -1
  55. package/fesm2022/slider.mjs +16 -16
  56. package/fesm2022/snack-bar.mjs +22 -22
  57. package/fesm2022/sort.mjs +13 -13
  58. package/fesm2022/stepper.mjs +33 -33
  59. package/fesm2022/stepper.mjs.map +1 -1
  60. package/fesm2022/table.mjs +55 -55
  61. package/fesm2022/table.mjs.map +1 -1
  62. package/fesm2022/tabs.mjs +43 -43
  63. package/fesm2022/timepicker.mjs +83 -88
  64. package/fesm2022/timepicker.mjs.map +1 -1
  65. package/fesm2022/toolbar.mjs +10 -10
  66. package/fesm2022/tooltip.mjs +4 -4
  67. package/fesm2022/tree.mjs +25 -25
  68. package/fesm2022/tree.mjs.map +1 -1
  69. package/package.json +2 -2
  70. package/schematics/ng-add/index.js +1 -1
  71. package/schematics/ng-add/setup-project.js +1 -39
  72. package/schematics/ng-add/setup-project.js.map +1 -1
  73. package/schematics/ng-add/theming/{create-custom-theme.d.ts → create-theme.d.ts} +2 -2
  74. package/schematics/ng-add/theming/{create-custom-theme.js → create-theme.js} +6 -4
  75. package/schematics/ng-add/theming/create-theme.js.map +1 -0
  76. package/schematics/ng-add/theming/theming.js +15 -15
  77. package/schematics/ng-add/theming/theming.js.map +1 -1
  78. package/types/_tooltip-chunk.d.ts +305 -0
  79. package/types/paginator.d.ts +1 -0
  80. package/types/stepper.d.ts +4 -4
  81. package/types/table.d.ts +4 -2
  82. package/types/timepicker.d.ts +2 -2
  83. package/types/tooltip.d.ts +7 -297
  84. package/schematics/ng-add/theming/create-custom-theme.js.map +0 -1
package/fesm2022/menu.mjs CHANGED
@@ -97,7 +97,7 @@ class MatMenuItem {
97
97
  }
98
98
  static ɵfac = i0.ɵɵngDeclareFactory({
99
99
  minVersion: "12.0.0",
100
- version: "21.0.0",
100
+ version: "21.0.3",
101
101
  ngImport: i0,
102
102
  type: MatMenuItem,
103
103
  deps: [],
@@ -105,7 +105,7 @@ class MatMenuItem {
105
105
  });
106
106
  static ɵcmp = i0.ɵɵngDeclareComponent({
107
107
  minVersion: "17.0.0",
108
- version: "21.0.0",
108
+ version: "21.0.3",
109
109
  type: MatMenuItem,
110
110
  isStandalone: true,
111
111
  selector: "[mat-menu-item]",
@@ -145,7 +145,7 @@ class MatMenuItem {
145
145
  }
146
146
  i0.ɵɵngDeclareClassMetadata({
147
147
  minVersion: "12.0.0",
148
- version: "21.0.0",
148
+ version: "21.0.3",
149
149
  ngImport: i0,
150
150
  type: MatMenuItem,
151
151
  decorators: [{
@@ -239,7 +239,7 @@ class MatMenuContent {
239
239
  }
240
240
  static ɵfac = i0.ɵɵngDeclareFactory({
241
241
  minVersion: "12.0.0",
242
- version: "21.0.0",
242
+ version: "21.0.3",
243
243
  ngImport: i0,
244
244
  type: MatMenuContent,
245
245
  deps: [],
@@ -247,7 +247,7 @@ class MatMenuContent {
247
247
  });
248
248
  static ɵdir = i0.ɵɵngDeclareDirective({
249
249
  minVersion: "14.0.0",
250
- version: "21.0.0",
250
+ version: "21.0.3",
251
251
  type: MatMenuContent,
252
252
  isStandalone: true,
253
253
  selector: "ng-template[matMenuContent]",
@@ -260,7 +260,7 @@ class MatMenuContent {
260
260
  }
261
261
  i0.ɵɵngDeclareClassMetadata({
262
262
  minVersion: "12.0.0",
263
- version: "21.0.0",
263
+ version: "21.0.3",
264
264
  ngImport: i0,
265
265
  type: MatMenuContent,
266
266
  decorators: [{
@@ -516,7 +516,7 @@ class MatMenu {
516
516
  }
517
517
  static ɵfac = i0.ɵɵngDeclareFactory({
518
518
  minVersion: "12.0.0",
519
- version: "21.0.0",
519
+ version: "21.0.3",
520
520
  ngImport: i0,
521
521
  type: MatMenu,
522
522
  deps: [],
@@ -524,7 +524,7 @@ class MatMenu {
524
524
  });
525
525
  static ɵcmp = i0.ɵɵngDeclareComponent({
526
526
  minVersion: "16.1.0",
527
- version: "21.0.0",
527
+ version: "21.0.3",
528
528
  type: MatMenu,
529
529
  isStandalone: true,
530
530
  selector: "mat-menu",
@@ -584,7 +584,7 @@ class MatMenu {
584
584
  }
585
585
  i0.ɵɵngDeclareClassMetadata({
586
586
  minVersion: "12.0.0",
587
- version: "21.0.0",
587
+ version: "21.0.3",
588
588
  ngImport: i0,
589
589
  type: MatMenu,
590
590
  decorators: [{
@@ -950,7 +950,7 @@ class MatMenuTriggerBase {
950
950
  }
951
951
  static ɵfac = i0.ɵɵngDeclareFactory({
952
952
  minVersion: "12.0.0",
953
- version: "21.0.0",
953
+ version: "21.0.3",
954
954
  ngImport: i0,
955
955
  type: MatMenuTriggerBase,
956
956
  deps: "invalid",
@@ -958,7 +958,7 @@ class MatMenuTriggerBase {
958
958
  });
959
959
  static ɵdir = i0.ɵɵngDeclareDirective({
960
960
  minVersion: "14.0.0",
961
- version: "21.0.0",
961
+ version: "21.0.3",
962
962
  type: MatMenuTriggerBase,
963
963
  isStandalone: true,
964
964
  ngImport: i0
@@ -966,7 +966,7 @@ class MatMenuTriggerBase {
966
966
  }
967
967
  i0.ɵɵngDeclareClassMetadata({
968
968
  minVersion: "12.0.0",
969
- version: "21.0.0",
969
+ version: "21.0.3",
970
970
  ngImport: i0,
971
971
  type: MatMenuTriggerBase,
972
972
  decorators: [{
@@ -1076,7 +1076,7 @@ class MatMenuTrigger extends MatMenuTriggerBase {
1076
1076
  }
1077
1077
  static ɵfac = i0.ɵɵngDeclareFactory({
1078
1078
  minVersion: "12.0.0",
1079
- version: "21.0.0",
1079
+ version: "21.0.3",
1080
1080
  ngImport: i0,
1081
1081
  type: MatMenuTrigger,
1082
1082
  deps: [],
@@ -1084,7 +1084,7 @@ class MatMenuTrigger extends MatMenuTriggerBase {
1084
1084
  });
1085
1085
  static ɵdir = i0.ɵɵngDeclareDirective({
1086
1086
  minVersion: "14.0.0",
1087
- version: "21.0.0",
1087
+ version: "21.0.3",
1088
1088
  type: MatMenuTrigger,
1089
1089
  isStandalone: true,
1090
1090
  selector: "[mat-menu-trigger-for], [matMenuTriggerFor]",
@@ -1120,7 +1120,7 @@ class MatMenuTrigger extends MatMenuTriggerBase {
1120
1120
  }
1121
1121
  i0.ɵɵngDeclareClassMetadata({
1122
1122
  minVersion: "12.0.0",
1123
- version: "21.0.0",
1123
+ version: "21.0.3",
1124
1124
  ngImport: i0,
1125
1125
  type: MatMenuTrigger,
1126
1126
  decorators: [{
@@ -1284,7 +1284,7 @@ class MatContextMenuTrigger extends MatMenuTriggerBase {
1284
1284
  }
1285
1285
  static ɵfac = i0.ɵɵngDeclareFactory({
1286
1286
  minVersion: "12.0.0",
1287
- version: "21.0.0",
1287
+ version: "21.0.3",
1288
1288
  ngImport: i0,
1289
1289
  type: MatContextMenuTrigger,
1290
1290
  deps: [],
@@ -1292,7 +1292,7 @@ class MatContextMenuTrigger extends MatMenuTriggerBase {
1292
1292
  });
1293
1293
  static ɵdir = i0.ɵɵngDeclareDirective({
1294
1294
  minVersion: "16.1.0",
1295
- version: "21.0.0",
1295
+ version: "21.0.3",
1296
1296
  type: MatContextMenuTrigger,
1297
1297
  isStandalone: true,
1298
1298
  selector: "[matContextMenuTriggerFor]",
@@ -1323,7 +1323,7 @@ class MatContextMenuTrigger extends MatMenuTriggerBase {
1323
1323
  }
1324
1324
  i0.ɵɵngDeclareClassMetadata({
1325
1325
  minVersion: "12.0.0",
1326
- version: "21.0.0",
1326
+ version: "21.0.3",
1327
1327
  ngImport: i0,
1328
1328
  type: MatContextMenuTrigger,
1329
1329
  decorators: [{
@@ -1375,7 +1375,7 @@ i0.ɵɵngDeclareClassMetadata({
1375
1375
  class MatMenuModule {
1376
1376
  static ɵfac = i0.ɵɵngDeclareFactory({
1377
1377
  minVersion: "12.0.0",
1378
- version: "21.0.0",
1378
+ version: "21.0.3",
1379
1379
  ngImport: i0,
1380
1380
  type: MatMenuModule,
1381
1381
  deps: [],
@@ -1383,7 +1383,7 @@ class MatMenuModule {
1383
1383
  });
1384
1384
  static ɵmod = i0.ɵɵngDeclareNgModule({
1385
1385
  minVersion: "14.0.0",
1386
- version: "21.0.0",
1386
+ version: "21.0.3",
1387
1387
  ngImport: i0,
1388
1388
  type: MatMenuModule,
1389
1389
  imports: [MatRippleModule, OverlayModule, MatMenu, MatMenuItem, MatMenuContent, MatMenuTrigger, MatContextMenuTrigger],
@@ -1391,7 +1391,7 @@ class MatMenuModule {
1391
1391
  });
1392
1392
  static ɵinj = i0.ɵɵngDeclareInjector({
1393
1393
  minVersion: "12.0.0",
1394
- version: "21.0.0",
1394
+ version: "21.0.3",
1395
1395
  ngImport: i0,
1396
1396
  type: MatMenuModule,
1397
1397
  imports: [MatRippleModule, OverlayModule, BidiModule, CdkScrollableModule]
@@ -1399,7 +1399,7 @@ class MatMenuModule {
1399
1399
  }
1400
1400
  i0.ɵɵngDeclareClassMetadata({
1401
1401
  minVersion: "12.0.0",
1402
- version: "21.0.0",
1402
+ version: "21.0.3",
1403
1403
  ngImport: i0,
1404
1404
  type: MatMenuModule,
1405
1405
  decorators: [{
@@ -54,7 +54,7 @@ class MatPaginatorIntl {
54
54
  };
55
55
  static ɵfac = i0.ɵɵngDeclareFactory({
56
56
  minVersion: "12.0.0",
57
- version: "21.0.0",
57
+ version: "21.0.3",
58
58
  ngImport: i0,
59
59
  type: MatPaginatorIntl,
60
60
  deps: [],
@@ -62,7 +62,7 @@ class MatPaginatorIntl {
62
62
  });
63
63
  static ɵprov = i0.ɵɵngDeclareInjectable({
64
64
  minVersion: "12.0.0",
65
- version: "21.0.0",
65
+ version: "21.0.3",
66
66
  ngImport: i0,
67
67
  type: MatPaginatorIntl,
68
68
  providedIn: 'root'
@@ -70,7 +70,7 @@ class MatPaginatorIntl {
70
70
  }
71
71
  i0.ɵɵngDeclareClassMetadata({
72
72
  minVersion: "12.0.0",
73
- version: "21.0.0",
73
+ version: "21.0.3",
74
74
  ngImport: i0,
75
75
  type: MatPaginatorIntl,
76
76
  decorators: [{
@@ -256,7 +256,7 @@ class MatPaginator {
256
256
  }
257
257
  static ɵfac = i0.ɵɵngDeclareFactory({
258
258
  minVersion: "12.0.0",
259
- version: "21.0.0",
259
+ version: "21.0.3",
260
260
  ngImport: i0,
261
261
  type: MatPaginator,
262
262
  deps: [],
@@ -264,7 +264,7 @@ class MatPaginator {
264
264
  });
265
265
  static ɵcmp = i0.ɵɵngDeclareComponent({
266
266
  minVersion: "17.0.0",
267
- version: "21.0.0",
267
+ version: "21.0.3",
268
268
  type: MatPaginator,
269
269
  isStandalone: true,
270
270
  selector: "mat-paginator",
@@ -330,7 +330,7 @@ class MatPaginator {
330
330
  }
331
331
  i0.ɵɵngDeclareClassMetadata({
332
332
  minVersion: "12.0.0",
333
- version: "21.0.0",
333
+ version: "21.0.3",
334
334
  ngImport: i0,
335
335
  type: MatPaginator,
336
336
  decorators: [{
@@ -405,7 +405,7 @@ i0.ɵɵngDeclareClassMetadata({
405
405
  class MatPaginatorModule {
406
406
  static ɵfac = i0.ɵɵngDeclareFactory({
407
407
  minVersion: "12.0.0",
408
- version: "21.0.0",
408
+ version: "21.0.3",
409
409
  ngImport: i0,
410
410
  type: MatPaginatorModule,
411
411
  deps: [],
@@ -413,7 +413,7 @@ class MatPaginatorModule {
413
413
  });
414
414
  static ɵmod = i0.ɵɵngDeclareNgModule({
415
415
  minVersion: "14.0.0",
416
- version: "21.0.0",
416
+ version: "21.0.3",
417
417
  ngImport: i0,
418
418
  type: MatPaginatorModule,
419
419
  imports: [MatButtonModule, MatSelectModule, MatTooltipModule, MatPaginator],
@@ -421,7 +421,7 @@ class MatPaginatorModule {
421
421
  });
422
422
  static ɵinj = i0.ɵɵngDeclareInjector({
423
423
  minVersion: "12.0.0",
424
- version: "21.0.0",
424
+ version: "21.0.3",
425
425
  ngImport: i0,
426
426
  type: MatPaginatorModule,
427
427
  imports: [MatButtonModule, MatSelectModule, MatTooltipModule, MatPaginator]
@@ -429,7 +429,7 @@ class MatPaginatorModule {
429
429
  }
430
430
  i0.ɵɵngDeclareClassMetadata({
431
431
  minVersion: "12.0.0",
432
- version: "21.0.0",
432
+ version: "21.0.3",
433
433
  ngImport: i0,
434
434
  type: MatPaginatorModule,
435
435
  decorators: [{
@@ -100,7 +100,7 @@ class MatProgressBar {
100
100
  };
101
101
  static ɵfac = i0.ɵɵngDeclareFactory({
102
102
  minVersion: "12.0.0",
103
- version: "21.0.0",
103
+ version: "21.0.3",
104
104
  ngImport: i0,
105
105
  type: MatProgressBar,
106
106
  deps: [],
@@ -108,7 +108,7 @@ class MatProgressBar {
108
108
  });
109
109
  static ɵcmp = i0.ɵɵngDeclareComponent({
110
110
  minVersion: "17.0.0",
111
- version: "21.0.0",
111
+ version: "21.0.3",
112
112
  type: MatProgressBar,
113
113
  isStandalone: true,
114
114
  selector: "mat-progress-bar",
@@ -148,7 +148,7 @@ class MatProgressBar {
148
148
  }
149
149
  i0.ɵɵngDeclareClassMetadata({
150
150
  minVersion: "12.0.0",
151
- version: "21.0.0",
151
+ version: "21.0.3",
152
152
  ngImport: i0,
153
153
  type: MatProgressBar,
154
154
  decorators: [{
@@ -207,7 +207,7 @@ function clamp(v, min = 0, max = 100) {
207
207
  class MatProgressBarModule {
208
208
  static ɵfac = i0.ɵɵngDeclareFactory({
209
209
  minVersion: "12.0.0",
210
- version: "21.0.0",
210
+ version: "21.0.3",
211
211
  ngImport: i0,
212
212
  type: MatProgressBarModule,
213
213
  deps: [],
@@ -215,7 +215,7 @@ class MatProgressBarModule {
215
215
  });
216
216
  static ɵmod = i0.ɵɵngDeclareNgModule({
217
217
  minVersion: "14.0.0",
218
- version: "21.0.0",
218
+ version: "21.0.3",
219
219
  ngImport: i0,
220
220
  type: MatProgressBarModule,
221
221
  imports: [MatProgressBar],
@@ -223,7 +223,7 @@ class MatProgressBarModule {
223
223
  });
224
224
  static ɵinj = i0.ɵɵngDeclareInjector({
225
225
  minVersion: "12.0.0",
226
- version: "21.0.0",
226
+ version: "21.0.3",
227
227
  ngImport: i0,
228
228
  type: MatProgressBarModule,
229
229
  imports: [BidiModule]
@@ -231,7 +231,7 @@ class MatProgressBarModule {
231
231
  }
232
232
  i0.ɵɵngDeclareClassMetadata({
233
233
  minVersion: "12.0.0",
234
- version: "21.0.0",
234
+ version: "21.0.3",
235
235
  ngImport: i0,
236
236
  type: MatProgressBarModule,
237
237
  decorators: [{
@@ -89,7 +89,7 @@ class MatProgressSpinner {
89
89
  }
90
90
  static ɵfac = i0.ɵɵngDeclareFactory({
91
91
  minVersion: "12.0.0",
92
- version: "21.0.0",
92
+ version: "21.0.3",
93
93
  ngImport: i0,
94
94
  type: MatProgressSpinner,
95
95
  deps: [],
@@ -97,7 +97,7 @@ class MatProgressSpinner {
97
97
  });
98
98
  static ɵcmp = i0.ɵɵngDeclareComponent({
99
99
  minVersion: "16.1.0",
100
- version: "21.0.0",
100
+ version: "21.0.3",
101
101
  type: MatProgressSpinner,
102
102
  isStandalone: true,
103
103
  selector: "mat-progress-spinner, mat-spinner",
@@ -150,7 +150,7 @@ class MatProgressSpinner {
150
150
  }
151
151
  i0.ɵɵngDeclareClassMetadata({
152
152
  minVersion: "12.0.0",
153
- version: "21.0.0",
153
+ version: "21.0.3",
154
154
  ngImport: i0,
155
155
  type: MatProgressSpinner,
156
156
  decorators: [{
@@ -218,7 +218,7 @@ const MatSpinner = MatProgressSpinner;
218
218
  class MatProgressSpinnerModule {
219
219
  static ɵfac = i0.ɵɵngDeclareFactory({
220
220
  minVersion: "12.0.0",
221
- version: "21.0.0",
221
+ version: "21.0.3",
222
222
  ngImport: i0,
223
223
  type: MatProgressSpinnerModule,
224
224
  deps: [],
@@ -226,7 +226,7 @@ class MatProgressSpinnerModule {
226
226
  });
227
227
  static ɵmod = i0.ɵɵngDeclareNgModule({
228
228
  minVersion: "14.0.0",
229
- version: "21.0.0",
229
+ version: "21.0.3",
230
230
  ngImport: i0,
231
231
  type: MatProgressSpinnerModule,
232
232
  imports: [MatProgressSpinner, MatSpinner],
@@ -234,7 +234,7 @@ class MatProgressSpinnerModule {
234
234
  });
235
235
  static ɵinj = i0.ɵɵngDeclareInjector({
236
236
  minVersion: "12.0.0",
237
- version: "21.0.0",
237
+ version: "21.0.3",
238
238
  ngImport: i0,
239
239
  type: MatProgressSpinnerModule,
240
240
  imports: [BidiModule]
@@ -242,7 +242,7 @@ class MatProgressSpinnerModule {
242
242
  }
243
243
  i0.ɵɵngDeclareClassMetadata({
244
244
  minVersion: "12.0.0",
245
- version: "21.0.0",
245
+ version: "21.0.3",
246
246
  ngImport: i0,
247
247
  type: MatProgressSpinnerModule,
248
248
  decorators: [{
@@ -172,7 +172,7 @@ class MatRadioGroup {
172
172
  }
173
173
  static ɵfac = i0.ɵɵngDeclareFactory({
174
174
  minVersion: "12.0.0",
175
- version: "21.0.0",
175
+ version: "21.0.3",
176
176
  ngImport: i0,
177
177
  type: MatRadioGroup,
178
178
  deps: [],
@@ -180,7 +180,7 @@ class MatRadioGroup {
180
180
  });
181
181
  static ɵdir = i0.ɵɵngDeclareDirective({
182
182
  minVersion: "16.1.0",
183
- version: "21.0.0",
183
+ version: "21.0.3",
184
184
  type: MatRadioGroup,
185
185
  isStandalone: true,
186
186
  selector: "mat-radio-group",
@@ -218,7 +218,7 @@ class MatRadioGroup {
218
218
  }
219
219
  i0.ɵɵngDeclareClassMetadata({
220
220
  minVersion: "12.0.0",
221
- version: "21.0.0",
221
+ version: "21.0.3",
222
222
  ngImport: i0,
223
223
  type: MatRadioGroup,
224
224
  decorators: [{
@@ -509,7 +509,7 @@ class MatRadioButton {
509
509
  }
510
510
  static ɵfac = i0.ɵɵngDeclareFactory({
511
511
  minVersion: "12.0.0",
512
- version: "21.0.0",
512
+ version: "21.0.3",
513
513
  ngImport: i0,
514
514
  type: MatRadioButton,
515
515
  deps: [],
@@ -517,7 +517,7 @@ class MatRadioButton {
517
517
  });
518
518
  static ɵcmp = i0.ɵɵngDeclareComponent({
519
519
  minVersion: "16.1.0",
520
- version: "21.0.0",
520
+ version: "21.0.3",
521
521
  type: MatRadioButton,
522
522
  isStandalone: true,
523
523
  selector: "mat-radio-button",
@@ -595,7 +595,7 @@ class MatRadioButton {
595
595
  }
596
596
  i0.ɵɵngDeclareClassMetadata({
597
597
  minVersion: "12.0.0",
598
- version: "21.0.0",
598
+ version: "21.0.3",
599
599
  ngImport: i0,
600
600
  type: MatRadioButton,
601
601
  decorators: [{
@@ -711,7 +711,7 @@ i0.ɵɵngDeclareClassMetadata({
711
711
  class MatRadioModule {
712
712
  static ɵfac = i0.ɵɵngDeclareFactory({
713
713
  minVersion: "12.0.0",
714
- version: "21.0.0",
714
+ version: "21.0.3",
715
715
  ngImport: i0,
716
716
  type: MatRadioModule,
717
717
  deps: [],
@@ -719,7 +719,7 @@ class MatRadioModule {
719
719
  });
720
720
  static ɵmod = i0.ɵɵngDeclareNgModule({
721
721
  minVersion: "14.0.0",
722
- version: "21.0.0",
722
+ version: "21.0.3",
723
723
  ngImport: i0,
724
724
  type: MatRadioModule,
725
725
  imports: [MatRippleModule, MatRadioGroup, MatRadioButton],
@@ -727,7 +727,7 @@ class MatRadioModule {
727
727
  });
728
728
  static ɵinj = i0.ɵɵngDeclareInjector({
729
729
  minVersion: "12.0.0",
730
- version: "21.0.0",
730
+ version: "21.0.3",
731
731
  ngImport: i0,
732
732
  type: MatRadioModule,
733
733
  imports: [MatRippleModule, MatRadioButton, BidiModule]
@@ -735,7 +735,7 @@ class MatRadioModule {
735
735
  }
736
736
  i0.ɵɵngDeclareClassMetadata({
737
737
  minVersion: "12.0.0",
738
- version: "21.0.0",
738
+ version: "21.0.3",
739
739
  ngImport: i0,
740
740
  type: MatRadioModule,
741
741
  decorators: [{
@@ -779,7 +779,7 @@ class MatSelect {
779
779
  }
780
780
  static ɵfac = i0.ɵɵngDeclareFactory({
781
781
  minVersion: "12.0.0",
782
- version: "21.0.0",
782
+ version: "21.0.3",
783
783
  ngImport: i0,
784
784
  type: MatSelect,
785
785
  deps: [],
@@ -787,7 +787,7 @@ class MatSelect {
787
787
  });
788
788
  static ɵcmp = i0.ɵɵngDeclareComponent({
789
789
  minVersion: "17.0.0",
790
- version: "21.0.0",
790
+ version: "21.0.3",
791
791
  type: MatSelect,
792
792
  isStandalone: true,
793
793
  selector: "mat-select",
@@ -915,7 +915,7 @@ class MatSelect {
915
915
  }
916
916
  i0.ɵɵngDeclareClassMetadata({
917
917
  minVersion: "12.0.0",
918
- version: "21.0.0",
918
+ version: "21.0.3",
919
919
  ngImport: i0,
920
920
  type: MatSelect,
921
921
  decorators: [{
@@ -1102,7 +1102,7 @@ i0.ɵɵngDeclareClassMetadata({
1102
1102
  class MatSelectTrigger {
1103
1103
  static ɵfac = i0.ɵɵngDeclareFactory({
1104
1104
  minVersion: "12.0.0",
1105
- version: "21.0.0",
1105
+ version: "21.0.3",
1106
1106
  ngImport: i0,
1107
1107
  type: MatSelectTrigger,
1108
1108
  deps: [],
@@ -1110,7 +1110,7 @@ class MatSelectTrigger {
1110
1110
  });
1111
1111
  static ɵdir = i0.ɵɵngDeclareDirective({
1112
1112
  minVersion: "14.0.0",
1113
- version: "21.0.0",
1113
+ version: "21.0.3",
1114
1114
  type: MatSelectTrigger,
1115
1115
  isStandalone: true,
1116
1116
  selector: "mat-select-trigger",
@@ -1123,7 +1123,7 @@ class MatSelectTrigger {
1123
1123
  }
1124
1124
  i0.ɵɵngDeclareClassMetadata({
1125
1125
  minVersion: "12.0.0",
1126
- version: "21.0.0",
1126
+ version: "21.0.3",
1127
1127
  ngImport: i0,
1128
1128
  type: MatSelectTrigger,
1129
1129
  decorators: [{
@@ -1141,7 +1141,7 @@ i0.ɵɵngDeclareClassMetadata({
1141
1141
  class MatSelectModule {
1142
1142
  static ɵfac = i0.ɵɵngDeclareFactory({
1143
1143
  minVersion: "12.0.0",
1144
- version: "21.0.0",
1144
+ version: "21.0.3",
1145
1145
  ngImport: i0,
1146
1146
  type: MatSelectModule,
1147
1147
  deps: [],
@@ -1149,7 +1149,7 @@ class MatSelectModule {
1149
1149
  });
1150
1150
  static ɵmod = i0.ɵɵngDeclareNgModule({
1151
1151
  minVersion: "14.0.0",
1152
- version: "21.0.0",
1152
+ version: "21.0.3",
1153
1153
  ngImport: i0,
1154
1154
  type: MatSelectModule,
1155
1155
  imports: [OverlayModule, MatOptionModule, MatSelect, MatSelectTrigger],
@@ -1157,7 +1157,7 @@ class MatSelectModule {
1157
1157
  });
1158
1158
  static ɵinj = i0.ɵɵngDeclareInjector({
1159
1159
  minVersion: "12.0.0",
1160
- version: "21.0.0",
1160
+ version: "21.0.3",
1161
1161
  ngImport: i0,
1162
1162
  type: MatSelectModule,
1163
1163
  imports: [OverlayModule, MatOptionModule, BidiModule, CdkScrollableModule, MatFormFieldModule, MatOptionModule]
@@ -1165,7 +1165,7 @@ class MatSelectModule {
1165
1165
  }
1166
1166
  i0.ɵɵngDeclareClassMetadata({
1167
1167
  minVersion: "12.0.0",
1168
- version: "21.0.0",
1168
+ version: "21.0.3",
1169
1169
  ngImport: i0,
1170
1170
  type: MatSelectModule,
1171
1171
  decorators: [{