igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-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 +7956 -7387
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +38 -35
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +369 -335
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +5218 -4964
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- 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 +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +55 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- package/esm2015/lib/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +238 -214
- package/esm2015/lib/igc-data-grid-component.js +31 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- 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-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- 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 +44 -38
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +38 -35
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +359 -321
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +5068 -4770
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- 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 +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +55 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- package/esm5/lib/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +250 -214
- package/esm5/lib/igc-data-grid-component.js +43 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- 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-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- 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 +48 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +8096 -7635
- package/fesm5/igniteui-webcomponents-data-grids.js +7956 -7387
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +1308 -1267
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +9 -0
- package/lib/igc-data-grid-component.d.ts +16 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -279,25 +279,25 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
279
279
|
this.i.dataMemberPath = v;
|
|
280
280
|
}
|
|
281
281
|
get dataLegendTarget() {
|
|
282
|
-
return this.i.
|
|
282
|
+
return this.i.dataLegendTarget;
|
|
283
283
|
}
|
|
284
284
|
set dataLegendTarget(v) {
|
|
285
|
-
this.i.
|
|
285
|
+
this.i.dataLegendTarget = v;
|
|
286
286
|
}
|
|
287
287
|
/**
|
|
288
288
|
* Gets or Sets the property name that contains the values.
|
|
289
289
|
*/
|
|
290
290
|
get subtitleMemberPath() {
|
|
291
|
-
return this.i.
|
|
291
|
+
return this.i.subtitleMemberPath;
|
|
292
292
|
}
|
|
293
293
|
set subtitleMemberPath(v) {
|
|
294
|
-
this.i.
|
|
294
|
+
this.i.subtitleMemberPath = v;
|
|
295
295
|
}
|
|
296
296
|
get propertyTypeMemberPath() {
|
|
297
|
-
return this.i.
|
|
297
|
+
return this.i.propertyTypeMemberPath;
|
|
298
298
|
}
|
|
299
299
|
set propertyTypeMemberPath(v) {
|
|
300
|
-
this.i.
|
|
300
|
+
this.i.propertyTypeMemberPath = v;
|
|
301
301
|
}
|
|
302
302
|
/**
|
|
303
303
|
* Gets or Sets the property name that contains the values.
|
|
@@ -399,21 +399,21 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
399
399
|
* Gets or sets the search background color.
|
|
400
400
|
*/
|
|
401
401
|
get searchBackgroundColor() {
|
|
402
|
-
return brushToString(this.i.
|
|
402
|
+
return brushToString(this.i.fm);
|
|
403
403
|
}
|
|
404
404
|
set searchBackgroundColor(v) {
|
|
405
|
-
this.i.
|
|
406
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
405
|
+
this.i.fm = stringToBrush(v);
|
|
406
|
+
this._a("searchBackgroundColor", brushToString(this.i.fm));
|
|
407
407
|
}
|
|
408
408
|
/**
|
|
409
409
|
* Gets or sets the search background color.
|
|
410
410
|
*/
|
|
411
411
|
get labelClickTriggersChange() {
|
|
412
|
-
return this.i.
|
|
412
|
+
return this.i.labelClickTriggersChange;
|
|
413
413
|
}
|
|
414
414
|
set labelClickTriggersChange(v) {
|
|
415
|
-
this.i.
|
|
416
|
-
this._a("labelClickTriggersChange", this.i.
|
|
415
|
+
this.i.labelClickTriggersChange = ensureBool(v);
|
|
416
|
+
this._a("labelClickTriggersChange", this.i.labelClickTriggersChange);
|
|
417
417
|
}
|
|
418
418
|
/**
|
|
419
419
|
* Gets or sets the search text color.
|
|
@@ -429,11 +429,21 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
429
429
|
* Gets or sets the search border color.
|
|
430
430
|
*/
|
|
431
431
|
get searchBorderColor() {
|
|
432
|
-
return brushToString(this.i.
|
|
432
|
+
return brushToString(this.i.searchBorderColor);
|
|
433
433
|
}
|
|
434
434
|
set searchBorderColor(v) {
|
|
435
|
-
this.i.
|
|
436
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
435
|
+
this.i.searchBorderColor = stringToBrush(v);
|
|
436
|
+
this._a("searchBorderColor", brushToString(this.i.searchBorderColor));
|
|
437
|
+
}
|
|
438
|
+
/**
|
|
439
|
+
* Gets or sets the search focus border color.
|
|
440
|
+
*/
|
|
441
|
+
get searchFocusBorderColor() {
|
|
442
|
+
return brushToString(this.i.searchFocusBorderColor);
|
|
443
|
+
}
|
|
444
|
+
set searchFocusBorderColor(v) {
|
|
445
|
+
this.i.searchFocusBorderColor = stringToBrush(v);
|
|
446
|
+
this._a("searchFocusBorderColor", brushToString(this.i.searchFocusBorderColor));
|
|
437
447
|
}
|
|
438
448
|
/**
|
|
439
449
|
* Gets or sets the text style.
|
|
@@ -454,61 +464,61 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
454
464
|
* Gets or sets the checkbox tick color.
|
|
455
465
|
*/
|
|
456
466
|
get checkboxTickColor() {
|
|
457
|
-
return brushToString(this.i.
|
|
467
|
+
return brushToString(this.i.fc);
|
|
458
468
|
}
|
|
459
469
|
set checkboxTickColor(v) {
|
|
460
|
-
this.i.
|
|
461
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
470
|
+
this.i.fc = stringToBrush(v);
|
|
471
|
+
this._a("checkboxTickColor", brushToString(this.i.fc));
|
|
462
472
|
}
|
|
463
473
|
/**
|
|
464
474
|
* Gets or sets the checkbox background color when checked.
|
|
465
475
|
*/
|
|
466
476
|
get checkboxCheckedBackgroundColor() {
|
|
467
|
-
return brushToString(this.i.
|
|
477
|
+
return brushToString(this.i.checkboxCheckedBackgroundColor);
|
|
468
478
|
}
|
|
469
479
|
set checkboxCheckedBackgroundColor(v) {
|
|
470
|
-
this.i.
|
|
471
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
480
|
+
this.i.checkboxCheckedBackgroundColor = stringToBrush(v);
|
|
481
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.checkboxCheckedBackgroundColor));
|
|
472
482
|
}
|
|
473
483
|
/**
|
|
474
484
|
* Gets or sets the checkbox background color when unchecked.
|
|
475
485
|
*/
|
|
476
486
|
get checkboxUncheckedBackgroundColor() {
|
|
477
|
-
return brushToString(this.i.
|
|
487
|
+
return brushToString(this.i.checkboxUncheckedBackgroundColor);
|
|
478
488
|
}
|
|
479
489
|
set checkboxUncheckedBackgroundColor(v) {
|
|
480
|
-
this.i.
|
|
481
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
490
|
+
this.i.checkboxUncheckedBackgroundColor = stringToBrush(v);
|
|
491
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.checkboxUncheckedBackgroundColor));
|
|
482
492
|
}
|
|
483
493
|
/**
|
|
484
494
|
* Gets or sets the checkbox border color when checked.
|
|
485
495
|
*/
|
|
486
496
|
get checkboxCheckedBorderColor() {
|
|
487
|
-
return brushToString(this.i.
|
|
497
|
+
return brushToString(this.i.checkboxCheckedBorderColor);
|
|
488
498
|
}
|
|
489
499
|
set checkboxCheckedBorderColor(v) {
|
|
490
|
-
this.i.
|
|
491
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
500
|
+
this.i.checkboxCheckedBorderColor = stringToBrush(v);
|
|
501
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.checkboxCheckedBorderColor));
|
|
492
502
|
}
|
|
493
503
|
/**
|
|
494
504
|
* Gets or sets the checkbox border color when unchecked.
|
|
495
505
|
*/
|
|
496
506
|
get checkboxUncheckedBorderColor() {
|
|
497
|
-
return brushToString(this.i.
|
|
507
|
+
return brushToString(this.i.checkboxUncheckedBorderColor);
|
|
498
508
|
}
|
|
499
509
|
set checkboxUncheckedBorderColor(v) {
|
|
500
|
-
this.i.
|
|
501
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
510
|
+
this.i.checkboxUncheckedBorderColor = stringToBrush(v);
|
|
511
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.checkboxUncheckedBorderColor));
|
|
502
512
|
}
|
|
503
513
|
/**
|
|
504
514
|
* Gets or sets the corner radius to use for the checkbox.
|
|
505
515
|
*/
|
|
506
516
|
get checkboxCornerRadius() {
|
|
507
|
-
return this.i.
|
|
517
|
+
return this.i.checkboxCornerRadius;
|
|
508
518
|
}
|
|
509
519
|
set checkboxCornerRadius(v) {
|
|
510
|
-
this.i.
|
|
511
|
-
this._a("checkboxCornerRadius", this.i.
|
|
520
|
+
this.i.checkboxCornerRadius = +v;
|
|
521
|
+
this._a("checkboxCornerRadius", this.i.checkboxCornerRadius);
|
|
512
522
|
}
|
|
513
523
|
/**
|
|
514
524
|
* Gets or sets the style of scrollbar.
|
|
@@ -524,40 +534,40 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
524
534
|
* Gets or sets the scrollbar background color.
|
|
525
535
|
*/
|
|
526
536
|
get scrollbarBackground() {
|
|
527
|
-
return brushToString(this.i.
|
|
537
|
+
return brushToString(this.i.fl);
|
|
528
538
|
}
|
|
529
539
|
set scrollbarBackground(v) {
|
|
530
|
-
this.i.
|
|
531
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
540
|
+
this.i.fl = stringToBrush(v);
|
|
541
|
+
this._a("scrollbarBackground", brushToString(this.i.fl));
|
|
532
542
|
}
|
|
533
543
|
/**
|
|
534
544
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
535
545
|
*/
|
|
536
546
|
get selectAllCaption() {
|
|
537
|
-
return this.i.
|
|
547
|
+
return this.i.c1;
|
|
538
548
|
}
|
|
539
549
|
set selectAllCaption(v) {
|
|
540
|
-
this.i.
|
|
550
|
+
this.i.c1 = v;
|
|
541
551
|
}
|
|
542
552
|
/**
|
|
543
553
|
* Gets or sets the color to use for the "Select All" label.
|
|
544
554
|
*/
|
|
545
555
|
get selectAllCaptionTextColor() {
|
|
546
|
-
return brushToString(this.i.
|
|
556
|
+
return brushToString(this.i.selectAllCaptionTextColor);
|
|
547
557
|
}
|
|
548
558
|
set selectAllCaptionTextColor(v) {
|
|
549
|
-
this.i.
|
|
550
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
559
|
+
this.i.selectAllCaptionTextColor = stringToBrush(v);
|
|
560
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.selectAllCaptionTextColor));
|
|
551
561
|
}
|
|
552
562
|
/**
|
|
553
563
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
554
564
|
*/
|
|
555
565
|
get actualSelectAllCaptionTextColor() {
|
|
556
|
-
return brushToString(this.i.
|
|
566
|
+
return brushToString(this.i.e8);
|
|
557
567
|
}
|
|
558
568
|
set actualSelectAllCaptionTextColor(v) {
|
|
559
|
-
this.i.
|
|
560
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
569
|
+
this.i.e8 = stringToBrush(v);
|
|
570
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e8));
|
|
561
571
|
}
|
|
562
572
|
/**
|
|
563
573
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
@@ -593,11 +603,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
593
603
|
* Gets or sets the color to use for the text of the component.
|
|
594
604
|
*/
|
|
595
605
|
get textColor() {
|
|
596
|
-
return brushToString(this.i.
|
|
606
|
+
return brushToString(this.i.textColor);
|
|
597
607
|
}
|
|
598
608
|
set textColor(v) {
|
|
599
|
-
this.i.
|
|
600
|
-
this._a("textColor", brushToString(this.i.
|
|
609
|
+
this.i.textColor = stringToBrush(v);
|
|
610
|
+
this._a("textColor", brushToString(this.i.textColor));
|
|
601
611
|
}
|
|
602
612
|
/**
|
|
603
613
|
* Gets or sets whether the filter input is visible.
|
|
@@ -623,11 +633,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
623
633
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
624
634
|
*/
|
|
625
635
|
get checkboxAlignedRight() {
|
|
626
|
-
return this.i.
|
|
636
|
+
return this.i.checkboxAlignedRight;
|
|
627
637
|
}
|
|
628
638
|
set checkboxAlignedRight(v) {
|
|
629
|
-
this.i.
|
|
630
|
-
this._a("checkboxAlignedRight", this.i.
|
|
639
|
+
this.i.checkboxAlignedRight = ensureBool(v);
|
|
640
|
+
this._a("checkboxAlignedRight", this.i.checkboxAlignedRight);
|
|
631
641
|
}
|
|
632
642
|
findByName(name) {
|
|
633
643
|
if (this.findEphemera) {
|
|
@@ -698,17 +708,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
698
708
|
|
|
699
709
|
*/
|
|
700
710
|
selectAll() {
|
|
701
|
-
this.i.
|
|
711
|
+
this.i.el();
|
|
702
712
|
}
|
|
703
713
|
/**
|
|
704
714
|
* Deselects all the items in the checkbox list.
|
|
705
715
|
|
|
706
716
|
*/
|
|
707
717
|
deselectAll() {
|
|
708
|
-
this.i.
|
|
718
|
+
this.i.dh();
|
|
709
719
|
}
|
|
710
720
|
notifySetItem(index, oldItem, newItem) {
|
|
711
|
-
this.i.
|
|
721
|
+
this.i.dw(index, oldItem, newItem);
|
|
712
722
|
}
|
|
713
723
|
/**
|
|
714
724
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -716,22 +726,22 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
716
726
|
|
|
717
727
|
*/
|
|
718
728
|
notifyClearItems() {
|
|
719
|
-
this.i.
|
|
729
|
+
this.i.ds();
|
|
720
730
|
}
|
|
721
731
|
notifyInsertItem(index, newItem) {
|
|
722
|
-
this.i.
|
|
732
|
+
this.i.dt(index, newItem);
|
|
723
733
|
}
|
|
724
734
|
notifyRemoveItem(index, oldItem) {
|
|
725
|
-
this.i.
|
|
735
|
+
this.i.dv(index, oldItem);
|
|
726
736
|
}
|
|
727
737
|
refresh() {
|
|
728
738
|
this.i.refresh();
|
|
729
739
|
}
|
|
730
740
|
addKeyValue(value) {
|
|
731
|
-
this.i.
|
|
741
|
+
this.i.dc(value);
|
|
732
742
|
}
|
|
733
743
|
removeKeyValue(value) {
|
|
734
|
-
this.i.
|
|
744
|
+
this.i.ej(value);
|
|
735
745
|
}
|
|
736
746
|
getDesiredSize(availableSize) {
|
|
737
747
|
let iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -65,50 +65,50 @@ let IgcComboBoxColumnComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* 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.
|
|
66
66
|
*/
|
|
67
67
|
get actualDataSource() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.sg;
|
|
69
69
|
}
|
|
70
70
|
set actualDataSource(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.sg = v;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets the ComboBox data source.
|
|
75
75
|
*/
|
|
76
76
|
get dataSource() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.sh;
|
|
78
78
|
}
|
|
79
79
|
set dataSource(v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.sh = v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* Gets or sets the ComboBox text field.
|
|
84
84
|
*/
|
|
85
85
|
get textField() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.sl;
|
|
87
87
|
}
|
|
88
88
|
set textField(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.sl = v;
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Gets or sets the ComboBox value field.
|
|
93
93
|
*/
|
|
94
94
|
get valueField() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.sm;
|
|
96
96
|
}
|
|
97
97
|
set valueField(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.sm = v;
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets or sets the ComboBox value field.
|
|
102
102
|
*/
|
|
103
103
|
get valueMultiField() {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.se;
|
|
105
105
|
}
|
|
106
106
|
set valueMultiField(v) {
|
|
107
107
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
108
108
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
109
109
|
v = v.split(re);
|
|
110
110
|
}
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.se = v;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
IgcComboBoxColumnComponent._observedAttributesIgcComboBoxColumnComponent = null;
|