@angular/cdk 21.0.3 → 21.0.6
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/LICENSE +1 -1
- 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 +49 -38
- package/fesm2022/_overlay-module-chunk.mjs.map +1 -1
- 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 +269 -266
- package/fesm2022/drag-drop.mjs.map +1 -1
- 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/_overlay-module-chunk.d.ts +2 -0
- package/types/drag-drop.d.ts +23 -7
- package/types/testing-testbed.d.ts +3 -0
|
@@ -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.6');\n"],"names":["VERSION","Version"],"mappings":";;MAWaA,OAAO,GAAG,IAAIC,OAAO,CAAC,mBAAmB;;;;"}
|
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: [{
|