igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +0 -28
- package/esm2015/lib/CheckboxListView_combined.js +705 -730
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +63 -65
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +6 -9
- package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +433 -271
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +134 -140
- package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +193 -307
- package/esm2015/lib/igc-data-grid-component.js +1 -99
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
- package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +4 -65
- package/esm2015/public_api.js +0 -1
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +0 -28
- package/esm5/lib/CheckboxListView_combined.js +684 -709
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +62 -64
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +6 -9
- package/esm5/lib/GridFilterDialogView_combined.js +164 -331
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +585 -275
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +132 -138
- package/esm5/lib/TextHeaderCellPresenter.js +21 -43
- package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +193 -355
- package/esm5/lib/igc-data-grid-component.js +2 -140
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
- package/esm5/lib/igc-data-grid-pager-component.js +10 -38
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +4 -93
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
- package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
- package/lib/CheckboxListBridge.d.ts +0 -1
- package/lib/CheckboxListExternal.d.ts +0 -6
- package/lib/CheckboxListView_combined.d.ts +148 -153
- package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +19 -21
- package/lib/GridExternalWrapper.d.ts +0 -1
- package/lib/GridFilterDialogView_combined.d.ts +58 -81
- package/lib/GridStyleRepository.d.ts +84 -23
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +24 -26
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +0 -54
- package/lib/igc-data-grid-component.d.ts +1 -49
- package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
- package/lib/igc-data-grid-pager-component.d.ts +0 -10
- package/lib/igc-text-header-cell-info.d.ts +0 -33
- package/package.json +4 -4
- package/public_api.d.ts +0 -1
- package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
- package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
- package/lib/GridStyleRepositoryKeys.d.ts +0 -48
|
@@ -15,57 +15,57 @@ export var VerticalSeparatorCell = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
15
15
|
__extends(VerticalSeparatorCell, _super);
|
|
16
16
|
function VerticalSeparatorCell(a) {
|
|
17
17
|
var _this = _super.call(this, a) || this;
|
|
18
|
-
_this.dx = null;
|
|
19
18
|
_this.dw = null;
|
|
19
|
+
_this.dv = null;
|
|
20
|
+
_this.dx = 0;
|
|
20
21
|
_this.dy = 0;
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
-
_this.ar.append(_this.dx);
|
|
22
|
+
_this.dw = a.createElement("div");
|
|
23
|
+
_this.dw.setRawStyleProperty("position", "absolute");
|
|
24
|
+
_this.dw.setRawStyleProperty("pointer-events", "none");
|
|
25
|
+
_this.ar.append(_this.dw);
|
|
26
26
|
return _this;
|
|
27
27
|
}
|
|
28
28
|
VerticalSeparatorCell.prototype.cx = function (a, b, c, d, e) {
|
|
29
29
|
if (a == null) {
|
|
30
|
-
if (this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
30
|
+
if (this.dv != null) {
|
|
31
|
+
this.dv.remove();
|
|
32
|
+
this.dv = null;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
else {
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
36
|
+
this.dz();
|
|
37
|
+
this.dx = b;
|
|
38
|
+
this.dy = d;
|
|
39
39
|
}
|
|
40
|
-
this.
|
|
40
|
+
this.d0();
|
|
41
41
|
};
|
|
42
|
-
VerticalSeparatorCell.prototype.
|
|
43
|
-
_super.prototype.
|
|
44
|
-
this.
|
|
42
|
+
VerticalSeparatorCell.prototype.db = function (a, b) {
|
|
43
|
+
_super.prototype.db.call(this, a, b);
|
|
44
|
+
this.d0();
|
|
45
45
|
};
|
|
46
46
|
VerticalSeparatorCell.prototype.cw = function (a) {
|
|
47
|
-
this.
|
|
47
|
+
this.dw.setRawStyleProperty("background-color", a.colorString);
|
|
48
48
|
};
|
|
49
|
-
VerticalSeparatorCell.prototype.
|
|
50
|
-
if (this.
|
|
51
|
-
this.dx.setRawStyleProperty("height", "100%");
|
|
52
|
-
this.dx.setRawStyleProperty("width", this.ar.width() - (this.dy + this.dz) + "px");
|
|
53
|
-
this.dx.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
|
|
54
|
-
this.dw.setRawStyleProperty("width", "100%");
|
|
49
|
+
VerticalSeparatorCell.prototype.d0 = function () {
|
|
50
|
+
if (this.dv != null) {
|
|
55
51
|
this.dw.setRawStyleProperty("height", "100%");
|
|
52
|
+
this.dw.setRawStyleProperty("width", this.ar.width() - (this.dx + this.dy) + "px");
|
|
53
|
+
this.dw.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
|
|
54
|
+
this.dv.setRawStyleProperty("width", "100%");
|
|
55
|
+
this.dv.setRawStyleProperty("height", "100%");
|
|
56
56
|
}
|
|
57
57
|
else {
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
58
|
+
this.dw.setRawStyleProperty("height", "100%");
|
|
59
|
+
this.dw.setRawStyleProperty("width", this.ar.width() + "px");
|
|
60
|
+
this.dw.setRawStyleProperty("left", "0px");
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
|
-
VerticalSeparatorCell.prototype.
|
|
64
|
-
if (this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.ar.getNativeElement().insertBefore(this.
|
|
63
|
+
VerticalSeparatorCell.prototype.dz = function () {
|
|
64
|
+
if (this.dv == null) {
|
|
65
|
+
this.dv = this.am.createElement("div");
|
|
66
|
+
this.dv.setRawStyleProperty("position", "absolute");
|
|
67
|
+
this.dv.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
|
|
68
|
+
this.ar.getNativeElement().insertBefore(this.dv.getNativeElement(), this.dw.getNativeElement());
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
71
|
VerticalSeparatorCell.$t = markType(VerticalSeparatorCell, 'VerticalSeparatorCell', GridCellBase.$);
|
|
@@ -299,7 +299,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
299
299
|
});
|
|
300
300
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "isDetached", {
|
|
301
301
|
get: function () {
|
|
302
|
-
return this.i.
|
|
302
|
+
return this.i.az;
|
|
303
303
|
},
|
|
304
304
|
enumerable: false,
|
|
305
305
|
configurable: true
|
|
@@ -319,10 +319,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
319
319
|
});
|
|
320
320
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "dataLegendTarget", {
|
|
321
321
|
get: function () {
|
|
322
|
-
return this.i.
|
|
322
|
+
return this.i.bl;
|
|
323
323
|
},
|
|
324
324
|
set: function (v) {
|
|
325
|
-
this.i.
|
|
325
|
+
this.i.bl = v;
|
|
326
326
|
},
|
|
327
327
|
enumerable: false,
|
|
328
328
|
configurable: true
|
|
@@ -332,20 +332,20 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
332
332
|
* Gets or Sets the property name that contains the values.
|
|
333
333
|
*/
|
|
334
334
|
get: function () {
|
|
335
|
-
return this.i.
|
|
335
|
+
return this.i.c2;
|
|
336
336
|
},
|
|
337
337
|
set: function (v) {
|
|
338
|
-
this.i.
|
|
338
|
+
this.i.c2 = v;
|
|
339
339
|
},
|
|
340
340
|
enumerable: false,
|
|
341
341
|
configurable: true
|
|
342
342
|
});
|
|
343
343
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "propertyTypeMemberPath", {
|
|
344
344
|
get: function () {
|
|
345
|
-
return this.i.
|
|
345
|
+
return this.i.ch;
|
|
346
346
|
},
|
|
347
347
|
set: function (v) {
|
|
348
|
-
this.i.
|
|
348
|
+
this.i.ch = v;
|
|
349
349
|
},
|
|
350
350
|
enumerable: false,
|
|
351
351
|
configurable: true
|
|
@@ -368,10 +368,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
368
368
|
* Gets or Sets the property name that contains the values.
|
|
369
369
|
*/
|
|
370
370
|
get: function () {
|
|
371
|
-
return this.i.
|
|
371
|
+
return this.i.ca;
|
|
372
372
|
},
|
|
373
373
|
set: function (v) {
|
|
374
|
-
this.i.
|
|
374
|
+
this.i.ca = v;
|
|
375
375
|
},
|
|
376
376
|
enumerable: false,
|
|
377
377
|
configurable: true
|
|
@@ -381,11 +381,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
381
381
|
* Gets or Sets the property name that contains the values.
|
|
382
382
|
*/
|
|
383
383
|
get: function () {
|
|
384
|
-
return this.i.
|
|
384
|
+
return this.i.z;
|
|
385
385
|
},
|
|
386
386
|
set: function (v) {
|
|
387
|
-
this.i.
|
|
388
|
-
this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.
|
|
387
|
+
this.i.z = ensureEnum(InputGroupDisplayType_$type, v);
|
|
388
|
+
this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.z));
|
|
389
389
|
},
|
|
390
390
|
enumerable: false,
|
|
391
391
|
configurable: true
|
|
@@ -395,18 +395,18 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
395
395
|
* Gets or Sets the property name that contains the values.
|
|
396
396
|
*/
|
|
397
397
|
get: function () {
|
|
398
|
-
return this.i.
|
|
398
|
+
return this.i.bi;
|
|
399
399
|
},
|
|
400
400
|
set: function (v) {
|
|
401
|
-
this.i.
|
|
402
|
-
this._a("rowHeight", this.i.
|
|
401
|
+
this.i.bi = +v;
|
|
402
|
+
this._a("rowHeight", this.i.bi);
|
|
403
403
|
},
|
|
404
404
|
enumerable: false,
|
|
405
405
|
configurable: true
|
|
406
406
|
});
|
|
407
407
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
408
408
|
get: function () {
|
|
409
|
-
return this.i.
|
|
409
|
+
return this.i.bg;
|
|
410
410
|
},
|
|
411
411
|
enumerable: false,
|
|
412
412
|
configurable: true
|
|
@@ -416,16 +416,16 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
416
416
|
* Gets or Sets the property name that contains the values.
|
|
417
417
|
*/
|
|
418
418
|
get: function () {
|
|
419
|
-
if (this.i.
|
|
419
|
+
if (this.i.an == null) {
|
|
420
420
|
return null;
|
|
421
421
|
}
|
|
422
|
-
return this.i.
|
|
422
|
+
return this.i.an.fontString;
|
|
423
423
|
},
|
|
424
424
|
set: function (v) {
|
|
425
425
|
var fi = new FontInfo();
|
|
426
426
|
fi.fontString = v;
|
|
427
|
-
this.i.
|
|
428
|
-
this._a("cellTextStyle", this.i.
|
|
427
|
+
this.i.an = fi;
|
|
428
|
+
this._a("cellTextStyle", this.i.an != null ? this.i.an.fontString : "");
|
|
429
429
|
},
|
|
430
430
|
enumerable: false,
|
|
431
431
|
configurable: true
|
|
@@ -491,11 +491,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
491
491
|
* Gets or sets the search background color.
|
|
492
492
|
*/
|
|
493
493
|
get: function () {
|
|
494
|
-
return brushToString(this.i.
|
|
494
|
+
return brushToString(this.i.fb);
|
|
495
495
|
},
|
|
496
496
|
set: function (v) {
|
|
497
|
-
this.i.
|
|
498
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
497
|
+
this.i.fb = stringToBrush(v);
|
|
498
|
+
this._a("searchBackgroundColor", brushToString(this.i.fb));
|
|
499
499
|
},
|
|
500
500
|
enumerable: false,
|
|
501
501
|
configurable: true
|
|
@@ -505,11 +505,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
505
505
|
* Gets or sets the search background color.
|
|
506
506
|
*/
|
|
507
507
|
get: function () {
|
|
508
|
-
return this.i.
|
|
508
|
+
return this.i.a5;
|
|
509
509
|
},
|
|
510
510
|
set: function (v) {
|
|
511
|
-
this.i.
|
|
512
|
-
this._a("labelClickTriggersChange", this.i.
|
|
511
|
+
this.i.a5 = ensureBool(v);
|
|
512
|
+
this._a("labelClickTriggersChange", this.i.a5);
|
|
513
513
|
},
|
|
514
514
|
enumerable: false,
|
|
515
515
|
configurable: true
|
|
@@ -533,11 +533,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
533
533
|
* Gets or sets the search border color.
|
|
534
534
|
*/
|
|
535
535
|
get: function () {
|
|
536
|
-
return brushToString(this.i.
|
|
536
|
+
return brushToString(this.i.fc);
|
|
537
537
|
},
|
|
538
538
|
set: function (v) {
|
|
539
|
-
this.i.
|
|
540
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
539
|
+
this.i.fc = stringToBrush(v);
|
|
540
|
+
this._a("searchBorderColor", brushToString(this.i.fc));
|
|
541
541
|
},
|
|
542
542
|
enumerable: false,
|
|
543
543
|
configurable: true
|
|
@@ -547,16 +547,16 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
547
547
|
* Gets or sets the text style.
|
|
548
548
|
*/
|
|
549
549
|
get: function () {
|
|
550
|
-
if (this.i.
|
|
550
|
+
if (this.i.ao == null) {
|
|
551
551
|
return null;
|
|
552
552
|
}
|
|
553
|
-
return this.i.
|
|
553
|
+
return this.i.ao.fontString;
|
|
554
554
|
},
|
|
555
555
|
set: function (v) {
|
|
556
556
|
var fi = new FontInfo();
|
|
557
557
|
fi.fontString = v;
|
|
558
|
-
this.i.
|
|
559
|
-
this._a("searchTextStyle", this.i.
|
|
558
|
+
this.i.ao = fi;
|
|
559
|
+
this._a("searchTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
|
|
560
560
|
},
|
|
561
561
|
enumerable: false,
|
|
562
562
|
configurable: true
|
|
@@ -566,11 +566,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
566
566
|
* Gets or sets the checkbox tick color.
|
|
567
567
|
*/
|
|
568
568
|
get: function () {
|
|
569
|
-
return brushToString(this.i.
|
|
569
|
+
return brushToString(this.i.e3);
|
|
570
570
|
},
|
|
571
571
|
set: function (v) {
|
|
572
|
-
this.i.
|
|
573
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
572
|
+
this.i.e3 = stringToBrush(v);
|
|
573
|
+
this._a("checkboxTickColor", brushToString(this.i.e3));
|
|
574
574
|
},
|
|
575
575
|
enumerable: false,
|
|
576
576
|
configurable: true
|
|
@@ -580,11 +580,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
580
580
|
* Gets or sets the checkbox background color when checked.
|
|
581
581
|
*/
|
|
582
582
|
get: function () {
|
|
583
|
-
return brushToString(this.i.
|
|
583
|
+
return brushToString(this.i.e1);
|
|
584
584
|
},
|
|
585
585
|
set: function (v) {
|
|
586
|
-
this.i.
|
|
587
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
586
|
+
this.i.e1 = stringToBrush(v);
|
|
587
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e1));
|
|
588
588
|
},
|
|
589
589
|
enumerable: false,
|
|
590
590
|
configurable: true
|
|
@@ -594,11 +594,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
594
594
|
* Gets or sets the checkbox background color when unchecked.
|
|
595
595
|
*/
|
|
596
596
|
get: function () {
|
|
597
|
-
return brushToString(this.i.
|
|
597
|
+
return brushToString(this.i.e4);
|
|
598
598
|
},
|
|
599
599
|
set: function (v) {
|
|
600
|
-
this.i.
|
|
601
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
600
|
+
this.i.e4 = stringToBrush(v);
|
|
601
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e4));
|
|
602
602
|
},
|
|
603
603
|
enumerable: false,
|
|
604
604
|
configurable: true
|
|
@@ -608,11 +608,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
608
608
|
* Gets or sets the checkbox border color when checked.
|
|
609
609
|
*/
|
|
610
610
|
get: function () {
|
|
611
|
-
return brushToString(this.i.
|
|
611
|
+
return brushToString(this.i.e2);
|
|
612
612
|
},
|
|
613
613
|
set: function (v) {
|
|
614
|
-
this.i.
|
|
615
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
614
|
+
this.i.e2 = stringToBrush(v);
|
|
615
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.e2));
|
|
616
616
|
},
|
|
617
617
|
enumerable: false,
|
|
618
618
|
configurable: true
|
|
@@ -622,11 +622,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
622
622
|
* Gets or sets the checkbox border color when unchecked.
|
|
623
623
|
*/
|
|
624
624
|
get: function () {
|
|
625
|
-
return brushToString(this.i.
|
|
625
|
+
return brushToString(this.i.e5);
|
|
626
626
|
},
|
|
627
627
|
set: function (v) {
|
|
628
|
-
this.i.
|
|
629
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
628
|
+
this.i.e5 = stringToBrush(v);
|
|
629
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.e5));
|
|
630
630
|
},
|
|
631
631
|
enumerable: false,
|
|
632
632
|
configurable: true
|
|
@@ -636,11 +636,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
636
636
|
* Gets or sets the corner radius to use for the checkbox.
|
|
637
637
|
*/
|
|
638
638
|
get: function () {
|
|
639
|
-
return this.i.
|
|
639
|
+
return this.i.bb;
|
|
640
640
|
},
|
|
641
641
|
set: function (v) {
|
|
642
|
-
this.i.
|
|
643
|
-
this._a("checkboxCornerRadius", this.i.
|
|
642
|
+
this.i.bb = +v;
|
|
643
|
+
this._a("checkboxCornerRadius", this.i.bb);
|
|
644
644
|
},
|
|
645
645
|
enumerable: false,
|
|
646
646
|
configurable: true
|
|
@@ -650,11 +650,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
650
650
|
* Gets or sets the style of scrollbar.
|
|
651
651
|
*/
|
|
652
652
|
get: function () {
|
|
653
|
-
return this.i.
|
|
653
|
+
return this.i.ac;
|
|
654
654
|
},
|
|
655
655
|
set: function (v) {
|
|
656
|
-
this.i.
|
|
657
|
-
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.
|
|
656
|
+
this.i.ac = ensureEnum(ScrollbarStyle_$type, v);
|
|
657
|
+
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.ac));
|
|
658
658
|
},
|
|
659
659
|
enumerable: false,
|
|
660
660
|
configurable: true
|
|
@@ -664,11 +664,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
664
664
|
* Gets or sets the scrollbar background color.
|
|
665
665
|
*/
|
|
666
666
|
get: function () {
|
|
667
|
-
return brushToString(this.i.
|
|
667
|
+
return brushToString(this.i.fa);
|
|
668
668
|
},
|
|
669
669
|
set: function (v) {
|
|
670
|
-
this.i.
|
|
671
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
670
|
+
this.i.fa = stringToBrush(v);
|
|
671
|
+
this._a("scrollbarBackground", brushToString(this.i.fa));
|
|
672
672
|
},
|
|
673
673
|
enumerable: false,
|
|
674
674
|
configurable: true
|
|
@@ -678,10 +678,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
678
678
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
679
679
|
*/
|
|
680
680
|
get: function () {
|
|
681
|
-
return this.i.
|
|
681
|
+
return this.i.cv;
|
|
682
682
|
},
|
|
683
683
|
set: function (v) {
|
|
684
|
-
this.i.
|
|
684
|
+
this.i.cv = v;
|
|
685
685
|
},
|
|
686
686
|
enumerable: false,
|
|
687
687
|
configurable: true
|
|
@@ -691,11 +691,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
691
691
|
* Gets or sets the color to use for the "Select All" label.
|
|
692
692
|
*/
|
|
693
693
|
get: function () {
|
|
694
|
-
return brushToString(this.i.
|
|
694
|
+
return brushToString(this.i.ff);
|
|
695
695
|
},
|
|
696
696
|
set: function (v) {
|
|
697
|
-
this.i.
|
|
698
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
697
|
+
this.i.ff = stringToBrush(v);
|
|
698
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.ff));
|
|
699
699
|
},
|
|
700
700
|
enumerable: false,
|
|
701
701
|
configurable: true
|
|
@@ -705,11 +705,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
705
705
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
706
706
|
*/
|
|
707
707
|
get: function () {
|
|
708
|
-
return brushToString(this.i.
|
|
708
|
+
return brushToString(this.i.ez);
|
|
709
709
|
},
|
|
710
710
|
set: function (v) {
|
|
711
|
-
this.i.
|
|
712
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
711
|
+
this.i.ez = stringToBrush(v);
|
|
712
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.ez));
|
|
713
713
|
},
|
|
714
714
|
enumerable: false,
|
|
715
715
|
configurable: true
|
|
@@ -761,11 +761,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
761
761
|
* Gets or sets the color to use for the text of the component.
|
|
762
762
|
*/
|
|
763
763
|
get: function () {
|
|
764
|
-
return brushToString(this.i.
|
|
764
|
+
return brushToString(this.i.fh);
|
|
765
765
|
},
|
|
766
766
|
set: function (v) {
|
|
767
|
-
this.i.
|
|
768
|
-
this._a("textColor", brushToString(this.i.
|
|
767
|
+
this.i.fh = stringToBrush(v);
|
|
768
|
+
this._a("textColor", brushToString(this.i.fh));
|
|
769
769
|
},
|
|
770
770
|
enumerable: false,
|
|
771
771
|
configurable: true
|
|
@@ -775,11 +775,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
775
775
|
* Gets or sets whether the filter input is visible.
|
|
776
776
|
*/
|
|
777
777
|
get: function () {
|
|
778
|
-
return this.i.
|
|
778
|
+
return this.i.a7;
|
|
779
779
|
},
|
|
780
780
|
set: function (v) {
|
|
781
|
-
this.i.
|
|
782
|
-
this._a("showFilter", this.i.
|
|
781
|
+
this.i.a7 = ensureBool(v);
|
|
782
|
+
this._a("showFilter", this.i.a7);
|
|
783
783
|
},
|
|
784
784
|
enumerable: false,
|
|
785
785
|
configurable: true
|
|
@@ -789,11 +789,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
789
789
|
* Gets or sets whether row hover highlighting is enabled.
|
|
790
790
|
*/
|
|
791
791
|
get: function () {
|
|
792
|
-
return this.i.
|
|
792
|
+
return this.i.a3;
|
|
793
793
|
},
|
|
794
794
|
set: function (v) {
|
|
795
|
-
this.i.
|
|
796
|
-
this._a("isRowHoverEnabled", this.i.
|
|
795
|
+
this.i.a3 = ensureBool(v);
|
|
796
|
+
this._a("isRowHoverEnabled", this.i.a3);
|
|
797
797
|
},
|
|
798
798
|
enumerable: false,
|
|
799
799
|
configurable: true
|
|
@@ -803,11 +803,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
803
803
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
804
804
|
*/
|
|
805
805
|
get: function () {
|
|
806
|
-
return this.i.
|
|
806
|
+
return this.i.ay;
|
|
807
807
|
},
|
|
808
808
|
set: function (v) {
|
|
809
|
-
this.i.
|
|
810
|
-
this._a("checkboxAlignedRight", this.i.
|
|
809
|
+
this.i.ay = ensureBool(v);
|
|
810
|
+
this._a("checkboxAlignedRight", this.i.ay);
|
|
811
811
|
},
|
|
812
812
|
enumerable: false,
|
|
813
813
|
configurable: true
|
|
@@ -885,17 +885,17 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
885
885
|
|
|
886
886
|
*/
|
|
887
887
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
888
|
-
this.i.
|
|
888
|
+
this.i.ed();
|
|
889
889
|
};
|
|
890
890
|
/**
|
|
891
891
|
* Deselects all the items in the checkbox list.
|
|
892
892
|
|
|
893
893
|
*/
|
|
894
894
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
895
|
-
this.i.
|
|
895
|
+
this.i.db();
|
|
896
896
|
};
|
|
897
897
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
898
|
-
this.i.
|
|
898
|
+
this.i.dp(index, oldItem, newItem);
|
|
899
899
|
};
|
|
900
900
|
/**
|
|
901
901
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -903,22 +903,22 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
903
903
|
|
|
904
904
|
*/
|
|
905
905
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
906
|
-
this.i.
|
|
906
|
+
this.i.dk();
|
|
907
907
|
};
|
|
908
908
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
909
|
-
this.i.
|
|
909
|
+
this.i.dl(index, newItem);
|
|
910
910
|
};
|
|
911
911
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
912
|
-
this.i.
|
|
912
|
+
this.i.dn(index, oldItem);
|
|
913
913
|
};
|
|
914
914
|
IgcCheckboxListComponent.prototype.refresh = function () {
|
|
915
915
|
this.i.refresh();
|
|
916
916
|
};
|
|
917
917
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
918
|
-
this.i.
|
|
918
|
+
this.i.c6(value);
|
|
919
919
|
};
|
|
920
920
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
921
|
-
this.i.
|
|
921
|
+
this.i.eb(value);
|
|
922
922
|
};
|
|
923
923
|
IgcCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
|
|
924
924
|
var iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -929,7 +929,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
929
929
|
|
|
930
930
|
*/
|
|
931
931
|
IgcCheckboxListComponent.prototype.exportVisualModel = function () {
|
|
932
|
-
var iv = this.i.
|
|
932
|
+
var iv = this.i.bm();
|
|
933
933
|
return (iv);
|
|
934
934
|
};
|
|
935
935
|
/**
|
|
@@ -937,7 +937,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
937
937
|
|
|
938
938
|
*/
|
|
939
939
|
IgcCheckboxListComponent.prototype.exportSerializedVisualModel = function () {
|
|
940
|
-
var iv = this.i.
|
|
940
|
+
var iv = this.i.b9();
|
|
941
941
|
return (iv);
|
|
942
942
|
};
|
|
943
943
|
/**
|
|
@@ -945,7 +945,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
945
945
|
|
|
946
946
|
*/
|
|
947
947
|
IgcCheckboxListComponent.prototype.isNothingSelected = function () {
|
|
948
|
-
var iv = this.i.
|
|
948
|
+
var iv = this.i.a1();
|
|
949
949
|
return (iv);
|
|
950
950
|
};
|
|
951
951
|
/**
|
|
@@ -953,7 +953,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
953
953
|
|
|
954
954
|
*/
|
|
955
955
|
IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
|
|
956
|
-
var iv = this.i.
|
|
956
|
+
var iv = this.i.a0();
|
|
957
957
|
return (iv);
|
|
958
958
|
};
|
|
959
959
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "selectedKeyAdded", {
|
|
@@ -75,33 +75,33 @@ export var IgcColumnMovingSeparatorComponent = /** @class */ /*@__PURE__*/ (func
|
|
|
75
75
|
* Gets or sets the separator width for this column.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.g4;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("separatorWidth", this.i.
|
|
81
|
+
this.i.g4 = +v;
|
|
82
|
+
this._a("separatorWidth", this.i.g4);
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(IgcColumnMovingSeparatorComponent.prototype, "actualOpacity", {
|
|
88
88
|
get: function () {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.g1;
|
|
90
90
|
},
|
|
91
91
|
set: function (v) {
|
|
92
|
-
this.i.
|
|
93
|
-
this._a("actualOpacity", this.i.
|
|
92
|
+
this.i.g1 = +v;
|
|
93
|
+
this._a("actualOpacity", this.i.g1);
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(IgcColumnMovingSeparatorComponent.prototype, "opacity", {
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.g2;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("opacity", this.i.
|
|
103
|
+
this.i.g2 = +v;
|
|
104
|
+
this._a("opacity", this.i.g2);
|
|
105
105
|
},
|
|
106
106
|
enumerable: false,
|
|
107
107
|
configurable: true
|
|
@@ -72,22 +72,22 @@ export var IgcColumnResizingSeparatorComponent = /** @class */ /*@__PURE__*/ (fu
|
|
|
72
72
|
};
|
|
73
73
|
Object.defineProperty(IgcColumnResizingSeparatorComponent.prototype, "actualOpacity", {
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.g1;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("actualOpacity", this.i.
|
|
78
|
+
this.i.g1 = +v;
|
|
79
|
+
this._a("actualOpacity", this.i.g1);
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
82
82
|
configurable: true
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(IgcColumnResizingSeparatorComponent.prototype, "opacity", {
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.g2;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("opacity", this.i.
|
|
89
|
+
this.i.g2 = +v;
|
|
90
|
+
this._a("opacity", this.i.g2);
|
|
91
91
|
},
|
|
92
92
|
enumerable: false,
|
|
93
93
|
configurable: true
|