igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- 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 +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- 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 +44 -44
- 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-column-filter-options-component.js +1 -1
- 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-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- 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 +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- 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 +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- 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 +44 -44
- 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-column-filter-options-component.js +1 -1
- 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-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- 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 +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- 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 +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -83,43 +83,52 @@ 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.lg;
|
|
87
87
|
}
|
|
88
88
|
set styleKey(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.lg = 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.ft;
|
|
96
96
|
}
|
|
97
97
|
set dataRow(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.ft = +v;
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets the column index for the current cell.
|
|
102
102
|
*/
|
|
103
103
|
get columnIdx() {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.fr;
|
|
105
|
+
}
|
|
106
|
+
get isSectionSummary() {
|
|
107
|
+
return this.i.bt;
|
|
108
|
+
}
|
|
109
|
+
get isRootSummary() {
|
|
110
|
+
return this.i.bp;
|
|
111
|
+
}
|
|
112
|
+
get isFirstRootSummarySeparator() {
|
|
113
|
+
return this.i.bg;
|
|
105
114
|
}
|
|
106
115
|
/**
|
|
107
116
|
* Gets if the position of the cell is dirty.
|
|
108
117
|
*/
|
|
109
118
|
get isPositionDirty() {
|
|
110
|
-
return this.i.
|
|
119
|
+
return this.i.bo;
|
|
111
120
|
}
|
|
112
121
|
set isPositionDirty(v) {
|
|
113
|
-
this.i.
|
|
122
|
+
this.i.bo = ensureBool(v);
|
|
114
123
|
}
|
|
115
124
|
/**
|
|
116
125
|
* Gets if the size of the cell is dirty.
|
|
117
126
|
*/
|
|
118
127
|
get isSizeDirty() {
|
|
119
|
-
return this.i.
|
|
128
|
+
return this.i.bv;
|
|
120
129
|
}
|
|
121
130
|
set isSizeDirty(v) {
|
|
122
|
-
this.i.
|
|
131
|
+
this.i.bv = ensureBool(v);
|
|
123
132
|
}
|
|
124
133
|
/**
|
|
125
134
|
* Gets if the content of the cell is dirty.
|
|
@@ -143,19 +152,19 @@ export class IgxCellInfo {
|
|
|
143
152
|
* Gets if the layer of the cell is dirty.
|
|
144
153
|
*/
|
|
145
154
|
get isLayerDirty() {
|
|
146
|
-
return this.i.
|
|
155
|
+
return this.i.bm;
|
|
147
156
|
}
|
|
148
157
|
set isLayerDirty(v) {
|
|
149
|
-
this.i.
|
|
158
|
+
this.i.bm = ensureBool(v);
|
|
150
159
|
}
|
|
151
160
|
/**
|
|
152
161
|
* Gets if the layer of the cell is dirty.
|
|
153
162
|
*/
|
|
154
163
|
get isStateDirty() {
|
|
155
|
-
return this.i.
|
|
164
|
+
return this.i.bw;
|
|
156
165
|
}
|
|
157
166
|
set isStateDirty(v) {
|
|
158
|
-
this.i.
|
|
167
|
+
this.i.bw = ensureBool(v);
|
|
159
168
|
}
|
|
160
169
|
/**
|
|
161
170
|
* Gets if the data of the cell is dirty.
|
|
@@ -170,10 +179,10 @@ export class IgxCellInfo {
|
|
|
170
179
|
* Gets if placeholder content is needed when virtualized.
|
|
171
180
|
*/
|
|
172
181
|
get isPlaceholdContentNeeded() {
|
|
173
|
-
return this.i.
|
|
182
|
+
return this.i.bn;
|
|
174
183
|
}
|
|
175
184
|
set isPlaceholdContentNeeded(v) {
|
|
176
|
-
this.i.
|
|
185
|
+
this.i.bn = ensureBool(v);
|
|
177
186
|
}
|
|
178
187
|
/**
|
|
179
188
|
* Gets the action manager to propagate actions back to the grid.
|
|
@@ -188,37 +197,37 @@ export class IgxCellInfo {
|
|
|
188
197
|
* Gets or sets whether the cell is hit test visible.
|
|
189
198
|
*/
|
|
190
199
|
get isHitTestVisible() {
|
|
191
|
-
return this.i.
|
|
200
|
+
return this.i.bi;
|
|
192
201
|
}
|
|
193
202
|
set isHitTestVisible(v) {
|
|
194
|
-
this.i.
|
|
203
|
+
this.i.bi = ensureBool(v);
|
|
195
204
|
}
|
|
196
205
|
/**
|
|
197
206
|
* Gets if this cell belongs to a row that has been marked as pinned.
|
|
198
207
|
*/
|
|
199
208
|
get isRowPinned() {
|
|
200
|
-
return this.i.
|
|
209
|
+
return this.i.bq;
|
|
201
210
|
}
|
|
202
211
|
set isRowPinned(v) {
|
|
203
|
-
this.i.
|
|
212
|
+
this.i.bq = ensureBool(v);
|
|
204
213
|
}
|
|
205
214
|
/**
|
|
206
215
|
* Gets if this cell belongs to a row that will stick to the top of the grid.
|
|
207
216
|
*/
|
|
208
217
|
get isRowSticky() {
|
|
209
|
-
return this.i.
|
|
218
|
+
return this.i.br;
|
|
210
219
|
}
|
|
211
220
|
set isRowSticky(v) {
|
|
212
|
-
this.i.
|
|
221
|
+
this.i.br = ensureBool(v);
|
|
213
222
|
}
|
|
214
223
|
/**
|
|
215
224
|
* Gets if this cell is the last row that can stick to the top of the grid.
|
|
216
225
|
*/
|
|
217
226
|
get isLastStickyRow() {
|
|
218
|
-
return this.i.
|
|
227
|
+
return this.i.bl;
|
|
219
228
|
}
|
|
220
229
|
set isLastStickyRow(v) {
|
|
221
|
-
this.i.
|
|
230
|
+
this.i.bl = ensureBool(v);
|
|
222
231
|
}
|
|
223
232
|
/**
|
|
224
233
|
* Gets if this cell is in the filter row.
|
|
@@ -233,160 +242,160 @@ export class IgxCellInfo {
|
|
|
233
242
|
* Gets the indent level of the cell.
|
|
234
243
|
*/
|
|
235
244
|
get indent() {
|
|
236
|
-
return this.i.
|
|
245
|
+
return this.i.gj;
|
|
237
246
|
}
|
|
238
247
|
set indent(v) {
|
|
239
|
-
this.i.
|
|
248
|
+
this.i.gj = +v;
|
|
240
249
|
}
|
|
241
250
|
get rowItem() {
|
|
242
|
-
return this.i.
|
|
251
|
+
return this.i.im;
|
|
243
252
|
}
|
|
244
253
|
set rowItem(v) {
|
|
245
|
-
this.i.
|
|
254
|
+
this.i.im = v;
|
|
246
255
|
}
|
|
247
256
|
/**
|
|
248
257
|
* Gets the X position of the cell within the content.
|
|
249
258
|
*/
|
|
250
259
|
get x() {
|
|
251
|
-
return this.i.
|
|
260
|
+
return this.i.db;
|
|
252
261
|
}
|
|
253
262
|
set x(v) {
|
|
254
|
-
this.i.
|
|
263
|
+
this.i.db = +v;
|
|
255
264
|
}
|
|
256
265
|
/**
|
|
257
266
|
* Gets the Y position of the cell within the content.
|
|
258
267
|
*/
|
|
259
268
|
get y() {
|
|
260
|
-
return this.i.
|
|
269
|
+
return this.i.dc;
|
|
261
270
|
}
|
|
262
271
|
set y(v) {
|
|
263
|
-
this.i.
|
|
272
|
+
this.i.dc = +v;
|
|
264
273
|
}
|
|
265
274
|
/**
|
|
266
275
|
* Gets the pixel snapped X position of the cell within the content.
|
|
267
276
|
*/
|
|
268
277
|
get snappedX() {
|
|
269
|
-
return this.i.
|
|
278
|
+
return this.i.hk;
|
|
270
279
|
}
|
|
271
280
|
set snappedX(v) {
|
|
272
|
-
this.i.
|
|
281
|
+
this.i.hk = +v;
|
|
273
282
|
}
|
|
274
283
|
/**
|
|
275
284
|
* Gets the snapped Y position of the cell within the content.
|
|
276
285
|
*/
|
|
277
286
|
get snappedY() {
|
|
278
|
-
return this.i.
|
|
287
|
+
return this.i.hm;
|
|
279
288
|
}
|
|
280
289
|
set snappedY(v) {
|
|
281
|
-
this.i.
|
|
290
|
+
this.i.hm = +v;
|
|
282
291
|
}
|
|
283
292
|
/**
|
|
284
293
|
* Gets or sets the opacity for cells that have unsaved edits.
|
|
285
294
|
*/
|
|
286
295
|
get editOpacity() {
|
|
287
|
-
return this.i.
|
|
296
|
+
return this.i.cw;
|
|
288
297
|
}
|
|
289
298
|
set editOpacity(v) {
|
|
290
|
-
this.i.
|
|
299
|
+
this.i.cw = +v;
|
|
291
300
|
}
|
|
292
301
|
/**
|
|
293
302
|
* Gets or sets the opacity of the content of the cell.
|
|
294
303
|
*/
|
|
295
304
|
get contentOpacity() {
|
|
296
|
-
return this.i.
|
|
305
|
+
return this.i.cv;
|
|
297
306
|
}
|
|
298
307
|
set contentOpacity(v) {
|
|
299
|
-
this.i.
|
|
308
|
+
this.i.cv = +v;
|
|
300
309
|
}
|
|
301
310
|
/**
|
|
302
311
|
* Gets the actual content opacity of the cell.
|
|
303
312
|
*/
|
|
304
313
|
get actualContentOpacity() {
|
|
305
|
-
return this.i.
|
|
314
|
+
return this.i.cs;
|
|
306
315
|
}
|
|
307
316
|
set actualContentOpacity(v) {
|
|
308
|
-
this.i.
|
|
317
|
+
this.i.cs = +v;
|
|
309
318
|
}
|
|
310
319
|
/**
|
|
311
320
|
* Gets or sets the opacity of the cell.
|
|
312
321
|
*/
|
|
313
322
|
get opacity() {
|
|
314
|
-
return this.i.
|
|
323
|
+
return this.i.c0;
|
|
315
324
|
}
|
|
316
325
|
set opacity(v) {
|
|
317
|
-
this.i.
|
|
326
|
+
this.i.c0 = +v;
|
|
318
327
|
}
|
|
319
328
|
/**
|
|
320
329
|
* Gets the actual opacity of the cell.
|
|
321
330
|
*/
|
|
322
331
|
get actualOpacity() {
|
|
323
|
-
return this.i.
|
|
332
|
+
return this.i.ct;
|
|
324
333
|
}
|
|
325
334
|
set actualOpacity(v) {
|
|
326
|
-
this.i.
|
|
335
|
+
this.i.ct = +v;
|
|
327
336
|
}
|
|
328
337
|
/**
|
|
329
338
|
* Gets the height of the cell.
|
|
330
339
|
*/
|
|
331
340
|
get height() {
|
|
332
|
-
return this.i.
|
|
341
|
+
return this.i.gd;
|
|
333
342
|
}
|
|
334
343
|
set height(v) {
|
|
335
|
-
this.i.
|
|
344
|
+
this.i.gd = +v;
|
|
336
345
|
}
|
|
337
346
|
/**
|
|
338
347
|
* Gets the width of the cell.
|
|
339
348
|
*/
|
|
340
349
|
get width() {
|
|
341
|
-
return this.i.
|
|
350
|
+
return this.i.ib;
|
|
342
351
|
}
|
|
343
352
|
set width(v) {
|
|
344
|
-
this.i.
|
|
353
|
+
this.i.ib = +v;
|
|
345
354
|
}
|
|
346
355
|
/**
|
|
347
356
|
* Gets if the cell is selected.
|
|
348
357
|
*/
|
|
349
358
|
get isSelected() {
|
|
350
|
-
return this.i.
|
|
359
|
+
return this.i.bu;
|
|
351
360
|
}
|
|
352
361
|
set isSelected(v) {
|
|
353
|
-
this.i.
|
|
362
|
+
this.i.bu = ensureBool(v);
|
|
354
363
|
}
|
|
355
364
|
/**
|
|
356
365
|
* Gets the amount that the cell is selected. This is a value between 0 and 1.
|
|
357
366
|
*/
|
|
358
367
|
get selectedStatus() {
|
|
359
|
-
return this.i.
|
|
368
|
+
return this.i.c2;
|
|
360
369
|
}
|
|
361
370
|
set selectedStatus(v) {
|
|
362
|
-
this.i.
|
|
371
|
+
this.i.c2 = +v;
|
|
363
372
|
}
|
|
364
373
|
/**
|
|
365
374
|
* Gets the amount that the cell is activated. This is a value between 0 and 1.
|
|
366
375
|
*/
|
|
367
376
|
get activationStatus() {
|
|
368
|
-
return this.i.
|
|
377
|
+
return this.i.cr;
|
|
369
378
|
}
|
|
370
379
|
set activationStatus(v) {
|
|
371
|
-
this.i.
|
|
380
|
+
this.i.cr = +v;
|
|
372
381
|
}
|
|
373
382
|
/**
|
|
374
383
|
* Gets the amount that the cell is hovered. This is a value between 0 and 1.
|
|
375
384
|
*/
|
|
376
385
|
get hoverStatus() {
|
|
377
|
-
return this.i.
|
|
386
|
+
return this.i.cx;
|
|
378
387
|
}
|
|
379
388
|
set hoverStatus(v) {
|
|
380
|
-
this.i.
|
|
389
|
+
this.i.cx = +v;
|
|
381
390
|
}
|
|
382
391
|
/**
|
|
383
392
|
* Gets whether the cell is hoverable or not.
|
|
384
393
|
*/
|
|
385
394
|
get isHoverable() {
|
|
386
|
-
return this.i.
|
|
395
|
+
return this.i.bj;
|
|
387
396
|
}
|
|
388
397
|
set isHoverable(v) {
|
|
389
|
-
this.i.
|
|
398
|
+
this.i.bj = ensureBool(v);
|
|
390
399
|
}
|
|
391
400
|
/**
|
|
392
401
|
* Gets or sets the horiztonal alignment of the cell content.
|
|
@@ -410,199 +419,199 @@ export class IgxCellInfo {
|
|
|
410
419
|
* Gets or sets the background color of the cell.
|
|
411
420
|
*/
|
|
412
421
|
get background() {
|
|
413
|
-
return brushToString(this.i.
|
|
422
|
+
return brushToString(this.i.np);
|
|
414
423
|
}
|
|
415
424
|
set background(v) {
|
|
416
|
-
this.i.
|
|
425
|
+
this.i.np = stringToBrush(v);
|
|
417
426
|
}
|
|
418
427
|
/**
|
|
419
428
|
* Gets or sets the border color of the cell.
|
|
420
429
|
*/
|
|
421
430
|
get border() {
|
|
422
|
-
return brushToString(this.i.
|
|
431
|
+
return brushToString(this.i.ns);
|
|
423
432
|
}
|
|
424
433
|
set border(v) {
|
|
425
|
-
this.i.
|
|
434
|
+
this.i.ns = stringToBrush(v);
|
|
426
435
|
}
|
|
427
436
|
/**
|
|
428
437
|
* Gets the actual background color of the cell
|
|
429
438
|
*/
|
|
430
439
|
get actualBackground() {
|
|
431
|
-
return brushToString(this.i.
|
|
440
|
+
return brushToString(this.i.nm);
|
|
432
441
|
}
|
|
433
442
|
set actualBackground(v) {
|
|
434
|
-
this.i.
|
|
443
|
+
this.i.nm = stringToBrush(v);
|
|
435
444
|
}
|
|
436
445
|
/**
|
|
437
446
|
* Gets the actual background color of the cell
|
|
438
447
|
*/
|
|
439
448
|
get actualBorder() {
|
|
440
|
-
return brushToString(this.i.
|
|
449
|
+
return brushToString(this.i.nn);
|
|
441
450
|
}
|
|
442
451
|
set actualBorder(v) {
|
|
443
|
-
this.i.
|
|
452
|
+
this.i.nn = stringToBrush(v);
|
|
444
453
|
}
|
|
445
454
|
/**
|
|
446
455
|
* Gets the actual background color of the cell
|
|
447
456
|
*/
|
|
448
457
|
get activationBorder() {
|
|
449
|
-
return brushToString(this.i.
|
|
458
|
+
return brushToString(this.i.nl);
|
|
450
459
|
}
|
|
451
460
|
set activationBorder(v) {
|
|
452
|
-
this.i.
|
|
461
|
+
this.i.nl = stringToBrush(v);
|
|
453
462
|
}
|
|
454
463
|
/**
|
|
455
464
|
* Gets or sets the error border color of the cell.
|
|
456
465
|
*/
|
|
457
466
|
get errorBorder() {
|
|
458
|
-
return brushToString(this.i.
|
|
467
|
+
return brushToString(this.i.nu);
|
|
459
468
|
}
|
|
460
469
|
set errorBorder(v) {
|
|
461
|
-
this.i.
|
|
470
|
+
this.i.nu = stringToBrush(v);
|
|
462
471
|
}
|
|
463
472
|
/**
|
|
464
473
|
* Gets or sets the selected background color of the cell.
|
|
465
474
|
*/
|
|
466
475
|
get selectedBackground() {
|
|
467
|
-
return brushToString(this.i.
|
|
476
|
+
return brushToString(this.i.n2);
|
|
468
477
|
}
|
|
469
478
|
set selectedBackground(v) {
|
|
470
|
-
this.i.
|
|
479
|
+
this.i.n2 = stringToBrush(v);
|
|
471
480
|
}
|
|
472
481
|
/**
|
|
473
482
|
* Gets or sets the selected text color of the cell.
|
|
474
483
|
*/
|
|
475
484
|
get selectedTextColor() {
|
|
476
|
-
return brushToString(this.i.
|
|
485
|
+
return brushToString(this.i.n3);
|
|
477
486
|
}
|
|
478
487
|
set selectedTextColor(v) {
|
|
479
|
-
this.i.
|
|
488
|
+
this.i.n3 = stringToBrush(v);
|
|
480
489
|
}
|
|
481
490
|
/**
|
|
482
491
|
* Gets or sets the hover background color of the cell.
|
|
483
492
|
*/
|
|
484
493
|
get hoverBackground() {
|
|
485
|
-
return brushToString(this.i.
|
|
494
|
+
return brushToString(this.i.ny);
|
|
486
495
|
}
|
|
487
496
|
set hoverBackground(v) {
|
|
488
|
-
this.i.
|
|
497
|
+
this.i.ny = stringToBrush(v);
|
|
489
498
|
}
|
|
490
499
|
/**
|
|
491
500
|
* Gets or sets the hover text color of the cell.
|
|
492
501
|
*/
|
|
493
502
|
get hoverTextColor() {
|
|
494
|
-
return brushToString(this.i.
|
|
503
|
+
return brushToString(this.i.nz);
|
|
495
504
|
}
|
|
496
505
|
set hoverTextColor(v) {
|
|
497
|
-
this.i.
|
|
506
|
+
this.i.nz = stringToBrush(v);
|
|
498
507
|
}
|
|
499
508
|
/**
|
|
500
509
|
* Gets or sets the color for the sort indicator icon.
|
|
501
510
|
*/
|
|
502
511
|
get sortIndicatorColor() {
|
|
503
|
-
return brushToString(this.i.
|
|
512
|
+
return brushToString(this.i.n4);
|
|
504
513
|
}
|
|
505
514
|
set sortIndicatorColor(v) {
|
|
506
|
-
this.i.
|
|
515
|
+
this.i.n4 = stringToBrush(v);
|
|
507
516
|
}
|
|
508
517
|
/**
|
|
509
518
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
510
519
|
*/
|
|
511
520
|
get stickyRowBackground() {
|
|
512
|
-
return brushToString(this.i.
|
|
521
|
+
return brushToString(this.i.n5);
|
|
513
522
|
}
|
|
514
523
|
set stickyRowBackground(v) {
|
|
515
|
-
this.i.
|
|
524
|
+
this.i.n5 = stringToBrush(v);
|
|
516
525
|
}
|
|
517
526
|
/**
|
|
518
527
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
519
528
|
*/
|
|
520
529
|
get pinnedRowBackground() {
|
|
521
|
-
return brushToString(this.i.
|
|
530
|
+
return brushToString(this.i.n1);
|
|
522
531
|
}
|
|
523
532
|
set pinnedRowBackground(v) {
|
|
524
|
-
this.i.
|
|
533
|
+
this.i.n1 = stringToBrush(v);
|
|
525
534
|
}
|
|
526
535
|
/**
|
|
527
536
|
* Gets or sets the color for the last row in the sticky row area.
|
|
528
537
|
*/
|
|
529
538
|
get lastStickyRowBackground() {
|
|
530
|
-
return brushToString(this.i.
|
|
539
|
+
return brushToString(this.i.n0);
|
|
531
540
|
}
|
|
532
541
|
set lastStickyRowBackground(v) {
|
|
533
|
-
this.i.
|
|
542
|
+
this.i.n0 = stringToBrush(v);
|
|
534
543
|
}
|
|
535
544
|
/**
|
|
536
545
|
* Gets or sets the background color for filter row.
|
|
537
546
|
*/
|
|
538
547
|
get filterRowBackground() {
|
|
539
|
-
return brushToString(this.i.
|
|
548
|
+
return brushToString(this.i.nw);
|
|
540
549
|
}
|
|
541
550
|
set filterRowBackground(v) {
|
|
542
|
-
this.i.
|
|
551
|
+
this.i.nw = stringToBrush(v);
|
|
543
552
|
}
|
|
544
553
|
/**
|
|
545
554
|
* Gets or sets the color to use for displaying text.
|
|
546
555
|
*/
|
|
547
556
|
get pinnedRowOpacity() {
|
|
548
|
-
return this.i.
|
|
557
|
+
return this.i.c1;
|
|
549
558
|
}
|
|
550
559
|
set pinnedRowOpacity(v) {
|
|
551
|
-
this.i.
|
|
560
|
+
this.i.c1 = +v;
|
|
552
561
|
}
|
|
553
562
|
/**
|
|
554
563
|
* Gets or sets the original value for the cell, before processing.
|
|
555
564
|
*/
|
|
556
565
|
get originalValue() {
|
|
557
|
-
return this.i.
|
|
566
|
+
return this.i.il;
|
|
558
567
|
}
|
|
559
568
|
set originalValue(v) {
|
|
560
|
-
this.i.
|
|
569
|
+
this.i.il = v;
|
|
561
570
|
}
|
|
562
571
|
/**
|
|
563
572
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
564
573
|
*/
|
|
565
574
|
get renderValue() {
|
|
566
|
-
return this.i.
|
|
575
|
+
return this.i.k4;
|
|
567
576
|
}
|
|
568
577
|
set renderValue(v) {
|
|
569
|
-
this.i.
|
|
578
|
+
this.i.k4 = v;
|
|
570
579
|
}
|
|
571
580
|
/**
|
|
572
581
|
* If set, this text will be used when rendering the cell value.
|
|
573
582
|
*/
|
|
574
583
|
get userFormattedValue() {
|
|
575
|
-
return this.i.
|
|
584
|
+
return this.i.l1;
|
|
576
585
|
}
|
|
577
586
|
set userFormattedValue(v) {
|
|
578
|
-
this.i.
|
|
587
|
+
this.i.l1 = v;
|
|
579
588
|
}
|
|
580
589
|
/**
|
|
581
590
|
* Gets or sets the color of the text for the cell, if any.
|
|
582
591
|
*/
|
|
583
592
|
get textColor() {
|
|
584
|
-
return brushToString(this.i.
|
|
593
|
+
return brushToString(this.i.n9);
|
|
585
594
|
}
|
|
586
595
|
set textColor(v) {
|
|
587
|
-
this.i.
|
|
596
|
+
this.i.n9 = stringToBrush(v);
|
|
588
597
|
}
|
|
589
598
|
/**
|
|
590
599
|
* Gets the actual color of the text for the cell, if any.
|
|
591
600
|
*/
|
|
592
601
|
get actualTextColor() {
|
|
593
|
-
return brushToString(this.i.
|
|
602
|
+
return brushToString(this.i.no);
|
|
594
603
|
}
|
|
595
604
|
set actualTextColor(v) {
|
|
596
|
-
this.i.
|
|
605
|
+
this.i.no = stringToBrush(v);
|
|
597
606
|
}
|
|
598
607
|
/**
|
|
599
608
|
* Gets or sets the text color for cells in deleted rows.
|
|
600
609
|
*/
|
|
601
610
|
get deletedTextColor() {
|
|
602
|
-
return brushToString(this.i.
|
|
611
|
+
return brushToString(this.i.nt);
|
|
603
612
|
}
|
|
604
613
|
set deletedTextColor(v) {
|
|
605
|
-
this.i.
|
|
614
|
+
this.i.nt = stringToBrush(v);
|
|
606
615
|
}
|
|
607
616
|
get font() {
|
|
608
617
|
if (this.i.aj == null) {
|
|
@@ -630,19 +639,19 @@ export class IgxCellInfo {
|
|
|
630
639
|
* Gets or sets the text to display in the suffix area of the cell.
|
|
631
640
|
*/
|
|
632
641
|
get suffixText() {
|
|
633
|
-
return this.i.
|
|
642
|
+
return this.i.ls;
|
|
634
643
|
}
|
|
635
644
|
set suffixText(v) {
|
|
636
|
-
this.i.
|
|
645
|
+
this.i.ls = v;
|
|
637
646
|
}
|
|
638
647
|
/**
|
|
639
648
|
* Gets or sets the color of the suffix text for the cell, if any.
|
|
640
649
|
*/
|
|
641
650
|
get suffixTextColor() {
|
|
642
|
-
return brushToString(this.i.
|
|
651
|
+
return brushToString(this.i.n8);
|
|
643
652
|
}
|
|
644
653
|
set suffixTextColor(v) {
|
|
645
|
-
this.i.
|
|
654
|
+
this.i.n8 = stringToBrush(v);
|
|
646
655
|
}
|
|
647
656
|
get suffixTextFont() {
|
|
648
657
|
if (this.i.ak == null) {
|
|
@@ -659,82 +668,82 @@ export class IgxCellInfo {
|
|
|
659
668
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
660
669
|
*/
|
|
661
670
|
get suffixIconName() {
|
|
662
|
-
return this.i.
|
|
671
|
+
return this.i.lk;
|
|
663
672
|
}
|
|
664
673
|
set suffixIconName(v) {
|
|
665
|
-
this.i.
|
|
674
|
+
this.i.lk = v;
|
|
666
675
|
}
|
|
667
676
|
/**
|
|
668
677
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
669
678
|
*/
|
|
670
679
|
get suffixIconCollectionName() {
|
|
671
|
-
return this.i.
|
|
680
|
+
return this.i.lh;
|
|
672
681
|
}
|
|
673
682
|
set suffixIconCollectionName(v) {
|
|
674
|
-
this.i.
|
|
683
|
+
this.i.lh = v;
|
|
675
684
|
}
|
|
676
685
|
/**
|
|
677
686
|
* Gets or sets the stroke color of the suffix icon.
|
|
678
687
|
*/
|
|
679
688
|
get suffixIconStroke() {
|
|
680
|
-
return brushToString(this.i.
|
|
689
|
+
return brushToString(this.i.n7);
|
|
681
690
|
}
|
|
682
691
|
set suffixIconStroke(v) {
|
|
683
|
-
this.i.
|
|
692
|
+
this.i.n7 = stringToBrush(v);
|
|
684
693
|
}
|
|
685
694
|
/**
|
|
686
695
|
* Gets or sets the fill color of the suffix icon.
|
|
687
696
|
*/
|
|
688
697
|
get suffixIconFill() {
|
|
689
|
-
return brushToString(this.i.
|
|
698
|
+
return brushToString(this.i.n6);
|
|
690
699
|
}
|
|
691
700
|
set suffixIconFill(v) {
|
|
692
|
-
this.i.
|
|
701
|
+
this.i.n6 = stringToBrush(v);
|
|
693
702
|
}
|
|
694
703
|
/**
|
|
695
704
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
696
705
|
*/
|
|
697
706
|
get suffixIconViewBoxLeft() {
|
|
698
|
-
return this.i.
|
|
707
|
+
return this.i.c4;
|
|
699
708
|
}
|
|
700
709
|
set suffixIconViewBoxLeft(v) {
|
|
701
|
-
this.i.
|
|
710
|
+
this.i.c4 = +v;
|
|
702
711
|
}
|
|
703
712
|
/**
|
|
704
713
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
705
714
|
*/
|
|
706
715
|
get suffixIconViewBoxTop() {
|
|
707
|
-
return this.i.
|
|
716
|
+
return this.i.c5;
|
|
708
717
|
}
|
|
709
718
|
set suffixIconViewBoxTop(v) {
|
|
710
|
-
this.i.
|
|
719
|
+
this.i.c5 = +v;
|
|
711
720
|
}
|
|
712
721
|
/**
|
|
713
722
|
* Gets or sets the suffix icon's viewbox width.
|
|
714
723
|
*/
|
|
715
724
|
get suffixIconViewBoxWidth() {
|
|
716
|
-
return this.i.
|
|
725
|
+
return this.i.c6;
|
|
717
726
|
}
|
|
718
727
|
set suffixIconViewBoxWidth(v) {
|
|
719
|
-
this.i.
|
|
728
|
+
this.i.c6 = +v;
|
|
720
729
|
}
|
|
721
730
|
/**
|
|
722
731
|
* Gets or sets the suffix icon's viewbox height.
|
|
723
732
|
*/
|
|
724
733
|
get suffixIconViewBoxHeight() {
|
|
725
|
-
return this.i.
|
|
734
|
+
return this.i.c3;
|
|
726
735
|
}
|
|
727
736
|
set suffixIconViewBoxHeight(v) {
|
|
728
|
-
this.i.
|
|
737
|
+
this.i.c3 = +v;
|
|
729
738
|
}
|
|
730
739
|
/**
|
|
731
740
|
* Gets or sets the suffix margin.
|
|
732
741
|
*/
|
|
733
742
|
get suffixMargin() {
|
|
734
|
-
return this.i.
|
|
743
|
+
return this.i.c7;
|
|
735
744
|
}
|
|
736
745
|
set suffixMargin(v) {
|
|
737
|
-
this.i.
|
|
746
|
+
this.i.c7 = +v;
|
|
738
747
|
}
|
|
739
748
|
/**
|
|
740
749
|
* Gets or sets the text decorations to apply to the cell text.
|
|
@@ -758,226 +767,226 @@ export class IgxCellInfo {
|
|
|
758
767
|
* Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
|
|
759
768
|
*/
|
|
760
769
|
get virtualizationPercentage() {
|
|
761
|
-
return this.i.
|
|
770
|
+
return this.i.da;
|
|
762
771
|
}
|
|
763
772
|
set virtualizationPercentage(v) {
|
|
764
|
-
this.i.
|
|
773
|
+
this.i.da = +v;
|
|
765
774
|
}
|
|
766
775
|
/**
|
|
767
776
|
* Gets or sets the left padding to use for the content.
|
|
768
777
|
*/
|
|
769
778
|
get paddingLeft() {
|
|
770
|
-
return this.i.
|
|
779
|
+
return this.i.g5;
|
|
771
780
|
}
|
|
772
781
|
set paddingLeft(v) {
|
|
773
|
-
this.i.
|
|
782
|
+
this.i.g5 = +v;
|
|
774
783
|
}
|
|
775
784
|
/**
|
|
776
785
|
* Gets or sets the top padding to use for the content.
|
|
777
786
|
*/
|
|
778
787
|
get paddingTop() {
|
|
779
|
-
return this.i.
|
|
788
|
+
return this.i.g9;
|
|
780
789
|
}
|
|
781
790
|
set paddingTop(v) {
|
|
782
|
-
this.i.
|
|
791
|
+
this.i.g9 = +v;
|
|
783
792
|
}
|
|
784
793
|
/**
|
|
785
794
|
* Gets or sets the right padding to use for the content.
|
|
786
795
|
*/
|
|
787
796
|
get paddingRight() {
|
|
788
|
-
return this.i.
|
|
797
|
+
return this.i.g7;
|
|
789
798
|
}
|
|
790
799
|
set paddingRight(v) {
|
|
791
|
-
this.i.
|
|
800
|
+
this.i.g7 = +v;
|
|
792
801
|
}
|
|
793
802
|
/**
|
|
794
803
|
* Gets or sets the bottom padding to use for the content.
|
|
795
804
|
*/
|
|
796
805
|
get paddingBottom() {
|
|
797
|
-
return this.i.
|
|
806
|
+
return this.i.g3;
|
|
798
807
|
}
|
|
799
808
|
set paddingBottom(v) {
|
|
800
|
-
this.i.
|
|
809
|
+
this.i.g3 = +v;
|
|
801
810
|
}
|
|
802
811
|
/**
|
|
803
812
|
* Gets or sets the left padding to use for the content.
|
|
804
813
|
*/
|
|
805
814
|
get actualPaddingLeft() {
|
|
806
|
-
return this.i.
|
|
815
|
+
return this.i.e2;
|
|
807
816
|
}
|
|
808
817
|
set actualPaddingLeft(v) {
|
|
809
|
-
this.i.
|
|
818
|
+
this.i.e2 = +v;
|
|
810
819
|
}
|
|
811
820
|
/**
|
|
812
821
|
* Gets or sets the top padding to use for the content.
|
|
813
822
|
*/
|
|
814
823
|
get actualPaddingTop() {
|
|
815
|
-
return this.i.
|
|
824
|
+
return this.i.e6;
|
|
816
825
|
}
|
|
817
826
|
set actualPaddingTop(v) {
|
|
818
|
-
this.i.
|
|
827
|
+
this.i.e6 = +v;
|
|
819
828
|
}
|
|
820
829
|
/**
|
|
821
830
|
* Gets or sets the right padding to use for the content.
|
|
822
831
|
*/
|
|
823
832
|
get actualPaddingRight() {
|
|
824
|
-
return this.i.
|
|
833
|
+
return this.i.e4;
|
|
825
834
|
}
|
|
826
835
|
set actualPaddingRight(v) {
|
|
827
|
-
this.i.
|
|
836
|
+
this.i.e4 = +v;
|
|
828
837
|
}
|
|
829
838
|
/**
|
|
830
839
|
* Gets or sets the bottom padding to use for the content.
|
|
831
840
|
*/
|
|
832
841
|
get actualPaddingBottom() {
|
|
833
|
-
return this.i.
|
|
842
|
+
return this.i.e0;
|
|
834
843
|
}
|
|
835
844
|
set actualPaddingBottom(v) {
|
|
836
|
-
this.i.
|
|
845
|
+
this.i.e0 = +v;
|
|
837
846
|
}
|
|
838
847
|
/**
|
|
839
848
|
* Gets or sets the left border to use for the content.
|
|
840
849
|
*/
|
|
841
850
|
get borderLeftWidth() {
|
|
842
|
-
return this.i.
|
|
851
|
+
return this.i.fj;
|
|
843
852
|
}
|
|
844
853
|
set borderLeftWidth(v) {
|
|
845
|
-
this.i.
|
|
854
|
+
this.i.fj = +v;
|
|
846
855
|
}
|
|
847
856
|
/**
|
|
848
857
|
* Gets or sets the top border to use for the content.
|
|
849
858
|
*/
|
|
850
859
|
get borderTopWidth() {
|
|
851
|
-
return this.i.
|
|
860
|
+
return this.i.fo;
|
|
852
861
|
}
|
|
853
862
|
set borderTopWidth(v) {
|
|
854
|
-
this.i.
|
|
863
|
+
this.i.fo = +v;
|
|
855
864
|
}
|
|
856
865
|
/**
|
|
857
866
|
* Gets or sets the right border to use for the content.
|
|
858
867
|
*/
|
|
859
868
|
get borderRightWidth() {
|
|
860
|
-
return this.i.
|
|
869
|
+
return this.i.fm;
|
|
861
870
|
}
|
|
862
871
|
set borderRightWidth(v) {
|
|
863
|
-
this.i.
|
|
872
|
+
this.i.fm = +v;
|
|
864
873
|
}
|
|
865
874
|
/**
|
|
866
875
|
* Gets or sets the bottom border to use for the content.
|
|
867
876
|
*/
|
|
868
877
|
get borderBottomWidth() {
|
|
869
|
-
return this.i.
|
|
878
|
+
return this.i.fh;
|
|
870
879
|
}
|
|
871
880
|
set borderBottomWidth(v) {
|
|
872
|
-
this.i.
|
|
881
|
+
this.i.fh = +v;
|
|
873
882
|
}
|
|
874
883
|
/**
|
|
875
884
|
* Gets or sets the left activation border to use for the content.
|
|
876
885
|
*/
|
|
877
886
|
get activationBorderLeftWidth() {
|
|
878
|
-
return this.i.
|
|
887
|
+
return this.i.ef;
|
|
879
888
|
}
|
|
880
889
|
set activationBorderLeftWidth(v) {
|
|
881
|
-
this.i.
|
|
890
|
+
this.i.ef = +v;
|
|
882
891
|
}
|
|
883
892
|
/**
|
|
884
893
|
* Gets or sets the top activation border to use for the content.
|
|
885
894
|
*/
|
|
886
895
|
get activationBorderTopWidth() {
|
|
887
|
-
return this.i.
|
|
896
|
+
return this.i.ek;
|
|
888
897
|
}
|
|
889
898
|
set activationBorderTopWidth(v) {
|
|
890
|
-
this.i.
|
|
899
|
+
this.i.ek = +v;
|
|
891
900
|
}
|
|
892
901
|
/**
|
|
893
902
|
* Gets or sets the right activation border to use for the content.
|
|
894
903
|
*/
|
|
895
904
|
get activationBorderRightWidth() {
|
|
896
|
-
return this.i.
|
|
905
|
+
return this.i.ei;
|
|
897
906
|
}
|
|
898
907
|
set activationBorderRightWidth(v) {
|
|
899
|
-
this.i.
|
|
908
|
+
this.i.ei = +v;
|
|
900
909
|
}
|
|
901
910
|
/**
|
|
902
911
|
* Gets or sets the bottom activation border to use for the content.
|
|
903
912
|
*/
|
|
904
913
|
get activationBorderBottomWidth() {
|
|
905
|
-
return this.i.
|
|
914
|
+
return this.i.ed;
|
|
906
915
|
}
|
|
907
916
|
set activationBorderBottomWidth(v) {
|
|
908
|
-
this.i.
|
|
917
|
+
this.i.ed = +v;
|
|
909
918
|
}
|
|
910
919
|
/**
|
|
911
920
|
* Gets or sets the left error border to use for the content.
|
|
912
921
|
*/
|
|
913
922
|
get errorBorderLeftWidth() {
|
|
914
|
-
return this.i.
|
|
923
|
+
return this.i.f2;
|
|
915
924
|
}
|
|
916
925
|
set errorBorderLeftWidth(v) {
|
|
917
|
-
this.i.
|
|
926
|
+
this.i.f2 = +v;
|
|
918
927
|
}
|
|
919
928
|
/**
|
|
920
929
|
* Gets or sets the top error border to use for the content.
|
|
921
930
|
*/
|
|
922
931
|
get errorBorderTopWidth() {
|
|
923
|
-
return this.i.
|
|
932
|
+
return this.i.f7;
|
|
924
933
|
}
|
|
925
934
|
set errorBorderTopWidth(v) {
|
|
926
|
-
this.i.
|
|
935
|
+
this.i.f7 = +v;
|
|
927
936
|
}
|
|
928
937
|
/**
|
|
929
938
|
* Gets or sets the right error border to use for the content.
|
|
930
939
|
*/
|
|
931
940
|
get errorBorderRightWidth() {
|
|
932
|
-
return this.i.
|
|
941
|
+
return this.i.f5;
|
|
933
942
|
}
|
|
934
943
|
set errorBorderRightWidth(v) {
|
|
935
|
-
this.i.
|
|
944
|
+
this.i.f5 = +v;
|
|
936
945
|
}
|
|
937
946
|
/**
|
|
938
947
|
* Gets or sets the bottom error border to use for the content.
|
|
939
948
|
*/
|
|
940
949
|
get errorBorderBottomWidth() {
|
|
941
|
-
return this.i.
|
|
950
|
+
return this.i.f0;
|
|
942
951
|
}
|
|
943
952
|
set errorBorderBottomWidth(v) {
|
|
944
|
-
this.i.
|
|
953
|
+
this.i.f0 = +v;
|
|
945
954
|
}
|
|
946
955
|
/**
|
|
947
956
|
* Gets or sets the actual left border to use for the content.
|
|
948
957
|
*/
|
|
949
958
|
get actualBorderLeftWidth() {
|
|
950
|
-
return this.i.
|
|
959
|
+
return this.i.eq;
|
|
951
960
|
}
|
|
952
961
|
set actualBorderLeftWidth(v) {
|
|
953
|
-
this.i.
|
|
962
|
+
this.i.eq = +v;
|
|
954
963
|
}
|
|
955
964
|
/**
|
|
956
965
|
* Gets or sets the actual top border to use for the content.
|
|
957
966
|
*/
|
|
958
967
|
get actualBorderTopWidth() {
|
|
959
|
-
return this.i.
|
|
968
|
+
return this.i.ev;
|
|
960
969
|
}
|
|
961
970
|
set actualBorderTopWidth(v) {
|
|
962
|
-
this.i.
|
|
971
|
+
this.i.ev = +v;
|
|
963
972
|
}
|
|
964
973
|
/**
|
|
965
974
|
* Gets or sets the actual right border to use for the content.
|
|
966
975
|
*/
|
|
967
976
|
get actualBorderRightWidth() {
|
|
968
|
-
return this.i.
|
|
977
|
+
return this.i.et;
|
|
969
978
|
}
|
|
970
979
|
set actualBorderRightWidth(v) {
|
|
971
|
-
this.i.
|
|
980
|
+
this.i.et = +v;
|
|
972
981
|
}
|
|
973
982
|
/**
|
|
974
983
|
* Gets or sets the actual bottom border to use for the content.
|
|
975
984
|
*/
|
|
976
985
|
get actualBorderBottomWidth() {
|
|
977
|
-
return this.i.
|
|
986
|
+
return this.i.eo;
|
|
978
987
|
}
|
|
979
988
|
set actualBorderBottomWidth(v) {
|
|
980
|
-
this.i.
|
|
989
|
+
this.i.eo = +v;
|
|
981
990
|
}
|
|
982
991
|
/**
|
|
983
992
|
* Gets the current sort direction for the column containing the cell.
|
|
@@ -1010,10 +1019,10 @@ export class IgxCellInfo {
|
|
|
1010
1019
|
* Gets or sets the color used to render the expansion indicator icon for this cell.
|
|
1011
1020
|
*/
|
|
1012
1021
|
get expansionIndicatorIconColor() {
|
|
1013
|
-
return brushToString(this.i.
|
|
1022
|
+
return brushToString(this.i.nv);
|
|
1014
1023
|
}
|
|
1015
1024
|
set expansionIndicatorIconColor(v) {
|
|
1016
|
-
this.i.
|
|
1025
|
+
this.i.nv = stringToBrush(v);
|
|
1017
1026
|
}
|
|
1018
1027
|
/**
|
|
1019
1028
|
* Gets the fixed column position of this cell.
|
|
@@ -1057,25 +1066,25 @@ export class IgxCellInfo {
|
|
|
1057
1066
|
* Gets or sets the error message for the cell.
|
|
1058
1067
|
*/
|
|
1059
1068
|
get editError() {
|
|
1060
|
-
return this.i.
|
|
1069
|
+
return this.i.jv;
|
|
1061
1070
|
}
|
|
1062
1071
|
set editError(v) {
|
|
1063
|
-
this.i.
|
|
1072
|
+
this.i.jv = v;
|
|
1064
1073
|
}
|
|
1065
1074
|
/**
|
|
1066
1075
|
* Gets whether the cell is in edit mode.
|
|
1067
1076
|
*/
|
|
1068
1077
|
get isInEditMode() {
|
|
1069
|
-
return this.i.
|
|
1078
|
+
return this.i.bk;
|
|
1070
1079
|
}
|
|
1071
1080
|
set isInEditMode(v) {
|
|
1072
|
-
this.i.
|
|
1081
|
+
this.i.bk = ensureBool(v);
|
|
1073
1082
|
}
|
|
1074
1083
|
get editID() {
|
|
1075
|
-
return this.i.
|
|
1084
|
+
return this.i.fy;
|
|
1076
1085
|
}
|
|
1077
1086
|
set editID(v) {
|
|
1078
|
-
this.i.
|
|
1087
|
+
this.i.fy = +v;
|
|
1079
1088
|
}
|
|
1080
1089
|
findByName(name) {
|
|
1081
1090
|
if (this.findEphemera) {
|
|
@@ -1108,7 +1117,7 @@ export class IgxCellInfo {
|
|
|
1108
1117
|
return (iv);
|
|
1109
1118
|
}
|
|
1110
1119
|
setNamedValue(valueName, value) {
|
|
1111
|
-
this.i.
|
|
1120
|
+
this.i.mv(valueName, value);
|
|
1112
1121
|
}
|
|
1113
1122
|
/**
|
|
1114
1123
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1125,7 +1134,7 @@ export class IgxCellInfo {
|
|
|
1125
1134
|
* @param valueName * The name of the value to remove.
|
|
1126
1135
|
*/
|
|
1127
1136
|
removeNamedValue(valueName) {
|
|
1128
|
-
this.i.
|
|
1137
|
+
this.i.mr(valueName);
|
|
1129
1138
|
}
|
|
1130
1139
|
/**
|
|
1131
1140
|
* Gets a named value from the cell.
|
|
@@ -1133,7 +1142,7 @@ export class IgxCellInfo {
|
|
|
1133
1142
|
* @param valueName * The name of the value to get.
|
|
1134
1143
|
*/
|
|
1135
1144
|
getNamedValue(valueName) {
|
|
1136
|
-
let iv = this.i.
|
|
1145
|
+
let iv = this.i.ij(valueName);
|
|
1137
1146
|
return (iv);
|
|
1138
1147
|
}
|
|
1139
1148
|
}
|