@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
|
@@ -245,7 +245,7 @@ class ScrollStrategyOptions {
|
|
|
245
245
|
reposition = config => createRepositionScrollStrategy(this._injector, config);
|
|
246
246
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
247
247
|
minVersion: "12.0.0",
|
|
248
|
-
version: "21.0.
|
|
248
|
+
version: "21.0.3",
|
|
249
249
|
ngImport: i0,
|
|
250
250
|
type: ScrollStrategyOptions,
|
|
251
251
|
deps: [],
|
|
@@ -253,7 +253,7 @@ class ScrollStrategyOptions {
|
|
|
253
253
|
});
|
|
254
254
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
255
255
|
minVersion: "12.0.0",
|
|
256
|
-
version: "21.0.
|
|
256
|
+
version: "21.0.3",
|
|
257
257
|
ngImport: i0,
|
|
258
258
|
type: ScrollStrategyOptions,
|
|
259
259
|
providedIn: 'root'
|
|
@@ -261,7 +261,7 @@ class ScrollStrategyOptions {
|
|
|
261
261
|
}
|
|
262
262
|
i0.ɵɵngDeclareClassMetadata({
|
|
263
263
|
minVersion: "12.0.0",
|
|
264
|
-
version: "21.0.
|
|
264
|
+
version: "21.0.3",
|
|
265
265
|
ngImport: i0,
|
|
266
266
|
type: ScrollStrategyOptions,
|
|
267
267
|
decorators: [{
|
|
@@ -367,7 +367,7 @@ class BaseOverlayDispatcher {
|
|
|
367
367
|
}
|
|
368
368
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
369
369
|
minVersion: "12.0.0",
|
|
370
|
-
version: "21.0.
|
|
370
|
+
version: "21.0.3",
|
|
371
371
|
ngImport: i0,
|
|
372
372
|
type: BaseOverlayDispatcher,
|
|
373
373
|
deps: [],
|
|
@@ -375,7 +375,7 @@ class BaseOverlayDispatcher {
|
|
|
375
375
|
});
|
|
376
376
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
377
377
|
minVersion: "12.0.0",
|
|
378
|
-
version: "21.0.
|
|
378
|
+
version: "21.0.3",
|
|
379
379
|
ngImport: i0,
|
|
380
380
|
type: BaseOverlayDispatcher,
|
|
381
381
|
providedIn: 'root'
|
|
@@ -383,7 +383,7 @@ class BaseOverlayDispatcher {
|
|
|
383
383
|
}
|
|
384
384
|
i0.ɵɵngDeclareClassMetadata({
|
|
385
385
|
minVersion: "12.0.0",
|
|
386
|
-
version: "21.0.
|
|
386
|
+
version: "21.0.3",
|
|
387
387
|
ngImport: i0,
|
|
388
388
|
type: BaseOverlayDispatcher,
|
|
389
389
|
decorators: [{
|
|
@@ -425,7 +425,7 @@ class OverlayKeyboardDispatcher extends BaseOverlayDispatcher {
|
|
|
425
425
|
};
|
|
426
426
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
427
427
|
minVersion: "12.0.0",
|
|
428
|
-
version: "21.0.
|
|
428
|
+
version: "21.0.3",
|
|
429
429
|
ngImport: i0,
|
|
430
430
|
type: OverlayKeyboardDispatcher,
|
|
431
431
|
deps: null,
|
|
@@ -433,7 +433,7 @@ class OverlayKeyboardDispatcher extends BaseOverlayDispatcher {
|
|
|
433
433
|
});
|
|
434
434
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
435
435
|
minVersion: "12.0.0",
|
|
436
|
-
version: "21.0.
|
|
436
|
+
version: "21.0.3",
|
|
437
437
|
ngImport: i0,
|
|
438
438
|
type: OverlayKeyboardDispatcher,
|
|
439
439
|
providedIn: 'root'
|
|
@@ -441,7 +441,7 @@ class OverlayKeyboardDispatcher extends BaseOverlayDispatcher {
|
|
|
441
441
|
}
|
|
442
442
|
i0.ɵɵngDeclareClassMetadata({
|
|
443
443
|
minVersion: "12.0.0",
|
|
444
|
-
version: "21.0.
|
|
444
|
+
version: "21.0.3",
|
|
445
445
|
ngImport: i0,
|
|
446
446
|
type: OverlayKeyboardDispatcher,
|
|
447
447
|
decorators: [{
|
|
@@ -514,7 +514,7 @@ class OverlayOutsideClickDispatcher extends BaseOverlayDispatcher {
|
|
|
514
514
|
};
|
|
515
515
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
516
516
|
minVersion: "12.0.0",
|
|
517
|
-
version: "21.0.
|
|
517
|
+
version: "21.0.3",
|
|
518
518
|
ngImport: i0,
|
|
519
519
|
type: OverlayOutsideClickDispatcher,
|
|
520
520
|
deps: null,
|
|
@@ -522,7 +522,7 @@ class OverlayOutsideClickDispatcher extends BaseOverlayDispatcher {
|
|
|
522
522
|
});
|
|
523
523
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
524
524
|
minVersion: "12.0.0",
|
|
525
|
-
version: "21.0.
|
|
525
|
+
version: "21.0.3",
|
|
526
526
|
ngImport: i0,
|
|
527
527
|
type: OverlayOutsideClickDispatcher,
|
|
528
528
|
providedIn: 'root'
|
|
@@ -530,7 +530,7 @@ class OverlayOutsideClickDispatcher extends BaseOverlayDispatcher {
|
|
|
530
530
|
}
|
|
531
531
|
i0.ɵɵngDeclareClassMetadata({
|
|
532
532
|
minVersion: "12.0.0",
|
|
533
|
-
version: "21.0.
|
|
533
|
+
version: "21.0.3",
|
|
534
534
|
ngImport: i0,
|
|
535
535
|
type: OverlayOutsideClickDispatcher,
|
|
536
536
|
decorators: [{
|
|
@@ -555,7 +555,7 @@ function containsPierceShadowDom(parent, child) {
|
|
|
555
555
|
class _CdkOverlayStyleLoader {
|
|
556
556
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
557
557
|
minVersion: "12.0.0",
|
|
558
|
-
version: "21.0.
|
|
558
|
+
version: "21.0.3",
|
|
559
559
|
ngImport: i0,
|
|
560
560
|
type: _CdkOverlayStyleLoader,
|
|
561
561
|
deps: [],
|
|
@@ -563,7 +563,7 @@ class _CdkOverlayStyleLoader {
|
|
|
563
563
|
});
|
|
564
564
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
565
565
|
minVersion: "14.0.0",
|
|
566
|
-
version: "21.0.
|
|
566
|
+
version: "21.0.3",
|
|
567
567
|
type: _CdkOverlayStyleLoader,
|
|
568
568
|
isStandalone: true,
|
|
569
569
|
selector: "ng-component",
|
|
@@ -582,7 +582,7 @@ class _CdkOverlayStyleLoader {
|
|
|
582
582
|
}
|
|
583
583
|
i0.ɵɵngDeclareClassMetadata({
|
|
584
584
|
minVersion: "12.0.0",
|
|
585
|
-
version: "21.0.
|
|
585
|
+
version: "21.0.3",
|
|
586
586
|
ngImport: i0,
|
|
587
587
|
type: _CdkOverlayStyleLoader,
|
|
588
588
|
decorators: [{
|
|
@@ -637,7 +637,7 @@ class OverlayContainer {
|
|
|
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: OverlayContainer,
|
|
643
643
|
deps: [],
|
|
@@ -645,7 +645,7 @@ class OverlayContainer {
|
|
|
645
645
|
});
|
|
646
646
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
647
647
|
minVersion: "12.0.0",
|
|
648
|
-
version: "21.0.
|
|
648
|
+
version: "21.0.3",
|
|
649
649
|
ngImport: i0,
|
|
650
650
|
type: OverlayContainer,
|
|
651
651
|
providedIn: 'root'
|
|
@@ -653,7 +653,7 @@ class OverlayContainer {
|
|
|
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: OverlayContainer,
|
|
659
659
|
decorators: [{
|
|
@@ -2012,7 +2012,7 @@ class OverlayPositionBuilder {
|
|
|
2012
2012
|
}
|
|
2013
2013
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2014
2014
|
minVersion: "12.0.0",
|
|
2015
|
-
version: "21.0.
|
|
2015
|
+
version: "21.0.3",
|
|
2016
2016
|
ngImport: i0,
|
|
2017
2017
|
type: OverlayPositionBuilder,
|
|
2018
2018
|
deps: [],
|
|
@@ -2020,7 +2020,7 @@ class OverlayPositionBuilder {
|
|
|
2020
2020
|
});
|
|
2021
2021
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
2022
2022
|
minVersion: "12.0.0",
|
|
2023
|
-
version: "21.0.
|
|
2023
|
+
version: "21.0.3",
|
|
2024
2024
|
ngImport: i0,
|
|
2025
2025
|
type: OverlayPositionBuilder,
|
|
2026
2026
|
providedIn: 'root'
|
|
@@ -2028,7 +2028,7 @@ class OverlayPositionBuilder {
|
|
|
2028
2028
|
}
|
|
2029
2029
|
i0.ɵɵngDeclareClassMetadata({
|
|
2030
2030
|
minVersion: "12.0.0",
|
|
2031
|
-
version: "21.0.
|
|
2031
|
+
version: "21.0.3",
|
|
2032
2032
|
ngImport: i0,
|
|
2033
2033
|
type: OverlayPositionBuilder,
|
|
2034
2034
|
decorators: [{
|
|
@@ -2094,7 +2094,7 @@ class Overlay {
|
|
|
2094
2094
|
}
|
|
2095
2095
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2096
2096
|
minVersion: "12.0.0",
|
|
2097
|
-
version: "21.0.
|
|
2097
|
+
version: "21.0.3",
|
|
2098
2098
|
ngImport: i0,
|
|
2099
2099
|
type: Overlay,
|
|
2100
2100
|
deps: [],
|
|
@@ -2102,7 +2102,7 @@ class Overlay {
|
|
|
2102
2102
|
});
|
|
2103
2103
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
2104
2104
|
minVersion: "12.0.0",
|
|
2105
|
-
version: "21.0.
|
|
2105
|
+
version: "21.0.3",
|
|
2106
2106
|
ngImport: i0,
|
|
2107
2107
|
type: Overlay,
|
|
2108
2108
|
providedIn: 'root'
|
|
@@ -2110,7 +2110,7 @@ class Overlay {
|
|
|
2110
2110
|
}
|
|
2111
2111
|
i0.ɵɵngDeclareClassMetadata({
|
|
2112
2112
|
minVersion: "12.0.0",
|
|
2113
|
-
version: "21.0.
|
|
2113
|
+
version: "21.0.3",
|
|
2114
2114
|
ngImport: i0,
|
|
2115
2115
|
type: Overlay,
|
|
2116
2116
|
decorators: [{
|
|
@@ -2155,7 +2155,7 @@ class CdkOverlayOrigin {
|
|
|
2155
2155
|
constructor() {}
|
|
2156
2156
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2157
2157
|
minVersion: "12.0.0",
|
|
2158
|
-
version: "21.0.
|
|
2158
|
+
version: "21.0.3",
|
|
2159
2159
|
ngImport: i0,
|
|
2160
2160
|
type: CdkOverlayOrigin,
|
|
2161
2161
|
deps: [],
|
|
@@ -2163,7 +2163,7 @@ class CdkOverlayOrigin {
|
|
|
2163
2163
|
});
|
|
2164
2164
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2165
2165
|
minVersion: "14.0.0",
|
|
2166
|
-
version: "21.0.
|
|
2166
|
+
version: "21.0.3",
|
|
2167
2167
|
type: CdkOverlayOrigin,
|
|
2168
2168
|
isStandalone: true,
|
|
2169
2169
|
selector: "[cdk-overlay-origin], [overlay-origin], [cdkOverlayOrigin]",
|
|
@@ -2173,7 +2173,7 @@ class CdkOverlayOrigin {
|
|
|
2173
2173
|
}
|
|
2174
2174
|
i0.ɵɵngDeclareClassMetadata({
|
|
2175
2175
|
minVersion: "12.0.0",
|
|
2176
|
-
version: "21.0.
|
|
2176
|
+
version: "21.0.3",
|
|
2177
2177
|
ngImport: i0,
|
|
2178
2178
|
type: CdkOverlayOrigin,
|
|
2179
2179
|
decorators: [{
|
|
@@ -2451,7 +2451,7 @@ class CdkConnectedOverlay {
|
|
|
2451
2451
|
}
|
|
2452
2452
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2453
2453
|
minVersion: "12.0.0",
|
|
2454
|
-
version: "21.0.
|
|
2454
|
+
version: "21.0.3",
|
|
2455
2455
|
ngImport: i0,
|
|
2456
2456
|
type: CdkConnectedOverlay,
|
|
2457
2457
|
deps: [],
|
|
@@ -2459,7 +2459,7 @@ class CdkConnectedOverlay {
|
|
|
2459
2459
|
});
|
|
2460
2460
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2461
2461
|
minVersion: "16.1.0",
|
|
2462
|
-
version: "21.0.
|
|
2462
|
+
version: "21.0.3",
|
|
2463
2463
|
type: CdkConnectedOverlay,
|
|
2464
2464
|
isStandalone: true,
|
|
2465
2465
|
selector: "[cdk-connected-overlay], [connected-overlay], [cdkConnectedOverlay]",
|
|
@@ -2505,7 +2505,7 @@ class CdkConnectedOverlay {
|
|
|
2505
2505
|
}
|
|
2506
2506
|
i0.ɵɵngDeclareClassMetadata({
|
|
2507
2507
|
minVersion: "12.0.0",
|
|
2508
|
-
version: "21.0.
|
|
2508
|
+
version: "21.0.3",
|
|
2509
2509
|
ngImport: i0,
|
|
2510
2510
|
type: CdkConnectedOverlay,
|
|
2511
2511
|
decorators: [{
|
|
@@ -2664,7 +2664,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
2664
2664
|
class OverlayModule {
|
|
2665
2665
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2666
2666
|
minVersion: "12.0.0",
|
|
2667
|
-
version: "21.0.
|
|
2667
|
+
version: "21.0.3",
|
|
2668
2668
|
ngImport: i0,
|
|
2669
2669
|
type: OverlayModule,
|
|
2670
2670
|
deps: [],
|
|
@@ -2672,7 +2672,7 @@ class OverlayModule {
|
|
|
2672
2672
|
});
|
|
2673
2673
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
2674
2674
|
minVersion: "14.0.0",
|
|
2675
|
-
version: "21.0.
|
|
2675
|
+
version: "21.0.3",
|
|
2676
2676
|
ngImport: i0,
|
|
2677
2677
|
type: OverlayModule,
|
|
2678
2678
|
imports: [BidiModule, PortalModule, ScrollingModule, CdkConnectedOverlay, CdkOverlayOrigin],
|
|
@@ -2680,7 +2680,7 @@ class OverlayModule {
|
|
|
2680
2680
|
});
|
|
2681
2681
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
2682
2682
|
minVersion: "12.0.0",
|
|
2683
|
-
version: "21.0.
|
|
2683
|
+
version: "21.0.3",
|
|
2684
2684
|
ngImport: i0,
|
|
2685
2685
|
type: OverlayModule,
|
|
2686
2686
|
providers: [Overlay],
|
|
@@ -2689,7 +2689,7 @@ class OverlayModule {
|
|
|
2689
2689
|
}
|
|
2690
2690
|
i0.ɵɵngDeclareClassMetadata({
|
|
2691
2691
|
minVersion: "12.0.0",
|
|
2692
|
-
version: "21.0.
|
|
2692
|
+
version: "21.0.3",
|
|
2693
2693
|
ngImport: i0,
|
|
2694
2694
|
type: OverlayModule,
|
|
2695
2695
|
decorators: [{
|
|
@@ -22,7 +22,7 @@ class Platform {
|
|
|
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: Platform,
|
|
28
28
|
deps: [],
|
|
@@ -30,7 +30,7 @@ class Platform {
|
|
|
30
30
|
});
|
|
31
31
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
32
32
|
minVersion: "12.0.0",
|
|
33
|
-
version: "21.0.
|
|
33
|
+
version: "21.0.3",
|
|
34
34
|
ngImport: i0,
|
|
35
35
|
type: Platform,
|
|
36
36
|
providedIn: 'root'
|
|
@@ -38,7 +38,7 @@ class Platform {
|
|
|
38
38
|
}
|
|
39
39
|
i0.ɵɵngDeclareClassMetadata({
|
|
40
40
|
minVersion: "12.0.0",
|
|
41
|
-
version: "21.0.
|
|
41
|
+
version: "21.0.3",
|
|
42
42
|
ngImport: i0,
|
|
43
43
|
type: Platform,
|
|
44
44
|
decorators: [{
|
|
@@ -29,7 +29,7 @@ class _CdkPrivateStyleLoader {
|
|
|
29
29
|
}
|
|
30
30
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
31
31
|
minVersion: "12.0.0",
|
|
32
|
-
version: "21.0.
|
|
32
|
+
version: "21.0.3",
|
|
33
33
|
ngImport: i0,
|
|
34
34
|
type: _CdkPrivateStyleLoader,
|
|
35
35
|
deps: [],
|
|
@@ -37,7 +37,7 @@ class _CdkPrivateStyleLoader {
|
|
|
37
37
|
});
|
|
38
38
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
39
39
|
minVersion: "12.0.0",
|
|
40
|
-
version: "21.0.
|
|
40
|
+
version: "21.0.3",
|
|
41
41
|
ngImport: i0,
|
|
42
42
|
type: _CdkPrivateStyleLoader,
|
|
43
43
|
providedIn: 'root'
|
|
@@ -45,7 +45,7 @@ class _CdkPrivateStyleLoader {
|
|
|
45
45
|
}
|
|
46
46
|
i0.ɵɵngDeclareClassMetadata({
|
|
47
47
|
minVersion: "12.0.0",
|
|
48
|
-
version: "21.0.
|
|
48
|
+
version: "21.0.3",
|
|
49
49
|
ngImport: i0,
|
|
50
50
|
type: _CdkPrivateStyleLoader,
|
|
51
51
|
decorators: [{
|
|
@@ -21,7 +21,7 @@ class UniqueSelectionDispatcher {
|
|
|
21
21
|
}
|
|
22
22
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
23
23
|
minVersion: "12.0.0",
|
|
24
|
-
version: "21.0.
|
|
24
|
+
version: "21.0.3",
|
|
25
25
|
ngImport: i0,
|
|
26
26
|
type: UniqueSelectionDispatcher,
|
|
27
27
|
deps: [],
|
|
@@ -29,7 +29,7 @@ class UniqueSelectionDispatcher {
|
|
|
29
29
|
});
|
|
30
30
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
31
31
|
minVersion: "12.0.0",
|
|
32
|
-
version: "21.0.
|
|
32
|
+
version: "21.0.3",
|
|
33
33
|
ngImport: i0,
|
|
34
34
|
type: UniqueSelectionDispatcher,
|
|
35
35
|
providedIn: 'root'
|
|
@@ -37,7 +37,7 @@ class UniqueSelectionDispatcher {
|
|
|
37
37
|
}
|
|
38
38
|
i0.ɵɵngDeclareClassMetadata({
|
|
39
39
|
minVersion: "12.0.0",
|
|
40
|
-
version: "21.0.
|
|
40
|
+
version: "21.0.3",
|
|
41
41
|
ngImport: i0,
|
|
42
42
|
type: UniqueSelectionDispatcher,
|
|
43
43
|
decorators: [{
|
|
@@ -4,7 +4,7 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/
|
|
|
4
4
|
class _VisuallyHiddenLoader {
|
|
5
5
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
6
6
|
minVersion: "12.0.0",
|
|
7
|
-
version: "21.0.
|
|
7
|
+
version: "21.0.3",
|
|
8
8
|
ngImport: i0,
|
|
9
9
|
type: _VisuallyHiddenLoader,
|
|
10
10
|
deps: [],
|
|
@@ -12,7 +12,7 @@ class _VisuallyHiddenLoader {
|
|
|
12
12
|
});
|
|
13
13
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
14
14
|
minVersion: "14.0.0",
|
|
15
|
-
version: "21.0.
|
|
15
|
+
version: "21.0.3",
|
|
16
16
|
type: _VisuallyHiddenLoader,
|
|
17
17
|
isStandalone: true,
|
|
18
18
|
selector: "ng-component",
|
|
@@ -27,7 +27,7 @@ class _VisuallyHiddenLoader {
|
|
|
27
27
|
}
|
|
28
28
|
i0.ɵɵngDeclareClassMetadata({
|
|
29
29
|
minVersion: "12.0.0",
|
|
30
|
-
version: "21.0.
|
|
30
|
+
version: "21.0.3",
|
|
31
31
|
ngImport: i0,
|
|
32
32
|
type: _VisuallyHiddenLoader,
|
|
33
33
|
decorators: [{
|
package/fesm2022/a11y.mjs
CHANGED
|
@@ -188,7 +188,7 @@ class AriaDescriber {
|
|
|
188
188
|
}
|
|
189
189
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
190
190
|
minVersion: "12.0.0",
|
|
191
|
-
version: "21.0.
|
|
191
|
+
version: "21.0.3",
|
|
192
192
|
ngImport: i0,
|
|
193
193
|
type: AriaDescriber,
|
|
194
194
|
deps: [],
|
|
@@ -196,7 +196,7 @@ class AriaDescriber {
|
|
|
196
196
|
});
|
|
197
197
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
198
198
|
minVersion: "12.0.0",
|
|
199
|
-
version: "21.0.
|
|
199
|
+
version: "21.0.3",
|
|
200
200
|
ngImport: i0,
|
|
201
201
|
type: AriaDescriber,
|
|
202
202
|
providedIn: 'root'
|
|
@@ -204,7 +204,7 @@ class AriaDescriber {
|
|
|
204
204
|
}
|
|
205
205
|
i0.ɵɵngDeclareClassMetadata({
|
|
206
206
|
minVersion: "12.0.0",
|
|
207
|
-
version: "21.0.
|
|
207
|
+
version: "21.0.3",
|
|
208
208
|
ngImport: i0,
|
|
209
209
|
type: AriaDescriber,
|
|
210
210
|
decorators: [{
|
|
@@ -335,7 +335,7 @@ class FocusTrapManager {
|
|
|
335
335
|
}
|
|
336
336
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
337
337
|
minVersion: "12.0.0",
|
|
338
|
-
version: "21.0.
|
|
338
|
+
version: "21.0.3",
|
|
339
339
|
ngImport: i0,
|
|
340
340
|
type: FocusTrapManager,
|
|
341
341
|
deps: [],
|
|
@@ -343,7 +343,7 @@ class FocusTrapManager {
|
|
|
343
343
|
});
|
|
344
344
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
345
345
|
minVersion: "12.0.0",
|
|
346
|
-
version: "21.0.
|
|
346
|
+
version: "21.0.3",
|
|
347
347
|
ngImport: i0,
|
|
348
348
|
type: FocusTrapManager,
|
|
349
349
|
providedIn: 'root'
|
|
@@ -351,7 +351,7 @@ class FocusTrapManager {
|
|
|
351
351
|
}
|
|
352
352
|
i0.ɵɵngDeclareClassMetadata({
|
|
353
353
|
minVersion: "12.0.0",
|
|
354
|
-
version: "21.0.
|
|
354
|
+
version: "21.0.3",
|
|
355
355
|
ngImport: i0,
|
|
356
356
|
type: FocusTrapManager,
|
|
357
357
|
decorators: [{
|
|
@@ -390,7 +390,7 @@ class ConfigurableFocusTrapFactory {
|
|
|
390
390
|
}
|
|
391
391
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
392
392
|
minVersion: "12.0.0",
|
|
393
|
-
version: "21.0.
|
|
393
|
+
version: "21.0.3",
|
|
394
394
|
ngImport: i0,
|
|
395
395
|
type: ConfigurableFocusTrapFactory,
|
|
396
396
|
deps: [],
|
|
@@ -398,7 +398,7 @@ class ConfigurableFocusTrapFactory {
|
|
|
398
398
|
});
|
|
399
399
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
400
400
|
minVersion: "12.0.0",
|
|
401
|
-
version: "21.0.
|
|
401
|
+
version: "21.0.3",
|
|
402
402
|
ngImport: i0,
|
|
403
403
|
type: ConfigurableFocusTrapFactory,
|
|
404
404
|
providedIn: 'root'
|
|
@@ -406,7 +406,7 @@ class ConfigurableFocusTrapFactory {
|
|
|
406
406
|
}
|
|
407
407
|
i0.ɵɵngDeclareClassMetadata({
|
|
408
408
|
minVersion: "12.0.0",
|
|
409
|
-
version: "21.0.
|
|
409
|
+
version: "21.0.3",
|
|
410
410
|
ngImport: i0,
|
|
411
411
|
type: ConfigurableFocusTrapFactory,
|
|
412
412
|
decorators: [{
|
package/fesm2022/accordion.mjs
CHANGED
|
@@ -27,7 +27,7 @@ class CdkAccordion {
|
|
|
27
27
|
}
|
|
28
28
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
29
29
|
minVersion: "12.0.0",
|
|
30
|
-
version: "21.0.
|
|
30
|
+
version: "21.0.3",
|
|
31
31
|
ngImport: i0,
|
|
32
32
|
type: CdkAccordion,
|
|
33
33
|
deps: [],
|
|
@@ -35,7 +35,7 @@ class CdkAccordion {
|
|
|
35
35
|
});
|
|
36
36
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
37
37
|
minVersion: "16.1.0",
|
|
38
|
-
version: "21.0.
|
|
38
|
+
version: "21.0.3",
|
|
39
39
|
type: CdkAccordion,
|
|
40
40
|
isStandalone: true,
|
|
41
41
|
selector: "cdk-accordion, [cdkAccordion]",
|
|
@@ -53,7 +53,7 @@ class CdkAccordion {
|
|
|
53
53
|
}
|
|
54
54
|
i0.ɵɵngDeclareClassMetadata({
|
|
55
55
|
minVersion: "12.0.0",
|
|
56
|
-
version: "21.0.
|
|
56
|
+
version: "21.0.3",
|
|
57
57
|
ngImport: i0,
|
|
58
58
|
type: CdkAccordion,
|
|
59
59
|
decorators: [{
|
|
@@ -161,7 +161,7 @@ class CdkAccordionItem {
|
|
|
161
161
|
}
|
|
162
162
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
163
163
|
minVersion: "12.0.0",
|
|
164
|
-
version: "21.0.
|
|
164
|
+
version: "21.0.3",
|
|
165
165
|
ngImport: i0,
|
|
166
166
|
type: CdkAccordionItem,
|
|
167
167
|
deps: [],
|
|
@@ -169,7 +169,7 @@ class CdkAccordionItem {
|
|
|
169
169
|
});
|
|
170
170
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
171
171
|
minVersion: "16.1.0",
|
|
172
|
-
version: "21.0.
|
|
172
|
+
version: "21.0.3",
|
|
173
173
|
type: CdkAccordionItem,
|
|
174
174
|
isStandalone: true,
|
|
175
175
|
selector: "cdk-accordion-item, [cdkAccordionItem]",
|
|
@@ -193,7 +193,7 @@ class CdkAccordionItem {
|
|
|
193
193
|
}
|
|
194
194
|
i0.ɵɵngDeclareClassMetadata({
|
|
195
195
|
minVersion: "12.0.0",
|
|
196
|
-
version: "21.0.
|
|
196
|
+
version: "21.0.3",
|
|
197
197
|
ngImport: i0,
|
|
198
198
|
type: CdkAccordionItem,
|
|
199
199
|
decorators: [{
|
|
@@ -239,7 +239,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
239
239
|
class CdkAccordionModule {
|
|
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: CdkAccordionModule,
|
|
245
245
|
deps: [],
|
|
@@ -247,7 +247,7 @@ class CdkAccordionModule {
|
|
|
247
247
|
});
|
|
248
248
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
249
249
|
minVersion: "14.0.0",
|
|
250
|
-
version: "21.0.
|
|
250
|
+
version: "21.0.3",
|
|
251
251
|
ngImport: i0,
|
|
252
252
|
type: CdkAccordionModule,
|
|
253
253
|
imports: [CdkAccordion, CdkAccordionItem],
|
|
@@ -255,14 +255,14 @@ class CdkAccordionModule {
|
|
|
255
255
|
});
|
|
256
256
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
257
257
|
minVersion: "12.0.0",
|
|
258
|
-
version: "21.0.
|
|
258
|
+
version: "21.0.3",
|
|
259
259
|
ngImport: i0,
|
|
260
260
|
type: CdkAccordionModule
|
|
261
261
|
});
|
|
262
262
|
}
|
|
263
263
|
i0.ɵɵngDeclareClassMetadata({
|
|
264
264
|
minVersion: "12.0.0",
|
|
265
|
-
version: "21.0.
|
|
265
|
+
version: "21.0.3",
|
|
266
266
|
ngImport: i0,
|
|
267
267
|
type: CdkAccordionModule,
|
|
268
268
|
decorators: [{
|
package/fesm2022/bidi.mjs
CHANGED
|
@@ -32,7 +32,7 @@ class Dir {
|
|
|
32
32
|
}
|
|
33
33
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
34
34
|
minVersion: "12.0.0",
|
|
35
|
-
version: "21.0.
|
|
35
|
+
version: "21.0.3",
|
|
36
36
|
ngImport: i0,
|
|
37
37
|
type: Dir,
|
|
38
38
|
deps: [],
|
|
@@ -40,7 +40,7 @@ class Dir {
|
|
|
40
40
|
});
|
|
41
41
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
42
42
|
minVersion: "14.0.0",
|
|
43
|
-
version: "21.0.
|
|
43
|
+
version: "21.0.3",
|
|
44
44
|
type: Dir,
|
|
45
45
|
isStandalone: true,
|
|
46
46
|
selector: "[dir]",
|
|
@@ -65,7 +65,7 @@ class Dir {
|
|
|
65
65
|
}
|
|
66
66
|
i0.ɵɵngDeclareClassMetadata({
|
|
67
67
|
minVersion: "12.0.0",
|
|
68
|
-
version: "21.0.
|
|
68
|
+
version: "21.0.3",
|
|
69
69
|
ngImport: i0,
|
|
70
70
|
type: Dir,
|
|
71
71
|
decorators: [{
|
|
@@ -96,7 +96,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
96
96
|
class BidiModule {
|
|
97
97
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
98
98
|
minVersion: "12.0.0",
|
|
99
|
-
version: "21.0.
|
|
99
|
+
version: "21.0.3",
|
|
100
100
|
ngImport: i0,
|
|
101
101
|
type: BidiModule,
|
|
102
102
|
deps: [],
|
|
@@ -104,7 +104,7 @@ class BidiModule {
|
|
|
104
104
|
});
|
|
105
105
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
106
106
|
minVersion: "14.0.0",
|
|
107
|
-
version: "21.0.
|
|
107
|
+
version: "21.0.3",
|
|
108
108
|
ngImport: i0,
|
|
109
109
|
type: BidiModule,
|
|
110
110
|
imports: [Dir],
|
|
@@ -112,14 +112,14 @@ class BidiModule {
|
|
|
112
112
|
});
|
|
113
113
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
114
114
|
minVersion: "12.0.0",
|
|
115
|
-
version: "21.0.
|
|
115
|
+
version: "21.0.3",
|
|
116
116
|
ngImport: i0,
|
|
117
117
|
type: BidiModule
|
|
118
118
|
});
|
|
119
119
|
}
|
|
120
120
|
i0.ɵɵngDeclareClassMetadata({
|
|
121
121
|
minVersion: "12.0.0",
|
|
122
|
-
version: "21.0.
|
|
122
|
+
version: "21.0.3",
|
|
123
123
|
ngImport: i0,
|
|
124
124
|
type: BidiModule,
|
|
125
125
|
decorators: [{
|
package/fesm2022/cdk.mjs
CHANGED
package/fesm2022/cdk.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cdk.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/cdk/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Angular Component Development Kit. */\nexport const VERSION = new Version('21.0.
|
|
1
|
+
{"version":3,"file":"cdk.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/cdk/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Angular Component Development Kit. */\nexport const VERSION = new Version('21.0.5');\n"],"names":["VERSION","Version"],"mappings":";;MAWaA,OAAO,GAAG,IAAIC,OAAO,CAAC,mBAAmB;;;;"}
|