igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +45073 -42900
- 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 +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +24 -24
- 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 +8014 -6939
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- 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 +2 -2
- 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 +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 +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 +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/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- 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 +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +45 -26
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/igc-cell-info.js +106 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- 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 +332 -229
- package/esm2015/lib/igc-data-grid-component.js +145 -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-definition-base-component.js +12 -12
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-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 +46 -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 +38 -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 +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 +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +24 -24
- 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 +8053 -6793
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- 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 +2 -2
- 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 +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 +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 +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/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- 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 +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +45 -26
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/igc-cell-info.js +114 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- 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 +380 -229
- package/esm5/lib/igc-data-grid-component.js +191 -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-definition-base-component.js +12 -12
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-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 +50 -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 +46 -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 +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 +39274 -37487
- package/fesm5/igniteui-webcomponents-data-grids.js +45073 -42902
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1768 -1659
- 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/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/igc-cell-info.d.ts +9 -0
- package/lib/igc-data-grid-column-component.d.ts +33 -0
- package/lib/igc-data-grid-component.d.ts +48 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +4 -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.
|
|
@@ -2134,6 +2150,20 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2134
2150
|
enumerable: false,
|
|
2135
2151
|
configurable: true
|
|
2136
2152
|
});
|
|
2153
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "cellSelectedTextColor", {
|
|
2154
|
+
/**
|
|
2155
|
+
* Gets or sets the default text color to use for content cells when a row is in a selected state
|
|
2156
|
+
*/
|
|
2157
|
+
get: function () {
|
|
2158
|
+
return brushToString(this.i.cellSelectedTextColor);
|
|
2159
|
+
},
|
|
2160
|
+
set: function (v) {
|
|
2161
|
+
this.i.cellSelectedTextColor = stringToBrush(v);
|
|
2162
|
+
this._a("cellSelectedTextColor", brushToString(this.i.cellSelectedTextColor));
|
|
2163
|
+
},
|
|
2164
|
+
enumerable: false,
|
|
2165
|
+
configurable: true
|
|
2166
|
+
});
|
|
2137
2167
|
Object.defineProperty(IgcDataGridComponent.prototype, "sectionHeaderSelectedBackground", {
|
|
2138
2168
|
/**
|
|
2139
2169
|
* Gets or sets the default background color to use for section header cells when a row is in a selected state
|
|
@@ -3986,6 +4016,67 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
3986
4016
|
enumerable: false,
|
|
3987
4017
|
configurable: true
|
|
3988
4018
|
});
|
|
4019
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsTextStyle", {
|
|
4020
|
+
/**
|
|
4021
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
4022
|
+
*/
|
|
4023
|
+
get: function () {
|
|
4024
|
+
if (this.i.columnOptionsTextStyle == null) {
|
|
4025
|
+
return null;
|
|
4026
|
+
}
|
|
4027
|
+
return this.i.columnOptionsTextStyle.fontString;
|
|
4028
|
+
},
|
|
4029
|
+
set: function (v) {
|
|
4030
|
+
var fi = new FontInfo();
|
|
4031
|
+
fi.fontString = v;
|
|
4032
|
+
this.i.columnOptionsTextStyle = fi;
|
|
4033
|
+
this._a("columnOptionsTextStyle", this.i.columnOptionsTextStyle != null ? this.i.columnOptionsTextStyle.fontString : "");
|
|
4034
|
+
},
|
|
4035
|
+
enumerable: false,
|
|
4036
|
+
configurable: true
|
|
4037
|
+
});
|
|
4038
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsHoverBackgroundColor", {
|
|
4039
|
+
/**
|
|
4040
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
4041
|
+
*/
|
|
4042
|
+
get: function () {
|
|
4043
|
+
return brushToString(this.i.columnOptionsHoverBackgroundColor);
|
|
4044
|
+
},
|
|
4045
|
+
set: function (v) {
|
|
4046
|
+
this.i.columnOptionsHoverBackgroundColor = stringToBrush(v);
|
|
4047
|
+
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.columnOptionsHoverBackgroundColor));
|
|
4048
|
+
},
|
|
4049
|
+
enumerable: false,
|
|
4050
|
+
configurable: true
|
|
4051
|
+
});
|
|
4052
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
4053
|
+
/**
|
|
4054
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
4055
|
+
*/
|
|
4056
|
+
get: function () {
|
|
4057
|
+
return brushToString(this.i.columnOptionsToolTipBackgroundColor);
|
|
4058
|
+
},
|
|
4059
|
+
set: function (v) {
|
|
4060
|
+
this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
|
|
4061
|
+
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.columnOptionsToolTipBackgroundColor));
|
|
4062
|
+
},
|
|
4063
|
+
enumerable: false,
|
|
4064
|
+
configurable: true
|
|
4065
|
+
});
|
|
4066
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsHighlightColor", {
|
|
4067
|
+
/**
|
|
4068
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
4069
|
+
*/
|
|
4070
|
+
get: function () {
|
|
4071
|
+
return brushToString(this.i.columnOptionsHighlightColor);
|
|
4072
|
+
},
|
|
4073
|
+
set: function (v) {
|
|
4074
|
+
this.i.columnOptionsHighlightColor = stringToBrush(v);
|
|
4075
|
+
this._a("columnOptionsHighlightColor", brushToString(this.i.columnOptionsHighlightColor));
|
|
4076
|
+
},
|
|
4077
|
+
enumerable: false,
|
|
4078
|
+
configurable: true
|
|
4079
|
+
});
|
|
3989
4080
|
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsSeparatorColor", {
|
|
3990
4081
|
/**
|
|
3991
4082
|
* Gets or sets the color of separators inside the column options menu.
|
|
@@ -4028,6 +4119,25 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
4028
4119
|
enumerable: false,
|
|
4029
4120
|
configurable: true
|
|
4030
4121
|
});
|
|
4122
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
|
|
4123
|
+
/**
|
|
4124
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
4125
|
+
*/
|
|
4126
|
+
get: function () {
|
|
4127
|
+
if (this.i.columnOptionsGroupHeaderTextStyle == null) {
|
|
4128
|
+
return null;
|
|
4129
|
+
}
|
|
4130
|
+
return this.i.columnOptionsGroupHeaderTextStyle.fontString;
|
|
4131
|
+
},
|
|
4132
|
+
set: function (v) {
|
|
4133
|
+
var fi = new FontInfo();
|
|
4134
|
+
fi.fontString = v;
|
|
4135
|
+
this.i.columnOptionsGroupHeaderTextStyle = fi;
|
|
4136
|
+
this._a("columnOptionsGroupHeaderTextStyle", this.i.columnOptionsGroupHeaderTextStyle != null ? this.i.columnOptionsGroupHeaderTextStyle.fontString : "");
|
|
4137
|
+
},
|
|
4138
|
+
enumerable: false,
|
|
4139
|
+
configurable: true
|
|
4140
|
+
});
|
|
4031
4141
|
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsAccentColor", {
|
|
4032
4142
|
get: function () {
|
|
4033
4143
|
return brushToString(this.i.columnOptionsAccentColor);
|
|
@@ -4039,6 +4149,20 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
4039
4149
|
enumerable: false,
|
|
4040
4150
|
configurable: true
|
|
4041
4151
|
});
|
|
4152
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsRowHeight", {
|
|
4153
|
+
/**
|
|
4154
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
4155
|
+
*/
|
|
4156
|
+
get: function () {
|
|
4157
|
+
return this.i.columnOptionsRowHeight;
|
|
4158
|
+
},
|
|
4159
|
+
set: function (v) {
|
|
4160
|
+
this.i.columnOptionsRowHeight = +v;
|
|
4161
|
+
this._a("columnOptionsRowHeight", this.i.columnOptionsRowHeight);
|
|
4162
|
+
},
|
|
4163
|
+
enumerable: false,
|
|
4164
|
+
configurable: true
|
|
4165
|
+
});
|
|
4042
4166
|
Object.defineProperty(IgcDataGridComponent.prototype, "allowCopyOperation", {
|
|
4043
4167
|
get: function () {
|
|
4044
4168
|
return this.i.allowCopyOperation;
|
|
@@ -4050,6 +4174,17 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
4050
4174
|
enumerable: false,
|
|
4051
4175
|
configurable: true
|
|
4052
4176
|
});
|
|
4177
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "maxSelectedCellRanges", {
|
|
4178
|
+
get: function () {
|
|
4179
|
+
return this.i.maxSelectedCellRanges;
|
|
4180
|
+
},
|
|
4181
|
+
set: function (v) {
|
|
4182
|
+
this.i.maxSelectedCellRanges = +v;
|
|
4183
|
+
this._a("maxSelectedCellRanges", this.i.maxSelectedCellRanges);
|
|
4184
|
+
},
|
|
4185
|
+
enumerable: false,
|
|
4186
|
+
configurable: true
|
|
4187
|
+
});
|
|
4053
4188
|
Object.defineProperty(IgcDataGridComponent.prototype, "deferEventForRowDragSelection", {
|
|
4054
4189
|
/**
|
|
4055
4190
|
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
@@ -4814,6 +4949,62 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
4814
4949
|
enumerable: false,
|
|
4815
4950
|
configurable: true
|
|
4816
4951
|
});
|
|
4952
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "filterRowDataBinding", {
|
|
4953
|
+
get: function () {
|
|
4954
|
+
return this._filterRowDataBinding;
|
|
4955
|
+
},
|
|
4956
|
+
set: function (ev) {
|
|
4957
|
+
var _this = this;
|
|
4958
|
+
if (this._filterRowDataBinding_wrapped !== null) {
|
|
4959
|
+
this.i.filterRowDataBinding = delegateRemove(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
|
|
4960
|
+
this._filterRowDataBinding_wrapped = null;
|
|
4961
|
+
this._filterRowDataBinding = null;
|
|
4962
|
+
}
|
|
4963
|
+
this._filterRowDataBinding = ev;
|
|
4964
|
+
this._filterRowDataBinding_wrapped = function (o, e) {
|
|
4965
|
+
var outerArgs = new IgcDataBindingEventArgs();
|
|
4966
|
+
outerArgs._provideImplementation(e);
|
|
4967
|
+
if (_this.beforeFilterRowDataBinding) {
|
|
4968
|
+
_this.beforeFilterRowDataBinding(_this, outerArgs);
|
|
4969
|
+
}
|
|
4970
|
+
if (_this._filterRowDataBinding) {
|
|
4971
|
+
_this._filterRowDataBinding(_this, outerArgs);
|
|
4972
|
+
}
|
|
4973
|
+
};
|
|
4974
|
+
this.i.filterRowDataBinding = delegateCombine(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
|
|
4975
|
+
;
|
|
4976
|
+
},
|
|
4977
|
+
enumerable: false,
|
|
4978
|
+
configurable: true
|
|
4979
|
+
});
|
|
4980
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "filterRowDataBound", {
|
|
4981
|
+
get: function () {
|
|
4982
|
+
return this._filterRowDataBound;
|
|
4983
|
+
},
|
|
4984
|
+
set: function (ev) {
|
|
4985
|
+
var _this = this;
|
|
4986
|
+
if (this._filterRowDataBound_wrapped !== null) {
|
|
4987
|
+
this.i.filterRowDataBound = delegateRemove(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
|
|
4988
|
+
this._filterRowDataBound_wrapped = null;
|
|
4989
|
+
this._filterRowDataBound = null;
|
|
4990
|
+
}
|
|
4991
|
+
this._filterRowDataBound = ev;
|
|
4992
|
+
this._filterRowDataBound_wrapped = function (o, e) {
|
|
4993
|
+
var outerArgs = new IgcDataBindingEventArgs();
|
|
4994
|
+
outerArgs._provideImplementation(e);
|
|
4995
|
+
if (_this.beforeFilterRowDataBound) {
|
|
4996
|
+
_this.beforeFilterRowDataBound(_this, outerArgs);
|
|
4997
|
+
}
|
|
4998
|
+
if (_this._filterRowDataBound) {
|
|
4999
|
+
_this._filterRowDataBound(_this, outerArgs);
|
|
5000
|
+
}
|
|
5001
|
+
};
|
|
5002
|
+
this.i.filterRowDataBound = delegateCombine(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
|
|
5003
|
+
;
|
|
5004
|
+
},
|
|
5005
|
+
enumerable: false,
|
|
5006
|
+
configurable: true
|
|
5007
|
+
});
|
|
4817
5008
|
Object.defineProperty(IgcDataGridComponent.prototype, "sortDescriptionsChanged", {
|
|
4818
5009
|
/**
|
|
4819
5010
|
* 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.of;
|
|
33
33
|
},
|
|
34
34
|
set: function (v) {
|
|
35
|
-
this.i.
|
|
35
|
+
this.i.of = 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.ow;
|
|
46
46
|
},
|
|
47
47
|
set: function (v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.ow = 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.n6;
|
|
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.n6 = 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.op;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.op = 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.ob;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.ob = 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.od;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.od = ensureBool(v);
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|