igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-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 +15844 -13294
- package/bundles/igniteui-angular-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 +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- 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 +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +46 -47
- 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-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +74 -24
- package/esm2015/lib/igx-text-header-dynamic-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 +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- 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 +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +381 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +58 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +46 -47
- 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-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +98 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -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/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +15 -0
- package/lib/igx-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -106,7 +106,6 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
106
106
|
var ren = new AngularRenderer(this.container, this.renderer, window.document, this.ngZone, true, null);
|
|
107
107
|
this._wrapper = ren;
|
|
108
108
|
var filterHr = ren.getWrapper(this._hrElement.nativeElement);
|
|
109
|
-
filterHr.setStyleProperty("margin", "3px 0px");
|
|
110
109
|
filterHr.setStyleProperty("border-top", "1px solid #dde2eb");
|
|
111
110
|
filterHr.setStyleProperty("border-left", "0px");
|
|
112
111
|
filterHr.setStyleProperty("border-right", "0px");
|
|
@@ -210,10 +209,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
210
209
|
});
|
|
211
210
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "dataLegendTarget", {
|
|
212
211
|
get: function () {
|
|
213
|
-
return this.i.
|
|
212
|
+
return this.i.bq;
|
|
214
213
|
},
|
|
215
214
|
set: function (v) {
|
|
216
|
-
this.i.
|
|
215
|
+
this.i.bq = v;
|
|
217
216
|
},
|
|
218
217
|
enumerable: false,
|
|
219
218
|
configurable: true
|
|
@@ -223,20 +222,20 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
223
222
|
* Gets or Sets the property name that contains the values.
|
|
224
223
|
*/
|
|
225
224
|
get: function () {
|
|
226
|
-
return this.i.
|
|
225
|
+
return this.i.c7;
|
|
227
226
|
},
|
|
228
227
|
set: function (v) {
|
|
229
|
-
this.i.
|
|
228
|
+
this.i.c7 = v;
|
|
230
229
|
},
|
|
231
230
|
enumerable: false,
|
|
232
231
|
configurable: true
|
|
233
232
|
});
|
|
234
233
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "propertyTypeMemberPath", {
|
|
235
234
|
get: function () {
|
|
236
|
-
return this.i.
|
|
235
|
+
return this.i.cm;
|
|
237
236
|
},
|
|
238
237
|
set: function (v) {
|
|
239
|
-
this.i.
|
|
238
|
+
this.i.cm = v;
|
|
240
239
|
},
|
|
241
240
|
enumerable: false,
|
|
242
241
|
configurable: true
|
|
@@ -259,10 +258,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
259
258
|
* Gets or Sets the property name that contains the values.
|
|
260
259
|
*/
|
|
261
260
|
get: function () {
|
|
262
|
-
return this.i.
|
|
261
|
+
return this.i.cf;
|
|
263
262
|
},
|
|
264
263
|
set: function (v) {
|
|
265
|
-
this.i.
|
|
264
|
+
this.i.cf = v;
|
|
266
265
|
},
|
|
267
266
|
enumerable: false,
|
|
268
267
|
configurable: true
|
|
@@ -285,17 +284,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
285
284
|
* Gets or Sets the property name that contains the values.
|
|
286
285
|
*/
|
|
287
286
|
get: function () {
|
|
288
|
-
return this.i.
|
|
287
|
+
return this.i.bn;
|
|
289
288
|
},
|
|
290
289
|
set: function (v) {
|
|
291
|
-
this.i.
|
|
290
|
+
this.i.bn = +v;
|
|
292
291
|
},
|
|
293
292
|
enumerable: false,
|
|
294
293
|
configurable: true
|
|
295
294
|
});
|
|
296
295
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "actualRowHeight", {
|
|
297
296
|
get: function () {
|
|
298
|
-
return this.i.
|
|
297
|
+
return this.i.bl;
|
|
299
298
|
},
|
|
300
299
|
enumerable: false,
|
|
301
300
|
configurable: true
|
|
@@ -375,10 +374,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
375
374
|
* Gets or sets the search background color.
|
|
376
375
|
*/
|
|
377
376
|
get: function () {
|
|
378
|
-
return brushToString(this.i.
|
|
377
|
+
return brushToString(this.i.fj);
|
|
379
378
|
},
|
|
380
379
|
set: function (v) {
|
|
381
|
-
this.i.
|
|
380
|
+
this.i.fj = stringToBrush(v);
|
|
382
381
|
},
|
|
383
382
|
enumerable: false,
|
|
384
383
|
configurable: true
|
|
@@ -414,10 +413,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
414
413
|
* Gets or sets the search border color.
|
|
415
414
|
*/
|
|
416
415
|
get: function () {
|
|
417
|
-
return brushToString(this.i.
|
|
416
|
+
return brushToString(this.i.fk);
|
|
418
417
|
},
|
|
419
418
|
set: function (v) {
|
|
420
|
-
this.i.
|
|
419
|
+
this.i.fk = stringToBrush(v);
|
|
421
420
|
},
|
|
422
421
|
enumerable: false,
|
|
423
422
|
configurable: true
|
|
@@ -445,10 +444,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
445
444
|
* Gets or sets the checkbox tick color.
|
|
446
445
|
*/
|
|
447
446
|
get: function () {
|
|
448
|
-
return brushToString(this.i.
|
|
447
|
+
return brushToString(this.i.e9);
|
|
449
448
|
},
|
|
450
449
|
set: function (v) {
|
|
451
|
-
this.i.
|
|
450
|
+
this.i.e9 = stringToBrush(v);
|
|
452
451
|
},
|
|
453
452
|
enumerable: false,
|
|
454
453
|
configurable: true
|
|
@@ -458,10 +457,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
458
457
|
* Gets or sets the checkbox background color when checked.
|
|
459
458
|
*/
|
|
460
459
|
get: function () {
|
|
461
|
-
return brushToString(this.i.
|
|
460
|
+
return brushToString(this.i.e7);
|
|
462
461
|
},
|
|
463
462
|
set: function (v) {
|
|
464
|
-
this.i.
|
|
463
|
+
this.i.e7 = stringToBrush(v);
|
|
465
464
|
},
|
|
466
465
|
enumerable: false,
|
|
467
466
|
configurable: true
|
|
@@ -471,10 +470,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
471
470
|
* Gets or sets the checkbox background color when unchecked.
|
|
472
471
|
*/
|
|
473
472
|
get: function () {
|
|
474
|
-
return brushToString(this.i.
|
|
473
|
+
return brushToString(this.i.fa);
|
|
475
474
|
},
|
|
476
475
|
set: function (v) {
|
|
477
|
-
this.i.
|
|
476
|
+
this.i.fa = stringToBrush(v);
|
|
478
477
|
},
|
|
479
478
|
enumerable: false,
|
|
480
479
|
configurable: true
|
|
@@ -484,10 +483,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
484
483
|
* Gets or sets the checkbox border color when checked.
|
|
485
484
|
*/
|
|
486
485
|
get: function () {
|
|
487
|
-
return brushToString(this.i.
|
|
486
|
+
return brushToString(this.i.e8);
|
|
488
487
|
},
|
|
489
488
|
set: function (v) {
|
|
490
|
-
this.i.
|
|
489
|
+
this.i.e8 = stringToBrush(v);
|
|
491
490
|
},
|
|
492
491
|
enumerable: false,
|
|
493
492
|
configurable: true
|
|
@@ -497,10 +496,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
497
496
|
* Gets or sets the checkbox border color when unchecked.
|
|
498
497
|
*/
|
|
499
498
|
get: function () {
|
|
500
|
-
return brushToString(this.i.
|
|
499
|
+
return brushToString(this.i.fb);
|
|
501
500
|
},
|
|
502
501
|
set: function (v) {
|
|
503
|
-
this.i.
|
|
502
|
+
this.i.fb = stringToBrush(v);
|
|
504
503
|
},
|
|
505
504
|
enumerable: false,
|
|
506
505
|
configurable: true
|
|
@@ -536,10 +535,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
536
535
|
* Gets or sets the scrollbar background color.
|
|
537
536
|
*/
|
|
538
537
|
get: function () {
|
|
539
|
-
return brushToString(this.i.
|
|
538
|
+
return brushToString(this.i.fi);
|
|
540
539
|
},
|
|
541
540
|
set: function (v) {
|
|
542
|
-
this.i.
|
|
541
|
+
this.i.fi = stringToBrush(v);
|
|
543
542
|
},
|
|
544
543
|
enumerable: false,
|
|
545
544
|
configurable: true
|
|
@@ -549,10 +548,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
549
548
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
550
549
|
*/
|
|
551
550
|
get: function () {
|
|
552
|
-
return this.i.
|
|
551
|
+
return this.i.c0;
|
|
553
552
|
},
|
|
554
553
|
set: function (v) {
|
|
555
|
-
this.i.
|
|
554
|
+
this.i.c0 = v;
|
|
556
555
|
},
|
|
557
556
|
enumerable: false,
|
|
558
557
|
configurable: true
|
|
@@ -562,10 +561,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
562
561
|
* Gets or sets the color to use for the "Select All" label.
|
|
563
562
|
*/
|
|
564
563
|
get: function () {
|
|
565
|
-
return brushToString(this.i.
|
|
564
|
+
return brushToString(this.i.fn);
|
|
566
565
|
},
|
|
567
566
|
set: function (v) {
|
|
568
|
-
this.i.
|
|
567
|
+
this.i.fn = stringToBrush(v);
|
|
569
568
|
},
|
|
570
569
|
enumerable: false,
|
|
571
570
|
configurable: true
|
|
@@ -575,10 +574,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
575
574
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
576
575
|
*/
|
|
577
576
|
get: function () {
|
|
578
|
-
return brushToString(this.i.
|
|
577
|
+
return brushToString(this.i.e5);
|
|
579
578
|
},
|
|
580
579
|
set: function (v) {
|
|
581
|
-
this.i.
|
|
580
|
+
this.i.e5 = stringToBrush(v);
|
|
582
581
|
},
|
|
583
582
|
enumerable: false,
|
|
584
583
|
configurable: true
|
|
@@ -627,10 +626,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
627
626
|
* Gets or sets the color to use for the text of the component.
|
|
628
627
|
*/
|
|
629
628
|
get: function () {
|
|
630
|
-
return brushToString(this.i.
|
|
629
|
+
return brushToString(this.i.fp);
|
|
631
630
|
},
|
|
632
631
|
set: function (v) {
|
|
633
|
-
this.i.
|
|
632
|
+
this.i.fp = stringToBrush(v);
|
|
634
633
|
},
|
|
635
634
|
enumerable: false,
|
|
636
635
|
configurable: true
|
|
@@ -747,17 +746,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
747
746
|
|
|
748
747
|
*/
|
|
749
748
|
IgxCheckboxListComponent.prototype.selectAll = function () {
|
|
750
|
-
this.i.
|
|
749
|
+
this.i.ej();
|
|
751
750
|
};
|
|
752
751
|
/**
|
|
753
752
|
* Deselects all the items in the checkbox list.
|
|
754
753
|
|
|
755
754
|
*/
|
|
756
755
|
IgxCheckboxListComponent.prototype.deselectAll = function () {
|
|
757
|
-
this.i.
|
|
756
|
+
this.i.dg();
|
|
758
757
|
};
|
|
759
758
|
IgxCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
760
|
-
this.i.
|
|
759
|
+
this.i.dv(index, oldItem, newItem);
|
|
761
760
|
};
|
|
762
761
|
/**
|
|
763
762
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -765,22 +764,22 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
765
764
|
|
|
766
765
|
*/
|
|
767
766
|
IgxCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
768
|
-
this.i.
|
|
767
|
+
this.i.dr();
|
|
769
768
|
};
|
|
770
769
|
IgxCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
771
|
-
this.i.
|
|
770
|
+
this.i.ds(index, newItem);
|
|
772
771
|
};
|
|
773
772
|
IgxCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
774
|
-
this.i.
|
|
773
|
+
this.i.du(index, oldItem);
|
|
775
774
|
};
|
|
776
775
|
IgxCheckboxListComponent.prototype.refresh = function () {
|
|
777
776
|
this.i.refresh();
|
|
778
777
|
};
|
|
779
778
|
IgxCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
780
|
-
this.i.
|
|
779
|
+
this.i.db(value);
|
|
781
780
|
};
|
|
782
781
|
IgxCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
783
|
-
this.i.
|
|
782
|
+
this.i.eh(value);
|
|
784
783
|
};
|
|
785
784
|
IgxCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
|
|
786
785
|
var iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -791,7 +790,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
791
790
|
|
|
792
791
|
*/
|
|
793
792
|
IgxCheckboxListComponent.prototype.exportVisualModel = function () {
|
|
794
|
-
var iv = this.i.
|
|
793
|
+
var iv = this.i.br();
|
|
795
794
|
return (iv);
|
|
796
795
|
};
|
|
797
796
|
/**
|
|
@@ -799,7 +798,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
799
798
|
|
|
800
799
|
*/
|
|
801
800
|
IgxCheckboxListComponent.prototype.exportSerializedVisualModel = function () {
|
|
802
|
-
var iv = this.i.
|
|
801
|
+
var iv = this.i.ce();
|
|
803
802
|
return (iv);
|
|
804
803
|
};
|
|
805
804
|
/**
|
|
@@ -997,7 +996,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
997
996
|
}
|
|
998
997
|
};
|
|
999
998
|
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", "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 });
|
|
999
|
+
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", "useNewerColumnOptionsMenu", "isGroupRowSticky", "isHeaderSeparatorVisible", "cellSelectedBackground", "cellSelectedTextColor", "sectionHeaderSelectedBackground", "summaryRootBackground", "summarySectionBackground", "pinnedRowOpacity", "editTextStyle", "editOpacity", "deletedTextColor", "stickyRowBackground", "pinnedRowBackground", "lastStickyRowBackground", "activeCell", "cellBackground", "cellTextColor", "headerSortIndicatorColor", "headerSortIndicatorStyle", "cellTextStyle", "sectionHeaderBackground", "sectionHeaderTextColor", "sectionHeaderExpansionIndicatorIconColor", "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", "columnOptionsTextStyle", "columnOptionsHoverBackgroundColor", "columnOptionsToolTipBackgroundColor", "columnOptionsHighlightColor", "columnOptionsSeparatorColor", "columnOptionsGroupHeaderBackground", "columnOptionsGroupHeaderTextColor", "columnOptionsGroupHeaderTextStyle", "columnOptionsAccentColor", "columnOptionsRowHeight", "allowCopyOperation", "maxSelectedCellRanges", "deferEventForRowDragSelection"], outputs: ["filterExpressionsChanging", "filterExpressionsChanged", "cellPreviewPointerDown", "cellPreviewPointerUp", "cellPointerDown", "cellPointerUp", "cellClicked", "filterRowDataBinding", "filterRowDataBound", "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
1000
|
return IgxCheckboxListComponent;
|
|
1002
1001
|
}());
|
|
1003
1002
|
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.g7;
|
|
44
44
|
},
|
|
45
45
|
set: function (v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.g7 = +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.g4;
|
|
54
54
|
},
|
|
55
55
|
set: function (v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.g4 = +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.g5;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.g5 = +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.g4;
|
|
41
41
|
},
|
|
42
42
|
set: function (v) {
|
|
43
|
-
this.i.
|
|
43
|
+
this.i.g4 = +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.g5;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.g5 = +v;
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -44,10 +44,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
44
44
|
* 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.
|
|
45
45
|
*/
|
|
46
46
|
get: function () {
|
|
47
|
-
return this.i.
|
|
47
|
+
return this.i.r9;
|
|
48
48
|
},
|
|
49
49
|
set: function (v) {
|
|
50
|
-
this.i.
|
|
50
|
+
this.i.r9 = v;
|
|
51
51
|
},
|
|
52
52
|
enumerable: false,
|
|
53
53
|
configurable: true
|
|
@@ -57,10 +57,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
57
57
|
* Gets or sets the ComboBox data source.
|
|
58
58
|
*/
|
|
59
59
|
get: function () {
|
|
60
|
-
return this.i.
|
|
60
|
+
return this.i.sa;
|
|
61
61
|
},
|
|
62
62
|
set: function (v) {
|
|
63
|
-
this.i.
|
|
63
|
+
this.i.sa = v;
|
|
64
64
|
},
|
|
65
65
|
enumerable: false,
|
|
66
66
|
configurable: true
|
|
@@ -70,10 +70,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
70
70
|
* Gets or sets the ComboBox text field.
|
|
71
71
|
*/
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.se;
|
|
74
74
|
},
|
|
75
75
|
set: function (v) {
|
|
76
|
-
this.i.
|
|
76
|
+
this.i.se = v;
|
|
77
77
|
},
|
|
78
78
|
enumerable: false,
|
|
79
79
|
configurable: true
|
|
@@ -83,10 +83,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
83
83
|
* Gets or sets the ComboBox value field.
|
|
84
84
|
*/
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.sf;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.sf = v;
|
|
90
90
|
},
|
|
91
91
|
enumerable: false,
|
|
92
92
|
configurable: true
|
|
@@ -96,14 +96,14 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
96
96
|
* Gets or sets the ComboBox value field.
|
|
97
97
|
*/
|
|
98
98
|
get: function () {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.r7;
|
|
100
100
|
},
|
|
101
101
|
set: function (v) {
|
|
102
102
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
103
103
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
104
104
|
v = v.split(re);
|
|
105
105
|
}
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.r7 = v;
|
|
107
107
|
},
|
|
108
108
|
enumerable: false,
|
|
109
109
|
configurable: true
|
|
@@ -1,14 +1,5 @@
|
|
|
1
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
1
2
|
import { DataBindingEventArgs as DataBindingEventArgs_internal } from "./DataBindingEventArgs";
|
|
2
|
-
import { IgxDateTimeCellInfo } from "./igx-date-time-cell-info";
|
|
3
|
-
import { IgxImageCellInfo } from "./igx-image-cell-info";
|
|
4
|
-
import { IgxNumericCellInfo } from "./igx-numeric-cell-info";
|
|
5
|
-
import { IgxRowSeparatorInfo } from "./igx-row-separator-info";
|
|
6
|
-
import { IgxSectionHeaderCellInfo } from "./igx-section-header-cell-info";
|
|
7
|
-
import { IgxTemplateCellInfo } from "./igx-template-cell-info";
|
|
8
|
-
import { IgxTemplateHeaderCellInfo } from "./igx-template-header-cell-info";
|
|
9
|
-
import { IgxTemplateSectionHeaderCellInfo } from "./igx-template-section-header-cell-info";
|
|
10
|
-
import { IgxTextCellInfo } from "./igx-text-cell-info";
|
|
11
|
-
import { IgxTextHeaderCellInfo } from "./igx-text-header-cell-info";
|
|
12
3
|
/**
|
|
13
4
|
* Information about the data binding taking place.
|
|
14
5
|
*/
|
|
@@ -45,40 +36,54 @@ var IgxDataBindingEventArgs = /** @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 = "IgxDateTimeCellInfo";
|
|
51
43
|
break;
|
|
52
44
|
case "ImageCellModel":
|
|
53
|
-
|
|
45
|
+
extTypeName = "IgxImageCellInfo";
|
|
54
46
|
break;
|
|
55
47
|
case "NumericCellModel":
|
|
56
|
-
|
|
48
|
+
extTypeName = "IgxNumericCellInfo";
|
|
57
49
|
break;
|
|
58
50
|
case "RowSeparatorModel":
|
|
59
|
-
|
|
51
|
+
extTypeName = "IgxRowSeparatorInfo";
|
|
60
52
|
break;
|
|
61
53
|
case "SectionHeaderCellModel":
|
|
62
|
-
|
|
54
|
+
extTypeName = "IgxSectionHeaderCellInfo";
|
|
63
55
|
break;
|
|
64
56
|
case "TemplateCellModel":
|
|
65
|
-
|
|
57
|
+
extTypeName = "IgxTemplateCellInfo";
|
|
66
58
|
break;
|
|
67
59
|
case "TemplateHeaderCellModel":
|
|
68
|
-
|
|
60
|
+
extTypeName = "IgxTemplateHeaderCellInfo";
|
|
69
61
|
break;
|
|
70
62
|
case "TemplateSectionHeaderCellModel":
|
|
71
|
-
|
|
63
|
+
extTypeName = "IgxTemplateSectionHeaderCellInfo";
|
|
72
64
|
break;
|
|
73
65
|
case "TextCellModel":
|
|
74
|
-
|
|
66
|
+
extTypeName = "IgxTextCellInfo";
|
|
75
67
|
break;
|
|
76
68
|
case "TextHeaderCellModel":
|
|
77
|
-
|
|
69
|
+
extTypeName = "IgxTextHeaderCellInfo";
|
|
78
70
|
break;
|
|
71
|
+
case "FilterCellModel":
|
|
72
|
+
extTypeName = "IgxFilterCellInfo";
|
|
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
|
},
|