igniteui-angular-data-grids 20.0.1 → 20.0.2-beta.1
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 +10223 -8743
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
- package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm2015/lib/CanvasGridCellBase.js +9 -9
- package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm2015/lib/CellPresenterBase.js +64 -39
- package/esm2015/lib/CheckboxListView_combined.js +49 -49
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +6925 -6539
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ColumnSortDescription.js +6 -1
- package/esm2015/lib/ColumnSummaryDescription.js +6 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +46 -33
- package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -10
- package/esm2015/lib/EditorCell.js +335 -335
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +278 -278
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +587 -317
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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/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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
- package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +8 -8
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +1 -1
- package/esm2015/lib/ImageCell.js +62 -62
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm2015/lib/NumericCell.js +9 -5
- package/esm2015/lib/NumericCellPresenter.js +10 -10
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +35 -30
- package/esm2015/lib/TextCellDecoration.js +33 -0
- package/esm2015/lib/TextCellPresenter.js +11 -11
- package/esm2015/lib/TextHeaderCell.js +157 -150
- package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +301 -190
- package/esm2015/lib/igx-checkbox-list-component.js +1 -1
- 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-grid-column-component.js +254 -115
- package/esm2015/lib/igx-data-grid-component.js +38 -5
- 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-definition-base-component.js +46 -45
- 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-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm2015/lib/igx-grid-conditional-style-font-info-component.js +144 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-dynamic-module.js +34 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-module.js +27 -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-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +16 -16
- 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-header-cell-info.js +2 -2
- 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-header-cell-info.js +10 -10
- package/esm2015/public_api.js +5 -0
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/CanvasCellPresenterBase.js +14 -14
- package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm5/lib/CanvasGridCellBase.js +9 -9
- package/esm5/lib/CanvasImageCellPresenter.js +10 -10
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm5/lib/CanvasTextCellPresenter.js +10 -10
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm5/lib/CellPresenterBase.js +64 -39
- package/esm5/lib/CheckboxListView_combined.js +49 -49
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +6754 -6269
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ColumnSortDescription.js +6 -1
- package/esm5/lib/ColumnSummaryDescription.js +6 -1
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +46 -33
- package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -10
- package/esm5/lib/EditorCell.js +291 -291
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +266 -266
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +625 -311
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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/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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
- package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
- package/esm5/lib/GridConditionalStyleProperty.js +8 -8
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +1 -1
- package/esm5/lib/ImageCell.js +61 -61
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm5/lib/NumericCell.js +9 -5
- package/esm5/lib/NumericCellPresenter.js +10 -10
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +35 -30
- package/esm5/lib/TextCellDecoration.js +33 -0
- package/esm5/lib/TextCellPresenter.js +11 -11
- package/esm5/lib/TextHeaderCell.js +155 -148
- package/esm5/lib/TextHeaderCellPresenter.js +35 -35
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +349 -190
- package/esm5/lib/igx-checkbox-list-component.js +1 -1
- 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-grid-column-component.js +302 -115
- package/esm5/lib/igx-data-grid-component.js +42 -5
- 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-definition-base-component.js +46 -45
- 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-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm5/lib/igx-grid-conditional-style-font-info-component.js +155 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-dynamic-module.js +33 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-module.js +28 -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-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +16 -16
- 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-header-cell-info.js +2 -2
- 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-header-cell-info.js +10 -10
- package/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-angular-data-grids.js +10236 -9009
- package/fesm5/igniteui-angular-data-grids.js +10219 -8745
- package/lib/ColumnFilterCondition_combined.d.ts +1784 -1694
- package/lib/ContentCellModelHelper.d.ts +4 -4
- package/lib/EditorCell.d.ts +74 -74
- package/lib/FilterCell.d.ts +61 -61
- package/lib/GridCellBase.d.ts +140 -95
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
- package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
- package/lib/ImageCell.d.ts +20 -20
- package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
- package/lib/NumericCell.d.ts +2 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +11 -11
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +10 -8
- package/lib/TextCellDecoration.d.ts +26 -0
- package/lib/TextHeaderCell.d.ts +37 -35
- package/lib/VerticalSeparatorCell.d.ts +9 -9
- package/lib/igx-cell-info.d.ts +63 -0
- package/lib/igx-data-grid-column-component.d.ts +68 -2
- package/lib/igx-data-grid-component.d.ts +9 -2
- package/lib/igx-definition-base-component.d.ts +1 -1
- package/lib/igx-grid-conditional-style-font-info-component.d.ts +33 -0
- package/lib/igx-grid-conditional-style-font-info-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-conditional-style-font-info-module.d.ts +8 -0
- package/package.json +43 -43
- package/public_api.d.ts +5 -0
|
@@ -6,6 +6,7 @@ import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-a
|
|
|
6
6
|
import { FontInfo } from "igniteui-angular-core";
|
|
7
7
|
import { delegateCombine, delegateRemove, runOn } from "igniteui-angular-core";
|
|
8
8
|
import { PinnedPositions_$type } from './PinnedPositions';
|
|
9
|
+
import { TextCellDecoration_$type } from "./TextCellDecoration";
|
|
9
10
|
/**
|
|
10
11
|
* Represents info about the current cell.
|
|
11
12
|
*/
|
|
@@ -82,91 +83,91 @@ export class IgxCellInfo {
|
|
|
82
83
|
* Gets the style key of the current cell, used for recycling.
|
|
83
84
|
*/
|
|
84
85
|
get styleKey() {
|
|
85
|
-
return this.i.
|
|
86
|
+
return this.i.k5;
|
|
86
87
|
}
|
|
87
88
|
set styleKey(v) {
|
|
88
|
-
this.i.
|
|
89
|
+
this.i.k5 = v;
|
|
89
90
|
}
|
|
90
91
|
/**
|
|
91
92
|
* Gets the absolute data row for the current cell.
|
|
92
93
|
*/
|
|
93
94
|
get dataRow() {
|
|
94
|
-
return this.i.
|
|
95
|
+
return this.i.fn;
|
|
95
96
|
}
|
|
96
97
|
set dataRow(v) {
|
|
97
|
-
this.i.
|
|
98
|
+
this.i.fn = +v;
|
|
98
99
|
}
|
|
99
100
|
/**
|
|
100
101
|
* Gets if the position of the cell is dirty.
|
|
101
102
|
*/
|
|
102
103
|
get isPositionDirty() {
|
|
103
|
-
return this.i.
|
|
104
|
+
return this.i.bn;
|
|
104
105
|
}
|
|
105
106
|
set isPositionDirty(v) {
|
|
106
|
-
this.i.
|
|
107
|
+
this.i.bn = ensureBool(v);
|
|
107
108
|
}
|
|
108
109
|
/**
|
|
109
110
|
* Gets if the size of the cell is dirty.
|
|
110
111
|
*/
|
|
111
112
|
get isSizeDirty() {
|
|
112
|
-
return this.i.
|
|
113
|
+
return this.i.bs;
|
|
113
114
|
}
|
|
114
115
|
set isSizeDirty(v) {
|
|
115
|
-
this.i.
|
|
116
|
+
this.i.bs = ensureBool(v);
|
|
116
117
|
}
|
|
117
118
|
/**
|
|
118
119
|
* Gets if the content of the cell is dirty.
|
|
119
120
|
*/
|
|
120
121
|
get isContentDirty() {
|
|
121
|
-
return this.i.
|
|
122
|
+
return this.i.a7;
|
|
122
123
|
}
|
|
123
124
|
set isContentDirty(v) {
|
|
124
|
-
this.i.
|
|
125
|
+
this.i.a7 = ensureBool(v);
|
|
125
126
|
}
|
|
126
127
|
/**
|
|
127
128
|
* Gets if the content of the cell is dirty.
|
|
128
129
|
*/
|
|
129
130
|
get isBorderDirty() {
|
|
130
|
-
return this.i.
|
|
131
|
+
return this.i.a5;
|
|
131
132
|
}
|
|
132
133
|
set isBorderDirty(v) {
|
|
133
|
-
this.i.
|
|
134
|
+
this.i.a5 = ensureBool(v);
|
|
134
135
|
}
|
|
135
136
|
/**
|
|
136
137
|
* Gets if the layer of the cell is dirty.
|
|
137
138
|
*/
|
|
138
139
|
get isLayerDirty() {
|
|
139
|
-
return this.i.
|
|
140
|
+
return this.i.bl;
|
|
140
141
|
}
|
|
141
142
|
set isLayerDirty(v) {
|
|
142
|
-
this.i.
|
|
143
|
+
this.i.bl = ensureBool(v);
|
|
143
144
|
}
|
|
144
145
|
/**
|
|
145
146
|
* Gets if the layer of the cell is dirty.
|
|
146
147
|
*/
|
|
147
148
|
get isStateDirty() {
|
|
148
|
-
return this.i.
|
|
149
|
+
return this.i.bt;
|
|
149
150
|
}
|
|
150
151
|
set isStateDirty(v) {
|
|
151
|
-
this.i.
|
|
152
|
+
this.i.bt = ensureBool(v);
|
|
152
153
|
}
|
|
153
154
|
/**
|
|
154
155
|
* Gets if the data of the cell is dirty.
|
|
155
156
|
*/
|
|
156
157
|
get isDataDirty() {
|
|
157
|
-
return this.i.
|
|
158
|
+
return this.i.a9;
|
|
158
159
|
}
|
|
159
160
|
set isDataDirty(v) {
|
|
160
|
-
this.i.
|
|
161
|
+
this.i.a9 = ensureBool(v);
|
|
161
162
|
}
|
|
162
163
|
/**
|
|
163
164
|
* Gets if placeholder content is needed when virtualized.
|
|
164
165
|
*/
|
|
165
166
|
get isPlaceholdContentNeeded() {
|
|
166
|
-
return this.i.
|
|
167
|
+
return this.i.bm;
|
|
167
168
|
}
|
|
168
169
|
set isPlaceholdContentNeeded(v) {
|
|
169
|
-
this.i.
|
|
170
|
+
this.i.bm = ensureBool(v);
|
|
170
171
|
}
|
|
171
172
|
/**
|
|
172
173
|
* Gets the action manager to propagate actions back to the grid.
|
|
@@ -181,205 +182,205 @@ export class IgxCellInfo {
|
|
|
181
182
|
* Gets or sets whether the cell is hit test visible.
|
|
182
183
|
*/
|
|
183
184
|
get isHitTestVisible() {
|
|
184
|
-
return this.i.
|
|
185
|
+
return this.i.bh;
|
|
185
186
|
}
|
|
186
187
|
set isHitTestVisible(v) {
|
|
187
|
-
this.i.
|
|
188
|
+
this.i.bh = ensureBool(v);
|
|
188
189
|
}
|
|
189
190
|
/**
|
|
190
191
|
* Gets if this cell belongs to a row that has been marked as pinned.
|
|
191
192
|
*/
|
|
192
193
|
get isRowPinned() {
|
|
193
|
-
return this.i.
|
|
194
|
+
return this.i.bo;
|
|
194
195
|
}
|
|
195
196
|
set isRowPinned(v) {
|
|
196
|
-
this.i.
|
|
197
|
+
this.i.bo = ensureBool(v);
|
|
197
198
|
}
|
|
198
199
|
/**
|
|
199
200
|
* Gets if this cell belongs to a row that will stick to the top of the grid.
|
|
200
201
|
*/
|
|
201
202
|
get isRowSticky() {
|
|
202
|
-
return this.i.
|
|
203
|
+
return this.i.bp;
|
|
203
204
|
}
|
|
204
205
|
set isRowSticky(v) {
|
|
205
|
-
this.i.
|
|
206
|
+
this.i.bp = ensureBool(v);
|
|
206
207
|
}
|
|
207
208
|
/**
|
|
208
209
|
* Gets if this cell is the last row that can stick to the top of the grid.
|
|
209
210
|
*/
|
|
210
211
|
get isLastStickyRow() {
|
|
211
|
-
return this.i.
|
|
212
|
+
return this.i.bk;
|
|
212
213
|
}
|
|
213
214
|
set isLastStickyRow(v) {
|
|
214
|
-
this.i.
|
|
215
|
+
this.i.bk = ensureBool(v);
|
|
215
216
|
}
|
|
216
217
|
/**
|
|
217
218
|
* Gets if this cell is in the filter row.
|
|
218
219
|
*/
|
|
219
220
|
get isFilterRow() {
|
|
220
|
-
return this.i.
|
|
221
|
+
return this.i.bf;
|
|
221
222
|
}
|
|
222
223
|
set isFilterRow(v) {
|
|
223
|
-
this.i.
|
|
224
|
+
this.i.bf = ensureBool(v);
|
|
224
225
|
}
|
|
225
226
|
/**
|
|
226
227
|
* Gets the indent level of the cell.
|
|
227
228
|
*/
|
|
228
229
|
get indent() {
|
|
229
|
-
return this.i.
|
|
230
|
+
return this.i.gc;
|
|
230
231
|
}
|
|
231
232
|
set indent(v) {
|
|
232
|
-
this.i.
|
|
233
|
+
this.i.gc = +v;
|
|
233
234
|
}
|
|
234
235
|
get rowItem() {
|
|
235
|
-
return this.i.
|
|
236
|
+
return this.i.ic;
|
|
236
237
|
}
|
|
237
238
|
set rowItem(v) {
|
|
238
|
-
this.i.
|
|
239
|
+
this.i.ic = v;
|
|
239
240
|
}
|
|
240
241
|
/**
|
|
241
242
|
* Gets the X position of the cell within the content.
|
|
242
243
|
*/
|
|
243
244
|
get x() {
|
|
244
|
-
return this.i.
|
|
245
|
+
return this.i.c6;
|
|
245
246
|
}
|
|
246
247
|
set x(v) {
|
|
247
|
-
this.i.
|
|
248
|
+
this.i.c6 = +v;
|
|
248
249
|
}
|
|
249
250
|
/**
|
|
250
251
|
* Gets the Y position of the cell within the content.
|
|
251
252
|
*/
|
|
252
253
|
get y() {
|
|
253
|
-
return this.i.
|
|
254
|
+
return this.i.c7;
|
|
254
255
|
}
|
|
255
256
|
set y(v) {
|
|
256
|
-
this.i.
|
|
257
|
+
this.i.c7 = +v;
|
|
257
258
|
}
|
|
258
259
|
/**
|
|
259
260
|
* Gets the pixel snapped X position of the cell within the content.
|
|
260
261
|
*/
|
|
261
262
|
get snappedX() {
|
|
262
|
-
return this.i.
|
|
263
|
+
return this.i.hc;
|
|
263
264
|
}
|
|
264
265
|
set snappedX(v) {
|
|
265
|
-
this.i.
|
|
266
|
+
this.i.hc = +v;
|
|
266
267
|
}
|
|
267
268
|
/**
|
|
268
269
|
* Gets the snapped Y position of the cell within the content.
|
|
269
270
|
*/
|
|
270
271
|
get snappedY() {
|
|
271
|
-
return this.i.
|
|
272
|
+
return this.i.he;
|
|
272
273
|
}
|
|
273
274
|
set snappedY(v) {
|
|
274
|
-
this.i.
|
|
275
|
+
this.i.he = +v;
|
|
275
276
|
}
|
|
276
277
|
/**
|
|
277
278
|
* Gets or sets the opacity for cells that have unsaved edits.
|
|
278
279
|
*/
|
|
279
280
|
get editOpacity() {
|
|
280
|
-
return this.i.
|
|
281
|
+
return this.i.cs;
|
|
281
282
|
}
|
|
282
283
|
set editOpacity(v) {
|
|
283
|
-
this.i.
|
|
284
|
+
this.i.cs = +v;
|
|
284
285
|
}
|
|
285
286
|
/**
|
|
286
287
|
* Gets or sets the opacity of the content of the cell.
|
|
287
288
|
*/
|
|
288
289
|
get contentOpacity() {
|
|
289
|
-
return this.i.
|
|
290
|
+
return this.i.cr;
|
|
290
291
|
}
|
|
291
292
|
set contentOpacity(v) {
|
|
292
|
-
this.i.
|
|
293
|
+
this.i.cr = +v;
|
|
293
294
|
}
|
|
294
295
|
/**
|
|
295
296
|
* Gets the actual content opacity of the cell.
|
|
296
297
|
*/
|
|
297
298
|
get actualContentOpacity() {
|
|
298
|
-
return this.i.
|
|
299
|
+
return this.i.co;
|
|
299
300
|
}
|
|
300
301
|
set actualContentOpacity(v) {
|
|
301
|
-
this.i.
|
|
302
|
+
this.i.co = +v;
|
|
302
303
|
}
|
|
303
304
|
/**
|
|
304
305
|
* Gets or sets the opacity of the cell.
|
|
305
306
|
*/
|
|
306
307
|
get opacity() {
|
|
307
|
-
return this.i.
|
|
308
|
+
return this.i.cw;
|
|
308
309
|
}
|
|
309
310
|
set opacity(v) {
|
|
310
|
-
this.i.
|
|
311
|
+
this.i.cw = +v;
|
|
311
312
|
}
|
|
312
313
|
/**
|
|
313
314
|
* Gets the actual opacity of the cell.
|
|
314
315
|
*/
|
|
315
316
|
get actualOpacity() {
|
|
316
|
-
return this.i.
|
|
317
|
+
return this.i.cp;
|
|
317
318
|
}
|
|
318
319
|
set actualOpacity(v) {
|
|
319
|
-
this.i.
|
|
320
|
+
this.i.cp = +v;
|
|
320
321
|
}
|
|
321
322
|
/**
|
|
322
323
|
* Gets the height of the cell.
|
|
323
324
|
*/
|
|
324
325
|
get height() {
|
|
325
|
-
return this.i.
|
|
326
|
+
return this.i.f6;
|
|
326
327
|
}
|
|
327
328
|
set height(v) {
|
|
328
|
-
this.i.
|
|
329
|
+
this.i.f6 = +v;
|
|
329
330
|
}
|
|
330
331
|
/**
|
|
331
332
|
* Gets the width of the cell.
|
|
332
333
|
*/
|
|
333
334
|
get width() {
|
|
334
|
-
return this.i.
|
|
335
|
+
return this.i.h2;
|
|
335
336
|
}
|
|
336
337
|
set width(v) {
|
|
337
|
-
this.i.
|
|
338
|
+
this.i.h2 = +v;
|
|
338
339
|
}
|
|
339
340
|
/**
|
|
340
341
|
* Gets if the cell is selected.
|
|
341
342
|
*/
|
|
342
343
|
get isSelected() {
|
|
343
|
-
return this.i.
|
|
344
|
+
return this.i.br;
|
|
344
345
|
}
|
|
345
346
|
set isSelected(v) {
|
|
346
|
-
this.i.
|
|
347
|
+
this.i.br = ensureBool(v);
|
|
347
348
|
}
|
|
348
349
|
/**
|
|
349
350
|
* Gets the amount that the cell is selected. This is a value between 0 and 1.
|
|
350
351
|
*/
|
|
351
352
|
get selectedStatus() {
|
|
352
|
-
return this.i.
|
|
353
|
+
return this.i.cy;
|
|
353
354
|
}
|
|
354
355
|
set selectedStatus(v) {
|
|
355
|
-
this.i.
|
|
356
|
+
this.i.cy = +v;
|
|
356
357
|
}
|
|
357
358
|
/**
|
|
358
359
|
* Gets the amount that the cell is activated. This is a value between 0 and 1.
|
|
359
360
|
*/
|
|
360
361
|
get activationStatus() {
|
|
361
|
-
return this.i.
|
|
362
|
+
return this.i.cn;
|
|
362
363
|
}
|
|
363
364
|
set activationStatus(v) {
|
|
364
|
-
this.i.
|
|
365
|
+
this.i.cn = +v;
|
|
365
366
|
}
|
|
366
367
|
/**
|
|
367
368
|
* Gets the amount that the cell is hovered. This is a value between 0 and 1.
|
|
368
369
|
*/
|
|
369
370
|
get hoverStatus() {
|
|
370
|
-
return this.i.
|
|
371
|
+
return this.i.ct;
|
|
371
372
|
}
|
|
372
373
|
set hoverStatus(v) {
|
|
373
|
-
this.i.
|
|
374
|
+
this.i.ct = +v;
|
|
374
375
|
}
|
|
375
376
|
/**
|
|
376
377
|
* Gets whether the cell is hoverable or not.
|
|
377
378
|
*/
|
|
378
379
|
get isHoverable() {
|
|
379
|
-
return this.i.
|
|
380
|
+
return this.i.bi;
|
|
380
381
|
}
|
|
381
382
|
set isHoverable(v) {
|
|
382
|
-
this.i.
|
|
383
|
+
this.i.bi = ensureBool(v);
|
|
383
384
|
}
|
|
384
385
|
/**
|
|
385
386
|
* Gets or sets the horiztonal alignment of the cell content.
|
|
@@ -403,446 +404,556 @@ export class IgxCellInfo {
|
|
|
403
404
|
* Gets or sets the background color of the cell.
|
|
404
405
|
*/
|
|
405
406
|
get background() {
|
|
406
|
-
return brushToString(this.i.
|
|
407
|
+
return brushToString(this.i.nb);
|
|
407
408
|
}
|
|
408
409
|
set background(v) {
|
|
409
|
-
this.i.
|
|
410
|
+
this.i.nb = stringToBrush(v);
|
|
410
411
|
}
|
|
411
412
|
/**
|
|
412
413
|
* Gets or sets the border color of the cell.
|
|
413
414
|
*/
|
|
414
415
|
get border() {
|
|
415
|
-
return brushToString(this.i.
|
|
416
|
+
return brushToString(this.i.ne);
|
|
416
417
|
}
|
|
417
418
|
set border(v) {
|
|
418
|
-
this.i.
|
|
419
|
+
this.i.ne = stringToBrush(v);
|
|
419
420
|
}
|
|
420
421
|
/**
|
|
421
422
|
* Gets the actual background color of the cell
|
|
422
423
|
*/
|
|
423
424
|
get actualBackground() {
|
|
424
|
-
return brushToString(this.i.
|
|
425
|
+
return brushToString(this.i.m8);
|
|
425
426
|
}
|
|
426
427
|
set actualBackground(v) {
|
|
427
|
-
this.i.
|
|
428
|
+
this.i.m8 = stringToBrush(v);
|
|
428
429
|
}
|
|
429
430
|
/**
|
|
430
431
|
* Gets the actual background color of the cell
|
|
431
432
|
*/
|
|
432
433
|
get actualBorder() {
|
|
433
|
-
return brushToString(this.i.
|
|
434
|
+
return brushToString(this.i.m9);
|
|
434
435
|
}
|
|
435
436
|
set actualBorder(v) {
|
|
436
|
-
this.i.
|
|
437
|
+
this.i.m9 = stringToBrush(v);
|
|
437
438
|
}
|
|
438
439
|
/**
|
|
439
440
|
* Gets the actual background color of the cell
|
|
440
441
|
*/
|
|
441
442
|
get activationBorder() {
|
|
442
|
-
return brushToString(this.i.
|
|
443
|
+
return brushToString(this.i.m7);
|
|
443
444
|
}
|
|
444
445
|
set activationBorder(v) {
|
|
445
|
-
this.i.
|
|
446
|
+
this.i.m7 = stringToBrush(v);
|
|
446
447
|
}
|
|
447
448
|
/**
|
|
448
449
|
* Gets or sets the error border color of the cell.
|
|
449
450
|
*/
|
|
450
451
|
get errorBorder() {
|
|
451
|
-
return brushToString(this.i.
|
|
452
|
+
return brushToString(this.i.ng);
|
|
452
453
|
}
|
|
453
454
|
set errorBorder(v) {
|
|
454
|
-
this.i.
|
|
455
|
+
this.i.ng = stringToBrush(v);
|
|
455
456
|
}
|
|
456
457
|
/**
|
|
457
458
|
* Gets or sets the selected background color of the cell.
|
|
458
459
|
*/
|
|
459
460
|
get selectedBackground() {
|
|
460
|
-
return brushToString(this.i.
|
|
461
|
+
return brushToString(this.i.nn);
|
|
461
462
|
}
|
|
462
463
|
set selectedBackground(v) {
|
|
463
|
-
this.i.
|
|
464
|
+
this.i.nn = stringToBrush(v);
|
|
464
465
|
}
|
|
465
466
|
/**
|
|
466
467
|
* Gets or sets the hover background color of the cell.
|
|
467
468
|
*/
|
|
468
469
|
get hoverBackground() {
|
|
469
|
-
return brushToString(this.i.
|
|
470
|
+
return brushToString(this.i.nj);
|
|
470
471
|
}
|
|
471
472
|
set hoverBackground(v) {
|
|
472
|
-
this.i.
|
|
473
|
+
this.i.nj = stringToBrush(v);
|
|
473
474
|
}
|
|
474
475
|
/**
|
|
475
476
|
* Gets or sets the hover text color of the cell.
|
|
476
477
|
*/
|
|
477
478
|
get hoverTextColor() {
|
|
478
|
-
return brushToString(this.i.
|
|
479
|
+
return brushToString(this.i.nk);
|
|
479
480
|
}
|
|
480
481
|
set hoverTextColor(v) {
|
|
481
|
-
this.i.
|
|
482
|
+
this.i.nk = stringToBrush(v);
|
|
482
483
|
}
|
|
483
484
|
/**
|
|
484
485
|
* Gets or sets the color for the sort indicator icon.
|
|
485
486
|
*/
|
|
486
487
|
get sortIndicatorColor() {
|
|
487
|
-
return brushToString(this.i.
|
|
488
|
+
return brushToString(this.i.no);
|
|
488
489
|
}
|
|
489
490
|
set sortIndicatorColor(v) {
|
|
490
|
-
this.i.
|
|
491
|
+
this.i.no = stringToBrush(v);
|
|
491
492
|
}
|
|
492
493
|
/**
|
|
493
494
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
494
495
|
*/
|
|
495
496
|
get stickyRowBackground() {
|
|
496
|
-
return brushToString(this.i.
|
|
497
|
+
return brushToString(this.i.np);
|
|
497
498
|
}
|
|
498
499
|
set stickyRowBackground(v) {
|
|
499
|
-
this.i.
|
|
500
|
+
this.i.np = stringToBrush(v);
|
|
500
501
|
}
|
|
501
502
|
/**
|
|
502
503
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
503
504
|
*/
|
|
504
505
|
get pinnedRowBackground() {
|
|
505
|
-
return brushToString(this.i.
|
|
506
|
+
return brushToString(this.i.nm);
|
|
506
507
|
}
|
|
507
508
|
set pinnedRowBackground(v) {
|
|
508
|
-
this.i.
|
|
509
|
+
this.i.nm = stringToBrush(v);
|
|
509
510
|
}
|
|
510
511
|
/**
|
|
511
512
|
* Gets or sets the color for the last row in the sticky row area.
|
|
512
513
|
*/
|
|
513
514
|
get lastStickyRowBackground() {
|
|
514
|
-
return brushToString(this.i.
|
|
515
|
+
return brushToString(this.i.nl);
|
|
515
516
|
}
|
|
516
517
|
set lastStickyRowBackground(v) {
|
|
517
|
-
this.i.
|
|
518
|
+
this.i.nl = stringToBrush(v);
|
|
518
519
|
}
|
|
519
520
|
/**
|
|
520
521
|
* Gets or sets the background color for filter row.
|
|
521
522
|
*/
|
|
522
523
|
get filterRowBackground() {
|
|
523
|
-
return brushToString(this.i.
|
|
524
|
+
return brushToString(this.i.nh);
|
|
524
525
|
}
|
|
525
526
|
set filterRowBackground(v) {
|
|
526
|
-
this.i.
|
|
527
|
+
this.i.nh = stringToBrush(v);
|
|
527
528
|
}
|
|
528
529
|
/**
|
|
529
530
|
* Gets or sets the color to use for displaying text.
|
|
530
531
|
*/
|
|
531
532
|
get pinnedRowOpacity() {
|
|
532
|
-
return this.i.
|
|
533
|
+
return this.i.cx;
|
|
533
534
|
}
|
|
534
535
|
set pinnedRowOpacity(v) {
|
|
535
|
-
this.i.
|
|
536
|
+
this.i.cx = +v;
|
|
536
537
|
}
|
|
537
538
|
/**
|
|
538
539
|
* Gets or sets the original value for the cell, before processing.
|
|
539
540
|
*/
|
|
540
541
|
get originalValue() {
|
|
541
|
-
return this.i.
|
|
542
|
+
return this.i.ib;
|
|
542
543
|
}
|
|
543
544
|
set originalValue(v) {
|
|
544
|
-
this.i.
|
|
545
|
+
this.i.ib = v;
|
|
545
546
|
}
|
|
546
547
|
/**
|
|
547
548
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
548
549
|
*/
|
|
549
550
|
get renderValue() {
|
|
550
|
-
return this.i.
|
|
551
|
+
return this.i.ku;
|
|
551
552
|
}
|
|
552
553
|
set renderValue(v) {
|
|
553
|
-
this.i.
|
|
554
|
+
this.i.ku = v;
|
|
554
555
|
}
|
|
555
556
|
/**
|
|
556
557
|
* If set, this text will be used when rendering the cell value.
|
|
557
558
|
*/
|
|
558
559
|
get userFormattedValue() {
|
|
559
|
-
return this.i.
|
|
560
|
+
return this.i.lp;
|
|
560
561
|
}
|
|
561
562
|
set userFormattedValue(v) {
|
|
562
|
-
this.i.
|
|
563
|
+
this.i.lp = v;
|
|
563
564
|
}
|
|
564
565
|
/**
|
|
565
566
|
* Gets or sets the color of the text for the cell, if any.
|
|
566
567
|
*/
|
|
567
568
|
get textColor() {
|
|
568
|
-
return brushToString(this.i.
|
|
569
|
+
return brushToString(this.i.nt);
|
|
569
570
|
}
|
|
570
571
|
set textColor(v) {
|
|
571
|
-
this.i.
|
|
572
|
+
this.i.nt = stringToBrush(v);
|
|
572
573
|
}
|
|
573
574
|
/**
|
|
574
575
|
* Gets the actual color of the text for the cell, if any.
|
|
575
576
|
*/
|
|
576
577
|
get actualTextColor() {
|
|
577
|
-
return brushToString(this.i.
|
|
578
|
+
return brushToString(this.i.na);
|
|
578
579
|
}
|
|
579
580
|
set actualTextColor(v) {
|
|
580
|
-
this.i.
|
|
581
|
+
this.i.na = stringToBrush(v);
|
|
581
582
|
}
|
|
582
583
|
/**
|
|
583
584
|
* Gets or sets the text color for cells in deleted rows.
|
|
584
585
|
*/
|
|
585
586
|
get deletedTextColor() {
|
|
586
|
-
return brushToString(this.i.
|
|
587
|
+
return brushToString(this.i.nf);
|
|
587
588
|
}
|
|
588
589
|
set deletedTextColor(v) {
|
|
589
|
-
this.i.
|
|
590
|
+
this.i.nf = stringToBrush(v);
|
|
590
591
|
}
|
|
591
592
|
get font() {
|
|
592
|
-
if (this.i.
|
|
593
|
+
if (this.i.aj == null) {
|
|
593
594
|
return null;
|
|
594
595
|
}
|
|
595
|
-
return this.i.
|
|
596
|
+
return this.i.aj.fontString;
|
|
596
597
|
}
|
|
597
598
|
set font(v) {
|
|
598
599
|
let fi = new FontInfo();
|
|
599
600
|
fi.fontString = v;
|
|
600
|
-
this.i.
|
|
601
|
+
this.i.aj = fi;
|
|
601
602
|
}
|
|
602
603
|
get actualFont() {
|
|
603
|
-
if (this.i.
|
|
604
|
+
if (this.i.ah == null) {
|
|
604
605
|
return null;
|
|
605
606
|
}
|
|
606
|
-
return this.i.
|
|
607
|
+
return this.i.ah.fontString;
|
|
607
608
|
}
|
|
608
609
|
set actualFont(v) {
|
|
609
610
|
let fi = new FontInfo();
|
|
610
611
|
fi.fontString = v;
|
|
611
|
-
this.i.
|
|
612
|
+
this.i.ah = fi;
|
|
613
|
+
}
|
|
614
|
+
/**
|
|
615
|
+
* Gets or sets the text to display in the suffix area of the cell.
|
|
616
|
+
*/
|
|
617
|
+
get suffixText() {
|
|
618
|
+
return this.i.lg;
|
|
619
|
+
}
|
|
620
|
+
set suffixText(v) {
|
|
621
|
+
this.i.lg = v;
|
|
622
|
+
}
|
|
623
|
+
/**
|
|
624
|
+
* Gets or sets the color of the suffix text for the cell, if any.
|
|
625
|
+
*/
|
|
626
|
+
get suffixTextColor() {
|
|
627
|
+
return brushToString(this.i.ns);
|
|
628
|
+
}
|
|
629
|
+
set suffixTextColor(v) {
|
|
630
|
+
this.i.ns = stringToBrush(v);
|
|
631
|
+
}
|
|
632
|
+
get suffixTextFont() {
|
|
633
|
+
if (this.i.ak == null) {
|
|
634
|
+
return null;
|
|
635
|
+
}
|
|
636
|
+
return this.i.ak.fontString;
|
|
637
|
+
}
|
|
638
|
+
set suffixTextFont(v) {
|
|
639
|
+
let fi = new FontInfo();
|
|
640
|
+
fi.fontString = v;
|
|
641
|
+
this.i.ak = fi;
|
|
642
|
+
}
|
|
643
|
+
/**
|
|
644
|
+
* Gets or sets the icon to display in the suffix area of the cell.
|
|
645
|
+
*/
|
|
646
|
+
get suffixIconName() {
|
|
647
|
+
return this.i.k9;
|
|
648
|
+
}
|
|
649
|
+
set suffixIconName(v) {
|
|
650
|
+
this.i.k9 = v;
|
|
651
|
+
}
|
|
652
|
+
/**
|
|
653
|
+
* Gets or sets the icon to display in the suffix area of the cell.
|
|
654
|
+
*/
|
|
655
|
+
get suffixIconCollectionName() {
|
|
656
|
+
return this.i.k6;
|
|
657
|
+
}
|
|
658
|
+
set suffixIconCollectionName(v) {
|
|
659
|
+
this.i.k6 = v;
|
|
660
|
+
}
|
|
661
|
+
/**
|
|
662
|
+
* Gets or sets the stroke color of the suffix icon.
|
|
663
|
+
*/
|
|
664
|
+
get suffixIconStroke() {
|
|
665
|
+
return brushToString(this.i.nr);
|
|
666
|
+
}
|
|
667
|
+
set suffixIconStroke(v) {
|
|
668
|
+
this.i.nr = stringToBrush(v);
|
|
669
|
+
}
|
|
670
|
+
/**
|
|
671
|
+
* Gets or sets the fill color of the suffix icon.
|
|
672
|
+
*/
|
|
673
|
+
get suffixIconFill() {
|
|
674
|
+
return brushToString(this.i.nq);
|
|
675
|
+
}
|
|
676
|
+
set suffixIconFill(v) {
|
|
677
|
+
this.i.nq = stringToBrush(v);
|
|
678
|
+
}
|
|
679
|
+
/**
|
|
680
|
+
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
681
|
+
*/
|
|
682
|
+
get suffixIconViewBoxLeft() {
|
|
683
|
+
return this.i.c0;
|
|
684
|
+
}
|
|
685
|
+
set suffixIconViewBoxLeft(v) {
|
|
686
|
+
this.i.c0 = +v;
|
|
687
|
+
}
|
|
688
|
+
/**
|
|
689
|
+
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
690
|
+
*/
|
|
691
|
+
get suffixIconViewBoxTop() {
|
|
692
|
+
return this.i.c1;
|
|
693
|
+
}
|
|
694
|
+
set suffixIconViewBoxTop(v) {
|
|
695
|
+
this.i.c1 = +v;
|
|
696
|
+
}
|
|
697
|
+
/**
|
|
698
|
+
* Gets or sets the suffix icon's viewbox width.
|
|
699
|
+
*/
|
|
700
|
+
get suffixIconViewBoxWidth() {
|
|
701
|
+
return this.i.c2;
|
|
702
|
+
}
|
|
703
|
+
set suffixIconViewBoxWidth(v) {
|
|
704
|
+
this.i.c2 = +v;
|
|
705
|
+
}
|
|
706
|
+
/**
|
|
707
|
+
* Gets or sets the suffix icon's viewbox height.
|
|
708
|
+
*/
|
|
709
|
+
get suffixIconViewBoxHeight() {
|
|
710
|
+
return this.i.cz;
|
|
711
|
+
}
|
|
712
|
+
set suffixIconViewBoxHeight(v) {
|
|
713
|
+
this.i.cz = +v;
|
|
714
|
+
}
|
|
715
|
+
/**
|
|
716
|
+
* Gets or sets the text decorations to apply to the cell text.
|
|
717
|
+
*/
|
|
718
|
+
get textDecoration() {
|
|
719
|
+
return this.i.aa;
|
|
720
|
+
}
|
|
721
|
+
set textDecoration(v) {
|
|
722
|
+
this.i.aa = ensureEnum(TextCellDecoration_$type, v);
|
|
612
723
|
}
|
|
613
724
|
/**
|
|
614
725
|
* Gets or sets the line break mode to use if text is present in the cell.
|
|
615
726
|
*/
|
|
616
727
|
get lineBreakMode() {
|
|
617
|
-
return this.i.
|
|
728
|
+
return this.i.ac;
|
|
618
729
|
}
|
|
619
730
|
set lineBreakMode(v) {
|
|
620
|
-
this.i.
|
|
731
|
+
this.i.ac = ensureEnum(TextCellLineBreakMode_$type, v);
|
|
621
732
|
}
|
|
622
733
|
/**
|
|
623
734
|
* Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
|
|
624
735
|
*/
|
|
625
736
|
get virtualizationPercentage() {
|
|
626
|
-
return this.i.
|
|
737
|
+
return this.i.c5;
|
|
627
738
|
}
|
|
628
739
|
set virtualizationPercentage(v) {
|
|
629
|
-
this.i.
|
|
740
|
+
this.i.c5 = +v;
|
|
630
741
|
}
|
|
631
742
|
/**
|
|
632
743
|
* Gets or sets the left padding to use for the content.
|
|
633
744
|
*/
|
|
634
745
|
get paddingLeft() {
|
|
635
|
-
return this.i.
|
|
746
|
+
return this.i.gy;
|
|
636
747
|
}
|
|
637
748
|
set paddingLeft(v) {
|
|
638
|
-
this.i.
|
|
749
|
+
this.i.gy = +v;
|
|
639
750
|
}
|
|
640
751
|
/**
|
|
641
752
|
* Gets or sets the top padding to use for the content.
|
|
642
753
|
*/
|
|
643
754
|
get paddingTop() {
|
|
644
|
-
return this.i.
|
|
755
|
+
return this.i.g2;
|
|
645
756
|
}
|
|
646
757
|
set paddingTop(v) {
|
|
647
|
-
this.i.
|
|
758
|
+
this.i.g2 = +v;
|
|
648
759
|
}
|
|
649
760
|
/**
|
|
650
761
|
* Gets or sets the right padding to use for the content.
|
|
651
762
|
*/
|
|
652
763
|
get paddingRight() {
|
|
653
|
-
return this.i.
|
|
764
|
+
return this.i.g0;
|
|
654
765
|
}
|
|
655
766
|
set paddingRight(v) {
|
|
656
|
-
this.i.
|
|
767
|
+
this.i.g0 = +v;
|
|
657
768
|
}
|
|
658
769
|
/**
|
|
659
770
|
* Gets or sets the bottom padding to use for the content.
|
|
660
771
|
*/
|
|
661
772
|
get paddingBottom() {
|
|
662
|
-
return this.i.
|
|
773
|
+
return this.i.gw;
|
|
663
774
|
}
|
|
664
775
|
set paddingBottom(v) {
|
|
665
|
-
this.i.
|
|
776
|
+
this.i.gw = +v;
|
|
666
777
|
}
|
|
667
778
|
/**
|
|
668
779
|
* Gets or sets the left padding to use for the content.
|
|
669
780
|
*/
|
|
670
781
|
get actualPaddingLeft() {
|
|
671
|
-
return this.i.
|
|
782
|
+
return this.i.ex;
|
|
672
783
|
}
|
|
673
784
|
set actualPaddingLeft(v) {
|
|
674
|
-
this.i.
|
|
785
|
+
this.i.ex = +v;
|
|
675
786
|
}
|
|
676
787
|
/**
|
|
677
788
|
* Gets or sets the top padding to use for the content.
|
|
678
789
|
*/
|
|
679
790
|
get actualPaddingTop() {
|
|
680
|
-
return this.i.
|
|
791
|
+
return this.i.e1;
|
|
681
792
|
}
|
|
682
793
|
set actualPaddingTop(v) {
|
|
683
|
-
this.i.
|
|
794
|
+
this.i.e1 = +v;
|
|
684
795
|
}
|
|
685
796
|
/**
|
|
686
797
|
* Gets or sets the right padding to use for the content.
|
|
687
798
|
*/
|
|
688
799
|
get actualPaddingRight() {
|
|
689
|
-
return this.i.
|
|
800
|
+
return this.i.ez;
|
|
690
801
|
}
|
|
691
802
|
set actualPaddingRight(v) {
|
|
692
|
-
this.i.
|
|
803
|
+
this.i.ez = +v;
|
|
693
804
|
}
|
|
694
805
|
/**
|
|
695
806
|
* Gets or sets the bottom padding to use for the content.
|
|
696
807
|
*/
|
|
697
808
|
get actualPaddingBottom() {
|
|
698
|
-
return this.i.
|
|
809
|
+
return this.i.ev;
|
|
699
810
|
}
|
|
700
811
|
set actualPaddingBottom(v) {
|
|
701
|
-
this.i.
|
|
812
|
+
this.i.ev = +v;
|
|
702
813
|
}
|
|
703
814
|
/**
|
|
704
815
|
* Gets or sets the left border to use for the content.
|
|
705
816
|
*/
|
|
706
817
|
get borderLeftWidth() {
|
|
707
|
-
return this.i.
|
|
818
|
+
return this.i.fe;
|
|
708
819
|
}
|
|
709
820
|
set borderLeftWidth(v) {
|
|
710
|
-
this.i.
|
|
821
|
+
this.i.fe = +v;
|
|
711
822
|
}
|
|
712
823
|
/**
|
|
713
824
|
* Gets or sets the top border to use for the content.
|
|
714
825
|
*/
|
|
715
826
|
get borderTopWidth() {
|
|
716
|
-
return this.i.
|
|
827
|
+
return this.i.fj;
|
|
717
828
|
}
|
|
718
829
|
set borderTopWidth(v) {
|
|
719
|
-
this.i.
|
|
830
|
+
this.i.fj = +v;
|
|
720
831
|
}
|
|
721
832
|
/**
|
|
722
833
|
* Gets or sets the right border to use for the content.
|
|
723
834
|
*/
|
|
724
835
|
get borderRightWidth() {
|
|
725
|
-
return this.i.
|
|
836
|
+
return this.i.fh;
|
|
726
837
|
}
|
|
727
838
|
set borderRightWidth(v) {
|
|
728
|
-
this.i.
|
|
839
|
+
this.i.fh = +v;
|
|
729
840
|
}
|
|
730
841
|
/**
|
|
731
842
|
* Gets or sets the bottom border to use for the content.
|
|
732
843
|
*/
|
|
733
844
|
get borderBottomWidth() {
|
|
734
|
-
return this.i.
|
|
845
|
+
return this.i.fc;
|
|
735
846
|
}
|
|
736
847
|
set borderBottomWidth(v) {
|
|
737
|
-
this.i.
|
|
848
|
+
this.i.fc = +v;
|
|
738
849
|
}
|
|
739
850
|
/**
|
|
740
851
|
* Gets or sets the left activation border to use for the content.
|
|
741
852
|
*/
|
|
742
853
|
get activationBorderLeftWidth() {
|
|
743
|
-
return this.i.
|
|
854
|
+
return this.i.ea;
|
|
744
855
|
}
|
|
745
856
|
set activationBorderLeftWidth(v) {
|
|
746
|
-
this.i.
|
|
857
|
+
this.i.ea = +v;
|
|
747
858
|
}
|
|
748
859
|
/**
|
|
749
860
|
* Gets or sets the top activation border to use for the content.
|
|
750
861
|
*/
|
|
751
862
|
get activationBorderTopWidth() {
|
|
752
|
-
return this.i.
|
|
863
|
+
return this.i.ef;
|
|
753
864
|
}
|
|
754
865
|
set activationBorderTopWidth(v) {
|
|
755
|
-
this.i.
|
|
866
|
+
this.i.ef = +v;
|
|
756
867
|
}
|
|
757
868
|
/**
|
|
758
869
|
* Gets or sets the right activation border to use for the content.
|
|
759
870
|
*/
|
|
760
871
|
get activationBorderRightWidth() {
|
|
761
|
-
return this.i.
|
|
872
|
+
return this.i.ed;
|
|
762
873
|
}
|
|
763
874
|
set activationBorderRightWidth(v) {
|
|
764
|
-
this.i.
|
|
875
|
+
this.i.ed = +v;
|
|
765
876
|
}
|
|
766
877
|
/**
|
|
767
878
|
* Gets or sets the bottom activation border to use for the content.
|
|
768
879
|
*/
|
|
769
880
|
get activationBorderBottomWidth() {
|
|
770
|
-
return this.i.
|
|
881
|
+
return this.i.d8;
|
|
771
882
|
}
|
|
772
883
|
set activationBorderBottomWidth(v) {
|
|
773
|
-
this.i.
|
|
884
|
+
this.i.d8 = +v;
|
|
774
885
|
}
|
|
775
886
|
/**
|
|
776
887
|
* Gets or sets the left error border to use for the content.
|
|
777
888
|
*/
|
|
778
889
|
get errorBorderLeftWidth() {
|
|
779
|
-
return this.i.
|
|
890
|
+
return this.i.fw;
|
|
780
891
|
}
|
|
781
892
|
set errorBorderLeftWidth(v) {
|
|
782
|
-
this.i.
|
|
893
|
+
this.i.fw = +v;
|
|
783
894
|
}
|
|
784
895
|
/**
|
|
785
896
|
* Gets or sets the top error border to use for the content.
|
|
786
897
|
*/
|
|
787
898
|
get errorBorderTopWidth() {
|
|
788
|
-
return this.i.
|
|
899
|
+
return this.i.f1;
|
|
789
900
|
}
|
|
790
901
|
set errorBorderTopWidth(v) {
|
|
791
|
-
this.i.
|
|
902
|
+
this.i.f1 = +v;
|
|
792
903
|
}
|
|
793
904
|
/**
|
|
794
905
|
* Gets or sets the right error border to use for the content.
|
|
795
906
|
*/
|
|
796
907
|
get errorBorderRightWidth() {
|
|
797
|
-
return this.i.
|
|
908
|
+
return this.i.fz;
|
|
798
909
|
}
|
|
799
910
|
set errorBorderRightWidth(v) {
|
|
800
|
-
this.i.
|
|
911
|
+
this.i.fz = +v;
|
|
801
912
|
}
|
|
802
913
|
/**
|
|
803
914
|
* Gets or sets the bottom error border to use for the content.
|
|
804
915
|
*/
|
|
805
916
|
get errorBorderBottomWidth() {
|
|
806
|
-
return this.i.
|
|
917
|
+
return this.i.fu;
|
|
807
918
|
}
|
|
808
919
|
set errorBorderBottomWidth(v) {
|
|
809
|
-
this.i.
|
|
920
|
+
this.i.fu = +v;
|
|
810
921
|
}
|
|
811
922
|
/**
|
|
812
923
|
* Gets or sets the actual left border to use for the content.
|
|
813
924
|
*/
|
|
814
925
|
get actualBorderLeftWidth() {
|
|
815
|
-
return this.i.
|
|
926
|
+
return this.i.el;
|
|
816
927
|
}
|
|
817
928
|
set actualBorderLeftWidth(v) {
|
|
818
|
-
this.i.
|
|
929
|
+
this.i.el = +v;
|
|
819
930
|
}
|
|
820
931
|
/**
|
|
821
932
|
* Gets or sets the actual top border to use for the content.
|
|
822
933
|
*/
|
|
823
934
|
get actualBorderTopWidth() {
|
|
824
|
-
return this.i.
|
|
935
|
+
return this.i.eq;
|
|
825
936
|
}
|
|
826
937
|
set actualBorderTopWidth(v) {
|
|
827
|
-
this.i.
|
|
938
|
+
this.i.eq = +v;
|
|
828
939
|
}
|
|
829
940
|
/**
|
|
830
941
|
* Gets or sets the actual right border to use for the content.
|
|
831
942
|
*/
|
|
832
943
|
get actualBorderRightWidth() {
|
|
833
|
-
return this.i.
|
|
944
|
+
return this.i.eo;
|
|
834
945
|
}
|
|
835
946
|
set actualBorderRightWidth(v) {
|
|
836
|
-
this.i.
|
|
947
|
+
this.i.eo = +v;
|
|
837
948
|
}
|
|
838
949
|
/**
|
|
839
950
|
* Gets or sets the actual bottom border to use for the content.
|
|
840
951
|
*/
|
|
841
952
|
get actualBorderBottomWidth() {
|
|
842
|
-
return this.i.
|
|
953
|
+
return this.i.ej;
|
|
843
954
|
}
|
|
844
955
|
set actualBorderBottomWidth(v) {
|
|
845
|
-
this.i.
|
|
956
|
+
this.i.ej = +v;
|
|
846
957
|
}
|
|
847
958
|
/**
|
|
848
959
|
* Gets the current sort direction for the column containing the cell.
|
|
@@ -857,19 +968,19 @@ export class IgxCellInfo {
|
|
|
857
968
|
* Gets the expansion state of the cell.
|
|
858
969
|
*/
|
|
859
970
|
get isExpanded() {
|
|
860
|
-
return this.i.
|
|
971
|
+
return this.i.be;
|
|
861
972
|
}
|
|
862
973
|
set isExpanded(v) {
|
|
863
|
-
this.i.
|
|
974
|
+
this.i.be = ensureBool(v);
|
|
864
975
|
}
|
|
865
976
|
/**
|
|
866
977
|
* Gets if the cell needs to display an expansion indicator.
|
|
867
978
|
*/
|
|
868
979
|
get isCollapsable() {
|
|
869
|
-
return this.i.
|
|
980
|
+
return this.i.a6;
|
|
870
981
|
}
|
|
871
982
|
set isCollapsable(v) {
|
|
872
|
-
this.i.
|
|
983
|
+
this.i.a6 = ensureBool(v);
|
|
873
984
|
}
|
|
874
985
|
/**
|
|
875
986
|
* Gets the fixed column position of this cell.
|
|
@@ -881,57 +992,57 @@ export class IgxCellInfo {
|
|
|
881
992
|
this.i.y = ensureEnum(PinnedPositions_$type, v);
|
|
882
993
|
}
|
|
883
994
|
get editFont() {
|
|
884
|
-
if (this.i.
|
|
995
|
+
if (this.i.ai == null) {
|
|
885
996
|
return null;
|
|
886
997
|
}
|
|
887
|
-
return this.i.
|
|
998
|
+
return this.i.ai.fontString;
|
|
888
999
|
}
|
|
889
1000
|
set editFont(v) {
|
|
890
1001
|
let fi = new FontInfo();
|
|
891
1002
|
fi.fontString = v;
|
|
892
|
-
this.i.
|
|
1003
|
+
this.i.ai = fi;
|
|
893
1004
|
}
|
|
894
1005
|
/**
|
|
895
1006
|
* Gets whether the cell has been edited.
|
|
896
1007
|
*/
|
|
897
1008
|
get isEdited() {
|
|
898
|
-
return this.i.
|
|
1009
|
+
return this.i.bd;
|
|
899
1010
|
}
|
|
900
1011
|
set isEdited(v) {
|
|
901
|
-
this.i.
|
|
1012
|
+
this.i.bd = ensureBool(v);
|
|
902
1013
|
}
|
|
903
1014
|
/**
|
|
904
1015
|
* Gets whether the cell is part of a deleted row.
|
|
905
1016
|
*/
|
|
906
1017
|
get isDeleted() {
|
|
907
|
-
return this.i.
|
|
1018
|
+
return this.i.ba;
|
|
908
1019
|
}
|
|
909
1020
|
set isDeleted(v) {
|
|
910
|
-
this.i.
|
|
1021
|
+
this.i.ba = ensureBool(v);
|
|
911
1022
|
}
|
|
912
1023
|
/**
|
|
913
1024
|
* Gets or sets the error message for the cell.
|
|
914
1025
|
*/
|
|
915
1026
|
get editError() {
|
|
916
|
-
return this.i.
|
|
1027
|
+
return this.i.jm;
|
|
917
1028
|
}
|
|
918
1029
|
set editError(v) {
|
|
919
|
-
this.i.
|
|
1030
|
+
this.i.jm = v;
|
|
920
1031
|
}
|
|
921
1032
|
/**
|
|
922
1033
|
* Gets whether the cell is in edit mode.
|
|
923
1034
|
*/
|
|
924
1035
|
get isInEditMode() {
|
|
925
|
-
return this.i.
|
|
1036
|
+
return this.i.bj;
|
|
926
1037
|
}
|
|
927
1038
|
set isInEditMode(v) {
|
|
928
|
-
this.i.
|
|
1039
|
+
this.i.bj = ensureBool(v);
|
|
929
1040
|
}
|
|
930
1041
|
get editID() {
|
|
931
|
-
return this.i.
|
|
1042
|
+
return this.i.fs;
|
|
932
1043
|
}
|
|
933
1044
|
set editID(v) {
|
|
934
|
-
this.i.
|
|
1045
|
+
this.i.fs = +v;
|
|
935
1046
|
}
|
|
936
1047
|
findByName(name) {
|
|
937
1048
|
if (this.findEphemera) {
|
|
@@ -942,7 +1053,7 @@ export class IgxCellInfo {
|
|
|
942
1053
|
return null;
|
|
943
1054
|
}
|
|
944
1055
|
isCustomFieldDirty(propertyName) {
|
|
945
|
-
let iv = this.i.
|
|
1056
|
+
let iv = this.i.a8(propertyName);
|
|
946
1057
|
return (iv);
|
|
947
1058
|
}
|
|
948
1059
|
/**
|
|
@@ -951,7 +1062,7 @@ export class IgxCellInfo {
|
|
|
951
1062
|
* @param propertyId * The property id to check.
|
|
952
1063
|
*/
|
|
953
1064
|
isDirtyById(propertyId_) {
|
|
954
|
-
let iv = this.i.
|
|
1065
|
+
let iv = this.i.bc(propertyId_);
|
|
955
1066
|
return (iv);
|
|
956
1067
|
}
|
|
957
1068
|
/**
|
|
@@ -960,11 +1071,11 @@ export class IgxCellInfo {
|
|
|
960
1071
|
* @param propertyName * The property name to check.
|
|
961
1072
|
*/
|
|
962
1073
|
isDirty(propertyName) {
|
|
963
|
-
let iv = this.i.
|
|
1074
|
+
let iv = this.i.bb(propertyName);
|
|
964
1075
|
return (iv);
|
|
965
1076
|
}
|
|
966
1077
|
setNamedValue(valueName, value) {
|
|
967
|
-
this.i.
|
|
1078
|
+
this.i.mj(valueName, value);
|
|
968
1079
|
}
|
|
969
1080
|
/**
|
|
970
1081
|
* Returns if there is a named value stored for the cell.
|
|
@@ -972,7 +1083,7 @@ export class IgxCellInfo {
|
|
|
972
1083
|
* @param valueName * The name of the value to check.
|
|
973
1084
|
*/
|
|
974
1085
|
hasNamedValue(valueName) {
|
|
975
|
-
let iv = this.i.
|
|
1086
|
+
let iv = this.i.a3(valueName);
|
|
976
1087
|
return (iv);
|
|
977
1088
|
}
|
|
978
1089
|
/**
|
|
@@ -981,7 +1092,7 @@ export class IgxCellInfo {
|
|
|
981
1092
|
* @param valueName * The name of the value to remove.
|
|
982
1093
|
*/
|
|
983
1094
|
removeNamedValue(valueName) {
|
|
984
|
-
this.i.
|
|
1095
|
+
this.i.mf(valueName);
|
|
985
1096
|
}
|
|
986
1097
|
/**
|
|
987
1098
|
* Gets a named value from the cell.
|
|
@@ -989,7 +1100,7 @@ export class IgxCellInfo {
|
|
|
989
1100
|
* @param valueName * The name of the value to get.
|
|
990
1101
|
*/
|
|
991
1102
|
getNamedValue(valueName) {
|
|
992
|
-
let iv = this.i.
|
|
1103
|
+
let iv = this.i.h9(valueName);
|
|
993
1104
|
return (iv);
|
|
994
1105
|
}
|
|
995
1106
|
}
|