@angular/cdk 21.2.2 → 21.3.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.
Files changed (65) hide show
  1. package/fesm2022/_a11y-module-chunk.mjs +22 -22
  2. package/fesm2022/_a11y-module-chunk.mjs.map +1 -1
  3. package/fesm2022/_breakpoints-observer-chunk.mjs +6 -6
  4. package/fesm2022/_breakpoints-observer-chunk.mjs.map +1 -1
  5. package/fesm2022/_directionality-chunk.mjs +3 -3
  6. package/fesm2022/_directionality-chunk.mjs.map +1 -1
  7. package/fesm2022/_focus-monitor-chunk.mjs +9 -9
  8. package/fesm2022/_focus-monitor-chunk.mjs.map +1 -1
  9. package/fesm2022/_id-generator-chunk.mjs +3 -3
  10. package/fesm2022/_id-generator-chunk.mjs.map +1 -1
  11. package/fesm2022/_overlay-module-chunk.mjs +34 -34
  12. package/fesm2022/_overlay-module-chunk.mjs.map +1 -1
  13. package/fesm2022/_platform-chunk.mjs +3 -3
  14. package/fesm2022/_platform-chunk.mjs.map +1 -1
  15. package/fesm2022/_style-loader-chunk.mjs +3 -3
  16. package/fesm2022/_style-loader-chunk.mjs.map +1 -1
  17. package/fesm2022/_unique-selection-dispatcher-chunk.mjs +3 -3
  18. package/fesm2022/_unique-selection-dispatcher-chunk.mjs.map +1 -1
  19. package/fesm2022/a11y.mjs +9 -9
  20. package/fesm2022/a11y.mjs.map +1 -1
  21. package/fesm2022/accordion.mjs +10 -10
  22. package/fesm2022/accordion.mjs.map +1 -1
  23. package/fesm2022/bidi.mjs +7 -7
  24. package/fesm2022/cdk.mjs +1 -1
  25. package/fesm2022/cdk.mjs.map +1 -1
  26. package/fesm2022/clipboard.mjs +10 -10
  27. package/fesm2022/clipboard.mjs.map +1 -1
  28. package/fesm2022/dialog.mjs +12 -12
  29. package/fesm2022/dialog.mjs.map +1 -1
  30. package/fesm2022/drag-drop.mjs +31 -31
  31. package/fesm2022/drag-drop.mjs.map +1 -1
  32. package/fesm2022/layout.mjs +4 -4
  33. package/fesm2022/listbox.mjs +10 -10
  34. package/fesm2022/listbox.mjs.map +1 -1
  35. package/fesm2022/menu.mjs +49 -49
  36. package/fesm2022/menu.mjs.map +1 -1
  37. package/fesm2022/observers-private.mjs +3 -3
  38. package/fesm2022/observers-private.mjs.map +1 -1
  39. package/fesm2022/observers.mjs +13 -13
  40. package/fesm2022/observers.mjs.map +1 -1
  41. package/fesm2022/overlay.mjs +3 -3
  42. package/fesm2022/overlay.mjs.map +1 -1
  43. package/fesm2022/platform.mjs +4 -4
  44. package/fesm2022/portal.mjs +10 -10
  45. package/fesm2022/portal.mjs.map +1 -1
  46. package/fesm2022/private.mjs +3 -3
  47. package/fesm2022/private.mjs.map +1 -1
  48. package/fesm2022/scrolling.mjs +35 -35
  49. package/fesm2022/scrolling.mjs.map +1 -1
  50. package/fesm2022/stepper.mjs +22 -22
  51. package/fesm2022/stepper.mjs.map +1 -1
  52. package/fesm2022/table.mjs +83 -83
  53. package/fesm2022/table.mjs.map +1 -1
  54. package/fesm2022/text-field.mjs +16 -16
  55. package/fesm2022/text-field.mjs.map +1 -1
  56. package/fesm2022/tree.mjs +27 -27
  57. package/fesm2022/tree.mjs.map +1 -1
  58. package/package.json +4 -4
  59. package/schematics/ng-add/index.js +1 -1
  60. package/types/_a11y-module-chunk.d.ts +1 -1
  61. package/types/_overlay-module-chunk.d.ts +1 -1
  62. package/types/accordion.d.ts +2 -4
  63. package/types/drag-drop.d.ts +1 -1
  64. package/types/menu.d.ts +1 -1
  65. package/types/table.d.ts +3 -3
