@angular/cdk 21.0.0-next.5 → 21.0.0-next.8
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.mjs → _a11y-module-chunk.mjs} +6 -6
- package/fesm2022/_a11y-module-chunk.mjs.map +1 -0
- package/fesm2022/{activedescendant-key-manager.mjs → _activedescendant-key-manager-chunk.mjs} +2 -2
- package/fesm2022/_activedescendant-key-manager-chunk.mjs.map +1 -0
- package/fesm2022/{array.mjs → _array-chunk.mjs} +1 -1
- package/fesm2022/_array-chunk.mjs.map +1 -0
- package/fesm2022/{breakpoints-observer.mjs → _breakpoints-observer-chunk.mjs} +3 -3
- package/fesm2022/_breakpoints-observer-chunk.mjs.map +1 -0
- package/fesm2022/{css-pixel-value.mjs → _css-pixel-value-chunk.mjs} +1 -1
- package/fesm2022/_css-pixel-value-chunk.mjs.map +1 -0
- package/fesm2022/{data-source.mjs → _data-source-chunk.mjs} +1 -1
- package/fesm2022/_data-source-chunk.mjs.map +1 -0
- package/fesm2022/{directionality.mjs → _directionality-chunk.mjs} +1 -1
- package/fesm2022/_directionality-chunk.mjs.map +1 -0
- package/fesm2022/{dispose-view-repeater-strategy.mjs → _dispose-view-repeater-strategy-chunk.mjs} +2 -2
- package/fesm2022/_dispose-view-repeater-strategy-chunk.mjs.map +1 -0
- package/fesm2022/{element.mjs → _element-chunk.mjs} +1 -1
- package/fesm2022/_element-chunk.mjs.map +1 -0
- package/fesm2022/{fake-event-detection.mjs → _fake-event-detection-chunk.mjs} +1 -1
- package/fesm2022/_fake-event-detection-chunk.mjs.map +1 -0
- package/fesm2022/{focus-key-manager.mjs → _focus-key-manager-chunk.mjs} +2 -2
- package/fesm2022/_focus-key-manager-chunk.mjs.map +1 -0
- package/fesm2022/{focus-monitor.mjs → _focus-monitor-chunk.mjs} +7 -7
- package/fesm2022/_focus-monitor-chunk.mjs.map +1 -0
- package/fesm2022/{id-generator.mjs → _id-generator-chunk.mjs} +1 -1
- package/fesm2022/_id-generator-chunk.mjs.map +1 -0
- package/fesm2022/{keycodes2.mjs → _keycodes-chunk.mjs} +1 -1
- package/fesm2022/_keycodes-chunk.mjs.map +1 -0
- package/fesm2022/{list-key-manager.mjs → _list-key-manager-chunk.mjs} +3 -3
- package/fesm2022/_list-key-manager-chunk.mjs.map +1 -0
- package/fesm2022/{overlay-module.mjs → _overlay-module-chunk.mjs} +71 -28
- package/fesm2022/_overlay-module-chunk.mjs.map +1 -0
- package/fesm2022/{passive-listeners.mjs → _passive-listeners-chunk.mjs} +1 -1
- package/fesm2022/_passive-listeners-chunk.mjs.map +1 -0
- package/fesm2022/{platform2.mjs → _platform-chunk.mjs} +1 -1
- package/fesm2022/_platform-chunk.mjs.map +1 -0
- package/fesm2022/{recycle-view-repeater-strategy.mjs → _recycle-view-repeater-strategy-chunk.mjs} +2 -2
- package/fesm2022/_recycle-view-repeater-strategy-chunk.mjs.map +1 -0
- package/fesm2022/{scrolling2.mjs → _scrolling-chunk.mjs} +2 -2
- package/fesm2022/_scrolling-chunk.mjs.map +1 -0
- package/fesm2022/{selection-model.mjs → _selection-model-chunk.mjs} +1 -1
- package/fesm2022/_selection-model-chunk.mjs.map +1 -0
- package/fesm2022/{shadow-dom.mjs → _shadow-dom-chunk.mjs} +1 -1
- package/fesm2022/_shadow-dom-chunk.mjs.map +1 -0
- package/fesm2022/{style-loader.mjs → _style-loader-chunk.mjs} +1 -1
- package/fesm2022/_style-loader-chunk.mjs.map +1 -0
- package/fesm2022/{test-environment.mjs → _test-environment-chunk.mjs} +1 -1
- package/fesm2022/_test-environment-chunk.mjs.map +1 -0
- package/fesm2022/{tree-key-manager.mjs → _tree-key-manager-chunk.mjs} +3 -3
- package/fesm2022/_tree-key-manager-chunk.mjs.map +1 -0
- package/fesm2022/{typeahead.mjs → _typeahead-chunk.mjs} +2 -2
- package/fesm2022/_typeahead-chunk.mjs.map +1 -0
- package/fesm2022/{unique-selection-dispatcher.mjs → _unique-selection-dispatcher-chunk.mjs} +1 -1
- package/fesm2022/_unique-selection-dispatcher-chunk.mjs.map +1 -0
- package/fesm2022/a11y.mjs +20 -20
- package/fesm2022/accordion.mjs +2 -2
- package/fesm2022/bidi.mjs +2 -2
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/{coercion/private.mjs → coercion-private.mjs} +1 -1
- package/fesm2022/coercion-private.mjs.map +1 -0
- package/fesm2022/coercion.mjs +3 -3
- package/fesm2022/collections.mjs +5 -5
- package/fesm2022/dialog.mjs +19 -19
- package/fesm2022/drag-drop.mjs +11 -11
- package/fesm2022/keycodes.mjs +1 -1
- package/fesm2022/layout.mjs +3 -3
- package/fesm2022/listbox.mjs +9 -9
- package/fesm2022/menu.mjs +21 -21
- package/fesm2022/{observers/private.mjs → observers-private.mjs} +1 -1
- package/fesm2022/observers-private.mjs.map +1 -0
- package/fesm2022/observers.mjs +1 -1
- package/fesm2022/overlay.mjs +15 -15
- package/fesm2022/platform.mjs +5 -5
- package/fesm2022/private.mjs +1 -1
- package/fesm2022/scrolling.mjs +7 -7
- package/fesm2022/scrolling.mjs.map +1 -1
- package/fesm2022/stepper.mjs +7 -7
- package/fesm2022/table.mjs +8 -8
- package/fesm2022/{testing/selenium-webdriver.mjs → testing-selenium-webdriver.mjs} +2 -2
- package/fesm2022/testing-selenium-webdriver.mjs.map +1 -0
- package/fesm2022/{testing/testbed.mjs → testing-testbed.mjs} +3 -3
- package/fesm2022/testing-testbed.mjs.map +1 -0
- package/fesm2022/text-field.mjs +3 -7
- package/fesm2022/text-field.mjs.map +1 -1
- package/fesm2022/tree.mjs +7 -7
- package/package.json +35 -34
- package/schematics/ng-add/index.js +1 -1
- package/{a11y-module.d.d.ts → types/_a11y-module-chunk.d.ts} +2 -2
- package/{activedescendant-key-manager.d.d.ts → types/_activedescendant-key-manager-chunk.d.ts} +1 -1
- package/{focus-key-manager.d.d.ts → types/_focus-key-manager-chunk.d.ts} +2 -2
- package/{overlay-module.d.d.ts → types/_overlay-module-chunk.d.ts} +40 -12
- package/{scrolling-module.d.d.ts → types/_scrolling-module-chunk.d.ts} +3 -3
- package/{a11y/index.d.ts → types/a11y.d.ts} +9 -9
- package/{accordion/index.d.ts → types/accordion.d.ts} +1 -1
- package/{bidi/index.d.ts → types/bidi.d.ts} +1 -1
- package/{coercion/index.d.ts → types/coercion.d.ts} +1 -1
- package/{collections/index.d.ts → types/collections.d.ts} +7 -7
- package/{dialog/index.d.ts → types/dialog.d.ts} +13 -13
- package/{drag-drop/index.d.ts → types/drag-drop.d.ts} +6 -6
- package/{listbox/index.d.ts → types/listbox.d.ts} +3 -3
- package/{menu/index.d.ts → types/menu.d.ts} +12 -12
- package/{observers/index.d.ts → types/observers.d.ts} +1 -1
- package/{overlay/index.d.ts → types/overlay.d.ts} +11 -11
- package/{platform/index.d.ts → types/platform.d.ts} +1 -1
- package/{portal/index.d.ts → types/portal.d.ts} +2 -2
- package/{private/index.d.ts → types/private.d.ts} +1 -1
- package/{scrolling/index.d.ts → types/scrolling.d.ts} +4 -4
- package/{stepper/index.d.ts → types/stepper.d.ts} +4 -4
- package/{table/index.d.ts → types/table.d.ts} +5 -5
- package/{testing/selenium-webdriver/index.d.ts → types/testing-selenium-webdriver.d.ts} +1 -1
- package/{testing/testbed/index.d.ts → types/testing-testbed.d.ts} +1 -1
- package/{testing/index.d.ts → types/testing.d.ts} +1 -1
- package/{text-field/index.d.ts → types/text-field.d.ts} +1 -3
- package/{tree/index.d.ts → types/tree.d.ts} +3 -3
- package/fesm2022/a11y-module.mjs.map +0 -1
- package/fesm2022/activedescendant-key-manager.mjs.map +0 -1
- package/fesm2022/array.mjs.map +0 -1
- package/fesm2022/breakpoints-observer.mjs.map +0 -1
- package/fesm2022/coercion/private.mjs.map +0 -1
- package/fesm2022/css-pixel-value.mjs.map +0 -1
- package/fesm2022/data-source.mjs.map +0 -1
- package/fesm2022/directionality.mjs.map +0 -1
- package/fesm2022/dispose-view-repeater-strategy.mjs.map +0 -1
- package/fesm2022/element.mjs.map +0 -1
- package/fesm2022/fake-event-detection.mjs.map +0 -1
- package/fesm2022/focus-key-manager.mjs.map +0 -1
- package/fesm2022/focus-monitor.mjs.map +0 -1
- package/fesm2022/id-generator.mjs.map +0 -1
- package/fesm2022/keycodes2.mjs.map +0 -1
- package/fesm2022/list-key-manager.mjs.map +0 -1
- package/fesm2022/observers/private.mjs.map +0 -1
- package/fesm2022/overlay-module.mjs.map +0 -1
- package/fesm2022/passive-listeners.mjs.map +0 -1
- package/fesm2022/platform2.mjs.map +0 -1
- package/fesm2022/recycle-view-repeater-strategy.mjs.map +0 -1
- package/fesm2022/scrolling2.mjs.map +0 -1
- package/fesm2022/selection-model.mjs.map +0 -1
- package/fesm2022/shadow-dom.mjs.map +0 -1
- package/fesm2022/style-loader.mjs.map +0 -1
- package/fesm2022/test-environment.mjs.map +0 -1
- package/fesm2022/testing/selenium-webdriver.mjs.map +0 -1
- package/fesm2022/testing/testbed.mjs.map +0 -1
- package/fesm2022/tree-key-manager.mjs.map +0 -1
- package/fesm2022/typeahead.mjs.map +0 -1
- package/fesm2022/unique-selection-dispatcher.mjs.map +0 -1
- /package/{bidi-module.d.d.ts → types/_bidi-module-chunk.d.ts} +0 -0
- /package/{data-source.d.d.ts → types/_data-source-chunk.d.ts} +0 -0
- /package/{focus-monitor.d.d.ts → types/_focus-monitor-chunk.d.ts} +0 -0
- /package/{harness-environment.d.d.ts → types/_harness-environment-chunk.d.ts} +0 -0
- /package/{list-key-manager.d.d.ts → types/_list-key-manager-chunk.d.ts} +0 -0
- /package/{number-property.d.d.ts → types/_number-property-chunk.d.ts} +0 -0
- /package/{platform.d.d.ts → types/_platform-chunk.d.ts} +0 -0
- /package/{portal-directives.d.d.ts → types/_portal-directives-chunk.d.ts} +0 -0
- /package/{selection-model.d.d.ts → types/_selection-model-chunk.d.ts} +0 -0
- /package/{style-loader.d.d.ts → types/_style-loader-chunk.d.ts} +0 -0
- /package/{tree-key-manager-strategy.d.d.ts → types/_tree-key-manager-strategy-chunk.d.ts} +0 -0
- /package/{unique-selection-dispatcher.d.d.ts → types/_unique-selection-dispatcher-chunk.d.ts} +0 -0
- /package/{view-repeater.d.d.ts → types/_view-repeater-chunk.d.ts} +0 -0
- /package/{index.d.ts → types/cdk.d.ts} +0 -0
- /package/{clipboard/index.d.ts → types/clipboard.d.ts} +0 -0
- /package/{coercion/private/index.d.ts → types/coercion-private.d.ts} +0 -0
- /package/{keycodes/index.d.ts → types/keycodes.d.ts} +0 -0
- /package/{layout/index.d.ts → types/layout.d.ts} +0 -0
- /package/{observers/private/index.d.ts → types/observers-private.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cdk",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.8",
|
|
4
4
|
"description": "Angular Material Component Development Kit",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"exports": {
|
|
22
22
|
".": {
|
|
23
23
|
"sass": "./_index.scss",
|
|
24
|
-
"types": "./
|
|
24
|
+
"types": "./types/cdk.d.ts",
|
|
25
25
|
"default": "./fesm2022/cdk.mjs"
|
|
26
26
|
},
|
|
27
27
|
"./a11y-prebuilt.css": {
|
|
@@ -49,111 +49,111 @@
|
|
|
49
49
|
"default": "./package.json"
|
|
50
50
|
},
|
|
51
51
|
"./a11y": {
|
|
52
|
-
"types": "./a11y
|
|
52
|
+
"types": "./types/a11y.d.ts",
|
|
53
53
|
"default": "./fesm2022/a11y.mjs"
|
|
54
54
|
},
|
|
55
55
|
"./accordion": {
|
|
56
|
-
"types": "./accordion
|
|
56
|
+
"types": "./types/accordion.d.ts",
|
|
57
57
|
"default": "./fesm2022/accordion.mjs"
|
|
58
58
|
},
|
|
59
59
|
"./bidi": {
|
|
60
|
-
"types": "./bidi
|
|
60
|
+
"types": "./types/bidi.d.ts",
|
|
61
61
|
"default": "./fesm2022/bidi.mjs"
|
|
62
62
|
},
|
|
63
63
|
"./clipboard": {
|
|
64
|
-
"types": "./clipboard
|
|
64
|
+
"types": "./types/clipboard.d.ts",
|
|
65
65
|
"default": "./fesm2022/clipboard.mjs"
|
|
66
66
|
},
|
|
67
67
|
"./coercion": {
|
|
68
|
-
"types": "./coercion
|
|
68
|
+
"types": "./types/coercion.d.ts",
|
|
69
69
|
"default": "./fesm2022/coercion.mjs"
|
|
70
70
|
},
|
|
71
71
|
"./coercion/private": {
|
|
72
|
-
"types": "./coercion
|
|
73
|
-
"default": "./fesm2022/coercion
|
|
72
|
+
"types": "./types/coercion-private.d.ts",
|
|
73
|
+
"default": "./fesm2022/coercion-private.mjs"
|
|
74
74
|
},
|
|
75
75
|
"./collections": {
|
|
76
|
-
"types": "./collections
|
|
76
|
+
"types": "./types/collections.d.ts",
|
|
77
77
|
"default": "./fesm2022/collections.mjs"
|
|
78
78
|
},
|
|
79
79
|
"./dialog": {
|
|
80
|
-
"types": "./dialog
|
|
80
|
+
"types": "./types/dialog.d.ts",
|
|
81
81
|
"default": "./fesm2022/dialog.mjs"
|
|
82
82
|
},
|
|
83
83
|
"./drag-drop": {
|
|
84
|
-
"types": "./drag-drop
|
|
84
|
+
"types": "./types/drag-drop.d.ts",
|
|
85
85
|
"default": "./fesm2022/drag-drop.mjs"
|
|
86
86
|
},
|
|
87
87
|
"./keycodes": {
|
|
88
|
-
"types": "./keycodes
|
|
88
|
+
"types": "./types/keycodes.d.ts",
|
|
89
89
|
"default": "./fesm2022/keycodes.mjs"
|
|
90
90
|
},
|
|
91
91
|
"./layout": {
|
|
92
|
-
"types": "./layout
|
|
92
|
+
"types": "./types/layout.d.ts",
|
|
93
93
|
"default": "./fesm2022/layout.mjs"
|
|
94
94
|
},
|
|
95
95
|
"./listbox": {
|
|
96
|
-
"types": "./listbox
|
|
96
|
+
"types": "./types/listbox.d.ts",
|
|
97
97
|
"default": "./fesm2022/listbox.mjs"
|
|
98
98
|
},
|
|
99
99
|
"./menu": {
|
|
100
|
-
"types": "./menu
|
|
100
|
+
"types": "./types/menu.d.ts",
|
|
101
101
|
"default": "./fesm2022/menu.mjs"
|
|
102
102
|
},
|
|
103
103
|
"./observers": {
|
|
104
|
-
"types": "./observers
|
|
104
|
+
"types": "./types/observers.d.ts",
|
|
105
105
|
"default": "./fesm2022/observers.mjs"
|
|
106
106
|
},
|
|
107
107
|
"./observers/private": {
|
|
108
|
-
"types": "./observers
|
|
109
|
-
"default": "./fesm2022/observers
|
|
108
|
+
"types": "./types/observers-private.d.ts",
|
|
109
|
+
"default": "./fesm2022/observers-private.mjs"
|
|
110
110
|
},
|
|
111
111
|
"./overlay": {
|
|
112
|
-
"types": "./overlay
|
|
112
|
+
"types": "./types/overlay.d.ts",
|
|
113
113
|
"default": "./fesm2022/overlay.mjs"
|
|
114
114
|
},
|
|
115
115
|
"./platform": {
|
|
116
|
-
"types": "./platform
|
|
116
|
+
"types": "./types/platform.d.ts",
|
|
117
117
|
"default": "./fesm2022/platform.mjs"
|
|
118
118
|
},
|
|
119
119
|
"./portal": {
|
|
120
|
-
"types": "./portal
|
|
120
|
+
"types": "./types/portal.d.ts",
|
|
121
121
|
"default": "./fesm2022/portal.mjs"
|
|
122
122
|
},
|
|
123
123
|
"./private": {
|
|
124
|
-
"types": "./private
|
|
124
|
+
"types": "./types/private.d.ts",
|
|
125
125
|
"default": "./fesm2022/private.mjs"
|
|
126
126
|
},
|
|
127
127
|
"./scrolling": {
|
|
128
|
-
"types": "./scrolling
|
|
128
|
+
"types": "./types/scrolling.d.ts",
|
|
129
129
|
"default": "./fesm2022/scrolling.mjs"
|
|
130
130
|
},
|
|
131
131
|
"./stepper": {
|
|
132
|
-
"types": "./stepper
|
|
132
|
+
"types": "./types/stepper.d.ts",
|
|
133
133
|
"default": "./fesm2022/stepper.mjs"
|
|
134
134
|
},
|
|
135
135
|
"./table": {
|
|
136
|
-
"types": "./table
|
|
136
|
+
"types": "./types/table.d.ts",
|
|
137
137
|
"default": "./fesm2022/table.mjs"
|
|
138
138
|
},
|
|
139
139
|
"./testing": {
|
|
140
|
-
"types": "./testing
|
|
140
|
+
"types": "./types/testing.d.ts",
|
|
141
141
|
"default": "./fesm2022/testing.mjs"
|
|
142
142
|
},
|
|
143
143
|
"./testing/selenium-webdriver": {
|
|
144
|
-
"types": "./testing
|
|
145
|
-
"default": "./fesm2022/testing
|
|
144
|
+
"types": "./types/testing-selenium-webdriver.d.ts",
|
|
145
|
+
"default": "./fesm2022/testing-selenium-webdriver.mjs"
|
|
146
146
|
},
|
|
147
147
|
"./testing/testbed": {
|
|
148
|
-
"types": "./testing
|
|
149
|
-
"default": "./fesm2022/testing
|
|
148
|
+
"types": "./types/testing-testbed.d.ts",
|
|
149
|
+
"default": "./fesm2022/testing-testbed.mjs"
|
|
150
150
|
},
|
|
151
151
|
"./text-field": {
|
|
152
|
-
"types": "./text-field
|
|
152
|
+
"types": "./types/text-field.d.ts",
|
|
153
153
|
"default": "./fesm2022/text-field.mjs"
|
|
154
154
|
},
|
|
155
155
|
"./tree": {
|
|
156
|
-
"types": "./tree
|
|
156
|
+
"types": "./types/tree.d.ts",
|
|
157
157
|
"default": "./fesm2022/tree.mjs"
|
|
158
158
|
}
|
|
159
159
|
},
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
"migrations": "./schematics/migration.json",
|
|
172
172
|
"packageGroup": [
|
|
173
173
|
"@angular/material",
|
|
174
|
+
"@angular/aria",
|
|
174
175
|
"@angular/cdk",
|
|
175
176
|
"@angular/cdk-experimental",
|
|
176
177
|
"@angular/material-experimental",
|
|
@@ -181,6 +182,6 @@
|
|
|
181
182
|
},
|
|
182
183
|
"sideEffects": false,
|
|
183
184
|
"module": "./fesm2022/cdk.mjs",
|
|
184
|
-
"typings": "./
|
|
185
|
+
"typings": "./types/cdk.d.ts",
|
|
185
186
|
"type": "module"
|
|
186
187
|
}
|
|
@@ -26,6 +26,6 @@ function default_1() {
|
|
|
26
26
|
// In order to align the CDK version with other Angular dependencies that are setup by
|
|
27
27
|
// `@schematics/angular`, we use tilde instead of caret. This is default for Angular
|
|
28
28
|
// dependencies in new CLI projects.
|
|
29
|
-
return (0, utility_1.addDependency)('@angular/cdk', `~21.0.0-next.
|
|
29
|
+
return (0, utility_1.addDependency)('@angular/cdk', `~21.0.0-next.8`, { existing: utility_1.ExistingBehavior.Skip });
|
|
30
30
|
}
|
|
31
31
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { NgZone, Injector, OnDestroy, AfterContentInit, OnChanges, DoCheck, SimpleChanges, InjectionToken } from '@angular/core';
|
|
3
|
-
import { ObserversModule } from './observers
|
|
4
|
-
import { CdkMonitorFocus } from './
|
|
3
|
+
import { ObserversModule } from './observers.js';
|
|
4
|
+
import { CdkMonitorFocus } from './_focus-monitor-chunk.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Configuration for the isFocusable method.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ListKeyManagerOption, ListKeyManager } from './
|
|
2
|
-
import { FocusOrigin } from './
|
|
1
|
+
import { ListKeyManagerOption, ListKeyManager } from './_list-key-manager-chunk.js';
|
|
2
|
+
import { FocusOrigin } from './_focus-monitor-chunk.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* This is the interface for focusable items (used by the FocusKeyManager).
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy, NgZone, EnvironmentInjector, Renderer2, ComponentRef, EmbeddedViewRef, ElementRef, Injector, OnChanges, EventEmitter, SimpleChanges } from '@angular/core';
|
|
3
|
-
import { Direction, Directionality, BidiModule } from './
|
|
4
|
-
import { PortalOutlet, ComponentPortal, TemplatePortal, PortalModule } from './
|
|
5
|
-
import { CdkScrollable, ScrollingModule } from './
|
|
3
|
+
import { Direction, Directionality, BidiModule } from './_bidi-module-chunk.js';
|
|
4
|
+
import { PortalOutlet, ComponentPortal, TemplatePortal, PortalModule } from './_portal-directives-chunk.js';
|
|
5
|
+
import { CdkScrollable, ScrollingModule } from './_scrolling-module-chunk.js';
|
|
6
6
|
import { Location } from '@angular/common';
|
|
7
7
|
import { Subject, Observable } from 'rxjs';
|
|
8
|
-
import { ViewportRuler } from './scrolling
|
|
9
|
-
import { Platform } from './
|
|
10
|
-
import { _CdkPrivateStyleLoader } from './
|
|
8
|
+
import { ViewportRuler } from './scrolling.js';
|
|
9
|
+
import { Platform } from './_platform-chunk.js';
|
|
10
|
+
import { _CdkPrivateStyleLoader } from './_style-loader-chunk.js';
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* Service for dispatching events that land on the body to appropriate overlay ref,
|
|
@@ -276,6 +276,13 @@ declare class OverlayConfig {
|
|
|
276
276
|
type HorizontalConnectionPos = 'start' | 'center' | 'end';
|
|
277
277
|
/** Vertical dimension of a connection point on the perimeter of the origin or overlay element. */
|
|
278
278
|
type VerticalConnectionPos = 'top' | 'center' | 'bottom';
|
|
279
|
+
/** The distance between the overlay element and the viewport. */
|
|
280
|
+
type ViewportMargin = number | {
|
|
281
|
+
top?: number;
|
|
282
|
+
bottom?: number;
|
|
283
|
+
start?: number;
|
|
284
|
+
end?: number;
|
|
285
|
+
};
|
|
279
286
|
/** A connection point on the origin element. */
|
|
280
287
|
interface OriginConnectionPosition {
|
|
281
288
|
originX: HorizontalConnectionPos;
|
|
@@ -441,7 +448,7 @@ declare class FlexibleConnectedPositionStrategy implements PositionStrategy {
|
|
|
441
448
|
private _viewportRect;
|
|
442
449
|
/** Cached container dimensions */
|
|
443
450
|
private _containerRect;
|
|
444
|
-
/** Amount of space that must be maintained between the overlay and the edge of the viewport. */
|
|
451
|
+
/** Amount of space that must be maintained between the overlay and the right edge of the viewport. */
|
|
445
452
|
private _viewportMargin;
|
|
446
453
|
/** The Scrollable containers used to check scrollable view properties on position change. */
|
|
447
454
|
private _scrollables;
|
|
@@ -519,10 +526,11 @@ declare class FlexibleConnectedPositionStrategy implements PositionStrategy {
|
|
|
519
526
|
*/
|
|
520
527
|
withPositions(positions: ConnectedPosition[]): this;
|
|
521
528
|
/**
|
|
522
|
-
* Sets a minimum distance the overlay may be positioned
|
|
523
|
-
* @param margin Required margin between the overlay and the viewport
|
|
529
|
+
* Sets a minimum distance the overlay may be positioned from the bottom edge of the viewport.
|
|
530
|
+
* @param margin Required margin between the overlay and the viewport.
|
|
531
|
+
* It can be a number to be applied to all directions, or an object to supply different values for each direction.
|
|
524
532
|
*/
|
|
525
|
-
withViewportMargin(margin:
|
|
533
|
+
withViewportMargin(margin: ViewportMargin): this;
|
|
526
534
|
/** Sets whether the overlay's width and height can be constrained to fit within the viewport. */
|
|
527
535
|
withFlexibleDimensions(flexibleDimensions?: boolean): this;
|
|
528
536
|
/** Sets whether the overlay can grow after the initial open via flexible width/height. */
|
|
@@ -647,6 +655,26 @@ declare class FlexibleConnectedPositionStrategy implements PositionStrategy {
|
|
|
647
655
|
private _addPanelClasses;
|
|
648
656
|
/** Clears the classes that the position strategy has applied from the overlay panel. */
|
|
649
657
|
private _clearPanelClasses;
|
|
658
|
+
/**
|
|
659
|
+
* Returns either the _viewportMargin directly (if it is a number) or its 'start' value.
|
|
660
|
+
* @private
|
|
661
|
+
*/
|
|
662
|
+
private _getViewportMarginStart;
|
|
663
|
+
/**
|
|
664
|
+
* Returns either the _viewportMargin directly (if it is a number) or its 'end' value.
|
|
665
|
+
* @private
|
|
666
|
+
*/
|
|
667
|
+
private _getViewportMarginEnd;
|
|
668
|
+
/**
|
|
669
|
+
* Returns either the _viewportMargin directly (if it is a number) or its 'top' value.
|
|
670
|
+
* @private
|
|
671
|
+
*/
|
|
672
|
+
private _getViewportMarginTop;
|
|
673
|
+
/**
|
|
674
|
+
* Returns either the _viewportMargin directly (if it is a number) or its 'bottom' value.
|
|
675
|
+
* @private
|
|
676
|
+
*/
|
|
677
|
+
private _getViewportMarginBottom;
|
|
650
678
|
/** Returns the DOMRect of the current origin. */
|
|
651
679
|
private _getOriginRect;
|
|
652
680
|
}
|
|
@@ -726,7 +754,7 @@ declare class CdkConnectedOverlay implements OnDestroy, OnChanges {
|
|
|
726
754
|
/** The custom class to add to the overlay pane element. */
|
|
727
755
|
panelClass: string | string[];
|
|
728
756
|
/** Margin between the overlay and the viewport edges. */
|
|
729
|
-
viewportMargin:
|
|
757
|
+
viewportMargin: ViewportMargin;
|
|
730
758
|
/** Strategy to be used when handling scroll events while the overlay is open. */
|
|
731
759
|
scrollStrategy: ScrollStrategy;
|
|
732
760
|
/** Whether the overlay is open. */
|
|
@@ -798,4 +826,4 @@ declare class OverlayModule {
|
|
|
798
826
|
}
|
|
799
827
|
|
|
800
828
|
export { CdkConnectedOverlay, CdkOverlayOrigin, ConnectedOverlayPositionChange, ConnectionPositionPair, FlexibleConnectedPositionStrategy, OverlayConfig, OverlayContainer, OverlayKeyboardDispatcher, OverlayModule, OverlayOutsideClickDispatcher, OverlayRef, STANDARD_DROPDOWN_ADJACENT_POSITIONS, STANDARD_DROPDOWN_BELOW_POSITIONS, ScrollingVisibility, createFlexibleConnectedPositionStrategy, validateHorizontalPosition, validateVerticalPosition };
|
|
801
|
-
export type { ConnectedPosition, FlexibleConnectedPositionStrategyOrigin, HorizontalConnectionPos, OriginConnectionPosition, OverlayConnectionPosition, OverlaySizeConfig, PositionStrategy, ScrollStrategy, VerticalConnectionPos };
|
|
829
|
+
export type { ConnectedPosition, FlexibleConnectedPositionStrategyOrigin, HorizontalConnectionPos, OriginConnectionPosition, OverlayConnectionPosition, OverlaySizeConfig, PositionStrategy, ScrollStrategy, VerticalConnectionPos, ViewportMargin };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy, ElementRef, OnInit, NgZone, InjectionToken, OnChanges, NgIterable, DoCheck, TrackByFunction, TemplateRef } from '@angular/core';
|
|
3
|
-
import { Directionality, BidiModule } from './
|
|
3
|
+
import { Directionality, BidiModule } from './_bidi-module-chunk.js';
|
|
4
4
|
import { Observable, Subscription, Subject } from 'rxjs';
|
|
5
|
-
import { ListRange, DataSource, CollectionViewer } from './
|
|
6
|
-
import { NumberInput } from './
|
|
5
|
+
import { ListRange, DataSource, CollectionViewer } from './_data-source-chunk.js';
|
|
6
|
+
import { NumberInput } from './_number-property-chunk.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* An item to be repeated by the VirtualScrollViewport
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy, Provider, QueryList, InjectionToken, NgZone, Injector } from '@angular/core';
|
|
3
|
-
export { ActiveDescendantKeyManager, Highlightable } from '
|
|
4
|
-
export { FocusKeyManager, FocusableOption } from '
|
|
5
|
-
export { ListKeyManager, ListKeyManagerModifierKey, ListKeyManagerOption } from '
|
|
3
|
+
export { ActiveDescendantKeyManager, Highlightable } from './_activedescendant-key-manager-chunk.js';
|
|
4
|
+
export { FocusKeyManager, FocusableOption } from './_focus-key-manager-chunk.js';
|
|
5
|
+
export { ListKeyManager, ListKeyManagerModifierKey, ListKeyManagerOption } from './_list-key-manager-chunk.js';
|
|
6
6
|
import { Subject, Observable } from 'rxjs';
|
|
7
|
-
import { TreeKeyManagerItem, TreeKeyManagerStrategy, TreeKeyManagerOptions, TreeKeyManagerFactory } from '
|
|
8
|
-
import { FocusTrap, InteractivityChecker } from '
|
|
9
|
-
export { A11yModule, AriaLivePoliteness, CdkAriaLive, CdkTrapFocus, FocusTrapFactory, IsFocusableConfig, LIVE_ANNOUNCER_DEFAULT_OPTIONS, LIVE_ANNOUNCER_ELEMENT_TOKEN, LiveAnnouncer, LiveAnnouncerDefaultOptions } from '
|
|
10
|
-
export { CdkMonitorFocus, FOCUS_MONITOR_DEFAULT_OPTIONS, FocusMonitor, FocusMonitorDetectionMode, FocusMonitorOptions, FocusOptions, FocusOrigin } from '
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
7
|
+
import { TreeKeyManagerItem, TreeKeyManagerStrategy, TreeKeyManagerOptions, TreeKeyManagerFactory } from './_tree-key-manager-strategy-chunk.js';
|
|
8
|
+
import { FocusTrap, InteractivityChecker } from './_a11y-module-chunk.js';
|
|
9
|
+
export { A11yModule, AriaLivePoliteness, CdkAriaLive, CdkTrapFocus, FocusTrapFactory, IsFocusableConfig, LIVE_ANNOUNCER_DEFAULT_OPTIONS, LIVE_ANNOUNCER_ELEMENT_TOKEN, LiveAnnouncer, LiveAnnouncerDefaultOptions } from './_a11y-module-chunk.js';
|
|
10
|
+
export { CdkMonitorFocus, FOCUS_MONITOR_DEFAULT_OPTIONS, FocusMonitor, FocusMonitorDetectionMode, FocusMonitorOptions, FocusOptions, FocusOrigin } from './_focus-monitor-chunk.js';
|
|
11
|
+
import './observers.js';
|
|
12
|
+
import './_number-property-chunk.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Interface used to register message elements and keep a count of how many registrations have
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, OnDestroy, OnChanges, SimpleChanges, OnInit, EventEmitter } from '@angular/core';
|
|
3
|
-
import { UniqueSelectionDispatcher } from '
|
|
3
|
+
import { UniqueSelectionDispatcher } from './_unique-selection-dispatcher-chunk.js';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { DataSource } from '
|
|
3
|
-
export { CollectionViewer, ListRange, isDataSource } from '
|
|
2
|
+
import { DataSource } from './_data-source-chunk.js';
|
|
3
|
+
export { CollectionViewer, ListRange, isDataSource } from './_data-source-chunk.js';
|
|
4
4
|
import { IterableChanges, ViewContainerRef } from '@angular/core';
|
|
5
|
-
import { _ViewRepeaterItemContext, _ViewRepeater, _ViewRepeaterItemContextFactory, _ViewRepeaterItemValueResolver, _ViewRepeaterItemChanged } from '
|
|
6
|
-
export { _VIEW_REPEATER_STRATEGY, _ViewRepeaterItemChange, _ViewRepeaterItemInsertArgs, _ViewRepeaterOperation } from '
|
|
7
|
-
import { SelectionModel } from '
|
|
8
|
-
export { SelectionChange, getMultipleValuesInSingleSelectionError } from '
|
|
9
|
-
export { UniqueSelectionDispatcher, UniqueSelectionDispatcherListener } from '
|
|
5
|
+
import { _ViewRepeaterItemContext, _ViewRepeater, _ViewRepeaterItemContextFactory, _ViewRepeaterItemValueResolver, _ViewRepeaterItemChanged } from './_view-repeater-chunk.js';
|
|
6
|
+
export { _VIEW_REPEATER_STRATEGY, _ViewRepeaterItemChange, _ViewRepeaterItemInsertArgs, _ViewRepeaterOperation } from './_view-repeater-chunk.js';
|
|
7
|
+
import { SelectionModel } from './_selection-model-chunk.js';
|
|
8
|
+
export { SelectionChange, getMultipleValuesInSingleSelectionError } from './_selection-model-chunk.js';
|
|
9
|
+
export { UniqueSelectionDispatcher, UniqueSelectionDispatcherListener } from './_unique-selection-dispatcher-chunk.js';
|
|
10
10
|
|
|
11
11
|
/** DataSource wrapper for a native array. */
|
|
12
12
|
declare class ArrayDataSource<T> extends DataSource<T> {
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { ViewContainerRef, Injector, StaticProvider, Type, OnDestroy, ElementRef, NgZone, ChangeDetectorRef, ComponentRef, EmbeddedViewRef, TemplateRef, InjectionToken } from '@angular/core';
|
|
3
3
|
import { Observable, Subject } from 'rxjs';
|
|
4
|
-
import { FocusOrigin } from '
|
|
5
|
-
import { FocusTrapFactory, A11yModule } from '
|
|
6
|
-
import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal, DomPortal, ComponentType, PortalModule } from '
|
|
7
|
-
export { CdkPortal as ɵɵCdkPortal, PortalHostDirective as ɵɵPortalHostDirective, TemplatePortalDirective as ɵɵTemplatePortalDirective } from '
|
|
8
|
-
import { Direction } from '
|
|
9
|
-
import { PositionStrategy, ScrollStrategy, OverlayRef, OverlayModule } from '
|
|
4
|
+
import { FocusOrigin } from './_focus-monitor-chunk.js';
|
|
5
|
+
import { FocusTrapFactory, A11yModule } from './_a11y-module-chunk.js';
|
|
6
|
+
import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal, DomPortal, ComponentType, PortalModule } from './_portal-directives-chunk.js';
|
|
7
|
+
export { CdkPortal as ɵɵCdkPortal, PortalHostDirective as ɵɵPortalHostDirective, TemplatePortalDirective as ɵɵTemplatePortalDirective } from './_portal-directives-chunk.js';
|
|
8
|
+
import { Direction } from './_bidi-module-chunk.js';
|
|
9
|
+
import { PositionStrategy, ScrollStrategy, OverlayRef, OverlayModule } from './_overlay-module-chunk.js';
|
|
10
10
|
import * as _angular_cdk_portal from '@angular/cdk/portal';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
13
|
-
import '
|
|
14
|
-
import '
|
|
11
|
+
import './observers.js';
|
|
12
|
+
import './_number-property-chunk.js';
|
|
13
|
+
import './_scrolling-module-chunk.js';
|
|
14
|
+
import './_data-source-chunk.js';
|
|
15
15
|
import '@angular/common';
|
|
16
|
-
import '
|
|
17
|
-
import '
|
|
18
|
-
import '
|
|
16
|
+
import './scrolling.js';
|
|
17
|
+
import './_platform-chunk.js';
|
|
18
|
+
import './_style-loader-chunk.js';
|
|
19
19
|
|
|
20
20
|
/** Options for where to set focus to automatically on dialog open */
|
|
21
21
|
type AutoFocusTarget = 'dialog' | 'first-tabbable' | 'first-heading';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, ElementRef, NgZone, OnDestroy, EventEmitter, AfterViewInit, TemplateRef, OnChanges, SimpleChanges, ViewContainerRef, Renderer2 } from '@angular/core';
|
|
3
|
-
import { Direction } from '
|
|
3
|
+
import { Direction } from './_bidi-module-chunk.js';
|
|
4
4
|
import { Subject, Observable } from 'rxjs';
|
|
5
|
-
import { ViewportRuler } from '
|
|
6
|
-
import { NumberInput } from '
|
|
7
|
-
import { CdkScrollableModule } from '
|
|
8
|
-
export { CdkScrollable as ɵɵCdkScrollable } from '
|
|
9
|
-
import '
|
|
5
|
+
import { ViewportRuler } from './scrolling.js';
|
|
6
|
+
import { NumberInput } from './_number-property-chunk.js';
|
|
7
|
+
import { CdkScrollableModule } from './_scrolling-module-chunk.js';
|
|
8
|
+
export { CdkScrollable as ɵɵCdkScrollable } from './_scrolling-module-chunk.js';
|
|
9
|
+
import './_data-source-chunk.js';
|
|
10
10
|
|
|
11
11
|
/** Possible values that can be used to configure the drag start delay. */
|
|
12
12
|
type DragStartDelay = number | {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy, AfterContentInit, QueryList, NgZone, ChangeDetectorRef } from '@angular/core';
|
|
3
|
-
import { Highlightable, ActiveDescendantKeyManager } from '
|
|
4
|
-
import { ListKeyManagerOption } from '
|
|
3
|
+
import { Highlightable, ActiveDescendantKeyManager } from './_activedescendant-key-manager-chunk.js';
|
|
4
|
+
import { ListKeyManagerOption } from './_list-key-manager-chunk.js';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
6
|
-
import { SelectionModel } from '
|
|
6
|
+
import { SelectionModel } from './_selection-model-chunk.js';
|
|
7
7
|
import { ControlValueAccessor } from '@angular/forms';
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { ElementRef, Renderer2, QueryList, InjectionToken, OnDestroy, Injector, ViewContainerRef, EventEmitter, TemplateRef, OnChanges, SimpleChanges, NgZone, AfterContentInit } from '@angular/core';
|
|
3
|
-
import { ScrollStrategy, ConnectedPosition, OverlayRef, OverlayModule } from '
|
|
3
|
+
import { ScrollStrategy, ConnectedPosition, OverlayRef, OverlayModule } from './_overlay-module-chunk.js';
|
|
4
4
|
import * as rxjs from 'rxjs';
|
|
5
5
|
import { Observable, Subject } from 'rxjs';
|
|
6
|
-
import { FocusOrigin } from '
|
|
7
|
-
import { FocusableOption, FocusKeyManager } from '
|
|
8
|
-
import { Directionality } from '
|
|
9
|
-
import { TemplatePortal } from '
|
|
10
|
-
import '
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
6
|
+
import { FocusOrigin } from './_focus-monitor-chunk.js';
|
|
7
|
+
import { FocusableOption, FocusKeyManager } from './_focus-key-manager-chunk.js';
|
|
8
|
+
import { Directionality } from './_bidi-module-chunk.js';
|
|
9
|
+
import { TemplatePortal } from './_portal-directives-chunk.js';
|
|
10
|
+
import './_scrolling-module-chunk.js';
|
|
11
|
+
import './_data-source-chunk.js';
|
|
12
|
+
import './_number-property-chunk.js';
|
|
13
13
|
import '@angular/common';
|
|
14
|
-
import '
|
|
15
|
-
import '
|
|
16
|
-
import '
|
|
17
|
-
import '
|
|
14
|
+
import './scrolling.js';
|
|
15
|
+
import './_platform-chunk.js';
|
|
16
|
+
import './_style-loader-chunk.js';
|
|
17
|
+
import './_list-key-manager-chunk.js';
|
|
18
18
|
|
|
19
19
|
/** Item to track for mouse focus events. */
|
|
20
20
|
interface FocusableElement {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NumberInput } from '
|
|
1
|
+
import { NumberInput } from './_number-property-chunk.js';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { OnDestroy, ElementRef, AfterContentInit, EventEmitter } from '@angular/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ScrollStrategy, OverlayRef, PositionStrategy, FlexibleConnectedPositionStrategyOrigin, FlexibleConnectedPositionStrategy, OverlayConfig, OverlayContainer } from '
|
|
2
|
-
export { CdkConnectedOverlay, CdkOverlayOrigin, ConnectedOverlayPositionChange, ConnectedPosition, ConnectionPositionPair, HorizontalConnectionPos, OriginConnectionPosition, OverlayConnectionPosition, OverlayKeyboardDispatcher, OverlayModule, OverlayOutsideClickDispatcher, OverlaySizeConfig, STANDARD_DROPDOWN_ADJACENT_POSITIONS, STANDARD_DROPDOWN_BELOW_POSITIONS, ScrollingVisibility, VerticalConnectionPos, createFlexibleConnectedPositionStrategy, validateHorizontalPosition, validateVerticalPosition } from '
|
|
3
|
-
import { ScrollDispatcher } from '
|
|
4
|
-
export { CdkScrollable, CdkFixedSizeVirtualScroll as ɵɵCdkFixedSizeVirtualScroll, CdkScrollableModule as ɵɵCdkScrollableModule, CdkVirtualForOf as ɵɵCdkVirtualForOf, CdkVirtualScrollViewport as ɵɵCdkVirtualScrollViewport, CdkVirtualScrollableElement as ɵɵCdkVirtualScrollableElement, CdkVirtualScrollableWindow as ɵɵCdkVirtualScrollableWindow } from '
|
|
5
|
-
import { ViewportRuler } from '
|
|
1
|
+
import { ScrollStrategy, OverlayRef, PositionStrategy, FlexibleConnectedPositionStrategyOrigin, FlexibleConnectedPositionStrategy, OverlayConfig, OverlayContainer } from './_overlay-module-chunk.js';
|
|
2
|
+
export { CdkConnectedOverlay, CdkOverlayOrigin, ConnectedOverlayPositionChange, ConnectedPosition, ConnectionPositionPair, HorizontalConnectionPos, OriginConnectionPosition, OverlayConnectionPosition, OverlayKeyboardDispatcher, OverlayModule, OverlayOutsideClickDispatcher, OverlaySizeConfig, STANDARD_DROPDOWN_ADJACENT_POSITIONS, STANDARD_DROPDOWN_BELOW_POSITIONS, ScrollingVisibility, VerticalConnectionPos, ViewportMargin, createFlexibleConnectedPositionStrategy, validateHorizontalPosition, validateVerticalPosition } from './_overlay-module-chunk.js';
|
|
3
|
+
import { ScrollDispatcher } from './_scrolling-module-chunk.js';
|
|
4
|
+
export { CdkScrollable, CdkFixedSizeVirtualScroll as ɵɵCdkFixedSizeVirtualScroll, CdkScrollableModule as ɵɵCdkScrollableModule, CdkVirtualForOf as ɵɵCdkVirtualForOf, CdkVirtualScrollViewport as ɵɵCdkVirtualScrollViewport, CdkVirtualScrollableElement as ɵɵCdkVirtualScrollableElement, CdkVirtualScrollableWindow as ɵɵCdkVirtualScrollableWindow } from './_scrolling-module-chunk.js';
|
|
5
|
+
import { ViewportRuler } from './scrolling.js';
|
|
6
6
|
import * as i0 from '@angular/core';
|
|
7
7
|
import { Injector, NgZone, OnDestroy } from '@angular/core';
|
|
8
|
-
export { ComponentType } from '
|
|
9
|
-
export { Dir as ɵɵDir } from '
|
|
8
|
+
export { ComponentType } from './_portal-directives-chunk.js';
|
|
9
|
+
export { Dir as ɵɵDir } from './_bidi-module-chunk.js';
|
|
10
10
|
import '@angular/common';
|
|
11
11
|
import 'rxjs';
|
|
12
|
-
import '
|
|
13
|
-
import '
|
|
14
|
-
import '
|
|
15
|
-
import '
|
|
12
|
+
import './_platform-chunk.js';
|
|
13
|
+
import './_style-loader-chunk.js';
|
|
14
|
+
import './_data-source-chunk.js';
|
|
15
|
+
import './_number-property-chunk.js';
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* Config options for the RepositionScrollStrategy.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BasePortalOutlet, ComponentPortal, TemplatePortal, DomPortal } from '
|
|
2
|
-
export { CdkPortal, CdkPortalOutlet, CdkPortalOutletAttachedRef, ComponentType, Portal, PortalHostDirective, PortalModule, PortalOutlet, TemplatePortalDirective } from '
|
|
1
|
+
import { BasePortalOutlet, ComponentPortal, TemplatePortal, DomPortal } from './_portal-directives-chunk.js';
|
|
2
|
+
export { CdkPortal, CdkPortalOutlet, CdkPortalOutletAttachedRef, ComponentType, Portal, PortalHostDirective, PortalModule, PortalOutlet, TemplatePortalDirective } from './_portal-directives-chunk.js';
|
|
3
3
|
import { ApplicationRef, Injector, ComponentRef, EmbeddedViewRef } from '@angular/core';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { CdkFixedSizeVirtualScroll, CdkScrollable, CdkScrollableModule, CdkVirtualForOf, CdkVirtualForOfContext, CdkVirtualScrollRepeater, CdkVirtualScrollViewport, CdkVirtualScrollable, CdkVirtualScrollableElement, CdkVirtualScrollableWindow, DEFAULT_SCROLL_TIME, ExtendedScrollToOptions, FixedSizeVirtualScrollStrategy, ScrollDispatcher, ScrollingModule, VIRTUAL_SCROLLABLE, VIRTUAL_SCROLL_STRATEGY, VirtualScrollStrategy, _Bottom, _End, _Left, _Right, _Start, _Top, _Without, _XAxis, _XOR, _YAxis, _fixedSizeVirtualScrollStrategyFactory } from '
|
|
1
|
+
export { CdkFixedSizeVirtualScroll, CdkScrollable, CdkScrollableModule, CdkVirtualForOf, CdkVirtualForOfContext, CdkVirtualScrollRepeater, CdkVirtualScrollViewport, CdkVirtualScrollable, CdkVirtualScrollableElement, CdkVirtualScrollableWindow, DEFAULT_SCROLL_TIME, ExtendedScrollToOptions, FixedSizeVirtualScrollStrategy, ScrollDispatcher, ScrollingModule, VIRTUAL_SCROLLABLE, VIRTUAL_SCROLL_STRATEGY, VirtualScrollStrategy, _Bottom, _End, _Left, _Right, _Start, _Top, _Without, _XAxis, _XOR, _YAxis, _fixedSizeVirtualScrollStrategyFactory } from './_scrolling-module-chunk.js';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { OnDestroy } from '@angular/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
|
-
export { Dir as ɵɵDir } from '
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
5
|
+
export { Dir as ɵɵDir } from './_bidi-module-chunk.js';
|
|
6
|
+
import './_data-source-chunk.js';
|
|
7
|
+
import './_number-property-chunk.js';
|
|
8
8
|
|
|
9
9
|
/** Time in ms to throttle the resize events by default. */
|
|
10
10
|
declare const DEFAULT_RESIZE_TIME = 20;
|
|
@@ -2,10 +2,10 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { ElementRef, TemplateRef, InjectionToken, OnChanges, QueryList, EventEmitter, AfterContentInit, AfterViewInit, OnDestroy } from '@angular/core';
|
|
3
3
|
import { NgForm, FormGroupDirective, AbstractControl } from '@angular/forms';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
|
-
import { FocusableOption } from '
|
|
6
|
-
import { BidiModule } from '
|
|
7
|
-
import '
|
|
8
|
-
import '
|
|
5
|
+
import { FocusableOption } from './_focus-key-manager-chunk.js';
|
|
6
|
+
import { BidiModule } from './_bidi-module-chunk.js';
|
|
7
|
+
import './_list-key-manager-chunk.js';
|
|
8
|
+
import './_focus-monitor-chunk.js';
|
|
9
9
|
|
|
10
10
|
declare class CdkStepHeader implements FocusableOption {
|
|
11
11
|
_elementRef: ElementRef<HTMLElement>;
|