igniteui-angular-data-grids 21.0.0-beta.0 → 21.0.1-beta.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-angular-data-grids.umd.js +9371 -8077
- package/bundles/igniteui-angular-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 +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- 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 +266 -266
- 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 +65 -63
- 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 +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- 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 +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- 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 +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- 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 +64 -62
- 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 +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- 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 +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- 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 +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -15,57 +15,57 @@ 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;
|
|
18
19
|
_this.dw = null;
|
|
19
|
-
_this.dv = null;
|
|
20
|
-
_this.dx = 0;
|
|
21
20
|
_this.dy = 0;
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
21
|
+
_this.dz = 0;
|
|
22
|
+
_this.dx = a.createElement("div");
|
|
23
|
+
_this.dx.setRawStyleProperty("position", "absolute");
|
|
24
|
+
_this.dx.setRawStyleProperty("pointer-events", "none");
|
|
25
|
+
_this.ar.append(_this.dx);
|
|
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.dw != null) {
|
|
31
|
+
this.dw.remove();
|
|
32
|
+
this.dw = null;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
else {
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
36
|
+
this.d0();
|
|
37
|
+
this.dy = b;
|
|
38
|
+
this.dz = d;
|
|
39
39
|
}
|
|
40
|
-
this.
|
|
40
|
+
this.d1();
|
|
41
41
|
};
|
|
42
|
-
VerticalSeparatorCell.prototype.
|
|
43
|
-
_super.prototype.
|
|
44
|
-
this.
|
|
42
|
+
VerticalSeparatorCell.prototype.dc = function (a, b) {
|
|
43
|
+
_super.prototype.dc.call(this, a, b);
|
|
44
|
+
this.d1();
|
|
45
45
|
};
|
|
46
46
|
VerticalSeparatorCell.prototype.cw = function (a) {
|
|
47
|
-
this.
|
|
47
|
+
this.dx.setRawStyleProperty("background-color", a.colorString);
|
|
48
48
|
};
|
|
49
|
-
VerticalSeparatorCell.prototype.
|
|
50
|
-
if (this.
|
|
49
|
+
VerticalSeparatorCell.prototype.d1 = function () {
|
|
50
|
+
if (this.dw != null) {
|
|
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%");
|
|
51
55
|
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.dx.setRawStyleProperty("height", "100%");
|
|
59
|
+
this.dx.setRawStyleProperty("width", this.ar.width() + "px");
|
|
60
|
+
this.dx.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.d0 = function () {
|
|
64
|
+
if (this.dw == null) {
|
|
65
|
+
this.dw = this.am.createElement("div");
|
|
66
|
+
this.dw.setRawStyleProperty("position", "absolute");
|
|
67
|
+
this.dw.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
|
|
68
|
+
this.ar.getNativeElement().insertBefore(this.dw.getNativeElement(), this.dx.getNativeElement());
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
71
|
VerticalSeparatorCell.$t = markType(VerticalSeparatorCell, 'VerticalSeparatorCell', GridCellBase.$);
|
|
@@ -190,7 +190,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
190
190
|
});
|
|
191
191
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "isDetached", {
|
|
192
192
|
get: function () {
|
|
193
|
-
return this.i.
|
|
193
|
+
return this.i.a0;
|
|
194
194
|
},
|
|
195
195
|
enumerable: false,
|
|
196
196
|
configurable: true
|
|
@@ -210,10 +210,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
210
210
|
});
|
|
211
211
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "dataLegendTarget", {
|
|
212
212
|
get: function () {
|
|
213
|
-
return this.i.
|
|
213
|
+
return this.i.bm;
|
|
214
214
|
},
|
|
215
215
|
set: function (v) {
|
|
216
|
-
this.i.
|
|
216
|
+
this.i.bm = v;
|
|
217
217
|
},
|
|
218
218
|
enumerable: false,
|
|
219
219
|
configurable: true
|
|
@@ -223,20 +223,20 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
223
223
|
* Gets or Sets the property name that contains the values.
|
|
224
224
|
*/
|
|
225
225
|
get: function () {
|
|
226
|
-
return this.i.
|
|
226
|
+
return this.i.c3;
|
|
227
227
|
},
|
|
228
228
|
set: function (v) {
|
|
229
|
-
this.i.
|
|
229
|
+
this.i.c3 = v;
|
|
230
230
|
},
|
|
231
231
|
enumerable: false,
|
|
232
232
|
configurable: true
|
|
233
233
|
});
|
|
234
234
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "propertyTypeMemberPath", {
|
|
235
235
|
get: function () {
|
|
236
|
-
return this.i.
|
|
236
|
+
return this.i.ci;
|
|
237
237
|
},
|
|
238
238
|
set: function (v) {
|
|
239
|
-
this.i.
|
|
239
|
+
this.i.ci = v;
|
|
240
240
|
},
|
|
241
241
|
enumerable: false,
|
|
242
242
|
configurable: true
|
|
@@ -259,10 +259,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
259
259
|
* Gets or Sets the property name that contains the values.
|
|
260
260
|
*/
|
|
261
261
|
get: function () {
|
|
262
|
-
return this.i.
|
|
262
|
+
return this.i.cb;
|
|
263
263
|
},
|
|
264
264
|
set: function (v) {
|
|
265
|
-
this.i.
|
|
265
|
+
this.i.cb = v;
|
|
266
266
|
},
|
|
267
267
|
enumerable: false,
|
|
268
268
|
configurable: true
|
|
@@ -272,10 +272,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
272
272
|
* Gets or Sets the property name that contains the values.
|
|
273
273
|
*/
|
|
274
274
|
get: function () {
|
|
275
|
-
return this.i.
|
|
275
|
+
return this.i.aa;
|
|
276
276
|
},
|
|
277
277
|
set: function (v) {
|
|
278
|
-
this.i.
|
|
278
|
+
this.i.aa = ensureEnum(InputGroupDisplayType_$type, v);
|
|
279
279
|
},
|
|
280
280
|
enumerable: false,
|
|
281
281
|
configurable: true
|
|
@@ -285,17 +285,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
285
285
|
* Gets or Sets the property name that contains the values.
|
|
286
286
|
*/
|
|
287
287
|
get: function () {
|
|
288
|
-
return this.i.
|
|
288
|
+
return this.i.bj;
|
|
289
289
|
},
|
|
290
290
|
set: function (v) {
|
|
291
|
-
this.i.
|
|
291
|
+
this.i.bj = +v;
|
|
292
292
|
},
|
|
293
293
|
enumerable: false,
|
|
294
294
|
configurable: true
|
|
295
295
|
});
|
|
296
296
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "actualRowHeight", {
|
|
297
297
|
get: function () {
|
|
298
|
-
return this.i.
|
|
298
|
+
return this.i.bh;
|
|
299
299
|
},
|
|
300
300
|
enumerable: false,
|
|
301
301
|
configurable: true
|
|
@@ -305,15 +305,15 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
305
305
|
* Gets or Sets the property name that contains the values.
|
|
306
306
|
*/
|
|
307
307
|
get: function () {
|
|
308
|
-
if (this.i.
|
|
308
|
+
if (this.i.ao == null) {
|
|
309
309
|
return null;
|
|
310
310
|
}
|
|
311
|
-
return this.i.
|
|
311
|
+
return this.i.ao.fontString;
|
|
312
312
|
},
|
|
313
313
|
set: function (v) {
|
|
314
314
|
var fi = new FontInfo();
|
|
315
315
|
fi.fontString = v;
|
|
316
|
-
this.i.
|
|
316
|
+
this.i.ao = fi;
|
|
317
317
|
},
|
|
318
318
|
enumerable: false,
|
|
319
319
|
configurable: true
|
|
@@ -375,10 +375,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
375
375
|
* Gets or sets the search background color.
|
|
376
376
|
*/
|
|
377
377
|
get: function () {
|
|
378
|
-
return brushToString(this.i.
|
|
378
|
+
return brushToString(this.i.ff);
|
|
379
379
|
},
|
|
380
380
|
set: function (v) {
|
|
381
|
-
this.i.
|
|
381
|
+
this.i.ff = stringToBrush(v);
|
|
382
382
|
},
|
|
383
383
|
enumerable: false,
|
|
384
384
|
configurable: true
|
|
@@ -388,10 +388,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
388
388
|
* Gets or sets the search background color.
|
|
389
389
|
*/
|
|
390
390
|
get: function () {
|
|
391
|
-
return this.i.
|
|
391
|
+
return this.i.a6;
|
|
392
392
|
},
|
|
393
393
|
set: function (v) {
|
|
394
|
-
this.i.
|
|
394
|
+
this.i.a6 = ensureBool(v);
|
|
395
395
|
},
|
|
396
396
|
enumerable: false,
|
|
397
397
|
configurable: true
|
|
@@ -414,10 +414,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
414
414
|
* Gets or sets the search border color.
|
|
415
415
|
*/
|
|
416
416
|
get: function () {
|
|
417
|
-
return brushToString(this.i.
|
|
417
|
+
return brushToString(this.i.fg);
|
|
418
418
|
},
|
|
419
419
|
set: function (v) {
|
|
420
|
-
this.i.
|
|
420
|
+
this.i.fg = stringToBrush(v);
|
|
421
421
|
},
|
|
422
422
|
enumerable: false,
|
|
423
423
|
configurable: true
|
|
@@ -427,15 +427,15 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
427
427
|
* Gets or sets the text style.
|
|
428
428
|
*/
|
|
429
429
|
get: function () {
|
|
430
|
-
if (this.i.
|
|
430
|
+
if (this.i.ap == null) {
|
|
431
431
|
return null;
|
|
432
432
|
}
|
|
433
|
-
return this.i.
|
|
433
|
+
return this.i.ap.fontString;
|
|
434
434
|
},
|
|
435
435
|
set: function (v) {
|
|
436
436
|
var fi = new FontInfo();
|
|
437
437
|
fi.fontString = v;
|
|
438
|
-
this.i.
|
|
438
|
+
this.i.ap = fi;
|
|
439
439
|
},
|
|
440
440
|
enumerable: false,
|
|
441
441
|
configurable: true
|
|
@@ -445,10 +445,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
445
445
|
* Gets or sets the checkbox tick color.
|
|
446
446
|
*/
|
|
447
447
|
get: function () {
|
|
448
|
-
return brushToString(this.i.
|
|
448
|
+
return brushToString(this.i.e5);
|
|
449
449
|
},
|
|
450
450
|
set: function (v) {
|
|
451
|
-
this.i.
|
|
451
|
+
this.i.e5 = stringToBrush(v);
|
|
452
452
|
},
|
|
453
453
|
enumerable: false,
|
|
454
454
|
configurable: true
|
|
@@ -458,10 +458,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
458
458
|
* Gets or sets the checkbox background color when checked.
|
|
459
459
|
*/
|
|
460
460
|
get: function () {
|
|
461
|
-
return brushToString(this.i.
|
|
461
|
+
return brushToString(this.i.e3);
|
|
462
462
|
},
|
|
463
463
|
set: function (v) {
|
|
464
|
-
this.i.
|
|
464
|
+
this.i.e3 = stringToBrush(v);
|
|
465
465
|
},
|
|
466
466
|
enumerable: false,
|
|
467
467
|
configurable: true
|
|
@@ -471,10 +471,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
471
471
|
* Gets or sets the checkbox background color when unchecked.
|
|
472
472
|
*/
|
|
473
473
|
get: function () {
|
|
474
|
-
return brushToString(this.i.
|
|
474
|
+
return brushToString(this.i.e6);
|
|
475
475
|
},
|
|
476
476
|
set: function (v) {
|
|
477
|
-
this.i.
|
|
477
|
+
this.i.e6 = stringToBrush(v);
|
|
478
478
|
},
|
|
479
479
|
enumerable: false,
|
|
480
480
|
configurable: true
|
|
@@ -484,10 +484,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
484
484
|
* Gets or sets the checkbox border color when checked.
|
|
485
485
|
*/
|
|
486
486
|
get: function () {
|
|
487
|
-
return brushToString(this.i.
|
|
487
|
+
return brushToString(this.i.e4);
|
|
488
488
|
},
|
|
489
489
|
set: function (v) {
|
|
490
|
-
this.i.
|
|
490
|
+
this.i.e4 = stringToBrush(v);
|
|
491
491
|
},
|
|
492
492
|
enumerable: false,
|
|
493
493
|
configurable: true
|
|
@@ -497,10 +497,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
497
497
|
* Gets or sets the checkbox border color when unchecked.
|
|
498
498
|
*/
|
|
499
499
|
get: function () {
|
|
500
|
-
return brushToString(this.i.
|
|
500
|
+
return brushToString(this.i.e7);
|
|
501
501
|
},
|
|
502
502
|
set: function (v) {
|
|
503
|
-
this.i.
|
|
503
|
+
this.i.e7 = stringToBrush(v);
|
|
504
504
|
},
|
|
505
505
|
enumerable: false,
|
|
506
506
|
configurable: true
|
|
@@ -510,10 +510,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
510
510
|
* Gets or sets the corner radius to use for the checkbox.
|
|
511
511
|
*/
|
|
512
512
|
get: function () {
|
|
513
|
-
return this.i.
|
|
513
|
+
return this.i.bc;
|
|
514
514
|
},
|
|
515
515
|
set: function (v) {
|
|
516
|
-
this.i.
|
|
516
|
+
this.i.bc = +v;
|
|
517
517
|
},
|
|
518
518
|
enumerable: false,
|
|
519
519
|
configurable: true
|
|
@@ -523,10 +523,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
523
523
|
* Gets or sets the style of scrollbar.
|
|
524
524
|
*/
|
|
525
525
|
get: function () {
|
|
526
|
-
return this.i.
|
|
526
|
+
return this.i.ad;
|
|
527
527
|
},
|
|
528
528
|
set: function (v) {
|
|
529
|
-
this.i.
|
|
529
|
+
this.i.ad = ensureEnum(ScrollbarStyle_$type, v);
|
|
530
530
|
},
|
|
531
531
|
enumerable: false,
|
|
532
532
|
configurable: true
|
|
@@ -536,10 +536,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
536
536
|
* Gets or sets the scrollbar background color.
|
|
537
537
|
*/
|
|
538
538
|
get: function () {
|
|
539
|
-
return brushToString(this.i.
|
|
539
|
+
return brushToString(this.i.fe);
|
|
540
540
|
},
|
|
541
541
|
set: function (v) {
|
|
542
|
-
this.i.
|
|
542
|
+
this.i.fe = stringToBrush(v);
|
|
543
543
|
},
|
|
544
544
|
enumerable: false,
|
|
545
545
|
configurable: true
|
|
@@ -549,10 +549,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
549
549
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
550
550
|
*/
|
|
551
551
|
get: function () {
|
|
552
|
-
return this.i.
|
|
552
|
+
return this.i.cw;
|
|
553
553
|
},
|
|
554
554
|
set: function (v) {
|
|
555
|
-
this.i.
|
|
555
|
+
this.i.cw = v;
|
|
556
556
|
},
|
|
557
557
|
enumerable: false,
|
|
558
558
|
configurable: true
|
|
@@ -562,10 +562,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
562
562
|
* Gets or sets the color to use for the "Select All" label.
|
|
563
563
|
*/
|
|
564
564
|
get: function () {
|
|
565
|
-
return brushToString(this.i.
|
|
565
|
+
return brushToString(this.i.fj);
|
|
566
566
|
},
|
|
567
567
|
set: function (v) {
|
|
568
|
-
this.i.
|
|
568
|
+
this.i.fj = stringToBrush(v);
|
|
569
569
|
},
|
|
570
570
|
enumerable: false,
|
|
571
571
|
configurable: true
|
|
@@ -575,10 +575,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
575
575
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
576
576
|
*/
|
|
577
577
|
get: function () {
|
|
578
|
-
return brushToString(this.i.
|
|
578
|
+
return brushToString(this.i.e1);
|
|
579
579
|
},
|
|
580
580
|
set: function (v) {
|
|
581
|
-
this.i.
|
|
581
|
+
this.i.e1 = stringToBrush(v);
|
|
582
582
|
},
|
|
583
583
|
enumerable: false,
|
|
584
584
|
configurable: true
|
|
@@ -627,10 +627,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
627
627
|
* Gets or sets the color to use for the text of the component.
|
|
628
628
|
*/
|
|
629
629
|
get: function () {
|
|
630
|
-
return brushToString(this.i.
|
|
630
|
+
return brushToString(this.i.fl);
|
|
631
631
|
},
|
|
632
632
|
set: function (v) {
|
|
633
|
-
this.i.
|
|
633
|
+
this.i.fl = stringToBrush(v);
|
|
634
634
|
},
|
|
635
635
|
enumerable: false,
|
|
636
636
|
configurable: true
|
|
@@ -640,10 +640,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
640
640
|
* Gets or sets whether the filter input is visible.
|
|
641
641
|
*/
|
|
642
642
|
get: function () {
|
|
643
|
-
return this.i.
|
|
643
|
+
return this.i.a8;
|
|
644
644
|
},
|
|
645
645
|
set: function (v) {
|
|
646
|
-
this.i.
|
|
646
|
+
this.i.a8 = ensureBool(v);
|
|
647
647
|
},
|
|
648
648
|
enumerable: false,
|
|
649
649
|
configurable: true
|
|
@@ -653,10 +653,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
653
653
|
* Gets or sets whether row hover highlighting is enabled.
|
|
654
654
|
*/
|
|
655
655
|
get: function () {
|
|
656
|
-
return this.i.
|
|
656
|
+
return this.i.a4;
|
|
657
657
|
},
|
|
658
658
|
set: function (v) {
|
|
659
|
-
this.i.
|
|
659
|
+
this.i.a4 = ensureBool(v);
|
|
660
660
|
},
|
|
661
661
|
enumerable: false,
|
|
662
662
|
configurable: true
|
|
@@ -666,10 +666,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
666
666
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
667
667
|
*/
|
|
668
668
|
get: function () {
|
|
669
|
-
return this.i.
|
|
669
|
+
return this.i.az;
|
|
670
670
|
},
|
|
671
671
|
set: function (v) {
|
|
672
|
-
this.i.
|
|
672
|
+
this.i.az = ensureBool(v);
|
|
673
673
|
},
|
|
674
674
|
enumerable: false,
|
|
675
675
|
configurable: true
|
|
@@ -747,17 +747,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
747
747
|
|
|
748
748
|
*/
|
|
749
749
|
IgxCheckboxListComponent.prototype.selectAll = function () {
|
|
750
|
-
this.i.
|
|
750
|
+
this.i.ef();
|
|
751
751
|
};
|
|
752
752
|
/**
|
|
753
753
|
* Deselects all the items in the checkbox list.
|
|
754
754
|
|
|
755
755
|
*/
|
|
756
756
|
IgxCheckboxListComponent.prototype.deselectAll = function () {
|
|
757
|
-
this.i.
|
|
757
|
+
this.i.dc();
|
|
758
758
|
};
|
|
759
759
|
IgxCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
760
|
-
this.i.
|
|
760
|
+
this.i.dr(index, oldItem, newItem);
|
|
761
761
|
};
|
|
762
762
|
/**
|
|
763
763
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -765,22 +765,22 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
765
765
|
|
|
766
766
|
*/
|
|
767
767
|
IgxCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
768
|
-
this.i.
|
|
768
|
+
this.i.dm();
|
|
769
769
|
};
|
|
770
770
|
IgxCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
771
|
-
this.i.
|
|
771
|
+
this.i.dn(index, newItem);
|
|
772
772
|
};
|
|
773
773
|
IgxCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
774
|
-
this.i.
|
|
774
|
+
this.i.dq(index, oldItem);
|
|
775
775
|
};
|
|
776
776
|
IgxCheckboxListComponent.prototype.refresh = function () {
|
|
777
777
|
this.i.refresh();
|
|
778
778
|
};
|
|
779
779
|
IgxCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
780
|
-
this.i.
|
|
780
|
+
this.i.c7(value);
|
|
781
781
|
};
|
|
782
782
|
IgxCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
783
|
-
this.i.
|
|
783
|
+
this.i.ed(value);
|
|
784
784
|
};
|
|
785
785
|
IgxCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
|
|
786
786
|
var iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -791,7 +791,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
791
791
|
|
|
792
792
|
*/
|
|
793
793
|
IgxCheckboxListComponent.prototype.exportVisualModel = function () {
|
|
794
|
-
var iv = this.i.
|
|
794
|
+
var iv = this.i.bn();
|
|
795
795
|
return (iv);
|
|
796
796
|
};
|
|
797
797
|
/**
|
|
@@ -799,7 +799,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
799
799
|
|
|
800
800
|
*/
|
|
801
801
|
IgxCheckboxListComponent.prototype.exportSerializedVisualModel = function () {
|
|
802
|
-
var iv = this.i.
|
|
802
|
+
var iv = this.i.ca();
|
|
803
803
|
return (iv);
|
|
804
804
|
};
|
|
805
805
|
/**
|
|
@@ -807,7 +807,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
807
807
|
|
|
808
808
|
*/
|
|
809
809
|
IgxCheckboxListComponent.prototype.isNothingSelected = function () {
|
|
810
|
-
var iv = this.i.
|
|
810
|
+
var iv = this.i.a2();
|
|
811
811
|
return (iv);
|
|
812
812
|
};
|
|
813
813
|
/**
|
|
@@ -815,7 +815,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
815
815
|
|
|
816
816
|
*/
|
|
817
817
|
IgxCheckboxListComponent.prototype.isEverythingSelected = function () {
|
|
818
|
-
var iv = this.i.
|
|
818
|
+
var iv = this.i.a1();
|
|
819
819
|
return (iv);
|
|
820
820
|
};
|
|
821
821
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "selectedKeyAdded", {
|
|
@@ -997,7 +997,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
997
997
|
}
|
|
998
998
|
};
|
|
999
999
|
IgxCheckboxListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxCheckboxListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
1000
|
-
IgxCheckboxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: { height: "height", width: "width", dataSource: "dataSource", keys: "keys", primaryKey: "primaryKey", dataMemberPath: "dataMemberPath", dataLegendTarget: "dataLegendTarget", subtitleMemberPath: "subtitleMemberPath", propertyTypeMemberPath: "propertyTypeMemberPath", selectedMemberPath: "selectedMemberPath", filterPlaceholderText: "filterPlaceholderText", searchInputType: "searchInputType", rowHeight: "rowHeight", cellTextStyle: "cellTextStyle", indexType: "indexType", baseTheme: "baseTheme", density: "density", searchIconColor: "searchIconColor", searchBackgroundColor: "searchBackgroundColor", labelClickTriggersChange: "labelClickTriggersChange", searchTextColor: "searchTextColor", searchBorderColor: "searchBorderColor", searchTextStyle: "searchTextStyle", checkboxTickColor: "checkboxTickColor", checkboxCheckedBackgroundColor: "checkboxCheckedBackgroundColor", checkboxUncheckedBackgroundColor: "checkboxUncheckedBackgroundColor", checkboxCheckedBorderColor: "checkboxCheckedBorderColor", checkboxUncheckedBorderColor: "checkboxUncheckedBorderColor", checkboxCornerRadius: "checkboxCornerRadius", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", selectAllCaption: "selectAllCaption", selectAllCaptionTextColor: "selectAllCaptionTextColor", actualSelectAllCaptionTextColor: "actualSelectAllCaptionTextColor", showSelectAll: "showSelectAll", backgroundColor: "backgroundColor", rowHoverBackgroundColor: "rowHoverBackgroundColor", textColor: "textColor", showFilter: "showFilter", isRowHoverEnabled: "isRowHoverEnabled", checkboxAlignedRight: "checkboxAlignedRight" }, outputs: { selectedKeyAdded: "selectedKeyAdded", selectedKeyRemoved: "selectedKeyRemoved", checkedChanged: "checkedChanged", labelClicked: "labelClicked", indexTypeChanged: "indexTypeChanged", keysCleared: "keysCleared", selectAllCheckboxChanged: "selectAllCheckboxChanged" }, host: { classAttribute: "ig-checkbox-list igx-checkbox-list" }, providers: [], viewQueries: [{ propertyName: "_listGrid", first: true, predicate: ["listGrid"], descendants: true, read: IgxDataGridComponent, static: true }, { propertyName: "_listContainer", first: true, predicate: ["listContainer"], descendants: true, read: ElementRef, static: true }, { propertyName: "_hrElement", first: true, predicate: ["hrElement"], descendants: true, read: ElementRef, static: true }, { propertyName: "_selectAllSection", first: true, predicate: ["selectAllSection"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #listContainer style=\"width: 100%; height: 100%\">\n <div> \n </div>\n <hr #hrElement>\n <div #selectAllSection key='checkBoxListSelectAllSection'></div>\n <igx-data-grid #listGrid headerHeight=\"0\"></igx-data-grid>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxDataGridComponent, selector: "igx-data-grid", inputs: ["height", "width", "dataSource", "columnResizingMode", "columnMovingMode", "isRowHoverEnabled", "rowHoverBackground", "rowHoverTextColor", "editRowBorder", "editRowBorderWidthBottom", "editRowBorderWidthLeft", "editRowBorderWidthRight", "editRowBorderWidthTop", "sectionHeader", "summaryRowRoot", "summaryRowSection", "rowSeparator", "headerRowSeparator", "headerSeparator", "columnResizingSeparator", "columnMovingSeparator", "pinnedAreaSeparator", "autoGenerateDesiredProperties", "dataSourceDesiredProperties", "density", "actualRowHeight", "rowHeight", "defaultColumnMinWidth", "actualHeaderHeight", "headerHeight", "headerClickAction", "editMode", "editModeClickAction", "editOnKeyPress", "autoGenerateColumns", "rowSeparatorHeight", "isPlaceholderRenderingEnabled", "columnAddingAnimationMode", "columnPropertyUpdatingAnimationMode", "cellDataLoadedAnimationMode", "rowSelectionAnimationMode", "rowHoverAnimationMode", "cellSelectionAnimationMode", "animationSettings", "columnResizingAnimationMode", "columnShowingAnimationMode", "columnMovingAnimationMode", "columnHidingAnimationMode", "columnExchangingAnimationMode", "selectionMode", "activationMode", "selectionBehavior", "mouseDragSelectionEnabled", "selectedItems", "selectedKeys", "selectedCells", "selectedCellRanges", "pinnedItems", "pinnedKeys", "isColumnOptionsEnabled", "isGroupRowSticky", "isHeaderSeparatorVisible", "cellSelectedBackground", "sectionHeaderSelectedBackground", "summaryRootBackground", "summarySectionBackground", "pinnedRowOpacity", "editTextStyle", "editOpacity", "deletedTextColor", "stickyRowBackground", "pinnedRowBackground", "lastStickyRowBackground", "activeCell", "cellBackground", "cellTextColor", "headerSortIndicatorColor", "headerSortIndicatorStyle", "cellTextStyle", "sectionHeaderBackground", "sectionHeaderTextColor", "sectionHeaderTextStyle", "summaryRootLabelTextStyle", "summarySectionLabelTextStyle", "summaryRootValueTextColor", "summaryRootValueTextStyle", "summarySectionValueTextStyle", "summarySectionValueTextColor", "summaryRootLabelTextColor", "summarySectionLabelTextColor", "summaryRootSelectedBackground", "summarySectionSelectedBackground", "pinnedAreaSeparatorWidth", "headerSeparatorWidth", "headerSeparatorBackground", "headerBackground", "headerTextColor", "headerTextStyle", "rowSeparatorBackground", "headerRowSeparatorBackground", "rowSeparatorStickyRowBackground", "rowSeparatorLastStickyRowBackground", "rowSeparatorPinnedRowBackground", "columnResizingSeparatorWidth", "columnResizingSeparatorOpacity", "columnMovingSeparatorWidth", "columnMovingSeparatorOpacity", "columnResizingSeparatorBackground", "columnMovingSeparatorBackground", "shiftSectionContent", "columnOptionsIconAlignment", "columnOptionsIconColor", "columnOptionsIconBehavior", "border", "actualBorderWidth", "borderWidthBottom", "borderWidthLeft", "borderWidthRight", "borderWidthTop", "notifyOnAllSelectionChanges", "cornerRadiusBottomRight", "cornerRadiusBottomLeft", "cornerRadiusTopLeft", "cornerRadiusTopRight", "actualCornerRadiusBottomRight", "actualCornerRadiusBottomLeft", "actualCornerRadiusTopLeft", "actualCornerRadiusTopRight", "isActiveCellStyleEnabled", "stopPropagation", "responsiveStates", "initialSorts", "initialGroups", "initialSummaries", "summaryScope", "isGroupCollapsable", "groupHeaderDisplayMode", "isGroupExpandedDefault", "groupSummaryDisplayMode", "autoAcceptEdits", "primaryKey", "actualPrimaryKey", "actualColumns", "reactsToSortChanges", "reactsToGroupChanges", "reactsToFilterChanges", "enterBehavior", "enterBehaviorAfterEdit", "isColumnOptionsSummariesEnabled", "isColumnOptionsGroupingEnabled", "mergedCellMode", "mergedCellEvaluationCriteria", "mergedCellVerticalAlignment", "filterUIType", "filterLogicalOperator", "filterComparisonType", "todayOverride", "clearSelectionOnEscape", "pageSize", "isToolbarColumnChooserVisible", "isToolbarColumnPinningVisible", "toolbarTitle", "toolbarColumnChooserText", "toolbarColumnChooserTitle", "toolbarColumnPinningText", "toolbarColumnPinningTitle", "scrollbarStyle", "scrollbarBackground", "allowCopyOperation", "deferEventForRowDragSelection"], outputs: ["filterExpressionsChanging", "filterExpressionsChanged", "cellPreviewPointerDown", "cellPreviewPointerUp", "cellPointerDown", "cellPointerUp", "cellClicked", "sortDescriptionsChanged", "groupDescriptionsChanged", "summaryDescriptionsChanged", "columnHiddenChanged", "columnPinnedChanged", "cellValueChanging", "dataCommitted", "dataCommitting", "rootSummariesChanged", "sizeChanged", "actualColumnsChanged", "columnsAutoGenerated", "selectedItemsChanged", "selectedKeysChanged", "selectedCellsChanged", "selectionChanged", "activeCellChanged", "selectedCellRangesChanged", "columnWidthChanged", "cellEditStarted", "cellEditEnded", "rowEditStarted", "rowEditEnded", "customFilterRequested", "actualPrimaryKeyChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1000
|
+
IgxCheckboxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: { height: "height", width: "width", dataSource: "dataSource", keys: "keys", primaryKey: "primaryKey", dataMemberPath: "dataMemberPath", dataLegendTarget: "dataLegendTarget", subtitleMemberPath: "subtitleMemberPath", propertyTypeMemberPath: "propertyTypeMemberPath", selectedMemberPath: "selectedMemberPath", filterPlaceholderText: "filterPlaceholderText", searchInputType: "searchInputType", rowHeight: "rowHeight", cellTextStyle: "cellTextStyle", indexType: "indexType", baseTheme: "baseTheme", density: "density", searchIconColor: "searchIconColor", searchBackgroundColor: "searchBackgroundColor", labelClickTriggersChange: "labelClickTriggersChange", searchTextColor: "searchTextColor", searchBorderColor: "searchBorderColor", searchTextStyle: "searchTextStyle", checkboxTickColor: "checkboxTickColor", checkboxCheckedBackgroundColor: "checkboxCheckedBackgroundColor", checkboxUncheckedBackgroundColor: "checkboxUncheckedBackgroundColor", checkboxCheckedBorderColor: "checkboxCheckedBorderColor", checkboxUncheckedBorderColor: "checkboxUncheckedBorderColor", checkboxCornerRadius: "checkboxCornerRadius", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", selectAllCaption: "selectAllCaption", selectAllCaptionTextColor: "selectAllCaptionTextColor", actualSelectAllCaptionTextColor: "actualSelectAllCaptionTextColor", showSelectAll: "showSelectAll", backgroundColor: "backgroundColor", rowHoverBackgroundColor: "rowHoverBackgroundColor", textColor: "textColor", showFilter: "showFilter", isRowHoverEnabled: "isRowHoverEnabled", checkboxAlignedRight: "checkboxAlignedRight" }, outputs: { selectedKeyAdded: "selectedKeyAdded", selectedKeyRemoved: "selectedKeyRemoved", checkedChanged: "checkedChanged", labelClicked: "labelClicked", indexTypeChanged: "indexTypeChanged", keysCleared: "keysCleared", selectAllCheckboxChanged: "selectAllCheckboxChanged" }, host: { classAttribute: "ig-checkbox-list igx-checkbox-list" }, providers: [], viewQueries: [{ propertyName: "_listGrid", first: true, predicate: ["listGrid"], descendants: true, read: IgxDataGridComponent, static: true }, { propertyName: "_listContainer", first: true, predicate: ["listContainer"], descendants: true, read: ElementRef, static: true }, { propertyName: "_hrElement", first: true, predicate: ["hrElement"], descendants: true, read: ElementRef, static: true }, { propertyName: "_selectAllSection", first: true, predicate: ["selectAllSection"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #listContainer style=\"width: 100%; height: 100%\">\n <div> \n </div>\n <hr #hrElement>\n <div #selectAllSection key='checkBoxListSelectAllSection'></div>\n <igx-data-grid #listGrid headerHeight=\"0\"></igx-data-grid>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxDataGridComponent, selector: "igx-data-grid", inputs: ["height", "width", "dataSource", "theme", "columnResizingMode", "columnMovingMode", "isRowHoverEnabled", "rowHoverBackground", "rowHoverTextColor", "editRowBorder", "editRowBorderWidthBottom", "editRowBorderWidthLeft", "editRowBorderWidthRight", "editRowBorderWidthTop", "sectionHeader", "summaryRowRoot", "summaryRowSection", "rowSeparator", "headerRowSeparator", "headerSeparator", "columnResizingSeparator", "columnMovingSeparator", "pinnedAreaSeparator", "autoGenerateDesiredProperties", "dataSourceDesiredProperties", "density", "actualRowHeight", "rowHeight", "defaultColumnMinWidth", "actualHeaderHeight", "headerHeight", "headerClickAction", "editMode", "editModeClickAction", "editOnKeyPress", "autoGenerateColumns", "rowSeparatorHeight", "isPlaceholderRenderingEnabled", "columnAddingAnimationMode", "columnPropertyUpdatingAnimationMode", "cellDataLoadedAnimationMode", "rowSelectionAnimationMode", "rowHoverAnimationMode", "cellSelectionAnimationMode", "animationSettings", "columnResizingAnimationMode", "columnShowingAnimationMode", "columnMovingAnimationMode", "columnHidingAnimationMode", "columnExchangingAnimationMode", "selectionMode", "activationMode", "selectionBehavior", "mouseDragSelectionEnabled", "selectedItems", "selectedKeys", "selectedCells", "selectedCellRanges", "pinnedItems", "pinnedKeys", "isColumnOptionsEnabled", "isGroupRowSticky", "isHeaderSeparatorVisible", "cellSelectedBackground", "sectionHeaderSelectedBackground", "summaryRootBackground", "summarySectionBackground", "pinnedRowOpacity", "editTextStyle", "editOpacity", "deletedTextColor", "stickyRowBackground", "pinnedRowBackground", "lastStickyRowBackground", "activeCell", "cellBackground", "cellTextColor", "headerSortIndicatorColor", "headerSortIndicatorStyle", "cellTextStyle", "sectionHeaderBackground", "sectionHeaderTextColor", "sectionHeaderTextStyle", "summaryRootLabelTextStyle", "summarySectionLabelTextStyle", "summaryRootValueTextColor", "summaryRootValueTextStyle", "summarySectionValueTextStyle", "summarySectionValueTextColor", "summaryRootLabelTextColor", "summarySectionLabelTextColor", "summaryRootSelectedBackground", "summarySectionSelectedBackground", "pinnedAreaSeparatorWidth", "headerSeparatorWidth", "headerSeparatorBackground", "headerBackground", "headerTextColor", "headerTextStyle", "rowSeparatorBackground", "headerRowSeparatorBackground", "rowSeparatorStickyRowBackground", "rowSeparatorLastStickyRowBackground", "rowSeparatorPinnedRowBackground", "columnResizingSeparatorWidth", "columnResizingSeparatorOpacity", "columnMovingSeparatorWidth", "columnMovingSeparatorOpacity", "columnResizingSeparatorBackground", "columnMovingSeparatorBackground", "shiftSectionContent", "columnOptionsIconAlignment", "columnOptionsIconColor", "columnOptionsIconBehavior", "actualBorder", "border", "actualBorderWidth", "borderWidthBottom", "borderWidthLeft", "borderWidthRight", "borderWidthTop", "notifyOnAllSelectionChanges", "cornerRadiusBottomRight", "cornerRadiusBottomLeft", "cornerRadiusTopLeft", "cornerRadiusTopRight", "actualCornerRadiusBottomRight", "actualCornerRadiusBottomLeft", "actualCornerRadiusTopLeft", "actualCornerRadiusTopRight", "isActiveCellStyleEnabled", "stopPropagation", "actualBackground", "background", "responsiveStates", "initialSorts", "initialGroups", "initialSummaries", "summaryScope", "isGroupCollapsable", "groupHeaderDisplayMode", "isGroupExpandedDefault", "groupSummaryDisplayMode", "autoAcceptEdits", "primaryKey", "actualPrimaryKey", "actualColumns", "reactsToSortChanges", "reactsToGroupChanges", "reactsToFilterChanges", "enterBehavior", "enterBehaviorAfterEdit", "isColumnOptionsSummariesEnabled", "isColumnOptionsGroupingEnabled", "mergedCellMode", "mergedCellEvaluationCriteria", "mergedCellVerticalAlignment", "filterUIType", "filterLogicalOperator", "filterComparisonType", "todayOverride", "clearSelectionOnEscape", "pageSize", "isToolbarColumnChooserVisible", "isToolbarColumnPinningVisible", "toolbarTitle", "toolbarColumnChooserText", "toolbarColumnChooserTitle", "toolbarColumnPinningText", "toolbarColumnPinningTitle", "scrollbarStyle", "scrollbarBackground", "columnOptionsBackground", "columnOptionsTextColor", "columnOptionsSeparatorColor", "columnOptionsGroupHeaderBackground", "columnOptionsGroupHeaderTextColor", "columnOptionsAccentColor", "allowCopyOperation", "deferEventForRowDragSelection"], outputs: ["filterExpressionsChanging", "filterExpressionsChanged", "cellPreviewPointerDown", "cellPreviewPointerUp", "cellPointerDown", "cellPointerUp", "cellClicked", "sortDescriptionsChanged", "groupDescriptionsChanged", "summaryDescriptionsChanged", "columnHiddenChanged", "columnPinnedChanged", "cellValueChanging", "dataCommitted", "dataCommitting", "rootSummariesChanged", "sizeChanged", "actualColumnsChanged", "columnsAutoGenerated", "selectedItemsChanged", "selectedKeysChanged", "selectedCellsChanged", "selectionChanged", "activeCellChanged", "selectedCellRangesChanged", "columnWidthChanged", "cellEditStarted", "cellEditEnded", "rowEditStarted", "rowEditEnded", "customFilterRequested", "actualPrimaryKeyChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1001
1001
|
return IgxCheckboxListComponent;
|
|
1002
1002
|
}());
|
|
1003
1003
|
export { IgxCheckboxListComponent };
|
|
@@ -40,30 +40,30 @@ var IgxColumnMovingSeparatorComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
40
40
|
* Gets or sets the separator width for this column.
|
|
41
41
|
*/
|
|
42
42
|
get: function () {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.g6;
|
|
44
44
|
},
|
|
45
45
|
set: function (v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.g6 = +v;
|
|
47
47
|
},
|
|
48
48
|
enumerable: false,
|
|
49
49
|
configurable: true
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(IgxColumnMovingSeparatorComponent.prototype, "actualOpacity", {
|
|
52
52
|
get: function () {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.g3;
|
|
54
54
|
},
|
|
55
55
|
set: function (v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.g3 = +v;
|
|
57
57
|
},
|
|
58
58
|
enumerable: false,
|
|
59
59
|
configurable: true
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(IgxColumnMovingSeparatorComponent.prototype, "opacity", {
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.g4;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.g4 = +v;
|
|
67
67
|
},
|
|
68
68
|
enumerable: false,
|
|
69
69
|
configurable: true
|
|
@@ -37,20 +37,20 @@ var IgxColumnResizingSeparatorComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(IgxColumnResizingSeparatorComponent.prototype, "actualOpacity", {
|
|
39
39
|
get: function () {
|
|
40
|
-
return this.i.
|
|
40
|
+
return this.i.g3;
|
|
41
41
|
},
|
|
42
42
|
set: function (v) {
|
|
43
|
-
this.i.
|
|
43
|
+
this.i.g3 = +v;
|
|
44
44
|
},
|
|
45
45
|
enumerable: false,
|
|
46
46
|
configurable: true
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(IgxColumnResizingSeparatorComponent.prototype, "opacity", {
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.g4;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.g4 = +v;
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|