@angular/cdk 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/fesm2022/_a11y-module-chunk.mjs +22 -22
- package/fesm2022/_breakpoints-observer-chunk.mjs +6 -6
- package/fesm2022/_directionality-chunk.mjs +3 -3
- package/fesm2022/_focus-monitor-chunk.mjs +9 -9
- package/fesm2022/_id-generator-chunk.mjs +3 -3
- package/fesm2022/_list-key-manager-chunk.mjs +5 -5
- package/fesm2022/_list-key-manager-chunk.mjs.map +1 -1
- package/fesm2022/_overlay-module-chunk.mjs +34 -34
- package/fesm2022/_platform-chunk.mjs +3 -3
- package/fesm2022/_style-loader-chunk.mjs +3 -3
- package/fesm2022/_unique-selection-dispatcher-chunk.mjs +3 -3
- package/fesm2022/_visually-hidden-chunk.mjs +3 -3
- package/fesm2022/a11y.mjs +9 -9
- package/fesm2022/accordion.mjs +10 -10
- package/fesm2022/bidi.mjs +7 -7
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/clipboard.mjs +10 -10
- package/fesm2022/dialog.mjs +10 -10
- package/fesm2022/drag-drop.mjs +31 -31
- package/fesm2022/layout.mjs +4 -4
- package/fesm2022/listbox.mjs +10 -10
- package/fesm2022/menu.mjs +49 -49
- package/fesm2022/observers-private.mjs +3 -3
- package/fesm2022/observers.mjs +13 -13
- package/fesm2022/overlay.mjs +3 -3
- package/fesm2022/platform.mjs +4 -4
- package/fesm2022/portal.mjs +10 -10
- package/fesm2022/scrolling.mjs +40 -40
- package/fesm2022/scrolling.mjs.map +1 -1
- package/fesm2022/stepper.mjs +22 -22
- package/fesm2022/table.mjs +73 -73
- package/fesm2022/testing-testbed.mjs +7 -1
- package/fesm2022/testing-testbed.mjs.map +1 -1
- package/fesm2022/text-field.mjs +16 -16
- package/fesm2022/tree.mjs +25 -25
- package/package.json +1 -1
- package/schematics/ng-add/index.js +1 -1
- package/types/testing-testbed.d.ts +3 -0
package/fesm2022/table.mjs
CHANGED
|
@@ -22,7 +22,7 @@ class CdkCellDef {
|
|
|
22
22
|
constructor() {}
|
|
23
23
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
24
24
|
minVersion: "12.0.0",
|
|
25
|
-
version: "21.0.
|
|
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: "21.0.
|
|
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: "21.0.
|
|
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: "21.0.
|
|
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: "21.0.
|
|
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: "21.0.
|
|
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: "21.0.
|
|
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: "21.0.
|
|
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: "21.0.
|
|
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: "21.0.
|
|
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: "21.0.
|
|
185
|
+
version: "21.0.3",
|
|
186
186
|
type: CdkColumnDef,
|
|
187
187
|
isStandalone: true,
|
|
188
188
|
selector: "[cdkColumnDef]",
|
|
@@ -216,7 +216,7 @@ class CdkColumnDef {
|
|
|
216
216
|
}
|
|
217
217
|
i0.ɵɵngDeclareClassMetadata({
|
|
218
218
|
minVersion: "12.0.0",
|
|
219
|
-
version: "21.0.
|
|
219
|
+
version: "21.0.3",
|
|
220
220
|
ngImport: i0,
|
|
221
221
|
type: CdkColumnDef,
|
|
222
222
|
decorators: [{
|
|
@@ -272,7 +272,7 @@ class CdkHeaderCell extends BaseCdkCell {
|
|
|
272
272
|
}
|
|
273
273
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
274
274
|
minVersion: "12.0.0",
|
|
275
|
-
version: "21.0.
|
|
275
|
+
version: "21.0.3",
|
|
276
276
|
ngImport: i0,
|
|
277
277
|
type: CdkHeaderCell,
|
|
278
278
|
deps: [],
|
|
@@ -280,7 +280,7 @@ class CdkHeaderCell extends BaseCdkCell {
|
|
|
280
280
|
});
|
|
281
281
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
282
282
|
minVersion: "14.0.0",
|
|
283
|
-
version: "21.0.
|
|
283
|
+
version: "21.0.3",
|
|
284
284
|
type: CdkHeaderCell,
|
|
285
285
|
isStandalone: true,
|
|
286
286
|
selector: "cdk-header-cell, th[cdk-header-cell]",
|
|
@@ -296,7 +296,7 @@ class CdkHeaderCell extends BaseCdkCell {
|
|
|
296
296
|
}
|
|
297
297
|
i0.ɵɵngDeclareClassMetadata({
|
|
298
298
|
minVersion: "12.0.0",
|
|
299
|
-
version: "21.0.
|
|
299
|
+
version: "21.0.3",
|
|
300
300
|
ngImport: i0,
|
|
301
301
|
type: CdkHeaderCell,
|
|
302
302
|
decorators: [{
|
|
@@ -323,7 +323,7 @@ class CdkFooterCell extends BaseCdkCell {
|
|
|
323
323
|
}
|
|
324
324
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
325
325
|
minVersion: "12.0.0",
|
|
326
|
-
version: "21.0.
|
|
326
|
+
version: "21.0.3",
|
|
327
327
|
ngImport: i0,
|
|
328
328
|
type: CdkFooterCell,
|
|
329
329
|
deps: [],
|
|
@@ -331,7 +331,7 @@ class CdkFooterCell extends BaseCdkCell {
|
|
|
331
331
|
});
|
|
332
332
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
333
333
|
minVersion: "14.0.0",
|
|
334
|
-
version: "21.0.
|
|
334
|
+
version: "21.0.3",
|
|
335
335
|
type: CdkFooterCell,
|
|
336
336
|
isStandalone: true,
|
|
337
337
|
selector: "cdk-footer-cell, td[cdk-footer-cell]",
|
|
@@ -344,7 +344,7 @@ class CdkFooterCell extends BaseCdkCell {
|
|
|
344
344
|
}
|
|
345
345
|
i0.ɵɵngDeclareClassMetadata({
|
|
346
346
|
minVersion: "12.0.0",
|
|
347
|
-
version: "21.0.
|
|
347
|
+
version: "21.0.3",
|
|
348
348
|
ngImport: i0,
|
|
349
349
|
type: CdkFooterCell,
|
|
350
350
|
decorators: [{
|
|
@@ -370,7 +370,7 @@ class CdkCell extends BaseCdkCell {
|
|
|
370
370
|
}
|
|
371
371
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
372
372
|
minVersion: "12.0.0",
|
|
373
|
-
version: "21.0.
|
|
373
|
+
version: "21.0.3",
|
|
374
374
|
ngImport: i0,
|
|
375
375
|
type: CdkCell,
|
|
376
376
|
deps: [],
|
|
@@ -378,7 +378,7 @@ class CdkCell extends BaseCdkCell {
|
|
|
378
378
|
});
|
|
379
379
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
380
380
|
minVersion: "14.0.0",
|
|
381
|
-
version: "21.0.
|
|
381
|
+
version: "21.0.3",
|
|
382
382
|
type: CdkCell,
|
|
383
383
|
isStandalone: true,
|
|
384
384
|
selector: "cdk-cell, td[cdk-cell]",
|
|
@@ -391,7 +391,7 @@ class CdkCell extends BaseCdkCell {
|
|
|
391
391
|
}
|
|
392
392
|
i0.ɵɵngDeclareClassMetadata({
|
|
393
393
|
minVersion: "12.0.0",
|
|
394
|
-
version: "21.0.
|
|
394
|
+
version: "21.0.3",
|
|
395
395
|
ngImport: i0,
|
|
396
396
|
type: CdkCell,
|
|
397
397
|
decorators: [{
|
|
@@ -435,7 +435,7 @@ class BaseRowDef {
|
|
|
435
435
|
}
|
|
436
436
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
437
437
|
minVersion: "12.0.0",
|
|
438
|
-
version: "21.0.
|
|
438
|
+
version: "21.0.3",
|
|
439
439
|
ngImport: i0,
|
|
440
440
|
type: BaseRowDef,
|
|
441
441
|
deps: [],
|
|
@@ -443,7 +443,7 @@ class BaseRowDef {
|
|
|
443
443
|
});
|
|
444
444
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
445
445
|
minVersion: "14.0.0",
|
|
446
|
-
version: "21.0.
|
|
446
|
+
version: "21.0.3",
|
|
447
447
|
type: BaseRowDef,
|
|
448
448
|
isStandalone: true,
|
|
449
449
|
usesOnChanges: true,
|
|
@@ -452,7 +452,7 @@ class BaseRowDef {
|
|
|
452
452
|
}
|
|
453
453
|
i0.ɵɵngDeclareClassMetadata({
|
|
454
454
|
minVersion: "12.0.0",
|
|
455
|
-
version: "21.0.
|
|
455
|
+
version: "21.0.3",
|
|
456
456
|
ngImport: i0,
|
|
457
457
|
type: BaseRowDef,
|
|
458
458
|
decorators: [{
|
|
@@ -491,7 +491,7 @@ class CdkHeaderRowDef extends BaseRowDef {
|
|
|
491
491
|
}
|
|
492
492
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
493
493
|
minVersion: "12.0.0",
|
|
494
|
-
version: "21.0.
|
|
494
|
+
version: "21.0.3",
|
|
495
495
|
ngImport: i0,
|
|
496
496
|
type: CdkHeaderRowDef,
|
|
497
497
|
deps: [],
|
|
@@ -499,7 +499,7 @@ class CdkHeaderRowDef extends BaseRowDef {
|
|
|
499
499
|
});
|
|
500
500
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
501
501
|
minVersion: "16.1.0",
|
|
502
|
-
version: "21.0.
|
|
502
|
+
version: "21.0.3",
|
|
503
503
|
type: CdkHeaderRowDef,
|
|
504
504
|
isStandalone: true,
|
|
505
505
|
selector: "[cdkHeaderRowDef]",
|
|
@@ -514,7 +514,7 @@ class CdkHeaderRowDef extends BaseRowDef {
|
|
|
514
514
|
}
|
|
515
515
|
i0.ɵɵngDeclareClassMetadata({
|
|
516
516
|
minVersion: "12.0.0",
|
|
517
|
-
version: "21.0.
|
|
517
|
+
version: "21.0.3",
|
|
518
518
|
ngImport: i0,
|
|
519
519
|
type: CdkHeaderRowDef,
|
|
520
520
|
decorators: [{
|
|
@@ -569,7 +569,7 @@ class CdkFooterRowDef extends BaseRowDef {
|
|
|
569
569
|
}
|
|
570
570
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
571
571
|
minVersion: "12.0.0",
|
|
572
|
-
version: "21.0.
|
|
572
|
+
version: "21.0.3",
|
|
573
573
|
ngImport: i0,
|
|
574
574
|
type: CdkFooterRowDef,
|
|
575
575
|
deps: [],
|
|
@@ -577,7 +577,7 @@ class CdkFooterRowDef extends BaseRowDef {
|
|
|
577
577
|
});
|
|
578
578
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
579
579
|
minVersion: "16.1.0",
|
|
580
|
-
version: "21.0.
|
|
580
|
+
version: "21.0.3",
|
|
581
581
|
type: CdkFooterRowDef,
|
|
582
582
|
isStandalone: true,
|
|
583
583
|
selector: "[cdkFooterRowDef]",
|
|
@@ -592,7 +592,7 @@ class CdkFooterRowDef extends BaseRowDef {
|
|
|
592
592
|
}
|
|
593
593
|
i0.ɵɵngDeclareClassMetadata({
|
|
594
594
|
minVersion: "12.0.0",
|
|
595
|
-
version: "21.0.
|
|
595
|
+
version: "21.0.3",
|
|
596
596
|
ngImport: i0,
|
|
597
597
|
type: CdkFooterRowDef,
|
|
598
598
|
decorators: [{
|
|
@@ -626,7 +626,7 @@ class CdkRowDef extends BaseRowDef {
|
|
|
626
626
|
}
|
|
627
627
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
628
628
|
minVersion: "12.0.0",
|
|
629
|
-
version: "21.0.
|
|
629
|
+
version: "21.0.3",
|
|
630
630
|
ngImport: i0,
|
|
631
631
|
type: CdkRowDef,
|
|
632
632
|
deps: [],
|
|
@@ -634,7 +634,7 @@ class CdkRowDef extends BaseRowDef {
|
|
|
634
634
|
});
|
|
635
635
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
636
636
|
minVersion: "14.0.0",
|
|
637
|
-
version: "21.0.
|
|
637
|
+
version: "21.0.3",
|
|
638
638
|
type: CdkRowDef,
|
|
639
639
|
isStandalone: true,
|
|
640
640
|
selector: "[cdkRowDef]",
|
|
@@ -648,7 +648,7 @@ class CdkRowDef extends BaseRowDef {
|
|
|
648
648
|
}
|
|
649
649
|
i0.ɵɵngDeclareClassMetadata({
|
|
650
650
|
minVersion: "12.0.0",
|
|
651
|
-
version: "21.0.
|
|
651
|
+
version: "21.0.3",
|
|
652
652
|
ngImport: i0,
|
|
653
653
|
type: CdkRowDef,
|
|
654
654
|
decorators: [{
|
|
@@ -681,7 +681,7 @@ class CdkCellOutlet {
|
|
|
681
681
|
}
|
|
682
682
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
683
683
|
minVersion: "12.0.0",
|
|
684
|
-
version: "21.0.
|
|
684
|
+
version: "21.0.3",
|
|
685
685
|
ngImport: i0,
|
|
686
686
|
type: CdkCellOutlet,
|
|
687
687
|
deps: [],
|
|
@@ -689,7 +689,7 @@ class CdkCellOutlet {
|
|
|
689
689
|
});
|
|
690
690
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
691
691
|
minVersion: "14.0.0",
|
|
692
|
-
version: "21.0.
|
|
692
|
+
version: "21.0.3",
|
|
693
693
|
type: CdkCellOutlet,
|
|
694
694
|
isStandalone: true,
|
|
695
695
|
selector: "[cdkCellOutlet]",
|
|
@@ -698,7 +698,7 @@ class CdkCellOutlet {
|
|
|
698
698
|
}
|
|
699
699
|
i0.ɵɵngDeclareClassMetadata({
|
|
700
700
|
minVersion: "12.0.0",
|
|
701
|
-
version: "21.0.
|
|
701
|
+
version: "21.0.3",
|
|
702
702
|
ngImport: i0,
|
|
703
703
|
type: CdkCellOutlet,
|
|
704
704
|
decorators: [{
|
|
@@ -712,7 +712,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
712
712
|
class CdkHeaderRow {
|
|
713
713
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
714
714
|
minVersion: "12.0.0",
|
|
715
|
-
version: "21.0.
|
|
715
|
+
version: "21.0.3",
|
|
716
716
|
ngImport: i0,
|
|
717
717
|
type: CdkHeaderRow,
|
|
718
718
|
deps: [],
|
|
@@ -720,7 +720,7 @@ class CdkHeaderRow {
|
|
|
720
720
|
});
|
|
721
721
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
722
722
|
minVersion: "14.0.0",
|
|
723
|
-
version: "21.0.
|
|
723
|
+
version: "21.0.3",
|
|
724
724
|
type: CdkHeaderRow,
|
|
725
725
|
isStandalone: true,
|
|
726
726
|
selector: "cdk-header-row, tr[cdk-header-row]",
|
|
@@ -744,7 +744,7 @@ class CdkHeaderRow {
|
|
|
744
744
|
}
|
|
745
745
|
i0.ɵɵngDeclareClassMetadata({
|
|
746
746
|
minVersion: "12.0.0",
|
|
747
|
-
version: "21.0.
|
|
747
|
+
version: "21.0.3",
|
|
748
748
|
ngImport: i0,
|
|
749
749
|
type: CdkHeaderRow,
|
|
750
750
|
decorators: [{
|
|
@@ -765,7 +765,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
765
765
|
class CdkFooterRow {
|
|
766
766
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
767
767
|
minVersion: "12.0.0",
|
|
768
|
-
version: "21.0.
|
|
768
|
+
version: "21.0.3",
|
|
769
769
|
ngImport: i0,
|
|
770
770
|
type: CdkFooterRow,
|
|
771
771
|
deps: [],
|
|
@@ -773,7 +773,7 @@ class CdkFooterRow {
|
|
|
773
773
|
});
|
|
774
774
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
775
775
|
minVersion: "14.0.0",
|
|
776
|
-
version: "21.0.
|
|
776
|
+
version: "21.0.3",
|
|
777
777
|
type: CdkFooterRow,
|
|
778
778
|
isStandalone: true,
|
|
779
779
|
selector: "cdk-footer-row, tr[cdk-footer-row]",
|
|
@@ -797,7 +797,7 @@ class CdkFooterRow {
|
|
|
797
797
|
}
|
|
798
798
|
i0.ɵɵngDeclareClassMetadata({
|
|
799
799
|
minVersion: "12.0.0",
|
|
800
|
-
version: "21.0.
|
|
800
|
+
version: "21.0.3",
|
|
801
801
|
ngImport: i0,
|
|
802
802
|
type: CdkFooterRow,
|
|
803
803
|
decorators: [{
|
|
@@ -818,7 +818,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
818
818
|
class CdkRow {
|
|
819
819
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
820
820
|
minVersion: "12.0.0",
|
|
821
|
-
version: "21.0.
|
|
821
|
+
version: "21.0.3",
|
|
822
822
|
ngImport: i0,
|
|
823
823
|
type: CdkRow,
|
|
824
824
|
deps: [],
|
|
@@ -826,7 +826,7 @@ class CdkRow {
|
|
|
826
826
|
});
|
|
827
827
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
828
828
|
minVersion: "14.0.0",
|
|
829
|
-
version: "21.0.
|
|
829
|
+
version: "21.0.3",
|
|
830
830
|
type: CdkRow,
|
|
831
831
|
isStandalone: true,
|
|
832
832
|
selector: "cdk-row, tr[cdk-row]",
|
|
@@ -850,7 +850,7 @@ class CdkRow {
|
|
|
850
850
|
}
|
|
851
851
|
i0.ɵɵngDeclareClassMetadata({
|
|
852
852
|
minVersion: "12.0.0",
|
|
853
|
-
version: "21.0.
|
|
853
|
+
version: "21.0.3",
|
|
854
854
|
ngImport: i0,
|
|
855
855
|
type: CdkRow,
|
|
856
856
|
decorators: [{
|
|
@@ -876,7 +876,7 @@ class CdkNoDataRow {
|
|
|
876
876
|
constructor() {}
|
|
877
877
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
878
878
|
minVersion: "12.0.0",
|
|
879
|
-
version: "21.0.
|
|
879
|
+
version: "21.0.3",
|
|
880
880
|
ngImport: i0,
|
|
881
881
|
type: CdkNoDataRow,
|
|
882
882
|
deps: [],
|
|
@@ -884,7 +884,7 @@ class CdkNoDataRow {
|
|
|
884
884
|
});
|
|
885
885
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
886
886
|
minVersion: "14.0.0",
|
|
887
|
-
version: "21.0.
|
|
887
|
+
version: "21.0.3",
|
|
888
888
|
type: CdkNoDataRow,
|
|
889
889
|
isStandalone: true,
|
|
890
890
|
selector: "ng-template[cdkNoDataRow]",
|
|
@@ -893,7 +893,7 @@ class CdkNoDataRow {
|
|
|
893
893
|
}
|
|
894
894
|
i0.ɵɵngDeclareClassMetadata({
|
|
895
895
|
minVersion: "12.0.0",
|
|
896
|
-
version: "21.0.
|
|
896
|
+
version: "21.0.3",
|
|
897
897
|
ngImport: i0,
|
|
898
898
|
type: CdkNoDataRow,
|
|
899
899
|
decorators: [{
|
|
@@ -1272,7 +1272,7 @@ const STICKY_POSITIONING_LISTENER = new InjectionToken('CDK_SPL');
|
|
|
1272
1272
|
class CdkRecycleRows {
|
|
1273
1273
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1274
1274
|
minVersion: "12.0.0",
|
|
1275
|
-
version: "21.0.
|
|
1275
|
+
version: "21.0.3",
|
|
1276
1276
|
ngImport: i0,
|
|
1277
1277
|
type: CdkRecycleRows,
|
|
1278
1278
|
deps: [],
|
|
@@ -1280,7 +1280,7 @@ class CdkRecycleRows {
|
|
|
1280
1280
|
});
|
|
1281
1281
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1282
1282
|
minVersion: "14.0.0",
|
|
1283
|
-
version: "21.0.
|
|
1283
|
+
version: "21.0.3",
|
|
1284
1284
|
type: CdkRecycleRows,
|
|
1285
1285
|
isStandalone: true,
|
|
1286
1286
|
selector: "cdk-table[recycleRows], table[cdk-table][recycleRows]",
|
|
@@ -1293,7 +1293,7 @@ class CdkRecycleRows {
|
|
|
1293
1293
|
}
|
|
1294
1294
|
i0.ɵɵngDeclareClassMetadata({
|
|
1295
1295
|
minVersion: "12.0.0",
|
|
1296
|
-
version: "21.0.
|
|
1296
|
+
version: "21.0.3",
|
|
1297
1297
|
ngImport: i0,
|
|
1298
1298
|
type: CdkRecycleRows,
|
|
1299
1299
|
decorators: [{
|
|
@@ -1317,7 +1317,7 @@ class DataRowOutlet {
|
|
|
1317
1317
|
}
|
|
1318
1318
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1319
1319
|
minVersion: "12.0.0",
|
|
1320
|
-
version: "21.0.
|
|
1320
|
+
version: "21.0.3",
|
|
1321
1321
|
ngImport: i0,
|
|
1322
1322
|
type: DataRowOutlet,
|
|
1323
1323
|
deps: [],
|
|
@@ -1325,7 +1325,7 @@ class DataRowOutlet {
|
|
|
1325
1325
|
});
|
|
1326
1326
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1327
1327
|
minVersion: "14.0.0",
|
|
1328
|
-
version: "21.0.
|
|
1328
|
+
version: "21.0.3",
|
|
1329
1329
|
type: DataRowOutlet,
|
|
1330
1330
|
isStandalone: true,
|
|
1331
1331
|
selector: "[rowOutlet]",
|
|
@@ -1334,7 +1334,7 @@ class DataRowOutlet {
|
|
|
1334
1334
|
}
|
|
1335
1335
|
i0.ɵɵngDeclareClassMetadata({
|
|
1336
1336
|
minVersion: "12.0.0",
|
|
1337
|
-
version: "21.0.
|
|
1337
|
+
version: "21.0.3",
|
|
1338
1338
|
ngImport: i0,
|
|
1339
1339
|
type: DataRowOutlet,
|
|
1340
1340
|
decorators: [{
|
|
@@ -1355,7 +1355,7 @@ class HeaderRowOutlet {
|
|
|
1355
1355
|
}
|
|
1356
1356
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1357
1357
|
minVersion: "12.0.0",
|
|
1358
|
-
version: "21.0.
|
|
1358
|
+
version: "21.0.3",
|
|
1359
1359
|
ngImport: i0,
|
|
1360
1360
|
type: HeaderRowOutlet,
|
|
1361
1361
|
deps: [],
|
|
@@ -1363,7 +1363,7 @@ class HeaderRowOutlet {
|
|
|
1363
1363
|
});
|
|
1364
1364
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1365
1365
|
minVersion: "14.0.0",
|
|
1366
|
-
version: "21.0.
|
|
1366
|
+
version: "21.0.3",
|
|
1367
1367
|
type: HeaderRowOutlet,
|
|
1368
1368
|
isStandalone: true,
|
|
1369
1369
|
selector: "[headerRowOutlet]",
|
|
@@ -1372,7 +1372,7 @@ class HeaderRowOutlet {
|
|
|
1372
1372
|
}
|
|
1373
1373
|
i0.ɵɵngDeclareClassMetadata({
|
|
1374
1374
|
minVersion: "12.0.0",
|
|
1375
|
-
version: "21.0.
|
|
1375
|
+
version: "21.0.3",
|
|
1376
1376
|
ngImport: i0,
|
|
1377
1377
|
type: HeaderRowOutlet,
|
|
1378
1378
|
decorators: [{
|
|
@@ -1393,7 +1393,7 @@ class FooterRowOutlet {
|
|
|
1393
1393
|
}
|
|
1394
1394
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1395
1395
|
minVersion: "12.0.0",
|
|
1396
|
-
version: "21.0.
|
|
1396
|
+
version: "21.0.3",
|
|
1397
1397
|
ngImport: i0,
|
|
1398
1398
|
type: FooterRowOutlet,
|
|
1399
1399
|
deps: [],
|
|
@@ -1401,7 +1401,7 @@ class FooterRowOutlet {
|
|
|
1401
1401
|
});
|
|
1402
1402
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1403
1403
|
minVersion: "14.0.0",
|
|
1404
|
-
version: "21.0.
|
|
1404
|
+
version: "21.0.3",
|
|
1405
1405
|
type: FooterRowOutlet,
|
|
1406
1406
|
isStandalone: true,
|
|
1407
1407
|
selector: "[footerRowOutlet]",
|
|
@@ -1410,7 +1410,7 @@ class FooterRowOutlet {
|
|
|
1410
1410
|
}
|
|
1411
1411
|
i0.ɵɵngDeclareClassMetadata({
|
|
1412
1412
|
minVersion: "12.0.0",
|
|
1413
|
-
version: "21.0.
|
|
1413
|
+
version: "21.0.3",
|
|
1414
1414
|
ngImport: i0,
|
|
1415
1415
|
type: FooterRowOutlet,
|
|
1416
1416
|
decorators: [{
|
|
@@ -1431,7 +1431,7 @@ class NoDataRowOutlet {
|
|
|
1431
1431
|
}
|
|
1432
1432
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1433
1433
|
minVersion: "12.0.0",
|
|
1434
|
-
version: "21.0.
|
|
1434
|
+
version: "21.0.3",
|
|
1435
1435
|
ngImport: i0,
|
|
1436
1436
|
type: NoDataRowOutlet,
|
|
1437
1437
|
deps: [],
|
|
@@ -1439,7 +1439,7 @@ class NoDataRowOutlet {
|
|
|
1439
1439
|
});
|
|
1440
1440
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1441
1441
|
minVersion: "14.0.0",
|
|
1442
|
-
version: "21.0.
|
|
1442
|
+
version: "21.0.3",
|
|
1443
1443
|
type: NoDataRowOutlet,
|
|
1444
1444
|
isStandalone: true,
|
|
1445
1445
|
selector: "[noDataRowOutlet]",
|
|
@@ -1448,7 +1448,7 @@ class NoDataRowOutlet {
|
|
|
1448
1448
|
}
|
|
1449
1449
|
i0.ɵɵngDeclareClassMetadata({
|
|
1450
1450
|
minVersion: "12.0.0",
|
|
1451
|
-
version: "21.0.
|
|
1451
|
+
version: "21.0.3",
|
|
1452
1452
|
ngImport: i0,
|
|
1453
1453
|
type: NoDataRowOutlet,
|
|
1454
1454
|
decorators: [{
|
|
@@ -2034,7 +2034,7 @@ class CdkTable {
|
|
|
2034
2034
|
}
|
|
2035
2035
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2036
2036
|
minVersion: "12.0.0",
|
|
2037
|
-
version: "21.0.
|
|
2037
|
+
version: "21.0.3",
|
|
2038
2038
|
ngImport: i0,
|
|
2039
2039
|
type: CdkTable,
|
|
2040
2040
|
deps: [],
|
|
@@ -2042,7 +2042,7 @@ class CdkTable {
|
|
|
2042
2042
|
});
|
|
2043
2043
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
2044
2044
|
minVersion: "17.0.0",
|
|
2045
|
-
version: "21.0.
|
|
2045
|
+
version: "21.0.3",
|
|
2046
2046
|
type: CdkTable,
|
|
2047
2047
|
isStandalone: true,
|
|
2048
2048
|
selector: "cdk-table, table[cdk-table]",
|
|
@@ -2150,7 +2150,7 @@ class CdkTable {
|
|
|
2150
2150
|
}
|
|
2151
2151
|
i0.ɵɵngDeclareClassMetadata({
|
|
2152
2152
|
minVersion: "12.0.0",
|
|
2153
|
-
version: "21.0.
|
|
2153
|
+
version: "21.0.3",
|
|
2154
2154
|
ngImport: i0,
|
|
2155
2155
|
type: CdkTable,
|
|
2156
2156
|
decorators: [{
|
|
@@ -2341,7 +2341,7 @@ class CdkTextColumn {
|
|
|
2341
2341
|
}
|
|
2342
2342
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2343
2343
|
minVersion: "12.0.0",
|
|
2344
|
-
version: "21.0.
|
|
2344
|
+
version: "21.0.3",
|
|
2345
2345
|
ngImport: i0,
|
|
2346
2346
|
type: CdkTextColumn,
|
|
2347
2347
|
deps: [],
|
|
@@ -2349,7 +2349,7 @@ class CdkTextColumn {
|
|
|
2349
2349
|
});
|
|
2350
2350
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
2351
2351
|
minVersion: "14.0.0",
|
|
2352
|
-
version: "21.0.
|
|
2352
|
+
version: "21.0.3",
|
|
2353
2353
|
type: CdkTextColumn,
|
|
2354
2354
|
isStandalone: true,
|
|
2355
2355
|
selector: "cdk-text-column",
|
|
@@ -2418,7 +2418,7 @@ class CdkTextColumn {
|
|
|
2418
2418
|
}
|
|
2419
2419
|
i0.ɵɵngDeclareClassMetadata({
|
|
2420
2420
|
minVersion: "12.0.0",
|
|
2421
|
-
version: "21.0.
|
|
2421
|
+
version: "21.0.3",
|
|
2422
2422
|
ngImport: i0,
|
|
2423
2423
|
type: CdkTextColumn,
|
|
2424
2424
|
decorators: [{
|
|
@@ -2479,7 +2479,7 @@ const EXPORTED_DECLARATIONS = [CdkTable, CdkRowDef, CdkCellDef, CdkCellOutlet, C
|
|
|
2479
2479
|
class CdkTableModule {
|
|
2480
2480
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2481
2481
|
minVersion: "12.0.0",
|
|
2482
|
-
version: "21.0.
|
|
2482
|
+
version: "21.0.3",
|
|
2483
2483
|
ngImport: i0,
|
|
2484
2484
|
type: CdkTableModule,
|
|
2485
2485
|
deps: [],
|
|
@@ -2487,7 +2487,7 @@ class CdkTableModule {
|
|
|
2487
2487
|
});
|
|
2488
2488
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
2489
2489
|
minVersion: "14.0.0",
|
|
2490
|
-
version: "21.0.
|
|
2490
|
+
version: "21.0.3",
|
|
2491
2491
|
ngImport: i0,
|
|
2492
2492
|
type: CdkTableModule,
|
|
2493
2493
|
imports: [ScrollingModule, CdkTable, CdkRowDef, CdkCellDef, CdkCellOutlet, CdkHeaderCellDef, CdkFooterCellDef, CdkColumnDef, CdkCell, CdkRow, CdkHeaderCell, CdkFooterCell, CdkHeaderRow, CdkHeaderRowDef, CdkFooterRow, CdkFooterRowDef, DataRowOutlet, HeaderRowOutlet, FooterRowOutlet, CdkTextColumn, CdkNoDataRow, CdkRecycleRows, NoDataRowOutlet],
|
|
@@ -2495,7 +2495,7 @@ class CdkTableModule {
|
|
|
2495
2495
|
});
|
|
2496
2496
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
2497
2497
|
minVersion: "12.0.0",
|
|
2498
|
-
version: "21.0.
|
|
2498
|
+
version: "21.0.3",
|
|
2499
2499
|
ngImport: i0,
|
|
2500
2500
|
type: CdkTableModule,
|
|
2501
2501
|
imports: [ScrollingModule]
|
|
@@ -2503,7 +2503,7 @@ class CdkTableModule {
|
|
|
2503
2503
|
}
|
|
2504
2504
|
i0.ɵɵngDeclareClassMetadata({
|
|
2505
2505
|
minVersion: "12.0.0",
|
|
2506
|
-
version: "21.0.
|
|
2506
|
+
version: "21.0.3",
|
|
2507
2507
|
ngImport: i0,
|
|
2508
2508
|
type: CdkTableModule,
|
|
2509
2509
|
decorators: [{
|
|
@@ -24,6 +24,12 @@ class TaskStateZoneInterceptor {
|
|
|
24
24
|
stable: !state.macroTask && !state.microTask
|
|
25
25
|
};
|
|
26
26
|
}
|
|
27
|
+
static isInProxyZone() {
|
|
28
|
+
if (typeof Zone === 'undefined') {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return Zone['ProxyZoneSpec']?.get() !== undefined;
|
|
32
|
+
}
|
|
27
33
|
static setup() {
|
|
28
34
|
if (Zone === undefined) {
|
|
29
35
|
throw Error('Could not find ZoneJS. For test harnesses running in TestBed, ' + 'ZoneJS needs to be installed.');
|
|
@@ -608,7 +614,7 @@ class TestbedHarnessEnvironment extends HarnessEnvironment {
|
|
|
608
614
|
...defaultEnvironmentOptions,
|
|
609
615
|
...options
|
|
610
616
|
};
|
|
611
|
-
if (
|
|
617
|
+
if (TaskStateZoneInterceptor.isInProxyZone()) {
|
|
612
618
|
this._taskState = TaskStateZoneInterceptor.setup();
|
|
613
619
|
}
|
|
614
620
|
this._stabilizeCallback = () => this.forceStabilize();
|