@@ -22,7 +22,7 @@ class CdkCellDef {
22
22
  constructor() {}
23
23
  static ɵfac = i0.ɵɵngDeclareFactory({
24
24
  minVersion: "12.0.0",
25
- version: "22.0.0-next.1",
25
+ version: "21.0.3",
26
26
  ngImport: i0,
27
27
  type: CdkCellDef,
28
28
  deps: [],
@@ -30,7 +30,7 @@ class CdkCellDef {
30
30
  });
31
31
  static ɵdir = i0.ɵɵngDeclareDirective({
32
32
  minVersion: "14.0.0",
33
- version: "22.0.0-next.1",
33
+ version: "21.0.3",
34
34
  type: CdkCellDef,
35
35
  isStandalone: true,
36
36
  selector: "[cdkCellDef]",
@@ -39,7 +39,7 @@ class CdkCellDef {
39
39
  }
40
40
  i0.ɵɵngDeclareClassMetadata({
41
41
  minVersion: "12.0.0",
42
- version: "22.0.0-next.1",
42
+ version: "21.0.3",
43
43
  ngImport: i0,
44
44
  type: CdkCellDef,
45
45
  decorators: [{
@@ -55,7 +55,7 @@ class CdkHeaderCellDef {
55
55
  constructor() {}
56
56
  static ɵfac = i0.ɵɵngDeclareFactory({
57
57
  minVersion: "12.0.0",
58
- version: "22.0.0-next.1",
58
+ version: "21.0.3",
59
59
  ngImport: i0,
60
60
  type: CdkHeaderCellDef,
61
61
  deps: [],
@@ -63,7 +63,7 @@ class CdkHeaderCellDef {
63
63
  });
64
64
  static ɵdir = i0.ɵɵngDeclareDirective({
65
65
  minVersion: "14.0.0",
66
- version: "22.0.0-next.1",
66
+ version: "21.0.3",
67
67
  type: CdkHeaderCellDef,
68
68
  isStandalone: true,
69
69
  selector: "[cdkHeaderCellDef]",
@@ -72,7 +72,7 @@ class CdkHeaderCellDef {
72
72
  }
73
73
  i0.ɵɵngDeclareClassMetadata({
74
74
  minVersion: "12.0.0",
75
- version: "22.0.0-next.1",
75
+ version: "21.0.3",
76
76
  ngImport: i0,
77
77
  type: CdkHeaderCellDef,
78
78
  decorators: [{
@@ -88,7 +88,7 @@ class CdkFooterCellDef {
88
88
  constructor() {}
89
89
  static ɵfac = i0.ɵɵngDeclareFactory({
90
90
  minVersion: "12.0.0",
91
- version: "22.0.0-next.1",
91
+ version: "21.0.3",
92
92
  ngImport: i0,
93
93
  type: CdkFooterCellDef,
94
94
  deps: [],
@@ -96,7 +96,7 @@ class CdkFooterCellDef {
96
96
  });
97
97
  static ɵdir = i0.ɵɵngDeclareDirective({
98
98
  minVersion: "14.0.0",
99
- version: "22.0.0-next.1",
99
+ version: "21.0.3",
100
100
  type: CdkFooterCellDef,
101
101
  isStandalone: true,
102
102
  selector: "[cdkFooterCellDef]",
@@ -105,7 +105,7 @@ class CdkFooterCellDef {
105
105
  }
106
106
  i0.ɵɵngDeclareClassMetadata({
107
107
  minVersion: "12.0.0",
108
- version: "22.0.0-next.1",
108
+ version: "21.0.3",
109
109
  ngImport: i0,
110
110
  type: CdkFooterCellDef,
111
111
  decorators: [{
@@ -174,7 +174,7 @@ class CdkColumnDef {
174
174
  }
175
175
  static ɵfac = i0.ɵɵngDeclareFactory({
176
176
  minVersion: "12.0.0",
177
- version: "22.0.0-next.1",
177
+ version: "21.0.3",
178
178
  ngImport: i0,
179
179
  type: CdkColumnDef,
180
180
  deps: [],
@@ -182,7 +182,7 @@ class CdkColumnDef {
182
182
  });
183
183
  static ɵdir = i0.ɵɵngDeclareDirective({
184
184
  minVersion: "16.1.0",
185
- version: "22.0.0-next.1",
185
+ version: "21.0.3",
186
186
  type: CdkColumnDef,
187
187
  isStandalone: true,
188
188
  selector: "[cdkColumnDef]",
@@ -212,7 +212,7 @@ class CdkColumnDef {
212
212
  }
213
213
  i0.ɵɵngDeclareClassMetadata({
214
214
  minVersion: "12.0.0",
215
- version: "22.0.0-next.1",
215
+ version: "21.0.3",
216
216
  ngImport: i0,
217
217
  type: CdkColumnDef,
218
218
  decorators: [{
@@ -264,7 +264,7 @@ class CdkHeaderCell extends BaseCdkCell {
264
264
  }
265
265
  static ɵfac = i0.ɵɵngDeclareFactory({
266
266
  minVersion: "12.0.0",
267
- version: "22.0.0-next.1",
267
+ version: "21.0.3",
268
268
  ngImport: i0,
269
269
  type: CdkHeaderCell,
270
270
  deps: [],
@@ -272,7 +272,7 @@ class CdkHeaderCell extends BaseCdkCell {
272
272
  });
273
273
  static ɵdir = i0.ɵɵngDeclareDirective({
274
274
  minVersion: "14.0.0",
275
- version: "22.0.0-next.1",
275
+ version: "21.0.3",
276
276
  type: CdkHeaderCell,
277
277
  isStandalone: true,
278
278
  selector: "cdk-header-cell, th[cdk-header-cell]",
@@ -288,7 +288,7 @@ class CdkHeaderCell extends BaseCdkCell {
288
288
  }
289
289
  i0.ɵɵngDeclareClassMetadata({
290
290
  minVersion: "12.0.0",
291
- version: "22.0.0-next.1",
291
+ version: "21.0.3",
292
292
  ngImport: i0,
293
293
  type: CdkHeaderCell,
294
294
  decorators: [{
@@ -315,7 +315,7 @@ class CdkFooterCell extends BaseCdkCell {
315
315
  }
316
316
  static ɵfac = i0.ɵɵngDeclareFactory({
317
317
  minVersion: "12.0.0",
318
- version: "22.0.0-next.1",
318
+ version: "21.0.3",
319
319
  ngImport: i0,
320
320
  type: CdkFooterCell,
321
321
  deps: [],
@@ -323,7 +323,7 @@ class CdkFooterCell extends BaseCdkCell {
323
323
  });
324
324
  static ɵdir = i0.ɵɵngDeclareDirective({
325
325
  minVersion: "14.0.0",
326
- version: "22.0.0-next.1",
326
+ version: "21.0.3",
327
327
  type: CdkFooterCell,
328
328
  isStandalone: true,
329
329
  selector: "cdk-footer-cell, td[cdk-footer-cell]",
@@ -336,7 +336,7 @@ class CdkFooterCell extends BaseCdkCell {
336
336
  }
337
337
  i0.ɵɵngDeclareClassMetadata({
338
338
  minVersion: "12.0.0",
339
- version: "22.0.0-next.1",
339
+ version: "21.0.3",
340
340
  ngImport: i0,
341
341
  type: CdkFooterCell,
342
342
  decorators: [{
@@ -362,7 +362,7 @@ class CdkCell extends BaseCdkCell {
362
362
  }
363
363
  static ɵfac = i0.ɵɵngDeclareFactory({
364
364
  minVersion: "12.0.0",
365
- version: "22.0.0-next.1",
365
+ version: "21.0.3",
366
366
  ngImport: i0,
367
367
  type: CdkCell,
368
368
  deps: [],
@@ -370,7 +370,7 @@ class CdkCell extends BaseCdkCell {
370
370
  });
371
371
  static ɵdir = i0.ɵɵngDeclareDirective({
372
372
  minVersion: "14.0.0",
373
- version: "22.0.0-next.1",
373
+ version: "21.0.3",
374
374
  type: CdkCell,
375
375
  isStandalone: true,
376
376
  selector: "cdk-cell, td[cdk-cell]",
@@ -383,7 +383,7 @@ class CdkCell extends BaseCdkCell {
383
383
  }
384
384
  i0.ɵɵngDeclareClassMetadata({
385
385
  minVersion: "12.0.0",
386
- version: "22.0.0-next.1",
386
+ version: "21.0.3",
387
387
  ngImport: i0,
388
388
  type: CdkCell,
389
389
  decorators: [{
@@ -427,7 +427,7 @@ class BaseRowDef {
427
427
  }
428
428
  static ɵfac = i0.ɵɵngDeclareFactory({
429
429
  minVersion: "12.0.0",
430
- version: "22.0.0-next.1",
430
+ version: "21.0.3",
431
431
  ngImport: i0,
432
432
  type: BaseRowDef,
433
433
  deps: [],
@@ -435,7 +435,7 @@ class BaseRowDef {
435
435
  });
436
436
  static ɵdir = i0.ɵɵngDeclareDirective({
437
437
  minVersion: "14.0.0",
438
- version: "22.0.0-next.1",
438
+ version: "21.0.3",
439
439
  type: BaseRowDef,
440
440
  isStandalone: true,
441
441
  usesOnChanges: true,
@@ -444,7 +444,7 @@ class BaseRowDef {
444
444
  }
445
445
  i0.ɵɵngDeclareClassMetadata({
446
446
  minVersion: "12.0.0",
447
- version: "22.0.0-next.1",
447
+ version: "21.0.3",
448
448
  ngImport: i0,
449
449
  type: BaseRowDef,
450
450
  decorators: [{
@@ -483,7 +483,7 @@ class CdkHeaderRowDef extends BaseRowDef {
483
483
  }
484
484
  static ɵfac = i0.ɵɵngDeclareFactory({
485
485
  minVersion: "12.0.0",
486
- version: "22.0.0-next.1",
486
+ version: "21.0.3",
487
487
  ngImport: i0,
488
488
  type: CdkHeaderRowDef,
489
489
  deps: [],
@@ -491,7 +491,7 @@ class CdkHeaderRowDef extends BaseRowDef {
491
491
  });
492
492
  static ɵdir = i0.ɵɵngDeclareDirective({
493
493
  minVersion: "16.1.0",
494
- version: "22.0.0-next.1",
494
+ version: "21.0.3",
495
495
  type: CdkHeaderRowDef,
496
496
  isStandalone: true,
497
497
  selector: "[cdkHeaderRowDef]",
@@ -506,7 +506,7 @@ class CdkHeaderRowDef extends BaseRowDef {
506
506
  }
507
507
  i0.ɵɵngDeclareClassMetadata({
508
508
  minVersion: "12.0.0",
509
- version: "22.0.0-next.1",
509
+ version: "21.0.3",
510
510
  ngImport: i0,
511
511
  type: CdkHeaderRowDef,
512
512
  decorators: [{
@@ -561,7 +561,7 @@ class CdkFooterRowDef extends BaseRowDef {
561
561
  }
562
562
  static ɵfac = i0.ɵɵngDeclareFactory({
563
563
  minVersion: "12.0.0",
564
- version: "22.0.0-next.1",
564
+ version: "21.0.3",
565
565
  ngImport: i0,
566
566
  type: CdkFooterRowDef,
567
567
  deps: [],
@@ -569,7 +569,7 @@ class CdkFooterRowDef extends BaseRowDef {
569
569
  });
570
570
  static ɵdir = i0.ɵɵngDeclareDirective({
571
571
  minVersion: "16.1.0",
572
- version: "22.0.0-next.1",
572
+ version: "21.0.3",
573
573
  type: CdkFooterRowDef,
574
574
  isStandalone: true,
575
575
  selector: "[cdkFooterRowDef]",
@@ -584,7 +584,7 @@ class CdkFooterRowDef extends BaseRowDef {
584
584
  }
585
585
  i0.ɵɵngDeclareClassMetadata({
586
586
  minVersion: "12.0.0",
587
- version: "22.0.0-next.1",
587
+ version: "21.0.3",
588
588
  ngImport: i0,
589
589
  type: CdkFooterRowDef,
590
590
  decorators: [{
@@ -618,7 +618,7 @@ class CdkRowDef extends BaseRowDef {
618
618
  }
619
619
  static ɵfac = i0.ɵɵngDeclareFactory({
620
620
  minVersion: "12.0.0",
621
- version: "22.0.0-next.1",
621
+ version: "21.0.3",
622
622
  ngImport: i0,
623
623
  type: CdkRowDef,
624
624
  deps: [],
@@ -626,7 +626,7 @@ class CdkRowDef extends BaseRowDef {
626
626
  });
627
627
  static ɵdir = i0.ɵɵngDeclareDirective({
628
628
  minVersion: "14.0.0",
629
- version: "22.0.0-next.1",
629
+ version: "21.0.3",
630
630
  type: CdkRowDef,
631
631
  isStandalone: true,
632
632
  selector: "[cdkRowDef]",
@@ -640,7 +640,7 @@ class CdkRowDef extends BaseRowDef {
640
640
  }
641
641
  i0.ɵɵngDeclareClassMetadata({
642
642
  minVersion: "12.0.0",
643
- version: "22.0.0-next.1",
643
+ version: "21.0.3",
644
644
  ngImport: i0,
645
645
  type: CdkRowDef,
646
646
  decorators: [{
@@ -673,7 +673,7 @@ class CdkCellOutlet {
673
673
  }
674
674
  static ɵfac = i0.ɵɵngDeclareFactory({
675
675
  minVersion: "12.0.0",
676
- version: "22.0.0-next.1",
676
+ version: "21.0.3",
677
677
  ngImport: i0,
678
678
  type: CdkCellOutlet,
679
679
  deps: [],
@@ -681,7 +681,7 @@ class CdkCellOutlet {
681
681
  });
682
682
  static ɵdir = i0.ɵɵngDeclareDirective({
683
683
  minVersion: "14.0.0",
684
- version: "22.0.0-next.1",
684
+ version: "21.0.3",
685
685
  type: CdkCellOutlet,
686
686
  isStandalone: true,
687
687
  selector: "[cdkCellOutlet]",
@@ -690,7 +690,7 @@ class CdkCellOutlet {
690
690
  }
691
691
  i0.ɵɵngDeclareClassMetadata({
692
692
  minVersion: "12.0.0",
693
- version: "22.0.0-next.1",
693
+ version: "21.0.3",
694
694
  ngImport: i0,
695
695
  type: CdkCellOutlet,
696
696
  decorators: [{
@@ -704,7 +704,7 @@ i0.ɵɵngDeclareClassMetadata({
704
704
  class CdkHeaderRow {
705
705
  static ɵfac = i0.ɵɵngDeclareFactory({
706
706
  minVersion: "12.0.0",
707
- version: "22.0.0-next.1",
707
+ version: "21.0.3",
708
708
  ngImport: i0,
709
709
  type: CdkHeaderRow,
710
710
  deps: [],
@@ -712,7 +712,7 @@ class CdkHeaderRow {
712
712
  });
713
713
  static ɵcmp = i0.ɵɵngDeclareComponent({
714
714
  minVersion: "14.0.0",
715
- version: "22.0.0-next.1",
715
+ version: "21.0.3",
716
716
  type: CdkHeaderRow,
717
717
  isStandalone: true,
718
718
  selector: "cdk-header-row, tr[cdk-header-row]",
@@ -730,13 +730,13 @@ class CdkHeaderRow {
730
730
  type: CdkCellOutlet,
731
731
  selector: "[cdkCellOutlet]"
732
732
  }],
733
- changeDetection: i0.ChangeDetectionStrategy.Eager,
733
+ changeDetection: i0.ChangeDetectionStrategy.Default,
734
734
  encapsulation: i0.ViewEncapsulation.None
735
735
  });
736
736
  }
737
737
  i0.ɵɵngDeclareClassMetadata({
738
738
  minVersion: "12.0.0",
739
- version: "22.0.0-next.1",
739
+ version: "21.0.3",
740
740
  ngImport: i0,
741
741
  type: CdkHeaderRow,
742
742
  decorators: [{
@@ -748,7 +748,7 @@ i0.ɵɵngDeclareClassMetadata({
748
748
  'class': 'cdk-header-row',
749
749
  'role': 'row'
750
750
  },
751
- changeDetection: ChangeDetectionStrategy.Default,
751
+ changeDetection: ChangeDetectionStrategy.Eager,
752
752
  encapsulation: ViewEncapsulation.None,
753
753
  imports: [CdkCellOutlet]
754
754
  }]
@@ -757,7 +757,7 @@ i0.ɵɵngDeclareClassMetadata({
757
757
  class CdkFooterRow {
758
758
  static ɵfac = i0.ɵɵngDeclareFactory({
759
759
  minVersion: "12.0.0",
760
- version: "22.0.0-next.1",
760
+ version: "21.0.3",
761
761
  ngImport: i0,
762
762
  type: CdkFooterRow,
763
763
  deps: [],
@@ -765,7 +765,7 @@ class CdkFooterRow {
765
765
  });
766
766
  static ɵcmp = i0.ɵɵngDeclareComponent({
767
767
  minVersion: "14.0.0",
768
- version: "22.0.0-next.1",
768
+ version: "21.0.3",
769
769
  type: CdkFooterRow,
770
770
  isStandalone: true,
771
771
  selector: "cdk-footer-row, tr[cdk-footer-row]",
@@ -783,13 +783,13 @@ class CdkFooterRow {
783
783
  type: CdkCellOutlet,
784
784
  selector: "[cdkCellOutlet]"
785
785
  }],
786
- changeDetection: i0.ChangeDetectionStrategy.Eager,
786
+ changeDetection: i0.ChangeDetectionStrategy.Default,
787
787
  encapsulation: i0.ViewEncapsulation.None
788
788
  });
789
789
  }
790
790
  i0.ɵɵngDeclareClassMetadata({
791
791
  minVersion: "12.0.0",
792
- version: "22.0.0-next.1",
792
+ version: "21.0.3",
793
793
  ngImport: i0,
794
794
  type: CdkFooterRow,
795
795
  decorators: [{
@@ -801,7 +801,7 @@ i0.ɵɵngDeclareClassMetadata({
801
801
  'class': 'cdk-footer-row',
802
802
  'role': 'row'
803
803
  },
804
- changeDetection: ChangeDetectionStrategy.Default,
804
+ changeDetection: ChangeDetectionStrategy.Eager,
805
805
  encapsulation: ViewEncapsulation.None,
806
806
  imports: [CdkCellOutlet]
807
807
  }]
@@ -810,7 +810,7 @@ i0.ɵɵngDeclareClassMetadata({
810
810
  class CdkRow {
811
811
  static ɵfac = i0.ɵɵngDeclareFactory({
812
812
  minVersion: "12.0.0",
813
- version: "22.0.0-next.1",
813
+ version: "21.0.3",
814
814
  ngImport: i0,
815
815
  type: CdkRow,
816
816
  deps: [],
@@ -818,7 +818,7 @@ class CdkRow {
818
818
  });
819
819
  static ɵcmp = i0.ɵɵngDeclareComponent({
820
820
  minVersion: "14.0.0",
821
- version: "22.0.0-next.1",
821
+ version: "21.0.3",
822
822
  type: CdkRow,
823
823
  isStandalone: true,
824
824
  selector: "cdk-row, tr[cdk-row]",
@@ -836,13 +836,13 @@ class CdkRow {
836
836
  type: CdkCellOutlet,
837
837
  selector: "[cdkCellOutlet]"
838
838
  }],
839
- changeDetection: i0.ChangeDetectionStrategy.Eager,
839
+ changeDetection: i0.ChangeDetectionStrategy.Default,
840
840
  encapsulation: i0.ViewEncapsulation.None
841
841
  });
842
842
  }
843
843
  i0.ɵɵngDeclareClassMetadata({
844
844
  minVersion: "12.0.0",
845
- version: "22.0.0-next.1",
845
+ version: "21.0.3",
846
846
  ngImport: i0,
847
847
  type: CdkRow,
848
848
  decorators: [{
@@ -854,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({
854
854
  'class': 'cdk-row',
855
855
  'role': 'row'
856
856
  },
857
- changeDetection: ChangeDetectionStrategy.Default,
857
+ changeDetection: ChangeDetectionStrategy.Eager,
858
858
  encapsulation: ViewEncapsulation.None,
859
859
  imports: [CdkCellOutlet]
860
860
  }]
@@ -868,7 +868,7 @@ class CdkNoDataRow {
868
868
  constructor() {}
869
869
  static ɵfac = i0.ɵɵngDeclareFactory({
870
870
  minVersion: "12.0.0",
871
- version: "22.0.0-next.1",
871
+ version: "21.0.3",
872
872
  ngImport: i0,
873
873
  type: CdkNoDataRow,
874
874
  deps: [],
@@ -876,7 +876,7 @@ class CdkNoDataRow {
876
876
  });
877
877
  static ɵdir = i0.ɵɵngDeclareDirective({
878
878
  minVersion: "14.0.0",
879
- version: "22.0.0-next.1",
879
+ version: "21.0.3",
880
880
  type: CdkNoDataRow,
881
881
  isStandalone: true,
882
882
  selector: "ng-template[cdkNoDataRow]",
@@ -885,7 +885,7 @@ class CdkNoDataRow {
885
885
  }
886
886
  i0.ɵɵngDeclareClassMetadata({
887
887
  minVersion: "12.0.0",
888
- version: "22.0.0-next.1",
888
+ version: "21.0.3",
889
889
  ngImport: i0,
890
890
  type: CdkNoDataRow,
891
891
  decorators: [{
@@ -1264,7 +1264,7 @@ const STICKY_POSITIONING_LISTENER = new InjectionToken('STICKY_POSITIONING_LISTE
1264
1264
  class CdkRecycleRows {
1265
1265
  static ɵfac = i0.ɵɵngDeclareFactory({
1266
1266
  minVersion: "12.0.0",
1267
- version: "22.0.0-next.1",
1267
+ version: "21.0.3",
1268
1268
  ngImport: i0,
1269
1269
  type: CdkRecycleRows,
1270
1270
  deps: [],
@@ -1272,7 +1272,7 @@ class CdkRecycleRows {
1272
1272
  });
1273
1273
  static ɵdir = i0.ɵɵngDeclareDirective({
1274
1274
  minVersion: "14.0.0",
1275
- version: "22.0.0-next.1",
1275
+ version: "21.0.3",
1276
1276
  type: CdkRecycleRows,
1277
1277
  isStandalone: true,
1278
1278
  selector: "cdk-table[recycleRows], table[cdk-table][recycleRows]",
@@ -1281,7 +1281,7 @@ class CdkRecycleRows {
1281
1281
  }
1282
1282
  i0.ɵɵngDeclareClassMetadata({
1283
1283
  minVersion: "12.0.0",
1284
- version: "22.0.0-next.1",
1284
+ version: "21.0.3",
1285
1285
  ngImport: i0,
1286
1286
  type: CdkRecycleRows,
1287
1287
  decorators: [{
@@ -1301,7 +1301,7 @@ class DataRowOutlet {
1301
1301
  }
1302
1302
  static ɵfac = i0.ɵɵngDeclareFactory({
1303
1303
  minVersion: "12.0.0",
1304
- version: "22.0.0-next.1",
1304
+ version: "21.0.3",
1305
1305
  ngImport: i0,
1306
1306
  type: DataRowOutlet,
1307
1307
  deps: [],
@@ -1309,7 +1309,7 @@ class DataRowOutlet {
1309
1309
  });
1310
1310
  static ɵdir = i0.ɵɵngDeclareDirective({
1311
1311
  minVersion: "14.0.0",
1312
- version: "22.0.0-next.1",
1312
+ version: "21.0.3",
1313
1313
  type: DataRowOutlet,
1314
1314
  isStandalone: true,
1315
1315
  selector: "[rowOutlet]",
@@ -1318,7 +1318,7 @@ class DataRowOutlet {
1318
1318
  }
1319
1319
  i0.ɵɵngDeclareClassMetadata({
1320
1320
  minVersion: "12.0.0",
1321
- version: "22.0.0-next.1",
1321
+ version: "21.0.3",
1322
1322
  ngImport: i0,
1323
1323
  type: DataRowOutlet,
1324
1324
  decorators: [{
@@ -1339,7 +1339,7 @@ class HeaderRowOutlet {
1339
1339
  }
1340
1340
  static ɵfac = i0.ɵɵngDeclareFactory({
1341
1341
  minVersion: "12.0.0",
1342
- version: "22.0.0-next.1",
1342
+ version: "21.0.3",
1343
1343
  ngImport: i0,
1344
1344
  type: HeaderRowOutlet,
1345
1345
  deps: [],
@@ -1347,7 +1347,7 @@ class HeaderRowOutlet {
1347
1347
  });
1348
1348
  static ɵdir = i0.ɵɵngDeclareDirective({
1349
1349
  minVersion: "14.0.0",
1350
- version: "22.0.0-next.1",
1350
+ version: "21.0.3",
1351
1351
  type: HeaderRowOutlet,
1352
1352
  isStandalone: true,
1353
1353
  selector: "[headerRowOutlet]",
@@ -1356,7 +1356,7 @@ class HeaderRowOutlet {
1356
1356
  }
1357
1357
  i0.ɵɵngDeclareClassMetadata({
1358
1358
  minVersion: "12.0.0",
1359
- version: "22.0.0-next.1",
1359
+ version: "21.0.3",
1360
1360
  ngImport: i0,
1361
1361
  type: HeaderRowOutlet,
1362
1362
  decorators: [{
@@ -1377,7 +1377,7 @@ class FooterRowOutlet {
1377
1377
  }
1378
1378
  static ɵfac = i0.ɵɵngDeclareFactory({
1379
1379
  minVersion: "12.0.0",
1380
- version: "22.0.0-next.1",
1380
+ version: "21.0.3",
1381
1381
  ngImport: i0,
1382
1382
  type: FooterRowOutlet,
1383
1383
  deps: [],
@@ -1385,7 +1385,7 @@ class FooterRowOutlet {
1385
1385
  });
1386
1386
  static ɵdir = i0.ɵɵngDeclareDirective({
1387
1387
  minVersion: "14.0.0",
1388
- version: "22.0.0-next.1",
1388
+ version: "21.0.3",
1389
1389
  type: FooterRowOutlet,
1390
1390
  isStandalone: true,
1391
1391
  selector: "[footerRowOutlet]",
@@ -1394,7 +1394,7 @@ class FooterRowOutlet {
1394
1394
  }
1395
1395
  i0.ɵɵngDeclareClassMetadata({
1396
1396
  minVersion: "12.0.0",
1397
- version: "22.0.0-next.1",
1397
+ version: "21.0.3",
1398
1398
  ngImport: i0,
1399
1399
  type: FooterRowOutlet,
1400
1400
  decorators: [{
@@ -1415,7 +1415,7 @@ class NoDataRowOutlet {
1415
1415
  }
1416
1416
  static ɵfac = i0.ɵɵngDeclareFactory({
1417
1417
  minVersion: "12.0.0",
1418
- version: "22.0.0-next.1",
1418
+ version: "21.0.3",
1419
1419
  ngImport: i0,
1420
1420
  type: NoDataRowOutlet,
1421
1421
  deps: [],
@@ -1423,7 +1423,7 @@ class NoDataRowOutlet {
1423
1423
  });
1424
1424
  static ɵdir = i0.ɵɵngDeclareDirective({
1425
1425
  minVersion: "14.0.0",
1426
- version: "22.0.0-next.1",
1426
+ version: "21.0.3",
1427
1427
  type: NoDataRowOutlet,
1428
1428
  isStandalone: true,
1429
1429
  selector: "[noDataRowOutlet]",
@@ -1432,7 +1432,7 @@ class NoDataRowOutlet {
1432
1432
  }
1433
1433
  i0.ɵɵngDeclareClassMetadata({
1434
1434
  minVersion: "12.0.0",
1435
- version: "22.0.0-next.1",
1435
+ version: "21.0.3",
1436
1436
  ngImport: i0,
1437
1437
  type: NoDataRowOutlet,
1438
1438
  decorators: [{
@@ -2135,7 +2135,7 @@ class CdkTable {
2135
2135
  }
2136
2136
  static ɵfac = i0.ɵɵngDeclareFactory({
2137
2137
  minVersion: "12.0.0",
2138
- version: "22.0.0-next.1",
2138
+ version: "21.0.3",
2139
2139
  ngImport: i0,
2140
2140
  type: CdkTable,
2141
2141
  deps: [],
@@ -2143,7 +2143,7 @@ class CdkTable {
2143
2143
  });
2144
2144
  static ɵcmp = i0.ɵɵngDeclareComponent({
2145
2145
  minVersion: "17.0.0",
2146
- version: "22.0.0-next.1",
2146
+ version: "21.0.3",
2147
2147
  type: CdkTable,
2148
2148
  isStandalone: true,
2149
2149
  selector: "cdk-table, table[cdk-table]",
@@ -2243,13 +2243,13 @@ class CdkTable {
2243
2243
  type: FooterRowOutlet,
2244
2244
  selector: "[footerRowOutlet]"
2245
2245
  }],
2246
- changeDetection: i0.ChangeDetectionStrategy.Eager,
2246
+ changeDetection: i0.ChangeDetectionStrategy.Default,
2247
2247
  encapsulation: i0.ViewEncapsulation.None
2248
2248
  });
2249
2249
  }
2250
2250
  i0.ɵɵngDeclareClassMetadata({
2251
2251
  minVersion: "12.0.0",
2252
- version: "22.0.0-next.1",
2252
+ version: "21.0.3",
2253
2253
  ngImport: i0,
2254
2254
  type: CdkTable,
2255
2255
  decorators: [{
@@ -2292,7 +2292,7 @@ i0.ɵɵngDeclareClassMetadata({
2292
2292
  '[class.cdk-table-fixed-layout]': 'fixedLayout'
2293
2293
  },
2294
2294
  encapsulation: ViewEncapsulation.None,
2295
- changeDetection: ChangeDetectionStrategy.Default,
2295
+ changeDetection: ChangeDetectionStrategy.Eager,
2296
2296
  providers: [{
2297
2297
  provide: CDK_TABLE,
2298
2298
  useExisting: CdkTable
@@ -2443,7 +2443,7 @@ class CdkTextColumn {
2443
2443
  }
2444
2444
  static ɵfac = i0.ɵɵngDeclareFactory({
2445
2445
  minVersion: "12.0.0",
2446
- version: "22.0.0-next.1",
2446
+ version: "21.0.3",
2447
2447
  ngImport: i0,
2448
2448
  type: CdkTextColumn,
2449
2449
  deps: [],
@@ -2451,7 +2451,7 @@ class CdkTextColumn {
2451
2451
  });
2452
2452
  static ɵcmp = i0.ɵɵngDeclareComponent({
2453
2453
  minVersion: "14.0.0",
2454
- version: "22.0.0-next.1",
2454
+ version: "21.0.3",
2455
2455
  type: CdkTextColumn,
2456
2456
  isStandalone: true,
2457
2457
  selector: "cdk-text-column",
@@ -2514,13 +2514,13 @@ class CdkTextColumn {
2514
2514
  type: CdkCell,
2515
2515
  selector: "cdk-cell, td[cdk-cell]"
2516
2516
  }],
2517
- changeDetection: i0.ChangeDetectionStrategy.Eager,
2517
+ changeDetection: i0.ChangeDetectionStrategy.Default,
2518
2518
  encapsulation: i0.ViewEncapsulation.None
2519
2519
  });
2520
2520
  }
2521
2521
  i0.ɵɵngDeclareClassMetadata({
2522
2522
  minVersion: "12.0.0",
2523
- version: "22.0.0-next.1",
2523
+ version: "21.0.3",
2524
2524
  ngImport: i0,
2525
2525
  type: CdkTextColumn,
2526
2526
  decorators: [{
@@ -2538,7 +2538,7 @@ i0.ɵɵngDeclareClassMetadata({
2538
2538
  </ng-container>
2539
2539
  `,
2540
2540
  encapsulation: ViewEncapsulation.None,
2541
- changeDetection: ChangeDetectionStrategy.Default,
2541
+ changeDetection: ChangeDetectionStrategy.Eager,
2542
2542
  imports: [CdkColumnDef, CdkHeaderCellDef, CdkHeaderCell, CdkCellDef, CdkCell]
2543
2543
  }]
2544
2544
  }],
@@ -2581,7 +2581,7 @@ const EXPORTED_DECLARATIONS = [CdkTable, CdkRowDef, CdkCellDef, CdkCellOutlet, C
2581
2581
  class CdkTableModule {
2582
2582
  static ɵfac = i0.ɵɵngDeclareFactory({
2583
2583
  minVersion: "12.0.0",
2584
- version: "22.0.0-next.1",
2584
+ version: "21.0.3",
2585
2585
  ngImport: i0,
2586
2586
  type: CdkTableModule,
2587
2587
  deps: [],
@@ -2589,7 +2589,7 @@ class CdkTableModule {
2589
2589
  });
2590
2590
  static ɵmod = i0.ɵɵngDeclareNgModule({
2591
2591
  minVersion: "14.0.0",
2592
- version: "22.0.0-next.1",
2592
+ version: "21.0.3",
2593
2593
  ngImport: i0,
2594
2594
  type: CdkTableModule,
2595
2595
  imports: [ScrollingModule, CdkTable, CdkRowDef, CdkCellDef, CdkCellOutlet, CdkHeaderCellDef, CdkFooterCellDef, CdkColumnDef, CdkCell, CdkRow, CdkHeaderCell, CdkFooterCell, CdkHeaderRow, CdkHeaderRowDef, CdkFooterRow, CdkFooterRowDef, DataRowOutlet, HeaderRowOutlet, FooterRowOutlet, CdkTextColumn, CdkNoDataRow, CdkRecycleRows, NoDataRowOutlet],
@@ -2597,7 +2597,7 @@ class CdkTableModule {
2597
2597
  });
2598
2598
  static ɵinj = i0.ɵɵngDeclareInjector({
2599
2599
  minVersion: "12.0.0",
2600
- version: "22.0.0-next.1",
2600
+ version: "21.0.3",
2601
2601
  ngImport: i0,
2602
2602
  type: CdkTableModule,
2603
2603
  imports: [ScrollingModule]
@@ -2605,7 +2605,7 @@ class CdkTableModule {
2605
2605
  }
2606
2606
  i0.ɵɵngDeclareClassMetadata({
2607
2607
  minVersion: "12.0.0",
2608
- version: "22.0.0-next.1",
2608
+ version: "21.0.3",
2609
2609
  ngImport: i0,
2610
2610
  type: CdkTableModule,
2611
2611
  decorators: [{