igniteui-angular-data-grids 21.0.1 → 21.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-angular-data-grids.umd.js +15844 -13294
- package/bundles/igniteui-angular-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 +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- 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 +39 -36
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- 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 +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- 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 +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +46 -47
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +74 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- 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 +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- 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 +39 -36
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- 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 +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +381 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- 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 +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +58 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +46 -47
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +98 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- 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/igx-cell-info.d.ts +15 -0
- package/lib/igx-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -27,7 +27,7 @@ import { IgxGridSortDescriptionsChangedEventArgs } from './igx-grid-sort-descrip
|
|
|
27
27
|
import { IgxGridGroupDescriptionsChangedEventArgs } from './igx-grid-group-descriptions-changed-event-args';
|
|
28
28
|
import { IgxGridSummaryDescriptionsChangedEventArgs } from './igx-grid-summary-descriptions-changed-event-args';
|
|
29
29
|
import { DataGrid } from "./DataGrid";
|
|
30
|
-
import { ensureEnum, ensureBool, CollectionAdapter, initializePropertiesFromCss, NamePatcher, stringToBrush, brushToString, toSpinal } from "igniteui-angular-core";
|
|
30
|
+
import { ensureEnum, ensureBool, CollectionAdapter, initializePropertiesFromCss, NamePatcher, stringToBrush, brushToString, toSpinal, moveFocusNext, moveFocusPrevious } from "igniteui-angular-core";
|
|
31
31
|
import { Thickness } from "igniteui-angular-core";
|
|
32
32
|
import { AngularRenderer, AngularWrapper, PortalManager } from "igniteui-angular-core";
|
|
33
33
|
import { DataGridColumn } from './DataGridColumn';
|
|
@@ -120,6 +120,7 @@ import { ColumnGrouping } from "./ColumnGrouping";
|
|
|
120
120
|
import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
|
|
121
121
|
import { IgxDataSourceRootSummariesChangedEventArgs } from "igniteui-angular-core";
|
|
122
122
|
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
123
|
+
import { IgxDataBindingEventArgs } from './igx-data-binding-event-args';
|
|
123
124
|
import * as i0 from "@angular/core";
|
|
124
125
|
var GridStylingDefaults = {};
|
|
125
126
|
var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
@@ -191,6 +192,8 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
191
192
|
this._cellPointerDown = null;
|
|
192
193
|
this._cellPointerUp = null;
|
|
193
194
|
this._cellClicked = null;
|
|
195
|
+
this._filterRowDataBinding = null;
|
|
196
|
+
this._filterRowDataBound = null;
|
|
194
197
|
this._sortDescriptionsChanged = null;
|
|
195
198
|
this._groupDescriptionsChanged = null;
|
|
196
199
|
this._summaryDescriptionsChanged = null;
|
|
@@ -369,6 +372,12 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
369
372
|
this._scroller.scrollbarBrush = color;
|
|
370
373
|
}
|
|
371
374
|
};
|
|
375
|
+
IgxDataGridComponent.prototype._moveFocusNext = function () {
|
|
376
|
+
moveFocusNext(this._elRef.element.nativeElement, true);
|
|
377
|
+
};
|
|
378
|
+
IgxDataGridComponent.prototype._moveFocusPrevious = function () {
|
|
379
|
+
moveFocusPrevious(this._elRef.element.nativeElement);
|
|
380
|
+
};
|
|
372
381
|
IgxDataGridComponent.prototype.createImplementation = function () {
|
|
373
382
|
//let test = Grid;
|
|
374
383
|
return new DataGrid();
|
|
@@ -1668,6 +1677,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1668
1677
|
enumerable: false,
|
|
1669
1678
|
configurable: true
|
|
1670
1679
|
});
|
|
1680
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "useNewerColumnOptionsMenu", {
|
|
1681
|
+
get: function () {
|
|
1682
|
+
return this.i.useNewerColumnOptionsMenu;
|
|
1683
|
+
},
|
|
1684
|
+
set: function (v) {
|
|
1685
|
+
this.i.useNewerColumnOptionsMenu = ensureBool(v);
|
|
1686
|
+
},
|
|
1687
|
+
enumerable: false,
|
|
1688
|
+
configurable: true
|
|
1689
|
+
});
|
|
1671
1690
|
Object.defineProperty(IgxDataGridComponent.prototype, "isGroupRowSticky", {
|
|
1672
1691
|
/**
|
|
1673
1692
|
* Gets or sets if group rows will stick to the top of the grid.
|
|
@@ -1707,6 +1726,19 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1707
1726
|
enumerable: false,
|
|
1708
1727
|
configurable: true
|
|
1709
1728
|
});
|
|
1729
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "cellSelectedTextColor", {
|
|
1730
|
+
/**
|
|
1731
|
+
* Gets or sets the default text color to use for content cells when a row is in a selected state
|
|
1732
|
+
*/
|
|
1733
|
+
get: function () {
|
|
1734
|
+
return brushToString(this.i.cellSelectedTextColor);
|
|
1735
|
+
},
|
|
1736
|
+
set: function (v) {
|
|
1737
|
+
this.i.cellSelectedTextColor = stringToBrush(v);
|
|
1738
|
+
},
|
|
1739
|
+
enumerable: false,
|
|
1740
|
+
configurable: true
|
|
1741
|
+
});
|
|
1710
1742
|
Object.defineProperty(IgxDataGridComponent.prototype, "sectionHeaderSelectedBackground", {
|
|
1711
1743
|
/**
|
|
1712
1744
|
* Gets or sets the default background color to use for section header cells when a row is in a selected state
|
|
@@ -1967,6 +1999,19 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1967
1999
|
enumerable: false,
|
|
1968
2000
|
configurable: true
|
|
1969
2001
|
});
|
|
2002
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "sectionHeaderExpansionIndicatorIconColor", {
|
|
2003
|
+
/**
|
|
2004
|
+
* 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.
|
|
2005
|
+
*/
|
|
2006
|
+
get: function () {
|
|
2007
|
+
return brushToString(this.i.sectionHeaderExpansionIndicatorIconColor);
|
|
2008
|
+
},
|
|
2009
|
+
set: function (v) {
|
|
2010
|
+
this.i.sectionHeaderExpansionIndicatorIconColor = stringToBrush(v);
|
|
2011
|
+
},
|
|
2012
|
+
enumerable: false,
|
|
2013
|
+
configurable: true
|
|
2014
|
+
});
|
|
1970
2015
|
Object.defineProperty(IgxDataGridComponent.prototype, "sectionHeaderTextStyle", {
|
|
1971
2016
|
/**
|
|
1972
2017
|
* Gets or sets the font to use for section header cells
|
|
@@ -3464,6 +3509,63 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
3464
3509
|
enumerable: false,
|
|
3465
3510
|
configurable: true
|
|
3466
3511
|
});
|
|
3512
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsTextStyle", {
|
|
3513
|
+
/**
|
|
3514
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
3515
|
+
*/
|
|
3516
|
+
get: function () {
|
|
3517
|
+
if (this.i.columnOptionsTextStyle == null) {
|
|
3518
|
+
return null;
|
|
3519
|
+
}
|
|
3520
|
+
return this.i.columnOptionsTextStyle.fontString;
|
|
3521
|
+
},
|
|
3522
|
+
set: function (v) {
|
|
3523
|
+
var fi = new FontInfo();
|
|
3524
|
+
fi.fontString = v;
|
|
3525
|
+
this.i.columnOptionsTextStyle = fi;
|
|
3526
|
+
},
|
|
3527
|
+
enumerable: false,
|
|
3528
|
+
configurable: true
|
|
3529
|
+
});
|
|
3530
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsHoverBackgroundColor", {
|
|
3531
|
+
/**
|
|
3532
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
3533
|
+
*/
|
|
3534
|
+
get: function () {
|
|
3535
|
+
return brushToString(this.i.columnOptionsHoverBackgroundColor);
|
|
3536
|
+
},
|
|
3537
|
+
set: function (v) {
|
|
3538
|
+
this.i.columnOptionsHoverBackgroundColor = stringToBrush(v);
|
|
3539
|
+
},
|
|
3540
|
+
enumerable: false,
|
|
3541
|
+
configurable: true
|
|
3542
|
+
});
|
|
3543
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
3544
|
+
/**
|
|
3545
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
3546
|
+
*/
|
|
3547
|
+
get: function () {
|
|
3548
|
+
return brushToString(this.i.columnOptionsToolTipBackgroundColor);
|
|
3549
|
+
},
|
|
3550
|
+
set: function (v) {
|
|
3551
|
+
this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
|
|
3552
|
+
},
|
|
3553
|
+
enumerable: false,
|
|
3554
|
+
configurable: true
|
|
3555
|
+
});
|
|
3556
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsHighlightColor", {
|
|
3557
|
+
/**
|
|
3558
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
3559
|
+
*/
|
|
3560
|
+
get: function () {
|
|
3561
|
+
return brushToString(this.i.columnOptionsHighlightColor);
|
|
3562
|
+
},
|
|
3563
|
+
set: function (v) {
|
|
3564
|
+
this.i.columnOptionsHighlightColor = stringToBrush(v);
|
|
3565
|
+
},
|
|
3566
|
+
enumerable: false,
|
|
3567
|
+
configurable: true
|
|
3568
|
+
});
|
|
3467
3569
|
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsSeparatorColor", {
|
|
3468
3570
|
/**
|
|
3469
3571
|
* Gets or sets the color of separators inside the column options menu.
|
|
@@ -3503,6 +3605,24 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
3503
3605
|
enumerable: false,
|
|
3504
3606
|
configurable: true
|
|
3505
3607
|
});
|
|
3608
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
|
|
3609
|
+
/**
|
|
3610
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
3611
|
+
*/
|
|
3612
|
+
get: function () {
|
|
3613
|
+
if (this.i.columnOptionsGroupHeaderTextStyle == null) {
|
|
3614
|
+
return null;
|
|
3615
|
+
}
|
|
3616
|
+
return this.i.columnOptionsGroupHeaderTextStyle.fontString;
|
|
3617
|
+
},
|
|
3618
|
+
set: function (v) {
|
|
3619
|
+
var fi = new FontInfo();
|
|
3620
|
+
fi.fontString = v;
|
|
3621
|
+
this.i.columnOptionsGroupHeaderTextStyle = fi;
|
|
3622
|
+
},
|
|
3623
|
+
enumerable: false,
|
|
3624
|
+
configurable: true
|
|
3625
|
+
});
|
|
3506
3626
|
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsAccentColor", {
|
|
3507
3627
|
get: function () {
|
|
3508
3628
|
return brushToString(this.i.columnOptionsAccentColor);
|
|
@@ -3513,6 +3633,19 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
3513
3633
|
enumerable: false,
|
|
3514
3634
|
configurable: true
|
|
3515
3635
|
});
|
|
3636
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsRowHeight", {
|
|
3637
|
+
/**
|
|
3638
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
3639
|
+
*/
|
|
3640
|
+
get: function () {
|
|
3641
|
+
return this.i.columnOptionsRowHeight;
|
|
3642
|
+
},
|
|
3643
|
+
set: function (v) {
|
|
3644
|
+
this.i.columnOptionsRowHeight = +v;
|
|
3645
|
+
},
|
|
3646
|
+
enumerable: false,
|
|
3647
|
+
configurable: true
|
|
3648
|
+
});
|
|
3516
3649
|
Object.defineProperty(IgxDataGridComponent.prototype, "allowCopyOperation", {
|
|
3517
3650
|
get: function () {
|
|
3518
3651
|
return this.i.allowCopyOperation;
|
|
@@ -3523,6 +3656,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
3523
3656
|
enumerable: false,
|
|
3524
3657
|
configurable: true
|
|
3525
3658
|
});
|
|
3659
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "maxSelectedCellRanges", {
|
|
3660
|
+
get: function () {
|
|
3661
|
+
return this.i.maxSelectedCellRanges;
|
|
3662
|
+
},
|
|
3663
|
+
set: function (v) {
|
|
3664
|
+
this.i.maxSelectedCellRanges = +v;
|
|
3665
|
+
},
|
|
3666
|
+
enumerable: false,
|
|
3667
|
+
configurable: true
|
|
3668
|
+
});
|
|
3526
3669
|
Object.defineProperty(IgxDataGridComponent.prototype, "deferEventForRowDragSelection", {
|
|
3527
3670
|
/**
|
|
3528
3671
|
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
@@ -4244,6 +4387,50 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
4244
4387
|
enumerable: false,
|
|
4245
4388
|
configurable: true
|
|
4246
4389
|
});
|
|
4390
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "filterRowDataBinding", {
|
|
4391
|
+
get: function () {
|
|
4392
|
+
var _this = this;
|
|
4393
|
+
if (this._filterRowDataBinding == null) {
|
|
4394
|
+
this._filterRowDataBinding = new EventEmitter();
|
|
4395
|
+
this.i.filterRowDataBinding = delegateCombine(this.i.filterRowDataBinding, function (o, e) {
|
|
4396
|
+
var outerArgs = new IgxDataBindingEventArgs();
|
|
4397
|
+
outerArgs._provideImplementation(e);
|
|
4398
|
+
if (_this.beforeFilterRowDataBinding) {
|
|
4399
|
+
_this.beforeFilterRowDataBinding(_this, outerArgs);
|
|
4400
|
+
}
|
|
4401
|
+
_this._filterRowDataBinding.emit({
|
|
4402
|
+
sender: _this,
|
|
4403
|
+
args: outerArgs
|
|
4404
|
+
});
|
|
4405
|
+
});
|
|
4406
|
+
}
|
|
4407
|
+
return this._filterRowDataBinding;
|
|
4408
|
+
},
|
|
4409
|
+
enumerable: false,
|
|
4410
|
+
configurable: true
|
|
4411
|
+
});
|
|
4412
|
+
Object.defineProperty(IgxDataGridComponent.prototype, "filterRowDataBound", {
|
|
4413
|
+
get: function () {
|
|
4414
|
+
var _this = this;
|
|
4415
|
+
if (this._filterRowDataBound == null) {
|
|
4416
|
+
this._filterRowDataBound = new EventEmitter();
|
|
4417
|
+
this.i.filterRowDataBound = delegateCombine(this.i.filterRowDataBound, function (o, e) {
|
|
4418
|
+
var outerArgs = new IgxDataBindingEventArgs();
|
|
4419
|
+
outerArgs._provideImplementation(e);
|
|
4420
|
+
if (_this.beforeFilterRowDataBound) {
|
|
4421
|
+
_this.beforeFilterRowDataBound(_this, outerArgs);
|
|
4422
|
+
}
|
|
4423
|
+
_this._filterRowDataBound.emit({
|
|
4424
|
+
sender: _this,
|
|
4425
|
+
args: outerArgs
|
|
4426
|
+
});
|
|
4427
|
+
});
|
|
4428
|
+
}
|
|
4429
|
+
return this._filterRowDataBound;
|
|
4430
|
+
},
|
|
4431
|
+
enumerable: false,
|
|
4432
|
+
configurable: true
|
|
4433
|
+
});
|
|
4247
4434
|
Object.defineProperty(IgxDataGridComponent.prototype, "sortDescriptionsChanged", {
|
|
4248
4435
|
/**
|
|
4249
4436
|
* Called when sorting has changed.
|
|
@@ -4869,7 +5056,7 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
4869
5056
|
}
|
|
4870
5057
|
};
|
|
4871
5058
|
IgxDataGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.ComponentFactoryResolver }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
4872
|
-
IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", theme: "theme", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualBorder: "actualBorder", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", actualBackground: "actualBackground", background: "background", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsAccentColor: "columnOptionsAccentColor", allowCopyOperation: "allowCopyOperation", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "\n <ng-container #dynamicContent></ng-container>\n ", isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5059
|
+
IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", theme: "theme", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", useNewerColumnOptionsMenu: "useNewerColumnOptionsMenu", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", cellSelectedTextColor: "cellSelectedTextColor", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderExpansionIndicatorIconColor: "sectionHeaderExpansionIndicatorIconColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualBorder: "actualBorder", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", actualBackground: "actualBackground", background: "background", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", allowCopyOperation: "allowCopyOperation", maxSelectedCellRanges: "maxSelectedCellRanges", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", filterRowDataBinding: "filterRowDataBinding", filterRowDataBound: "filterRowDataBound", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "\n <ng-container #dynamicContent></ng-container>\n ", isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4873
5060
|
return IgxDataGridComponent;
|
|
4874
5061
|
}());
|
|
4875
5062
|
export { IgxDataGridComponent };
|
|
@@ -5011,12 +5198,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
5011
5198
|
type: Input
|
|
5012
5199
|
}], isColumnOptionsEnabled: [{
|
|
5013
5200
|
type: Input
|
|
5201
|
+
}], useNewerColumnOptionsMenu: [{
|
|
5202
|
+
type: Input
|
|
5014
5203
|
}], isGroupRowSticky: [{
|
|
5015
5204
|
type: Input
|
|
5016
5205
|
}], isHeaderSeparatorVisible: [{
|
|
5017
5206
|
type: Input
|
|
5018
5207
|
}], cellSelectedBackground: [{
|
|
5019
5208
|
type: Input
|
|
5209
|
+
}], cellSelectedTextColor: [{
|
|
5210
|
+
type: Input
|
|
5020
5211
|
}], sectionHeaderSelectedBackground: [{
|
|
5021
5212
|
type: Input
|
|
5022
5213
|
}], summaryRootBackground: [{
|
|
@@ -5053,6 +5244,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
5053
5244
|
type: Input
|
|
5054
5245
|
}], sectionHeaderTextColor: [{
|
|
5055
5246
|
type: Input
|
|
5247
|
+
}], sectionHeaderExpansionIndicatorIconColor: [{
|
|
5248
|
+
type: Input
|
|
5056
5249
|
}], sectionHeaderTextStyle: [{
|
|
5057
5250
|
type: Input
|
|
5058
5251
|
}], summaryRootLabelTextStyle: [{
|
|
@@ -5237,16 +5430,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
5237
5430
|
type: Input
|
|
5238
5431
|
}], columnOptionsTextColor: [{
|
|
5239
5432
|
type: Input
|
|
5433
|
+
}], columnOptionsTextStyle: [{
|
|
5434
|
+
type: Input
|
|
5435
|
+
}], columnOptionsHoverBackgroundColor: [{
|
|
5436
|
+
type: Input
|
|
5437
|
+
}], columnOptionsToolTipBackgroundColor: [{
|
|
5438
|
+
type: Input
|
|
5439
|
+
}], columnOptionsHighlightColor: [{
|
|
5440
|
+
type: Input
|
|
5240
5441
|
}], columnOptionsSeparatorColor: [{
|
|
5241
5442
|
type: Input
|
|
5242
5443
|
}], columnOptionsGroupHeaderBackground: [{
|
|
5243
5444
|
type: Input
|
|
5244
5445
|
}], columnOptionsGroupHeaderTextColor: [{
|
|
5245
5446
|
type: Input
|
|
5447
|
+
}], columnOptionsGroupHeaderTextStyle: [{
|
|
5448
|
+
type: Input
|
|
5246
5449
|
}], columnOptionsAccentColor: [{
|
|
5247
5450
|
type: Input
|
|
5451
|
+
}], columnOptionsRowHeight: [{
|
|
5452
|
+
type: Input
|
|
5248
5453
|
}], allowCopyOperation: [{
|
|
5249
5454
|
type: Input
|
|
5455
|
+
}], maxSelectedCellRanges: [{
|
|
5456
|
+
type: Input
|
|
5250
5457
|
}], deferEventForRowDragSelection: [{
|
|
5251
5458
|
type: Input
|
|
5252
5459
|
}], filterExpressionsChanging: [{
|
|
@@ -5263,6 +5470,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
5263
5470
|
type: Output
|
|
5264
5471
|
}], cellClicked: [{
|
|
5265
5472
|
type: Output
|
|
5473
|
+
}], filterRowDataBinding: [{
|
|
5474
|
+
type: Output
|
|
5475
|
+
}], filterRowDataBound: [{
|
|
5476
|
+
type: Output
|
|
5266
5477
|
}], sortDescriptionsChanged: [{
|
|
5267
5478
|
type: Output
|
|
5268
5479
|
}], groupDescriptionsChanged: [{
|