@angular/cdk 21.2.2 → 22.0.0-next.0
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/fesm2022/_a11y-module-chunk.mjs.map +1 -1
- package/fesm2022/_overlay-module-chunk.mjs.map +1 -1
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/dialog.mjs +1 -1
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/drag-drop.mjs.map +1 -1
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/table.mjs +5 -5
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tree.mjs +1 -1
- package/fesm2022/tree.mjs.map +1 -1
- package/package.json +4 -4
- package/schematics/ng-add/index.js +1 -1
- package/schematics/utils/ast.d.ts +6 -0
- package/schematics/utils/ast.js.map +1 -1
- package/schematics/utils/build-component.js.map +1 -1
- package/types/_a11y-module-chunk.d.ts +1 -1
- package/types/_overlay-module-chunk.d.ts +1 -1
- package/types/accordion.d.ts +2 -4
- package/types/drag-drop.d.ts +1 -1
- package/types/menu.d.ts +1 -1
- package/types/table.d.ts +3 -3
package/fesm2022/table.mjs
CHANGED
|
@@ -748,7 +748,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
748
748
|
'class': 'cdk-header-row',
|
|
749
749
|
'role': 'row'
|
|
750
750
|
},
|
|
751
|
-
changeDetection: ChangeDetectionStrategy.
|
|
751
|
+
changeDetection: ChangeDetectionStrategy.Eager,
|
|
752
752
|
encapsulation: ViewEncapsulation.None,
|
|
753
753
|
imports: [CdkCellOutlet]
|
|
754
754
|
}]
|
|
@@ -801,7 +801,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
801
801
|
'class': 'cdk-footer-row',
|
|
802
802
|
'role': 'row'
|
|
803
803
|
},
|
|
804
|
-
changeDetection: ChangeDetectionStrategy.
|
|
804
|
+
changeDetection: ChangeDetectionStrategy.Eager,
|
|
805
805
|
encapsulation: ViewEncapsulation.None,
|
|
806
806
|
imports: [CdkCellOutlet]
|
|
807
807
|
}]
|
|
@@ -854,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
854
854
|
'class': 'cdk-row',
|
|
855
855
|
'role': 'row'
|
|
856
856
|
},
|
|
857
|
-
changeDetection: ChangeDetectionStrategy.
|
|
857
|
+
changeDetection: ChangeDetectionStrategy.Eager,
|
|
858
858
|
encapsulation: ViewEncapsulation.None,
|
|
859
859
|
imports: [CdkCellOutlet]
|
|
860
860
|
}]
|
|
@@ -2292,7 +2292,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
2292
2292
|
'[class.cdk-table-fixed-layout]': 'fixedLayout'
|
|
2293
2293
|
},
|
|
2294
2294
|
encapsulation: ViewEncapsulation.None,
|
|
2295
|
-
changeDetection: ChangeDetectionStrategy.
|
|
2295
|
+
changeDetection: ChangeDetectionStrategy.Eager,
|
|
2296
2296
|
providers: [{
|
|
2297
2297
|
provide: CDK_TABLE,
|
|
2298
2298
|
useExisting: CdkTable
|
|
@@ -2538,7 +2538,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
2538
2538
|
</ng-container>
|
|
2539
2539
|
`,
|
|
2540
2540
|
encapsulation: ViewEncapsulation.None,
|
|
2541
|
-
changeDetection: ChangeDetectionStrategy.
|
|
2541
|
+
changeDetection: ChangeDetectionStrategy.Eager,
|
|
2542
2542
|
imports: [CdkColumnDef, CdkHeaderCellDef, CdkHeaderCell, CdkCellDef, CdkCell]
|
|
2543
2543
|
}]
|
|
2544
2544
|
}],
|