@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/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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1402
|
+
version: "21.0.3",
|
|
1403
1403
|
ngImport: i0,
|
|
1404
1404
|
type: MatMenuModule,
|
|
1405
1405
|
decorators: [{
|
package/fesm2022/paginator.mjs
CHANGED
|
@@ -54,7 +54,7 @@ class MatPaginatorIntl {
|
|
|
54
54
|
};
|
|
55
55
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
56
56
|
minVersion: "12.0.0",
|
|
57
|
-
version: "21.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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
245
|
+
version: "21.0.3",
|
|
246
246
|
ngImport: i0,
|
|
247
247
|
type: MatProgressSpinnerModule,
|
|
248
248
|
decorators: [{
|
package/fesm2022/radio.mjs
CHANGED
|
@@ -172,7 +172,7 @@ class MatRadioGroup {
|
|
|
172
172
|
}
|
|
173
173
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
174
174
|
minVersion: "12.0.0",
|
|
175
|
-
version: "21.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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
738
|
+
version: "21.0.3",
|
|
739
739
|
ngImport: i0,
|
|
740
740
|
type: MatRadioModule,
|
|
741
741
|
decorators: [{
|
package/fesm2022/select.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { _countGroupLabelsBeforeOption, _getOptionScrollPosition, MAT_OPTION_PAR
|
|
|
2
2
|
export { MatOptgroup } from './_option-chunk.mjs';
|
|
3
3
|
import { MAT_FORM_FIELD, MatFormFieldControl } from './_form-field-chunk.mjs';
|
|
4
4
|
export { MatError, MatFormField, MatHint, MatLabel, MatPrefix, MatSuffix } from './_form-field-chunk.mjs';
|
|
5
|
-
import { createRepositionScrollStrategy, CdkConnectedOverlay, CdkOverlayOrigin, OverlayModule } from '@angular/cdk/overlay';
|
|
5
|
+
import { createRepositionScrollStrategy, OVERLAY_DEFAULT_CONFIG, CdkConnectedOverlay, CdkOverlayOrigin, OverlayModule } from '@angular/cdk/overlay';
|
|
6
6
|
import * as i0 from '@angular/core';
|
|
7
7
|
import { InjectionToken, inject, Injector, ChangeDetectorRef, ElementRef, Renderer2, signal, EventEmitter, HostAttributeToken, booleanAttribute, numberAttribute, Component, ViewEncapsulation, ChangeDetectionStrategy, ContentChildren, ContentChild, Input, ViewChild, Output, Directive, NgModule } from '@angular/core';
|
|
8
8
|
import { ViewportRuler, CdkScrollableModule } from '@angular/cdk/scrolling';
|
|
@@ -79,6 +79,7 @@ class MatSelect {
|
|
|
79
79
|
optional: true
|
|
80
80
|
});
|
|
81
81
|
_animationsDisabled = _animationsDisabled();
|
|
82
|
+
_popoverLocation;
|
|
82
83
|
_initialized = new Subject();
|
|
83
84
|
_cleanupDetach;
|
|
84
85
|
options;
|
|
@@ -272,6 +273,9 @@ class MatSelect {
|
|
|
272
273
|
const tabIndex = inject(new HostAttributeToken('tabindex'), {
|
|
273
274
|
optional: true
|
|
274
275
|
});
|
|
276
|
+
const defaultPopoverConfig = inject(OVERLAY_DEFAULT_CONFIG, {
|
|
277
|
+
optional: true
|
|
278
|
+
});
|
|
275
279
|
if (this.ngControl) {
|
|
276
280
|
this.ngControl.valueAccessor = this;
|
|
277
281
|
}
|
|
@@ -281,6 +285,7 @@ class MatSelect {
|
|
|
281
285
|
this._errorStateTracker = new _ErrorStateTracker(defaultErrorStateMatcher, this.ngControl, parentFormGroup, parentForm, this.stateChanges);
|
|
282
286
|
this._scrollStrategy = this._scrollStrategyFactory();
|
|
283
287
|
this.tabIndex = tabIndex == null ? 0 : parseInt(tabIndex) || 0;
|
|
288
|
+
this._popoverLocation = defaultPopoverConfig?.usePopover === false ? null : 'inline';
|
|
284
289
|
this.id = this.id;
|
|
285
290
|
}
|
|
286
291
|
ngOnInit() {
|
|
@@ -779,7 +784,7 @@ class MatSelect {
|
|
|
779
784
|
}
|
|
780
785
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
781
786
|
minVersion: "12.0.0",
|
|
782
|
-
version: "21.0.
|
|
787
|
+
version: "21.0.3",
|
|
783
788
|
ngImport: i0,
|
|
784
789
|
type: MatSelect,
|
|
785
790
|
deps: [],
|
|
@@ -787,7 +792,7 @@ class MatSelect {
|
|
|
787
792
|
});
|
|
788
793
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
789
794
|
minVersion: "17.0.0",
|
|
790
|
-
version: "21.0.
|
|
795
|
+
version: "21.0.3",
|
|
791
796
|
type: MatSelect,
|
|
792
797
|
isStandalone: true,
|
|
793
798
|
selector: "mat-select",
|
|
@@ -889,7 +894,7 @@ class MatSelect {
|
|
|
889
894
|
exportAs: ["matSelect"],
|
|
890
895
|
usesOnChanges: true,
|
|
891
896
|
ngImport: i0,
|
|
892
|
-
template: "<div
|
|
897
|
+
template: "<div\n cdk-overlay-origin\n class=\"mat-mdc-select-trigger\"\n (click)=\"open()\"\n #fallbackOverlayOrigin=\"cdkOverlayOrigin\"\n #trigger\n>\n <div class=\"mat-mdc-select-value\" [attr.id]=\"_valueId\">\n @if (empty) {\n <span class=\"mat-mdc-select-placeholder mat-mdc-select-min-line\">{{placeholder}}</span>\n } @else {\n <span class=\"mat-mdc-select-value-text\">\n @if (customTrigger) {\n <ng-content select=\"mat-select-trigger\"></ng-content>\n } @else {\n <span class=\"mat-mdc-select-min-line\">{{triggerValue}}</span>\n }\n </span>\n }\n </div>\n\n <div class=\"mat-mdc-select-arrow-wrapper\">\n <div class=\"mat-mdc-select-arrow\">\n <!-- Use an inline SVG, because it works better than a CSS triangle in high contrast mode. -->\n <svg viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\" focusable=\"false\" aria-hidden=\"true\">\n <path d=\"M7 10l5 5 5-5z\" />\n </svg>\n </div>\n </div>\n</div>\n\n<ng-template\n cdk-connected-overlay\n cdkConnectedOverlayLockPosition\n cdkConnectedOverlayHasBackdrop\n cdkConnectedOverlayBackdropClass=\"cdk-overlay-transparent-backdrop\"\n [cdkConnectedOverlayDisableClose]=\"true\"\n [cdkConnectedOverlayPanelClass]=\"_overlayPanelClass\"\n [cdkConnectedOverlayScrollStrategy]=\"_scrollStrategy\"\n [cdkConnectedOverlayOrigin]=\"_preferredOverlayOrigin || fallbackOverlayOrigin\"\n [cdkConnectedOverlayPositions]=\"_positions\"\n [cdkConnectedOverlayWidth]=\"_overlayWidth\"\n [cdkConnectedOverlayFlexibleDimensions]=\"true\"\n [cdkConnectedOverlayUsePopover]=\"_popoverLocation\"\n (detach)=\"close()\"\n (backdropClick)=\"close()\"\n (overlayKeydown)=\"_handleOverlayKeydown($event)\"\n>\n <div\n #panel\n role=\"listbox\"\n tabindex=\"-1\"\n class=\"mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open {{ _getPanelTheme() }}\"\n [class.mat-select-panel-animations-enabled]=\"!_animationsDisabled\"\n [attr.id]=\"id + '-panel'\"\n [attr.aria-multiselectable]=\"multiple\"\n [attr.aria-label]=\"ariaLabel || null\"\n [attr.aria-labelledby]=\"_getPanelAriaLabelledby()\"\n [ngClass]=\"panelClass\"\n (keydown)=\"_handleKeydown($event)\"\n >\n <ng-content></ng-content>\n </div>\n</ng-template>\n",
|
|
893
898
|
styles: ["@keyframes _mat-select-enter{from{opacity:0;transform:scaleY(0.8)}to{opacity:1;transform:none}}@keyframes _mat-select-exit{from{opacity:1}to{opacity:0}}.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color, var(--mat-sys-on-surface));font-family:var(--mat-select-trigger-text-font, var(--mat-sys-body-large-font));line-height:var(--mat-select-trigger-text-line-height, var(--mat-sys-body-large-line-height));font-size:var(--mat-select-trigger-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-select-trigger-text-weight, var(--mat-sys-body-large-weight));letter-spacing:var(--mat-select-trigger-text-tracking, var(--mat-sys-body-large-tracking))}div.mat-mdc-select-panel{box-shadow:var(--mat-select-container-elevation-shadow, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12))}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-disabled .mat-mdc-select-placeholder{color:var(--mat-select-disabled-trigger-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after{color:var(--mat-select-invalid-arrow-color, var(--mat-sys-error))}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color, var(--mat-sys-on-surface-variant))}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color, var(--mat-sys-primary))}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-select-open .mat-mdc-select-arrow{transform:rotate(180deg)}.mat-form-field-animations-enabled .mat-mdc-select-arrow{transition:transform 80ms linear}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media(forced-colors: active){.mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .mat-mdc-select-arrow svg{fill:GrayText}}div.mat-mdc-select-panel{width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:relative;background-color:var(--mat-select-panel-background-color, var(--mat-sys-surface-container))}@media(forced-colors: active){div.mat-mdc-select-panel{outline:solid 1px}}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}.mat-select-panel-animations-enabled{animation:_mat-select-enter 120ms cubic-bezier(0, 0, 0.2, 1)}.mat-select-panel-animations-enabled.mat-select-panel-exit{animation:_mat-select-exit 100ms linear}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color, var(--mat-sys-on-surface-variant))}.mat-mdc-form-field:not(.mat-form-field-animations-enabled) .mat-mdc-select-placeholder,._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:\" \";white-space:pre;width:1px;display:inline-block;visibility:hidden}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:var(--mat-select-arrow-transform, translateY(-8px))}\n"],
|
|
894
899
|
dependencies: [{
|
|
895
900
|
kind: "directive",
|
|
@@ -915,7 +920,7 @@ class MatSelect {
|
|
|
915
920
|
}
|
|
916
921
|
i0.ɵɵngDeclareClassMetadata({
|
|
917
922
|
minVersion: "12.0.0",
|
|
918
|
-
version: "21.0.
|
|
923
|
+
version: "21.0.3",
|
|
919
924
|
ngImport: i0,
|
|
920
925
|
type: MatSelect,
|
|
921
926
|
decorators: [{
|
|
@@ -956,7 +961,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
956
961
|
useExisting: MatSelect
|
|
957
962
|
}],
|
|
958
963
|
imports: [CdkOverlayOrigin, CdkConnectedOverlay, NgClass],
|
|
959
|
-
template: "<div
|
|
964
|
+
template: "<div\n cdk-overlay-origin\n class=\"mat-mdc-select-trigger\"\n (click)=\"open()\"\n #fallbackOverlayOrigin=\"cdkOverlayOrigin\"\n #trigger\n>\n <div class=\"mat-mdc-select-value\" [attr.id]=\"_valueId\">\n @if (empty) {\n <span class=\"mat-mdc-select-placeholder mat-mdc-select-min-line\">{{placeholder}}</span>\n } @else {\n <span class=\"mat-mdc-select-value-text\">\n @if (customTrigger) {\n <ng-content select=\"mat-select-trigger\"></ng-content>\n } @else {\n <span class=\"mat-mdc-select-min-line\">{{triggerValue}}</span>\n }\n </span>\n }\n </div>\n\n <div class=\"mat-mdc-select-arrow-wrapper\">\n <div class=\"mat-mdc-select-arrow\">\n <!-- Use an inline SVG, because it works better than a CSS triangle in high contrast mode. -->\n <svg viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\" focusable=\"false\" aria-hidden=\"true\">\n <path d=\"M7 10l5 5 5-5z\" />\n </svg>\n </div>\n </div>\n</div>\n\n<ng-template\n cdk-connected-overlay\n cdkConnectedOverlayLockPosition\n cdkConnectedOverlayHasBackdrop\n cdkConnectedOverlayBackdropClass=\"cdk-overlay-transparent-backdrop\"\n [cdkConnectedOverlayDisableClose]=\"true\"\n [cdkConnectedOverlayPanelClass]=\"_overlayPanelClass\"\n [cdkConnectedOverlayScrollStrategy]=\"_scrollStrategy\"\n [cdkConnectedOverlayOrigin]=\"_preferredOverlayOrigin || fallbackOverlayOrigin\"\n [cdkConnectedOverlayPositions]=\"_positions\"\n [cdkConnectedOverlayWidth]=\"_overlayWidth\"\n [cdkConnectedOverlayFlexibleDimensions]=\"true\"\n [cdkConnectedOverlayUsePopover]=\"_popoverLocation\"\n (detach)=\"close()\"\n (backdropClick)=\"close()\"\n (overlayKeydown)=\"_handleOverlayKeydown($event)\"\n>\n <div\n #panel\n role=\"listbox\"\n tabindex=\"-1\"\n class=\"mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open {{ _getPanelTheme() }}\"\n [class.mat-select-panel-animations-enabled]=\"!_animationsDisabled\"\n [attr.id]=\"id + '-panel'\"\n [attr.aria-multiselectable]=\"multiple\"\n [attr.aria-label]=\"ariaLabel || null\"\n [attr.aria-labelledby]=\"_getPanelAriaLabelledby()\"\n [ngClass]=\"panelClass\"\n (keydown)=\"_handleKeydown($event)\"\n >\n <ng-content></ng-content>\n </div>\n</ng-template>\n",
|
|
960
965
|
styles: ["@keyframes _mat-select-enter{from{opacity:0;transform:scaleY(0.8)}to{opacity:1;transform:none}}@keyframes _mat-select-exit{from{opacity:1}to{opacity:0}}.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color, var(--mat-sys-on-surface));font-family:var(--mat-select-trigger-text-font, var(--mat-sys-body-large-font));line-height:var(--mat-select-trigger-text-line-height, var(--mat-sys-body-large-line-height));font-size:var(--mat-select-trigger-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-select-trigger-text-weight, var(--mat-sys-body-large-weight));letter-spacing:var(--mat-select-trigger-text-tracking, var(--mat-sys-body-large-tracking))}div.mat-mdc-select-panel{box-shadow:var(--mat-select-container-elevation-shadow, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12))}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-disabled .mat-mdc-select-placeholder{color:var(--mat-select-disabled-trigger-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after{color:var(--mat-select-invalid-arrow-color, var(--mat-sys-error))}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color, var(--mat-sys-on-surface-variant))}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color, var(--mat-sys-primary))}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-select-open .mat-mdc-select-arrow{transform:rotate(180deg)}.mat-form-field-animations-enabled .mat-mdc-select-arrow{transition:transform 80ms linear}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media(forced-colors: active){.mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .mat-mdc-select-arrow svg{fill:GrayText}}div.mat-mdc-select-panel{width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:relative;background-color:var(--mat-select-panel-background-color, var(--mat-sys-surface-container))}@media(forced-colors: active){div.mat-mdc-select-panel{outline:solid 1px}}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}.mat-select-panel-animations-enabled{animation:_mat-select-enter 120ms cubic-bezier(0, 0, 0.2, 1)}.mat-select-panel-animations-enabled.mat-select-panel-exit{animation:_mat-select-exit 100ms linear}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color, var(--mat-sys-on-surface-variant))}.mat-mdc-form-field:not(.mat-form-field-animations-enabled) .mat-mdc-select-placeholder,._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:\" \";white-space:pre;width:1px;display:inline-block;visibility:hidden}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:var(--mat-select-arrow-transform, translateY(-8px))}\n"]
|
|
961
966
|
}]
|
|
962
967
|
}],
|
|
@@ -1102,7 +1107,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
1102
1107
|
class MatSelectTrigger {
|
|
1103
1108
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1104
1109
|
minVersion: "12.0.0",
|
|
1105
|
-
version: "21.0.
|
|
1110
|
+
version: "21.0.3",
|
|
1106
1111
|
ngImport: i0,
|
|
1107
1112
|
type: MatSelectTrigger,
|
|
1108
1113
|
deps: [],
|
|
@@ -1110,7 +1115,7 @@ class MatSelectTrigger {
|
|
|
1110
1115
|
});
|
|
1111
1116
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1112
1117
|
minVersion: "14.0.0",
|
|
1113
|
-
version: "21.0.
|
|
1118
|
+
version: "21.0.3",
|
|
1114
1119
|
type: MatSelectTrigger,
|
|
1115
1120
|
isStandalone: true,
|
|
1116
1121
|
selector: "mat-select-trigger",
|
|
@@ -1123,7 +1128,7 @@ class MatSelectTrigger {
|
|
|
1123
1128
|
}
|
|
1124
1129
|
i0.ɵɵngDeclareClassMetadata({
|
|
1125
1130
|
minVersion: "12.0.0",
|
|
1126
|
-
version: "21.0.
|
|
1131
|
+
version: "21.0.3",
|
|
1127
1132
|
ngImport: i0,
|
|
1128
1133
|
type: MatSelectTrigger,
|
|
1129
1134
|
decorators: [{
|
|
@@ -1141,7 +1146,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
1141
1146
|
class MatSelectModule {
|
|
1142
1147
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1143
1148
|
minVersion: "12.0.0",
|
|
1144
|
-
version: "21.0.
|
|
1149
|
+
version: "21.0.3",
|
|
1145
1150
|
ngImport: i0,
|
|
1146
1151
|
type: MatSelectModule,
|
|
1147
1152
|
deps: [],
|
|
@@ -1149,7 +1154,7 @@ class MatSelectModule {
|
|
|
1149
1154
|
});
|
|
1150
1155
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
1151
1156
|
minVersion: "14.0.0",
|
|
1152
|
-
version: "21.0.
|
|
1157
|
+
version: "21.0.3",
|
|
1153
1158
|
ngImport: i0,
|
|
1154
1159
|
type: MatSelectModule,
|
|
1155
1160
|
imports: [OverlayModule, MatOptionModule, MatSelect, MatSelectTrigger],
|
|
@@ -1157,7 +1162,7 @@ class MatSelectModule {
|
|
|
1157
1162
|
});
|
|
1158
1163
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
1159
1164
|
minVersion: "12.0.0",
|
|
1160
|
-
version: "21.0.
|
|
1165
|
+
version: "21.0.3",
|
|
1161
1166
|
ngImport: i0,
|
|
1162
1167
|
type: MatSelectModule,
|
|
1163
1168
|
imports: [OverlayModule, MatOptionModule, BidiModule, CdkScrollableModule, MatFormFieldModule, MatOptionModule]
|
|
@@ -1165,7 +1170,7 @@ class MatSelectModule {
|
|
|
1165
1170
|
}
|
|
1166
1171
|
i0.ɵɵngDeclareClassMetadata({
|
|
1167
1172
|
minVersion: "12.0.0",
|
|
1168
|
-
version: "21.0.
|
|
1173
|
+
version: "21.0.3",
|
|
1169
1174
|
ngImport: i0,
|
|
1170
1175
|
type: MatSelectModule,
|
|
1171
1176
|
decorators: [{
|