igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2
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 +44020 -42109
- 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 +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- 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 +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +25 -25
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +416 -411
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +6 -3
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- 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 +3 -3
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +271 -188
- package/esm2015/lib/igc-data-grid-component.js +135 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- 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-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -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-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-module.js +2 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- 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 +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- 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 +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +25 -25
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +399 -394
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +10 -3
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- 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 +3 -3
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +44 -25
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +311 -188
- package/esm5/lib/igc-data-grid-component.js +177 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- 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-date-time-column-module.js +2 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-module.js +2 -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-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-module.js +2 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
- package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +23 -0
- package/lib/igc-data-grid-component.d.ts +43 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -121,7 +121,6 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
121
121
|
this._container.append(filterContainer);
|
|
122
122
|
var filterHr = this._renderer.createElement("hr");
|
|
123
123
|
this._container.append(filterHr);
|
|
124
|
-
filterHr.setStyleProperty("margin", "3px 0px");
|
|
125
124
|
filterHr.setStyleProperty("border-top", "1px solid #dde2eb");
|
|
126
125
|
filterHr.setStyleProperty("border-left", "0px");
|
|
127
126
|
filterHr.setStyleProperty("border-right", "0px");
|
|
@@ -280,25 +279,25 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
280
279
|
this.i.dataMemberPath = v;
|
|
281
280
|
}
|
|
282
281
|
get dataLegendTarget() {
|
|
283
|
-
return this.i.
|
|
282
|
+
return this.i.bq;
|
|
284
283
|
}
|
|
285
284
|
set dataLegendTarget(v) {
|
|
286
|
-
this.i.
|
|
285
|
+
this.i.bq = v;
|
|
287
286
|
}
|
|
288
287
|
/**
|
|
289
288
|
* Gets or Sets the property name that contains the values.
|
|
290
289
|
*/
|
|
291
290
|
get subtitleMemberPath() {
|
|
292
|
-
return this.i.
|
|
291
|
+
return this.i.c7;
|
|
293
292
|
}
|
|
294
293
|
set subtitleMemberPath(v) {
|
|
295
|
-
this.i.
|
|
294
|
+
this.i.c7 = v;
|
|
296
295
|
}
|
|
297
296
|
get propertyTypeMemberPath() {
|
|
298
|
-
return this.i.
|
|
297
|
+
return this.i.cm;
|
|
299
298
|
}
|
|
300
299
|
set propertyTypeMemberPath(v) {
|
|
301
|
-
this.i.
|
|
300
|
+
this.i.cm = v;
|
|
302
301
|
}
|
|
303
302
|
/**
|
|
304
303
|
* Gets or Sets the property name that contains the values.
|
|
@@ -313,10 +312,10 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
313
312
|
* Gets or Sets the property name that contains the values.
|
|
314
313
|
*/
|
|
315
314
|
get filterPlaceholderText() {
|
|
316
|
-
return this.i.
|
|
315
|
+
return this.i.cf;
|
|
317
316
|
}
|
|
318
317
|
set filterPlaceholderText(v) {
|
|
319
|
-
this.i.
|
|
318
|
+
this.i.cf = v;
|
|
320
319
|
}
|
|
321
320
|
/**
|
|
322
321
|
* Gets or Sets the property name that contains the values.
|
|
@@ -332,14 +331,14 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
332
331
|
* Gets or Sets the property name that contains the values.
|
|
333
332
|
*/
|
|
334
333
|
get rowHeight() {
|
|
335
|
-
return this.i.
|
|
334
|
+
return this.i.bn;
|
|
336
335
|
}
|
|
337
336
|
set rowHeight(v) {
|
|
338
|
-
this.i.
|
|
339
|
-
this._a("rowHeight", this.i.
|
|
337
|
+
this.i.bn = +v;
|
|
338
|
+
this._a("rowHeight", this.i.bn);
|
|
340
339
|
}
|
|
341
340
|
get actualRowHeight() {
|
|
342
|
-
return this.i.
|
|
341
|
+
return this.i.bl;
|
|
343
342
|
}
|
|
344
343
|
/**
|
|
345
344
|
* Gets or Sets the property name that contains the values.
|
|
@@ -400,11 +399,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
400
399
|
* Gets or sets the search background color.
|
|
401
400
|
*/
|
|
402
401
|
get searchBackgroundColor() {
|
|
403
|
-
return brushToString(this.i.
|
|
402
|
+
return brushToString(this.i.fj);
|
|
404
403
|
}
|
|
405
404
|
set searchBackgroundColor(v) {
|
|
406
|
-
this.i.
|
|
407
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
405
|
+
this.i.fj = stringToBrush(v);
|
|
406
|
+
this._a("searchBackgroundColor", brushToString(this.i.fj));
|
|
408
407
|
}
|
|
409
408
|
/**
|
|
410
409
|
* Gets or sets the search background color.
|
|
@@ -430,11 +429,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
430
429
|
* Gets or sets the search border color.
|
|
431
430
|
*/
|
|
432
431
|
get searchBorderColor() {
|
|
433
|
-
return brushToString(this.i.
|
|
432
|
+
return brushToString(this.i.fk);
|
|
434
433
|
}
|
|
435
434
|
set searchBorderColor(v) {
|
|
436
|
-
this.i.
|
|
437
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
435
|
+
this.i.fk = stringToBrush(v);
|
|
436
|
+
this._a("searchBorderColor", brushToString(this.i.fk));
|
|
438
437
|
}
|
|
439
438
|
/**
|
|
440
439
|
* Gets or sets the text style.
|
|
@@ -455,51 +454,51 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
455
454
|
* Gets or sets the checkbox tick color.
|
|
456
455
|
*/
|
|
457
456
|
get checkboxTickColor() {
|
|
458
|
-
return brushToString(this.i.
|
|
457
|
+
return brushToString(this.i.e9);
|
|
459
458
|
}
|
|
460
459
|
set checkboxTickColor(v) {
|
|
461
|
-
this.i.
|
|
462
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
460
|
+
this.i.e9 = stringToBrush(v);
|
|
461
|
+
this._a("checkboxTickColor", brushToString(this.i.e9));
|
|
463
462
|
}
|
|
464
463
|
/**
|
|
465
464
|
* Gets or sets the checkbox background color when checked.
|
|
466
465
|
*/
|
|
467
466
|
get checkboxCheckedBackgroundColor() {
|
|
468
|
-
return brushToString(this.i.
|
|
467
|
+
return brushToString(this.i.e7);
|
|
469
468
|
}
|
|
470
469
|
set checkboxCheckedBackgroundColor(v) {
|
|
471
|
-
this.i.
|
|
472
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
470
|
+
this.i.e7 = stringToBrush(v);
|
|
471
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e7));
|
|
473
472
|
}
|
|
474
473
|
/**
|
|
475
474
|
* Gets or sets the checkbox background color when unchecked.
|
|
476
475
|
*/
|
|
477
476
|
get checkboxUncheckedBackgroundColor() {
|
|
478
|
-
return brushToString(this.i.
|
|
477
|
+
return brushToString(this.i.fa);
|
|
479
478
|
}
|
|
480
479
|
set checkboxUncheckedBackgroundColor(v) {
|
|
481
|
-
this.i.
|
|
482
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
480
|
+
this.i.fa = stringToBrush(v);
|
|
481
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.fa));
|
|
483
482
|
}
|
|
484
483
|
/**
|
|
485
484
|
* Gets or sets the checkbox border color when checked.
|
|
486
485
|
*/
|
|
487
486
|
get checkboxCheckedBorderColor() {
|
|
488
|
-
return brushToString(this.i.
|
|
487
|
+
return brushToString(this.i.e8);
|
|
489
488
|
}
|
|
490
489
|
set checkboxCheckedBorderColor(v) {
|
|
491
|
-
this.i.
|
|
492
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
490
|
+
this.i.e8 = stringToBrush(v);
|
|
491
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.e8));
|
|
493
492
|
}
|
|
494
493
|
/**
|
|
495
494
|
* Gets or sets the checkbox border color when unchecked.
|
|
496
495
|
*/
|
|
497
496
|
get checkboxUncheckedBorderColor() {
|
|
498
|
-
return brushToString(this.i.
|
|
497
|
+
return brushToString(this.i.fb);
|
|
499
498
|
}
|
|
500
499
|
set checkboxUncheckedBorderColor(v) {
|
|
501
|
-
this.i.
|
|
502
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
500
|
+
this.i.fb = stringToBrush(v);
|
|
501
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.fb));
|
|
503
502
|
}
|
|
504
503
|
/**
|
|
505
504
|
* Gets or sets the corner radius to use for the checkbox.
|
|
@@ -525,40 +524,40 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
525
524
|
* Gets or sets the scrollbar background color.
|
|
526
525
|
*/
|
|
527
526
|
get scrollbarBackground() {
|
|
528
|
-
return brushToString(this.i.
|
|
527
|
+
return brushToString(this.i.fi);
|
|
529
528
|
}
|
|
530
529
|
set scrollbarBackground(v) {
|
|
531
|
-
this.i.
|
|
532
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
530
|
+
this.i.fi = stringToBrush(v);
|
|
531
|
+
this._a("scrollbarBackground", brushToString(this.i.fi));
|
|
533
532
|
}
|
|
534
533
|
/**
|
|
535
534
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
536
535
|
*/
|
|
537
536
|
get selectAllCaption() {
|
|
538
|
-
return this.i.
|
|
537
|
+
return this.i.c0;
|
|
539
538
|
}
|
|
540
539
|
set selectAllCaption(v) {
|
|
541
|
-
this.i.
|
|
540
|
+
this.i.c0 = v;
|
|
542
541
|
}
|
|
543
542
|
/**
|
|
544
543
|
* Gets or sets the color to use for the "Select All" label.
|
|
545
544
|
*/
|
|
546
545
|
get selectAllCaptionTextColor() {
|
|
547
|
-
return brushToString(this.i.
|
|
546
|
+
return brushToString(this.i.fn);
|
|
548
547
|
}
|
|
549
548
|
set selectAllCaptionTextColor(v) {
|
|
550
|
-
this.i.
|
|
551
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
549
|
+
this.i.fn = stringToBrush(v);
|
|
550
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.fn));
|
|
552
551
|
}
|
|
553
552
|
/**
|
|
554
553
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
555
554
|
*/
|
|
556
555
|
get actualSelectAllCaptionTextColor() {
|
|
557
|
-
return brushToString(this.i.
|
|
556
|
+
return brushToString(this.i.e5);
|
|
558
557
|
}
|
|
559
558
|
set actualSelectAllCaptionTextColor(v) {
|
|
560
|
-
this.i.
|
|
561
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
559
|
+
this.i.e5 = stringToBrush(v);
|
|
560
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e5));
|
|
562
561
|
}
|
|
563
562
|
/**
|
|
564
563
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
@@ -594,11 +593,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
594
593
|
* Gets or sets the color to use for the text of the component.
|
|
595
594
|
*/
|
|
596
595
|
get textColor() {
|
|
597
|
-
return brushToString(this.i.
|
|
596
|
+
return brushToString(this.i.fp);
|
|
598
597
|
}
|
|
599
598
|
set textColor(v) {
|
|
600
|
-
this.i.
|
|
601
|
-
this._a("textColor", brushToString(this.i.
|
|
599
|
+
this.i.fp = stringToBrush(v);
|
|
600
|
+
this._a("textColor", brushToString(this.i.fp));
|
|
602
601
|
}
|
|
603
602
|
/**
|
|
604
603
|
* Gets or sets whether the filter input is visible.
|
|
@@ -699,17 +698,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
699
698
|
|
|
700
699
|
*/
|
|
701
700
|
selectAll() {
|
|
702
|
-
this.i.
|
|
701
|
+
this.i.ej();
|
|
703
702
|
}
|
|
704
703
|
/**
|
|
705
704
|
* Deselects all the items in the checkbox list.
|
|
706
705
|
|
|
707
706
|
*/
|
|
708
707
|
deselectAll() {
|
|
709
|
-
this.i.
|
|
708
|
+
this.i.dg();
|
|
710
709
|
}
|
|
711
710
|
notifySetItem(index, oldItem, newItem) {
|
|
712
|
-
this.i.
|
|
711
|
+
this.i.dv(index, oldItem, newItem);
|
|
713
712
|
}
|
|
714
713
|
/**
|
|
715
714
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -717,22 +716,22 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
717
716
|
|
|
718
717
|
*/
|
|
719
718
|
notifyClearItems() {
|
|
720
|
-
this.i.
|
|
719
|
+
this.i.dr();
|
|
721
720
|
}
|
|
722
721
|
notifyInsertItem(index, newItem) {
|
|
723
|
-
this.i.
|
|
722
|
+
this.i.ds(index, newItem);
|
|
724
723
|
}
|
|
725
724
|
notifyRemoveItem(index, oldItem) {
|
|
726
|
-
this.i.
|
|
725
|
+
this.i.du(index, oldItem);
|
|
727
726
|
}
|
|
728
727
|
refresh() {
|
|
729
728
|
this.i.refresh();
|
|
730
729
|
}
|
|
731
730
|
addKeyValue(value) {
|
|
732
|
-
this.i.
|
|
731
|
+
this.i.db(value);
|
|
733
732
|
}
|
|
734
733
|
removeKeyValue(value) {
|
|
735
|
-
this.i.
|
|
734
|
+
this.i.eh(value);
|
|
736
735
|
}
|
|
737
736
|
getDesiredSize(availableSize) {
|
|
738
737
|
let iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -743,7 +742,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
743
742
|
|
|
744
743
|
*/
|
|
745
744
|
exportVisualModel() {
|
|
746
|
-
let iv = this.i.
|
|
745
|
+
let iv = this.i.br();
|
|
747
746
|
return (iv);
|
|
748
747
|
}
|
|
749
748
|
/**
|
|
@@ -751,7 +750,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
751
750
|
|
|
752
751
|
*/
|
|
753
752
|
exportSerializedVisualModel() {
|
|
754
|
-
let iv = this.i.
|
|
753
|
+
let iv = this.i.ce();
|
|
755
754
|
return (iv);
|
|
756
755
|
}
|
|
757
756
|
/**
|
|
@@ -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.ry;
|
|
69
69
|
}
|
|
70
70
|
set actualDataSource(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.ry = 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.rz;
|
|
78
78
|
}
|
|
79
79
|
set dataSource(v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.rz = 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.r3;
|
|
87
87
|
}
|
|
88
88
|
set textField(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.r3 = 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.r4;
|
|
96
96
|
}
|
|
97
97
|
set valueField(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.r4 = 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.rw;
|
|
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.rw = v;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
IgcComboBoxColumnComponent._observedAttributesIgcComboBoxColumnComponent = null;
|
|
@@ -1,14 +1,5 @@
|
|
|
1
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
1
2
|
import { DataBindingEventArgs as DataBindingEventArgs_internal } from "./DataBindingEventArgs";
|
|
2
|
-
import { IgcDateTimeCellInfo } from "./igc-date-time-cell-info";
|
|
3
|
-
import { IgcImageCellInfo } from "./igc-image-cell-info";
|
|
4
|
-
import { IgcNumericCellInfo } from "./igc-numeric-cell-info";
|
|
5
|
-
import { IgcRowSeparatorInfo } from "./igc-row-separator-info";
|
|
6
|
-
import { IgcSectionHeaderCellInfo } from "./igc-section-header-cell-info";
|
|
7
|
-
import { IgcTemplateCellInfo } from "./igc-template-cell-info";
|
|
8
|
-
import { IgcTemplateHeaderCellInfo } from "./igc-template-header-cell-info";
|
|
9
|
-
import { IgcTemplateSectionHeaderCellInfo } from "./igc-template-section-header-cell-info";
|
|
10
|
-
import { IgcTextCellInfo } from "./igc-text-cell-info";
|
|
11
|
-
import { IgcTextHeaderCellInfo } from "./igc-text-header-cell-info";
|
|
12
3
|
/**
|
|
13
4
|
* Information about the data binding taking place.
|
|
14
5
|
*/
|
|
@@ -40,40 +31,54 @@ export class IgcDataBindingEventArgs {
|
|
|
40
31
|
}
|
|
41
32
|
if (!this.i.cellInfo.externalObject) {
|
|
42
33
|
let ext = null;
|
|
34
|
+
let extTypeName = null;
|
|
43
35
|
switch (this.i.cellInfo.$type.name) {
|
|
44
36
|
case "DateTimeCellModel":
|
|
45
|
-
|
|
37
|
+
extTypeName = "IgcDateTimeCellInfo";
|
|
46
38
|
break;
|
|
47
39
|
case "ImageCellModel":
|
|
48
|
-
|
|
40
|
+
extTypeName = "IgcImageCellInfo";
|
|
49
41
|
break;
|
|
50
42
|
case "NumericCellModel":
|
|
51
|
-
|
|
43
|
+
extTypeName = "IgcNumericCellInfo";
|
|
52
44
|
break;
|
|
53
45
|
case "RowSeparatorModel":
|
|
54
|
-
|
|
46
|
+
extTypeName = "IgcRowSeparatorInfo";
|
|
55
47
|
break;
|
|
56
48
|
case "SectionHeaderCellModel":
|
|
57
|
-
|
|
49
|
+
extTypeName = "IgcSectionHeaderCellInfo";
|
|
58
50
|
break;
|
|
59
51
|
case "TemplateCellModel":
|
|
60
|
-
|
|
52
|
+
extTypeName = "IgcTemplateCellInfo";
|
|
61
53
|
break;
|
|
62
54
|
case "TemplateHeaderCellModel":
|
|
63
|
-
|
|
55
|
+
extTypeName = "IgcTemplateHeaderCellInfo";
|
|
64
56
|
break;
|
|
65
57
|
case "TemplateSectionHeaderCellModel":
|
|
66
|
-
|
|
58
|
+
extTypeName = "IgcTemplateSectionHeaderCellInfo";
|
|
67
59
|
break;
|
|
68
60
|
case "TextCellModel":
|
|
69
|
-
|
|
61
|
+
extTypeName = "IgcTextCellInfo";
|
|
70
62
|
break;
|
|
71
63
|
case "TextHeaderCellModel":
|
|
72
|
-
|
|
64
|
+
extTypeName = "IgcTextHeaderCellInfo";
|
|
73
65
|
break;
|
|
66
|
+
case "FilterCellModel":
|
|
67
|
+
extTypeName = "IgcFilterCellInfo";
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
if (extTypeName) {
|
|
71
|
+
if (TypeRegistrar.isRegistered(extTypeName)) {
|
|
72
|
+
ext = TypeRegistrar.create(extTypeName);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
if (ext) {
|
|
76
|
+
ext._implementation = this.i.cellInfo;
|
|
77
|
+
this.i.cellInfo.externalObject = ext;
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
return null;
|
|
74
81
|
}
|
|
75
|
-
ext._implementation = this.i.cellInfo;
|
|
76
|
-
this.i.cellInfo.externalObject = ext;
|
|
77
82
|
}
|
|
78
83
|
return this.i.cellInfo.externalObject;
|
|
79
84
|
}
|