igniteui-angular-data-grids 20.0.0 → 20.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 +3900 -3533
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
- package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm2015/lib/CanvasGridCellBase.js +1 -1
- package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
- package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CellPresenterBase.js +5 -5
- package/esm2015/lib/CheckboxListView_combined.js +479 -435
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +2442 -2384
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +4 -4
- package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -6
- package/esm2015/lib/EditorCellPresenter.js +19 -19
- package/esm2015/lib/FilterCellPresenter.js +11 -11
- package/esm2015/lib/FormatCellEventArgs.js +31 -0
- package/esm2015/lib/GridCellBase.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
- package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCellPresenter.js +6 -6
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCellPresenter.js +9 -6
- package/esm2015/lib/PropertyEditorView_combined.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +20 -15
- package/esm2015/lib/TextHeaderCell.js +6 -5
- package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
- package/esm2015/lib/igx-cell-info.js +58 -49
- package/esm2015/lib/igx-checkbox-list-component.js +58 -55
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +121 -97
- package/esm2015/lib/igx-data-grid-sort-indicator-component.js +20 -12
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-format-cell-event-args.js +82 -0
- 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-summary-cell-info.js +9 -9
- 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 +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +3 -3
- package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm5/lib/CanvasGridCellBase.js +1 -1
- package/esm5/lib/CanvasImageCellPresenter.js +6 -6
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +20 -15
- package/esm5/lib/CanvasTextHeaderCell.js +4 -4
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm5/lib/CellPresenterBase.js +5 -5
- package/esm5/lib/CheckboxListView_combined.js +461 -413
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +4 -4
- package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -6
- package/esm5/lib/EditorCellPresenter.js +19 -19
- package/esm5/lib/FilterCellPresenter.js +11 -11
- package/esm5/lib/FormatCellEventArgs.js +37 -0
- package/esm5/lib/GridCellBase.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +9 -4
- package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCellPresenter.js +6 -6
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCellPresenter.js +9 -6
- package/esm5/lib/PropertyEditorView_combined.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +20 -15
- package/esm5/lib/TextHeaderCell.js +6 -5
- package/esm5/lib/TextHeaderCellPresenter.js +16 -16
- package/esm5/lib/igx-cell-info.js +62 -49
- package/esm5/lib/igx-checkbox-list-component.js +62 -55
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +126 -97
- package/esm5/lib/igx-data-grid-sort-indicator-component.js +24 -12
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-format-cell-event-args.js +112 -0
- 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-summary-cell-info.js +9 -9
- 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 +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +3969 -3666
- package/fesm5/igniteui-angular-data-grids.js +3900 -3535
- package/lib/CanvasTextCellPresenter.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +127 -120
- package/lib/ColumnFilterCondition_combined.d.ts +643 -636
- package/lib/FormatCellEventArgs.d.ts +15 -0
- package/lib/GridSortIndicatorView_combined.d.ts +41 -38
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCellPresenter.d.ts +1 -0
- package/lib/igx-cell-info.d.ts +5 -0
- package/lib/igx-checkbox-list-component.d.ts +2 -0
- package/lib/igx-data-grid-column-component.d.ts +10 -1
- package/lib/igx-data-grid-sort-indicator-component.d.ts +4 -1
- package/lib/igx-format-cell-event-args.d.ts +45 -0
- package/package.json +4 -5
- package/public_api.d.ts +2 -0
|
@@ -82,10 +82,10 @@ export class IgxCellInfo {
|
|
|
82
82
|
* Gets the style key of the current cell, used for recycling.
|
|
83
83
|
*/
|
|
84
84
|
get styleKey() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.ke;
|
|
86
86
|
}
|
|
87
87
|
set styleKey(v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.ke = v;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* Gets the absolute data row for the current cell.
|
|
@@ -232,10 +232,10 @@ export class IgxCellInfo {
|
|
|
232
232
|
this.i.f0 = +v;
|
|
233
233
|
}
|
|
234
234
|
get rowItem() {
|
|
235
|
-
return this.i.
|
|
235
|
+
return this.i.ho;
|
|
236
236
|
}
|
|
237
237
|
set rowItem(v) {
|
|
238
|
-
this.i.
|
|
238
|
+
this.i.ho = v;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
241
|
* Gets the X position of the cell within the content.
|
|
@@ -331,10 +331,10 @@ export class IgxCellInfo {
|
|
|
331
331
|
* Gets the width of the cell.
|
|
332
332
|
*/
|
|
333
333
|
get width() {
|
|
334
|
-
return this.i.
|
|
334
|
+
return this.i.he;
|
|
335
335
|
}
|
|
336
336
|
set width(v) {
|
|
337
|
-
this.i.
|
|
337
|
+
this.i.he = +v;
|
|
338
338
|
}
|
|
339
339
|
/**
|
|
340
340
|
* Gets if the cell is selected.
|
|
@@ -403,127 +403,127 @@ export class IgxCellInfo {
|
|
|
403
403
|
* Gets or sets the background color of the cell.
|
|
404
404
|
*/
|
|
405
405
|
get background() {
|
|
406
|
-
return brushToString(this.i.
|
|
406
|
+
return brushToString(this.i.l1);
|
|
407
407
|
}
|
|
408
408
|
set background(v) {
|
|
409
|
-
this.i.
|
|
409
|
+
this.i.l1 = stringToBrush(v);
|
|
410
410
|
}
|
|
411
411
|
/**
|
|
412
412
|
* Gets or sets the border color of the cell.
|
|
413
413
|
*/
|
|
414
414
|
get border() {
|
|
415
|
-
return brushToString(this.i.
|
|
415
|
+
return brushToString(this.i.l4);
|
|
416
416
|
}
|
|
417
417
|
set border(v) {
|
|
418
|
-
this.i.
|
|
418
|
+
this.i.l4 = stringToBrush(v);
|
|
419
419
|
}
|
|
420
420
|
/**
|
|
421
421
|
* Gets the actual background color of the cell
|
|
422
422
|
*/
|
|
423
423
|
get actualBackground() {
|
|
424
|
-
return brushToString(this.i.
|
|
424
|
+
return brushToString(this.i.ly);
|
|
425
425
|
}
|
|
426
426
|
set actualBackground(v) {
|
|
427
|
-
this.i.
|
|
427
|
+
this.i.ly = stringToBrush(v);
|
|
428
428
|
}
|
|
429
429
|
/**
|
|
430
430
|
* Gets the actual background color of the cell
|
|
431
431
|
*/
|
|
432
432
|
get actualBorder() {
|
|
433
|
-
return brushToString(this.i.
|
|
433
|
+
return brushToString(this.i.lz);
|
|
434
434
|
}
|
|
435
435
|
set actualBorder(v) {
|
|
436
|
-
this.i.
|
|
436
|
+
this.i.lz = stringToBrush(v);
|
|
437
437
|
}
|
|
438
438
|
/**
|
|
439
439
|
* Gets the actual background color of the cell
|
|
440
440
|
*/
|
|
441
441
|
get activationBorder() {
|
|
442
|
-
return brushToString(this.i.
|
|
442
|
+
return brushToString(this.i.lx);
|
|
443
443
|
}
|
|
444
444
|
set activationBorder(v) {
|
|
445
|
-
this.i.
|
|
445
|
+
this.i.lx = stringToBrush(v);
|
|
446
446
|
}
|
|
447
447
|
/**
|
|
448
448
|
* Gets or sets the error border color of the cell.
|
|
449
449
|
*/
|
|
450
450
|
get errorBorder() {
|
|
451
|
-
return brushToString(this.i.
|
|
451
|
+
return brushToString(this.i.l6);
|
|
452
452
|
}
|
|
453
453
|
set errorBorder(v) {
|
|
454
|
-
this.i.
|
|
454
|
+
this.i.l6 = stringToBrush(v);
|
|
455
455
|
}
|
|
456
456
|
/**
|
|
457
457
|
* Gets or sets the selected background color of the cell.
|
|
458
458
|
*/
|
|
459
459
|
get selectedBackground() {
|
|
460
|
-
return brushToString(this.i.
|
|
460
|
+
return brushToString(this.i.md);
|
|
461
461
|
}
|
|
462
462
|
set selectedBackground(v) {
|
|
463
|
-
this.i.
|
|
463
|
+
this.i.md = stringToBrush(v);
|
|
464
464
|
}
|
|
465
465
|
/**
|
|
466
466
|
* Gets or sets the hover background color of the cell.
|
|
467
467
|
*/
|
|
468
468
|
get hoverBackground() {
|
|
469
|
-
return brushToString(this.i.
|
|
469
|
+
return brushToString(this.i.l9);
|
|
470
470
|
}
|
|
471
471
|
set hoverBackground(v) {
|
|
472
|
-
this.i.
|
|
472
|
+
this.i.l9 = stringToBrush(v);
|
|
473
473
|
}
|
|
474
474
|
/**
|
|
475
475
|
* Gets or sets the hover text color of the cell.
|
|
476
476
|
*/
|
|
477
477
|
get hoverTextColor() {
|
|
478
|
-
return brushToString(this.i.
|
|
478
|
+
return brushToString(this.i.ma);
|
|
479
479
|
}
|
|
480
480
|
set hoverTextColor(v) {
|
|
481
|
-
this.i.
|
|
481
|
+
this.i.ma = stringToBrush(v);
|
|
482
482
|
}
|
|
483
483
|
/**
|
|
484
484
|
* Gets or sets the color for the sort indicator icon.
|
|
485
485
|
*/
|
|
486
486
|
get sortIndicatorColor() {
|
|
487
|
-
return brushToString(this.i.
|
|
487
|
+
return brushToString(this.i.me);
|
|
488
488
|
}
|
|
489
489
|
set sortIndicatorColor(v) {
|
|
490
|
-
this.i.
|
|
490
|
+
this.i.me = stringToBrush(v);
|
|
491
491
|
}
|
|
492
492
|
/**
|
|
493
493
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
494
494
|
*/
|
|
495
495
|
get stickyRowBackground() {
|
|
496
|
-
return brushToString(this.i.
|
|
496
|
+
return brushToString(this.i.mf);
|
|
497
497
|
}
|
|
498
498
|
set stickyRowBackground(v) {
|
|
499
|
-
this.i.
|
|
499
|
+
this.i.mf = stringToBrush(v);
|
|
500
500
|
}
|
|
501
501
|
/**
|
|
502
502
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
503
503
|
*/
|
|
504
504
|
get pinnedRowBackground() {
|
|
505
|
-
return brushToString(this.i.
|
|
505
|
+
return brushToString(this.i.mc);
|
|
506
506
|
}
|
|
507
507
|
set pinnedRowBackground(v) {
|
|
508
|
-
this.i.
|
|
508
|
+
this.i.mc = stringToBrush(v);
|
|
509
509
|
}
|
|
510
510
|
/**
|
|
511
511
|
* Gets or sets the color for the last row in the sticky row area.
|
|
512
512
|
*/
|
|
513
513
|
get lastStickyRowBackground() {
|
|
514
|
-
return brushToString(this.i.
|
|
514
|
+
return brushToString(this.i.mb);
|
|
515
515
|
}
|
|
516
516
|
set lastStickyRowBackground(v) {
|
|
517
|
-
this.i.
|
|
517
|
+
this.i.mb = stringToBrush(v);
|
|
518
518
|
}
|
|
519
519
|
/**
|
|
520
520
|
* Gets or sets the background color for filter row.
|
|
521
521
|
*/
|
|
522
522
|
get filterRowBackground() {
|
|
523
|
-
return brushToString(this.i.
|
|
523
|
+
return brushToString(this.i.l7);
|
|
524
524
|
}
|
|
525
525
|
set filterRowBackground(v) {
|
|
526
|
-
this.i.
|
|
526
|
+
this.i.l7 = stringToBrush(v);
|
|
527
527
|
}
|
|
528
528
|
/**
|
|
529
529
|
* Gets or sets the color to use for displaying text.
|
|
@@ -538,46 +538,55 @@ export class IgxCellInfo {
|
|
|
538
538
|
* Gets or sets the original value for the cell, before processing.
|
|
539
539
|
*/
|
|
540
540
|
get originalValue() {
|
|
541
|
-
return this.i.
|
|
541
|
+
return this.i.hn;
|
|
542
542
|
}
|
|
543
543
|
set originalValue(v) {
|
|
544
|
-
this.i.
|
|
544
|
+
this.i.hn = v;
|
|
545
545
|
}
|
|
546
546
|
/**
|
|
547
547
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
548
548
|
*/
|
|
549
549
|
get renderValue() {
|
|
550
|
-
return this.i.
|
|
550
|
+
return this.i.j3;
|
|
551
551
|
}
|
|
552
552
|
set renderValue(v) {
|
|
553
|
-
this.i.
|
|
553
|
+
this.i.j3 = v;
|
|
554
|
+
}
|
|
555
|
+
/**
|
|
556
|
+
* If set, this text will be used when rendering the cell value.
|
|
557
|
+
*/
|
|
558
|
+
get userFormattedValue() {
|
|
559
|
+
return this.i.ki;
|
|
560
|
+
}
|
|
561
|
+
set userFormattedValue(v) {
|
|
562
|
+
this.i.ki = v;
|
|
554
563
|
}
|
|
555
564
|
/**
|
|
556
565
|
* Gets or sets the color of the text for the cell, if any.
|
|
557
566
|
*/
|
|
558
567
|
get textColor() {
|
|
559
|
-
return brushToString(this.i.
|
|
568
|
+
return brushToString(this.i.mg);
|
|
560
569
|
}
|
|
561
570
|
set textColor(v) {
|
|
562
|
-
this.i.
|
|
571
|
+
this.i.mg = stringToBrush(v);
|
|
563
572
|
}
|
|
564
573
|
/**
|
|
565
574
|
* Gets the actual color of the text for the cell, if any.
|
|
566
575
|
*/
|
|
567
576
|
get actualTextColor() {
|
|
568
|
-
return brushToString(this.i.
|
|
577
|
+
return brushToString(this.i.l0);
|
|
569
578
|
}
|
|
570
579
|
set actualTextColor(v) {
|
|
571
|
-
this.i.
|
|
580
|
+
this.i.l0 = stringToBrush(v);
|
|
572
581
|
}
|
|
573
582
|
/**
|
|
574
583
|
* Gets or sets the text color for cells in deleted rows.
|
|
575
584
|
*/
|
|
576
585
|
get deletedTextColor() {
|
|
577
|
-
return brushToString(this.i.
|
|
586
|
+
return brushToString(this.i.l5);
|
|
578
587
|
}
|
|
579
588
|
set deletedTextColor(v) {
|
|
580
|
-
this.i.
|
|
589
|
+
this.i.l5 = stringToBrush(v);
|
|
581
590
|
}
|
|
582
591
|
get font() {
|
|
583
592
|
if (this.i.ag == null) {
|
|
@@ -904,10 +913,10 @@ export class IgxCellInfo {
|
|
|
904
913
|
* Gets or sets the error message for the cell.
|
|
905
914
|
*/
|
|
906
915
|
get editError() {
|
|
907
|
-
return this.i.
|
|
916
|
+
return this.i.iv;
|
|
908
917
|
}
|
|
909
918
|
set editError(v) {
|
|
910
|
-
this.i.
|
|
919
|
+
this.i.iv = v;
|
|
911
920
|
}
|
|
912
921
|
/**
|
|
913
922
|
* Gets whether the cell is in edit mode.
|
|
@@ -955,7 +964,7 @@ export class IgxCellInfo {
|
|
|
955
964
|
return (iv);
|
|
956
965
|
}
|
|
957
966
|
setNamedValue(valueName, value) {
|
|
958
|
-
this.i.
|
|
967
|
+
this.i.lc(valueName, value);
|
|
959
968
|
}
|
|
960
969
|
/**
|
|
961
970
|
* Returns if there is a named value stored for the cell.
|
|
@@ -972,7 +981,7 @@ export class IgxCellInfo {
|
|
|
972
981
|
* @param valueName * The name of the value to remove.
|
|
973
982
|
*/
|
|
974
983
|
removeNamedValue(valueName) {
|
|
975
|
-
this.i.
|
|
984
|
+
this.i.k8(valueName);
|
|
976
985
|
}
|
|
977
986
|
/**
|
|
978
987
|
* Gets a named value from the cell.
|
|
@@ -980,7 +989,7 @@ export class IgxCellInfo {
|
|
|
980
989
|
* @param valueName * The name of the value to get.
|
|
981
990
|
*/
|
|
982
991
|
getNamedValue(valueName) {
|
|
983
|
-
let iv = this.i.
|
|
992
|
+
let iv = this.i.hl(valueName);
|
|
984
993
|
return (iv);
|
|
985
994
|
}
|
|
986
995
|
}
|
|
@@ -164,6 +164,9 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
164
164
|
}
|
|
165
165
|
this.i.primaryKey = v;
|
|
166
166
|
}
|
|
167
|
+
get isDetached() {
|
|
168
|
+
return this.i.ay;
|
|
169
|
+
}
|
|
167
170
|
/**
|
|
168
171
|
* Gets or Sets the property name that contains the values.
|
|
169
172
|
*/
|
|
@@ -174,25 +177,25 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
174
177
|
this.i.dataMemberPath = v;
|
|
175
178
|
}
|
|
176
179
|
get dataLegendTarget() {
|
|
177
|
-
return this.i.
|
|
180
|
+
return this.i.bk;
|
|
178
181
|
}
|
|
179
182
|
set dataLegendTarget(v) {
|
|
180
|
-
this.i.
|
|
183
|
+
this.i.bk = v;
|
|
181
184
|
}
|
|
182
185
|
/**
|
|
183
186
|
* Gets or Sets the property name that contains the values.
|
|
184
187
|
*/
|
|
185
188
|
get subtitleMemberPath() {
|
|
186
|
-
return this.i.
|
|
189
|
+
return this.i.cz;
|
|
187
190
|
}
|
|
188
191
|
set subtitleMemberPath(v) {
|
|
189
|
-
this.i.
|
|
192
|
+
this.i.cz = v;
|
|
190
193
|
}
|
|
191
194
|
get propertyTypeMemberPath() {
|
|
192
|
-
return this.i.
|
|
195
|
+
return this.i.ce;
|
|
193
196
|
}
|
|
194
197
|
set propertyTypeMemberPath(v) {
|
|
195
|
-
this.i.
|
|
198
|
+
this.i.ce = v;
|
|
196
199
|
}
|
|
197
200
|
/**
|
|
198
201
|
* Gets or Sets the property name that contains the values.
|
|
@@ -207,10 +210,10 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
207
210
|
* Gets or Sets the property name that contains the values.
|
|
208
211
|
*/
|
|
209
212
|
get filterPlaceholderText() {
|
|
210
|
-
return this.i.
|
|
213
|
+
return this.i.b7;
|
|
211
214
|
}
|
|
212
215
|
set filterPlaceholderText(v) {
|
|
213
|
-
this.i.
|
|
216
|
+
this.i.b7 = v;
|
|
214
217
|
}
|
|
215
218
|
/**
|
|
216
219
|
* Gets or Sets the property name that contains the values.
|
|
@@ -225,13 +228,13 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
225
228
|
* Gets or Sets the property name that contains the values.
|
|
226
229
|
*/
|
|
227
230
|
get rowHeight() {
|
|
228
|
-
return this.i.
|
|
231
|
+
return this.i.bh;
|
|
229
232
|
}
|
|
230
233
|
set rowHeight(v) {
|
|
231
|
-
this.i.
|
|
234
|
+
this.i.bh = +v;
|
|
232
235
|
}
|
|
233
236
|
get actualRowHeight() {
|
|
234
|
-
return this.i.
|
|
237
|
+
return this.i.bf;
|
|
235
238
|
}
|
|
236
239
|
/**
|
|
237
240
|
* Gets or Sets the property name that contains the values.
|
|
@@ -287,19 +290,19 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
287
290
|
* Gets or sets the search background color.
|
|
288
291
|
*/
|
|
289
292
|
get searchBackgroundColor() {
|
|
290
|
-
return brushToString(this.i.
|
|
293
|
+
return brushToString(this.i.e8);
|
|
291
294
|
}
|
|
292
295
|
set searchBackgroundColor(v) {
|
|
293
|
-
this.i.
|
|
296
|
+
this.i.e8 = stringToBrush(v);
|
|
294
297
|
}
|
|
295
298
|
/**
|
|
296
299
|
* Gets or sets the search background color.
|
|
297
300
|
*/
|
|
298
301
|
get labelClickTriggersChange() {
|
|
299
|
-
return this.i.
|
|
302
|
+
return this.i.a4;
|
|
300
303
|
}
|
|
301
304
|
set labelClickTriggersChange(v) {
|
|
302
|
-
this.i.
|
|
305
|
+
this.i.a4 = ensureBool(v);
|
|
303
306
|
}
|
|
304
307
|
/**
|
|
305
308
|
* Gets or sets the search text color.
|
|
@@ -314,10 +317,10 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
314
317
|
* Gets or sets the search border color.
|
|
315
318
|
*/
|
|
316
319
|
get searchBorderColor() {
|
|
317
|
-
return brushToString(this.i.
|
|
320
|
+
return brushToString(this.i.e9);
|
|
318
321
|
}
|
|
319
322
|
set searchBorderColor(v) {
|
|
320
|
-
this.i.
|
|
323
|
+
this.i.e9 = stringToBrush(v);
|
|
321
324
|
}
|
|
322
325
|
/**
|
|
323
326
|
* Gets or sets the text style.
|
|
@@ -337,55 +340,55 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
337
340
|
* Gets or sets the checkbox tick color.
|
|
338
341
|
*/
|
|
339
342
|
get checkboxTickColor() {
|
|
340
|
-
return brushToString(this.i.
|
|
343
|
+
return brushToString(this.i.e0);
|
|
341
344
|
}
|
|
342
345
|
set checkboxTickColor(v) {
|
|
343
|
-
this.i.
|
|
346
|
+
this.i.e0 = stringToBrush(v);
|
|
344
347
|
}
|
|
345
348
|
/**
|
|
346
349
|
* Gets or sets the checkbox background color when checked.
|
|
347
350
|
*/
|
|
348
351
|
get checkboxCheckedBackgroundColor() {
|
|
349
|
-
return brushToString(this.i.
|
|
352
|
+
return brushToString(this.i.ey);
|
|
350
353
|
}
|
|
351
354
|
set checkboxCheckedBackgroundColor(v) {
|
|
352
|
-
this.i.
|
|
355
|
+
this.i.ey = stringToBrush(v);
|
|
353
356
|
}
|
|
354
357
|
/**
|
|
355
358
|
* Gets or sets the checkbox background color when unchecked.
|
|
356
359
|
*/
|
|
357
360
|
get checkboxUncheckedBackgroundColor() {
|
|
358
|
-
return brushToString(this.i.
|
|
361
|
+
return brushToString(this.i.e1);
|
|
359
362
|
}
|
|
360
363
|
set checkboxUncheckedBackgroundColor(v) {
|
|
361
|
-
this.i.
|
|
364
|
+
this.i.e1 = stringToBrush(v);
|
|
362
365
|
}
|
|
363
366
|
/**
|
|
364
367
|
* Gets or sets the checkbox border color when checked.
|
|
365
368
|
*/
|
|
366
369
|
get checkboxCheckedBorderColor() {
|
|
367
|
-
return brushToString(this.i.
|
|
370
|
+
return brushToString(this.i.ez);
|
|
368
371
|
}
|
|
369
372
|
set checkboxCheckedBorderColor(v) {
|
|
370
|
-
this.i.
|
|
373
|
+
this.i.ez = stringToBrush(v);
|
|
371
374
|
}
|
|
372
375
|
/**
|
|
373
376
|
* Gets or sets the checkbox border color when unchecked.
|
|
374
377
|
*/
|
|
375
378
|
get checkboxUncheckedBorderColor() {
|
|
376
|
-
return brushToString(this.i.
|
|
379
|
+
return brushToString(this.i.e2);
|
|
377
380
|
}
|
|
378
381
|
set checkboxUncheckedBorderColor(v) {
|
|
379
|
-
this.i.
|
|
382
|
+
this.i.e2 = stringToBrush(v);
|
|
380
383
|
}
|
|
381
384
|
/**
|
|
382
385
|
* Gets or sets the corner radius to use for the checkbox.
|
|
383
386
|
*/
|
|
384
387
|
get checkboxCornerRadius() {
|
|
385
|
-
return this.i.
|
|
388
|
+
return this.i.ba;
|
|
386
389
|
}
|
|
387
390
|
set checkboxCornerRadius(v) {
|
|
388
|
-
this.i.
|
|
391
|
+
this.i.ba = +v;
|
|
389
392
|
}
|
|
390
393
|
/**
|
|
391
394
|
* Gets or sets the style of scrollbar.
|
|
@@ -400,37 +403,37 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
400
403
|
* Gets or sets the scrollbar background color.
|
|
401
404
|
*/
|
|
402
405
|
get scrollbarBackground() {
|
|
403
|
-
return brushToString(this.i.
|
|
406
|
+
return brushToString(this.i.e7);
|
|
404
407
|
}
|
|
405
408
|
set scrollbarBackground(v) {
|
|
406
|
-
this.i.
|
|
409
|
+
this.i.e7 = stringToBrush(v);
|
|
407
410
|
}
|
|
408
411
|
/**
|
|
409
412
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
410
413
|
*/
|
|
411
414
|
get selectAllCaption() {
|
|
412
|
-
return this.i.
|
|
415
|
+
return this.i.cs;
|
|
413
416
|
}
|
|
414
417
|
set selectAllCaption(v) {
|
|
415
|
-
this.i.
|
|
418
|
+
this.i.cs = v;
|
|
416
419
|
}
|
|
417
420
|
/**
|
|
418
421
|
* Gets or sets the color to use for the "Select All" label.
|
|
419
422
|
*/
|
|
420
423
|
get selectAllCaptionTextColor() {
|
|
421
|
-
return brushToString(this.i.
|
|
424
|
+
return brushToString(this.i.fc);
|
|
422
425
|
}
|
|
423
426
|
set selectAllCaptionTextColor(v) {
|
|
424
|
-
this.i.
|
|
427
|
+
this.i.fc = stringToBrush(v);
|
|
425
428
|
}
|
|
426
429
|
/**
|
|
427
430
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
428
431
|
*/
|
|
429
432
|
get actualSelectAllCaptionTextColor() {
|
|
430
|
-
return brushToString(this.i.
|
|
433
|
+
return brushToString(this.i.ew);
|
|
431
434
|
}
|
|
432
435
|
set actualSelectAllCaptionTextColor(v) {
|
|
433
|
-
this.i.
|
|
436
|
+
this.i.ew = stringToBrush(v);
|
|
434
437
|
}
|
|
435
438
|
/**
|
|
436
439
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
@@ -463,37 +466,37 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
463
466
|
* Gets or sets the color to use for the text of the component.
|
|
464
467
|
*/
|
|
465
468
|
get textColor() {
|
|
466
|
-
return brushToString(this.i.
|
|
469
|
+
return brushToString(this.i.fe);
|
|
467
470
|
}
|
|
468
471
|
set textColor(v) {
|
|
469
|
-
this.i.
|
|
472
|
+
this.i.fe = stringToBrush(v);
|
|
470
473
|
}
|
|
471
474
|
/**
|
|
472
475
|
* Gets or sets whether the filter input is visible.
|
|
473
476
|
*/
|
|
474
477
|
get showFilter() {
|
|
475
|
-
return this.i.
|
|
478
|
+
return this.i.a6;
|
|
476
479
|
}
|
|
477
480
|
set showFilter(v) {
|
|
478
|
-
this.i.
|
|
481
|
+
this.i.a6 = ensureBool(v);
|
|
479
482
|
}
|
|
480
483
|
/**
|
|
481
484
|
* Gets or sets whether row hover highlighting is enabled.
|
|
482
485
|
*/
|
|
483
486
|
get isRowHoverEnabled() {
|
|
484
|
-
return this.i.
|
|
487
|
+
return this.i.a2;
|
|
485
488
|
}
|
|
486
489
|
set isRowHoverEnabled(v) {
|
|
487
|
-
this.i.
|
|
490
|
+
this.i.a2 = ensureBool(v);
|
|
488
491
|
}
|
|
489
492
|
/**
|
|
490
493
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
491
494
|
*/
|
|
492
495
|
get checkboxAlignedRight() {
|
|
493
|
-
return this.i.
|
|
496
|
+
return this.i.ax;
|
|
494
497
|
}
|
|
495
498
|
set checkboxAlignedRight(v) {
|
|
496
|
-
this.i.
|
|
499
|
+
this.i.ax = ensureBool(v);
|
|
497
500
|
}
|
|
498
501
|
findByName(name) {
|
|
499
502
|
if (this.findEphemera) {
|
|
@@ -564,17 +567,17 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
564
567
|
|
|
565
568
|
*/
|
|
566
569
|
selectAll() {
|
|
567
|
-
this.i.
|
|
570
|
+
this.i.ea();
|
|
568
571
|
}
|
|
569
572
|
/**
|
|
570
573
|
* Deselects all the items in the checkbox list.
|
|
571
574
|
|
|
572
575
|
*/
|
|
573
576
|
deselectAll() {
|
|
574
|
-
this.i.
|
|
577
|
+
this.i.c8();
|
|
575
578
|
}
|
|
576
579
|
notifySetItem(index, oldItem, newItem) {
|
|
577
|
-
this.i.
|
|
580
|
+
this.i.dl(index, oldItem, newItem);
|
|
578
581
|
}
|
|
579
582
|
/**
|
|
580
583
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -582,22 +585,22 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
582
585
|
|
|
583
586
|
*/
|
|
584
587
|
notifyClearItems() {
|
|
585
|
-
this.i.
|
|
588
|
+
this.i.dh();
|
|
586
589
|
}
|
|
587
590
|
notifyInsertItem(index, newItem) {
|
|
588
|
-
this.i.
|
|
591
|
+
this.i.di(index, newItem);
|
|
589
592
|
}
|
|
590
593
|
notifyRemoveItem(index, oldItem) {
|
|
591
|
-
this.i.
|
|
594
|
+
this.i.dk(index, oldItem);
|
|
592
595
|
}
|
|
593
596
|
refresh() {
|
|
594
597
|
this.i.refresh();
|
|
595
598
|
}
|
|
596
599
|
addKeyValue(value) {
|
|
597
|
-
this.i.
|
|
600
|
+
this.i.c3(value);
|
|
598
601
|
}
|
|
599
602
|
removeKeyValue(value) {
|
|
600
|
-
this.i.
|
|
603
|
+
this.i.d8(value);
|
|
601
604
|
}
|
|
602
605
|
getDesiredSize(availableSize) {
|
|
603
606
|
let iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -608,7 +611,7 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
608
611
|
|
|
609
612
|
*/
|
|
610
613
|
isNothingSelected() {
|
|
611
|
-
let iv = this.i.
|
|
614
|
+
let iv = this.i.a0();
|
|
612
615
|
return (iv);
|
|
613
616
|
}
|
|
614
617
|
/**
|
|
@@ -616,7 +619,7 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
616
619
|
|
|
617
620
|
*/
|
|
618
621
|
isEverythingSelected() {
|
|
619
|
-
let iv = this.i.
|
|
622
|
+
let iv = this.i.az();
|
|
620
623
|
return (iv);
|
|
621
624
|
}
|
|
622
625
|
/**
|
|
@@ -38,50 +38,50 @@ export let IgxComboBoxColumnComponent = /*@__PURE__*/ (() => {
|
|
|
38
38
|
* Gets the actual data source that is being used by the combo. If a collection was provided for the combobox data, an implicit LocalDataSource is created, and this is available via this property.
|
|
39
39
|
*/
|
|
40
40
|
get actualDataSource() {
|
|
41
|
-
return this.i.
|
|
41
|
+
return this.i.n7;
|
|
42
42
|
}
|
|
43
43
|
set actualDataSource(v) {
|
|
44
|
-
this.i.
|
|
44
|
+
this.i.n7 = v;
|
|
45
45
|
}
|
|
46
46
|
/**
|
|
47
47
|
* Gets or sets the ComboBox data source.
|
|
48
48
|
*/
|
|
49
49
|
get dataSource() {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.n8;
|
|
51
51
|
}
|
|
52
52
|
set dataSource(v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.n8 = v;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
56
|
* Gets or sets the ComboBox text field.
|
|
57
57
|
*/
|
|
58
58
|
get textField() {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.oc;
|
|
60
60
|
}
|
|
61
61
|
set textField(v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.oc = v;
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets or sets the ComboBox value field.
|
|
66
66
|
*/
|
|
67
67
|
get valueField() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.od;
|
|
69
69
|
}
|
|
70
70
|
set valueField(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.od = v;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets the ComboBox value field.
|
|
75
75
|
*/
|
|
76
76
|
get valueMultiField() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.n5;
|
|
78
78
|
}
|
|
79
79
|
set valueMultiField(v) {
|
|
80
80
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
81
81
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
82
82
|
v = v.split(re);
|
|
83
83
|
}
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.n5 = v;
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
IgxComboBoxColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxComboBoxColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|