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
|
@@ -135,7 +135,6 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
135
135
|
this._container.append(filterContainer);
|
|
136
136
|
var filterHr = this._renderer.createElement("hr");
|
|
137
137
|
this._container.append(filterHr);
|
|
138
|
-
filterHr.setStyleProperty("margin", "3px 0px");
|
|
139
138
|
filterHr.setStyleProperty("border-top", "1px solid #dde2eb");
|
|
140
139
|
filterHr.setStyleProperty("border-left", "0px");
|
|
141
140
|
filterHr.setStyleProperty("border-right", "0px");
|
|
@@ -319,10 +318,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
319
318
|
});
|
|
320
319
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "dataLegendTarget", {
|
|
321
320
|
get: function () {
|
|
322
|
-
return this.i.
|
|
321
|
+
return this.i.bq;
|
|
323
322
|
},
|
|
324
323
|
set: function (v) {
|
|
325
|
-
this.i.
|
|
324
|
+
this.i.bq = v;
|
|
326
325
|
},
|
|
327
326
|
enumerable: false,
|
|
328
327
|
configurable: true
|
|
@@ -332,20 +331,20 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
332
331
|
* Gets or Sets the property name that contains the values.
|
|
333
332
|
*/
|
|
334
333
|
get: function () {
|
|
335
|
-
return this.i.
|
|
334
|
+
return this.i.c7;
|
|
336
335
|
},
|
|
337
336
|
set: function (v) {
|
|
338
|
-
this.i.
|
|
337
|
+
this.i.c7 = v;
|
|
339
338
|
},
|
|
340
339
|
enumerable: false,
|
|
341
340
|
configurable: true
|
|
342
341
|
});
|
|
343
342
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "propertyTypeMemberPath", {
|
|
344
343
|
get: function () {
|
|
345
|
-
return this.i.
|
|
344
|
+
return this.i.cm;
|
|
346
345
|
},
|
|
347
346
|
set: function (v) {
|
|
348
|
-
this.i.
|
|
347
|
+
this.i.cm = v;
|
|
349
348
|
},
|
|
350
349
|
enumerable: false,
|
|
351
350
|
configurable: true
|
|
@@ -368,10 +367,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
368
367
|
* Gets or Sets the property name that contains the values.
|
|
369
368
|
*/
|
|
370
369
|
get: function () {
|
|
371
|
-
return this.i.
|
|
370
|
+
return this.i.cf;
|
|
372
371
|
},
|
|
373
372
|
set: function (v) {
|
|
374
|
-
this.i.
|
|
373
|
+
this.i.cf = v;
|
|
375
374
|
},
|
|
376
375
|
enumerable: false,
|
|
377
376
|
configurable: true
|
|
@@ -395,18 +394,18 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
395
394
|
* Gets or Sets the property name that contains the values.
|
|
396
395
|
*/
|
|
397
396
|
get: function () {
|
|
398
|
-
return this.i.
|
|
397
|
+
return this.i.bn;
|
|
399
398
|
},
|
|
400
399
|
set: function (v) {
|
|
401
|
-
this.i.
|
|
402
|
-
this._a("rowHeight", this.i.
|
|
400
|
+
this.i.bn = +v;
|
|
401
|
+
this._a("rowHeight", this.i.bn);
|
|
403
402
|
},
|
|
404
403
|
enumerable: false,
|
|
405
404
|
configurable: true
|
|
406
405
|
});
|
|
407
406
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
408
407
|
get: function () {
|
|
409
|
-
return this.i.
|
|
408
|
+
return this.i.bl;
|
|
410
409
|
},
|
|
411
410
|
enumerable: false,
|
|
412
411
|
configurable: true
|
|
@@ -491,11 +490,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
491
490
|
* Gets or sets the search background color.
|
|
492
491
|
*/
|
|
493
492
|
get: function () {
|
|
494
|
-
return brushToString(this.i.
|
|
493
|
+
return brushToString(this.i.fj);
|
|
495
494
|
},
|
|
496
495
|
set: function (v) {
|
|
497
|
-
this.i.
|
|
498
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
496
|
+
this.i.fj = stringToBrush(v);
|
|
497
|
+
this._a("searchBackgroundColor", brushToString(this.i.fj));
|
|
499
498
|
},
|
|
500
499
|
enumerable: false,
|
|
501
500
|
configurable: true
|
|
@@ -533,11 +532,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
533
532
|
* Gets or sets the search border color.
|
|
534
533
|
*/
|
|
535
534
|
get: function () {
|
|
536
|
-
return brushToString(this.i.
|
|
535
|
+
return brushToString(this.i.fk);
|
|
537
536
|
},
|
|
538
537
|
set: function (v) {
|
|
539
|
-
this.i.
|
|
540
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
538
|
+
this.i.fk = stringToBrush(v);
|
|
539
|
+
this._a("searchBorderColor", brushToString(this.i.fk));
|
|
541
540
|
},
|
|
542
541
|
enumerable: false,
|
|
543
542
|
configurable: true
|
|
@@ -566,11 +565,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
566
565
|
* Gets or sets the checkbox tick color.
|
|
567
566
|
*/
|
|
568
567
|
get: function () {
|
|
569
|
-
return brushToString(this.i.
|
|
568
|
+
return brushToString(this.i.e9);
|
|
570
569
|
},
|
|
571
570
|
set: function (v) {
|
|
572
|
-
this.i.
|
|
573
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
571
|
+
this.i.e9 = stringToBrush(v);
|
|
572
|
+
this._a("checkboxTickColor", brushToString(this.i.e9));
|
|
574
573
|
},
|
|
575
574
|
enumerable: false,
|
|
576
575
|
configurable: true
|
|
@@ -580,11 +579,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
580
579
|
* Gets or sets the checkbox background color when checked.
|
|
581
580
|
*/
|
|
582
581
|
get: function () {
|
|
583
|
-
return brushToString(this.i.
|
|
582
|
+
return brushToString(this.i.e7);
|
|
584
583
|
},
|
|
585
584
|
set: function (v) {
|
|
586
|
-
this.i.
|
|
587
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
585
|
+
this.i.e7 = stringToBrush(v);
|
|
586
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e7));
|
|
588
587
|
},
|
|
589
588
|
enumerable: false,
|
|
590
589
|
configurable: true
|
|
@@ -594,11 +593,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
594
593
|
* Gets or sets the checkbox background color when unchecked.
|
|
595
594
|
*/
|
|
596
595
|
get: function () {
|
|
597
|
-
return brushToString(this.i.
|
|
596
|
+
return brushToString(this.i.fa);
|
|
598
597
|
},
|
|
599
598
|
set: function (v) {
|
|
600
|
-
this.i.
|
|
601
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
599
|
+
this.i.fa = stringToBrush(v);
|
|
600
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.fa));
|
|
602
601
|
},
|
|
603
602
|
enumerable: false,
|
|
604
603
|
configurable: true
|
|
@@ -608,11 +607,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
608
607
|
* Gets or sets the checkbox border color when checked.
|
|
609
608
|
*/
|
|
610
609
|
get: function () {
|
|
611
|
-
return brushToString(this.i.
|
|
610
|
+
return brushToString(this.i.e8);
|
|
612
611
|
},
|
|
613
612
|
set: function (v) {
|
|
614
|
-
this.i.
|
|
615
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
613
|
+
this.i.e8 = stringToBrush(v);
|
|
614
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.e8));
|
|
616
615
|
},
|
|
617
616
|
enumerable: false,
|
|
618
617
|
configurable: true
|
|
@@ -622,11 +621,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
622
621
|
* Gets or sets the checkbox border color when unchecked.
|
|
623
622
|
*/
|
|
624
623
|
get: function () {
|
|
625
|
-
return brushToString(this.i.
|
|
624
|
+
return brushToString(this.i.fb);
|
|
626
625
|
},
|
|
627
626
|
set: function (v) {
|
|
628
|
-
this.i.
|
|
629
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
627
|
+
this.i.fb = stringToBrush(v);
|
|
628
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.fb));
|
|
630
629
|
},
|
|
631
630
|
enumerable: false,
|
|
632
631
|
configurable: true
|
|
@@ -664,11 +663,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
664
663
|
* Gets or sets the scrollbar background color.
|
|
665
664
|
*/
|
|
666
665
|
get: function () {
|
|
667
|
-
return brushToString(this.i.
|
|
666
|
+
return brushToString(this.i.fi);
|
|
668
667
|
},
|
|
669
668
|
set: function (v) {
|
|
670
|
-
this.i.
|
|
671
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
669
|
+
this.i.fi = stringToBrush(v);
|
|
670
|
+
this._a("scrollbarBackground", brushToString(this.i.fi));
|
|
672
671
|
},
|
|
673
672
|
enumerable: false,
|
|
674
673
|
configurable: true
|
|
@@ -678,10 +677,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
678
677
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
679
678
|
*/
|
|
680
679
|
get: function () {
|
|
681
|
-
return this.i.
|
|
680
|
+
return this.i.c0;
|
|
682
681
|
},
|
|
683
682
|
set: function (v) {
|
|
684
|
-
this.i.
|
|
683
|
+
this.i.c0 = v;
|
|
685
684
|
},
|
|
686
685
|
enumerable: false,
|
|
687
686
|
configurable: true
|
|
@@ -691,11 +690,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
691
690
|
* Gets or sets the color to use for the "Select All" label.
|
|
692
691
|
*/
|
|
693
692
|
get: function () {
|
|
694
|
-
return brushToString(this.i.
|
|
693
|
+
return brushToString(this.i.fn);
|
|
695
694
|
},
|
|
696
695
|
set: function (v) {
|
|
697
|
-
this.i.
|
|
698
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
696
|
+
this.i.fn = stringToBrush(v);
|
|
697
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.fn));
|
|
699
698
|
},
|
|
700
699
|
enumerable: false,
|
|
701
700
|
configurable: true
|
|
@@ -705,11 +704,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
705
704
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
706
705
|
*/
|
|
707
706
|
get: function () {
|
|
708
|
-
return brushToString(this.i.
|
|
707
|
+
return brushToString(this.i.e5);
|
|
709
708
|
},
|
|
710
709
|
set: function (v) {
|
|
711
|
-
this.i.
|
|
712
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
710
|
+
this.i.e5 = stringToBrush(v);
|
|
711
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e5));
|
|
713
712
|
},
|
|
714
713
|
enumerable: false,
|
|
715
714
|
configurable: true
|
|
@@ -761,11 +760,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
761
760
|
* Gets or sets the color to use for the text of the component.
|
|
762
761
|
*/
|
|
763
762
|
get: function () {
|
|
764
|
-
return brushToString(this.i.
|
|
763
|
+
return brushToString(this.i.fp);
|
|
765
764
|
},
|
|
766
765
|
set: function (v) {
|
|
767
|
-
this.i.
|
|
768
|
-
this._a("textColor", brushToString(this.i.
|
|
766
|
+
this.i.fp = stringToBrush(v);
|
|
767
|
+
this._a("textColor", brushToString(this.i.fp));
|
|
769
768
|
},
|
|
770
769
|
enumerable: false,
|
|
771
770
|
configurable: true
|
|
@@ -885,17 +884,17 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
885
884
|
|
|
886
885
|
*/
|
|
887
886
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
888
|
-
this.i.
|
|
887
|
+
this.i.ej();
|
|
889
888
|
};
|
|
890
889
|
/**
|
|
891
890
|
* Deselects all the items in the checkbox list.
|
|
892
891
|
|
|
893
892
|
*/
|
|
894
893
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
895
|
-
this.i.
|
|
894
|
+
this.i.dg();
|
|
896
895
|
};
|
|
897
896
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
898
|
-
this.i.
|
|
897
|
+
this.i.dv(index, oldItem, newItem);
|
|
899
898
|
};
|
|
900
899
|
/**
|
|
901
900
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -903,22 +902,22 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
903
902
|
|
|
904
903
|
*/
|
|
905
904
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
906
|
-
this.i.
|
|
905
|
+
this.i.dr();
|
|
907
906
|
};
|
|
908
907
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
909
|
-
this.i.
|
|
908
|
+
this.i.ds(index, newItem);
|
|
910
909
|
};
|
|
911
910
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
912
|
-
this.i.
|
|
911
|
+
this.i.du(index, oldItem);
|
|
913
912
|
};
|
|
914
913
|
IgcCheckboxListComponent.prototype.refresh = function () {
|
|
915
914
|
this.i.refresh();
|
|
916
915
|
};
|
|
917
916
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
918
|
-
this.i.
|
|
917
|
+
this.i.db(value);
|
|
919
918
|
};
|
|
920
919
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
921
|
-
this.i.
|
|
920
|
+
this.i.eh(value);
|
|
922
921
|
};
|
|
923
922
|
IgcCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
|
|
924
923
|
var iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -929,7 +928,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
929
928
|
|
|
930
929
|
*/
|
|
931
930
|
IgcCheckboxListComponent.prototype.exportVisualModel = function () {
|
|
932
|
-
var iv = this.i.
|
|
931
|
+
var iv = this.i.br();
|
|
933
932
|
return (iv);
|
|
934
933
|
};
|
|
935
934
|
/**
|
|
@@ -937,7 +936,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
937
936
|
|
|
938
937
|
*/
|
|
939
938
|
IgcCheckboxListComponent.prototype.exportSerializedVisualModel = function () {
|
|
940
|
-
var iv = this.i.
|
|
939
|
+
var iv = this.i.ce();
|
|
941
940
|
return (iv);
|
|
942
941
|
};
|
|
943
942
|
/**
|
|
@@ -78,10 +78,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
78
78
|
* 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.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.ry;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.ry = v;
|
|
85
85
|
},
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
@@ -91,10 +91,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
91
91
|
* Gets or sets the ComboBox data source.
|
|
92
92
|
*/
|
|
93
93
|
get: function () {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.rz;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.rz = v;
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -104,10 +104,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
104
104
|
* Gets or sets the ComboBox text field.
|
|
105
105
|
*/
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.r3;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.r3 = v;
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
@@ -117,10 +117,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
117
117
|
* Gets or sets the ComboBox value field.
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.r4;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.r4 = v;
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
@@ -130,14 +130,14 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
130
130
|
* Gets or sets the ComboBox value field.
|
|
131
131
|
*/
|
|
132
132
|
get: function () {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.rw;
|
|
134
134
|
},
|
|
135
135
|
set: function (v) {
|
|
136
136
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
137
137
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
138
138
|
v = v.split(re);
|
|
139
139
|
}
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.rw = v;
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|
|
@@ -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
|
*/
|
|
@@ -45,40 +36,54 @@ var IgcDataBindingEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
45
36
|
}
|
|
46
37
|
if (!this.i.cellInfo.externalObject) {
|
|
47
38
|
var ext = null;
|
|
39
|
+
var extTypeName = null;
|
|
48
40
|
switch (this.i.cellInfo.$type.name) {
|
|
49
41
|
case "DateTimeCellModel":
|
|
50
|
-
|
|
42
|
+
extTypeName = "IgcDateTimeCellInfo";
|
|
51
43
|
break;
|
|
52
44
|
case "ImageCellModel":
|
|
53
|
-
|
|
45
|
+
extTypeName = "IgcImageCellInfo";
|
|
54
46
|
break;
|
|
55
47
|
case "NumericCellModel":
|
|
56
|
-
|
|
48
|
+
extTypeName = "IgcNumericCellInfo";
|
|
57
49
|
break;
|
|
58
50
|
case "RowSeparatorModel":
|
|
59
|
-
|
|
51
|
+
extTypeName = "IgcRowSeparatorInfo";
|
|
60
52
|
break;
|
|
61
53
|
case "SectionHeaderCellModel":
|
|
62
|
-
|
|
54
|
+
extTypeName = "IgcSectionHeaderCellInfo";
|
|
63
55
|
break;
|
|
64
56
|
case "TemplateCellModel":
|
|
65
|
-
|
|
57
|
+
extTypeName = "IgcTemplateCellInfo";
|
|
66
58
|
break;
|
|
67
59
|
case "TemplateHeaderCellModel":
|
|
68
|
-
|
|
60
|
+
extTypeName = "IgcTemplateHeaderCellInfo";
|
|
69
61
|
break;
|
|
70
62
|
case "TemplateSectionHeaderCellModel":
|
|
71
|
-
|
|
63
|
+
extTypeName = "IgcTemplateSectionHeaderCellInfo";
|
|
72
64
|
break;
|
|
73
65
|
case "TextCellModel":
|
|
74
|
-
|
|
66
|
+
extTypeName = "IgcTextCellInfo";
|
|
75
67
|
break;
|
|
76
68
|
case "TextHeaderCellModel":
|
|
77
|
-
|
|
69
|
+
extTypeName = "IgcTextHeaderCellInfo";
|
|
78
70
|
break;
|
|
71
|
+
case "FilterCellModel":
|
|
72
|
+
extTypeName = "IgcFilterCellInfo";
|
|
73
|
+
break;
|
|
74
|
+
}
|
|
75
|
+
if (extTypeName) {
|
|
76
|
+
if (TypeRegistrar.isRegistered(extTypeName)) {
|
|
77
|
+
ext = TypeRegistrar.create(extTypeName);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
if (ext) {
|
|
81
|
+
ext._implementation = this.i.cellInfo;
|
|
82
|
+
this.i.cellInfo.externalObject = ext;
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
return null;
|
|
79
86
|
}
|
|
80
|
-
ext._implementation = this.i.cellInfo;
|
|
81
|
-
this.i.cellInfo.externalObject = ext;
|
|
82
87
|
}
|
|
83
88
|
return this.i.cellInfo.externalObject;
|
|
84
89
|
},
|