@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/clipboard.mjs
CHANGED
|
@@ -55,7 +55,7 @@ class Clipboard {
|
|
|
55
55
|
}
|
|
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: Clipboard,
|
|
61
61
|
deps: [],
|
|
@@ -63,7 +63,7 @@ class Clipboard {
|
|
|
63
63
|
});
|
|
64
64
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
65
65
|
minVersion: "12.0.0",
|
|
66
|
-
version: "21.0.
|
|
66
|
+
version: "21.0.3",
|
|
67
67
|
ngImport: i0,
|
|
68
68
|
type: Clipboard,
|
|
69
69
|
providedIn: 'root'
|
|
@@ -71,7 +71,7 @@ class Clipboard {
|
|
|
71
71
|
}
|
|
72
72
|
i0.ɵɵngDeclareClassMetadata({
|
|
73
73
|
minVersion: "12.0.0",
|
|
74
|
-
version: "21.0.
|
|
74
|
+
version: "21.0.3",
|
|
75
75
|
ngImport: i0,
|
|
76
76
|
type: Clipboard,
|
|
77
77
|
decorators: [{
|
|
@@ -132,7 +132,7 @@ class CdkCopyToClipboard {
|
|
|
132
132
|
}
|
|
133
133
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
134
134
|
minVersion: "12.0.0",
|
|
135
|
-
version: "21.0.
|
|
135
|
+
version: "21.0.3",
|
|
136
136
|
ngImport: i0,
|
|
137
137
|
type: CdkCopyToClipboard,
|
|
138
138
|
deps: [],
|
|
@@ -140,7 +140,7 @@ class CdkCopyToClipboard {
|
|
|
140
140
|
});
|
|
141
141
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
142
142
|
minVersion: "14.0.0",
|
|
143
|
-
version: "21.0.
|
|
143
|
+
version: "21.0.3",
|
|
144
144
|
type: CdkCopyToClipboard,
|
|
145
145
|
isStandalone: true,
|
|
146
146
|
selector: "[cdkCopyToClipboard]",
|
|
@@ -161,7 +161,7 @@ class CdkCopyToClipboard {
|
|
|
161
161
|
}
|
|
162
162
|
i0.ɵɵngDeclareClassMetadata({
|
|
163
163
|
minVersion: "12.0.0",
|
|
164
|
-
version: "21.0.
|
|
164
|
+
version: "21.0.3",
|
|
165
165
|
ngImport: i0,
|
|
166
166
|
type: CdkCopyToClipboard,
|
|
167
167
|
decorators: [{
|
|
@@ -193,7 +193,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
193
193
|
class ClipboardModule {
|
|
194
194
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
195
195
|
minVersion: "12.0.0",
|
|
196
|
-
version: "21.0.
|
|
196
|
+
version: "21.0.3",
|
|
197
197
|
ngImport: i0,
|
|
198
198
|
type: ClipboardModule,
|
|
199
199
|
deps: [],
|
|
@@ -201,7 +201,7 @@ class ClipboardModule {
|
|
|
201
201
|
});
|
|
202
202
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
203
203
|
minVersion: "14.0.0",
|
|
204
|
-
version: "21.0.
|
|
204
|
+
version: "21.0.3",
|
|
205
205
|
ngImport: i0,
|
|
206
206
|
type: ClipboardModule,
|
|
207
207
|
imports: [CdkCopyToClipboard],
|
|
@@ -209,14 +209,14 @@ class ClipboardModule {
|
|
|
209
209
|
});
|
|
210
210
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
211
211
|
minVersion: "12.0.0",
|
|
212
|
-
version: "21.0.
|
|
212
|
+
version: "21.0.3",
|
|
213
213
|
ngImport: i0,
|
|
214
214
|
type: ClipboardModule
|
|
215
215
|
});
|
|
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: ClipboardModule,
|
|
222
222
|
decorators: [{
|
package/fesm2022/dialog.mjs
CHANGED
|
@@ -245,7 +245,7 @@ class CdkDialogContainer extends BasePortalOutlet {
|
|
|
245
245
|
}
|
|
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: CdkDialogContainer,
|
|
251
251
|
deps: [],
|
|
@@ -253,7 +253,7 @@ class CdkDialogContainer extends BasePortalOutlet {
|
|
|
253
253
|
});
|
|
254
254
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
255
255
|
minVersion: "14.0.0",
|
|
256
|
-
version: "21.0.
|
|
256
|
+
version: "21.0.3",
|
|
257
257
|
type: CdkDialogContainer,
|
|
258
258
|
isStandalone: true,
|
|
259
259
|
selector: "cdk-dialog-container",
|
|
@@ -296,7 +296,7 @@ class CdkDialogContainer extends BasePortalOutlet {
|
|
|
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: CdkDialogContainer,
|
|
302
302
|
decorators: [{
|
|
@@ -647,7 +647,7 @@ class Dialog {
|
|
|
647
647
|
}
|
|
648
648
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
649
649
|
minVersion: "12.0.0",
|
|
650
|
-
version: "21.0.
|
|
650
|
+
version: "21.0.3",
|
|
651
651
|
ngImport: i0,
|
|
652
652
|
type: Dialog,
|
|
653
653
|
deps: [],
|
|
@@ -655,7 +655,7 @@ class Dialog {
|
|
|
655
655
|
});
|
|
656
656
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
657
657
|
minVersion: "12.0.0",
|
|
658
|
-
version: "21.0.
|
|
658
|
+
version: "21.0.3",
|
|
659
659
|
ngImport: i0,
|
|
660
660
|
type: Dialog,
|
|
661
661
|
providedIn: 'root'
|
|
@@ -663,7 +663,7 @@ class Dialog {
|
|
|
663
663
|
}
|
|
664
664
|
i0.ɵɵngDeclareClassMetadata({
|
|
665
665
|
minVersion: "12.0.0",
|
|
666
|
-
version: "21.0.
|
|
666
|
+
version: "21.0.3",
|
|
667
667
|
ngImport: i0,
|
|
668
668
|
type: Dialog,
|
|
669
669
|
decorators: [{
|
|
@@ -684,7 +684,7 @@ function reverseForEach(items, callback) {
|
|
|
684
684
|
class DialogModule {
|
|
685
685
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
686
686
|
minVersion: "12.0.0",
|
|
687
|
-
version: "21.0.
|
|
687
|
+
version: "21.0.3",
|
|
688
688
|
ngImport: i0,
|
|
689
689
|
type: DialogModule,
|
|
690
690
|
deps: [],
|
|
@@ -692,7 +692,7 @@ class DialogModule {
|
|
|
692
692
|
});
|
|
693
693
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
694
694
|
minVersion: "14.0.0",
|
|
695
|
-
version: "21.0.
|
|
695
|
+
version: "21.0.3",
|
|
696
696
|
ngImport: i0,
|
|
697
697
|
type: DialogModule,
|
|
698
698
|
imports: [OverlayModule, PortalModule, A11yModule, CdkDialogContainer],
|
|
@@ -700,7 +700,7 @@ class DialogModule {
|
|
|
700
700
|
});
|
|
701
701
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
702
702
|
minVersion: "12.0.0",
|
|
703
|
-
version: "21.0.
|
|
703
|
+
version: "21.0.3",
|
|
704
704
|
ngImport: i0,
|
|
705
705
|
type: DialogModule,
|
|
706
706
|
providers: [Dialog],
|
|
@@ -709,7 +709,7 @@ class DialogModule {
|
|
|
709
709
|
}
|
|
710
710
|
i0.ɵɵngDeclareClassMetadata({
|
|
711
711
|
minVersion: "12.0.0",
|
|
712
|
-
version: "21.0.
|
|
712
|
+
version: "21.0.3",
|
|
713
713
|
ngImport: i0,
|
|
714
714
|
type: DialogModule,
|
|
715
715
|
decorators: [{
|
package/fesm2022/drag-drop.mjs
CHANGED
|
@@ -2084,7 +2084,7 @@ const activeCapturingEventOptions = {
|
|
|
2084
2084
|
class _ResetsLoader {
|
|
2085
2085
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2086
2086
|
minVersion: "12.0.0",
|
|
2087
|
-
version: "21.0.
|
|
2087
|
+
version: "21.0.3",
|
|
2088
2088
|
ngImport: i0,
|
|
2089
2089
|
type: _ResetsLoader,
|
|
2090
2090
|
deps: [],
|
|
@@ -2092,7 +2092,7 @@ class _ResetsLoader {
|
|
|
2092
2092
|
});
|
|
2093
2093
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
2094
2094
|
minVersion: "14.0.0",
|
|
2095
|
-
version: "21.0.
|
|
2095
|
+
version: "21.0.3",
|
|
2096
2096
|
type: _ResetsLoader,
|
|
2097
2097
|
isStandalone: true,
|
|
2098
2098
|
selector: "ng-component",
|
|
@@ -2111,7 +2111,7 @@ class _ResetsLoader {
|
|
|
2111
2111
|
}
|
|
2112
2112
|
i0.ɵɵngDeclareClassMetadata({
|
|
2113
2113
|
minVersion: "12.0.0",
|
|
2114
|
-
version: "21.0.
|
|
2114
|
+
version: "21.0.3",
|
|
2115
2115
|
ngImport: i0,
|
|
2116
2116
|
type: _ResetsLoader,
|
|
2117
2117
|
decorators: [{
|
|
@@ -2263,7 +2263,7 @@ class DragDropRegistry {
|
|
|
2263
2263
|
}
|
|
2264
2264
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2265
2265
|
minVersion: "12.0.0",
|
|
2266
|
-
version: "21.0.
|
|
2266
|
+
version: "21.0.3",
|
|
2267
2267
|
ngImport: i0,
|
|
2268
2268
|
type: DragDropRegistry,
|
|
2269
2269
|
deps: [],
|
|
@@ -2271,7 +2271,7 @@ class DragDropRegistry {
|
|
|
2271
2271
|
});
|
|
2272
2272
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
2273
2273
|
minVersion: "12.0.0",
|
|
2274
|
-
version: "21.0.
|
|
2274
|
+
version: "21.0.3",
|
|
2275
2275
|
ngImport: i0,
|
|
2276
2276
|
type: DragDropRegistry,
|
|
2277
2277
|
providedIn: 'root'
|
|
@@ -2279,7 +2279,7 @@ class DragDropRegistry {
|
|
|
2279
2279
|
}
|
|
2280
2280
|
i0.ɵɵngDeclareClassMetadata({
|
|
2281
2281
|
minVersion: "12.0.0",
|
|
2282
|
-
version: "21.0.
|
|
2282
|
+
version: "21.0.3",
|
|
2283
2283
|
ngImport: i0,
|
|
2284
2284
|
type: DragDropRegistry,
|
|
2285
2285
|
decorators: [{
|
|
@@ -2310,7 +2310,7 @@ class DragDrop {
|
|
|
2310
2310
|
}
|
|
2311
2311
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2312
2312
|
minVersion: "12.0.0",
|
|
2313
|
-
version: "21.0.
|
|
2313
|
+
version: "21.0.3",
|
|
2314
2314
|
ngImport: i0,
|
|
2315
2315
|
type: DragDrop,
|
|
2316
2316
|
deps: [],
|
|
@@ -2318,7 +2318,7 @@ class DragDrop {
|
|
|
2318
2318
|
});
|
|
2319
2319
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
2320
2320
|
minVersion: "12.0.0",
|
|
2321
|
-
version: "21.0.
|
|
2321
|
+
version: "21.0.3",
|
|
2322
2322
|
ngImport: i0,
|
|
2323
2323
|
type: DragDrop,
|
|
2324
2324
|
providedIn: 'root'
|
|
@@ -2326,7 +2326,7 @@ class DragDrop {
|
|
|
2326
2326
|
}
|
|
2327
2327
|
i0.ɵɵngDeclareClassMetadata({
|
|
2328
2328
|
minVersion: "12.0.0",
|
|
2329
|
-
version: "21.0.
|
|
2329
|
+
version: "21.0.3",
|
|
2330
2330
|
ngImport: i0,
|
|
2331
2331
|
type: DragDrop,
|
|
2332
2332
|
decorators: [{
|
|
@@ -2389,7 +2389,7 @@ class CdkDragHandle {
|
|
|
2389
2389
|
}
|
|
2390
2390
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2391
2391
|
minVersion: "12.0.0",
|
|
2392
|
-
version: "21.0.
|
|
2392
|
+
version: "21.0.3",
|
|
2393
2393
|
ngImport: i0,
|
|
2394
2394
|
type: CdkDragHandle,
|
|
2395
2395
|
deps: [],
|
|
@@ -2397,7 +2397,7 @@ class CdkDragHandle {
|
|
|
2397
2397
|
});
|
|
2398
2398
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2399
2399
|
minVersion: "16.1.0",
|
|
2400
|
-
version: "21.0.
|
|
2400
|
+
version: "21.0.3",
|
|
2401
2401
|
type: CdkDragHandle,
|
|
2402
2402
|
isStandalone: true,
|
|
2403
2403
|
selector: "[cdkDragHandle]",
|
|
@@ -2416,7 +2416,7 @@ class CdkDragHandle {
|
|
|
2416
2416
|
}
|
|
2417
2417
|
i0.ɵɵngDeclareClassMetadata({
|
|
2418
2418
|
minVersion: "12.0.0",
|
|
2419
|
-
version: "21.0.
|
|
2419
|
+
version: "21.0.3",
|
|
2420
2420
|
ngImport: i0,
|
|
2421
2421
|
type: CdkDragHandle,
|
|
2422
2422
|
decorators: [{
|
|
@@ -2779,7 +2779,7 @@ class CdkDrag {
|
|
|
2779
2779
|
}
|
|
2780
2780
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2781
2781
|
minVersion: "12.0.0",
|
|
2782
|
-
version: "21.0.
|
|
2782
|
+
version: "21.0.3",
|
|
2783
2783
|
ngImport: i0,
|
|
2784
2784
|
type: CdkDrag,
|
|
2785
2785
|
deps: [],
|
|
@@ -2787,7 +2787,7 @@ class CdkDrag {
|
|
|
2787
2787
|
});
|
|
2788
2788
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2789
2789
|
minVersion: "16.1.0",
|
|
2790
|
-
version: "21.0.
|
|
2790
|
+
version: "21.0.3",
|
|
2791
2791
|
type: CdkDrag,
|
|
2792
2792
|
isStandalone: true,
|
|
2793
2793
|
selector: "[cdkDrag]",
|
|
@@ -2831,7 +2831,7 @@ class CdkDrag {
|
|
|
2831
2831
|
}
|
|
2832
2832
|
i0.ɵɵngDeclareClassMetadata({
|
|
2833
2833
|
minVersion: "12.0.0",
|
|
2834
|
-
version: "21.0.
|
|
2834
|
+
version: "21.0.3",
|
|
2835
2835
|
ngImport: i0,
|
|
2836
2836
|
type: CdkDrag,
|
|
2837
2837
|
decorators: [{
|
|
@@ -2942,7 +2942,7 @@ class CdkDropListGroup {
|
|
|
2942
2942
|
}
|
|
2943
2943
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2944
2944
|
minVersion: "12.0.0",
|
|
2945
|
-
version: "21.0.
|
|
2945
|
+
version: "21.0.3",
|
|
2946
2946
|
ngImport: i0,
|
|
2947
2947
|
type: CdkDropListGroup,
|
|
2948
2948
|
deps: [],
|
|
@@ -2950,7 +2950,7 @@ class CdkDropListGroup {
|
|
|
2950
2950
|
});
|
|
2951
2951
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2952
2952
|
minVersion: "16.1.0",
|
|
2953
|
-
version: "21.0.
|
|
2953
|
+
version: "21.0.3",
|
|
2954
2954
|
type: CdkDropListGroup,
|
|
2955
2955
|
isStandalone: true,
|
|
2956
2956
|
selector: "[cdkDropListGroup]",
|
|
@@ -2967,7 +2967,7 @@ class CdkDropListGroup {
|
|
|
2967
2967
|
}
|
|
2968
2968
|
i0.ɵɵngDeclareClassMetadata({
|
|
2969
2969
|
minVersion: "12.0.0",
|
|
2970
|
-
version: "21.0.
|
|
2970
|
+
version: "21.0.3",
|
|
2971
2971
|
ngImport: i0,
|
|
2972
2972
|
type: CdkDropListGroup,
|
|
2973
2973
|
decorators: [{
|
|
@@ -3201,7 +3201,7 @@ class CdkDropList {
|
|
|
3201
3201
|
}
|
|
3202
3202
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3203
3203
|
minVersion: "12.0.0",
|
|
3204
|
-
version: "21.0.
|
|
3204
|
+
version: "21.0.3",
|
|
3205
3205
|
ngImport: i0,
|
|
3206
3206
|
type: CdkDropList,
|
|
3207
3207
|
deps: [],
|
|
@@ -3209,7 +3209,7 @@ class CdkDropList {
|
|
|
3209
3209
|
});
|
|
3210
3210
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3211
3211
|
minVersion: "16.1.0",
|
|
3212
|
-
version: "21.0.
|
|
3212
|
+
version: "21.0.3",
|
|
3213
3213
|
type: CdkDropList,
|
|
3214
3214
|
isStandalone: true,
|
|
3215
3215
|
selector: "[cdkDropList], cdk-drop-list",
|
|
@@ -3256,7 +3256,7 @@ class CdkDropList {
|
|
|
3256
3256
|
}
|
|
3257
3257
|
i0.ɵɵngDeclareClassMetadata({
|
|
3258
3258
|
minVersion: "12.0.0",
|
|
3259
|
-
version: "21.0.
|
|
3259
|
+
version: "21.0.3",
|
|
3260
3260
|
ngImport: i0,
|
|
3261
3261
|
type: CdkDropList,
|
|
3262
3262
|
decorators: [{
|
|
@@ -3380,7 +3380,7 @@ class CdkDragPreview {
|
|
|
3380
3380
|
}
|
|
3381
3381
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3382
3382
|
minVersion: "12.0.0",
|
|
3383
|
-
version: "21.0.
|
|
3383
|
+
version: "21.0.3",
|
|
3384
3384
|
ngImport: i0,
|
|
3385
3385
|
type: CdkDragPreview,
|
|
3386
3386
|
deps: [],
|
|
@@ -3388,7 +3388,7 @@ class CdkDragPreview {
|
|
|
3388
3388
|
});
|
|
3389
3389
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3390
3390
|
minVersion: "16.1.0",
|
|
3391
|
-
version: "21.0.
|
|
3391
|
+
version: "21.0.3",
|
|
3392
3392
|
type: CdkDragPreview,
|
|
3393
3393
|
isStandalone: true,
|
|
3394
3394
|
selector: "ng-template[cdkDragPreview]",
|
|
@@ -3405,7 +3405,7 @@ class CdkDragPreview {
|
|
|
3405
3405
|
}
|
|
3406
3406
|
i0.ɵɵngDeclareClassMetadata({
|
|
3407
3407
|
minVersion: "12.0.0",
|
|
3408
|
-
version: "21.0.
|
|
3408
|
+
version: "21.0.3",
|
|
3409
3409
|
ngImport: i0,
|
|
3410
3410
|
type: CdkDragPreview,
|
|
3411
3411
|
decorators: [{
|
|
@@ -3447,7 +3447,7 @@ class CdkDragPlaceholder {
|
|
|
3447
3447
|
}
|
|
3448
3448
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3449
3449
|
minVersion: "12.0.0",
|
|
3450
|
-
version: "21.0.
|
|
3450
|
+
version: "21.0.3",
|
|
3451
3451
|
ngImport: i0,
|
|
3452
3452
|
type: CdkDragPlaceholder,
|
|
3453
3453
|
deps: [],
|
|
@@ -3455,7 +3455,7 @@ class CdkDragPlaceholder {
|
|
|
3455
3455
|
});
|
|
3456
3456
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3457
3457
|
minVersion: "14.0.0",
|
|
3458
|
-
version: "21.0.
|
|
3458
|
+
version: "21.0.3",
|
|
3459
3459
|
type: CdkDragPlaceholder,
|
|
3460
3460
|
isStandalone: true,
|
|
3461
3461
|
selector: "ng-template[cdkDragPlaceholder]",
|
|
@@ -3471,7 +3471,7 @@ class CdkDragPlaceholder {
|
|
|
3471
3471
|
}
|
|
3472
3472
|
i0.ɵɵngDeclareClassMetadata({
|
|
3473
3473
|
minVersion: "12.0.0",
|
|
3474
|
-
version: "21.0.
|
|
3474
|
+
version: "21.0.3",
|
|
3475
3475
|
ngImport: i0,
|
|
3476
3476
|
type: CdkDragPlaceholder,
|
|
3477
3477
|
decorators: [{
|
|
@@ -3496,7 +3496,7 @@ const DRAG_DROP_DIRECTIVES = [CdkDropList, CdkDropListGroup, CdkDrag, CdkDragHan
|
|
|
3496
3496
|
class DragDropModule {
|
|
3497
3497
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3498
3498
|
minVersion: "12.0.0",
|
|
3499
|
-
version: "21.0.
|
|
3499
|
+
version: "21.0.3",
|
|
3500
3500
|
ngImport: i0,
|
|
3501
3501
|
type: DragDropModule,
|
|
3502
3502
|
deps: [],
|
|
@@ -3504,7 +3504,7 @@ class DragDropModule {
|
|
|
3504
3504
|
});
|
|
3505
3505
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
3506
3506
|
minVersion: "14.0.0",
|
|
3507
|
-
version: "21.0.
|
|
3507
|
+
version: "21.0.3",
|
|
3508
3508
|
ngImport: i0,
|
|
3509
3509
|
type: DragDropModule,
|
|
3510
3510
|
imports: [CdkDropList, CdkDropListGroup, CdkDrag, CdkDragHandle, CdkDragPreview, CdkDragPlaceholder],
|
|
@@ -3512,7 +3512,7 @@ class DragDropModule {
|
|
|
3512
3512
|
});
|
|
3513
3513
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
3514
3514
|
minVersion: "12.0.0",
|
|
3515
|
-
version: "21.0.
|
|
3515
|
+
version: "21.0.3",
|
|
3516
3516
|
ngImport: i0,
|
|
3517
3517
|
type: DragDropModule,
|
|
3518
3518
|
providers: [DragDrop],
|
|
@@ -3521,7 +3521,7 @@ class DragDropModule {
|
|
|
3521
3521
|
}
|
|
3522
3522
|
i0.ɵɵngDeclareClassMetadata({
|
|
3523
3523
|
minVersion: "12.0.0",
|
|
3524
|
-
version: "21.0.
|
|
3524
|
+
version: "21.0.3",
|
|
3525
3525
|
ngImport: i0,
|
|
3526
3526
|
type: DragDropModule,
|
|
3527
3527
|
decorators: [{
|
package/fesm2022/layout.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import './_array-chunk.mjs';
|
|
|
10
10
|
class LayoutModule {
|
|
11
11
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
12
12
|
minVersion: "12.0.0",
|
|
13
|
-
version: "21.0.
|
|
13
|
+
version: "21.0.3",
|
|
14
14
|
ngImport: i0,
|
|
15
15
|
type: LayoutModule,
|
|
16
16
|
deps: [],
|
|
@@ -18,20 +18,20 @@ class LayoutModule {
|
|
|
18
18
|
});
|
|
19
19
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
20
20
|
minVersion: "14.0.0",
|
|
21
|
-
version: "21.0.
|
|
21
|
+
version: "21.0.3",
|
|
22
22
|
ngImport: i0,
|
|
23
23
|
type: LayoutModule
|
|
24
24
|
});
|
|
25
25
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
26
26
|
minVersion: "12.0.0",
|
|
27
|
-
version: "21.0.
|
|
27
|
+
version: "21.0.3",
|
|
28
28
|
ngImport: i0,
|
|
29
29
|
type: LayoutModule
|
|
30
30
|
});
|
|
31
31
|
}
|
|
32
32
|
i0.ɵɵngDeclareClassMetadata({
|
|
33
33
|
minVersion: "12.0.0",
|
|
34
|
-
version: "21.0.
|
|
34
|
+
version: "21.0.3",
|
|
35
35
|
ngImport: i0,
|
|
36
36
|
type: LayoutModule,
|
|
37
37
|
decorators: [{
|
package/fesm2022/listbox.mjs
CHANGED
|
@@ -113,7 +113,7 @@ class CdkOption {
|
|
|
113
113
|
}
|
|
114
114
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
115
115
|
minVersion: "12.0.0",
|
|
116
|
-
version: "21.0.
|
|
116
|
+
version: "21.0.3",
|
|
117
117
|
ngImport: i0,
|
|
118
118
|
type: CdkOption,
|
|
119
119
|
deps: [],
|
|
@@ -121,7 +121,7 @@ class CdkOption {
|
|
|
121
121
|
});
|
|
122
122
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
123
123
|
minVersion: "16.1.0",
|
|
124
|
-
version: "21.0.
|
|
124
|
+
version: "21.0.3",
|
|
125
125
|
type: CdkOption,
|
|
126
126
|
isStandalone: true,
|
|
127
127
|
selector: "[cdkOption]",
|
|
@@ -155,7 +155,7 @@ class CdkOption {
|
|
|
155
155
|
}
|
|
156
156
|
i0.ɵɵngDeclareClassMetadata({
|
|
157
157
|
minVersion: "12.0.0",
|
|
158
|
-
version: "21.0.
|
|
158
|
+
version: "21.0.3",
|
|
159
159
|
ngImport: i0,
|
|
160
160
|
type: CdkOption,
|
|
161
161
|
decorators: [{
|
|
@@ -670,7 +670,7 @@ class CdkListbox {
|
|
|
670
670
|
}
|
|
671
671
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
672
672
|
minVersion: "12.0.0",
|
|
673
|
-
version: "21.0.
|
|
673
|
+
version: "21.0.3",
|
|
674
674
|
ngImport: i0,
|
|
675
675
|
type: CdkListbox,
|
|
676
676
|
deps: [],
|
|
@@ -678,7 +678,7 @@ class CdkListbox {
|
|
|
678
678
|
});
|
|
679
679
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
680
680
|
minVersion: "16.1.0",
|
|
681
|
-
version: "21.0.
|
|
681
|
+
version: "21.0.3",
|
|
682
682
|
type: CdkListbox,
|
|
683
683
|
isStandalone: true,
|
|
684
684
|
selector: "[cdkListbox]",
|
|
@@ -733,7 +733,7 @@ class CdkListbox {
|
|
|
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: CdkListbox,
|
|
739
739
|
decorators: [{
|
|
@@ -835,7 +835,7 @@ const EXPORTED_DECLARATIONS = [CdkListbox, CdkOption];
|
|
|
835
835
|
class CdkListboxModule {
|
|
836
836
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
837
837
|
minVersion: "12.0.0",
|
|
838
|
-
version: "21.0.
|
|
838
|
+
version: "21.0.3",
|
|
839
839
|
ngImport: i0,
|
|
840
840
|
type: CdkListboxModule,
|
|
841
841
|
deps: [],
|
|
@@ -843,7 +843,7 @@ class CdkListboxModule {
|
|
|
843
843
|
});
|
|
844
844
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
845
845
|
minVersion: "14.0.0",
|
|
846
|
-
version: "21.0.
|
|
846
|
+
version: "21.0.3",
|
|
847
847
|
ngImport: i0,
|
|
848
848
|
type: CdkListboxModule,
|
|
849
849
|
imports: [CdkListbox, CdkOption],
|
|
@@ -851,14 +851,14 @@ class CdkListboxModule {
|
|
|
851
851
|
});
|
|
852
852
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
853
853
|
minVersion: "12.0.0",
|
|
854
|
-
version: "21.0.
|
|
854
|
+
version: "21.0.3",
|
|
855
855
|
ngImport: i0,
|
|
856
856
|
type: CdkListboxModule
|
|
857
857
|
});
|
|
858
858
|
}
|
|
859
859
|
i0.ɵɵngDeclareClassMetadata({
|
|
860
860
|
minVersion: "12.0.0",
|
|
861
|
-
version: "21.0.
|
|
861
|
+
version: "21.0.3",
|
|
862
862
|
ngImport: i0,
|
|
863
863
|
type: CdkListboxModule,
|
|
864
864
|
decorators: [{
|