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
|
@@ -133,6 +133,7 @@ import { IgcFilterCellInfo } from "./igc-filter-cell-info";
|
|
|
133
133
|
import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
|
|
134
134
|
import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
|
|
135
135
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
136
|
+
import { IgcDataBindingEventArgs } from './igc-data-binding-event-args';
|
|
136
137
|
let GridStylingDefaults = {};
|
|
137
138
|
let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
138
139
|
class IgcDataGridComponent extends IgcHTMLElement {
|
|
@@ -305,6 +306,10 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
305
306
|
this._cellPointerUp_wrapped = null;
|
|
306
307
|
this._cellClicked = null;
|
|
307
308
|
this._cellClicked_wrapped = null;
|
|
309
|
+
this._filterRowDataBinding = null;
|
|
310
|
+
this._filterRowDataBinding_wrapped = null;
|
|
311
|
+
this._filterRowDataBound = null;
|
|
312
|
+
this._filterRowDataBound_wrapped = null;
|
|
308
313
|
this._sortDescriptionsChanged = null;
|
|
309
314
|
this._sortDescriptionsChanged_wrapped = null;
|
|
310
315
|
this._groupDescriptionsChanged = null;
|
|
@@ -1772,6 +1777,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1772
1777
|
this.i.isColumnOptionsEnabled = ensureBool(v);
|
|
1773
1778
|
this._a("isColumnOptionsEnabled", this.i.isColumnOptionsEnabled);
|
|
1774
1779
|
}
|
|
1780
|
+
get useNewerColumnOptionsMenu() {
|
|
1781
|
+
return this.i.useNewerColumnOptionsMenu;
|
|
1782
|
+
}
|
|
1783
|
+
set useNewerColumnOptionsMenu(v) {
|
|
1784
|
+
this.i.useNewerColumnOptionsMenu = ensureBool(v);
|
|
1785
|
+
this._a("useNewerColumnOptionsMenu", this.i.useNewerColumnOptionsMenu);
|
|
1786
|
+
}
|
|
1775
1787
|
/**
|
|
1776
1788
|
* Gets or sets if group rows will stick to the top of the grid.
|
|
1777
1789
|
*/
|
|
@@ -3170,6 +3182,51 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3170
3182
|
this.i.columnOptionsTextColor = stringToBrush(v);
|
|
3171
3183
|
this._a("columnOptionsTextColor", brushToString(this.i.columnOptionsTextColor));
|
|
3172
3184
|
}
|
|
3185
|
+
/**
|
|
3186
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
3187
|
+
*/
|
|
3188
|
+
get columnOptionsTextStyle() {
|
|
3189
|
+
if (this.i.columnOptionsTextStyle == null) {
|
|
3190
|
+
return null;
|
|
3191
|
+
}
|
|
3192
|
+
return this.i.columnOptionsTextStyle.fontString;
|
|
3193
|
+
}
|
|
3194
|
+
set columnOptionsTextStyle(v) {
|
|
3195
|
+
let fi = new FontInfo();
|
|
3196
|
+
fi.fontString = v;
|
|
3197
|
+
this.i.columnOptionsTextStyle = fi;
|
|
3198
|
+
this._a("columnOptionsTextStyle", this.i.columnOptionsTextStyle != null ? this.i.columnOptionsTextStyle.fontString : "");
|
|
3199
|
+
}
|
|
3200
|
+
/**
|
|
3201
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
3202
|
+
*/
|
|
3203
|
+
get columnOptionsHoverBackgroundColor() {
|
|
3204
|
+
return brushToString(this.i.columnOptionsHoverBackgroundColor);
|
|
3205
|
+
}
|
|
3206
|
+
set columnOptionsHoverBackgroundColor(v) {
|
|
3207
|
+
this.i.columnOptionsHoverBackgroundColor = stringToBrush(v);
|
|
3208
|
+
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.columnOptionsHoverBackgroundColor));
|
|
3209
|
+
}
|
|
3210
|
+
/**
|
|
3211
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
3212
|
+
*/
|
|
3213
|
+
get columnOptionsToolTipBackgroundColor() {
|
|
3214
|
+
return brushToString(this.i.columnOptionsToolTipBackgroundColor);
|
|
3215
|
+
}
|
|
3216
|
+
set columnOptionsToolTipBackgroundColor(v) {
|
|
3217
|
+
this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
|
|
3218
|
+
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.columnOptionsToolTipBackgroundColor));
|
|
3219
|
+
}
|
|
3220
|
+
/**
|
|
3221
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
3222
|
+
*/
|
|
3223
|
+
get columnOptionsHighlightColor() {
|
|
3224
|
+
return brushToString(this.i.columnOptionsHighlightColor);
|
|
3225
|
+
}
|
|
3226
|
+
set columnOptionsHighlightColor(v) {
|
|
3227
|
+
this.i.columnOptionsHighlightColor = stringToBrush(v);
|
|
3228
|
+
this._a("columnOptionsHighlightColor", brushToString(this.i.columnOptionsHighlightColor));
|
|
3229
|
+
}
|
|
3173
3230
|
/**
|
|
3174
3231
|
* Gets or sets the color of separators inside the column options menu.
|
|
3175
3232
|
*/
|
|
@@ -3200,6 +3257,21 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3200
3257
|
this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
|
|
3201
3258
|
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.columnOptionsGroupHeaderTextColor));
|
|
3202
3259
|
}
|
|
3260
|
+
/**
|
|
3261
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
3262
|
+
*/
|
|
3263
|
+
get columnOptionsGroupHeaderTextStyle() {
|
|
3264
|
+
if (this.i.columnOptionsGroupHeaderTextStyle == null) {
|
|
3265
|
+
return null;
|
|
3266
|
+
}
|
|
3267
|
+
return this.i.columnOptionsGroupHeaderTextStyle.fontString;
|
|
3268
|
+
}
|
|
3269
|
+
set columnOptionsGroupHeaderTextStyle(v) {
|
|
3270
|
+
let fi = new FontInfo();
|
|
3271
|
+
fi.fontString = v;
|
|
3272
|
+
this.i.columnOptionsGroupHeaderTextStyle = fi;
|
|
3273
|
+
this._a("columnOptionsGroupHeaderTextStyle", this.i.columnOptionsGroupHeaderTextStyle != null ? this.i.columnOptionsGroupHeaderTextStyle.fontString : "");
|
|
3274
|
+
}
|
|
3203
3275
|
get columnOptionsAccentColor() {
|
|
3204
3276
|
return brushToString(this.i.columnOptionsAccentColor);
|
|
3205
3277
|
}
|
|
@@ -3207,6 +3279,16 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3207
3279
|
this.i.columnOptionsAccentColor = stringToBrush(v);
|
|
3208
3280
|
this._a("columnOptionsAccentColor", brushToString(this.i.columnOptionsAccentColor));
|
|
3209
3281
|
}
|
|
3282
|
+
/**
|
|
3283
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
3284
|
+
*/
|
|
3285
|
+
get columnOptionsRowHeight() {
|
|
3286
|
+
return this.i.columnOptionsRowHeight;
|
|
3287
|
+
}
|
|
3288
|
+
set columnOptionsRowHeight(v) {
|
|
3289
|
+
this.i.columnOptionsRowHeight = +v;
|
|
3290
|
+
this._a("columnOptionsRowHeight", this.i.columnOptionsRowHeight);
|
|
3291
|
+
}
|
|
3210
3292
|
get allowCopyOperation() {
|
|
3211
3293
|
return this.i.allowCopyOperation;
|
|
3212
3294
|
}
|
|
@@ -3214,6 +3296,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3214
3296
|
this.i.allowCopyOperation = ensureBool(v);
|
|
3215
3297
|
this._a("allowCopyOperation", this.i.allowCopyOperation);
|
|
3216
3298
|
}
|
|
3299
|
+
get maxSelectedCellRanges() {
|
|
3300
|
+
return this.i.maxSelectedCellRanges;
|
|
3301
|
+
}
|
|
3302
|
+
set maxSelectedCellRanges(v) {
|
|
3303
|
+
this.i.maxSelectedCellRanges = +v;
|
|
3304
|
+
this._a("maxSelectedCellRanges", this.i.maxSelectedCellRanges);
|
|
3305
|
+
}
|
|
3217
3306
|
/**
|
|
3218
3307
|
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
3219
3308
|
*/
|
|
@@ -3935,6 +4024,52 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3935
4024
|
this.i.cellClicked = delegateCombine(this.i.cellClicked, this._cellClicked_wrapped);
|
|
3936
4025
|
;
|
|
3937
4026
|
}
|
|
4027
|
+
get filterRowDataBinding() {
|
|
4028
|
+
return this._filterRowDataBinding;
|
|
4029
|
+
}
|
|
4030
|
+
set filterRowDataBinding(ev) {
|
|
4031
|
+
if (this._filterRowDataBinding_wrapped !== null) {
|
|
4032
|
+
this.i.filterRowDataBinding = delegateRemove(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
|
|
4033
|
+
this._filterRowDataBinding_wrapped = null;
|
|
4034
|
+
this._filterRowDataBinding = null;
|
|
4035
|
+
}
|
|
4036
|
+
this._filterRowDataBinding = ev;
|
|
4037
|
+
this._filterRowDataBinding_wrapped = (o, e) => {
|
|
4038
|
+
let outerArgs = new IgcDataBindingEventArgs();
|
|
4039
|
+
outerArgs._provideImplementation(e);
|
|
4040
|
+
if (this.beforeFilterRowDataBinding) {
|
|
4041
|
+
this.beforeFilterRowDataBinding(this, outerArgs);
|
|
4042
|
+
}
|
|
4043
|
+
if (this._filterRowDataBinding) {
|
|
4044
|
+
this._filterRowDataBinding(this, outerArgs);
|
|
4045
|
+
}
|
|
4046
|
+
};
|
|
4047
|
+
this.i.filterRowDataBinding = delegateCombine(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
|
|
4048
|
+
;
|
|
4049
|
+
}
|
|
4050
|
+
get filterRowDataBound() {
|
|
4051
|
+
return this._filterRowDataBound;
|
|
4052
|
+
}
|
|
4053
|
+
set filterRowDataBound(ev) {
|
|
4054
|
+
if (this._filterRowDataBound_wrapped !== null) {
|
|
4055
|
+
this.i.filterRowDataBound = delegateRemove(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
|
|
4056
|
+
this._filterRowDataBound_wrapped = null;
|
|
4057
|
+
this._filterRowDataBound = null;
|
|
4058
|
+
}
|
|
4059
|
+
this._filterRowDataBound = ev;
|
|
4060
|
+
this._filterRowDataBound_wrapped = (o, e) => {
|
|
4061
|
+
let outerArgs = new IgcDataBindingEventArgs();
|
|
4062
|
+
outerArgs._provideImplementation(e);
|
|
4063
|
+
if (this.beforeFilterRowDataBound) {
|
|
4064
|
+
this.beforeFilterRowDataBound(this, outerArgs);
|
|
4065
|
+
}
|
|
4066
|
+
if (this._filterRowDataBound) {
|
|
4067
|
+
this._filterRowDataBound(this, outerArgs);
|
|
4068
|
+
}
|
|
4069
|
+
};
|
|
4070
|
+
this.i.filterRowDataBound = delegateCombine(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
|
|
4071
|
+
;
|
|
4072
|
+
}
|
|
3938
4073
|
/**
|
|
3939
4074
|
* Called when sorting has changed.
|
|
3940
4075
|
*/
|
|
@@ -7,6 +7,7 @@ import { GridFilterDialog } from "./GridFilterDialog";
|
|
|
7
7
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
8
8
|
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureBool, brushToString, stringToBrush, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
9
9
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
10
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
10
11
|
let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
11
12
|
class IgcDataGridFilterDialogComponent extends IgcHTMLElement {
|
|
12
13
|
createImplementation() {
|
|
@@ -142,11 +143,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
142
143
|
}
|
|
143
144
|
}
|
|
144
145
|
get isAnimationEnabled() {
|
|
145
|
-
return this.i.
|
|
146
|
+
return this.i.ai;
|
|
146
147
|
}
|
|
147
148
|
set isAnimationEnabled(v) {
|
|
148
|
-
this.i.
|
|
149
|
-
this._a("isAnimationEnabled", this.i.
|
|
149
|
+
this.i.ai = ensureBool(v);
|
|
150
|
+
this._a("isAnimationEnabled", this.i.ai);
|
|
150
151
|
}
|
|
151
152
|
/**
|
|
152
153
|
* Gets or sets the scaling value used to affect the pixel density of the control.
|
|
@@ -154,11 +155,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
154
155
|
* to appear blurry.
|
|
155
156
|
*/
|
|
156
157
|
get pixelScalingRatio() {
|
|
157
|
-
return this.i.
|
|
158
|
+
return this.i.aq;
|
|
158
159
|
}
|
|
159
160
|
set pixelScalingRatio(v) {
|
|
160
|
-
this.i.
|
|
161
|
-
this._a("pixelScalingRatio", this.i.
|
|
161
|
+
this.i.aq = +v;
|
|
162
|
+
this._a("pixelScalingRatio", this.i.aq);
|
|
162
163
|
}
|
|
163
164
|
/**
|
|
164
165
|
* Gets the actual pixel scaling ratio used to affect the pixel density of the control.
|
|
@@ -166,85 +167,155 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
166
167
|
* to appear blurry.
|
|
167
168
|
*/
|
|
168
169
|
get actualPixelScalingRatio() {
|
|
169
|
-
return this.i.
|
|
170
|
+
return this.i.ap;
|
|
170
171
|
}
|
|
171
172
|
set actualPixelScalingRatio(v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
173
|
+
this.i.ap = +v;
|
|
174
|
+
this._a("actualPixelScalingRatio", this.i.ap);
|
|
174
175
|
}
|
|
175
176
|
get iconColor() {
|
|
176
|
-
return brushToString(this.i.
|
|
177
|
+
return brushToString(this.i.c1);
|
|
177
178
|
}
|
|
178
179
|
set iconColor(v) {
|
|
179
|
-
this.i.
|
|
180
|
-
this._a("iconColor", brushToString(this.i.
|
|
180
|
+
this.i.c1 = stringToBrush(v);
|
|
181
|
+
this._a("iconColor", brushToString(this.i.c1));
|
|
181
182
|
}
|
|
182
183
|
get viewSize() {
|
|
183
|
-
return this.i.
|
|
184
|
+
return this.i.ar;
|
|
184
185
|
}
|
|
185
186
|
set viewSize(v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("viewSize", this.i.
|
|
187
|
+
this.i.ar = +v;
|
|
188
|
+
this._a("viewSize", this.i.ar);
|
|
188
189
|
}
|
|
189
190
|
/**
|
|
190
191
|
* Gets or sets the column options dropdown background color.
|
|
191
192
|
*/
|
|
192
193
|
get columnOptionsBackground() {
|
|
193
|
-
return brushToString(this.i.
|
|
194
|
+
return brushToString(this.i.ct);
|
|
194
195
|
}
|
|
195
196
|
set columnOptionsBackground(v) {
|
|
196
|
-
this.i.
|
|
197
|
-
this._a("columnOptionsBackground", brushToString(this.i.
|
|
197
|
+
this.i.ct = stringToBrush(v);
|
|
198
|
+
this._a("columnOptionsBackground", brushToString(this.i.ct));
|
|
198
199
|
}
|
|
199
200
|
/**
|
|
200
201
|
* Gets or sets the text color for text inside the column options menu.
|
|
201
202
|
*/
|
|
202
203
|
get columnOptionsTextColor() {
|
|
203
|
-
return brushToString(this.i.
|
|
204
|
+
return brushToString(this.i.cz);
|
|
204
205
|
}
|
|
205
206
|
set columnOptionsTextColor(v) {
|
|
206
|
-
this.i.
|
|
207
|
-
this._a("columnOptionsTextColor", brushToString(this.i.
|
|
207
|
+
this.i.cz = stringToBrush(v);
|
|
208
|
+
this._a("columnOptionsTextColor", brushToString(this.i.cz));
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
212
|
+
*/
|
|
213
|
+
get columnOptionsTextStyle() {
|
|
214
|
+
if (this.i.ab == null) {
|
|
215
|
+
return null;
|
|
216
|
+
}
|
|
217
|
+
return this.i.ab.fontString;
|
|
218
|
+
}
|
|
219
|
+
set columnOptionsTextStyle(v) {
|
|
220
|
+
let fi = new FontInfo();
|
|
221
|
+
fi.fontString = v;
|
|
222
|
+
this.i.ab = fi;
|
|
223
|
+
this._a("columnOptionsTextStyle", this.i.ab != null ? this.i.ab.fontString : "");
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
227
|
+
*/
|
|
228
|
+
get columnOptionsHoverBackgroundColor() {
|
|
229
|
+
return brushToString(this.i.cx);
|
|
230
|
+
}
|
|
231
|
+
set columnOptionsHoverBackgroundColor(v) {
|
|
232
|
+
this.i.cx = stringToBrush(v);
|
|
233
|
+
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.cx));
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
237
|
+
*/
|
|
238
|
+
get columnOptionsToolTipBackgroundColor() {
|
|
239
|
+
return brushToString(this.i.c0);
|
|
240
|
+
}
|
|
241
|
+
set columnOptionsToolTipBackgroundColor(v) {
|
|
242
|
+
this.i.c0 = stringToBrush(v);
|
|
243
|
+
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.c0));
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
247
|
+
*/
|
|
248
|
+
get columnOptionsHighlightColor() {
|
|
249
|
+
return brushToString(this.i.cw);
|
|
250
|
+
}
|
|
251
|
+
set columnOptionsHighlightColor(v) {
|
|
252
|
+
this.i.cw = stringToBrush(v);
|
|
253
|
+
this._a("columnOptionsHighlightColor", brushToString(this.i.cw));
|
|
208
254
|
}
|
|
209
255
|
/**
|
|
210
256
|
* Gets or sets the color of separators inside the column options menu.
|
|
211
257
|
*/
|
|
212
258
|
get columnOptionsSeparatorColor() {
|
|
213
|
-
return brushToString(this.i.
|
|
259
|
+
return brushToString(this.i.cy);
|
|
214
260
|
}
|
|
215
261
|
set columnOptionsSeparatorColor(v) {
|
|
216
|
-
this.i.
|
|
217
|
-
this._a("columnOptionsSeparatorColor", brushToString(this.i.
|
|
262
|
+
this.i.cy = stringToBrush(v);
|
|
263
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.cy));
|
|
218
264
|
}
|
|
219
265
|
/**
|
|
220
266
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
221
267
|
*/
|
|
222
268
|
get columnOptionsGroupHeaderBackground() {
|
|
223
|
-
return brushToString(this.i.
|
|
269
|
+
return brushToString(this.i.cu);
|
|
224
270
|
}
|
|
225
271
|
set columnOptionsGroupHeaderBackground(v) {
|
|
226
|
-
this.i.
|
|
227
|
-
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.
|
|
272
|
+
this.i.cu = stringToBrush(v);
|
|
273
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.cu));
|
|
228
274
|
}
|
|
229
275
|
/**
|
|
230
276
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
231
277
|
*/
|
|
232
278
|
get columnOptionsGroupHeaderTextColor() {
|
|
233
|
-
return brushToString(this.i.
|
|
279
|
+
return brushToString(this.i.cv);
|
|
234
280
|
}
|
|
235
281
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
236
|
-
this.i.
|
|
237
|
-
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.
|
|
282
|
+
this.i.cv = stringToBrush(v);
|
|
283
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cv));
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
287
|
+
*/
|
|
288
|
+
get columnOptionsGroupHeaderTextStyle() {
|
|
289
|
+
if (this.i.aa == null) {
|
|
290
|
+
return null;
|
|
291
|
+
}
|
|
292
|
+
return this.i.aa.fontString;
|
|
293
|
+
}
|
|
294
|
+
set columnOptionsGroupHeaderTextStyle(v) {
|
|
295
|
+
let fi = new FontInfo();
|
|
296
|
+
fi.fontString = v;
|
|
297
|
+
this.i.aa = fi;
|
|
298
|
+
this._a("columnOptionsGroupHeaderTextStyle", this.i.aa != null ? this.i.aa.fontString : "");
|
|
238
299
|
}
|
|
239
300
|
get columnOptionsAccentColor() {
|
|
240
|
-
return brushToString(this.i.
|
|
301
|
+
return brushToString(this.i.cs);
|
|
241
302
|
}
|
|
242
303
|
set columnOptionsAccentColor(v) {
|
|
243
|
-
this.i.
|
|
244
|
-
this._a("columnOptionsAccentColor", brushToString(this.i.
|
|
304
|
+
this.i.cs = stringToBrush(v);
|
|
305
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.cs));
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
309
|
+
*/
|
|
310
|
+
get columnOptionsRowHeight() {
|
|
311
|
+
return this.i.ax;
|
|
312
|
+
}
|
|
313
|
+
set columnOptionsRowHeight(v) {
|
|
314
|
+
this.i.ax = +v;
|
|
315
|
+
this._a("columnOptionsRowHeight", this.i.ax);
|
|
245
316
|
}
|
|
246
317
|
get isOpen() {
|
|
247
|
-
return this.i.
|
|
318
|
+
return this.i.aj;
|
|
248
319
|
}
|
|
249
320
|
get commandCompleted() {
|
|
250
321
|
return this.i.commandCompleted;
|
|
@@ -320,16 +391,16 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
320
391
|
this._inStyling = false;
|
|
321
392
|
}
|
|
322
393
|
notifySizeChanged(width, height) {
|
|
323
|
-
this.i.
|
|
394
|
+
this.i.b1(width, height);
|
|
324
395
|
}
|
|
325
396
|
notifyCellSizeChanged() {
|
|
326
|
-
this.i.
|
|
397
|
+
this.i.b0();
|
|
327
398
|
}
|
|
328
399
|
showIcon() {
|
|
329
|
-
this.i.
|
|
400
|
+
this.i.ce();
|
|
330
401
|
}
|
|
331
402
|
hideIcon() {
|
|
332
|
-
this.i.
|
|
403
|
+
this.i.by();
|
|
333
404
|
}
|
|
334
405
|
getDesiredToolbarActions() {
|
|
335
406
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -22,56 +22,56 @@ export class IgcDateTimeCellInfo extends IgcCellInfo {
|
|
|
22
22
|
* Sets or gets the DateTime value for the cell.
|
|
23
23
|
*/
|
|
24
24
|
get dateTimeValue() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.ob;
|
|
26
26
|
}
|
|
27
27
|
set dateTimeValue(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.ob = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* The format string to apply to the value
|
|
32
32
|
*/
|
|
33
33
|
get formatStringOverride() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.os;
|
|
35
35
|
}
|
|
36
36
|
set formatStringOverride(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.os = v;
|
|
38
38
|
}
|
|
39
39
|
get formatSpecifiers() {
|
|
40
|
-
return this.i.
|
|
40
|
+
return this.i.n2;
|
|
41
41
|
}
|
|
42
42
|
set formatSpecifiers(v) {
|
|
43
43
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
44
44
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
45
45
|
v = v.split(re);
|
|
46
46
|
}
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.n2 = v;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* The format options to apply to the value
|
|
51
51
|
*/
|
|
52
52
|
get formatOverride() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.ol;
|
|
54
54
|
}
|
|
55
55
|
set formatOverride(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.ol = v;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Sets or gets the simple DateTimeFormat to use for the cell.
|
|
60
60
|
*/
|
|
61
61
|
get dateTimeFormat() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.n7;
|
|
63
63
|
}
|
|
64
64
|
set dateTimeFormat(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.n7 = ensureEnum(DateTimeFormats_$type, v);
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Sets or gets whether the value to use is a DateTimeOffset value.
|
|
69
69
|
*/
|
|
70
70
|
get isOffsetValue() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.n9;
|
|
72
72
|
}
|
|
73
73
|
set isOffsetValue(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.n9 = ensureBool(v);
|
|
75
75
|
}
|
|
76
76
|
findByName(name) {
|
|
77
77
|
var baseResult = super.findByName(name);
|
|
@@ -67,95 +67,95 @@ let IgcDateTimeColumnComponent = /*@__PURE__*/ (() => {
|
|
|
67
67
|
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
68
68
|
*/
|
|
69
69
|
get dateTimeFormat() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.r1;
|
|
71
71
|
}
|
|
72
72
|
set dateTimeFormat(v) {
|
|
73
|
-
this.i.
|
|
74
|
-
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.
|
|
73
|
+
this.i.r1 = ensureEnum(DateTimeFormats_$type, v);
|
|
74
|
+
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.r1));
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
78
78
|
*/
|
|
79
79
|
get formatString() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.sj;
|
|
81
81
|
}
|
|
82
82
|
set formatString(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.sj = v;
|
|
84
84
|
}
|
|
85
85
|
/**
|
|
86
86
|
* Gets or sets the format string to use when editing dates.
|
|
87
87
|
*/
|
|
88
88
|
get editorFormatString() {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.sc;
|
|
90
90
|
}
|
|
91
91
|
set editorFormatString(v) {
|
|
92
|
-
this.i.
|
|
92
|
+
this.i.sc = v;
|
|
93
93
|
}
|
|
94
94
|
get formatSpecifiers() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.rx;
|
|
96
96
|
}
|
|
97
97
|
set formatSpecifiers(v) {
|
|
98
98
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
99
99
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
100
100
|
v = v.split(re);
|
|
101
101
|
}
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.rx = v;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
|
|
106
106
|
*/
|
|
107
107
|
get formatOverride() {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.r8;
|
|
109
109
|
}
|
|
110
110
|
set formatOverride(v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.r8 = v;
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
115
115
|
*/
|
|
116
116
|
get showTodayButton() {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.r4;
|
|
118
118
|
}
|
|
119
119
|
set showTodayButton(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("showTodayButton", this.i.
|
|
120
|
+
this.i.r4 = ensureBool(v);
|
|
121
|
+
this._a("showTodayButton", this.i.r4);
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Gets or sets the editor type used for editing cells in this column.
|
|
125
125
|
*/
|
|
126
126
|
get editorType() {
|
|
127
|
-
return this.i.
|
|
127
|
+
return this.i.r2;
|
|
128
128
|
}
|
|
129
129
|
set editorType(v) {
|
|
130
|
-
this.i.
|
|
131
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
130
|
+
this.i.r2 = ensureEnum(EditorType_$type, v);
|
|
131
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.r2));
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
134
134
|
* Gets or sets the ComboBox data source.
|
|
135
135
|
*/
|
|
136
136
|
get editorDataSource() {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.r7;
|
|
138
138
|
}
|
|
139
139
|
set editorDataSource(v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.r7 = v;
|
|
141
141
|
}
|
|
142
142
|
/**
|
|
143
143
|
* Gets or sets the ComboBox text field.
|
|
144
144
|
*/
|
|
145
145
|
get editorTextField() {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.se;
|
|
147
147
|
}
|
|
148
148
|
set editorTextField(v) {
|
|
149
|
-
this.i.
|
|
149
|
+
this.i.se = v;
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* Gets or sets the ComboBox value field.
|
|
153
153
|
*/
|
|
154
154
|
get editorValueField() {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.sf;
|
|
156
156
|
}
|
|
157
157
|
set editorValueField(v) {
|
|
158
|
-
this.i.
|
|
158
|
+
this.i.sf = v;
|
|
159
159
|
}
|
|
160
160
|
findByName(name) {
|
|
161
161
|
var baseResult = super.findByName(name);
|
|
@@ -4,11 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcDateTimeCellInfo } from './igc-date-time-cell-info';
|
|
7
8
|
import { IgcDateTimeColumnComponent } from './igc-date-time-column-component';
|
|
8
9
|
import { DateTimeColumn } from './DateTimeColumn';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcDateTimeColumnModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcDateTimeCellInfo", IgcDateTimeCellInfo);
|
|
12
14
|
IgcDateTimeColumnComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcDateTimeColumnComponent", IgcDateTimeColumnComponent);
|
|
14
16
|
TypeRegistrar.register("DateTimeColumn", DateTimeColumn.$type);
|