igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.0-beta.0
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 +7623 -7085
- 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 +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +37 -34
- package/esm2015/lib/CheckboxListView_combined.js +24 -24
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +5293 -5010
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- 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/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- 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 +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- 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 +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +118 -113
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- 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 +4 -4
- 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 +52 -52
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +97 -79
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +291 -261
- package/esm2015/lib/igc-data-grid-component.js +20 -0
- 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-definition-base-component.js +12 -12
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- 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 +46 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +58 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- 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 +38 -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 +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +37 -34
- package/esm5/lib/CheckboxListView_combined.js +24 -24
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +5100 -4765
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- 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/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- 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 +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- 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 +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +118 -113
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- 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 +4 -4
- 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 +52 -52
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +105 -79
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +303 -261
- package/esm5/lib/igc-data-grid-component.js +28 -0
- 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-definition-base-component.js +12 -12
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- 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 +50 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +74 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- 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 +38 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +7778 -7348
- package/fesm5/igniteui-webcomponents-data-grids.js +7623 -7085
- package/lib/ColumnFilterCondition_combined.d.ts +1341 -1292
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- 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/TemplateHeader.d.ts +1 -1
- 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 +10 -0
- package/lib/igc-data-grid-column-component.d.ts +15 -0
- package/lib/igc-data-grid-component.d.ts +10 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +14 -0
- package/package.json +4 -4
|
@@ -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
|
@@ -240,6 +240,11 @@ export declare abstract class IgcCellInfo {
|
|
|
240
240
|
*/
|
|
241
241
|
get selectedBackground(): string;
|
|
242
242
|
set selectedBackground(v: string);
|
|
243
|
+
/**
|
|
244
|
+
* Gets or sets the selected text color of the cell.
|
|
245
|
+
*/
|
|
246
|
+
get selectedTextColor(): string;
|
|
247
|
+
set selectedTextColor(v: string);
|
|
243
248
|
/**
|
|
244
249
|
* Gets or sets the hover background color of the cell.
|
|
245
250
|
*/
|
|
@@ -521,6 +526,11 @@ export declare abstract class IgcCellInfo {
|
|
|
521
526
|
*/
|
|
522
527
|
get isCollapsable(): boolean;
|
|
523
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);
|
|
524
534
|
/**
|
|
525
535
|
* Gets the fixed column position of this cell.
|
|
526
536
|
*/
|
|
@@ -83,6 +83,16 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
|
|
|
83
83
|
*/
|
|
84
84
|
get actualSelectedBackground(): string;
|
|
85
85
|
set actualSelectedBackground(v: string);
|
|
86
|
+
/**
|
|
87
|
+
* Gets or sets the text color to use for the cells when they are selected
|
|
88
|
+
*/
|
|
89
|
+
get selectedTextColor(): string;
|
|
90
|
+
set selectedTextColor(v: string);
|
|
91
|
+
/**
|
|
92
|
+
* Gets the actual text color that is used for the cells when they are selected
|
|
93
|
+
*/
|
|
94
|
+
get actualSelectedTextColor(): string;
|
|
95
|
+
set actualSelectedTextColor(v: string);
|
|
86
96
|
/**
|
|
87
97
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
88
98
|
*/
|
|
@@ -153,6 +163,11 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
|
|
|
153
163
|
*/
|
|
154
164
|
get isResizingEnabled(): boolean;
|
|
155
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);
|
|
156
171
|
/**
|
|
157
172
|
* Gets or sets whether or not a column is hidden from the grid
|
|
158
173
|
*/
|
|
@@ -542,6 +542,11 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
542
542
|
*/
|
|
543
543
|
get cellSelectedBackground(): string;
|
|
544
544
|
set cellSelectedBackground(v: string);
|
|
545
|
+
/**
|
|
546
|
+
* Gets or sets the default text color to use for content cells when a row is in a selected state
|
|
547
|
+
*/
|
|
548
|
+
get cellSelectedTextColor(): string;
|
|
549
|
+
set cellSelectedTextColor(v: string);
|
|
545
550
|
/**
|
|
546
551
|
* Gets or sets the default background color to use for section header cells when a row is in a selected state
|
|
547
552
|
*/
|
|
@@ -632,6 +637,11 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
632
637
|
*/
|
|
633
638
|
get sectionHeaderTextColor(): string;
|
|
634
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);
|
|
635
645
|
/**
|
|
636
646
|
* Gets or sets the font to use for section header cells
|
|
637
647
|
*/
|
|
@@ -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
|
}
|
|
@@ -53,6 +53,12 @@ export declare class IgcNumericColumnComponent extends IgcDataGridColumnComponen
|
|
|
53
53
|
*/
|
|
54
54
|
get minIntegerDigits(): number;
|
|
55
55
|
set minIntegerDigits(v: number);
|
|
56
|
+
/**
|
|
57
|
+
* Gets or sets whether the column's values are displayed as percentages.
|
|
58
|
+
* When true, the raw numeric value is multiplied by 100 before it is formatted for display.
|
|
59
|
+
*/
|
|
60
|
+
get isPercent(): boolean;
|
|
61
|
+
set isPercent(v: boolean);
|
|
56
62
|
/**
|
|
57
63
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
58
64
|
*/
|
|
@@ -22,6 +22,20 @@ export declare class IgcSectionHeaderComponent extends IgcDefinitionBaseComponen
|
|
|
22
22
|
set selectedBackground(v: string);
|
|
23
23
|
get actualSelectedBackground(): string;
|
|
24
24
|
set actualSelectedBackground(v: string);
|
|
25
|
+
get selectedTextColor(): string;
|
|
26
|
+
set selectedTextColor(v: string);
|
|
27
|
+
get actualSelectedTextColor(): string;
|
|
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);
|
|
25
39
|
/**
|
|
26
40
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
27
41
|
*/
|
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.0",
|
|
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.0",
|
|
22
|
+
"igniteui-webcomponents-layouts": "7.1.0-beta.0",
|
|
23
|
+
"igniteui-webcomponents-inputs": "7.1.0-beta.0"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|