From 1b7e73e439a922a089db0e5b77df9943b418b98a Mon Sep 17 00:00:00 2001 From: Aleksandar Kamenov Date: Wed, 19 Dec 2018 16:50:36 +0200 Subject: [PATCH] refactor(*): refactor some comments and exports hide GroupedRecords class from typedoc API doc and refactor igx-drop-down-theme param comment Closes #3483 #3484 --- .../lib/core/styles/components/drop-down/_drop-down-theme.scss | 2 +- .../src/lib/data-operations/groupby-record.interface.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/igniteui-angular/src/lib/core/styles/components/drop-down/_drop-down-theme.scss b/projects/igniteui-angular/src/lib/core/styles/components/drop-down/_drop-down-theme.scss index 82c97bcbdbe..fc26ead6ea4 100644 --- a/projects/igniteui-angular/src/lib/core/styles/components/drop-down/_drop-down-theme.scss +++ b/projects/igniteui-angular/src/lib/core/styles/components/drop-down/_drop-down-theme.scss @@ -11,7 +11,7 @@ /// @param {Color} $background-color [null] - The drop-down background color. /// @param {Color} $header-text-color [null] - The drop-down header text color. /// -///@param {Color} $item-text-color [null] - The drop-down text color. +/// @param {Color} $item-text-color [null] - The drop-down text color. /// @param {Color} $hover-item-text-color [null] - The drop-down hover text color. /// /// @param {Color} $hover-item-background [null] - The drop-down hover item background color. diff --git a/projects/igniteui-angular/src/lib/data-operations/groupby-record.interface.ts b/projects/igniteui-angular/src/lib/data-operations/groupby-record.interface.ts index f291475b806..4d2f2273909 100644 --- a/projects/igniteui-angular/src/lib/data-operations/groupby-record.interface.ts +++ b/projects/igniteui-angular/src/lib/data-operations/groupby-record.interface.ts @@ -1,5 +1,8 @@ import { ISortingExpression } from './sorting-expression.interface'; +/** + * @hidden + */ export class GroupedRecords extends Array {} export interface IGroupByRecord {