igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 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 +44020 -42109
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +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 +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +25 -25
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +416 -411
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +6 -3
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +3 -3
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- 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 +271 -188
- package/esm2015/lib/igc-data-grid-component.js +135 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- 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-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- 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 +74 -24
- package/esm2015/lib/igc-text-header-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 +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +25 -25
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +399 -394
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +10 -3
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +3 -3
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +44 -25
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- 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 +311 -188
- package/esm5/lib/igc-data-grid-component.js +177 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- 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-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- 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 +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
- package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -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/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +23 -0
- package/lib/igc-data-grid-component.d.ts +43 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -134,6 +134,7 @@ import { IgcFilterCellInfo } from "./igc-filter-cell-info";
|
|
|
134
134
|
import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
|
|
135
135
|
import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
|
|
136
136
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
137
|
+
import { IgcDataBindingEventArgs } from './igc-data-binding-event-args';
|
|
137
138
|
var GridStylingDefaults = {};
|
|
138
139
|
export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
139
140
|
__extends(IgcDataGridComponent, _super);
|
|
@@ -217,6 +218,10 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
217
218
|
_this._cellPointerUp_wrapped = null;
|
|
218
219
|
_this._cellClicked = null;
|
|
219
220
|
_this._cellClicked_wrapped = null;
|
|
221
|
+
_this._filterRowDataBinding = null;
|
|
222
|
+
_this._filterRowDataBinding_wrapped = null;
|
|
223
|
+
_this._filterRowDataBound = null;
|
|
224
|
+
_this._filterRowDataBound_wrapped = null;
|
|
220
225
|
_this._sortDescriptionsChanged = null;
|
|
221
226
|
_this._sortDescriptionsChanged_wrapped = null;
|
|
222
227
|
_this._groupDescriptionsChanged = null;
|
|
@@ -2092,6 +2097,17 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2092
2097
|
enumerable: false,
|
|
2093
2098
|
configurable: true
|
|
2094
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
|
+
});
|
|
2095
2111
|
Object.defineProperty(IgcDataGridComponent.prototype, "isGroupRowSticky", {
|
|
2096
2112
|
/**
|
|
2097
2113
|
* Gets or sets if group rows will stick to the top of the grid.
|
|
@@ -3986,6 +4002,67 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
3986
4002
|
enumerable: false,
|
|
3987
4003
|
configurable: true
|
|
3988
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
|
+
});
|
|
3989
4066
|
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsSeparatorColor", {
|
|
3990
4067
|
/**
|
|
3991
4068
|
* Gets or sets the color of separators inside the column options menu.
|
|
@@ -4028,6 +4105,25 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
4028
4105
|
enumerable: false,
|
|
4029
4106
|
configurable: true
|
|
4030
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
|
+
});
|
|
4031
4127
|
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsAccentColor", {
|
|
4032
4128
|
get: function () {
|
|
4033
4129
|
return brushToString(this.i.columnOptionsAccentColor);
|
|
@@ -4039,6 +4135,20 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
4039
4135
|
enumerable: false,
|
|
4040
4136
|
configurable: true
|
|
4041
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
|
+
});
|
|
4042
4152
|
Object.defineProperty(IgcDataGridComponent.prototype, "allowCopyOperation", {
|
|
4043
4153
|
get: function () {
|
|
4044
4154
|
return this.i.allowCopyOperation;
|
|
@@ -4050,6 +4160,17 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
4050
4160
|
enumerable: false,
|
|
4051
4161
|
configurable: true
|
|
4052
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
|
+
});
|
|
4053
4174
|
Object.defineProperty(IgcDataGridComponent.prototype, "deferEventForRowDragSelection", {
|
|
4054
4175
|
/**
|
|
4055
4176
|
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
@@ -4814,6 +4935,62 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
4814
4935
|
enumerable: false,
|
|
4815
4936
|
configurable: true
|
|
4816
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
|
+
});
|
|
4817
4994
|
Object.defineProperty(IgcDataGridComponent.prototype, "sortDescriptionsChanged", {
|
|
4818
4995
|
/**
|
|
4819
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,33 +189,33 @@ 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;
|
|
214
215
|
},
|
|
215
216
|
set: function (v) {
|
|
216
|
-
this.i.
|
|
217
|
-
this._a("viewSize", this.i.
|
|
217
|
+
this.i.ar = +v;
|
|
218
|
+
this._a("viewSize", this.i.ar);
|
|
218
219
|
},
|
|
219
220
|
enumerable: false,
|
|
220
221
|
configurable: true
|
|
@@ -224,11 +225,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
224
225
|
* Gets or sets the column options dropdown background color.
|
|
225
226
|
*/
|
|
226
227
|
get: function () {
|
|
227
|
-
return brushToString(this.i.
|
|
228
|
+
return brushToString(this.i.ct);
|
|
228
229
|
},
|
|
229
230
|
set: function (v) {
|
|
230
|
-
this.i.
|
|
231
|
-
this._a("columnOptionsBackground", brushToString(this.i.
|
|
231
|
+
this.i.ct = stringToBrush(v);
|
|
232
|
+
this._a("columnOptionsBackground", brushToString(this.i.ct));
|
|
232
233
|
},
|
|
233
234
|
enumerable: false,
|
|
234
235
|
configurable: true
|
|
@@ -238,11 +239,72 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
238
239
|
* Gets or sets the text color for text inside the column options menu.
|
|
239
240
|
*/
|
|
240
241
|
get: function () {
|
|
241
|
-
return brushToString(this.i.
|
|
242
|
+
return brushToString(this.i.cz);
|
|
242
243
|
},
|
|
243
244
|
set: function (v) {
|
|
244
|
-
this.i.
|
|
245
|
-
this._a("columnOptionsTextColor", brushToString(this.i.
|
|
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));
|
|
246
308
|
},
|
|
247
309
|
enumerable: false,
|
|
248
310
|
configurable: true
|
|
@@ -252,11 +314,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
252
314
|
* Gets or sets the color of separators inside the column options menu.
|
|
253
315
|
*/
|
|
254
316
|
get: function () {
|
|
255
|
-
return brushToString(this.i.
|
|
317
|
+
return brushToString(this.i.cy);
|
|
256
318
|
},
|
|
257
319
|
set: function (v) {
|
|
258
|
-
this.i.
|
|
259
|
-
this._a("columnOptionsSeparatorColor", brushToString(this.i.
|
|
320
|
+
this.i.cy = stringToBrush(v);
|
|
321
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.cy));
|
|
260
322
|
},
|
|
261
323
|
enumerable: false,
|
|
262
324
|
configurable: true
|
|
@@ -266,11 +328,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
266
328
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
267
329
|
*/
|
|
268
330
|
get: function () {
|
|
269
|
-
return brushToString(this.i.
|
|
331
|
+
return brushToString(this.i.cu);
|
|
270
332
|
},
|
|
271
333
|
set: function (v) {
|
|
272
|
-
this.i.
|
|
273
|
-
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.
|
|
334
|
+
this.i.cu = stringToBrush(v);
|
|
335
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.cu));
|
|
274
336
|
},
|
|
275
337
|
enumerable: false,
|
|
276
338
|
configurable: true
|
|
@@ -280,29 +342,62 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
280
342
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
281
343
|
*/
|
|
282
344
|
get: function () {
|
|
283
|
-
return brushToString(this.i.
|
|
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;
|
|
284
363
|
},
|
|
285
364
|
set: function (v) {
|
|
286
|
-
|
|
287
|
-
|
|
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 : "");
|
|
288
369
|
},
|
|
289
370
|
enumerable: false,
|
|
290
371
|
configurable: true
|
|
291
372
|
});
|
|
292
373
|
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
|
|
293
374
|
get: function () {
|
|
294
|
-
return brushToString(this.i.
|
|
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;
|
|
295
390
|
},
|
|
296
391
|
set: function (v) {
|
|
297
|
-
this.i.
|
|
298
|
-
this._a("
|
|
392
|
+
this.i.ax = +v;
|
|
393
|
+
this._a("columnOptionsRowHeight", this.i.ax);
|
|
299
394
|
},
|
|
300
395
|
enumerable: false,
|
|
301
396
|
configurable: true
|
|
302
397
|
});
|
|
303
398
|
Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "isOpen", {
|
|
304
399
|
get: function () {
|
|
305
|
-
return this.i.
|
|
400
|
+
return this.i.aj;
|
|
306
401
|
},
|
|
307
402
|
enumerable: false,
|
|
308
403
|
configurable: true
|
|
@@ -393,16 +488,16 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
393
488
|
this._inStyling = false;
|
|
394
489
|
};
|
|
395
490
|
IgcDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
|
|
396
|
-
this.i.
|
|
491
|
+
this.i.b1(width, height);
|
|
397
492
|
};
|
|
398
493
|
IgcDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
|
|
399
|
-
this.i.
|
|
494
|
+
this.i.b0();
|
|
400
495
|
};
|
|
401
496
|
IgcDataGridFilterDialogComponent.prototype.showIcon = function () {
|
|
402
|
-
this.i.
|
|
497
|
+
this.i.ce();
|
|
403
498
|
};
|
|
404
499
|
IgcDataGridFilterDialogComponent.prototype.hideIcon = function () {
|
|
405
|
-
this.i.
|
|
500
|
+
this.i.by();
|
|
406
501
|
};
|
|
407
502
|
IgcDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
|
|
408
503
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -29,10 +29,10 @@ var IgcDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
* Sets or gets the DateTime value for the cell.
|
|
30
30
|
*/
|
|
31
31
|
get: function () {
|
|
32
|
-
return this.i.
|
|
32
|
+
return this.i.ob;
|
|
33
33
|
},
|
|
34
34
|
set: function (v) {
|
|
35
|
-
this.i.
|
|
35
|
+
this.i.ob = v;
|
|
36
36
|
},
|
|
37
37
|
enumerable: false,
|
|
38
38
|
configurable: true
|
|
@@ -42,24 +42,24 @@ var IgcDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
* The format string to apply to the value
|
|
43
43
|
*/
|
|
44
44
|
get: function () {
|
|
45
|
-
return this.i.
|
|
45
|
+
return this.i.os;
|
|
46
46
|
},
|
|
47
47
|
set: function (v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.os = v;
|
|
49
49
|
},
|
|
50
50
|
enumerable: false,
|
|
51
51
|
configurable: true
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(IgcDateTimeCellInfo.prototype, "formatSpecifiers", {
|
|
54
54
|
get: function () {
|
|
55
|
-
return this.i.
|
|
55
|
+
return this.i.n2;
|
|
56
56
|
},
|
|
57
57
|
set: function (v) {
|
|
58
58
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
59
59
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
60
60
|
v = v.split(re);
|
|
61
61
|
}
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.n2 = v;
|
|
63
63
|
},
|
|
64
64
|
enumerable: false,
|
|
65
65
|
configurable: true
|
|
@@ -69,10 +69,10 @@ var IgcDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
* The format options to apply to the value
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.ol;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.ol = v;
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
@@ -82,10 +82,10 @@ var IgcDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
* Sets or gets the simple DateTimeFormat to use for the cell.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.n7;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.n7 = ensureEnum(DateTimeFormats_$type, v);
|
|
89
89
|
},
|
|
90
90
|
enumerable: false,
|
|
91
91
|
configurable: true
|
|
@@ -95,10 +95,10 @@ var IgcDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
* Sets or gets whether the value to use is a DateTimeOffset value.
|
|
96
96
|
*/
|
|
97
97
|
get: function () {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.n9;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.n9 = ensureBool(v);
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|