@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.
- 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 +7 -8
- 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 +25 -25
- 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 +10 -10
- 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 +55 -55
- 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 +4 -4
- 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 +305 -0
- package/types/paginator.d.ts +1 -0
- 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/dialog.mjs
CHANGED
|
@@ -151,7 +151,7 @@ class MatDialogContainer extends CdkDialogContainer {
|
|
|
151
151
|
}
|
|
152
152
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
153
153
|
minVersion: "12.0.0",
|
|
154
|
-
version: "21.0.
|
|
154
|
+
version: "21.0.3",
|
|
155
155
|
ngImport: i0,
|
|
156
156
|
type: MatDialogContainer,
|
|
157
157
|
deps: null,
|
|
@@ -159,7 +159,7 @@ class MatDialogContainer extends CdkDialogContainer {
|
|
|
159
159
|
});
|
|
160
160
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
161
161
|
minVersion: "14.0.0",
|
|
162
|
-
version: "21.0.
|
|
162
|
+
version: "21.0.3",
|
|
163
163
|
type: MatDialogContainer,
|
|
164
164
|
isStandalone: true,
|
|
165
165
|
selector: "mat-dialog-container",
|
|
@@ -197,7 +197,7 @@ class MatDialogContainer extends CdkDialogContainer {
|
|
|
197
197
|
}
|
|
198
198
|
i0.ɵɵngDeclareClassMetadata({
|
|
199
199
|
minVersion: "12.0.0",
|
|
200
|
-
version: "21.0.
|
|
200
|
+
version: "21.0.3",
|
|
201
201
|
ngImport: i0,
|
|
202
202
|
type: MatDialogContainer,
|
|
203
203
|
decorators: [{
|
|
@@ -487,7 +487,7 @@ class MatDialog {
|
|
|
487
487
|
}
|
|
488
488
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
489
489
|
minVersion: "12.0.0",
|
|
490
|
-
version: "21.0.
|
|
490
|
+
version: "21.0.3",
|
|
491
491
|
ngImport: i0,
|
|
492
492
|
type: MatDialog,
|
|
493
493
|
deps: [],
|
|
@@ -495,7 +495,7 @@ class MatDialog {
|
|
|
495
495
|
});
|
|
496
496
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
497
497
|
minVersion: "12.0.0",
|
|
498
|
-
version: "21.0.
|
|
498
|
+
version: "21.0.3",
|
|
499
499
|
ngImport: i0,
|
|
500
500
|
type: MatDialog,
|
|
501
501
|
providedIn: 'root'
|
|
@@ -503,7 +503,7 @@ class MatDialog {
|
|
|
503
503
|
}
|
|
504
504
|
i0.ɵɵngDeclareClassMetadata({
|
|
505
505
|
minVersion: "12.0.0",
|
|
506
|
-
version: "21.0.
|
|
506
|
+
version: "21.0.3",
|
|
507
507
|
ngImport: i0,
|
|
508
508
|
type: MatDialog,
|
|
509
509
|
decorators: [{
|
|
@@ -542,7 +542,7 @@ class MatDialogClose {
|
|
|
542
542
|
}
|
|
543
543
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
544
544
|
minVersion: "12.0.0",
|
|
545
|
-
version: "21.0.
|
|
545
|
+
version: "21.0.3",
|
|
546
546
|
ngImport: i0,
|
|
547
547
|
type: MatDialogClose,
|
|
548
548
|
deps: [],
|
|
@@ -550,7 +550,7 @@ class MatDialogClose {
|
|
|
550
550
|
});
|
|
551
551
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
552
552
|
minVersion: "14.0.0",
|
|
553
|
-
version: "21.0.
|
|
553
|
+
version: "21.0.3",
|
|
554
554
|
type: MatDialogClose,
|
|
555
555
|
isStandalone: true,
|
|
556
556
|
selector: "[mat-dialog-close], [matDialogClose]",
|
|
@@ -576,7 +576,7 @@ class MatDialogClose {
|
|
|
576
576
|
}
|
|
577
577
|
i0.ɵɵngDeclareClassMetadata({
|
|
578
578
|
minVersion: "12.0.0",
|
|
579
|
-
version: "21.0.
|
|
579
|
+
version: "21.0.3",
|
|
580
580
|
ngImport: i0,
|
|
581
581
|
type: MatDialogClose,
|
|
582
582
|
decorators: [{
|
|
@@ -637,7 +637,7 @@ class MatDialogLayoutSection {
|
|
|
637
637
|
}
|
|
638
638
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
639
639
|
minVersion: "12.0.0",
|
|
640
|
-
version: "21.0.
|
|
640
|
+
version: "21.0.3",
|
|
641
641
|
ngImport: i0,
|
|
642
642
|
type: MatDialogLayoutSection,
|
|
643
643
|
deps: [],
|
|
@@ -645,7 +645,7 @@ class MatDialogLayoutSection {
|
|
|
645
645
|
});
|
|
646
646
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
647
647
|
minVersion: "14.0.0",
|
|
648
|
-
version: "21.0.
|
|
648
|
+
version: "21.0.3",
|
|
649
649
|
type: MatDialogLayoutSection,
|
|
650
650
|
isStandalone: true,
|
|
651
651
|
ngImport: i0
|
|
@@ -653,7 +653,7 @@ class MatDialogLayoutSection {
|
|
|
653
653
|
}
|
|
654
654
|
i0.ɵɵngDeclareClassMetadata({
|
|
655
655
|
minVersion: "12.0.0",
|
|
656
|
-
version: "21.0.
|
|
656
|
+
version: "21.0.3",
|
|
657
657
|
ngImport: i0,
|
|
658
658
|
type: MatDialogLayoutSection,
|
|
659
659
|
decorators: [{
|
|
@@ -671,7 +671,7 @@ class MatDialogTitle extends MatDialogLayoutSection {
|
|
|
671
671
|
}
|
|
672
672
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
673
673
|
minVersion: "12.0.0",
|
|
674
|
-
version: "21.0.
|
|
674
|
+
version: "21.0.3",
|
|
675
675
|
ngImport: i0,
|
|
676
676
|
type: MatDialogTitle,
|
|
677
677
|
deps: null,
|
|
@@ -679,7 +679,7 @@ class MatDialogTitle extends MatDialogLayoutSection {
|
|
|
679
679
|
});
|
|
680
680
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
681
681
|
minVersion: "14.0.0",
|
|
682
|
-
version: "21.0.
|
|
682
|
+
version: "21.0.3",
|
|
683
683
|
type: MatDialogTitle,
|
|
684
684
|
isStandalone: true,
|
|
685
685
|
selector: "[mat-dialog-title], [matDialogTitle]",
|
|
@@ -699,7 +699,7 @@ class MatDialogTitle extends MatDialogLayoutSection {
|
|
|
699
699
|
}
|
|
700
700
|
i0.ɵɵngDeclareClassMetadata({
|
|
701
701
|
minVersion: "12.0.0",
|
|
702
|
-
version: "21.0.
|
|
702
|
+
version: "21.0.3",
|
|
703
703
|
ngImport: i0,
|
|
704
704
|
type: MatDialogTitle,
|
|
705
705
|
decorators: [{
|
|
@@ -722,7 +722,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
722
722
|
class MatDialogContent {
|
|
723
723
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
724
724
|
minVersion: "12.0.0",
|
|
725
|
-
version: "21.0.
|
|
725
|
+
version: "21.0.3",
|
|
726
726
|
ngImport: i0,
|
|
727
727
|
type: MatDialogContent,
|
|
728
728
|
deps: [],
|
|
@@ -730,7 +730,7 @@ class MatDialogContent {
|
|
|
730
730
|
});
|
|
731
731
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
732
732
|
minVersion: "14.0.0",
|
|
733
|
-
version: "21.0.
|
|
733
|
+
version: "21.0.3",
|
|
734
734
|
type: MatDialogContent,
|
|
735
735
|
isStandalone: true,
|
|
736
736
|
selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]",
|
|
@@ -745,7 +745,7 @@ class MatDialogContent {
|
|
|
745
745
|
}
|
|
746
746
|
i0.ɵɵngDeclareClassMetadata({
|
|
747
747
|
minVersion: "12.0.0",
|
|
748
|
-
version: "21.0.
|
|
748
|
+
version: "21.0.3",
|
|
749
749
|
ngImport: i0,
|
|
750
750
|
type: MatDialogContent,
|
|
751
751
|
decorators: [{
|
|
@@ -769,7 +769,7 @@ class MatDialogActions extends MatDialogLayoutSection {
|
|
|
769
769
|
}
|
|
770
770
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
771
771
|
minVersion: "12.0.0",
|
|
772
|
-
version: "21.0.
|
|
772
|
+
version: "21.0.3",
|
|
773
773
|
ngImport: i0,
|
|
774
774
|
type: MatDialogActions,
|
|
775
775
|
deps: null,
|
|
@@ -777,7 +777,7 @@ class MatDialogActions extends MatDialogLayoutSection {
|
|
|
777
777
|
});
|
|
778
778
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
779
779
|
minVersion: "14.0.0",
|
|
780
|
-
version: "21.0.
|
|
780
|
+
version: "21.0.3",
|
|
781
781
|
type: MatDialogActions,
|
|
782
782
|
isStandalone: true,
|
|
783
783
|
selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]",
|
|
@@ -798,7 +798,7 @@ class MatDialogActions extends MatDialogLayoutSection {
|
|
|
798
798
|
}
|
|
799
799
|
i0.ɵɵngDeclareClassMetadata({
|
|
800
800
|
minVersion: "12.0.0",
|
|
801
|
-
version: "21.0.
|
|
801
|
+
version: "21.0.3",
|
|
802
802
|
ngImport: i0,
|
|
803
803
|
type: MatDialogActions,
|
|
804
804
|
decorators: [{
|
|
@@ -831,7 +831,7 @@ const DIRECTIVES = [MatDialogContainer, MatDialogClose, MatDialogTitle, MatDialo
|
|
|
831
831
|
class MatDialogModule {
|
|
832
832
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
833
833
|
minVersion: "12.0.0",
|
|
834
|
-
version: "21.0.
|
|
834
|
+
version: "21.0.3",
|
|
835
835
|
ngImport: i0,
|
|
836
836
|
type: MatDialogModule,
|
|
837
837
|
deps: [],
|
|
@@ -839,7 +839,7 @@ class MatDialogModule {
|
|
|
839
839
|
});
|
|
840
840
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
841
841
|
minVersion: "14.0.0",
|
|
842
|
-
version: "21.0.
|
|
842
|
+
version: "21.0.3",
|
|
843
843
|
ngImport: i0,
|
|
844
844
|
type: MatDialogModule,
|
|
845
845
|
imports: [DialogModule, OverlayModule, PortalModule, MatDialogContainer, MatDialogClose, MatDialogTitle, MatDialogActions, MatDialogContent],
|
|
@@ -847,7 +847,7 @@ class MatDialogModule {
|
|
|
847
847
|
});
|
|
848
848
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
849
849
|
minVersion: "12.0.0",
|
|
850
|
-
version: "21.0.
|
|
850
|
+
version: "21.0.3",
|
|
851
851
|
ngImport: i0,
|
|
852
852
|
type: MatDialogModule,
|
|
853
853
|
providers: [MatDialog],
|
|
@@ -856,7 +856,7 @@ class MatDialogModule {
|
|
|
856
856
|
}
|
|
857
857
|
i0.ɵɵngDeclareClassMetadata({
|
|
858
858
|
minVersion: "12.0.0",
|
|
859
|
-
version: "21.0.
|
|
859
|
+
version: "21.0.3",
|
|
860
860
|
ngImport: i0,
|
|
861
861
|
type: MatDialogModule,
|
|
862
862
|
decorators: [{
|
package/fesm2022/divider.mjs
CHANGED
|
@@ -20,7 +20,7 @@ class MatDivider {
|
|
|
20
20
|
_inset = false;
|
|
21
21
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
22
22
|
minVersion: "12.0.0",
|
|
23
|
-
version: "21.0.
|
|
23
|
+
version: "21.0.3",
|
|
24
24
|
ngImport: i0,
|
|
25
25
|
type: MatDivider,
|
|
26
26
|
deps: [],
|
|
@@ -28,7 +28,7 @@ class MatDivider {
|
|
|
28
28
|
});
|
|
29
29
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
30
30
|
minVersion: "14.0.0",
|
|
31
|
-
version: "21.0.
|
|
31
|
+
version: "21.0.3",
|
|
32
32
|
type: MatDivider,
|
|
33
33
|
isStandalone: true,
|
|
34
34
|
selector: "mat-divider",
|
|
@@ -58,7 +58,7 @@ class MatDivider {
|
|
|
58
58
|
}
|
|
59
59
|
i0.ɵɵngDeclareClassMetadata({
|
|
60
60
|
minVersion: "12.0.0",
|
|
61
|
-
version: "21.0.
|
|
61
|
+
version: "21.0.3",
|
|
62
62
|
ngImport: i0,
|
|
63
63
|
type: MatDivider,
|
|
64
64
|
decorators: [{
|
|
@@ -92,7 +92,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
92
92
|
class MatDividerModule {
|
|
93
93
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
94
94
|
minVersion: "12.0.0",
|
|
95
|
-
version: "21.0.
|
|
95
|
+
version: "21.0.3",
|
|
96
96
|
ngImport: i0,
|
|
97
97
|
type: MatDividerModule,
|
|
98
98
|
deps: [],
|
|
@@ -100,7 +100,7 @@ class MatDividerModule {
|
|
|
100
100
|
});
|
|
101
101
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
102
102
|
minVersion: "14.0.0",
|
|
103
|
-
version: "21.0.
|
|
103
|
+
version: "21.0.3",
|
|
104
104
|
ngImport: i0,
|
|
105
105
|
type: MatDividerModule,
|
|
106
106
|
imports: [MatDivider],
|
|
@@ -108,7 +108,7 @@ class MatDividerModule {
|
|
|
108
108
|
});
|
|
109
109
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
110
110
|
minVersion: "12.0.0",
|
|
111
|
-
version: "21.0.
|
|
111
|
+
version: "21.0.3",
|
|
112
112
|
ngImport: i0,
|
|
113
113
|
type: MatDividerModule,
|
|
114
114
|
imports: [BidiModule]
|
|
@@ -116,7 +116,7 @@ class MatDividerModule {
|
|
|
116
116
|
}
|
|
117
117
|
i0.ɵɵngDeclareClassMetadata({
|
|
118
118
|
minVersion: "12.0.0",
|
|
119
|
-
version: "21.0.
|
|
119
|
+
version: "21.0.3",
|
|
120
120
|
ngImport: i0,
|
|
121
121
|
type: MatDividerModule,
|
|
122
122
|
decorators: [{
|
package/fesm2022/expansion.mjs
CHANGED
|
@@ -25,7 +25,7 @@ class MatExpansionPanelContent {
|
|
|
25
25
|
constructor() {}
|
|
26
26
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
27
27
|
minVersion: "12.0.0",
|
|
28
|
-
version: "21.0.
|
|
28
|
+
version: "21.0.3",
|
|
29
29
|
ngImport: i0,
|
|
30
30
|
type: MatExpansionPanelContent,
|
|
31
31
|
deps: [],
|
|
@@ -33,7 +33,7 @@ class MatExpansionPanelContent {
|
|
|
33
33
|
});
|
|
34
34
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
35
35
|
minVersion: "14.0.0",
|
|
36
|
-
version: "21.0.
|
|
36
|
+
version: "21.0.3",
|
|
37
37
|
type: MatExpansionPanelContent,
|
|
38
38
|
isStandalone: true,
|
|
39
39
|
selector: "ng-template[matExpansionPanelContent]",
|
|
@@ -42,7 +42,7 @@ class MatExpansionPanelContent {
|
|
|
42
42
|
}
|
|
43
43
|
i0.ɵɵngDeclareClassMetadata({
|
|
44
44
|
minVersion: "12.0.0",
|
|
45
|
-
version: "21.0.
|
|
45
|
+
version: "21.0.3",
|
|
46
46
|
ngImport: i0,
|
|
47
47
|
type: MatExpansionPanelContent,
|
|
48
48
|
decorators: [{
|
|
@@ -171,7 +171,7 @@ class MatExpansionPanel extends CdkAccordionItem {
|
|
|
171
171
|
}
|
|
172
172
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
173
173
|
minVersion: "12.0.0",
|
|
174
|
-
version: "21.0.
|
|
174
|
+
version: "21.0.3",
|
|
175
175
|
ngImport: i0,
|
|
176
176
|
type: MatExpansionPanel,
|
|
177
177
|
deps: [],
|
|
@@ -179,7 +179,7 @@ class MatExpansionPanel extends CdkAccordionItem {
|
|
|
179
179
|
});
|
|
180
180
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
181
181
|
minVersion: "16.1.0",
|
|
182
|
-
version: "21.0.
|
|
182
|
+
version: "21.0.3",
|
|
183
183
|
type: MatExpansionPanel,
|
|
184
184
|
isStandalone: true,
|
|
185
185
|
selector: "mat-expansion-panel",
|
|
@@ -242,7 +242,7 @@ class MatExpansionPanel extends CdkAccordionItem {
|
|
|
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: MatExpansionPanel,
|
|
248
248
|
decorators: [{
|
|
@@ -303,7 +303,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
303
303
|
class MatExpansionPanelActionRow {
|
|
304
304
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
305
305
|
minVersion: "12.0.0",
|
|
306
|
-
version: "21.0.
|
|
306
|
+
version: "21.0.3",
|
|
307
307
|
ngImport: i0,
|
|
308
308
|
type: MatExpansionPanelActionRow,
|
|
309
309
|
deps: [],
|
|
@@ -311,7 +311,7 @@ class MatExpansionPanelActionRow {
|
|
|
311
311
|
});
|
|
312
312
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
313
313
|
minVersion: "14.0.0",
|
|
314
|
-
version: "21.0.
|
|
314
|
+
version: "21.0.3",
|
|
315
315
|
type: MatExpansionPanelActionRow,
|
|
316
316
|
isStandalone: true,
|
|
317
317
|
selector: "mat-action-row",
|
|
@@ -323,7 +323,7 @@ class MatExpansionPanelActionRow {
|
|
|
323
323
|
}
|
|
324
324
|
i0.ɵɵngDeclareClassMetadata({
|
|
325
325
|
minVersion: "12.0.0",
|
|
326
|
-
version: "21.0.
|
|
326
|
+
version: "21.0.3",
|
|
327
327
|
ngImport: i0,
|
|
328
328
|
type: MatExpansionPanelActionRow,
|
|
329
329
|
decorators: [{
|
|
@@ -436,7 +436,7 @@ class MatExpansionPanelHeader {
|
|
|
436
436
|
}
|
|
437
437
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
438
438
|
minVersion: "12.0.0",
|
|
439
|
-
version: "21.0.
|
|
439
|
+
version: "21.0.3",
|
|
440
440
|
ngImport: i0,
|
|
441
441
|
type: MatExpansionPanelHeader,
|
|
442
442
|
deps: [],
|
|
@@ -444,7 +444,7 @@ class MatExpansionPanelHeader {
|
|
|
444
444
|
});
|
|
445
445
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
446
446
|
minVersion: "17.0.0",
|
|
447
|
-
version: "21.0.
|
|
447
|
+
version: "21.0.3",
|
|
448
448
|
type: MatExpansionPanelHeader,
|
|
449
449
|
isStandalone: true,
|
|
450
450
|
selector: "mat-expansion-panel-header",
|
|
@@ -483,7 +483,7 @@ class MatExpansionPanelHeader {
|
|
|
483
483
|
}
|
|
484
484
|
i0.ɵɵngDeclareClassMetadata({
|
|
485
485
|
minVersion: "12.0.0",
|
|
486
|
-
version: "21.0.
|
|
486
|
+
version: "21.0.3",
|
|
487
487
|
ngImport: i0,
|
|
488
488
|
type: MatExpansionPanelHeader,
|
|
489
489
|
decorators: [{
|
|
@@ -530,7 +530,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
530
530
|
class MatExpansionPanelDescription {
|
|
531
531
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
532
532
|
minVersion: "12.0.0",
|
|
533
|
-
version: "21.0.
|
|
533
|
+
version: "21.0.3",
|
|
534
534
|
ngImport: i0,
|
|
535
535
|
type: MatExpansionPanelDescription,
|
|
536
536
|
deps: [],
|
|
@@ -538,7 +538,7 @@ class MatExpansionPanelDescription {
|
|
|
538
538
|
});
|
|
539
539
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
540
540
|
minVersion: "14.0.0",
|
|
541
|
-
version: "21.0.
|
|
541
|
+
version: "21.0.3",
|
|
542
542
|
type: MatExpansionPanelDescription,
|
|
543
543
|
isStandalone: true,
|
|
544
544
|
selector: "mat-panel-description",
|
|
@@ -550,7 +550,7 @@ class MatExpansionPanelDescription {
|
|
|
550
550
|
}
|
|
551
551
|
i0.ɵɵngDeclareClassMetadata({
|
|
552
552
|
minVersion: "12.0.0",
|
|
553
|
-
version: "21.0.
|
|
553
|
+
version: "21.0.3",
|
|
554
554
|
ngImport: i0,
|
|
555
555
|
type: MatExpansionPanelDescription,
|
|
556
556
|
decorators: [{
|
|
@@ -566,7 +566,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
566
566
|
class MatExpansionPanelTitle {
|
|
567
567
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
568
568
|
minVersion: "12.0.0",
|
|
569
|
-
version: "21.0.
|
|
569
|
+
version: "21.0.3",
|
|
570
570
|
ngImport: i0,
|
|
571
571
|
type: MatExpansionPanelTitle,
|
|
572
572
|
deps: [],
|
|
@@ -574,7 +574,7 @@ class MatExpansionPanelTitle {
|
|
|
574
574
|
});
|
|
575
575
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
576
576
|
minVersion: "14.0.0",
|
|
577
|
-
version: "21.0.
|
|
577
|
+
version: "21.0.3",
|
|
578
578
|
type: MatExpansionPanelTitle,
|
|
579
579
|
isStandalone: true,
|
|
580
580
|
selector: "mat-panel-title",
|
|
@@ -586,7 +586,7 @@ class MatExpansionPanelTitle {
|
|
|
586
586
|
}
|
|
587
587
|
i0.ɵɵngDeclareClassMetadata({
|
|
588
588
|
minVersion: "12.0.0",
|
|
589
|
-
version: "21.0.
|
|
589
|
+
version: "21.0.3",
|
|
590
590
|
ngImport: i0,
|
|
591
591
|
type: MatExpansionPanelTitle,
|
|
592
592
|
decorators: [{
|
|
@@ -627,7 +627,7 @@ class MatAccordion extends CdkAccordion {
|
|
|
627
627
|
}
|
|
628
628
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
629
629
|
minVersion: "12.0.0",
|
|
630
|
-
version: "21.0.
|
|
630
|
+
version: "21.0.3",
|
|
631
631
|
ngImport: i0,
|
|
632
632
|
type: MatAccordion,
|
|
633
633
|
deps: null,
|
|
@@ -635,7 +635,7 @@ class MatAccordion extends CdkAccordion {
|
|
|
635
635
|
});
|
|
636
636
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
637
637
|
minVersion: "16.1.0",
|
|
638
|
-
version: "21.0.
|
|
638
|
+
version: "21.0.3",
|
|
639
639
|
type: MatAccordion,
|
|
640
640
|
isStandalone: true,
|
|
641
641
|
selector: "mat-accordion",
|
|
@@ -666,7 +666,7 @@ class MatAccordion extends CdkAccordion {
|
|
|
666
666
|
}
|
|
667
667
|
i0.ɵɵngDeclareClassMetadata({
|
|
668
668
|
minVersion: "12.0.0",
|
|
669
|
-
version: "21.0.
|
|
669
|
+
version: "21.0.3",
|
|
670
670
|
ngImport: i0,
|
|
671
671
|
type: MatAccordion,
|
|
672
672
|
decorators: [{
|
|
@@ -709,7 +709,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
709
709
|
class MatExpansionModule {
|
|
710
710
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
711
711
|
minVersion: "12.0.0",
|
|
712
|
-
version: "21.0.
|
|
712
|
+
version: "21.0.3",
|
|
713
713
|
ngImport: i0,
|
|
714
714
|
type: MatExpansionModule,
|
|
715
715
|
deps: [],
|
|
@@ -717,7 +717,7 @@ class MatExpansionModule {
|
|
|
717
717
|
});
|
|
718
718
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
719
719
|
minVersion: "14.0.0",
|
|
720
|
-
version: "21.0.
|
|
720
|
+
version: "21.0.3",
|
|
721
721
|
ngImport: i0,
|
|
722
722
|
type: MatExpansionModule,
|
|
723
723
|
imports: [CdkAccordionModule, PortalModule, MatAccordion, MatExpansionPanel, MatExpansionPanelActionRow, MatExpansionPanelHeader, MatExpansionPanelTitle, MatExpansionPanelDescription, MatExpansionPanelContent],
|
|
@@ -725,7 +725,7 @@ class MatExpansionModule {
|
|
|
725
725
|
});
|
|
726
726
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
727
727
|
minVersion: "12.0.0",
|
|
728
|
-
version: "21.0.
|
|
728
|
+
version: "21.0.3",
|
|
729
729
|
ngImport: i0,
|
|
730
730
|
type: MatExpansionModule,
|
|
731
731
|
imports: [CdkAccordionModule, PortalModule, BidiModule]
|
|
@@ -733,7 +733,7 @@ class MatExpansionModule {
|
|
|
733
733
|
}
|
|
734
734
|
i0.ɵɵngDeclareClassMetadata({
|
|
735
735
|
minVersion: "12.0.0",
|
|
736
|
-
version: "21.0.
|
|
736
|
+
version: "21.0.3",
|
|
737
737
|
ngImport: i0,
|
|
738
738
|
type: MatExpansionModule,
|
|
739
739
|
decorators: [{
|
package/fesm2022/form-field.mjs
CHANGED
|
@@ -17,7 +17,7 @@ import '@angular/cdk/layout';
|
|
|
17
17
|
class MatFormFieldModule {
|
|
18
18
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
19
19
|
minVersion: "12.0.0",
|
|
20
|
-
version: "21.0.
|
|
20
|
+
version: "21.0.3",
|
|
21
21
|
ngImport: i0,
|
|
22
22
|
type: MatFormFieldModule,
|
|
23
23
|
deps: [],
|
|
@@ -25,7 +25,7 @@ class MatFormFieldModule {
|
|
|
25
25
|
});
|
|
26
26
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
27
27
|
minVersion: "14.0.0",
|
|
28
|
-
version: "21.0.
|
|
28
|
+
version: "21.0.3",
|
|
29
29
|
ngImport: i0,
|
|
30
30
|
type: MatFormFieldModule,
|
|
31
31
|
imports: [ObserversModule, MatFormField, MatLabel, MatError, MatHint, MatPrefix, MatSuffix],
|
|
@@ -33,7 +33,7 @@ class MatFormFieldModule {
|
|
|
33
33
|
});
|
|
34
34
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
35
35
|
minVersion: "12.0.0",
|
|
36
|
-
version: "21.0.
|
|
36
|
+
version: "21.0.3",
|
|
37
37
|
ngImport: i0,
|
|
38
38
|
type: MatFormFieldModule,
|
|
39
39
|
imports: [ObserversModule, MatFormField, BidiModule]
|
|
@@ -41,7 +41,7 @@ class MatFormFieldModule {
|
|
|
41
41
|
}
|
|
42
42
|
i0.ɵɵngDeclareClassMetadata({
|
|
43
43
|
minVersion: "12.0.0",
|
|
44
|
-
version: "21.0.
|
|
44
|
+
version: "21.0.3",
|
|
45
45
|
ngImport: i0,
|
|
46
46
|
type: MatFormFieldModule,
|
|
47
47
|
decorators: [{
|