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
|
let GridStylingDefaults = {};
|
|
125
126
|
export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
@@ -191,6 +192,8 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
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;
|
|
@@ -356,6 +359,12 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
356
359
|
this._scroller.scrollbarBrush = color;
|
|
357
360
|
}
|
|
358
361
|
}
|
|
362
|
+
_moveFocusNext() {
|
|
363
|
+
moveFocusNext(this._elRef.element.nativeElement, true);
|
|
364
|
+
}
|
|
365
|
+
_moveFocusPrevious() {
|
|
366
|
+
moveFocusPrevious(this._elRef.element.nativeElement);
|
|
367
|
+
}
|
|
359
368
|
createImplementation() {
|
|
360
369
|
//let test = Grid;
|
|
361
370
|
return new DataGrid();
|
|
@@ -1387,6 +1396,12 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1387
1396
|
set isColumnOptionsEnabled(v) {
|
|
1388
1397
|
this.i.isColumnOptionsEnabled = ensureBool(v);
|
|
1389
1398
|
}
|
|
1399
|
+
get useNewerColumnOptionsMenu() {
|
|
1400
|
+
return this.i.useNewerColumnOptionsMenu;
|
|
1401
|
+
}
|
|
1402
|
+
set useNewerColumnOptionsMenu(v) {
|
|
1403
|
+
this.i.useNewerColumnOptionsMenu = ensureBool(v);
|
|
1404
|
+
}
|
|
1390
1405
|
/**
|
|
1391
1406
|
* Gets or sets if group rows will stick to the top of the grid.
|
|
1392
1407
|
*/
|
|
@@ -1414,6 +1429,15 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1414
1429
|
set cellSelectedBackground(v) {
|
|
1415
1430
|
this.i.cellSelectedBackground = stringToBrush(v);
|
|
1416
1431
|
}
|
|
1432
|
+
/**
|
|
1433
|
+
* Gets or sets the default text color to use for content cells when a row is in a selected state
|
|
1434
|
+
*/
|
|
1435
|
+
get cellSelectedTextColor() {
|
|
1436
|
+
return brushToString(this.i.cellSelectedTextColor);
|
|
1437
|
+
}
|
|
1438
|
+
set cellSelectedTextColor(v) {
|
|
1439
|
+
this.i.cellSelectedTextColor = stringToBrush(v);
|
|
1440
|
+
}
|
|
1417
1441
|
/**
|
|
1418
1442
|
* Gets or sets the default background color to use for section header cells when a row is in a selected state
|
|
1419
1443
|
*/
|
|
@@ -1602,6 +1626,15 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1602
1626
|
set sectionHeaderTextColor(v) {
|
|
1603
1627
|
this.i.sectionHeaderTextColor = stringToBrush(v);
|
|
1604
1628
|
}
|
|
1629
|
+
/**
|
|
1630
|
+
* 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.
|
|
1631
|
+
*/
|
|
1632
|
+
get sectionHeaderExpansionIndicatorIconColor() {
|
|
1633
|
+
return brushToString(this.i.sectionHeaderExpansionIndicatorIconColor);
|
|
1634
|
+
}
|
|
1635
|
+
set sectionHeaderExpansionIndicatorIconColor(v) {
|
|
1636
|
+
this.i.sectionHeaderExpansionIndicatorIconColor = stringToBrush(v);
|
|
1637
|
+
}
|
|
1605
1638
|
/**
|
|
1606
1639
|
* Gets or sets the font to use for section header cells
|
|
1607
1640
|
*/
|
|
@@ -2687,6 +2720,47 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2687
2720
|
set columnOptionsTextColor(v) {
|
|
2688
2721
|
this.i.columnOptionsTextColor = stringToBrush(v);
|
|
2689
2722
|
}
|
|
2723
|
+
/**
|
|
2724
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
2725
|
+
*/
|
|
2726
|
+
get columnOptionsTextStyle() {
|
|
2727
|
+
if (this.i.columnOptionsTextStyle == null) {
|
|
2728
|
+
return null;
|
|
2729
|
+
}
|
|
2730
|
+
return this.i.columnOptionsTextStyle.fontString;
|
|
2731
|
+
}
|
|
2732
|
+
set columnOptionsTextStyle(v) {
|
|
2733
|
+
let fi = new FontInfo();
|
|
2734
|
+
fi.fontString = v;
|
|
2735
|
+
this.i.columnOptionsTextStyle = fi;
|
|
2736
|
+
}
|
|
2737
|
+
/**
|
|
2738
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
2739
|
+
*/
|
|
2740
|
+
get columnOptionsHoverBackgroundColor() {
|
|
2741
|
+
return brushToString(this.i.columnOptionsHoverBackgroundColor);
|
|
2742
|
+
}
|
|
2743
|
+
set columnOptionsHoverBackgroundColor(v) {
|
|
2744
|
+
this.i.columnOptionsHoverBackgroundColor = stringToBrush(v);
|
|
2745
|
+
}
|
|
2746
|
+
/**
|
|
2747
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
2748
|
+
*/
|
|
2749
|
+
get columnOptionsToolTipBackgroundColor() {
|
|
2750
|
+
return brushToString(this.i.columnOptionsToolTipBackgroundColor);
|
|
2751
|
+
}
|
|
2752
|
+
set columnOptionsToolTipBackgroundColor(v) {
|
|
2753
|
+
this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
|
|
2754
|
+
}
|
|
2755
|
+
/**
|
|
2756
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
2757
|
+
*/
|
|
2758
|
+
get columnOptionsHighlightColor() {
|
|
2759
|
+
return brushToString(this.i.columnOptionsHighlightColor);
|
|
2760
|
+
}
|
|
2761
|
+
set columnOptionsHighlightColor(v) {
|
|
2762
|
+
this.i.columnOptionsHighlightColor = stringToBrush(v);
|
|
2763
|
+
}
|
|
2690
2764
|
/**
|
|
2691
2765
|
* Gets or sets the color of separators inside the column options menu.
|
|
2692
2766
|
*/
|
|
@@ -2714,18 +2788,47 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2714
2788
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
2715
2789
|
this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
|
|
2716
2790
|
}
|
|
2791
|
+
/**
|
|
2792
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
2793
|
+
*/
|
|
2794
|
+
get columnOptionsGroupHeaderTextStyle() {
|
|
2795
|
+
if (this.i.columnOptionsGroupHeaderTextStyle == null) {
|
|
2796
|
+
return null;
|
|
2797
|
+
}
|
|
2798
|
+
return this.i.columnOptionsGroupHeaderTextStyle.fontString;
|
|
2799
|
+
}
|
|
2800
|
+
set columnOptionsGroupHeaderTextStyle(v) {
|
|
2801
|
+
let fi = new FontInfo();
|
|
2802
|
+
fi.fontString = v;
|
|
2803
|
+
this.i.columnOptionsGroupHeaderTextStyle = fi;
|
|
2804
|
+
}
|
|
2717
2805
|
get columnOptionsAccentColor() {
|
|
2718
2806
|
return brushToString(this.i.columnOptionsAccentColor);
|
|
2719
2807
|
}
|
|
2720
2808
|
set columnOptionsAccentColor(v) {
|
|
2721
2809
|
this.i.columnOptionsAccentColor = stringToBrush(v);
|
|
2722
2810
|
}
|
|
2811
|
+
/**
|
|
2812
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
2813
|
+
*/
|
|
2814
|
+
get columnOptionsRowHeight() {
|
|
2815
|
+
return this.i.columnOptionsRowHeight;
|
|
2816
|
+
}
|
|
2817
|
+
set columnOptionsRowHeight(v) {
|
|
2818
|
+
this.i.columnOptionsRowHeight = +v;
|
|
2819
|
+
}
|
|
2723
2820
|
get allowCopyOperation() {
|
|
2724
2821
|
return this.i.allowCopyOperation;
|
|
2725
2822
|
}
|
|
2726
2823
|
set allowCopyOperation(v) {
|
|
2727
2824
|
this.i.allowCopyOperation = ensureBool(v);
|
|
2728
2825
|
}
|
|
2826
|
+
get maxSelectedCellRanges() {
|
|
2827
|
+
return this.i.maxSelectedCellRanges;
|
|
2828
|
+
}
|
|
2829
|
+
set maxSelectedCellRanges(v) {
|
|
2830
|
+
this.i.maxSelectedCellRanges = +v;
|
|
2831
|
+
}
|
|
2729
2832
|
/**
|
|
2730
2833
|
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
2731
2834
|
*/
|
|
@@ -3404,6 +3507,40 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3404
3507
|
}
|
|
3405
3508
|
return this._cellClicked;
|
|
3406
3509
|
}
|
|
3510
|
+
get filterRowDataBinding() {
|
|
3511
|
+
if (this._filterRowDataBinding == null) {
|
|
3512
|
+
this._filterRowDataBinding = new EventEmitter();
|
|
3513
|
+
this.i.filterRowDataBinding = delegateCombine(this.i.filterRowDataBinding, (o, e) => {
|
|
3514
|
+
let outerArgs = new IgxDataBindingEventArgs();
|
|
3515
|
+
outerArgs._provideImplementation(e);
|
|
3516
|
+
if (this.beforeFilterRowDataBinding) {
|
|
3517
|
+
this.beforeFilterRowDataBinding(this, outerArgs);
|
|
3518
|
+
}
|
|
3519
|
+
this._filterRowDataBinding.emit({
|
|
3520
|
+
sender: this,
|
|
3521
|
+
args: outerArgs
|
|
3522
|
+
});
|
|
3523
|
+
});
|
|
3524
|
+
}
|
|
3525
|
+
return this._filterRowDataBinding;
|
|
3526
|
+
}
|
|
3527
|
+
get filterRowDataBound() {
|
|
3528
|
+
if (this._filterRowDataBound == null) {
|
|
3529
|
+
this._filterRowDataBound = new EventEmitter();
|
|
3530
|
+
this.i.filterRowDataBound = delegateCombine(this.i.filterRowDataBound, (o, e) => {
|
|
3531
|
+
let outerArgs = new IgxDataBindingEventArgs();
|
|
3532
|
+
outerArgs._provideImplementation(e);
|
|
3533
|
+
if (this.beforeFilterRowDataBound) {
|
|
3534
|
+
this.beforeFilterRowDataBound(this, outerArgs);
|
|
3535
|
+
}
|
|
3536
|
+
this._filterRowDataBound.emit({
|
|
3537
|
+
sender: this,
|
|
3538
|
+
args: outerArgs
|
|
3539
|
+
});
|
|
3540
|
+
});
|
|
3541
|
+
}
|
|
3542
|
+
return this._filterRowDataBound;
|
|
3543
|
+
}
|
|
3407
3544
|
/**
|
|
3408
3545
|
* Called when sorting has changed.
|
|
3409
3546
|
*/
|
|
@@ -3905,7 +4042,7 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3905
4042
|
}
|
|
3906
4043
|
}
|
|
3907
4044
|
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 });
|
|
3908
|
-
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: `
|
|
4045
|
+
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: `
|
|
3909
4046
|
<ng-container #dynamicContent></ng-container>
|
|
3910
4047
|
`, isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3911
4048
|
return IgxDataGridComponent;
|
|
@@ -4054,12 +4191,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4054
4191
|
type: Input
|
|
4055
4192
|
}], isColumnOptionsEnabled: [{
|
|
4056
4193
|
type: Input
|
|
4194
|
+
}], useNewerColumnOptionsMenu: [{
|
|
4195
|
+
type: Input
|
|
4057
4196
|
}], isGroupRowSticky: [{
|
|
4058
4197
|
type: Input
|
|
4059
4198
|
}], isHeaderSeparatorVisible: [{
|
|
4060
4199
|
type: Input
|
|
4061
4200
|
}], cellSelectedBackground: [{
|
|
4062
4201
|
type: Input
|
|
4202
|
+
}], cellSelectedTextColor: [{
|
|
4203
|
+
type: Input
|
|
4063
4204
|
}], sectionHeaderSelectedBackground: [{
|
|
4064
4205
|
type: Input
|
|
4065
4206
|
}], summaryRootBackground: [{
|
|
@@ -4096,6 +4237,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4096
4237
|
type: Input
|
|
4097
4238
|
}], sectionHeaderTextColor: [{
|
|
4098
4239
|
type: Input
|
|
4240
|
+
}], sectionHeaderExpansionIndicatorIconColor: [{
|
|
4241
|
+
type: Input
|
|
4099
4242
|
}], sectionHeaderTextStyle: [{
|
|
4100
4243
|
type: Input
|
|
4101
4244
|
}], summaryRootLabelTextStyle: [{
|
|
@@ -4280,16 +4423,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4280
4423
|
type: Input
|
|
4281
4424
|
}], columnOptionsTextColor: [{
|
|
4282
4425
|
type: Input
|
|
4426
|
+
}], columnOptionsTextStyle: [{
|
|
4427
|
+
type: Input
|
|
4428
|
+
}], columnOptionsHoverBackgroundColor: [{
|
|
4429
|
+
type: Input
|
|
4430
|
+
}], columnOptionsToolTipBackgroundColor: [{
|
|
4431
|
+
type: Input
|
|
4432
|
+
}], columnOptionsHighlightColor: [{
|
|
4433
|
+
type: Input
|
|
4283
4434
|
}], columnOptionsSeparatorColor: [{
|
|
4284
4435
|
type: Input
|
|
4285
4436
|
}], columnOptionsGroupHeaderBackground: [{
|
|
4286
4437
|
type: Input
|
|
4287
4438
|
}], columnOptionsGroupHeaderTextColor: [{
|
|
4288
4439
|
type: Input
|
|
4440
|
+
}], columnOptionsGroupHeaderTextStyle: [{
|
|
4441
|
+
type: Input
|
|
4289
4442
|
}], columnOptionsAccentColor: [{
|
|
4290
4443
|
type: Input
|
|
4444
|
+
}], columnOptionsRowHeight: [{
|
|
4445
|
+
type: Input
|
|
4291
4446
|
}], allowCopyOperation: [{
|
|
4292
4447
|
type: Input
|
|
4448
|
+
}], maxSelectedCellRanges: [{
|
|
4449
|
+
type: Input
|
|
4293
4450
|
}], deferEventForRowDragSelection: [{
|
|
4294
4451
|
type: Input
|
|
4295
4452
|
}], filterExpressionsChanging: [{
|
|
@@ -4306,6 +4463,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4306
4463
|
type: Output
|
|
4307
4464
|
}], cellClicked: [{
|
|
4308
4465
|
type: Output
|
|
4466
|
+
}], filterRowDataBinding: [{
|
|
4467
|
+
type: Output
|
|
4468
|
+
}], filterRowDataBound: [{
|
|
4469
|
+
type: Output
|
|
4309
4470
|
}], sortDescriptionsChanged: [{
|
|
4310
4471
|
type: Output
|
|
4311
4472
|
}], groupDescriptionsChanged: [{
|
|
@@ -6,6 +6,7 @@ import { IgxFilterDialogRenderCompletedEventArgs } from "./igx-filter-dialog-ren
|
|
|
6
6
|
import { GridFilterDialog } from "./GridFilterDialog";
|
|
7
7
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
8
8
|
import { NamePatcher, ensureBool, brushToString, stringToBrush, toSpinal, initializePropertiesFromCss } from "igniteui-angular-core";
|
|
9
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
/**
|
|
11
12
|
* An advanced grid for displaying data.
|
|
@@ -63,10 +64,10 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
63
64
|
onImplementationCreated() {
|
|
64
65
|
}
|
|
65
66
|
get isAnimationEnabled() {
|
|
66
|
-
return this.i.
|
|
67
|
+
return this.i.ai;
|
|
67
68
|
}
|
|
68
69
|
set isAnimationEnabled(v) {
|
|
69
|
-
this.i.
|
|
70
|
+
this.i.ai = ensureBool(v);
|
|
70
71
|
}
|
|
71
72
|
/**
|
|
72
73
|
* Gets or sets the scaling value used to affect the pixel density of the control.
|
|
@@ -74,10 +75,10 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
74
75
|
* to appear blurry.
|
|
75
76
|
*/
|
|
76
77
|
get pixelScalingRatio() {
|
|
77
|
-
return this.i.
|
|
78
|
+
return this.i.aq;
|
|
78
79
|
}
|
|
79
80
|
set pixelScalingRatio(v) {
|
|
80
|
-
this.i.
|
|
81
|
+
this.i.aq = +v;
|
|
81
82
|
}
|
|
82
83
|
/**
|
|
83
84
|
* Gets the actual pixel scaling ratio used to affect the pixel density of the control.
|
|
@@ -85,76 +86,140 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
85
86
|
* to appear blurry.
|
|
86
87
|
*/
|
|
87
88
|
get actualPixelScalingRatio() {
|
|
88
|
-
return this.i.
|
|
89
|
+
return this.i.ap;
|
|
89
90
|
}
|
|
90
91
|
set actualPixelScalingRatio(v) {
|
|
91
|
-
this.i.
|
|
92
|
+
this.i.ap = +v;
|
|
92
93
|
}
|
|
93
94
|
get iconColor() {
|
|
94
|
-
return brushToString(this.i.
|
|
95
|
+
return brushToString(this.i.c1);
|
|
95
96
|
}
|
|
96
97
|
set iconColor(v) {
|
|
97
|
-
this.i.
|
|
98
|
+
this.i.c1 = stringToBrush(v);
|
|
98
99
|
}
|
|
99
100
|
get viewSize() {
|
|
100
|
-
return this.i.
|
|
101
|
+
return this.i.ar;
|
|
101
102
|
}
|
|
102
103
|
set viewSize(v) {
|
|
103
|
-
this.i.
|
|
104
|
+
this.i.ar = +v;
|
|
104
105
|
}
|
|
105
106
|
/**
|
|
106
107
|
* Gets or sets the column options dropdown background color.
|
|
107
108
|
*/
|
|
108
109
|
get columnOptionsBackground() {
|
|
109
|
-
return brushToString(this.i.
|
|
110
|
+
return brushToString(this.i.ct);
|
|
110
111
|
}
|
|
111
112
|
set columnOptionsBackground(v) {
|
|
112
|
-
this.i.
|
|
113
|
+
this.i.ct = stringToBrush(v);
|
|
113
114
|
}
|
|
114
115
|
/**
|
|
115
116
|
* Gets or sets the text color for text inside the column options menu.
|
|
116
117
|
*/
|
|
117
118
|
get columnOptionsTextColor() {
|
|
118
|
-
return brushToString(this.i.
|
|
119
|
+
return brushToString(this.i.cz);
|
|
119
120
|
}
|
|
120
121
|
set columnOptionsTextColor(v) {
|
|
121
|
-
this.i.
|
|
122
|
+
this.i.cz = stringToBrush(v);
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
126
|
+
*/
|
|
127
|
+
get columnOptionsTextStyle() {
|
|
128
|
+
if (this.i.ab == null) {
|
|
129
|
+
return null;
|
|
130
|
+
}
|
|
131
|
+
return this.i.ab.fontString;
|
|
132
|
+
}
|
|
133
|
+
set columnOptionsTextStyle(v) {
|
|
134
|
+
let fi = new FontInfo();
|
|
135
|
+
fi.fontString = v;
|
|
136
|
+
this.i.ab = fi;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
140
|
+
*/
|
|
141
|
+
get columnOptionsHoverBackgroundColor() {
|
|
142
|
+
return brushToString(this.i.cx);
|
|
143
|
+
}
|
|
144
|
+
set columnOptionsHoverBackgroundColor(v) {
|
|
145
|
+
this.i.cx = stringToBrush(v);
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
149
|
+
*/
|
|
150
|
+
get columnOptionsToolTipBackgroundColor() {
|
|
151
|
+
return brushToString(this.i.c0);
|
|
152
|
+
}
|
|
153
|
+
set columnOptionsToolTipBackgroundColor(v) {
|
|
154
|
+
this.i.c0 = stringToBrush(v);
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
158
|
+
*/
|
|
159
|
+
get columnOptionsHighlightColor() {
|
|
160
|
+
return brushToString(this.i.cw);
|
|
161
|
+
}
|
|
162
|
+
set columnOptionsHighlightColor(v) {
|
|
163
|
+
this.i.cw = stringToBrush(v);
|
|
122
164
|
}
|
|
123
165
|
/**
|
|
124
166
|
* Gets or sets the color of separators inside the column options menu.
|
|
125
167
|
*/
|
|
126
168
|
get columnOptionsSeparatorColor() {
|
|
127
|
-
return brushToString(this.i.
|
|
169
|
+
return brushToString(this.i.cy);
|
|
128
170
|
}
|
|
129
171
|
set columnOptionsSeparatorColor(v) {
|
|
130
|
-
this.i.
|
|
172
|
+
this.i.cy = stringToBrush(v);
|
|
131
173
|
}
|
|
132
174
|
/**
|
|
133
175
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
134
176
|
*/
|
|
135
177
|
get columnOptionsGroupHeaderBackground() {
|
|
136
|
-
return brushToString(this.i.
|
|
178
|
+
return brushToString(this.i.cu);
|
|
137
179
|
}
|
|
138
180
|
set columnOptionsGroupHeaderBackground(v) {
|
|
139
|
-
this.i.
|
|
181
|
+
this.i.cu = stringToBrush(v);
|
|
140
182
|
}
|
|
141
183
|
/**
|
|
142
184
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
143
185
|
*/
|
|
144
186
|
get columnOptionsGroupHeaderTextColor() {
|
|
145
|
-
return brushToString(this.i.
|
|
187
|
+
return brushToString(this.i.cv);
|
|
146
188
|
}
|
|
147
189
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
148
|
-
this.i.
|
|
190
|
+
this.i.cv = stringToBrush(v);
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
194
|
+
*/
|
|
195
|
+
get columnOptionsGroupHeaderTextStyle() {
|
|
196
|
+
if (this.i.aa == null) {
|
|
197
|
+
return null;
|
|
198
|
+
}
|
|
199
|
+
return this.i.aa.fontString;
|
|
200
|
+
}
|
|
201
|
+
set columnOptionsGroupHeaderTextStyle(v) {
|
|
202
|
+
let fi = new FontInfo();
|
|
203
|
+
fi.fontString = v;
|
|
204
|
+
this.i.aa = fi;
|
|
149
205
|
}
|
|
150
206
|
get columnOptionsAccentColor() {
|
|
151
|
-
return brushToString(this.i.
|
|
207
|
+
return brushToString(this.i.cs);
|
|
152
208
|
}
|
|
153
209
|
set columnOptionsAccentColor(v) {
|
|
154
|
-
this.i.
|
|
210
|
+
this.i.cs = stringToBrush(v);
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
214
|
+
*/
|
|
215
|
+
get columnOptionsRowHeight() {
|
|
216
|
+
return this.i.ax;
|
|
217
|
+
}
|
|
218
|
+
set columnOptionsRowHeight(v) {
|
|
219
|
+
this.i.ax = +v;
|
|
155
220
|
}
|
|
156
221
|
get isOpen() {
|
|
157
|
-
return this.i.
|
|
222
|
+
return this.i.aj;
|
|
158
223
|
}
|
|
159
224
|
get commandCompleted() {
|
|
160
225
|
return this.i.commandCompleted;
|
|
@@ -230,16 +295,16 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
230
295
|
this._inStyling = false;
|
|
231
296
|
}
|
|
232
297
|
notifySizeChanged(width, height) {
|
|
233
|
-
this.i.
|
|
298
|
+
this.i.b1(width, height);
|
|
234
299
|
}
|
|
235
300
|
notifyCellSizeChanged() {
|
|
236
|
-
this.i.
|
|
301
|
+
this.i.b0();
|
|
237
302
|
}
|
|
238
303
|
showIcon() {
|
|
239
|
-
this.i.
|
|
304
|
+
this.i.ce();
|
|
240
305
|
}
|
|
241
306
|
hideIcon() {
|
|
242
|
-
this.i.
|
|
307
|
+
this.i.by();
|
|
243
308
|
}
|
|
244
309
|
getDesiredToolbarActions() {
|
|
245
310
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -347,7 +412,7 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
347
412
|
}
|
|
348
413
|
}
|
|
349
414
|
IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
350
|
-
IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsAccentColor: "columnOptionsAccentColor", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
415
|
+
IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
351
416
|
return IgxDataGridFilterDialogComponent;
|
|
352
417
|
})();
|
|
353
418
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, decorators: [{
|
|
@@ -372,14 +437,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
372
437
|
type: Input
|
|
373
438
|
}], columnOptionsTextColor: [{
|
|
374
439
|
type: Input
|
|
440
|
+
}], columnOptionsTextStyle: [{
|
|
441
|
+
type: Input
|
|
442
|
+
}], columnOptionsHoverBackgroundColor: [{
|
|
443
|
+
type: Input
|
|
444
|
+
}], columnOptionsToolTipBackgroundColor: [{
|
|
445
|
+
type: Input
|
|
446
|
+
}], columnOptionsHighlightColor: [{
|
|
447
|
+
type: Input
|
|
375
448
|
}], columnOptionsSeparatorColor: [{
|
|
376
449
|
type: Input
|
|
377
450
|
}], columnOptionsGroupHeaderBackground: [{
|
|
378
451
|
type: Input
|
|
379
452
|
}], columnOptionsGroupHeaderTextColor: [{
|
|
380
453
|
type: Input
|
|
454
|
+
}], columnOptionsGroupHeaderTextStyle: [{
|
|
455
|
+
type: Input
|
|
381
456
|
}], columnOptionsAccentColor: [{
|
|
382
457
|
type: Input
|
|
458
|
+
}], columnOptionsRowHeight: [{
|
|
459
|
+
type: Input
|
|
383
460
|
}], commandCompleted: [{
|
|
384
461
|
type: Input
|
|
385
462
|
}], invalidateActions: [{
|
|
@@ -22,56 +22,56 @@ export class IgxDateTimeCellInfo extends IgxCellInfo {
|
|
|
22
22
|
* Sets or gets the DateTime value for the cell.
|
|
23
23
|
*/
|
|
24
24
|
get dateTimeValue() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.oj;
|
|
26
26
|
}
|
|
27
27
|
set dateTimeValue(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.oj = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* The format string to apply to the value
|
|
32
32
|
*/
|
|
33
33
|
get formatStringOverride() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.o0;
|
|
35
35
|
}
|
|
36
36
|
set formatStringOverride(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.o0 = v;
|
|
38
38
|
}
|
|
39
39
|
get formatSpecifiers() {
|
|
40
|
-
return this.i.
|
|
40
|
+
return this.i.oa;
|
|
41
41
|
}
|
|
42
42
|
set formatSpecifiers(v) {
|
|
43
43
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
44
44
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
45
45
|
v = v.split(re);
|
|
46
46
|
}
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.oa = v;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* The format options to apply to the value
|
|
51
51
|
*/
|
|
52
52
|
get formatOverride() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.ot;
|
|
54
54
|
}
|
|
55
55
|
set formatOverride(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.ot = v;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Sets or gets the simple DateTimeFormat to use for the cell.
|
|
60
60
|
*/
|
|
61
61
|
get dateTimeFormat() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.of;
|
|
63
63
|
}
|
|
64
64
|
set dateTimeFormat(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.of = ensureEnum(DateTimeFormats_$type, v);
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Sets or gets whether the value to use is a DateTimeOffset value.
|
|
69
69
|
*/
|
|
70
70
|
get isOffsetValue() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.oh;
|
|
72
72
|
}
|
|
73
73
|
set isOffsetValue(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.oh = ensureBool(v);
|
|
75
75
|
}
|
|
76
76
|
findByName(name) {
|
|
77
77
|
var baseResult = super.findByName(name);
|