igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.0-alpha.3
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 +5951 -5689
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
- package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +1 -1
- 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 +3 -3
- 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 +20 -20
- package/esm2015/lib/CheckboxListView_combined.js +22 -22
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +4875 -4738
- 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 +4 -4
- package/esm2015/lib/DataGridCellLayoutPanel.js +9 -9
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/EditorCellPresenter.js +19 -19
- package/esm2015/lib/FilterCellPresenter.js +11 -11
- package/esm2015/lib/GridCellBase.js +1 -1
- 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/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +4 -4
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCellPresenter.js +38 -38
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/igc-cell-info.js +76 -67
- 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 +281 -261
- package/esm2015/lib/igc-data-grid-component.js +10 -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 +26 -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 +38 -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 +3 -3
- package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +1 -1
- 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 +3 -3
- 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 +20 -20
- package/esm5/lib/CheckboxListView_combined.js +22 -22
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +4693 -4528
- 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 +4 -4
- package/esm5/lib/DataGridCellLayoutPanel.js +9 -9
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/EditorCellPresenter.js +19 -19
- package/esm5/lib/FilterCellPresenter.js +11 -11
- package/esm5/lib/GridCellBase.js +1 -1
- 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/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +4 -4
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCellPresenter.js +38 -38
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/igc-cell-info.js +80 -67
- 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 +289 -261
- package/esm5/lib/igc-data-grid-component.js +14 -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 +26 -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 +46 -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 +6090 -5884
- package/fesm5/igniteui-webcomponents-data-grids.js +5951 -5689
- package/lib/ColumnFilterCondition_combined.d.ts +1223 -1198
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +10 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +4 -0
- package/package.json +4 -4
|
@@ -14,33 +14,34 @@ export declare const enum GridStyleRepositoryKeys {
|
|
|
14
14
|
BarOutlineColorKey = 8,
|
|
15
15
|
ActivationBorderColorKey = 9,
|
|
16
16
|
CellSelectedBackgroundColorKey = 10,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
17
|
+
CellSelectedTextColorKey = 11,
|
|
18
|
+
CellBackgroundColorKey = 12,
|
|
19
|
+
CellHoverBackgroundColorKey = 13,
|
|
20
|
+
HeaderBackgroundColorKey = 14,
|
|
21
|
+
SortIndicatorColorKey = 15,
|
|
22
|
+
HeaderTextColorKey = 16,
|
|
23
|
+
SectionHeaderBackgroundColorKey = 17,
|
|
24
|
+
SectionFooterBackgroundColorKey = 18,
|
|
25
|
+
StickyRowBackgroundColorKey = 19,
|
|
26
|
+
PinnedRowBackgroundColorKey = 20,
|
|
27
|
+
RootSummaryCellBackgroundColorKey = 21,
|
|
28
|
+
SectionSummaryCellBackgroundColorKey = 22,
|
|
29
|
+
SummaryLabelTextColorKey = 23,
|
|
30
|
+
SummaryValueTextColorKey = 24,
|
|
31
|
+
ColumnMoveSeparatorBackgroundColorKey = 25,
|
|
32
|
+
ResizeSeparatorBackgroundColorKey = 26,
|
|
33
|
+
PinnedAreaSeparatorBackgroundColorKey = 27,
|
|
34
|
+
ColumnOptionsIconColorKey = 28,
|
|
35
|
+
GridBorderColorKey = 29,
|
|
36
|
+
GridBackgroundColorKey = 30,
|
|
37
|
+
CellErrorBorderColorKey = 31,
|
|
38
|
+
EditorRowOverlayBackgroundColorKey = 32,
|
|
39
|
+
CellFontKey = 33,
|
|
40
|
+
EmojiFontKey = 34,
|
|
41
|
+
CellEditFontKey = 35,
|
|
42
|
+
HeaderCellFontKey = 36,
|
|
43
|
+
SummaryValueFontKey = 37,
|
|
44
|
+
SummaryNameFontKey = 38
|
|
44
45
|
}
|
|
45
46
|
/**
|
|
46
47
|
* @hidden
|
package/lib/TemplateHeader.d.ts
CHANGED
|
@@ -14,6 +14,6 @@ export declare class TemplateHeader extends Header {
|
|
|
14
14
|
protected n(a: CellPath): CellModel;
|
|
15
15
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
16
16
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
17
|
-
|
|
17
|
+
hu(a: TemplateHeaderCellModel, b: any): void;
|
|
18
18
|
cellUpdating: (sender: any, args: TemplateHeaderCellUpdatingEventArgs) => void;
|
|
19
19
|
}
|
|
@@ -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 ob: number;
|
|
10
|
+
private n9;
|
|
11
|
+
get oa(): boolean;
|
|
12
|
+
set oa(a: boolean);
|
|
13
|
+
mr(a: string, b: any): void;
|
|
14
|
+
l3(a: string): Type;
|
|
15
|
+
ig(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
|
+
h5(a: TemplateSectionHeaderCellModel, b: any): void;
|
|
16
16
|
cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
|
|
17
17
|
}
|
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
|
*/
|
|
@@ -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
|
*/
|
|
@@ -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
|
*/
|
|
@@ -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,10 @@ 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);
|
|
25
29
|
/**
|
|
26
30
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
27
31
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-data-grids",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.3",
|
|
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-alpha.
|
|
22
|
-
"igniteui-webcomponents-layouts": "7.1.0-alpha.
|
|
23
|
-
"igniteui-webcomponents-inputs": "7.1.0-alpha.
|
|
21
|
+
"igniteui-webcomponents-core": "7.1.0-alpha.3",
|
|
22
|
+
"igniteui-webcomponents-layouts": "7.1.0-alpha.3",
|
|
23
|
+
"igniteui-webcomponents-inputs": "7.1.0-alpha.3"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|