igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-beta.1
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/bundles/igniteui-webcomponents-data-grids.umd.js +7956 -7387
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +38 -35
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +369 -335
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +5218 -4964
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +55 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- package/esm2015/lib/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +238 -214
- package/esm2015/lib/igc-data-grid-component.js +31 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +44 -38
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +38 -35
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +359 -321
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +5068 -4770
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +55 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- package/esm5/lib/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +250 -214
- package/esm5/lib/igc-data-grid-component.js +43 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +48 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +8096 -7635
- package/fesm5/igniteui-webcomponents-data-grids.js +7956 -7387
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +1308 -1267
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +9 -0
- package/lib/igc-data-grid-component.d.ts +16 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
package/lib/ImageCell.d.ts
CHANGED
|
@@ -10,25 +10,25 @@ import { ImageStretchOptions } from "./ImageStretchOptions";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class ImageCell extends GridCellBase {
|
|
12
12
|
static $t: Type;
|
|
13
|
-
private
|
|
14
|
-
private dw;
|
|
15
|
-
private dx;
|
|
16
|
-
private d4;
|
|
17
|
-
private dy;
|
|
13
|
+
private d5;
|
|
18
14
|
private dz;
|
|
15
|
+
private d0;
|
|
16
|
+
private d7;
|
|
19
17
|
private d1;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
private d2;
|
|
19
|
+
private d4;
|
|
20
|
+
get d6(): DomWrapper;
|
|
21
|
+
get d3(): number;
|
|
22
|
+
set d3(a: number);
|
|
23
23
|
constructor(a: DomRenderer);
|
|
24
|
-
private
|
|
25
|
-
|
|
26
|
-
private
|
|
27
|
-
|
|
28
|
-
private
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
private ea;
|
|
25
|
+
eb(a: string, b: ImageResourceType): void;
|
|
26
|
+
private d9;
|
|
27
|
+
ee(a: ImageStretchOptions): void;
|
|
28
|
+
private ef;
|
|
29
|
+
d8(): void;
|
|
30
|
+
ec(a: CellContentHorizontalAlignment): void;
|
|
31
|
+
ed(a: CellContentVerticalAlignment): void;
|
|
32
32
|
protected get_ae(): boolean;
|
|
33
|
-
protected
|
|
33
|
+
protected cl(a: string, b: any, c: any): void;
|
|
34
34
|
}
|
package/lib/NumericCell.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
7
7
|
export declare class NumericCell extends TextCell {
|
|
8
8
|
static $t: Type;
|
|
9
9
|
constructor(a: DomRenderer);
|
|
10
|
-
protected
|
|
11
|
-
|
|
10
|
+
protected cl(a: string, b: any, c: any): void;
|
|
11
|
+
b9(): void;
|
|
12
12
|
}
|
|
@@ -7,10 +7,10 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class SectionHeaderCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
10
|
+
private dz;
|
|
11
|
+
get d0(): DomWrapper;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
|
-
|
|
13
|
+
c1(a: DomWrapper, b: FontInfo): void;
|
|
14
14
|
protected get_ae(): boolean;
|
|
15
|
-
protected
|
|
15
|
+
protected cl(a: string, b: any, c: any): void;
|
|
16
16
|
}
|
package/lib/SummaryCell.d.ts
CHANGED
|
@@ -7,17 +7,17 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class SummaryCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
12
|
-
private
|
|
13
|
-
get
|
|
14
|
-
private dy;
|
|
15
|
-
private d2;
|
|
16
|
-
dc(a: number, b: number): void;
|
|
10
|
+
private dz;
|
|
11
|
+
get d2(): DomWrapper;
|
|
12
|
+
private d0;
|
|
13
|
+
get d3(): DomWrapper;
|
|
17
14
|
private d1;
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
private d5;
|
|
16
|
+
dd(a: number, b: number): void;
|
|
17
|
+
private d4;
|
|
18
|
+
c2(a: number, b: number): void;
|
|
19
|
+
c1(a: DomWrapper, b: FontInfo): void;
|
|
20
20
|
constructor(a: DomRenderer);
|
|
21
21
|
protected get_ae(): boolean;
|
|
22
|
-
protected
|
|
22
|
+
protected cl(a: string, b: any, c: any): void;
|
|
23
23
|
}
|
package/lib/TemplateCell.d.ts
CHANGED
|
@@ -7,11 +7,11 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TemplateCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
10
|
+
private dz;
|
|
11
|
+
get d0(): TemplateCellContainer;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
13
|
protected get_ae(): boolean;
|
|
14
|
-
protected
|
|
15
|
-
|
|
16
|
-
private
|
|
14
|
+
protected cl(a: string, b: any, c: any): void;
|
|
15
|
+
ca(): void;
|
|
16
|
+
private d1;
|
|
17
17
|
}
|
|
@@ -7,8 +7,8 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TemplateHeaderCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
10
|
+
private dz;
|
|
11
|
+
get d0(): TemplateCellContainer;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
13
|
protected get_ac(): boolean;
|
|
14
14
|
}
|
|
@@ -6,12 +6,12 @@ import { CellModelExport } from "./CellModelExport";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class TemplateHeaderCellModel extends TemplateCellModel {
|
|
8
8
|
static $t: Type;
|
|
9
|
-
static readonly
|
|
10
|
-
private
|
|
11
|
-
get
|
|
12
|
-
set
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
static readonly of: number;
|
|
10
|
+
private od;
|
|
11
|
+
get oe(): boolean;
|
|
12
|
+
set oe(a: boolean);
|
|
13
|
+
mt(a: string, b: any): void;
|
|
14
|
+
l5(a: string): Type;
|
|
15
|
+
ih(a: string): any;
|
|
16
16
|
b(a: CellModelExport): CellModelExport;
|
|
17
17
|
}
|
|
@@ -12,6 +12,6 @@ export declare class TemplateSectionHeader extends SectionHeader {
|
|
|
12
12
|
static $t: Type;
|
|
13
13
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
14
14
|
protected n(a: CellPath): CellModel;
|
|
15
|
-
|
|
15
|
+
ic(a: TemplateSectionHeaderCellModel, b: any): void;
|
|
16
16
|
cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
|
|
17
17
|
}
|
package/lib/TextCell.d.ts
CHANGED
|
@@ -7,14 +7,14 @@ import { FontInfo } from "igniteui-webcomponents-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TextCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private dw;
|
|
11
|
-
get dx(): DomWrapper;
|
|
12
10
|
private dz;
|
|
13
|
-
|
|
14
|
-
private
|
|
15
|
-
|
|
11
|
+
get d0(): DomWrapper;
|
|
12
|
+
private d2;
|
|
13
|
+
dd(a: number, b: number): void;
|
|
14
|
+
private d1;
|
|
15
|
+
c2(a: number, b: number): void;
|
|
16
16
|
constructor(a: DomRenderer);
|
|
17
|
-
|
|
17
|
+
c1(a: DomWrapper, b: FontInfo): void;
|
|
18
18
|
protected get_ae(): boolean;
|
|
19
|
-
protected
|
|
19
|
+
protected cl(a: string, b: any, c: any): void;
|
|
20
20
|
}
|
package/lib/TextHeaderCell.d.ts
CHANGED
|
@@ -14,45 +14,45 @@ import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
|
14
14
|
*/
|
|
15
15
|
export declare class TextHeaderCell extends GridCellBase {
|
|
16
16
|
static $t: Type;
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
private
|
|
20
|
-
private
|
|
21
|
-
private dw;
|
|
22
|
-
get ea(): DomWrapper;
|
|
23
|
-
get d4(): GridSortIndicator;
|
|
24
|
-
get d2(): GridFilterDialog;
|
|
17
|
+
private ea;
|
|
18
|
+
private d6;
|
|
19
|
+
private d4;
|
|
20
|
+
private d0;
|
|
25
21
|
private dz;
|
|
26
|
-
get
|
|
27
|
-
|
|
28
|
-
get
|
|
29
|
-
|
|
22
|
+
get ed(): DomWrapper;
|
|
23
|
+
get d7(): GridSortIndicator;
|
|
24
|
+
get d5(): GridFilterDialog;
|
|
25
|
+
private d2;
|
|
26
|
+
get d3(): ColumnOptionsIconBehavior;
|
|
27
|
+
set d3(a: ColumnOptionsIconBehavior);
|
|
28
|
+
get d1(): ColumnOptionsIconAlignment;
|
|
29
|
+
set d1(a: ColumnOptionsIconAlignment);
|
|
30
30
|
protected af(a: ICellActionManager): boolean;
|
|
31
|
-
private d9;
|
|
32
31
|
private ec;
|
|
33
|
-
dc(a: number, b: number): void;
|
|
34
|
-
private eb;
|
|
35
|
-
c1(a: number, b: number): void;
|
|
36
|
-
c0(a: DomWrapper, b: FontInfo): void;
|
|
37
|
-
protected dd(a: number, b: number, c: number, d: number): void;
|
|
38
|
-
constructor(a: DomRenderer);
|
|
39
32
|
private ef;
|
|
40
|
-
|
|
41
|
-
private
|
|
42
|
-
|
|
33
|
+
dd(a: number, b: number): void;
|
|
34
|
+
private ee;
|
|
35
|
+
c2(a: number, b: number): void;
|
|
36
|
+
c1(a: DomWrapper, b: FontInfo): void;
|
|
37
|
+
protected de(a: number, b: number, c: number, d: number): void;
|
|
38
|
+
constructor(a: DomRenderer);
|
|
43
39
|
private ei;
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
c6(a: number, b: number, c: number, d: number): void;
|
|
40
|
+
private ep;
|
|
41
|
+
private eo;
|
|
47
42
|
private ek;
|
|
43
|
+
private el;
|
|
48
44
|
private ej;
|
|
49
|
-
|
|
50
|
-
|
|
45
|
+
cj(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
|
|
46
|
+
c7(a: number, b: number, c: number, d: number): void;
|
|
47
|
+
private en;
|
|
48
|
+
private em;
|
|
49
|
+
protected cl(a: string, b: any, c: any): void;
|
|
50
|
+
private d8;
|
|
51
51
|
onContactStarted(e_: NormalizedEvent, a: boolean): void;
|
|
52
52
|
onContactCompleted(e_: NormalizedEvent, a: boolean): void;
|
|
53
53
|
detach(): void;
|
|
54
|
-
|
|
54
|
+
db(a: BaseControlTheme): void;
|
|
55
55
|
protected get_ac(): boolean;
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
eb: DomWrapper;
|
|
57
|
+
d9: boolean;
|
|
58
58
|
}
|
|
@@ -8,14 +8,14 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class VerticalSeparatorCell extends GridCellBase {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
private
|
|
12
|
-
private dw;
|
|
13
|
-
private dy;
|
|
11
|
+
private d0;
|
|
14
12
|
private dz;
|
|
15
|
-
constructor(a: DomRenderer);
|
|
16
|
-
cx(a: Brush, b: number, c: number, d: number, e: number): void;
|
|
17
|
-
dc(a: number, b: number): void;
|
|
18
|
-
cw(a: Color): void;
|
|
19
13
|
private d1;
|
|
20
|
-
private
|
|
14
|
+
private d2;
|
|
15
|
+
constructor(a: DomRenderer);
|
|
16
|
+
cy(a: Brush, b: number, c: number, d: number, e: number): void;
|
|
17
|
+
dd(a: number, b: number): void;
|
|
18
|
+
cx(a: Color): void;
|
|
19
|
+
private d4;
|
|
20
|
+
private d3;
|
|
21
21
|
}
|
package/lib/igc-cell-info.d.ts
CHANGED
|
@@ -526,6 +526,11 @@ export declare abstract class IgcCellInfo {
|
|
|
526
526
|
*/
|
|
527
527
|
get isCollapsable(): boolean;
|
|
528
528
|
set isCollapsable(v: boolean);
|
|
529
|
+
/**
|
|
530
|
+
* Gets or sets the color used to render the expansion indicator icon for this cell.
|
|
531
|
+
*/
|
|
532
|
+
get expansionIndicatorIconColor(): string;
|
|
533
|
+
set expansionIndicatorIconColor(v: string);
|
|
529
534
|
/**
|
|
530
535
|
* Gets the fixed column position of this cell.
|
|
531
536
|
*/
|
|
@@ -149,6 +149,11 @@ export declare class IgcCheckboxListComponent extends IgcHTMLElement {
|
|
|
149
149
|
*/
|
|
150
150
|
get searchBorderColor(): string;
|
|
151
151
|
set searchBorderColor(v: string);
|
|
152
|
+
/**
|
|
153
|
+
* Gets or sets the search focus border color.
|
|
154
|
+
*/
|
|
155
|
+
get searchFocusBorderColor(): string;
|
|
156
|
+
set searchFocusBorderColor(v: string);
|
|
152
157
|
/**
|
|
153
158
|
* Gets or sets the text style.
|
|
154
159
|
*/
|
|
@@ -163,6 +163,11 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
|
|
|
163
163
|
*/
|
|
164
164
|
get isResizingEnabled(): boolean;
|
|
165
165
|
set isResizingEnabled(v: boolean);
|
|
166
|
+
/**
|
|
167
|
+
* Gets or sets whether sorting is enabled for this column from the UI.
|
|
168
|
+
*/
|
|
169
|
+
get isSortingEnabled(): boolean;
|
|
170
|
+
set isSortingEnabled(v: boolean);
|
|
166
171
|
/**
|
|
167
172
|
* Gets or sets whether or not a column is hidden from the grid
|
|
168
173
|
*/
|
|
@@ -277,6 +282,10 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
|
|
|
277
282
|
set actualColumnOptionsToolTipBackgroundColor(v: string);
|
|
278
283
|
get columnOptionsToolTipBackgroundColor(): string;
|
|
279
284
|
set columnOptionsToolTipBackgroundColor(v: string);
|
|
285
|
+
get actualColumnOptionsToolTipTextColor(): string;
|
|
286
|
+
set actualColumnOptionsToolTipTextColor(v: string);
|
|
287
|
+
get columnOptionsToolTipTextColor(): string;
|
|
288
|
+
set columnOptionsToolTipTextColor(v: string);
|
|
280
289
|
get actualColumnOptionsHighlightColor(): string;
|
|
281
290
|
set actualColumnOptionsHighlightColor(v: string);
|
|
282
291
|
get columnOptionsHighlightColor(): string;
|
|
@@ -637,6 +637,11 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
637
637
|
*/
|
|
638
638
|
get sectionHeaderTextColor(): string;
|
|
639
639
|
set sectionHeaderTextColor(v: string);
|
|
640
|
+
/**
|
|
641
|
+
* Gets or sets the color to use for the expansion indicator icon on section header cells. When unset, the icon defers to the section header text color.
|
|
642
|
+
*/
|
|
643
|
+
get sectionHeaderExpansionIndicatorIconColor(): string;
|
|
644
|
+
set sectionHeaderExpansionIndicatorIconColor(v: string);
|
|
640
645
|
/**
|
|
641
646
|
* Gets or sets the font to use for section header cells
|
|
642
647
|
*/
|
|
@@ -925,6 +930,12 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
925
930
|
*/
|
|
926
931
|
get isGroupExpandedDefault(): boolean;
|
|
927
932
|
set isGroupExpandedDefault(v: boolean);
|
|
933
|
+
/**
|
|
934
|
+
* Gets or sets whether clicking anywhere inside a section header cell toggles the group's expansion state.
|
|
935
|
+
* When false (the default), only the expansion indicator toggles the group.
|
|
936
|
+
*/
|
|
937
|
+
get expandCollapseOnSectionHeaderClick(): boolean;
|
|
938
|
+
set expandCollapseOnSectionHeaderClick(v: boolean);
|
|
928
939
|
/**
|
|
929
940
|
* Gets or sets the display mode summaries will use inside groups.
|
|
930
941
|
*/
|
|
@@ -1118,6 +1129,11 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
1118
1129
|
*/
|
|
1119
1130
|
get columnOptionsToolTipBackgroundColor(): string;
|
|
1120
1131
|
set columnOptionsToolTipBackgroundColor(v: string);
|
|
1132
|
+
/**
|
|
1133
|
+
* Gets or sets the tooltip text color inside the column options menu.
|
|
1134
|
+
*/
|
|
1135
|
+
get columnOptionsToolTipTextColor(): string;
|
|
1136
|
+
set columnOptionsToolTipTextColor(v: string);
|
|
1121
1137
|
/**
|
|
1122
1138
|
* Gets or sets the highlight color inside the column options menu.
|
|
1123
1139
|
*/
|
|
@@ -83,6 +83,11 @@ export declare class IgcDataGridFilterDialogComponent extends IgcHTMLElement {
|
|
|
83
83
|
*/
|
|
84
84
|
get columnOptionsToolTipBackgroundColor(): string;
|
|
85
85
|
set columnOptionsToolTipBackgroundColor(v: string);
|
|
86
|
+
/**
|
|
87
|
+
* Gets or sets the tooltip text color inside the column options menu.
|
|
88
|
+
*/
|
|
89
|
+
get columnOptionsToolTipTextColor(): string;
|
|
90
|
+
set columnOptionsToolTipTextColor(v: string);
|
|
86
91
|
/**
|
|
87
92
|
* Gets or sets the highlight color inside the column options menu.
|
|
88
93
|
*/
|
|
@@ -72,5 +72,10 @@ export declare class IgcNumericCellInfo extends IgcCellInfo {
|
|
|
72
72
|
*/
|
|
73
73
|
get showGroupingSeparator(): boolean;
|
|
74
74
|
set showGroupingSeparator(v: boolean);
|
|
75
|
+
/**
|
|
76
|
+
* Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
|
|
77
|
+
*/
|
|
78
|
+
get isPercent(): boolean;
|
|
79
|
+
set isPercent(v: boolean);
|
|
75
80
|
findByName(name: string): any;
|
|
76
81
|
}
|
|
@@ -26,6 +26,16 @@ export declare class IgcSectionHeaderComponent extends IgcDefinitionBaseComponen
|
|
|
26
26
|
set selectedTextColor(v: string);
|
|
27
27
|
get actualSelectedTextColor(): string;
|
|
28
28
|
set actualSelectedTextColor(v: string);
|
|
29
|
+
/**
|
|
30
|
+
* Gets or sets the color of the section header's expansion indicator icon. When unset, the icon defers to the grid-level color or the resolved section header text color.
|
|
31
|
+
*/
|
|
32
|
+
get expansionIndicatorIconColor(): string;
|
|
33
|
+
set expansionIndicatorIconColor(v: string);
|
|
34
|
+
/**
|
|
35
|
+
* Gets the resolved color of the section header's expansion indicator icon.
|
|
36
|
+
*/
|
|
37
|
+
get actualExpansionIndicatorIconColor(): string;
|
|
38
|
+
set actualExpansionIndicatorIconColor(v: string);
|
|
29
39
|
/**
|
|
30
40
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
31
41
|
*/
|
|
@@ -60,6 +60,8 @@ export declare class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
60
60
|
set columnOptionsHoverBackgroundColor(v: string);
|
|
61
61
|
get columnOptionsToolTipBackgroundColor(): string;
|
|
62
62
|
set columnOptionsToolTipBackgroundColor(v: string);
|
|
63
|
+
get columnOptionsToolTipTextColor(): string;
|
|
64
|
+
set columnOptionsToolTipTextColor(v: string);
|
|
63
65
|
get columnOptionsHighlightColor(): string;
|
|
64
66
|
set columnOptionsHighlightColor(v: string);
|
|
65
67
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-data-grids",
|
|
3
|
-
"version": "7.1.0-
|
|
3
|
+
"version": "7.1.0-beta.1",
|
|
4
4
|
"description": "Ignite UI Web Components data grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-data-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"tslib": "^2.3.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"igniteui-webcomponents-core": "7.1.0-
|
|
22
|
-
"igniteui-webcomponents-layouts": "7.1.0-
|
|
23
|
-
"igniteui-webcomponents-inputs": "7.1.0-
|
|
21
|
+
"igniteui-webcomponents-core": "7.1.0-beta.1",
|
|
22
|
+
"igniteui-webcomponents-layouts": "7.1.0-beta.1",
|
|
23
|
+
"igniteui-webcomponents-inputs": "7.1.0-beta.1"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|