File tree Expand file tree Collapse file tree
projects/igniteui-angular
core/src/services/overlay Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,17 +97,17 @@ export interface OutOfViewPort {
9797}
9898
9999export interface PositionSettings {
100- /** Direction in which the component should show */
101100 /* mustCoerceToInt */
102- horizontalDirection ?: HorizontalAlignment ;
103101 /** Direction in which the component should show */
102+ horizontalDirection ?: HorizontalAlignment ;
104103 /* mustCoerceToInt */
104+ /** Direction in which the component should show */
105105 verticalDirection ?: VerticalAlignment ;
106- /** Target's starting point */
107106 /* mustCoerceToInt */
108- horizontalStartPoint ?: HorizontalAlignment ;
109107 /** Target's starting point */
108+ horizontalStartPoint ?: HorizontalAlignment ;
110109 /* mustCoerceToInt */
110+ /** Target's starting point */
111111 verticalStartPoint ?: VerticalAlignment ;
112112 /* blazorSuppress */
113113 /** Animation applied while overlay opens */
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ export const DEFAULT_PIVOT_KEYS = {
1515export interface IDimensionsChange {
1616 /** The new list of dimensions. */
1717 dimensions : IPivotDimension [ ] ,
18- /** The dimension list type - Row, Column or Filter. */
1918 /* mustCoerceToInt */
19+ /** The dimension list type - Row, Column or Filter. */
2020 dimensionCollectionType : PivotDimensionType
2121}
2222
You can’t perform that action at this time.
0 commit comments