File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
tools/public_api_guard/cdk Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
/** Horizontal dimension of a connection point on the perimeter of the origin or overlay element. */
10
- import { Optional } from '@angular/core' ;
11
10
export type HorizontalConnectionPos = 'start' | 'center' | 'end' ;
12
11
13
12
/** Vertical dimension of a connection point on the perimeter of the origin or overlay element. */
@@ -92,7 +91,7 @@ export class ConnectedOverlayPositionChange {
92
91
/** The position used as a result of this change. */
93
92
public connectionPair : ConnectionPositionPair ,
94
93
/** @docs -private */
95
- @ Optional ( ) public scrollableViewProperties : ScrollingVisibility ) { }
94
+ public scrollableViewProperties : ScrollingVisibility ) { }
96
95
}
97
96
98
97
/**
Original file line number Diff line number Diff line change @@ -142,13 +142,17 @@ export class CloseScrollStrategy implements ScrollStrategy {
142
142
143
143
export { ComponentType }
144
144
145
- // @public
145
+ // @public (undocumented)
146
146
export class ConnectedOverlayPositionChange {
147
147
constructor (
148
148
connectionPair : ConnectionPositionPair ,
149
149
scrollableViewProperties : ScrollingVisibility );
150
150
connectionPair: ConnectionPositionPair ;
151
151
scrollableViewProperties: ScrollingVisibility ;
152
+ // (undocumented)
153
+ static ɵfac: i0 .ɵɵFactoryDeclaration <ConnectedOverlayPositionChange , [null , { optional: true ; }]>;
154
+ // (undocumented)
155
+ static ɵprov: i0 .ɵɵInjectableDeclaration <ConnectedOverlayPositionChange >;
152
156
}
153
157
154
158
// @public
@@ -249,7 +253,7 @@ export class GlobalPositionStrategy implements PositionStrategy {
249
253
width(value ? : string ): this ;
250
254
}
251
255
252
- // @public
256
+ // @public (undocumented)
253
257
export type HorizontalConnectionPos = ' start' | ' center' | ' end' ;
254
258
255
259
// @public
You can’t perform that action at this time.
0 commit comments