@angular/cdk 21.0.0-next.9 → 21.0.0-rc.1
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/_adev_assets/cdk_drag_drop.json +13 -12
- package/_adev_assets/cdk_testing.json +9 -9
- package/_adev_assets/cdk_testing_protractor.json +1 -1
- package/_adev_assets/cdk_testing_selenium_webdriver.json +1 -1
- package/_adev_assets/cdk_testing_testbed.json +1 -1
- package/fesm2022/_a11y-module-chunk.mjs +755 -869
- package/fesm2022/_a11y-module-chunk.mjs.map +1 -1
- package/fesm2022/_activedescendant-key-manager-chunk.mjs +8 -8
- package/fesm2022/_activedescendant-key-manager-chunk.mjs.map +1 -1
- package/fesm2022/_array-chunk.mjs +1 -1
- package/fesm2022/_array-chunk.mjs.map +1 -1
- package/fesm2022/_breakpoints-observer-chunk.mjs +149 -152
- package/fesm2022/_breakpoints-observer-chunk.mjs.map +1 -1
- package/fesm2022/_css-pixel-value-chunk.mjs +4 -5
- package/fesm2022/_css-pixel-value-chunk.mjs.map +1 -1
- package/fesm2022/_data-source-chunk.mjs +2 -8
- package/fesm2022/_data-source-chunk.mjs.map +1 -1
- package/fesm2022/_directionality-chunk.mjs +54 -54
- package/fesm2022/_directionality-chunk.mjs.map +1 -1
- package/fesm2022/_dispose-view-repeater-strategy-chunk.mjs +25 -36
- package/fesm2022/_dispose-view-repeater-strategy-chunk.mjs.map +1 -1
- package/fesm2022/_element-chunk.mjs +6 -17
- package/fesm2022/_element-chunk.mjs.map +1 -1
- package/fesm2022/_fake-event-detection-chunk.mjs +3 -17
- package/fesm2022/_fake-event-detection-chunk.mjs.map +1 -1
- package/fesm2022/_focus-key-manager-chunk.mjs +10 -14
- package/fesm2022/_focus-key-manager-chunk.mjs.map +1 -1
- package/fesm2022/_focus-monitor-chunk.mjs +376 -566
- package/fesm2022/_focus-monitor-chunk.mjs.map +1 -1
- package/fesm2022/_id-generator-chunk.mjs +37 -27
- package/fesm2022/_id-generator-chunk.mjs.map +1 -1
- package/fesm2022/_keycodes-chunk.mjs +9 -9
- package/fesm2022/_keycodes-chunk.mjs.map +1 -1
- package/fesm2022/_list-key-manager-chunk.mjs +248 -336
- package/fesm2022/_list-key-manager-chunk.mjs.map +1 -1
- package/fesm2022/_overlay-module-chunk.mjs +2535 -2947
- package/fesm2022/_overlay-module-chunk.mjs.map +1 -1
- package/fesm2022/_passive-listeners-chunk.mjs +10 -22
- package/fesm2022/_passive-listeners-chunk.mjs.map +1 -1
- package/fesm2022/_platform-chunk.mjs +42 -65
- package/fesm2022/_platform-chunk.mjs.map +1 -1
- package/fesm2022/_recycle-view-repeater-strategy-chunk.mjs +78 -134
- package/fesm2022/_recycle-view-repeater-strategy-chunk.mjs.map +1 -1
- package/fesm2022/_scrolling-chunk.mjs +44 -85
- package/fesm2022/_scrolling-chunk.mjs.map +1 -1
- package/fesm2022/_selection-model-chunk.mjs +138 -209
- package/fesm2022/_selection-model-chunk.mjs.map +1 -1
- package/fesm2022/_shadow-dom-chunk.mjs +21 -35
- package/fesm2022/_shadow-dom-chunk.mjs.map +1 -1
- package/fesm2022/_style-loader-chunk.mjs +50 -37
- package/fesm2022/_style-loader-chunk.mjs.map +1 -1
- package/fesm2022/_test-environment-chunk.mjs +2 -14
- package/fesm2022/_test-environment-chunk.mjs.map +1 -1
- package/fesm2022/_tree-key-manager-chunk.mjs +229 -308
- package/fesm2022/_tree-key-manager-chunk.mjs.map +1 -1
- package/fesm2022/_typeahead-chunk.mjs +52 -74
- package/fesm2022/_typeahead-chunk.mjs.map +1 -1
- package/fesm2022/_unique-selection-dispatcher-chunk.mjs +43 -40
- package/fesm2022/_unique-selection-dispatcher-chunk.mjs.map +1 -1
- package/fesm2022/a11y.mjs +351 -449
- package/fesm2022/a11y.mjs.map +1 -1
- package/fesm2022/accordion.mjs +254 -192
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/bidi.mjs +121 -64
- package/fesm2022/bidi.mjs.map +1 -1
- package/fesm2022/cdk.mjs +1 -2
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/clipboard.mjs +208 -186
- package/fesm2022/clipboard.mjs.map +1 -1
- package/fesm2022/coercion-private.mjs +4 -8
- package/fesm2022/coercion-private.mjs.map +1 -1
- package/fesm2022/coercion.mjs +11 -29
- package/fesm2022/coercion.mjs.map +1 -1
- package/fesm2022/dialog.mjs +660 -808
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/drag-drop.mjs +3347 -4286
- package/fesm2022/drag-drop.mjs.map +1 -1
- package/fesm2022/keycodes.mjs +4 -8
- package/fesm2022/keycodes.mjs.map +1 -1
- package/fesm2022/layout.mjs +44 -26
- package/fesm2022/layout.mjs.map +1 -1
- package/fesm2022/listbox.mjs +841 -895
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +1942 -1858
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/observers-private.mjs +88 -106
- package/fesm2022/observers-private.mjs.map +1 -1
- package/fesm2022/observers.mjs +262 -184
- package/fesm2022/observers.mjs.map +1 -1
- package/fesm2022/overlay.mjs +72 -68
- package/fesm2022/overlay.mjs.map +1 -1
- package/fesm2022/platform.mjs +43 -54
- package/fesm2022/platform.mjs.map +1 -1
- package/fesm2022/portal.mjs +402 -560
- package/fesm2022/portal.mjs.map +1 -1
- package/fesm2022/private.mjs +38 -10
- package/fesm2022/private.mjs.map +1 -1
- package/fesm2022/scrolling.mjs +1323 -1400
- package/fesm2022/scrolling.mjs.map +1 -1
- package/fesm2022/stepper.mjs +758 -590
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +2327 -2319
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/testing-selenium-webdriver.mjs +252 -325
- package/fesm2022/testing-selenium-webdriver.mjs.map +1 -1
- package/fesm2022/testing-testbed.mjs +592 -709
- package/fesm2022/testing-testbed.mjs.map +1 -1
- package/fesm2022/testing.mjs +368 -889
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/text-field.mjs +459 -388
- package/fesm2022/text-field.mjs.map +1 -1
- package/fesm2022/tree.mjs +1483 -1731
- package/fesm2022/tree.mjs.map +1 -1
- package/overlay/_index.scss +30 -0
- package/overlay-prebuilt.css +1 -1
- package/package.json +1 -1
- package/schematics/ng-add/index.js +1 -1
- package/types/_overlay-module-chunk.d.ts +69 -7
- package/types/_portal-directives-chunk.d.ts +2 -18
- package/types/a11y.d.ts +3 -1
- package/types/accordion.d.ts +3 -1
- package/types/dialog.d.ts +1 -1
- package/types/overlay.d.ts +1 -1
- package/types/portal.d.ts +1 -1
package/fesm2022/bidi.mjs
CHANGED
|
@@ -3,76 +3,133 @@ export { DIR_DOCUMENT } from './_directionality-chunk.mjs';
|
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { EventEmitter, signal, Directive, Output, Input, NgModule } from '@angular/core';
|
|
5
5
|
|
|
6
|
-
/**
|
|
7
|
-
* Directive to listen for changes of direction of part of the DOM.
|
|
8
|
-
*
|
|
9
|
-
* Provides itself as Directionality such that descendant directives only need to ever inject
|
|
10
|
-
* Directionality to get the closest direction.
|
|
11
|
-
*/
|
|
12
6
|
class Dir {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
7
|
+
_isInitialized = false;
|
|
8
|
+
_rawDir;
|
|
9
|
+
change = new EventEmitter();
|
|
10
|
+
get dir() {
|
|
11
|
+
return this.valueSignal();
|
|
12
|
+
}
|
|
13
|
+
set dir(value) {
|
|
14
|
+
const previousValue = this.valueSignal();
|
|
15
|
+
this.valueSignal.set(_resolveDirectionality(value));
|
|
16
|
+
this._rawDir = value;
|
|
17
|
+
if (previousValue !== this.valueSignal() && this._isInitialized) {
|
|
18
|
+
this.change.emit(this.valueSignal());
|
|
22
19
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
20
|
+
}
|
|
21
|
+
get value() {
|
|
22
|
+
return this.dir;
|
|
23
|
+
}
|
|
24
|
+
valueSignal = signal('ltr', ...(ngDevMode ? [{
|
|
25
|
+
debugName: "valueSignal"
|
|
26
|
+
}] : []));
|
|
27
|
+
ngAfterContentInit() {
|
|
28
|
+
this._isInitialized = true;
|
|
29
|
+
}
|
|
30
|
+
ngOnDestroy() {
|
|
31
|
+
this.change.complete();
|
|
32
|
+
}
|
|
33
|
+
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
34
|
+
minVersion: "12.0.0",
|
|
35
|
+
version: "20.2.0-next.2",
|
|
36
|
+
ngImport: i0,
|
|
37
|
+
type: Dir,
|
|
38
|
+
deps: [],
|
|
39
|
+
target: i0.ɵɵFactoryTarget.Directive
|
|
40
|
+
});
|
|
41
|
+
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
42
|
+
minVersion: "14.0.0",
|
|
43
|
+
version: "20.2.0-next.2",
|
|
44
|
+
type: Dir,
|
|
45
|
+
isStandalone: true,
|
|
46
|
+
selector: "[dir]",
|
|
47
|
+
inputs: {
|
|
48
|
+
dir: "dir"
|
|
49
|
+
},
|
|
50
|
+
outputs: {
|
|
51
|
+
change: "dirChange"
|
|
52
|
+
},
|
|
53
|
+
host: {
|
|
54
|
+
properties: {
|
|
55
|
+
"attr.dir": "_rawDir"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
providers: [{
|
|
59
|
+
provide: Directionality,
|
|
60
|
+
useExisting: Dir
|
|
61
|
+
}],
|
|
62
|
+
exportAs: ["dir"],
|
|
63
|
+
ngImport: i0
|
|
64
|
+
});
|
|
48
65
|
}
|
|
49
|
-
i0.ɵɵngDeclareClassMetadata({
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
66
|
+
i0.ɵɵngDeclareClassMetadata({
|
|
67
|
+
minVersion: "12.0.0",
|
|
68
|
+
version: "20.2.0-next.2",
|
|
69
|
+
ngImport: i0,
|
|
70
|
+
type: Dir,
|
|
71
|
+
decorators: [{
|
|
72
|
+
type: Directive,
|
|
73
|
+
args: [{
|
|
74
|
+
selector: '[dir]',
|
|
75
|
+
providers: [{
|
|
76
|
+
provide: Directionality,
|
|
77
|
+
useExisting: Dir
|
|
78
|
+
}],
|
|
79
|
+
host: {
|
|
80
|
+
'[attr.dir]': '_rawDir'
|
|
81
|
+
},
|
|
82
|
+
exportAs: 'dir'
|
|
83
|
+
}]
|
|
84
|
+
}],
|
|
85
|
+
propDecorators: {
|
|
86
|
+
change: [{
|
|
87
|
+
type: Output,
|
|
88
|
+
args: ['dirChange']
|
|
89
|
+
}],
|
|
90
|
+
dir: [{
|
|
91
|
+
type: Input
|
|
92
|
+
}]
|
|
93
|
+
}
|
|
94
|
+
});
|
|
63
95
|
|
|
64
96
|
class BidiModule {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
97
|
+
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
98
|
+
minVersion: "12.0.0",
|
|
99
|
+
version: "20.2.0-next.2",
|
|
100
|
+
ngImport: i0,
|
|
101
|
+
type: BidiModule,
|
|
102
|
+
deps: [],
|
|
103
|
+
target: i0.ɵɵFactoryTarget.NgModule
|
|
104
|
+
});
|
|
105
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
106
|
+
minVersion: "14.0.0",
|
|
107
|
+
version: "20.2.0-next.2",
|
|
108
|
+
ngImport: i0,
|
|
109
|
+
type: BidiModule,
|
|
110
|
+
imports: [Dir],
|
|
111
|
+
exports: [Dir]
|
|
112
|
+
});
|
|
113
|
+
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
114
|
+
minVersion: "12.0.0",
|
|
115
|
+
version: "20.2.0-next.2",
|
|
116
|
+
ngImport: i0,
|
|
117
|
+
type: BidiModule
|
|
118
|
+
});
|
|
68
119
|
}
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
120
|
+
i0.ɵɵngDeclareClassMetadata({
|
|
121
|
+
minVersion: "12.0.0",
|
|
122
|
+
version: "20.2.0-next.2",
|
|
123
|
+
ngImport: i0,
|
|
124
|
+
type: BidiModule,
|
|
125
|
+
decorators: [{
|
|
126
|
+
type: NgModule,
|
|
127
|
+
args: [{
|
|
128
|
+
imports: [Dir],
|
|
129
|
+
exports: [Dir]
|
|
130
|
+
}]
|
|
131
|
+
}]
|
|
132
|
+
});
|
|
76
133
|
|
|
77
134
|
export { BidiModule, Dir, Directionality };
|
|
78
135
|
//# sourceMappingURL=bidi.mjs.map
|
package/fesm2022/bidi.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bidi.mjs","sources":["../../../../../
|
|
1
|
+
{"version":3,"file":"bidi.mjs","sources":["../../../../../k8-fastbuild-ST-199a4f3c4e20/bin/src/cdk/bidi/dir.ts","../../../../../k8-fastbuild-ST-199a4f3c4e20/bin/src/cdk/bidi/bidi-module.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 {\n AfterContentInit,\n Directive,\n EventEmitter,\n Input,\n OnDestroy,\n Output,\n signal,\n} from '@angular/core';\n\nimport {Direction, Directionality, _resolveDirectionality} from './directionality';\n\n/**\n * Directive to listen for changes of direction of part of the DOM.\n *\n * Provides itself as Directionality such that descendant directives only need to ever inject\n * Directionality to get the closest direction.\n */\n@Directive({\n selector: '[dir]',\n providers: [{provide: Directionality, useExisting: Dir}],\n host: {'[attr.dir]': '_rawDir'},\n exportAs: 'dir',\n})\nexport class Dir implements Directionality, AfterContentInit, OnDestroy {\n /** Whether the `value` has been set to its initial value. */\n private _isInitialized: boolean = false;\n\n /** Direction as passed in by the consumer. */\n _rawDir: string;\n\n /** Event emitted when the direction changes. */\n @Output('dirChange') readonly change = new EventEmitter<Direction>();\n\n /** @docs-private */\n @Input()\n get dir(): Direction {\n return this.valueSignal();\n }\n set dir(value: Direction | 'auto') {\n const previousValue = this.valueSignal();\n\n // Note: `_resolveDirectionality` resolves the language based on the browser's language,\n // whereas the browser does it based on the content of the element. Since doing so based\n // on the content can be expensive, for now we're doing the simpler matching.\n this.valueSignal.set(_resolveDirectionality(value));\n this._rawDir = value;\n\n if (previousValue !== this.valueSignal() && this._isInitialized) {\n this.change.emit(this.valueSignal());\n }\n }\n\n /** Current layout direction of the element. */\n get value(): Direction {\n return this.dir;\n }\n\n readonly valueSignal = signal<Direction>('ltr');\n\n /** Initialize once default value has been set. */\n ngAfterContentInit() {\n this._isInitialized = true;\n }\n\n ngOnDestroy() {\n this.change.complete();\n }\n}\n","/**\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 {NgModule} from '@angular/core';\nimport {Dir} from './dir';\n\n@NgModule({\n imports: [Dir],\n exports: [Dir],\n})\nexport class BidiModule {}\n"],"names":["Dir","_isInitialized","_rawDir","change","EventEmitter","dir","valueSignal","value","previousValue","set","_resolveDirectionality","emit","signal","ngAfterContentInit","ngOnDestroy","complete","deps","target","i0","ɵɵFactoryTarget","Directive","isStandalone","selector","inputs","outputs","host","properties","providers","provide","Directionality","useExisting","exportAs","ngImport","decorators","args","Output","Input","BidiModule","NgModule","imports","exports"],"mappings":"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"}
|
package/fesm2022/cdk.mjs
CHANGED
package/fesm2022/cdk.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cdk.mjs","sources":["../../../../../
|
|
1
|
+
{"version":3,"file":"cdk.mjs","sources":["../../../../../k8-fastbuild-ST-199a4f3c4e20/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.0-rc.1');\n"],"names":["VERSION","Version"],"mappings":";;MAWaA,OAAO,GAAG,IAAIC,OAAO,CAAC,mBAAmB;;;;"}
|