igniteui-angular-data-grids 21.0.0-beta.0 → 21.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- 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 +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- 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 +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -172,10 +172,10 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
172
172
|
* Gets or sets the background color to use.
|
|
173
173
|
*/
|
|
174
174
|
get background() {
|
|
175
|
-
return brushToString(this.i.
|
|
175
|
+
return brushToString(this.i.gh);
|
|
176
176
|
}
|
|
177
177
|
set background(v) {
|
|
178
|
-
this.i.
|
|
178
|
+
this.i.gh = stringToBrush(v);
|
|
179
179
|
}
|
|
180
180
|
get actualConditionalStyles() {
|
|
181
181
|
if (!this._actualConditionalStyles) {
|
|
@@ -216,223 +216,223 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
216
216
|
* Gets or sets the background color to use.
|
|
217
217
|
*/
|
|
218
218
|
get border() {
|
|
219
|
-
return brushToString(this.i.
|
|
219
|
+
return brushToString(this.i.gk);
|
|
220
220
|
}
|
|
221
221
|
set border(v) {
|
|
222
|
-
this.i.
|
|
222
|
+
this.i.gk = stringToBrush(v);
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
225
|
* Gets or sets the background color to use.
|
|
226
226
|
*/
|
|
227
227
|
get activationBorder() {
|
|
228
|
-
return brushToString(this.i.
|
|
228
|
+
return brushToString(this.i.f6);
|
|
229
229
|
}
|
|
230
230
|
set activationBorder(v) {
|
|
231
|
-
this.i.
|
|
231
|
+
this.i.f6 = stringToBrush(v);
|
|
232
232
|
}
|
|
233
233
|
/**
|
|
234
234
|
* Gets or sets the error border color to use.
|
|
235
235
|
*/
|
|
236
236
|
get errorBorder() {
|
|
237
|
-
return brushToString(this.i.
|
|
237
|
+
return brushToString(this.i.gl);
|
|
238
238
|
}
|
|
239
239
|
set errorBorder(v) {
|
|
240
|
-
this.i.
|
|
240
|
+
this.i.gl = stringToBrush(v);
|
|
241
241
|
}
|
|
242
242
|
/**
|
|
243
243
|
* Gets the actual border color that will be used.
|
|
244
244
|
*/
|
|
245
245
|
get actualBorder() {
|
|
246
|
-
return brushToString(this.i.
|
|
246
|
+
return brushToString(this.i.gb);
|
|
247
247
|
}
|
|
248
248
|
set actualBorder(v) {
|
|
249
|
-
this.i.
|
|
249
|
+
this.i.gb = stringToBrush(v);
|
|
250
250
|
}
|
|
251
251
|
/**
|
|
252
252
|
* Gets or sets the amount of left border to use for the cell content for this column.
|
|
253
253
|
*/
|
|
254
254
|
get borderLeftWidth() {
|
|
255
|
-
return this.i.
|
|
255
|
+
return this.i.cd;
|
|
256
256
|
}
|
|
257
257
|
set borderLeftWidth(v) {
|
|
258
|
-
this.i.
|
|
258
|
+
this.i.cd = +v;
|
|
259
259
|
}
|
|
260
260
|
/**
|
|
261
261
|
* Gets or sets the amount of top border to use for the cell content for this column.
|
|
262
262
|
*/
|
|
263
263
|
get borderTopWidth() {
|
|
264
|
-
return this.i.
|
|
264
|
+
return this.i.cf;
|
|
265
265
|
}
|
|
266
266
|
set borderTopWidth(v) {
|
|
267
|
-
this.i.
|
|
267
|
+
this.i.cf = +v;
|
|
268
268
|
}
|
|
269
269
|
/**
|
|
270
270
|
* Gets or sets the amount of right border to use for the cell content of this column.
|
|
271
271
|
*/
|
|
272
272
|
get borderRightWidth() {
|
|
273
|
-
return this.i.
|
|
273
|
+
return this.i.ce;
|
|
274
274
|
}
|
|
275
275
|
set borderRightWidth(v) {
|
|
276
|
-
this.i.
|
|
276
|
+
this.i.ce = +v;
|
|
277
277
|
}
|
|
278
278
|
/**
|
|
279
279
|
* Gets or sets the amount of bottom border to use for the cell content of this column.
|
|
280
280
|
*/
|
|
281
281
|
get borderBottomWidth() {
|
|
282
|
-
return this.i.
|
|
282
|
+
return this.i.cc;
|
|
283
283
|
}
|
|
284
284
|
set borderBottomWidth(v) {
|
|
285
|
-
this.i.
|
|
285
|
+
this.i.cc = +v;
|
|
286
286
|
}
|
|
287
287
|
/**
|
|
288
288
|
* Gets or sets the amount of left activation border to use for the cell content for this column.
|
|
289
289
|
*/
|
|
290
290
|
get activationBorderLeftWidth() {
|
|
291
|
-
return this.i.
|
|
291
|
+
return this.i.b5;
|
|
292
292
|
}
|
|
293
293
|
set activationBorderLeftWidth(v) {
|
|
294
|
-
this.i.
|
|
294
|
+
this.i.b5 = +v;
|
|
295
295
|
}
|
|
296
296
|
/**
|
|
297
297
|
* Gets or sets the amount of top activation border to use for the cell content for this column.
|
|
298
298
|
*/
|
|
299
299
|
get activationBorderTopWidth() {
|
|
300
|
-
return this.i.
|
|
300
|
+
return this.i.b7;
|
|
301
301
|
}
|
|
302
302
|
set activationBorderTopWidth(v) {
|
|
303
|
-
this.i.
|
|
303
|
+
this.i.b7 = +v;
|
|
304
304
|
}
|
|
305
305
|
/**
|
|
306
306
|
* Gets or sets the amount of right activation border to use for the cell content of this column.
|
|
307
307
|
*/
|
|
308
308
|
get activationBorderRightWidth() {
|
|
309
|
-
return this.i.
|
|
309
|
+
return this.i.b6;
|
|
310
310
|
}
|
|
311
311
|
set activationBorderRightWidth(v) {
|
|
312
|
-
this.i.
|
|
312
|
+
this.i.b6 = +v;
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
315
|
* Gets or sets the amount of bottom activation border to use for the cell content of this column.
|
|
316
316
|
*/
|
|
317
317
|
get activationBorderBottomWidth() {
|
|
318
|
-
return this.i.
|
|
318
|
+
return this.i.b4;
|
|
319
319
|
}
|
|
320
320
|
set activationBorderBottomWidth(v) {
|
|
321
|
-
this.i.
|
|
321
|
+
this.i.b4 = +v;
|
|
322
322
|
}
|
|
323
323
|
get errorBorderLeftWidth() {
|
|
324
|
-
return this.i.
|
|
324
|
+
return this.i.ch;
|
|
325
325
|
}
|
|
326
326
|
set errorBorderLeftWidth(v) {
|
|
327
|
-
this.i.
|
|
327
|
+
this.i.ch = +v;
|
|
328
328
|
}
|
|
329
329
|
get errorBorderTopWidth() {
|
|
330
|
-
return this.i.
|
|
330
|
+
return this.i.cj;
|
|
331
331
|
}
|
|
332
332
|
set errorBorderTopWidth(v) {
|
|
333
|
-
this.i.
|
|
333
|
+
this.i.cj = +v;
|
|
334
334
|
}
|
|
335
335
|
get errorBorderRightWidth() {
|
|
336
|
-
return this.i.
|
|
336
|
+
return this.i.ci;
|
|
337
337
|
}
|
|
338
338
|
set errorBorderRightWidth(v) {
|
|
339
|
-
this.i.
|
|
339
|
+
this.i.ci = +v;
|
|
340
340
|
}
|
|
341
341
|
get errorBorderBottomWidth() {
|
|
342
|
-
return this.i.
|
|
342
|
+
return this.i.cg;
|
|
343
343
|
}
|
|
344
344
|
set errorBorderBottomWidth(v) {
|
|
345
|
-
this.i.
|
|
345
|
+
this.i.cg = +v;
|
|
346
346
|
}
|
|
347
347
|
/**
|
|
348
348
|
* Gets the actual background color that will be used.
|
|
349
349
|
*/
|
|
350
350
|
get actualBackground() {
|
|
351
|
-
return brushToString(this.i.
|
|
351
|
+
return brushToString(this.i.f8);
|
|
352
352
|
}
|
|
353
353
|
set actualBackground(v) {
|
|
354
|
-
this.i.
|
|
354
|
+
this.i.f8 = stringToBrush(v);
|
|
355
355
|
}
|
|
356
356
|
/**
|
|
357
357
|
* Gets the actual background color that will be used.
|
|
358
358
|
*/
|
|
359
359
|
get actualActivationBorder() {
|
|
360
|
-
return brushToString(this.i.
|
|
360
|
+
return brushToString(this.i.f7);
|
|
361
361
|
}
|
|
362
362
|
set actualActivationBorder(v) {
|
|
363
|
-
this.i.
|
|
363
|
+
this.i.f7 = stringToBrush(v);
|
|
364
364
|
}
|
|
365
365
|
/**
|
|
366
366
|
* Gets the actual error border color that will be used.
|
|
367
367
|
*/
|
|
368
368
|
get actualErrorBorder() {
|
|
369
|
-
return brushToString(this.i.
|
|
369
|
+
return brushToString(this.i.gc);
|
|
370
370
|
}
|
|
371
371
|
set actualErrorBorder(v) {
|
|
372
|
-
this.i.
|
|
372
|
+
this.i.gc = stringToBrush(v);
|
|
373
373
|
}
|
|
374
374
|
/**
|
|
375
375
|
* Gets or sets the background color for content that sticks to the top of the grid.
|
|
376
376
|
*/
|
|
377
377
|
get stickyRowBackground() {
|
|
378
|
-
return brushToString(this.i.
|
|
378
|
+
return brushToString(this.i.gz);
|
|
379
379
|
}
|
|
380
380
|
set stickyRowBackground(v) {
|
|
381
|
-
this.i.
|
|
381
|
+
this.i.gz = stringToBrush(v);
|
|
382
382
|
}
|
|
383
383
|
/**
|
|
384
384
|
* Gets the actual background color for content that sticks to the top of the grid.
|
|
385
385
|
*/
|
|
386
386
|
get actualStickyRowBackground() {
|
|
387
|
-
return brushToString(this.i.
|
|
387
|
+
return brushToString(this.i.gf);
|
|
388
388
|
}
|
|
389
389
|
set actualStickyRowBackground(v) {
|
|
390
|
-
this.i.
|
|
390
|
+
this.i.gf = stringToBrush(v);
|
|
391
391
|
}
|
|
392
392
|
/**
|
|
393
393
|
* Gets or sets the background color for cells belonging to rows marked as pinned.
|
|
394
394
|
*/
|
|
395
395
|
get pinnedRowBackground() {
|
|
396
|
-
return brushToString(this.i.
|
|
396
|
+
return brushToString(this.i.gy);
|
|
397
397
|
}
|
|
398
398
|
set pinnedRowBackground(v) {
|
|
399
|
-
this.i.
|
|
399
|
+
this.i.gy = stringToBrush(v);
|
|
400
400
|
}
|
|
401
401
|
/**
|
|
402
402
|
* Gets the actual background color for cells belonging to rows marked as pinned.
|
|
403
403
|
*/
|
|
404
404
|
get actualPinnedRowBackground() {
|
|
405
|
-
return brushToString(this.i.
|
|
405
|
+
return brushToString(this.i.ge);
|
|
406
406
|
}
|
|
407
407
|
set actualPinnedRowBackground(v) {
|
|
408
|
-
this.i.
|
|
408
|
+
this.i.ge = stringToBrush(v);
|
|
409
409
|
}
|
|
410
410
|
/**
|
|
411
411
|
* Gets or sets the color for the last row in the sticky row area.
|
|
412
412
|
*/
|
|
413
413
|
get lastStickyRowBackground() {
|
|
414
|
-
return brushToString(this.i.
|
|
414
|
+
return brushToString(this.i.gx);
|
|
415
415
|
}
|
|
416
416
|
set lastStickyRowBackground(v) {
|
|
417
|
-
this.i.
|
|
417
|
+
this.i.gx = stringToBrush(v);
|
|
418
418
|
}
|
|
419
419
|
/**
|
|
420
420
|
* Gets the actual color for the last row in the sticky row area.
|
|
421
421
|
*/
|
|
422
422
|
get actualLastStickyRowBackground() {
|
|
423
|
-
return brushToString(this.i.
|
|
423
|
+
return brushToString(this.i.gd);
|
|
424
424
|
}
|
|
425
425
|
set actualLastStickyRowBackground(v) {
|
|
426
|
-
this.i.
|
|
426
|
+
this.i.gd = stringToBrush(v);
|
|
427
427
|
}
|
|
428
428
|
/**
|
|
429
429
|
* Gets or sets the opacity of the content.
|
|
430
430
|
*/
|
|
431
431
|
get contentOpacity() {
|
|
432
|
-
return this.i.
|
|
432
|
+
return this.i.bi;
|
|
433
433
|
}
|
|
434
434
|
set contentOpacity(v) {
|
|
435
|
-
this.i.
|
|
435
|
+
this.i.bi = +v;
|
|
436
436
|
}
|
|
437
437
|
/**
|
|
438
438
|
* Gets or sets the horizontal alignment to use for the cell content.
|
|
@@ -474,118 +474,118 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
474
474
|
* Gets or sets the color to use for displaying text.
|
|
475
475
|
*/
|
|
476
476
|
get textColor() {
|
|
477
|
-
return brushToString(this.i.
|
|
477
|
+
return brushToString(this.i.g0);
|
|
478
478
|
}
|
|
479
479
|
set textColor(v) {
|
|
480
|
-
this.i.
|
|
480
|
+
this.i.g0 = stringToBrush(v);
|
|
481
481
|
}
|
|
482
482
|
/**
|
|
483
483
|
* Gets the actual color used for displaying text.
|
|
484
484
|
*/
|
|
485
485
|
get actualTextColor() {
|
|
486
|
-
return brushToString(this.i.
|
|
486
|
+
return brushToString(this.i.gg);
|
|
487
487
|
}
|
|
488
488
|
set actualTextColor(v) {
|
|
489
|
-
this.i.
|
|
489
|
+
this.i.gg = stringToBrush(v);
|
|
490
490
|
}
|
|
491
491
|
/**
|
|
492
492
|
* Gets or sets whether the bar is supported.
|
|
493
493
|
*/
|
|
494
494
|
get isBarSupported() {
|
|
495
|
-
return this.i.
|
|
495
|
+
return this.i.as;
|
|
496
496
|
}
|
|
497
497
|
set isBarSupported(v) {
|
|
498
|
-
this.i.
|
|
498
|
+
this.i.as = ensureBool(v);
|
|
499
499
|
}
|
|
500
500
|
/**
|
|
501
501
|
* Gets or sets the color to use for value bars.
|
|
502
502
|
*/
|
|
503
503
|
get barBackground() {
|
|
504
|
-
return brushToString(this.i.
|
|
504
|
+
return brushToString(this.i.gi);
|
|
505
505
|
}
|
|
506
506
|
set barBackground(v) {
|
|
507
|
-
this.i.
|
|
507
|
+
this.i.gi = stringToBrush(v);
|
|
508
508
|
}
|
|
509
509
|
/**
|
|
510
510
|
* Gets the actual color used for value bars.
|
|
511
511
|
*/
|
|
512
512
|
get actualBarBackground() {
|
|
513
|
-
return brushToString(this.i.
|
|
513
|
+
return brushToString(this.i.f9);
|
|
514
514
|
}
|
|
515
515
|
set actualBarBackground(v) {
|
|
516
|
-
this.i.
|
|
516
|
+
this.i.f9 = stringToBrush(v);
|
|
517
517
|
}
|
|
518
518
|
/**
|
|
519
519
|
* Gets or sets the Outline color to use for value bars.
|
|
520
520
|
*/
|
|
521
521
|
get barOutline() {
|
|
522
|
-
return brushToString(this.i.
|
|
522
|
+
return brushToString(this.i.gj);
|
|
523
523
|
}
|
|
524
524
|
set barOutline(v) {
|
|
525
|
-
this.i.
|
|
525
|
+
this.i.gj = stringToBrush(v);
|
|
526
526
|
}
|
|
527
527
|
/**
|
|
528
528
|
* Gets the actual Outline color used for value bars.
|
|
529
529
|
*/
|
|
530
530
|
get actualBarOutline() {
|
|
531
|
-
return brushToString(this.i.
|
|
531
|
+
return brushToString(this.i.ga);
|
|
532
532
|
}
|
|
533
533
|
set actualBarOutline(v) {
|
|
534
|
-
this.i.
|
|
534
|
+
this.i.ga = stringToBrush(v);
|
|
535
535
|
}
|
|
536
536
|
/**
|
|
537
537
|
* Gets or sets the stroke thickness to use for value bars.
|
|
538
538
|
*/
|
|
539
539
|
get barStrokeThickness() {
|
|
540
|
-
return this.i.
|
|
540
|
+
return this.i.cb;
|
|
541
541
|
}
|
|
542
542
|
set barStrokeThickness(v) {
|
|
543
|
-
this.i.
|
|
543
|
+
this.i.cb = +v;
|
|
544
544
|
}
|
|
545
545
|
/**
|
|
546
546
|
* Gets the actual stroke thickness used for value bars.
|
|
547
547
|
*/
|
|
548
548
|
get actualBarStrokeThickness() {
|
|
549
|
-
return this.i.
|
|
549
|
+
return this.i.b9;
|
|
550
550
|
}
|
|
551
551
|
set actualBarStrokeThickness(v) {
|
|
552
|
-
this.i.
|
|
552
|
+
this.i.b9 = +v;
|
|
553
553
|
}
|
|
554
554
|
/**
|
|
555
555
|
* Gets or sets the stroke thickness to use for value bars.
|
|
556
556
|
*/
|
|
557
557
|
get barCornerRadius() {
|
|
558
|
-
return this.i.
|
|
558
|
+
return this.i.ca;
|
|
559
559
|
}
|
|
560
560
|
set barCornerRadius(v) {
|
|
561
|
-
this.i.
|
|
561
|
+
this.i.ca = +v;
|
|
562
562
|
}
|
|
563
563
|
/**
|
|
564
564
|
* Gets the actual stroke thickness used for value bars.
|
|
565
565
|
*/
|
|
566
566
|
get actualBarCornerRadius() {
|
|
567
|
-
return this.i.
|
|
567
|
+
return this.i.b8;
|
|
568
568
|
}
|
|
569
569
|
set actualBarCornerRadius(v) {
|
|
570
|
-
this.i.
|
|
570
|
+
this.i.b8 = +v;
|
|
571
571
|
}
|
|
572
572
|
/**
|
|
573
573
|
* Gets or sets the color to use for displaying text.
|
|
574
574
|
*/
|
|
575
575
|
get pinnedRowOpacity() {
|
|
576
|
-
return this.i.
|
|
576
|
+
return this.i.bn;
|
|
577
577
|
}
|
|
578
578
|
set pinnedRowOpacity(v) {
|
|
579
|
-
this.i.
|
|
579
|
+
this.i.bn = +v;
|
|
580
580
|
}
|
|
581
581
|
/**
|
|
582
582
|
* Gets or sets the color to use for displaying text.
|
|
583
583
|
*/
|
|
584
584
|
get actualPinnedRowOpacity() {
|
|
585
|
-
return this.i.
|
|
585
|
+
return this.i.bg;
|
|
586
586
|
}
|
|
587
587
|
set actualPinnedRowOpacity(v) {
|
|
588
|
-
this.i.
|
|
588
|
+
this.i.bg = +v;
|
|
589
589
|
}
|
|
590
590
|
get textStyle() {
|
|
591
591
|
if (this.i.textStyle == null) {
|
|
@@ -599,7 +599,7 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
599
599
|
this.i.textStyle = fi;
|
|
600
600
|
}
|
|
601
601
|
get isBarRequired() {
|
|
602
|
-
return this.i.
|
|
602
|
+
return this.i.ar;
|
|
603
603
|
}
|
|
604
604
|
findByName(name) {
|
|
605
605
|
if (this.findEphemera) {
|
|
@@ -613,24 +613,24 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
613
613
|
return null;
|
|
614
614
|
}
|
|
615
615
|
transitionStyleOut(style) {
|
|
616
|
-
this.i.
|
|
616
|
+
this.i.e6((style == null ? null : style.i));
|
|
617
617
|
}
|
|
618
618
|
transitionStyleIn(style) {
|
|
619
|
-
this.i.
|
|
619
|
+
this.i.e5((style == null ? null : style.i));
|
|
620
620
|
}
|
|
621
621
|
isStyleTransitioningOut(style) {
|
|
622
|
-
let iv = this.i.
|
|
622
|
+
let iv = this.i.at((style == null ? null : style.i));
|
|
623
623
|
return (iv);
|
|
624
624
|
}
|
|
625
625
|
setNamedValue(valueName, animationType, value) {
|
|
626
|
-
this.i.
|
|
626
|
+
this.i.e3(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
627
627
|
}
|
|
628
628
|
/**
|
|
629
629
|
* Returns if this definition has named value.
|
|
630
630
|
|
|
631
631
|
*/
|
|
632
632
|
hasNamedValues() {
|
|
633
|
-
let iv = this.i.
|
|
633
|
+
let iv = this.i.aq();
|
|
634
634
|
return (iv);
|
|
635
635
|
}
|
|
636
636
|
/**
|
|
@@ -639,7 +639,7 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
639
639
|
* @param valueName * The named value name to check for.
|
|
640
640
|
*/
|
|
641
641
|
hasNamedValue(valueName) {
|
|
642
|
-
let iv = this.i.
|
|
642
|
+
let iv = this.i.ap(valueName);
|
|
643
643
|
return (iv);
|
|
644
644
|
}
|
|
645
645
|
/**
|
|
@@ -648,7 +648,7 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
648
648
|
* @param valueName * The named value name to remove.
|
|
649
649
|
*/
|
|
650
650
|
removeNamedValue(valueName) {
|
|
651
|
-
this.i.
|
|
651
|
+
this.i.ey(valueName);
|
|
652
652
|
}
|
|
653
653
|
/**
|
|
654
654
|
* Gets the value for a named value from this definition.
|
|
@@ -656,7 +656,7 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
656
656
|
* @param valueName * The named value name to check for.
|
|
657
657
|
*/
|
|
658
658
|
getNamedValue(valueName) {
|
|
659
|
-
let iv = this.i.
|
|
659
|
+
let iv = this.i.cq(valueName);
|
|
660
660
|
return (iv);
|
|
661
661
|
}
|
|
662
662
|
/**
|
|
@@ -37,37 +37,37 @@ export let IgxFilterRowDefinitionComponent = /*@__PURE__*/ (() => {
|
|
|
37
37
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
38
38
|
*/
|
|
39
39
|
get paddingLeft() {
|
|
40
|
-
return this.i.
|
|
40
|
+
return this.i.g6;
|
|
41
41
|
}
|
|
42
42
|
set paddingLeft(v) {
|
|
43
|
-
this.i.
|
|
43
|
+
this.i.g6 = +v;
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
46
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
47
47
|
*/
|
|
48
48
|
get paddingTop() {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.g8;
|
|
50
50
|
}
|
|
51
51
|
set paddingTop(v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.g8 = +v;
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
55
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
56
56
|
*/
|
|
57
57
|
get paddingRight() {
|
|
58
|
-
return this.i.
|
|
58
|
+
return this.i.g7;
|
|
59
59
|
}
|
|
60
60
|
set paddingRight(v) {
|
|
61
|
-
this.i.
|
|
61
|
+
this.i.g7 = +v;
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
64
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
65
65
|
*/
|
|
66
66
|
get paddingBottom() {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.g5;
|
|
68
68
|
}
|
|
69
69
|
set paddingBottom(v) {
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.g5 = +v;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
IgxFilterRowDefinitionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxFilterRowDefinitionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -35,67 +35,67 @@ export let IgxHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
35
35
|
* Gets or sets the color to use for the sort indicator icon
|
|
36
36
|
*/
|
|
37
37
|
get sortIndicatorColor() {
|
|
38
|
-
return brushToString(this.i.
|
|
38
|
+
return brushToString(this.i.hr);
|
|
39
39
|
}
|
|
40
40
|
set sortIndicatorColor(v) {
|
|
41
|
-
this.i.
|
|
41
|
+
this.i.hr = stringToBrush(v);
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
44
|
* Gets the actual background color that is used for the cells when they are selected
|
|
45
45
|
*/
|
|
46
46
|
get actualSortIndicatorColor() {
|
|
47
|
-
return brushToString(this.i.
|
|
47
|
+
return brushToString(this.i.hp);
|
|
48
48
|
}
|
|
49
49
|
set actualSortIndicatorColor(v) {
|
|
50
|
-
this.i.
|
|
50
|
+
this.i.hp = stringToBrush(v);
|
|
51
51
|
}
|
|
52
52
|
get sortIndicatorStyle() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.g4;
|
|
54
54
|
}
|
|
55
55
|
set sortIndicatorStyle(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
57
57
|
}
|
|
58
58
|
get actualSortIndicatorStyle() {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.g3;
|
|
60
60
|
}
|
|
61
61
|
set actualSortIndicatorStyle(v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.g3 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets or sets the amount of left padding to use for the cell content.
|
|
66
66
|
*/
|
|
67
67
|
get paddingLeft() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.ha;
|
|
69
69
|
}
|
|
70
70
|
set paddingLeft(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.ha = +v;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets the amount of top padding to use for the cell content.
|
|
75
75
|
*/
|
|
76
76
|
get paddingTop() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.hc;
|
|
78
78
|
}
|
|
79
79
|
set paddingTop(v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.hc = +v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* Gets or sets the amount of right padding to use for the cell content.
|
|
84
84
|
*/
|
|
85
85
|
get paddingRight() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.hb;
|
|
87
87
|
}
|
|
88
88
|
set paddingRight(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.hb = +v;
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Gets or sets the amount of bottom padding to use for the cell content.
|
|
93
93
|
*/
|
|
94
94
|
get paddingBottom() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.g9;
|
|
96
96
|
}
|
|
97
97
|
set paddingBottom(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.g9 = +v;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
IgxHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -41,46 +41,46 @@ export let IgxImageColumnComponent = /*@__PURE__*/ (() => {
|
|
|
41
41
|
* Gets or sets the stretch option to use when rendering images
|
|
42
42
|
*/
|
|
43
43
|
get imageStretchOption() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.qu;
|
|
45
45
|
}
|
|
46
46
|
set imageStretchOption(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.qu = ensureEnum(ImageStretchOptions_$type, v);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Gets or sets the editor type used for editing cells in this column.
|
|
51
51
|
*/
|
|
52
52
|
get editorType() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.qq;
|
|
54
54
|
}
|
|
55
55
|
set editorType(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.qq = ensureEnum(EditorType_$type, v);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Gets or sets the ComboBox data source.
|
|
60
60
|
*/
|
|
61
61
|
get editorDataSource() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.qv;
|
|
63
63
|
}
|
|
64
64
|
set editorDataSource(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.qv = v;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Gets or sets the ComboBox text field.
|
|
69
69
|
*/
|
|
70
70
|
get editorTextField() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.qw;
|
|
72
72
|
}
|
|
73
73
|
set editorTextField(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.qw = v;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the ComboBox value field.
|
|
78
78
|
*/
|
|
79
79
|
get editorValueField() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.qx;
|
|
81
81
|
}
|
|
82
82
|
set editorValueField(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.qx = v;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
IgxImageColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxImageColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|