@angular/cdk 21.0.0-next.0 → 21.0.0-next.10
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 +7 -7
- package/_adev_assets/cdk_testing.json +6 -16
- package/fesm2022/{a11y-module.mjs → _a11y-module-chunk.mjs} +30 -38
- 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} +9 -9
- 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} +5 -13
- 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} +16 -16
- package/fesm2022/_focus-monitor-chunk.mjs.map +1 -0
- package/fesm2022/{id-generator.mjs → _id-generator-chunk.mjs} +4 -4
- 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} +106 -81
- 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} +4 -4
- 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} +4 -4
- 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} +5 -22
- 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} +4 -4
- package/fesm2022/_unique-selection-dispatcher-chunk.mjs.map +1 -0
- package/fesm2022/a11y.mjs +31 -49
- package/fesm2022/a11y.mjs.map +1 -1
- package/fesm2022/accordion.mjs +12 -12
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/bidi.mjs +9 -9
- package/fesm2022/bidi.mjs.map +1 -1
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/clipboard.mjs +10 -10
- package/fesm2022/clipboard.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/coercion.mjs.map +1 -1
- package/fesm2022/collections.mjs +5 -5
- package/fesm2022/dialog.mjs +30 -30
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/drag-drop.mjs +48 -52
- package/fesm2022/drag-drop.mjs.map +1 -1
- package/fesm2022/keycodes.mjs +1 -1
- package/fesm2022/keycodes.mjs.map +1 -1
- package/fesm2022/layout.mjs +7 -7
- package/fesm2022/layout.mjs.map +1 -1
- package/fesm2022/listbox.mjs +19 -19
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +73 -75
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/{observers/private.mjs → observers-private.mjs} +4 -4
- package/fesm2022/observers-private.mjs.map +1 -0
- package/fesm2022/observers.mjs +14 -14
- package/fesm2022/observers.mjs.map +1 -1
- package/fesm2022/overlay.mjs +18 -18
- package/fesm2022/overlay.mjs.map +1 -1
- package/fesm2022/platform.mjs +9 -9
- package/fesm2022/platform.mjs.map +1 -1
- package/fesm2022/portal.mjs +13 -66
- package/fesm2022/portal.mjs.map +1 -1
- package/fesm2022/private.mjs +4 -4
- package/fesm2022/private.mjs.map +1 -1
- package/fesm2022/scrolling.mjs +45 -47
- package/fesm2022/scrolling.mjs.map +1 -1
- package/fesm2022/stepper.mjs +29 -29
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +89 -83
- package/fesm2022/table.mjs.map +1 -1
- 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/testing.mjs.map +1 -1
- package/fesm2022/text-field.mjs +19 -23
- package/fesm2022/text-field.mjs.map +1 -1
- package/fesm2022/tree.mjs +37 -32
- package/fesm2022/tree.mjs.map +1 -1
- 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} +3 -9
- 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/{harness-environment.d.d.ts → types/_harness-environment-chunk.d.ts} +1 -2
- package/{overlay-module.d.d.ts → types/_overlay-module-chunk.d.ts} +40 -12
- package/{portal-directives.d.d.ts → types/_portal-directives-chunk.d.ts} +2 -18
- package/{scrolling-module.d.d.ts → types/_scrolling-module-chunk.d.ts} +3 -3
- package/{a11y/index.d.ts → types/a11y.d.ts} +10 -41
- 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} +11 -11
- package/{listbox/index.d.ts → types/listbox.d.ts} +3 -3
- package/{menu/index.d.ts → types/menu.d.ts} +15 -17
- 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} +8 -6
- 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/overlay/_index-deprecated.scss +0 -13
- /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/{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/{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.10",
|
|
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.10`, { 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.
|
|
@@ -206,12 +206,6 @@ declare class CdkTrapFocus implements OnDestroy, AfterContentInit, OnChanges, Do
|
|
|
206
206
|
/** Possible politeness levels. */
|
|
207
207
|
type AriaLivePoliteness = 'off' | 'polite' | 'assertive';
|
|
208
208
|
declare const LIVE_ANNOUNCER_ELEMENT_TOKEN: InjectionToken<HTMLElement | null>;
|
|
209
|
-
/**
|
|
210
|
-
* @docs-private
|
|
211
|
-
* @deprecated No longer used, will be removed.
|
|
212
|
-
* @breaking-change 21.0.0
|
|
213
|
-
*/
|
|
214
|
-
declare function LIVE_ANNOUNCER_ELEMENT_TOKEN_FACTORY(): null;
|
|
215
209
|
/** Object that can be used to configure the default options for the LiveAnnouncer. */
|
|
216
210
|
interface LiveAnnouncerDefaultOptions {
|
|
217
211
|
/** Default politeness for the announcements. */
|
|
@@ -310,5 +304,5 @@ declare class A11yModule {
|
|
|
310
304
|
static ɵinj: i0.ɵɵInjectorDeclaration<A11yModule>;
|
|
311
305
|
}
|
|
312
306
|
|
|
313
|
-
export { A11yModule, CdkAriaLive, CdkTrapFocus, FocusTrap, FocusTrapFactory, InteractivityChecker, IsFocusableConfig, LIVE_ANNOUNCER_DEFAULT_OPTIONS, LIVE_ANNOUNCER_ELEMENT_TOKEN,
|
|
307
|
+
export { A11yModule, CdkAriaLive, CdkTrapFocus, FocusTrap, FocusTrapFactory, InteractivityChecker, IsFocusableConfig, LIVE_ANNOUNCER_DEFAULT_OPTIONS, LIVE_ANNOUNCER_ELEMENT_TOKEN, LiveAnnouncer };
|
|
314
308
|
export type { AriaLivePoliteness, LiveAnnouncerDefaultOptions };
|
|
@@ -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).
|
|
@@ -117,9 +117,8 @@ interface TestElement {
|
|
|
117
117
|
/**
|
|
118
118
|
* Sets the value of a `contenteditable` element.
|
|
119
119
|
* @param value Value to be set on the element.
|
|
120
|
-
* @breaking-change 16.0.0 Will become a required method.
|
|
121
120
|
*/
|
|
122
|
-
setContenteditableValue
|
|
121
|
+
setContenteditableValue(value: string): Promise<void>;
|
|
123
122
|
/** Gets the value for the given attribute from the element. */
|
|
124
123
|
getAttribute(name: string): Promise<string | null>;
|
|
125
124
|
/** Checks whether the element has the given class. */
|
|
@@ -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 };
|
|
@@ -131,14 +131,6 @@ declare class CdkPortal extends TemplatePortal {
|
|
|
131
131
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkPortal, never>;
|
|
132
132
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkPortal, "[cdkPortal]", ["cdkPortal"], {}, {}, never, never, true, never>;
|
|
133
133
|
}
|
|
134
|
-
/**
|
|
135
|
-
* @deprecated Use `CdkPortal` instead.
|
|
136
|
-
* @breaking-change 9.0.0
|
|
137
|
-
*/
|
|
138
|
-
declare class TemplatePortalDirective extends CdkPortal {
|
|
139
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TemplatePortalDirective, never>;
|
|
140
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TemplatePortalDirective, "[cdk-portal], [portal]", ["cdkPortal"], {}, {}, never, never, true, never>;
|
|
141
|
-
}
|
|
142
134
|
/**
|
|
143
135
|
* Possible attached references to the CdkPortalOutlet.
|
|
144
136
|
*/
|
|
@@ -193,19 +185,11 @@ declare class CdkPortalOutlet extends BasePortalOutlet implements OnInit, OnDest
|
|
|
193
185
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkPortalOutlet, never>;
|
|
194
186
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkPortalOutlet, "[cdkPortalOutlet]", ["cdkPortalOutlet"], { "portal": { "alias": "cdkPortalOutlet"; "required": false; }; }, { "attached": "attached"; }, never, never, true, never>;
|
|
195
187
|
}
|
|
196
|
-
/**
|
|
197
|
-
* @deprecated Use `CdkPortalOutlet` instead.
|
|
198
|
-
* @breaking-change 9.0.0
|
|
199
|
-
*/
|
|
200
|
-
declare class PortalHostDirective extends CdkPortalOutlet {
|
|
201
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PortalHostDirective, never>;
|
|
202
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PortalHostDirective, "[cdkPortalHost], [portalHost]", ["cdkPortalHost"], { "portal": { "alias": "cdkPortalHost"; "required": false; }; }, {}, never, never, true, never>;
|
|
203
|
-
}
|
|
204
188
|
declare class PortalModule {
|
|
205
189
|
static ɵfac: i0.ɵɵFactoryDeclaration<PortalModule, never>;
|
|
206
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PortalModule, never, [typeof CdkPortal, typeof CdkPortalOutlet
|
|
190
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PortalModule, never, [typeof CdkPortal, typeof CdkPortalOutlet], [typeof CdkPortal, typeof CdkPortalOutlet]>;
|
|
207
191
|
static ɵinj: i0.ɵɵInjectorDeclaration<PortalModule>;
|
|
208
192
|
}
|
|
209
193
|
|
|
210
|
-
export { BasePortalOutlet, CdkPortal, CdkPortalOutlet, ComponentPortal, DomPortal, Portal,
|
|
194
|
+
export { BasePortalOutlet, CdkPortal, CdkPortalOutlet, ComponentPortal, DomPortal, Portal, PortalModule, TemplatePortal };
|
|
211
195
|
export type { CdkPortalOutletAttachedRef, ComponentType, PortalOutlet };
|
|
@@ -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,
|
|
8
|
-
import { FocusTrap, InteractivityChecker } from '
|
|
9
|
-
export { A11yModule, AriaLivePoliteness, CdkAriaLive, CdkTrapFocus, FocusTrapFactory, IsFocusableConfig, LIVE_ANNOUNCER_DEFAULT_OPTIONS, LIVE_ANNOUNCER_ELEMENT_TOKEN,
|
|
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
|
|
@@ -141,22 +141,6 @@ declare class NoopTreeKeyManager<T extends TreeKeyManagerItem> implements TreeKe
|
|
|
141
141
|
getActiveItem(): null;
|
|
142
142
|
focusItem(): void;
|
|
143
143
|
}
|
|
144
|
-
/**
|
|
145
|
-
* @docs-private
|
|
146
|
-
*
|
|
147
|
-
* Opt-out of Tree of key manager behavior.
|
|
148
|
-
*
|
|
149
|
-
* When provided, Tree has same focus management behavior as before TreeKeyManager was introduced.
|
|
150
|
-
* - Tree does not respond to keyboard interaction
|
|
151
|
-
* - Tree node allows tabindex to be set by Input binding
|
|
152
|
-
* - Tree node allows tabindex to be set by attribute binding
|
|
153
|
-
*
|
|
154
|
-
* @deprecated NoopTreeKeyManager deprecated. Use TreeKeyManager or inject a
|
|
155
|
-
* TreeKeyManagerStrategy instead. To be removed in a future version.
|
|
156
|
-
*
|
|
157
|
-
* @breaking-change 21.0.0
|
|
158
|
-
*/
|
|
159
|
-
declare function NOOP_TREE_KEY_MANAGER_FACTORY<T extends TreeKeyManagerItem>(): TreeKeyManagerFactory<T>;
|
|
160
144
|
/**
|
|
161
145
|
* @docs-private
|
|
162
146
|
*
|
|
@@ -270,23 +254,8 @@ declare class TreeKeyManager<T extends TreeKeyManagerItem> implements TreeKeyMan
|
|
|
270
254
|
private _expandAllItemsAtCurrentItemLevel;
|
|
271
255
|
private _activateCurrentItem;
|
|
272
256
|
}
|
|
273
|
-
/**
|
|
274
|
-
* @docs-private
|
|
275
|
-
* @deprecated No longer used, will be removed.
|
|
276
|
-
* @breaking-change 21.0.0
|
|
277
|
-
*/
|
|
278
|
-
declare function TREE_KEY_MANAGER_FACTORY<T extends TreeKeyManagerItem>(): TreeKeyManagerFactory<T>;
|
|
279
257
|
/** Injection token that determines the key manager to use. */
|
|
280
258
|
declare const TREE_KEY_MANAGER: InjectionToken<TreeKeyManagerFactory<any>>;
|
|
281
|
-
/**
|
|
282
|
-
* @docs-private
|
|
283
|
-
* @deprecated No longer used, will be removed.
|
|
284
|
-
* @breaking-change 21.0.0
|
|
285
|
-
*/
|
|
286
|
-
declare const TREE_KEY_MANAGER_FACTORY_PROVIDER: {
|
|
287
|
-
provide: InjectionToken<TreeKeyManagerFactory<any>>;
|
|
288
|
-
useFactory: typeof TREE_KEY_MANAGER_FACTORY;
|
|
289
|
-
};
|
|
290
259
|
|
|
291
260
|
/**
|
|
292
261
|
* Options for creating a ConfigurableFocusTrap.
|
|
@@ -546,5 +515,5 @@ declare class _IdGenerator {
|
|
|
546
515
|
static ɵprov: i0.ɵɵInjectableDeclaration<_IdGenerator>;
|
|
547
516
|
}
|
|
548
517
|
|
|
549
|
-
export { AriaDescriber, CDK_DESCRIBEDBY_HOST_ATTRIBUTE, CDK_DESCRIBEDBY_ID_PREFIX, ConfigurableFocusTrap, ConfigurableFocusTrapFactory, EventListenerFocusTrapInertStrategy, FOCUS_TRAP_INERT_STRATEGY, FocusTrap, HighContrastMode, HighContrastModeDetector, INPUT_MODALITY_DETECTOR_DEFAULT_OPTIONS, INPUT_MODALITY_DETECTOR_OPTIONS, InputModalityDetector, InteractivityChecker, MESSAGES_CONTAINER_ID,
|
|
518
|
+
export { AriaDescriber, CDK_DESCRIBEDBY_HOST_ATTRIBUTE, CDK_DESCRIBEDBY_ID_PREFIX, ConfigurableFocusTrap, ConfigurableFocusTrapFactory, EventListenerFocusTrapInertStrategy, FOCUS_TRAP_INERT_STRATEGY, FocusTrap, HighContrastMode, HighContrastModeDetector, INPUT_MODALITY_DETECTOR_DEFAULT_OPTIONS, INPUT_MODALITY_DETECTOR_OPTIONS, InputModalityDetector, InteractivityChecker, MESSAGES_CONTAINER_ID, NOOP_TREE_KEY_MANAGER_FACTORY_PROVIDER, NoopTreeKeyManager, TREE_KEY_MANAGER, TreeKeyManager, TreeKeyManagerFactory, TreeKeyManagerItem, TreeKeyManagerOptions, TreeKeyManagerStrategy, _IdGenerator, addAriaReferencedId, getAriaReferenceIds, isFakeMousedownFromScreenReader, isFakeTouchstartFromScreenReader, removeAriaReferencedId };
|
|
550
519
|
export type { ConfigurableFocusTrapConfig, FocusTrapInertStrategy, InputModality, InputModalityDetectorOptions, RegisteredMessage };
|
|
@@ -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
|
|
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 } 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 | {
|
|
@@ -27,7 +27,7 @@ declare const CDK_DRAG_CONFIG: InjectionToken<DragDropConfig>;
|
|
|
27
27
|
* items and drop lists within a module or a component.
|
|
28
28
|
*/
|
|
29
29
|
interface DragDropConfig extends Partial<DragRefConfig> {
|
|
30
|
-
lockAxis?: DragAxis;
|
|
30
|
+
lockAxis?: DragAxis | null;
|
|
31
31
|
dragStartDelay?: DragStartDelay;
|
|
32
32
|
constrainPosition?: DragConstrainPosition;
|
|
33
33
|
previewClass?: string | string[];
|
|
@@ -55,7 +55,7 @@ declare class DropListRef<T = any> {
|
|
|
55
55
|
/** Whether sorting items within the list is disabled. */
|
|
56
56
|
sortingDisabled: boolean;
|
|
57
57
|
/** Locks the position of the draggable elements inside the container along the specified axis. */
|
|
58
|
-
lockAxis: 'x' | 'y';
|
|
58
|
+
lockAxis: 'x' | 'y' | null;
|
|
59
59
|
/**
|
|
60
60
|
* Whether auto-scrolling the view when the user
|
|
61
61
|
* moves their pointer close to the edges is disabled.
|
|
@@ -351,7 +351,7 @@ declare class CdkDropList<T = any> implements OnDestroy {
|
|
|
351
351
|
*/
|
|
352
352
|
id: string;
|
|
353
353
|
/** Locks the position of the draggable elements inside the container along the specified axis. */
|
|
354
|
-
lockAxis: DragAxis;
|
|
354
|
+
lockAxis: DragAxis | null;
|
|
355
355
|
/** Whether starting a dragging sequence from this container is disabled. */
|
|
356
356
|
get disabled(): boolean;
|
|
357
357
|
set disabled(value: boolean);
|
|
@@ -653,7 +653,7 @@ declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDestroy {
|
|
|
653
653
|
/** Arbitrary data to attach to this drag instance. */
|
|
654
654
|
data: T;
|
|
655
655
|
/** Locks the position of the dragged element along the specified axis. */
|
|
656
|
-
lockAxis: DragAxis;
|
|
656
|
+
lockAxis: DragAxis | null;
|
|
657
657
|
/**
|
|
658
658
|
* Selector that will be used to determine the root draggable element, starting from
|
|
659
659
|
* the `cdkDrag` element and going up the DOM. Passing an alternate root element is useful
|
|
@@ -1050,7 +1050,7 @@ declare class DragRef<T = any> {
|
|
|
1050
1050
|
*/
|
|
1051
1051
|
private _cachedShadowRoot;
|
|
1052
1052
|
/** Axis along which dragging is locked. */
|
|
1053
|
-
lockAxis: 'x' | 'y';
|
|
1053
|
+
lockAxis: 'x' | 'y' | null;
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Amount of milliseconds to wait after the user has put their
|
|
1056
1056
|
* pointer down before starting to drag the element.
|