Skip to content

Commit baca5a6

Browse files
committed
chore(elements): move mustCoerceToInt comments before JSDoc
1 parent c67dba5 commit baca5a6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

projects/igniteui-angular/core/src/services/overlay/utilities.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ export interface OutOfViewPort {
9797
}
9898

9999
export 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 */

projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const DEFAULT_PIVOT_KEYS = {
1515
export 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

0 commit comments

Comments
 (0)