igniteui-webcomponents-data-grids 6.0.0 → 6.0.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +3976 -3602
- package/bundles/igniteui-webcomponents-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 +2445 -2387
- 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/igc-cell-info.js +58 -49
- package/esm2015/lib/igc-checkbox-list-component.js +75 -72
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +164 -135
- package/esm2015/lib/igc-data-grid-sort-indicator-component.js +22 -15
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-format-cell-event-args.js +85 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-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/igc-cell-info.js +62 -49
- package/esm5/lib/igc-checkbox-list-component.js +79 -72
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +169 -135
- package/esm5/lib/igc-data-grid-sort-indicator-component.js +26 -15
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-format-cell-event-args.js +115 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +4045 -3735
- package/fesm5/igniteui-webcomponents-data-grids.js +3976 -3604
- 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/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +1 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-sort-indicator-component.d.ts +2 -0
- package/lib/igc-format-cell-event-args.d.ts +42 -0
- package/package.json +4 -5
- package/public_api.d.ts +2 -0
|
@@ -82,10 +82,10 @@ export class IgcCellInfo {
|
|
|
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 IgcCellInfo {
|
|
|
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 IgcCellInfo {
|
|
|
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 IgcCellInfo {
|
|
|
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 IgcCellInfo {
|
|
|
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 IgcCellInfo {
|
|
|
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 IgcCellInfo {
|
|
|
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 IgcCellInfo {
|
|
|
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 IgcCellInfo {
|
|
|
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
|
}
|
|
@@ -267,6 +267,9 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
267
267
|
}
|
|
268
268
|
this.i.primaryKey = v;
|
|
269
269
|
}
|
|
270
|
+
get isDetached() {
|
|
271
|
+
return this.i.ay;
|
|
272
|
+
}
|
|
270
273
|
/**
|
|
271
274
|
* Gets or Sets the property name that contains the values.
|
|
272
275
|
*/
|
|
@@ -277,25 +280,25 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
277
280
|
this.i.dataMemberPath = v;
|
|
278
281
|
}
|
|
279
282
|
get dataLegendTarget() {
|
|
280
|
-
return this.i.
|
|
283
|
+
return this.i.bk;
|
|
281
284
|
}
|
|
282
285
|
set dataLegendTarget(v) {
|
|
283
|
-
this.i.
|
|
286
|
+
this.i.bk = v;
|
|
284
287
|
}
|
|
285
288
|
/**
|
|
286
289
|
* Gets or Sets the property name that contains the values.
|
|
287
290
|
*/
|
|
288
291
|
get subtitleMemberPath() {
|
|
289
|
-
return this.i.
|
|
292
|
+
return this.i.cz;
|
|
290
293
|
}
|
|
291
294
|
set subtitleMemberPath(v) {
|
|
292
|
-
this.i.
|
|
295
|
+
this.i.cz = v;
|
|
293
296
|
}
|
|
294
297
|
get propertyTypeMemberPath() {
|
|
295
|
-
return this.i.
|
|
298
|
+
return this.i.ce;
|
|
296
299
|
}
|
|
297
300
|
set propertyTypeMemberPath(v) {
|
|
298
|
-
this.i.
|
|
301
|
+
this.i.ce = v;
|
|
299
302
|
}
|
|
300
303
|
/**
|
|
301
304
|
* Gets or Sets the property name that contains the values.
|
|
@@ -310,10 +313,10 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
310
313
|
* Gets or Sets the property name that contains the values.
|
|
311
314
|
*/
|
|
312
315
|
get filterPlaceholderText() {
|
|
313
|
-
return this.i.
|
|
316
|
+
return this.i.b7;
|
|
314
317
|
}
|
|
315
318
|
set filterPlaceholderText(v) {
|
|
316
|
-
this.i.
|
|
319
|
+
this.i.b7 = v;
|
|
317
320
|
}
|
|
318
321
|
/**
|
|
319
322
|
* Gets or Sets the property name that contains the values.
|
|
@@ -329,14 +332,14 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
329
332
|
* Gets or Sets the property name that contains the values.
|
|
330
333
|
*/
|
|
331
334
|
get rowHeight() {
|
|
332
|
-
return this.i.
|
|
335
|
+
return this.i.bh;
|
|
333
336
|
}
|
|
334
337
|
set rowHeight(v) {
|
|
335
|
-
this.i.
|
|
336
|
-
this._a("rowHeight", this.i.
|
|
338
|
+
this.i.bh = +v;
|
|
339
|
+
this._a("rowHeight", this.i.bh);
|
|
337
340
|
}
|
|
338
341
|
get actualRowHeight() {
|
|
339
|
-
return this.i.
|
|
342
|
+
return this.i.bf;
|
|
340
343
|
}
|
|
341
344
|
/**
|
|
342
345
|
* Gets or Sets the property name that contains the values.
|
|
@@ -397,21 +400,21 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
397
400
|
* Gets or sets the search background color.
|
|
398
401
|
*/
|
|
399
402
|
get searchBackgroundColor() {
|
|
400
|
-
return brushToString(this.i.
|
|
403
|
+
return brushToString(this.i.e8);
|
|
401
404
|
}
|
|
402
405
|
set searchBackgroundColor(v) {
|
|
403
|
-
this.i.
|
|
404
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
406
|
+
this.i.e8 = stringToBrush(v);
|
|
407
|
+
this._a("searchBackgroundColor", brushToString(this.i.e8));
|
|
405
408
|
}
|
|
406
409
|
/**
|
|
407
410
|
* Gets or sets the search background color.
|
|
408
411
|
*/
|
|
409
412
|
get labelClickTriggersChange() {
|
|
410
|
-
return this.i.
|
|
413
|
+
return this.i.a4;
|
|
411
414
|
}
|
|
412
415
|
set labelClickTriggersChange(v) {
|
|
413
|
-
this.i.
|
|
414
|
-
this._a("labelClickTriggersChange", this.i.
|
|
416
|
+
this.i.a4 = ensureBool(v);
|
|
417
|
+
this._a("labelClickTriggersChange", this.i.a4);
|
|
415
418
|
}
|
|
416
419
|
/**
|
|
417
420
|
* Gets or sets the search text color.
|
|
@@ -427,11 +430,11 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
427
430
|
* Gets or sets the search border color.
|
|
428
431
|
*/
|
|
429
432
|
get searchBorderColor() {
|
|
430
|
-
return brushToString(this.i.
|
|
433
|
+
return brushToString(this.i.e9);
|
|
431
434
|
}
|
|
432
435
|
set searchBorderColor(v) {
|
|
433
|
-
this.i.
|
|
434
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
436
|
+
this.i.e9 = stringToBrush(v);
|
|
437
|
+
this._a("searchBorderColor", brushToString(this.i.e9));
|
|
435
438
|
}
|
|
436
439
|
/**
|
|
437
440
|
* Gets or sets the text style.
|
|
@@ -452,61 +455,61 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
452
455
|
* Gets or sets the checkbox tick color.
|
|
453
456
|
*/
|
|
454
457
|
get checkboxTickColor() {
|
|
455
|
-
return brushToString(this.i.
|
|
458
|
+
return brushToString(this.i.e0);
|
|
456
459
|
}
|
|
457
460
|
set checkboxTickColor(v) {
|
|
458
|
-
this.i.
|
|
459
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
461
|
+
this.i.e0 = stringToBrush(v);
|
|
462
|
+
this._a("checkboxTickColor", brushToString(this.i.e0));
|
|
460
463
|
}
|
|
461
464
|
/**
|
|
462
465
|
* Gets or sets the checkbox background color when checked.
|
|
463
466
|
*/
|
|
464
467
|
get checkboxCheckedBackgroundColor() {
|
|
465
|
-
return brushToString(this.i.
|
|
468
|
+
return brushToString(this.i.ey);
|
|
466
469
|
}
|
|
467
470
|
set checkboxCheckedBackgroundColor(v) {
|
|
468
|
-
this.i.
|
|
469
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
471
|
+
this.i.ey = stringToBrush(v);
|
|
472
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.ey));
|
|
470
473
|
}
|
|
471
474
|
/**
|
|
472
475
|
* Gets or sets the checkbox background color when unchecked.
|
|
473
476
|
*/
|
|
474
477
|
get checkboxUncheckedBackgroundColor() {
|
|
475
|
-
return brushToString(this.i.
|
|
478
|
+
return brushToString(this.i.e1);
|
|
476
479
|
}
|
|
477
480
|
set checkboxUncheckedBackgroundColor(v) {
|
|
478
|
-
this.i.
|
|
479
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
481
|
+
this.i.e1 = stringToBrush(v);
|
|
482
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e1));
|
|
480
483
|
}
|
|
481
484
|
/**
|
|
482
485
|
* Gets or sets the checkbox border color when checked.
|
|
483
486
|
*/
|
|
484
487
|
get checkboxCheckedBorderColor() {
|
|
485
|
-
return brushToString(this.i.
|
|
488
|
+
return brushToString(this.i.ez);
|
|
486
489
|
}
|
|
487
490
|
set checkboxCheckedBorderColor(v) {
|
|
488
|
-
this.i.
|
|
489
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
491
|
+
this.i.ez = stringToBrush(v);
|
|
492
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.ez));
|
|
490
493
|
}
|
|
491
494
|
/**
|
|
492
495
|
* Gets or sets the checkbox border color when unchecked.
|
|
493
496
|
*/
|
|
494
497
|
get checkboxUncheckedBorderColor() {
|
|
495
|
-
return brushToString(this.i.
|
|
498
|
+
return brushToString(this.i.e2);
|
|
496
499
|
}
|
|
497
500
|
set checkboxUncheckedBorderColor(v) {
|
|
498
|
-
this.i.
|
|
499
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
501
|
+
this.i.e2 = stringToBrush(v);
|
|
502
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.e2));
|
|
500
503
|
}
|
|
501
504
|
/**
|
|
502
505
|
* Gets or sets the corner radius to use for the checkbox.
|
|
503
506
|
*/
|
|
504
507
|
get checkboxCornerRadius() {
|
|
505
|
-
return this.i.
|
|
508
|
+
return this.i.ba;
|
|
506
509
|
}
|
|
507
510
|
set checkboxCornerRadius(v) {
|
|
508
|
-
this.i.
|
|
509
|
-
this._a("checkboxCornerRadius", this.i.
|
|
511
|
+
this.i.ba = +v;
|
|
512
|
+
this._a("checkboxCornerRadius", this.i.ba);
|
|
510
513
|
}
|
|
511
514
|
/**
|
|
512
515
|
* Gets or sets the style of scrollbar.
|
|
@@ -522,40 +525,40 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
522
525
|
* Gets or sets the scrollbar background color.
|
|
523
526
|
*/
|
|
524
527
|
get scrollbarBackground() {
|
|
525
|
-
return brushToString(this.i.
|
|
528
|
+
return brushToString(this.i.e7);
|
|
526
529
|
}
|
|
527
530
|
set scrollbarBackground(v) {
|
|
528
|
-
this.i.
|
|
529
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
531
|
+
this.i.e7 = stringToBrush(v);
|
|
532
|
+
this._a("scrollbarBackground", brushToString(this.i.e7));
|
|
530
533
|
}
|
|
531
534
|
/**
|
|
532
535
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
533
536
|
*/
|
|
534
537
|
get selectAllCaption() {
|
|
535
|
-
return this.i.
|
|
538
|
+
return this.i.cs;
|
|
536
539
|
}
|
|
537
540
|
set selectAllCaption(v) {
|
|
538
|
-
this.i.
|
|
541
|
+
this.i.cs = v;
|
|
539
542
|
}
|
|
540
543
|
/**
|
|
541
544
|
* Gets or sets the color to use for the "Select All" label.
|
|
542
545
|
*/
|
|
543
546
|
get selectAllCaptionTextColor() {
|
|
544
|
-
return brushToString(this.i.
|
|
547
|
+
return brushToString(this.i.fc);
|
|
545
548
|
}
|
|
546
549
|
set selectAllCaptionTextColor(v) {
|
|
547
|
-
this.i.
|
|
548
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
550
|
+
this.i.fc = stringToBrush(v);
|
|
551
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.fc));
|
|
549
552
|
}
|
|
550
553
|
/**
|
|
551
554
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
552
555
|
*/
|
|
553
556
|
get actualSelectAllCaptionTextColor() {
|
|
554
|
-
return brushToString(this.i.
|
|
557
|
+
return brushToString(this.i.ew);
|
|
555
558
|
}
|
|
556
559
|
set actualSelectAllCaptionTextColor(v) {
|
|
557
|
-
this.i.
|
|
558
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
560
|
+
this.i.ew = stringToBrush(v);
|
|
561
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.ew));
|
|
559
562
|
}
|
|
560
563
|
/**
|
|
561
564
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
@@ -591,41 +594,41 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
591
594
|
* Gets or sets the color to use for the text of the component.
|
|
592
595
|
*/
|
|
593
596
|
get textColor() {
|
|
594
|
-
return brushToString(this.i.
|
|
597
|
+
return brushToString(this.i.fe);
|
|
595
598
|
}
|
|
596
599
|
set textColor(v) {
|
|
597
|
-
this.i.
|
|
598
|
-
this._a("textColor", brushToString(this.i.
|
|
600
|
+
this.i.fe = stringToBrush(v);
|
|
601
|
+
this._a("textColor", brushToString(this.i.fe));
|
|
599
602
|
}
|
|
600
603
|
/**
|
|
601
604
|
* Gets or sets whether the filter input is visible.
|
|
602
605
|
*/
|
|
603
606
|
get showFilter() {
|
|
604
|
-
return this.i.
|
|
607
|
+
return this.i.a6;
|
|
605
608
|
}
|
|
606
609
|
set showFilter(v) {
|
|
607
|
-
this.i.
|
|
608
|
-
this._a("showFilter", this.i.
|
|
610
|
+
this.i.a6 = ensureBool(v);
|
|
611
|
+
this._a("showFilter", this.i.a6);
|
|
609
612
|
}
|
|
610
613
|
/**
|
|
611
614
|
* Gets or sets whether row hover highlighting is enabled.
|
|
612
615
|
*/
|
|
613
616
|
get isRowHoverEnabled() {
|
|
614
|
-
return this.i.
|
|
617
|
+
return this.i.a2;
|
|
615
618
|
}
|
|
616
619
|
set isRowHoverEnabled(v) {
|
|
617
|
-
this.i.
|
|
618
|
-
this._a("isRowHoverEnabled", this.i.
|
|
620
|
+
this.i.a2 = ensureBool(v);
|
|
621
|
+
this._a("isRowHoverEnabled", this.i.a2);
|
|
619
622
|
}
|
|
620
623
|
/**
|
|
621
624
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
622
625
|
*/
|
|
623
626
|
get checkboxAlignedRight() {
|
|
624
|
-
return this.i.
|
|
627
|
+
return this.i.ax;
|
|
625
628
|
}
|
|
626
629
|
set checkboxAlignedRight(v) {
|
|
627
|
-
this.i.
|
|
628
|
-
this._a("checkboxAlignedRight", this.i.
|
|
630
|
+
this.i.ax = ensureBool(v);
|
|
631
|
+
this._a("checkboxAlignedRight", this.i.ax);
|
|
629
632
|
}
|
|
630
633
|
findByName(name) {
|
|
631
634
|
if (this.findEphemera) {
|
|
@@ -696,17 +699,17 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
696
699
|
|
|
697
700
|
*/
|
|
698
701
|
selectAll() {
|
|
699
|
-
this.i.
|
|
702
|
+
this.i.ea();
|
|
700
703
|
}
|
|
701
704
|
/**
|
|
702
705
|
* Deselects all the items in the checkbox list.
|
|
703
706
|
|
|
704
707
|
*/
|
|
705
708
|
deselectAll() {
|
|
706
|
-
this.i.
|
|
709
|
+
this.i.c8();
|
|
707
710
|
}
|
|
708
711
|
notifySetItem(index, oldItem, newItem) {
|
|
709
|
-
this.i.
|
|
712
|
+
this.i.dl(index, oldItem, newItem);
|
|
710
713
|
}
|
|
711
714
|
/**
|
|
712
715
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -714,22 +717,22 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
714
717
|
|
|
715
718
|
*/
|
|
716
719
|
notifyClearItems() {
|
|
717
|
-
this.i.
|
|
720
|
+
this.i.dh();
|
|
718
721
|
}
|
|
719
722
|
notifyInsertItem(index, newItem) {
|
|
720
|
-
this.i.
|
|
723
|
+
this.i.di(index, newItem);
|
|
721
724
|
}
|
|
722
725
|
notifyRemoveItem(index, oldItem) {
|
|
723
|
-
this.i.
|
|
726
|
+
this.i.dk(index, oldItem);
|
|
724
727
|
}
|
|
725
728
|
refresh() {
|
|
726
729
|
this.i.refresh();
|
|
727
730
|
}
|
|
728
731
|
addKeyValue(value) {
|
|
729
|
-
this.i.
|
|
732
|
+
this.i.c3(value);
|
|
730
733
|
}
|
|
731
734
|
removeKeyValue(value) {
|
|
732
|
-
this.i.
|
|
735
|
+
this.i.d8(value);
|
|
733
736
|
}
|
|
734
737
|
getDesiredSize(availableSize) {
|
|
735
738
|
let iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -740,7 +743,7 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
740
743
|
|
|
741
744
|
*/
|
|
742
745
|
isNothingSelected() {
|
|
743
|
-
let iv = this.i.
|
|
746
|
+
let iv = this.i.a0();
|
|
744
747
|
return (iv);
|
|
745
748
|
}
|
|
746
749
|
/**
|
|
@@ -748,7 +751,7 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
748
751
|
|
|
749
752
|
*/
|
|
750
753
|
isEverythingSelected() {
|
|
751
|
-
let iv = this.i.
|
|
754
|
+
let iv = this.i.az();
|
|
752
755
|
return (iv);
|
|
753
756
|
}
|
|
754
757
|
/**
|