igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +24378 -21126
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
- 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 +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +28 -28
- package/esm2015/lib/CheckboxListBridge.js +54 -26
- package/esm2015/lib/CheckboxListView_combined.js +775 -745
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
- package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +7 -7
- 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 +13 -13
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +11 -11
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +25 -25
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +71 -69
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +15 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm2015/lib/GridStyleRepository.js +272 -431
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +31 -31
- package/esm2015/lib/SectionHeaderCell.js +20 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +34 -25
- package/esm2015/lib/SummaryCellPresenter.js +8 -8
- package/esm2015/lib/TemplateCell.js +12 -12
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +8 -8
- 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 +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +177 -136
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +89 -90
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +390 -193
- package/esm2015/lib/igc-data-grid-component.js +241 -2
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +121 -10
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +3 -0
- package/esm5/lib/CanvasCellPresenterBase.js +5 -5
- 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 +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +28 -28
- package/esm5/lib/CheckboxListBridge.js +54 -26
- package/esm5/lib/CheckboxListView_combined.js +748 -718
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
- package/esm5/lib/ColumnGroupingView_combined.js +24 -24
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +7 -7
- 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 +13 -13
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +11 -11
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +25 -25
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +70 -68
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +15 -6
- package/esm5/lib/GridFilterDialogView_combined.js +478 -177
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm5/lib/GridStyleRepository.js +280 -583
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +31 -31
- package/esm5/lib/SectionHeaderCell.js +20 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +35 -26
- package/esm5/lib/SummaryCellPresenter.js +8 -8
- package/esm5/lib/TemplateCell.js +12 -12
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +8 -8
- 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 +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +175 -134
- package/esm5/lib/TextHeaderCellPresenter.js +66 -25
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +89 -90
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +478 -193
- package/esm5/lib/igc-data-grid-component.js +324 -3
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +173 -10
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +3 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
- package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +159 -154
- package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
- 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 +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +104 -61
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +23 -83
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +4 -2
- package/lib/SummaryCell.d.ts +6 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +77 -0
- package/lib/igc-data-grid-component.d.ts +94 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +48 -0
- package/package.json +4 -4
- package/public_api.d.ts +3 -0
|
@@ -27,7 +27,7 @@ import { IgcGridSortDescriptionsChangedEventArgs } from './igc-grid-sort-descrip
|
|
|
27
27
|
import { IgcGridGroupDescriptionsChangedEventArgs } from './igc-grid-group-descriptions-changed-event-args';
|
|
28
28
|
import { IgcGridSummaryDescriptionsChangedEventArgs } from './igc-grid-summary-descriptions-changed-event-args';
|
|
29
29
|
import { DataGrid } from "./DataGrid";
|
|
30
|
-
import { ensureEnum, ensureBool, CollectionAdapter, getAllPropertyNames, enumToString, fromSpinal, toSpinal, brushToString, stringToBrush, initializePropertiesFromCss, NamePatcher } from "igniteui-webcomponents-core";
|
|
30
|
+
import { ensureEnum, ensureBool, CollectionAdapter, getAllPropertyNames, enumToString, fromSpinal, toSpinal, brushToString, stringToBrush, initializePropertiesFromCss, NamePatcher, moveFocusNext, moveFocusPrevious } from "igniteui-webcomponents-core";
|
|
31
31
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
32
32
|
import { WebComponentRenderer, WebComponentWrapper, PortalManager } from "igniteui-webcomponents-core";
|
|
33
33
|
import { DataGridColumn } from './DataGridColumn';
|
|
@@ -133,6 +133,8 @@ import { IgcTextHeaderCellInfo } from "./igc-text-header-cell-info";
|
|
|
133
133
|
import { IgcFilterCellInfo } from "./igc-filter-cell-info";
|
|
134
134
|
import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
|
|
135
135
|
import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
|
|
136
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
137
|
+
import { IgcDataBindingEventArgs } from './igc-data-binding-event-args';
|
|
136
138
|
var GridStylingDefaults = {};
|
|
137
139
|
export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
138
140
|
__extends(IgcDataGridComponent, _super);
|
|
@@ -216,6 +218,10 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
216
218
|
_this._cellPointerUp_wrapped = null;
|
|
217
219
|
_this._cellClicked = null;
|
|
218
220
|
_this._cellClicked_wrapped = null;
|
|
221
|
+
_this._filterRowDataBinding = null;
|
|
222
|
+
_this._filterRowDataBinding_wrapped = null;
|
|
223
|
+
_this._filterRowDataBound = null;
|
|
224
|
+
_this._filterRowDataBound_wrapped = null;
|
|
219
225
|
_this._sortDescriptionsChanged = null;
|
|
220
226
|
_this._sortDescriptionsChanged_wrapped = null;
|
|
221
227
|
_this._groupDescriptionsChanged = null;
|
|
@@ -468,6 +474,12 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
468
474
|
this._scroller.scrollbarBrush = color;
|
|
469
475
|
}
|
|
470
476
|
};
|
|
477
|
+
IgcDataGridComponent.prototype._moveFocusNext = function () {
|
|
478
|
+
moveFocusNext(this, true);
|
|
479
|
+
};
|
|
480
|
+
IgcDataGridComponent.prototype._moveFocusPrevious = function () {
|
|
481
|
+
moveFocusPrevious(this);
|
|
482
|
+
};
|
|
471
483
|
IgcDataGridComponent.prototype.createImplementation = function () {
|
|
472
484
|
//let test = Grid;
|
|
473
485
|
return new DataGrid();
|
|
@@ -1021,10 +1033,24 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1021
1033
|
RegisterElementHelper.registerElement(IgcDataGridComponent.htmlTagName, IgcDataGridComponent);
|
|
1022
1034
|
}
|
|
1023
1035
|
};
|
|
1024
|
-
Object.defineProperty(IgcDataGridComponent.prototype, "
|
|
1036
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "theme", {
|
|
1025
1037
|
/**
|
|
1026
|
-
* Gets or sets the
|
|
1038
|
+
* Gets or sets the base theme used by the grid.
|
|
1027
1039
|
*/
|
|
1040
|
+
get: function () {
|
|
1041
|
+
return this.i.theme;
|
|
1042
|
+
},
|
|
1043
|
+
set: function (v) {
|
|
1044
|
+
this.i.theme = ensureEnum(BaseControlTheme_$type, v);
|
|
1045
|
+
this._a("theme", enumToString(BaseControlTheme_$type, this.i.theme));
|
|
1046
|
+
},
|
|
1047
|
+
enumerable: false,
|
|
1048
|
+
configurable: true
|
|
1049
|
+
});
|
|
1050
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnResizingMode", {
|
|
1051
|
+
/**
|
|
1052
|
+
* Gets or sets the type of column resizing to use.
|
|
1053
|
+
*/
|
|
1028
1054
|
get: function () {
|
|
1029
1055
|
return this.i.columnResizingMode;
|
|
1030
1056
|
},
|
|
@@ -2071,6 +2097,17 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2071
2097
|
enumerable: false,
|
|
2072
2098
|
configurable: true
|
|
2073
2099
|
});
|
|
2100
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "useNewerColumnOptionsMenu", {
|
|
2101
|
+
get: function () {
|
|
2102
|
+
return this.i.useNewerColumnOptionsMenu;
|
|
2103
|
+
},
|
|
2104
|
+
set: function (v) {
|
|
2105
|
+
this.i.useNewerColumnOptionsMenu = ensureBool(v);
|
|
2106
|
+
this._a("useNewerColumnOptionsMenu", this.i.useNewerColumnOptionsMenu);
|
|
2107
|
+
},
|
|
2108
|
+
enumerable: false,
|
|
2109
|
+
configurable: true
|
|
2110
|
+
});
|
|
2074
2111
|
Object.defineProperty(IgcDataGridComponent.prototype, "isGroupRowSticky", {
|
|
2075
2112
|
/**
|
|
2076
2113
|
* Gets or sets if group rows will stick to the top of the grid.
|
|
@@ -2865,6 +2902,20 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2865
2902
|
enumerable: false,
|
|
2866
2903
|
configurable: true
|
|
2867
2904
|
});
|
|
2905
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "actualBorder", {
|
|
2906
|
+
/**
|
|
2907
|
+
* Gets the actual border color around the grid.
|
|
2908
|
+
*/
|
|
2909
|
+
get: function () {
|
|
2910
|
+
return brushToString(this.i.actualBorder);
|
|
2911
|
+
},
|
|
2912
|
+
set: function (v) {
|
|
2913
|
+
this.i.actualBorder = stringToBrush(v);
|
|
2914
|
+
this._a("actualBorder", brushToString(this.i.actualBorder));
|
|
2915
|
+
},
|
|
2916
|
+
enumerable: false,
|
|
2917
|
+
configurable: true
|
|
2918
|
+
});
|
|
2868
2919
|
Object.defineProperty(IgcDataGridComponent.prototype, "border", {
|
|
2869
2920
|
/**
|
|
2870
2921
|
* Gets or sets the border color around the grid.
|
|
@@ -3108,6 +3159,34 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
3108
3159
|
enumerable: false,
|
|
3109
3160
|
configurable: true
|
|
3110
3161
|
});
|
|
3162
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "actualBackground", {
|
|
3163
|
+
/**
|
|
3164
|
+
* Gets the actual background for the grid.
|
|
3165
|
+
*/
|
|
3166
|
+
get: function () {
|
|
3167
|
+
return brushToString(this.i.actualBackground);
|
|
3168
|
+
},
|
|
3169
|
+
set: function (v) {
|
|
3170
|
+
this.i.actualBackground = stringToBrush(v);
|
|
3171
|
+
this._a("actualBackground", brushToString(this.i.actualBackground));
|
|
3172
|
+
},
|
|
3173
|
+
enumerable: false,
|
|
3174
|
+
configurable: true
|
|
3175
|
+
});
|
|
3176
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "background", {
|
|
3177
|
+
/**
|
|
3178
|
+
* Gets or sets the background for the grid.
|
|
3179
|
+
*/
|
|
3180
|
+
get: function () {
|
|
3181
|
+
return brushToString(this.i.background);
|
|
3182
|
+
},
|
|
3183
|
+
set: function (v) {
|
|
3184
|
+
this.i.background = stringToBrush(v);
|
|
3185
|
+
this._a("background", brushToString(this.i.background));
|
|
3186
|
+
},
|
|
3187
|
+
enumerable: false,
|
|
3188
|
+
configurable: true
|
|
3189
|
+
});
|
|
3111
3190
|
Object.defineProperty(IgcDataGridComponent.prototype, "responsiveStates", {
|
|
3112
3191
|
/**
|
|
3113
3192
|
* A set of states that can be applied to the columns of the grid based on available space.
|
|
@@ -3895,6 +3974,181 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
3895
3974
|
enumerable: false,
|
|
3896
3975
|
configurable: true
|
|
3897
3976
|
});
|
|
3977
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsBackground", {
|
|
3978
|
+
/**
|
|
3979
|
+
* Gets or sets the column options dropdown background color.
|
|
3980
|
+
*/
|
|
3981
|
+
get: function () {
|
|
3982
|
+
return brushToString(this.i.columnOptionsBackground);
|
|
3983
|
+
},
|
|
3984
|
+
set: function (v) {
|
|
3985
|
+
this.i.columnOptionsBackground = stringToBrush(v);
|
|
3986
|
+
this._a("columnOptionsBackground", brushToString(this.i.columnOptionsBackground));
|
|
3987
|
+
},
|
|
3988
|
+
enumerable: false,
|
|
3989
|
+
configurable: true
|
|
3990
|
+
});
|
|
3991
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsTextColor", {
|
|
3992
|
+
/**
|
|
3993
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
3994
|
+
*/
|
|
3995
|
+
get: function () {
|
|
3996
|
+
return brushToString(this.i.columnOptionsTextColor);
|
|
3997
|
+
},
|
|
3998
|
+
set: function (v) {
|
|
3999
|
+
this.i.columnOptionsTextColor = stringToBrush(v);
|
|
4000
|
+
this._a("columnOptionsTextColor", brushToString(this.i.columnOptionsTextColor));
|
|
4001
|
+
},
|
|
4002
|
+
enumerable: false,
|
|
4003
|
+
configurable: true
|
|
4004
|
+
});
|
|
4005
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsTextStyle", {
|
|
4006
|
+
/**
|
|
4007
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
4008
|
+
*/
|
|
4009
|
+
get: function () {
|
|
4010
|
+
if (this.i.columnOptionsTextStyle == null) {
|
|
4011
|
+
return null;
|
|
4012
|
+
}
|
|
4013
|
+
return this.i.columnOptionsTextStyle.fontString;
|
|
4014
|
+
},
|
|
4015
|
+
set: function (v) {
|
|
4016
|
+
var fi = new FontInfo();
|
|
4017
|
+
fi.fontString = v;
|
|
4018
|
+
this.i.columnOptionsTextStyle = fi;
|
|
4019
|
+
this._a("columnOptionsTextStyle", this.i.columnOptionsTextStyle != null ? this.i.columnOptionsTextStyle.fontString : "");
|
|
4020
|
+
},
|
|
4021
|
+
enumerable: false,
|
|
4022
|
+
configurable: true
|
|
4023
|
+
});
|
|
4024
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsHoverBackgroundColor", {
|
|
4025
|
+
/**
|
|
4026
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
4027
|
+
*/
|
|
4028
|
+
get: function () {
|
|
4029
|
+
return brushToString(this.i.columnOptionsHoverBackgroundColor);
|
|
4030
|
+
},
|
|
4031
|
+
set: function (v) {
|
|
4032
|
+
this.i.columnOptionsHoverBackgroundColor = stringToBrush(v);
|
|
4033
|
+
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.columnOptionsHoverBackgroundColor));
|
|
4034
|
+
},
|
|
4035
|
+
enumerable: false,
|
|
4036
|
+
configurable: true
|
|
4037
|
+
});
|
|
4038
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
4039
|
+
/**
|
|
4040
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
4041
|
+
*/
|
|
4042
|
+
get: function () {
|
|
4043
|
+
return brushToString(this.i.columnOptionsToolTipBackgroundColor);
|
|
4044
|
+
},
|
|
4045
|
+
set: function (v) {
|
|
4046
|
+
this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
|
|
4047
|
+
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.columnOptionsToolTipBackgroundColor));
|
|
4048
|
+
},
|
|
4049
|
+
enumerable: false,
|
|
4050
|
+
configurable: true
|
|
4051
|
+
});
|
|
4052
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsHighlightColor", {
|
|
4053
|
+
/**
|
|
4054
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
4055
|
+
*/
|
|
4056
|
+
get: function () {
|
|
4057
|
+
return brushToString(this.i.columnOptionsHighlightColor);
|
|
4058
|
+
},
|
|
4059
|
+
set: function (v) {
|
|
4060
|
+
this.i.columnOptionsHighlightColor = stringToBrush(v);
|
|
4061
|
+
this._a("columnOptionsHighlightColor", brushToString(this.i.columnOptionsHighlightColor));
|
|
4062
|
+
},
|
|
4063
|
+
enumerable: false,
|
|
4064
|
+
configurable: true
|
|
4065
|
+
});
|
|
4066
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsSeparatorColor", {
|
|
4067
|
+
/**
|
|
4068
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
4069
|
+
*/
|
|
4070
|
+
get: function () {
|
|
4071
|
+
return brushToString(this.i.columnOptionsSeparatorColor);
|
|
4072
|
+
},
|
|
4073
|
+
set: function (v) {
|
|
4074
|
+
this.i.columnOptionsSeparatorColor = stringToBrush(v);
|
|
4075
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.columnOptionsSeparatorColor));
|
|
4076
|
+
},
|
|
4077
|
+
enumerable: false,
|
|
4078
|
+
configurable: true
|
|
4079
|
+
});
|
|
4080
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsGroupHeaderBackground", {
|
|
4081
|
+
/**
|
|
4082
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
4083
|
+
*/
|
|
4084
|
+
get: function () {
|
|
4085
|
+
return brushToString(this.i.columnOptionsGroupHeaderBackground);
|
|
4086
|
+
},
|
|
4087
|
+
set: function (v) {
|
|
4088
|
+
this.i.columnOptionsGroupHeaderBackground = stringToBrush(v);
|
|
4089
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.columnOptionsGroupHeaderBackground));
|
|
4090
|
+
},
|
|
4091
|
+
enumerable: false,
|
|
4092
|
+
configurable: true
|
|
4093
|
+
});
|
|
4094
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsGroupHeaderTextColor", {
|
|
4095
|
+
/**
|
|
4096
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
4097
|
+
*/
|
|
4098
|
+
get: function () {
|
|
4099
|
+
return brushToString(this.i.columnOptionsGroupHeaderTextColor);
|
|
4100
|
+
},
|
|
4101
|
+
set: function (v) {
|
|
4102
|
+
this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
|
|
4103
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.columnOptionsGroupHeaderTextColor));
|
|
4104
|
+
},
|
|
4105
|
+
enumerable: false,
|
|
4106
|
+
configurable: true
|
|
4107
|
+
});
|
|
4108
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
|
|
4109
|
+
/**
|
|
4110
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
4111
|
+
*/
|
|
4112
|
+
get: function () {
|
|
4113
|
+
if (this.i.columnOptionsGroupHeaderTextStyle == null) {
|
|
4114
|
+
return null;
|
|
4115
|
+
}
|
|
4116
|
+
return this.i.columnOptionsGroupHeaderTextStyle.fontString;
|
|
4117
|
+
},
|
|
4118
|
+
set: function (v) {
|
|
4119
|
+
var fi = new FontInfo();
|
|
4120
|
+
fi.fontString = v;
|
|
4121
|
+
this.i.columnOptionsGroupHeaderTextStyle = fi;
|
|
4122
|
+
this._a("columnOptionsGroupHeaderTextStyle", this.i.columnOptionsGroupHeaderTextStyle != null ? this.i.columnOptionsGroupHeaderTextStyle.fontString : "");
|
|
4123
|
+
},
|
|
4124
|
+
enumerable: false,
|
|
4125
|
+
configurable: true
|
|
4126
|
+
});
|
|
4127
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsAccentColor", {
|
|
4128
|
+
get: function () {
|
|
4129
|
+
return brushToString(this.i.columnOptionsAccentColor);
|
|
4130
|
+
},
|
|
4131
|
+
set: function (v) {
|
|
4132
|
+
this.i.columnOptionsAccentColor = stringToBrush(v);
|
|
4133
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.columnOptionsAccentColor));
|
|
4134
|
+
},
|
|
4135
|
+
enumerable: false,
|
|
4136
|
+
configurable: true
|
|
4137
|
+
});
|
|
4138
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsRowHeight", {
|
|
4139
|
+
/**
|
|
4140
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
4141
|
+
*/
|
|
4142
|
+
get: function () {
|
|
4143
|
+
return this.i.columnOptionsRowHeight;
|
|
4144
|
+
},
|
|
4145
|
+
set: function (v) {
|
|
4146
|
+
this.i.columnOptionsRowHeight = +v;
|
|
4147
|
+
this._a("columnOptionsRowHeight", this.i.columnOptionsRowHeight);
|
|
4148
|
+
},
|
|
4149
|
+
enumerable: false,
|
|
4150
|
+
configurable: true
|
|
4151
|
+
});
|
|
3898
4152
|
Object.defineProperty(IgcDataGridComponent.prototype, "allowCopyOperation", {
|
|
3899
4153
|
get: function () {
|
|
3900
4154
|
return this.i.allowCopyOperation;
|
|
@@ -3906,6 +4160,17 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
3906
4160
|
enumerable: false,
|
|
3907
4161
|
configurable: true
|
|
3908
4162
|
});
|
|
4163
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "maxSelectedCellRanges", {
|
|
4164
|
+
get: function () {
|
|
4165
|
+
return this.i.maxSelectedCellRanges;
|
|
4166
|
+
},
|
|
4167
|
+
set: function (v) {
|
|
4168
|
+
this.i.maxSelectedCellRanges = +v;
|
|
4169
|
+
this._a("maxSelectedCellRanges", this.i.maxSelectedCellRanges);
|
|
4170
|
+
},
|
|
4171
|
+
enumerable: false,
|
|
4172
|
+
configurable: true
|
|
4173
|
+
});
|
|
3909
4174
|
Object.defineProperty(IgcDataGridComponent.prototype, "deferEventForRowDragSelection", {
|
|
3910
4175
|
/**
|
|
3911
4176
|
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
@@ -4670,6 +4935,62 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
4670
4935
|
enumerable: false,
|
|
4671
4936
|
configurable: true
|
|
4672
4937
|
});
|
|
4938
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "filterRowDataBinding", {
|
|
4939
|
+
get: function () {
|
|
4940
|
+
return this._filterRowDataBinding;
|
|
4941
|
+
},
|
|
4942
|
+
set: function (ev) {
|
|
4943
|
+
var _this = this;
|
|
4944
|
+
if (this._filterRowDataBinding_wrapped !== null) {
|
|
4945
|
+
this.i.filterRowDataBinding = delegateRemove(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
|
|
4946
|
+
this._filterRowDataBinding_wrapped = null;
|
|
4947
|
+
this._filterRowDataBinding = null;
|
|
4948
|
+
}
|
|
4949
|
+
this._filterRowDataBinding = ev;
|
|
4950
|
+
this._filterRowDataBinding_wrapped = function (o, e) {
|
|
4951
|
+
var outerArgs = new IgcDataBindingEventArgs();
|
|
4952
|
+
outerArgs._provideImplementation(e);
|
|
4953
|
+
if (_this.beforeFilterRowDataBinding) {
|
|
4954
|
+
_this.beforeFilterRowDataBinding(_this, outerArgs);
|
|
4955
|
+
}
|
|
4956
|
+
if (_this._filterRowDataBinding) {
|
|
4957
|
+
_this._filterRowDataBinding(_this, outerArgs);
|
|
4958
|
+
}
|
|
4959
|
+
};
|
|
4960
|
+
this.i.filterRowDataBinding = delegateCombine(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
|
|
4961
|
+
;
|
|
4962
|
+
},
|
|
4963
|
+
enumerable: false,
|
|
4964
|
+
configurable: true
|
|
4965
|
+
});
|
|
4966
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "filterRowDataBound", {
|
|
4967
|
+
get: function () {
|
|
4968
|
+
return this._filterRowDataBound;
|
|
4969
|
+
},
|
|
4970
|
+
set: function (ev) {
|
|
4971
|
+
var _this = this;
|
|
4972
|
+
if (this._filterRowDataBound_wrapped !== null) {
|
|
4973
|
+
this.i.filterRowDataBound = delegateRemove(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
|
|
4974
|
+
this._filterRowDataBound_wrapped = null;
|
|
4975
|
+
this._filterRowDataBound = null;
|
|
4976
|
+
}
|
|
4977
|
+
this._filterRowDataBound = ev;
|
|
4978
|
+
this._filterRowDataBound_wrapped = function (o, e) {
|
|
4979
|
+
var outerArgs = new IgcDataBindingEventArgs();
|
|
4980
|
+
outerArgs._provideImplementation(e);
|
|
4981
|
+
if (_this.beforeFilterRowDataBound) {
|
|
4982
|
+
_this.beforeFilterRowDataBound(_this, outerArgs);
|
|
4983
|
+
}
|
|
4984
|
+
if (_this._filterRowDataBound) {
|
|
4985
|
+
_this._filterRowDataBound(_this, outerArgs);
|
|
4986
|
+
}
|
|
4987
|
+
};
|
|
4988
|
+
this.i.filterRowDataBound = delegateCombine(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
|
|
4989
|
+
;
|
|
4990
|
+
},
|
|
4991
|
+
enumerable: false,
|
|
4992
|
+
configurable: true
|
|
4993
|
+
});
|
|
4673
4994
|
Object.defineProperty(IgcDataGridComponent.prototype, "sortDescriptionsChanged", {
|
|
4674
4995
|
/**
|
|
4675
4996
|
* Called when sorting has changed.
|
|
@@ -8,6 +8,7 @@ import { GridFilterDialog } from "./GridFilterDialog";
|
|
|
8
8
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
9
9
|
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureBool, brushToString, stringToBrush, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
10
10
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
11
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
11
12
|
/**
|
|
12
13
|
* An advanced grid for displaying data.
|
|
13
14
|
*/
|
|
@@ -156,11 +157,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
156
157
|
};
|
|
157
158
|
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "isAnimationEnabled", {
|
|
158
159
|
get: function () {
|
|
159
|
-
return this.i.
|
|
160
|
+
return this.i.ai;
|
|
160
161
|
},
|
|
161
162
|
set: function (v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("isAnimationEnabled", this.i.
|
|
163
|
+
this.i.ai = ensureBool(v);
|
|
164
|
+
this._a("isAnimationEnabled", this.i.ai);
|
|
164
165
|
},
|
|
165
166
|
enumerable: false,
|
|
166
167
|
configurable: true
|
|
@@ -172,11 +173,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
172
173
|
* to appear blurry.
|
|
173
174
|
*/
|
|
174
175
|
get: function () {
|
|
175
|
-
return this.i.
|
|
176
|
+
return this.i.aq;
|
|
176
177
|
},
|
|
177
178
|
set: function (v) {
|
|
178
|
-
this.i.
|
|
179
|
-
this._a("pixelScalingRatio", this.i.
|
|
179
|
+
this.i.aq = +v;
|
|
180
|
+
this._a("pixelScalingRatio", this.i.aq);
|
|
180
181
|
},
|
|
181
182
|
enumerable: false,
|
|
182
183
|
configurable: true
|
|
@@ -188,40 +189,215 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
188
189
|
* to appear blurry.
|
|
189
190
|
*/
|
|
190
191
|
get: function () {
|
|
191
|
-
return this.i.
|
|
192
|
+
return this.i.ap;
|
|
192
193
|
},
|
|
193
194
|
set: function (v) {
|
|
194
|
-
this.i.
|
|
195
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
195
|
+
this.i.ap = +v;
|
|
196
|
+
this._a("actualPixelScalingRatio", this.i.ap);
|
|
196
197
|
},
|
|
197
198
|
enumerable: false,
|
|
198
199
|
configurable: true
|
|
199
200
|
});
|
|
200
201
|
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "iconColor", {
|
|
201
202
|
get: function () {
|
|
202
|
-
return brushToString(this.i.
|
|
203
|
+
return brushToString(this.i.c1);
|
|
203
204
|
},
|
|
204
205
|
set: function (v) {
|
|
205
|
-
this.i.
|
|
206
|
-
this._a("iconColor", brushToString(this.i.
|
|
206
|
+
this.i.c1 = stringToBrush(v);
|
|
207
|
+
this._a("iconColor", brushToString(this.i.c1));
|
|
207
208
|
},
|
|
208
209
|
enumerable: false,
|
|
209
210
|
configurable: true
|
|
210
211
|
});
|
|
211
212
|
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "viewSize", {
|
|
212
213
|
get: function () {
|
|
213
|
-
return this.i.
|
|
214
|
+
return this.i.ar;
|
|
215
|
+
},
|
|
216
|
+
set: function (v) {
|
|
217
|
+
this.i.ar = +v;
|
|
218
|
+
this._a("viewSize", this.i.ar);
|
|
219
|
+
},
|
|
220
|
+
enumerable: false,
|
|
221
|
+
configurable: true
|
|
222
|
+
});
|
|
223
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsBackground", {
|
|
224
|
+
/**
|
|
225
|
+
* Gets or sets the column options dropdown background color.
|
|
226
|
+
*/
|
|
227
|
+
get: function () {
|
|
228
|
+
return brushToString(this.i.ct);
|
|
229
|
+
},
|
|
230
|
+
set: function (v) {
|
|
231
|
+
this.i.ct = stringToBrush(v);
|
|
232
|
+
this._a("columnOptionsBackground", brushToString(this.i.ct));
|
|
233
|
+
},
|
|
234
|
+
enumerable: false,
|
|
235
|
+
configurable: true
|
|
236
|
+
});
|
|
237
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsTextColor", {
|
|
238
|
+
/**
|
|
239
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
240
|
+
*/
|
|
241
|
+
get: function () {
|
|
242
|
+
return brushToString(this.i.cz);
|
|
243
|
+
},
|
|
244
|
+
set: function (v) {
|
|
245
|
+
this.i.cz = stringToBrush(v);
|
|
246
|
+
this._a("columnOptionsTextColor", brushToString(this.i.cz));
|
|
247
|
+
},
|
|
248
|
+
enumerable: false,
|
|
249
|
+
configurable: true
|
|
250
|
+
});
|
|
251
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsTextStyle", {
|
|
252
|
+
/**
|
|
253
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
254
|
+
*/
|
|
255
|
+
get: function () {
|
|
256
|
+
if (this.i.ab == null) {
|
|
257
|
+
return null;
|
|
258
|
+
}
|
|
259
|
+
return this.i.ab.fontString;
|
|
260
|
+
},
|
|
261
|
+
set: function (v) {
|
|
262
|
+
var fi = new FontInfo();
|
|
263
|
+
fi.fontString = v;
|
|
264
|
+
this.i.ab = fi;
|
|
265
|
+
this._a("columnOptionsTextStyle", this.i.ab != null ? this.i.ab.fontString : "");
|
|
266
|
+
},
|
|
267
|
+
enumerable: false,
|
|
268
|
+
configurable: true
|
|
269
|
+
});
|
|
270
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsHoverBackgroundColor", {
|
|
271
|
+
/**
|
|
272
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
273
|
+
*/
|
|
274
|
+
get: function () {
|
|
275
|
+
return brushToString(this.i.cx);
|
|
276
|
+
},
|
|
277
|
+
set: function (v) {
|
|
278
|
+
this.i.cx = stringToBrush(v);
|
|
279
|
+
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.cx));
|
|
280
|
+
},
|
|
281
|
+
enumerable: false,
|
|
282
|
+
configurable: true
|
|
283
|
+
});
|
|
284
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
285
|
+
/**
|
|
286
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
287
|
+
*/
|
|
288
|
+
get: function () {
|
|
289
|
+
return brushToString(this.i.c0);
|
|
290
|
+
},
|
|
291
|
+
set: function (v) {
|
|
292
|
+
this.i.c0 = stringToBrush(v);
|
|
293
|
+
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.c0));
|
|
294
|
+
},
|
|
295
|
+
enumerable: false,
|
|
296
|
+
configurable: true
|
|
297
|
+
});
|
|
298
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsHighlightColor", {
|
|
299
|
+
/**
|
|
300
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
301
|
+
*/
|
|
302
|
+
get: function () {
|
|
303
|
+
return brushToString(this.i.cw);
|
|
304
|
+
},
|
|
305
|
+
set: function (v) {
|
|
306
|
+
this.i.cw = stringToBrush(v);
|
|
307
|
+
this._a("columnOptionsHighlightColor", brushToString(this.i.cw));
|
|
308
|
+
},
|
|
309
|
+
enumerable: false,
|
|
310
|
+
configurable: true
|
|
311
|
+
});
|
|
312
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsSeparatorColor", {
|
|
313
|
+
/**
|
|
314
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
315
|
+
*/
|
|
316
|
+
get: function () {
|
|
317
|
+
return brushToString(this.i.cy);
|
|
318
|
+
},
|
|
319
|
+
set: function (v) {
|
|
320
|
+
this.i.cy = stringToBrush(v);
|
|
321
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.cy));
|
|
322
|
+
},
|
|
323
|
+
enumerable: false,
|
|
324
|
+
configurable: true
|
|
325
|
+
});
|
|
326
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderBackground", {
|
|
327
|
+
/**
|
|
328
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
329
|
+
*/
|
|
330
|
+
get: function () {
|
|
331
|
+
return brushToString(this.i.cu);
|
|
332
|
+
},
|
|
333
|
+
set: function (v) {
|
|
334
|
+
this.i.cu = stringToBrush(v);
|
|
335
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.cu));
|
|
336
|
+
},
|
|
337
|
+
enumerable: false,
|
|
338
|
+
configurable: true
|
|
339
|
+
});
|
|
340
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderTextColor", {
|
|
341
|
+
/**
|
|
342
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
343
|
+
*/
|
|
344
|
+
get: function () {
|
|
345
|
+
return brushToString(this.i.cv);
|
|
346
|
+
},
|
|
347
|
+
set: function (v) {
|
|
348
|
+
this.i.cv = stringToBrush(v);
|
|
349
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cv));
|
|
350
|
+
},
|
|
351
|
+
enumerable: false,
|
|
352
|
+
configurable: true
|
|
353
|
+
});
|
|
354
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
|
|
355
|
+
/**
|
|
356
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
357
|
+
*/
|
|
358
|
+
get: function () {
|
|
359
|
+
if (this.i.aa == null) {
|
|
360
|
+
return null;
|
|
361
|
+
}
|
|
362
|
+
return this.i.aa.fontString;
|
|
363
|
+
},
|
|
364
|
+
set: function (v) {
|
|
365
|
+
var fi = new FontInfo();
|
|
366
|
+
fi.fontString = v;
|
|
367
|
+
this.i.aa = fi;
|
|
368
|
+
this._a("columnOptionsGroupHeaderTextStyle", this.i.aa != null ? this.i.aa.fontString : "");
|
|
369
|
+
},
|
|
370
|
+
enumerable: false,
|
|
371
|
+
configurable: true
|
|
372
|
+
});
|
|
373
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
|
|
374
|
+
get: function () {
|
|
375
|
+
return brushToString(this.i.cs);
|
|
376
|
+
},
|
|
377
|
+
set: function (v) {
|
|
378
|
+
this.i.cs = stringToBrush(v);
|
|
379
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.cs));
|
|
380
|
+
},
|
|
381
|
+
enumerable: false,
|
|
382
|
+
configurable: true
|
|
383
|
+
});
|
|
384
|
+
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsRowHeight", {
|
|
385
|
+
/**
|
|
386
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
387
|
+
*/
|
|
388
|
+
get: function () {
|
|
389
|
+
return this.i.ax;
|
|
214
390
|
},
|
|
215
391
|
set: function (v) {
|
|
216
|
-
this.i.
|
|
217
|
-
this._a("
|
|
392
|
+
this.i.ax = +v;
|
|
393
|
+
this._a("columnOptionsRowHeight", this.i.ax);
|
|
218
394
|
},
|
|
219
395
|
enumerable: false,
|
|
220
396
|
configurable: true
|
|
221
397
|
});
|
|
222
398
|
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "isOpen", {
|
|
223
399
|
get: function () {
|
|
224
|
-
return this.i.
|
|
400
|
+
return this.i.aj;
|
|
225
401
|
},
|
|
226
402
|
enumerable: false,
|
|
227
403
|
configurable: true
|
|
@@ -312,16 +488,16 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
312
488
|
this._inStyling = false;
|
|
313
489
|
};
|
|
314
490
|
IgcDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
|
|
315
|
-
this.i.
|
|
491
|
+
this.i.b1(width, height);
|
|
316
492
|
};
|
|
317
493
|
IgcDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
|
|
318
|
-
this.i.
|
|
494
|
+
this.i.b0();
|
|
319
495
|
};
|
|
320
496
|
IgcDataGridFilterDialogComponent.prototype.showIcon = function () {
|
|
321
|
-
this.i.
|
|
497
|
+
this.i.ce();
|
|
322
498
|
};
|
|
323
499
|
IgcDataGridFilterDialogComponent.prototype.hideIcon = function () {
|
|
324
|
-
this.i.
|
|
500
|
+
this.i.by();
|
|
325
501
|
};
|
|
326
502
|
IgcDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
|
|
327
503
|
var iv = this.i.getDesiredToolbarActions();
|