igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +46 -47
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +74 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +381 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +58 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +46 -47
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +98 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +15 -0
- package/lib/igx-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -14,56 +14,56 @@ export let VerticalSeparatorCell = /*@__PURE__*/ (() => {
|
|
|
14
14
|
class VerticalSeparatorCell extends GridCellBase {
|
|
15
15
|
constructor(a) {
|
|
16
16
|
super(a);
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.ar.append(this.
|
|
17
|
+
this.d0 = null;
|
|
18
|
+
this.dz = null;
|
|
19
|
+
this.d1 = 0;
|
|
20
|
+
this.d2 = 0;
|
|
21
|
+
this.d0 = a.createElement("div");
|
|
22
|
+
this.d0.setRawStyleProperty("position", "absolute");
|
|
23
|
+
this.d0.setRawStyleProperty("pointer-events", "none");
|
|
24
|
+
this.ar.append(this.d0);
|
|
25
25
|
}
|
|
26
|
-
|
|
26
|
+
cy(a, b, c, d, e) {
|
|
27
27
|
if (a == null) {
|
|
28
|
-
if (this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
28
|
+
if (this.dz != null) {
|
|
29
|
+
this.dz.remove();
|
|
30
|
+
this.dz = null;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
else {
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
34
|
+
this.d3();
|
|
35
|
+
this.d1 = b;
|
|
36
|
+
this.d2 = d;
|
|
37
37
|
}
|
|
38
|
-
this.
|
|
38
|
+
this.d4();
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
super.
|
|
42
|
-
this.
|
|
40
|
+
dd(a, b) {
|
|
41
|
+
super.dd(a, b);
|
|
42
|
+
this.d4();
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
this.
|
|
44
|
+
cx(a) {
|
|
45
|
+
this.d0.setRawStyleProperty("background-color", a.colorString);
|
|
46
46
|
}
|
|
47
|
-
|
|
48
|
-
if (this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
47
|
+
d4() {
|
|
48
|
+
if (this.dz != null) {
|
|
49
|
+
this.d0.setRawStyleProperty("height", "100%");
|
|
50
|
+
this.d0.setRawStyleProperty("width", this.ar.width() - (this.d1 + this.d2) + "px");
|
|
51
|
+
this.d0.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
|
|
52
|
+
this.dz.setRawStyleProperty("width", "100%");
|
|
53
|
+
this.dz.setRawStyleProperty("height", "100%");
|
|
54
54
|
}
|
|
55
55
|
else {
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
56
|
+
this.d0.setRawStyleProperty("height", "100%");
|
|
57
|
+
this.d0.setRawStyleProperty("width", this.ar.width() + "px");
|
|
58
|
+
this.d0.setRawStyleProperty("left", "0px");
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
|
|
62
|
-
if (this.
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
66
|
-
this.ar.getNativeElement().insertBefore(this.
|
|
61
|
+
d3() {
|
|
62
|
+
if (this.dz == null) {
|
|
63
|
+
this.dz = this.am.createElement("div");
|
|
64
|
+
this.dz.setRawStyleProperty("position", "absolute");
|
|
65
|
+
this.dz.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
|
|
66
|
+
this.ar.getNativeElement().insertBefore(this.dz.getNativeElement(), this.d0.getNativeElement());
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
}
|
|
@@ -83,19 +83,25 @@ export class IgxCellInfo {
|
|
|
83
83
|
* Gets the style key of the current cell, used for recycling.
|
|
84
84
|
*/
|
|
85
85
|
get styleKey() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.ld;
|
|
87
87
|
}
|
|
88
88
|
set styleKey(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.ld = v;
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Gets the absolute data row for the current cell.
|
|
93
93
|
*/
|
|
94
94
|
get dataRow() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.fq;
|
|
96
96
|
}
|
|
97
97
|
set dataRow(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.fq = +v;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Gets the column index for the current cell.
|
|
102
|
+
*/
|
|
103
|
+
get columnIdx() {
|
|
104
|
+
return this.i.fo;
|
|
99
105
|
}
|
|
100
106
|
/**
|
|
101
107
|
* Gets if the position of the cell is dirty.
|
|
@@ -227,16 +233,16 @@ export class IgxCellInfo {
|
|
|
227
233
|
* Gets the indent level of the cell.
|
|
228
234
|
*/
|
|
229
235
|
get indent() {
|
|
230
|
-
return this.i.
|
|
236
|
+
return this.i.gg;
|
|
231
237
|
}
|
|
232
238
|
set indent(v) {
|
|
233
|
-
this.i.
|
|
239
|
+
this.i.gg = +v;
|
|
234
240
|
}
|
|
235
241
|
get rowItem() {
|
|
236
|
-
return this.i.
|
|
242
|
+
return this.i.ij;
|
|
237
243
|
}
|
|
238
244
|
set rowItem(v) {
|
|
239
|
-
this.i.
|
|
245
|
+
this.i.ij = v;
|
|
240
246
|
}
|
|
241
247
|
/**
|
|
242
248
|
* Gets the X position of the cell within the content.
|
|
@@ -260,19 +266,19 @@ export class IgxCellInfo {
|
|
|
260
266
|
* Gets the pixel snapped X position of the cell within the content.
|
|
261
267
|
*/
|
|
262
268
|
get snappedX() {
|
|
263
|
-
return this.i.
|
|
269
|
+
return this.i.hh;
|
|
264
270
|
}
|
|
265
271
|
set snappedX(v) {
|
|
266
|
-
this.i.
|
|
272
|
+
this.i.hh = +v;
|
|
267
273
|
}
|
|
268
274
|
/**
|
|
269
275
|
* Gets the snapped Y position of the cell within the content.
|
|
270
276
|
*/
|
|
271
277
|
get snappedY() {
|
|
272
|
-
return this.i.
|
|
278
|
+
return this.i.hj;
|
|
273
279
|
}
|
|
274
280
|
set snappedY(v) {
|
|
275
|
-
this.i.
|
|
281
|
+
this.i.hj = +v;
|
|
276
282
|
}
|
|
277
283
|
/**
|
|
278
284
|
* Gets or sets the opacity for cells that have unsaved edits.
|
|
@@ -323,19 +329,19 @@ export class IgxCellInfo {
|
|
|
323
329
|
* Gets the height of the cell.
|
|
324
330
|
*/
|
|
325
331
|
get height() {
|
|
326
|
-
return this.i.
|
|
332
|
+
return this.i.ga;
|
|
327
333
|
}
|
|
328
334
|
set height(v) {
|
|
329
|
-
this.i.
|
|
335
|
+
this.i.ga = +v;
|
|
330
336
|
}
|
|
331
337
|
/**
|
|
332
338
|
* Gets the width of the cell.
|
|
333
339
|
*/
|
|
334
340
|
get width() {
|
|
335
|
-
return this.i.
|
|
341
|
+
return this.i.h8;
|
|
336
342
|
}
|
|
337
343
|
set width(v) {
|
|
338
|
-
this.i.
|
|
344
|
+
this.i.h8 = +v;
|
|
339
345
|
}
|
|
340
346
|
/**
|
|
341
347
|
* Gets if the cell is selected.
|
|
@@ -404,127 +410,136 @@ export class IgxCellInfo {
|
|
|
404
410
|
* Gets or sets the background color of the cell.
|
|
405
411
|
*/
|
|
406
412
|
get background() {
|
|
407
|
-
return brushToString(this.i.
|
|
413
|
+
return brushToString(this.i.nm);
|
|
408
414
|
}
|
|
409
415
|
set background(v) {
|
|
410
|
-
this.i.
|
|
416
|
+
this.i.nm = stringToBrush(v);
|
|
411
417
|
}
|
|
412
418
|
/**
|
|
413
419
|
* Gets or sets the border color of the cell.
|
|
414
420
|
*/
|
|
415
421
|
get border() {
|
|
416
|
-
return brushToString(this.i.
|
|
422
|
+
return brushToString(this.i.np);
|
|
417
423
|
}
|
|
418
424
|
set border(v) {
|
|
419
|
-
this.i.
|
|
425
|
+
this.i.np = stringToBrush(v);
|
|
420
426
|
}
|
|
421
427
|
/**
|
|
422
428
|
* Gets the actual background color of the cell
|
|
423
429
|
*/
|
|
424
430
|
get actualBackground() {
|
|
425
|
-
return brushToString(this.i.
|
|
431
|
+
return brushToString(this.i.nj);
|
|
426
432
|
}
|
|
427
433
|
set actualBackground(v) {
|
|
428
|
-
this.i.
|
|
434
|
+
this.i.nj = stringToBrush(v);
|
|
429
435
|
}
|
|
430
436
|
/**
|
|
431
437
|
* Gets the actual background color of the cell
|
|
432
438
|
*/
|
|
433
439
|
get actualBorder() {
|
|
434
|
-
return brushToString(this.i.
|
|
440
|
+
return brushToString(this.i.nk);
|
|
435
441
|
}
|
|
436
442
|
set actualBorder(v) {
|
|
437
|
-
this.i.
|
|
443
|
+
this.i.nk = stringToBrush(v);
|
|
438
444
|
}
|
|
439
445
|
/**
|
|
440
446
|
* Gets the actual background color of the cell
|
|
441
447
|
*/
|
|
442
448
|
get activationBorder() {
|
|
443
|
-
return brushToString(this.i.
|
|
449
|
+
return brushToString(this.i.ni);
|
|
444
450
|
}
|
|
445
451
|
set activationBorder(v) {
|
|
446
|
-
this.i.
|
|
452
|
+
this.i.ni = stringToBrush(v);
|
|
447
453
|
}
|
|
448
454
|
/**
|
|
449
455
|
* Gets or sets the error border color of the cell.
|
|
450
456
|
*/
|
|
451
457
|
get errorBorder() {
|
|
452
|
-
return brushToString(this.i.
|
|
458
|
+
return brushToString(this.i.nr);
|
|
453
459
|
}
|
|
454
460
|
set errorBorder(v) {
|
|
455
|
-
this.i.
|
|
461
|
+
this.i.nr = stringToBrush(v);
|
|
456
462
|
}
|
|
457
463
|
/**
|
|
458
464
|
* Gets or sets the selected background color of the cell.
|
|
459
465
|
*/
|
|
460
466
|
get selectedBackground() {
|
|
461
|
-
return brushToString(this.i.
|
|
467
|
+
return brushToString(this.i.nz);
|
|
462
468
|
}
|
|
463
469
|
set selectedBackground(v) {
|
|
464
|
-
this.i.
|
|
470
|
+
this.i.nz = stringToBrush(v);
|
|
471
|
+
}
|
|
472
|
+
/**
|
|
473
|
+
* Gets or sets the selected text color of the cell.
|
|
474
|
+
*/
|
|
475
|
+
get selectedTextColor() {
|
|
476
|
+
return brushToString(this.i.n0);
|
|
477
|
+
}
|
|
478
|
+
set selectedTextColor(v) {
|
|
479
|
+
this.i.n0 = stringToBrush(v);
|
|
465
480
|
}
|
|
466
481
|
/**
|
|
467
482
|
* Gets or sets the hover background color of the cell.
|
|
468
483
|
*/
|
|
469
484
|
get hoverBackground() {
|
|
470
|
-
return brushToString(this.i.
|
|
485
|
+
return brushToString(this.i.nv);
|
|
471
486
|
}
|
|
472
487
|
set hoverBackground(v) {
|
|
473
|
-
this.i.
|
|
488
|
+
this.i.nv = stringToBrush(v);
|
|
474
489
|
}
|
|
475
490
|
/**
|
|
476
491
|
* Gets or sets the hover text color of the cell.
|
|
477
492
|
*/
|
|
478
493
|
get hoverTextColor() {
|
|
479
|
-
return brushToString(this.i.
|
|
494
|
+
return brushToString(this.i.nw);
|
|
480
495
|
}
|
|
481
496
|
set hoverTextColor(v) {
|
|
482
|
-
this.i.
|
|
497
|
+
this.i.nw = stringToBrush(v);
|
|
483
498
|
}
|
|
484
499
|
/**
|
|
485
500
|
* Gets or sets the color for the sort indicator icon.
|
|
486
501
|
*/
|
|
487
502
|
get sortIndicatorColor() {
|
|
488
|
-
return brushToString(this.i.
|
|
503
|
+
return brushToString(this.i.n1);
|
|
489
504
|
}
|
|
490
505
|
set sortIndicatorColor(v) {
|
|
491
|
-
this.i.
|
|
506
|
+
this.i.n1 = stringToBrush(v);
|
|
492
507
|
}
|
|
493
508
|
/**
|
|
494
509
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
495
510
|
*/
|
|
496
511
|
get stickyRowBackground() {
|
|
497
|
-
return brushToString(this.i.
|
|
512
|
+
return brushToString(this.i.n2);
|
|
498
513
|
}
|
|
499
514
|
set stickyRowBackground(v) {
|
|
500
|
-
this.i.
|
|
515
|
+
this.i.n2 = stringToBrush(v);
|
|
501
516
|
}
|
|
502
517
|
/**
|
|
503
518
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
504
519
|
*/
|
|
505
520
|
get pinnedRowBackground() {
|
|
506
|
-
return brushToString(this.i.
|
|
521
|
+
return brushToString(this.i.ny);
|
|
507
522
|
}
|
|
508
523
|
set pinnedRowBackground(v) {
|
|
509
|
-
this.i.
|
|
524
|
+
this.i.ny = stringToBrush(v);
|
|
510
525
|
}
|
|
511
526
|
/**
|
|
512
527
|
* Gets or sets the color for the last row in the sticky row area.
|
|
513
528
|
*/
|
|
514
529
|
get lastStickyRowBackground() {
|
|
515
|
-
return brushToString(this.i.
|
|
530
|
+
return brushToString(this.i.nx);
|
|
516
531
|
}
|
|
517
532
|
set lastStickyRowBackground(v) {
|
|
518
|
-
this.i.
|
|
533
|
+
this.i.nx = stringToBrush(v);
|
|
519
534
|
}
|
|
520
535
|
/**
|
|
521
536
|
* Gets or sets the background color for filter row.
|
|
522
537
|
*/
|
|
523
538
|
get filterRowBackground() {
|
|
524
|
-
return brushToString(this.i.
|
|
539
|
+
return brushToString(this.i.nt);
|
|
525
540
|
}
|
|
526
541
|
set filterRowBackground(v) {
|
|
527
|
-
this.i.
|
|
542
|
+
this.i.nt = stringToBrush(v);
|
|
528
543
|
}
|
|
529
544
|
/**
|
|
530
545
|
* Gets or sets the color to use for displaying text.
|
|
@@ -539,55 +554,55 @@ export class IgxCellInfo {
|
|
|
539
554
|
* Gets or sets the original value for the cell, before processing.
|
|
540
555
|
*/
|
|
541
556
|
get originalValue() {
|
|
542
|
-
return this.i.
|
|
557
|
+
return this.i.ii;
|
|
543
558
|
}
|
|
544
559
|
set originalValue(v) {
|
|
545
|
-
this.i.
|
|
560
|
+
this.i.ii = v;
|
|
546
561
|
}
|
|
547
562
|
/**
|
|
548
563
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
549
564
|
*/
|
|
550
565
|
get renderValue() {
|
|
551
|
-
return this.i.
|
|
566
|
+
return this.i.k1;
|
|
552
567
|
}
|
|
553
568
|
set renderValue(v) {
|
|
554
|
-
this.i.
|
|
569
|
+
this.i.k1 = v;
|
|
555
570
|
}
|
|
556
571
|
/**
|
|
557
572
|
* If set, this text will be used when rendering the cell value.
|
|
558
573
|
*/
|
|
559
574
|
get userFormattedValue() {
|
|
560
|
-
return this.i.
|
|
575
|
+
return this.i.ly;
|
|
561
576
|
}
|
|
562
577
|
set userFormattedValue(v) {
|
|
563
|
-
this.i.
|
|
578
|
+
this.i.ly = v;
|
|
564
579
|
}
|
|
565
580
|
/**
|
|
566
581
|
* Gets or sets the color of the text for the cell, if any.
|
|
567
582
|
*/
|
|
568
583
|
get textColor() {
|
|
569
|
-
return brushToString(this.i.
|
|
584
|
+
return brushToString(this.i.n6);
|
|
570
585
|
}
|
|
571
586
|
set textColor(v) {
|
|
572
|
-
this.i.
|
|
587
|
+
this.i.n6 = stringToBrush(v);
|
|
573
588
|
}
|
|
574
589
|
/**
|
|
575
590
|
* Gets the actual color of the text for the cell, if any.
|
|
576
591
|
*/
|
|
577
592
|
get actualTextColor() {
|
|
578
|
-
return brushToString(this.i.
|
|
593
|
+
return brushToString(this.i.nl);
|
|
579
594
|
}
|
|
580
595
|
set actualTextColor(v) {
|
|
581
|
-
this.i.
|
|
596
|
+
this.i.nl = stringToBrush(v);
|
|
582
597
|
}
|
|
583
598
|
/**
|
|
584
599
|
* Gets or sets the text color for cells in deleted rows.
|
|
585
600
|
*/
|
|
586
601
|
get deletedTextColor() {
|
|
587
|
-
return brushToString(this.i.
|
|
602
|
+
return brushToString(this.i.nq);
|
|
588
603
|
}
|
|
589
604
|
set deletedTextColor(v) {
|
|
590
|
-
this.i.
|
|
605
|
+
this.i.nq = stringToBrush(v);
|
|
591
606
|
}
|
|
592
607
|
get font() {
|
|
593
608
|
if (this.i.aj == null) {
|
|
@@ -615,19 +630,19 @@ export class IgxCellInfo {
|
|
|
615
630
|
* Gets or sets the text to display in the suffix area of the cell.
|
|
616
631
|
*/
|
|
617
632
|
get suffixText() {
|
|
618
|
-
return this.i.
|
|
633
|
+
return this.i.lp;
|
|
619
634
|
}
|
|
620
635
|
set suffixText(v) {
|
|
621
|
-
this.i.
|
|
636
|
+
this.i.lp = v;
|
|
622
637
|
}
|
|
623
638
|
/**
|
|
624
639
|
* Gets or sets the color of the suffix text for the cell, if any.
|
|
625
640
|
*/
|
|
626
641
|
get suffixTextColor() {
|
|
627
|
-
return brushToString(this.i.
|
|
642
|
+
return brushToString(this.i.n5);
|
|
628
643
|
}
|
|
629
644
|
set suffixTextColor(v) {
|
|
630
|
-
this.i.
|
|
645
|
+
this.i.n5 = stringToBrush(v);
|
|
631
646
|
}
|
|
632
647
|
get suffixTextFont() {
|
|
633
648
|
if (this.i.ak == null) {
|
|
@@ -644,37 +659,37 @@ export class IgxCellInfo {
|
|
|
644
659
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
645
660
|
*/
|
|
646
661
|
get suffixIconName() {
|
|
647
|
-
return this.i.
|
|
662
|
+
return this.i.lh;
|
|
648
663
|
}
|
|
649
664
|
set suffixIconName(v) {
|
|
650
|
-
this.i.
|
|
665
|
+
this.i.lh = v;
|
|
651
666
|
}
|
|
652
667
|
/**
|
|
653
668
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
654
669
|
*/
|
|
655
670
|
get suffixIconCollectionName() {
|
|
656
|
-
return this.i.
|
|
671
|
+
return this.i.le;
|
|
657
672
|
}
|
|
658
673
|
set suffixIconCollectionName(v) {
|
|
659
|
-
this.i.
|
|
674
|
+
this.i.le = v;
|
|
660
675
|
}
|
|
661
676
|
/**
|
|
662
677
|
* Gets or sets the stroke color of the suffix icon.
|
|
663
678
|
*/
|
|
664
679
|
get suffixIconStroke() {
|
|
665
|
-
return brushToString(this.i.
|
|
680
|
+
return brushToString(this.i.n4);
|
|
666
681
|
}
|
|
667
682
|
set suffixIconStroke(v) {
|
|
668
|
-
this.i.
|
|
683
|
+
this.i.n4 = stringToBrush(v);
|
|
669
684
|
}
|
|
670
685
|
/**
|
|
671
686
|
* Gets or sets the fill color of the suffix icon.
|
|
672
687
|
*/
|
|
673
688
|
get suffixIconFill() {
|
|
674
|
-
return brushToString(this.i.
|
|
689
|
+
return brushToString(this.i.n3);
|
|
675
690
|
}
|
|
676
691
|
set suffixIconFill(v) {
|
|
677
|
-
this.i.
|
|
692
|
+
this.i.n3 = stringToBrush(v);
|
|
678
693
|
}
|
|
679
694
|
/**
|
|
680
695
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
@@ -752,37 +767,37 @@ export class IgxCellInfo {
|
|
|
752
767
|
* Gets or sets the left padding to use for the content.
|
|
753
768
|
*/
|
|
754
769
|
get paddingLeft() {
|
|
755
|
-
return this.i.
|
|
770
|
+
return this.i.g2;
|
|
756
771
|
}
|
|
757
772
|
set paddingLeft(v) {
|
|
758
|
-
this.i.
|
|
773
|
+
this.i.g2 = +v;
|
|
759
774
|
}
|
|
760
775
|
/**
|
|
761
776
|
* Gets or sets the top padding to use for the content.
|
|
762
777
|
*/
|
|
763
778
|
get paddingTop() {
|
|
764
|
-
return this.i.
|
|
779
|
+
return this.i.g6;
|
|
765
780
|
}
|
|
766
781
|
set paddingTop(v) {
|
|
767
|
-
this.i.
|
|
782
|
+
this.i.g6 = +v;
|
|
768
783
|
}
|
|
769
784
|
/**
|
|
770
785
|
* Gets or sets the right padding to use for the content.
|
|
771
786
|
*/
|
|
772
787
|
get paddingRight() {
|
|
773
|
-
return this.i.
|
|
788
|
+
return this.i.g4;
|
|
774
789
|
}
|
|
775
790
|
set paddingRight(v) {
|
|
776
|
-
this.i.
|
|
791
|
+
this.i.g4 = +v;
|
|
777
792
|
}
|
|
778
793
|
/**
|
|
779
794
|
* Gets or sets the bottom padding to use for the content.
|
|
780
795
|
*/
|
|
781
796
|
get paddingBottom() {
|
|
782
|
-
return this.i.
|
|
797
|
+
return this.i.g0;
|
|
783
798
|
}
|
|
784
799
|
set paddingBottom(v) {
|
|
785
|
-
this.i.
|
|
800
|
+
this.i.g0 = +v;
|
|
786
801
|
}
|
|
787
802
|
/**
|
|
788
803
|
* Gets or sets the left padding to use for the content.
|
|
@@ -896,37 +911,37 @@ export class IgxCellInfo {
|
|
|
896
911
|
* Gets or sets the left error border to use for the content.
|
|
897
912
|
*/
|
|
898
913
|
get errorBorderLeftWidth() {
|
|
899
|
-
return this.i.
|
|
914
|
+
return this.i.fz;
|
|
900
915
|
}
|
|
901
916
|
set errorBorderLeftWidth(v) {
|
|
902
|
-
this.i.
|
|
917
|
+
this.i.fz = +v;
|
|
903
918
|
}
|
|
904
919
|
/**
|
|
905
920
|
* Gets or sets the top error border to use for the content.
|
|
906
921
|
*/
|
|
907
922
|
get errorBorderTopWidth() {
|
|
908
|
-
return this.i.
|
|
923
|
+
return this.i.f4;
|
|
909
924
|
}
|
|
910
925
|
set errorBorderTopWidth(v) {
|
|
911
|
-
this.i.
|
|
926
|
+
this.i.f4 = +v;
|
|
912
927
|
}
|
|
913
928
|
/**
|
|
914
929
|
* Gets or sets the right error border to use for the content.
|
|
915
930
|
*/
|
|
916
931
|
get errorBorderRightWidth() {
|
|
917
|
-
return this.i.
|
|
932
|
+
return this.i.f2;
|
|
918
933
|
}
|
|
919
934
|
set errorBorderRightWidth(v) {
|
|
920
|
-
this.i.
|
|
935
|
+
this.i.f2 = +v;
|
|
921
936
|
}
|
|
922
937
|
/**
|
|
923
938
|
* Gets or sets the bottom error border to use for the content.
|
|
924
939
|
*/
|
|
925
940
|
get errorBorderBottomWidth() {
|
|
926
|
-
return this.i.
|
|
941
|
+
return this.i.fx;
|
|
927
942
|
}
|
|
928
943
|
set errorBorderBottomWidth(v) {
|
|
929
|
-
this.i.
|
|
944
|
+
this.i.fx = +v;
|
|
930
945
|
}
|
|
931
946
|
/**
|
|
932
947
|
* Gets or sets the actual left border to use for the content.
|
|
@@ -991,6 +1006,15 @@ export class IgxCellInfo {
|
|
|
991
1006
|
set isCollapsable(v) {
|
|
992
1007
|
this.i.a6 = ensureBool(v);
|
|
993
1008
|
}
|
|
1009
|
+
/**
|
|
1010
|
+
* Gets or sets the color used to render the expansion indicator icon for this cell.
|
|
1011
|
+
*/
|
|
1012
|
+
get expansionIndicatorIconColor() {
|
|
1013
|
+
return brushToString(this.i.ns);
|
|
1014
|
+
}
|
|
1015
|
+
set expansionIndicatorIconColor(v) {
|
|
1016
|
+
this.i.ns = stringToBrush(v);
|
|
1017
|
+
}
|
|
994
1018
|
/**
|
|
995
1019
|
* Gets the fixed column position of this cell.
|
|
996
1020
|
*/
|
|
@@ -1033,10 +1057,10 @@ export class IgxCellInfo {
|
|
|
1033
1057
|
* Gets or sets the error message for the cell.
|
|
1034
1058
|
*/
|
|
1035
1059
|
get editError() {
|
|
1036
|
-
return this.i.
|
|
1060
|
+
return this.i.js;
|
|
1037
1061
|
}
|
|
1038
1062
|
set editError(v) {
|
|
1039
|
-
this.i.
|
|
1063
|
+
this.i.js = v;
|
|
1040
1064
|
}
|
|
1041
1065
|
/**
|
|
1042
1066
|
* Gets whether the cell is in edit mode.
|
|
@@ -1048,10 +1072,10 @@ export class IgxCellInfo {
|
|
|
1048
1072
|
this.i.bj = ensureBool(v);
|
|
1049
1073
|
}
|
|
1050
1074
|
get editID() {
|
|
1051
|
-
return this.i.
|
|
1075
|
+
return this.i.fv;
|
|
1052
1076
|
}
|
|
1053
1077
|
set editID(v) {
|
|
1054
|
-
this.i.
|
|
1078
|
+
this.i.fv = +v;
|
|
1055
1079
|
}
|
|
1056
1080
|
findByName(name) {
|
|
1057
1081
|
if (this.findEphemera) {
|
|
@@ -1084,7 +1108,7 @@ export class IgxCellInfo {
|
|
|
1084
1108
|
return (iv);
|
|
1085
1109
|
}
|
|
1086
1110
|
setNamedValue(valueName, value) {
|
|
1087
|
-
this.i.
|
|
1111
|
+
this.i.ms(valueName, value);
|
|
1088
1112
|
}
|
|
1089
1113
|
/**
|
|
1090
1114
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1101,7 +1125,7 @@ export class IgxCellInfo {
|
|
|
1101
1125
|
* @param valueName * The name of the value to remove.
|
|
1102
1126
|
*/
|
|
1103
1127
|
removeNamedValue(valueName) {
|
|
1104
|
-
this.i.
|
|
1128
|
+
this.i.mo(valueName);
|
|
1105
1129
|
}
|
|
1106
1130
|
/**
|
|
1107
1131
|
* Gets a named value from the cell.
|
|
@@ -1109,7 +1133,7 @@ export class IgxCellInfo {
|
|
|
1109
1133
|
* @param valueName * The name of the value to get.
|
|
1110
1134
|
*/
|
|
1111
1135
|
getNamedValue(valueName) {
|
|
1112
|
-
let iv = this.i.
|
|
1136
|
+
let iv = this.i.ig(valueName);
|
|
1113
1137
|
return (iv);
|
|
1114
1138
|
}
|
|
1115
1139
|
}
|