igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.1
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 +16132 -13283
- 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 +44 -36
- package/esm2015/lib/CheckboxListView_combined.js +492 -453
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
- 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 +11 -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 +382 -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 +61 -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 +64 -54
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- 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 +305 -163
- package/esm2015/lib/igx-data-grid-component.js +186 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -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-grid-column-filter-options-component.js +1 -1
- 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 +80 -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 +44 -36
- package/esm5/lib/CheckboxListView_combined.js +476 -433
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
- 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 +11 -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 +400 -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 +61 -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 +67 -53
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- 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 +365 -163
- package/esm5/lib/igx-data-grid-component.js +244 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -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-grid-column-filter-options-component.js +1 -1
- 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 +108 -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 +16030 -13672
- package/fesm5/igniteui-angular-data-grids.js +16132 -13285
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +117 -113
- package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +11 -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 +102 -79
- 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-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +46 -1
- package/lib/igx-data-grid-component.d.ts +73 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -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 +18 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -94,7 +94,6 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
94
94
|
var ren = new AngularRenderer(this.container, this.renderer, window.document, this.ngZone, true, null);
|
|
95
95
|
this._wrapper = ren;
|
|
96
96
|
var filterHr = ren.getWrapper(this._hrElement.nativeElement);
|
|
97
|
-
filterHr.setStyleProperty("margin", "3px 0px");
|
|
98
97
|
filterHr.setStyleProperty("border-top", "1px solid #dde2eb");
|
|
99
98
|
filterHr.setStyleProperty("border-left", "0px");
|
|
100
99
|
filterHr.setStyleProperty("border-right", "0px");
|
|
@@ -177,25 +176,25 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
177
176
|
this.i.dataMemberPath = v;
|
|
178
177
|
}
|
|
179
178
|
get dataLegendTarget() {
|
|
180
|
-
return this.i.
|
|
179
|
+
return this.i.dataLegendTarget;
|
|
181
180
|
}
|
|
182
181
|
set dataLegendTarget(v) {
|
|
183
|
-
this.i.
|
|
182
|
+
this.i.dataLegendTarget = v;
|
|
184
183
|
}
|
|
185
184
|
/**
|
|
186
185
|
* Gets or Sets the property name that contains the values.
|
|
187
186
|
*/
|
|
188
187
|
get subtitleMemberPath() {
|
|
189
|
-
return this.i.
|
|
188
|
+
return this.i.subtitleMemberPath;
|
|
190
189
|
}
|
|
191
190
|
set subtitleMemberPath(v) {
|
|
192
|
-
this.i.
|
|
191
|
+
this.i.subtitleMemberPath = v;
|
|
193
192
|
}
|
|
194
193
|
get propertyTypeMemberPath() {
|
|
195
|
-
return this.i.
|
|
194
|
+
return this.i.propertyTypeMemberPath;
|
|
196
195
|
}
|
|
197
196
|
set propertyTypeMemberPath(v) {
|
|
198
|
-
this.i.
|
|
197
|
+
this.i.propertyTypeMemberPath = v;
|
|
199
198
|
}
|
|
200
199
|
/**
|
|
201
200
|
* Gets or Sets the property name that contains the values.
|
|
@@ -210,10 +209,10 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
210
209
|
* Gets or Sets the property name that contains the values.
|
|
211
210
|
*/
|
|
212
211
|
get filterPlaceholderText() {
|
|
213
|
-
return this.i.
|
|
212
|
+
return this.i.cf;
|
|
214
213
|
}
|
|
215
214
|
set filterPlaceholderText(v) {
|
|
216
|
-
this.i.
|
|
215
|
+
this.i.cf = v;
|
|
217
216
|
}
|
|
218
217
|
/**
|
|
219
218
|
* Gets or Sets the property name that contains the values.
|
|
@@ -228,13 +227,13 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
228
227
|
* Gets or Sets the property name that contains the values.
|
|
229
228
|
*/
|
|
230
229
|
get rowHeight() {
|
|
231
|
-
return this.i.
|
|
230
|
+
return this.i.bn;
|
|
232
231
|
}
|
|
233
232
|
set rowHeight(v) {
|
|
234
|
-
this.i.
|
|
233
|
+
this.i.bn = +v;
|
|
235
234
|
}
|
|
236
235
|
get actualRowHeight() {
|
|
237
|
-
return this.i.
|
|
236
|
+
return this.i.bl;
|
|
238
237
|
}
|
|
239
238
|
/**
|
|
240
239
|
* Gets or Sets the property name that contains the values.
|
|
@@ -290,19 +289,19 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
290
289
|
* Gets or sets the search background color.
|
|
291
290
|
*/
|
|
292
291
|
get searchBackgroundColor() {
|
|
293
|
-
return brushToString(this.i.
|
|
292
|
+
return brushToString(this.i.fm);
|
|
294
293
|
}
|
|
295
294
|
set searchBackgroundColor(v) {
|
|
296
|
-
this.i.
|
|
295
|
+
this.i.fm = stringToBrush(v);
|
|
297
296
|
}
|
|
298
297
|
/**
|
|
299
298
|
* Gets or sets the search background color.
|
|
300
299
|
*/
|
|
301
300
|
get labelClickTriggersChange() {
|
|
302
|
-
return this.i.
|
|
301
|
+
return this.i.labelClickTriggersChange;
|
|
303
302
|
}
|
|
304
303
|
set labelClickTriggersChange(v) {
|
|
305
|
-
this.i.
|
|
304
|
+
this.i.labelClickTriggersChange = ensureBool(v);
|
|
306
305
|
}
|
|
307
306
|
/**
|
|
308
307
|
* Gets or sets the search text color.
|
|
@@ -317,10 +316,19 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
317
316
|
* Gets or sets the search border color.
|
|
318
317
|
*/
|
|
319
318
|
get searchBorderColor() {
|
|
320
|
-
return brushToString(this.i.
|
|
319
|
+
return brushToString(this.i.searchBorderColor);
|
|
321
320
|
}
|
|
322
321
|
set searchBorderColor(v) {
|
|
323
|
-
this.i.
|
|
322
|
+
this.i.searchBorderColor = stringToBrush(v);
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* Gets or sets the search focus border color.
|
|
326
|
+
*/
|
|
327
|
+
get searchFocusBorderColor() {
|
|
328
|
+
return brushToString(this.i.searchFocusBorderColor);
|
|
329
|
+
}
|
|
330
|
+
set searchFocusBorderColor(v) {
|
|
331
|
+
this.i.searchFocusBorderColor = stringToBrush(v);
|
|
324
332
|
}
|
|
325
333
|
/**
|
|
326
334
|
* Gets or sets the text style.
|
|
@@ -340,55 +348,55 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
340
348
|
* Gets or sets the checkbox tick color.
|
|
341
349
|
*/
|
|
342
350
|
get checkboxTickColor() {
|
|
343
|
-
return brushToString(this.i.
|
|
351
|
+
return brushToString(this.i.fc);
|
|
344
352
|
}
|
|
345
353
|
set checkboxTickColor(v) {
|
|
346
|
-
this.i.
|
|
354
|
+
this.i.fc = stringToBrush(v);
|
|
347
355
|
}
|
|
348
356
|
/**
|
|
349
357
|
* Gets or sets the checkbox background color when checked.
|
|
350
358
|
*/
|
|
351
359
|
get checkboxCheckedBackgroundColor() {
|
|
352
|
-
return brushToString(this.i.
|
|
360
|
+
return brushToString(this.i.checkboxCheckedBackgroundColor);
|
|
353
361
|
}
|
|
354
362
|
set checkboxCheckedBackgroundColor(v) {
|
|
355
|
-
this.i.
|
|
363
|
+
this.i.checkboxCheckedBackgroundColor = stringToBrush(v);
|
|
356
364
|
}
|
|
357
365
|
/**
|
|
358
366
|
* Gets or sets the checkbox background color when unchecked.
|
|
359
367
|
*/
|
|
360
368
|
get checkboxUncheckedBackgroundColor() {
|
|
361
|
-
return brushToString(this.i.
|
|
369
|
+
return brushToString(this.i.checkboxUncheckedBackgroundColor);
|
|
362
370
|
}
|
|
363
371
|
set checkboxUncheckedBackgroundColor(v) {
|
|
364
|
-
this.i.
|
|
372
|
+
this.i.checkboxUncheckedBackgroundColor = stringToBrush(v);
|
|
365
373
|
}
|
|
366
374
|
/**
|
|
367
375
|
* Gets or sets the checkbox border color when checked.
|
|
368
376
|
*/
|
|
369
377
|
get checkboxCheckedBorderColor() {
|
|
370
|
-
return brushToString(this.i.
|
|
378
|
+
return brushToString(this.i.checkboxCheckedBorderColor);
|
|
371
379
|
}
|
|
372
380
|
set checkboxCheckedBorderColor(v) {
|
|
373
|
-
this.i.
|
|
381
|
+
this.i.checkboxCheckedBorderColor = stringToBrush(v);
|
|
374
382
|
}
|
|
375
383
|
/**
|
|
376
384
|
* Gets or sets the checkbox border color when unchecked.
|
|
377
385
|
*/
|
|
378
386
|
get checkboxUncheckedBorderColor() {
|
|
379
|
-
return brushToString(this.i.
|
|
387
|
+
return brushToString(this.i.checkboxUncheckedBorderColor);
|
|
380
388
|
}
|
|
381
389
|
set checkboxUncheckedBorderColor(v) {
|
|
382
|
-
this.i.
|
|
390
|
+
this.i.checkboxUncheckedBorderColor = stringToBrush(v);
|
|
383
391
|
}
|
|
384
392
|
/**
|
|
385
393
|
* Gets or sets the corner radius to use for the checkbox.
|
|
386
394
|
*/
|
|
387
395
|
get checkboxCornerRadius() {
|
|
388
|
-
return this.i.
|
|
396
|
+
return this.i.checkboxCornerRadius;
|
|
389
397
|
}
|
|
390
398
|
set checkboxCornerRadius(v) {
|
|
391
|
-
this.i.
|
|
399
|
+
this.i.checkboxCornerRadius = +v;
|
|
392
400
|
}
|
|
393
401
|
/**
|
|
394
402
|
* Gets or sets the style of scrollbar.
|
|
@@ -403,37 +411,37 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
403
411
|
* Gets or sets the scrollbar background color.
|
|
404
412
|
*/
|
|
405
413
|
get scrollbarBackground() {
|
|
406
|
-
return brushToString(this.i.
|
|
414
|
+
return brushToString(this.i.fl);
|
|
407
415
|
}
|
|
408
416
|
set scrollbarBackground(v) {
|
|
409
|
-
this.i.
|
|
417
|
+
this.i.fl = stringToBrush(v);
|
|
410
418
|
}
|
|
411
419
|
/**
|
|
412
420
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
413
421
|
*/
|
|
414
422
|
get selectAllCaption() {
|
|
415
|
-
return this.i.
|
|
423
|
+
return this.i.c1;
|
|
416
424
|
}
|
|
417
425
|
set selectAllCaption(v) {
|
|
418
|
-
this.i.
|
|
426
|
+
this.i.c1 = v;
|
|
419
427
|
}
|
|
420
428
|
/**
|
|
421
429
|
* Gets or sets the color to use for the "Select All" label.
|
|
422
430
|
*/
|
|
423
431
|
get selectAllCaptionTextColor() {
|
|
424
|
-
return brushToString(this.i.
|
|
432
|
+
return brushToString(this.i.selectAllCaptionTextColor);
|
|
425
433
|
}
|
|
426
434
|
set selectAllCaptionTextColor(v) {
|
|
427
|
-
this.i.
|
|
435
|
+
this.i.selectAllCaptionTextColor = stringToBrush(v);
|
|
428
436
|
}
|
|
429
437
|
/**
|
|
430
438
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
431
439
|
*/
|
|
432
440
|
get actualSelectAllCaptionTextColor() {
|
|
433
|
-
return brushToString(this.i.
|
|
441
|
+
return brushToString(this.i.e8);
|
|
434
442
|
}
|
|
435
443
|
set actualSelectAllCaptionTextColor(v) {
|
|
436
|
-
this.i.
|
|
444
|
+
this.i.e8 = stringToBrush(v);
|
|
437
445
|
}
|
|
438
446
|
/**
|
|
439
447
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
@@ -466,10 +474,10 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
466
474
|
* Gets or sets the color to use for the text of the component.
|
|
467
475
|
*/
|
|
468
476
|
get textColor() {
|
|
469
|
-
return brushToString(this.i.
|
|
477
|
+
return brushToString(this.i.textColor);
|
|
470
478
|
}
|
|
471
479
|
set textColor(v) {
|
|
472
|
-
this.i.
|
|
480
|
+
this.i.textColor = stringToBrush(v);
|
|
473
481
|
}
|
|
474
482
|
/**
|
|
475
483
|
* Gets or sets whether the filter input is visible.
|
|
@@ -493,10 +501,10 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
493
501
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
494
502
|
*/
|
|
495
503
|
get checkboxAlignedRight() {
|
|
496
|
-
return this.i.
|
|
504
|
+
return this.i.checkboxAlignedRight;
|
|
497
505
|
}
|
|
498
506
|
set checkboxAlignedRight(v) {
|
|
499
|
-
this.i.
|
|
507
|
+
this.i.checkboxAlignedRight = ensureBool(v);
|
|
500
508
|
}
|
|
501
509
|
findByName(name) {
|
|
502
510
|
if (this.findEphemera) {
|
|
@@ -567,17 +575,17 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
567
575
|
|
|
568
576
|
*/
|
|
569
577
|
selectAll() {
|
|
570
|
-
this.i.
|
|
578
|
+
this.i.el();
|
|
571
579
|
}
|
|
572
580
|
/**
|
|
573
581
|
* Deselects all the items in the checkbox list.
|
|
574
582
|
|
|
575
583
|
*/
|
|
576
584
|
deselectAll() {
|
|
577
|
-
this.i.
|
|
585
|
+
this.i.dh();
|
|
578
586
|
}
|
|
579
587
|
notifySetItem(index, oldItem, newItem) {
|
|
580
|
-
this.i.
|
|
588
|
+
this.i.dw(index, oldItem, newItem);
|
|
581
589
|
}
|
|
582
590
|
/**
|
|
583
591
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -585,22 +593,22 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
585
593
|
|
|
586
594
|
*/
|
|
587
595
|
notifyClearItems() {
|
|
588
|
-
this.i.
|
|
596
|
+
this.i.ds();
|
|
589
597
|
}
|
|
590
598
|
notifyInsertItem(index, newItem) {
|
|
591
|
-
this.i.
|
|
599
|
+
this.i.dt(index, newItem);
|
|
592
600
|
}
|
|
593
601
|
notifyRemoveItem(index, oldItem) {
|
|
594
|
-
this.i.
|
|
602
|
+
this.i.dv(index, oldItem);
|
|
595
603
|
}
|
|
596
604
|
refresh() {
|
|
597
605
|
this.i.refresh();
|
|
598
606
|
}
|
|
599
607
|
addKeyValue(value) {
|
|
600
|
-
this.i.
|
|
608
|
+
this.i.dc(value);
|
|
601
609
|
}
|
|
602
610
|
removeKeyValue(value) {
|
|
603
|
-
this.i.
|
|
611
|
+
this.i.ej(value);
|
|
604
612
|
}
|
|
605
613
|
getDesiredSize(availableSize) {
|
|
606
614
|
let iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -611,7 +619,7 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
611
619
|
|
|
612
620
|
*/
|
|
613
621
|
exportVisualModel() {
|
|
614
|
-
let iv = this.i.
|
|
622
|
+
let iv = this.i.br();
|
|
615
623
|
return (iv);
|
|
616
624
|
}
|
|
617
625
|
/**
|
|
@@ -619,7 +627,7 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
619
627
|
|
|
620
628
|
*/
|
|
621
629
|
exportSerializedVisualModel() {
|
|
622
|
-
let iv = this.i.
|
|
630
|
+
let iv = this.i.ce();
|
|
623
631
|
return (iv);
|
|
624
632
|
}
|
|
625
633
|
/**
|
|
@@ -783,13 +791,13 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
783
791
|
}
|
|
784
792
|
}
|
|
785
793
|
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 });
|
|
786
|
-
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%">
|
|
794
|
+
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", searchFocusBorderColor: "searchFocusBorderColor", 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%">
|
|
787
795
|
<div>
|
|
788
796
|
</div>
|
|
789
797
|
<hr #hrElement>
|
|
790
798
|
<div #selectAllSection key='checkBoxListSelectAllSection'></div>
|
|
791
799
|
<igx-data-grid #listGrid headerHeight="0"></igx-data-grid>
|
|
792
|
-
</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 });
|
|
800
|
+
</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", "expandCollapseOnSectionHeaderClick", "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", "columnOptionsToolTipTextColor", "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 });
|
|
793
801
|
return IgxCheckboxListComponent;
|
|
794
802
|
})();
|
|
795
803
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxCheckboxListComponent, decorators: [{
|
|
@@ -868,6 +876,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
868
876
|
type: Input
|
|
869
877
|
}], searchBorderColor: [{
|
|
870
878
|
type: Input
|
|
879
|
+
}], searchFocusBorderColor: [{
|
|
880
|
+
type: Input
|
|
871
881
|
}], searchTextStyle: [{
|
|
872
882
|
type: Input
|
|
873
883
|
}], checkboxTickColor: [{
|
|
@@ -242,7 +242,7 @@ export let IgxColumnChooserComponent = /*@__PURE__*/ (() => {
|
|
|
242
242
|
IgxColumnChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxColumnChooserComponent, selector: "igx-column-chooser", inputs: { height: "height", width: "width", targetGrid: "targetGrid", title: "title", titleStyle: "titleStyle", titleColor: "titleColor", filterPlaceholderText: "filterPlaceholderText", baseTheme: "baseTheme", density: "density", backgroundColor: "backgroundColor" }, host: { classAttribute: "ig-column-chooser igx-column-chooser" }, providers: [], viewQueries: [{ propertyName: "_checkboxList", first: true, predicate: ["checkboxList"], descendants: true, read: IgxCheckboxListComponent, static: true }, { propertyName: "_chooserContainer", first: true, predicate: ["chooserContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `<div #chooserContainer>
|
|
243
243
|
<span></span>
|
|
244
244
|
<igx-checkbox-list #checkboxList></igx-checkbox-list>
|
|
245
|
-
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
245
|
+
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
246
246
|
return IgxColumnChooserComponent;
|
|
247
247
|
})();
|
|
248
248
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColumnChooserComponent, decorators: [{
|
|
@@ -34,22 +34,22 @@ export let IgxColumnMovingSeparatorComponent = /*@__PURE__*/ (() => {
|
|
|
34
34
|
* Gets or sets the separator width for this column.
|
|
35
35
|
*/
|
|
36
36
|
get separatorWidth() {
|
|
37
|
-
return this.i.
|
|
37
|
+
return this.i.g7;
|
|
38
38
|
}
|
|
39
39
|
set separatorWidth(v) {
|
|
40
|
-
this.i.
|
|
40
|
+
this.i.g7 = +v;
|
|
41
41
|
}
|
|
42
42
|
get actualOpacity() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.g4;
|
|
44
44
|
}
|
|
45
45
|
set actualOpacity(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.g4 = +v;
|
|
47
47
|
}
|
|
48
48
|
get opacity() {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.g5;
|
|
50
50
|
}
|
|
51
51
|
set opacity(v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.g5 = +v;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
IgxColumnMovingSeparatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColumnMovingSeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -241,7 +241,7 @@ export let IgxColumnPinningComponent = /*@__PURE__*/ (() => {
|
|
|
241
241
|
IgxColumnPinningComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxColumnPinningComponent, selector: "igx-column-pinning", inputs: { height: "height", width: "width", targetGrid: "targetGrid", title: "title", titleStyle: "titleStyle", titleColor: "titleColor", filterPlaceholderText: "filterPlaceholderText", baseTheme: "baseTheme", density: "density", backgroundColor: "backgroundColor" }, host: { classAttribute: "ig-column-pinning igx-column-pinning" }, providers: [], viewQueries: [{ propertyName: "_checkboxList", first: true, predicate: ["checkboxList"], descendants: true, read: IgxCheckboxListComponent, static: true }, { propertyName: "_pinningContainer", first: true, predicate: ["pinningContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `<div #pinningContainer>
|
|
242
242
|
<span></span>
|
|
243
243
|
<igx-checkbox-list #checkboxList ></igx-checkbox-list>
|
|
244
|
-
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
244
|
+
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
245
245
|
return IgxColumnPinningComponent;
|
|
246
246
|
})();
|
|
247
247
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColumnPinningComponent, decorators: [{
|
|
@@ -31,16 +31,16 @@ export let IgxColumnResizingSeparatorComponent = /*@__PURE__*/ (() => {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
get actualOpacity() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.g4;
|
|
35
35
|
}
|
|
36
36
|
set actualOpacity(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.g4 = +v;
|
|
38
38
|
}
|
|
39
39
|
get opacity() {
|
|
40
|
-
return this.i.
|
|
40
|
+
return this.i.g5;
|
|
41
41
|
}
|
|
42
42
|
set opacity(v) {
|
|
43
|
-
this.i.
|
|
43
|
+
this.i.g5 = +v;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
IgxColumnResizingSeparatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColumnResizingSeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -38,50 +38,50 @@ export let IgxComboBoxColumnComponent = /*@__PURE__*/ (() => {
|
|
|
38
38
|
* 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.
|
|
39
39
|
*/
|
|
40
40
|
get actualDataSource() {
|
|
41
|
-
return this.i.
|
|
41
|
+
return this.i.sg;
|
|
42
42
|
}
|
|
43
43
|
set actualDataSource(v) {
|
|
44
|
-
this.i.
|
|
44
|
+
this.i.sg = v;
|
|
45
45
|
}
|
|
46
46
|
/**
|
|
47
47
|
* Gets or sets the ComboBox data source.
|
|
48
48
|
*/
|
|
49
49
|
get dataSource() {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.sh;
|
|
51
51
|
}
|
|
52
52
|
set dataSource(v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.sh = v;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
56
|
* Gets or sets the ComboBox text field.
|
|
57
57
|
*/
|
|
58
58
|
get textField() {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.sl;
|
|
60
60
|
}
|
|
61
61
|
set textField(v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.sl = v;
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets or sets the ComboBox value field.
|
|
66
66
|
*/
|
|
67
67
|
get valueField() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.sm;
|
|
69
69
|
}
|
|
70
70
|
set valueField(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.sm = v;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets the ComboBox value field.
|
|
75
75
|
*/
|
|
76
76
|
get valueMultiField() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.se;
|
|
78
78
|
}
|
|
79
79
|
set valueMultiField(v) {
|
|
80
80
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
81
81
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
82
82
|
v = v.split(re);
|
|
83
83
|
}
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.se = v;
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
IgxComboBoxColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxComboBoxColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -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
|
*/
|
|
@@ -40,40 +31,54 @@ export class IgxDataBindingEventArgs {
|
|
|
40
31
|
}
|
|
41
32
|
if (!this.i.cellInfo.externalObject) {
|
|
42
33
|
let ext = null;
|
|
34
|
+
let extTypeName = null;
|
|
43
35
|
switch (this.i.cellInfo.$type.name) {
|
|
44
36
|
case "DateTimeCellModel":
|
|
45
|
-
|
|
37
|
+
extTypeName = "IgxDateTimeCellInfo";
|
|
46
38
|
break;
|
|
47
39
|
case "ImageCellModel":
|
|
48
|
-
|
|
40
|
+
extTypeName = "IgxImageCellInfo";
|
|
49
41
|
break;
|
|
50
42
|
case "NumericCellModel":
|
|
51
|
-
|
|
43
|
+
extTypeName = "IgxNumericCellInfo";
|
|
52
44
|
break;
|
|
53
45
|
case "RowSeparatorModel":
|
|
54
|
-
|
|
46
|
+
extTypeName = "IgxRowSeparatorInfo";
|
|
55
47
|
break;
|
|
56
48
|
case "SectionHeaderCellModel":
|
|
57
|
-
|
|
49
|
+
extTypeName = "IgxSectionHeaderCellInfo";
|
|
58
50
|
break;
|
|
59
51
|
case "TemplateCellModel":
|
|
60
|
-
|
|
52
|
+
extTypeName = "IgxTemplateCellInfo";
|
|
61
53
|
break;
|
|
62
54
|
case "TemplateHeaderCellModel":
|
|
63
|
-
|
|
55
|
+
extTypeName = "IgxTemplateHeaderCellInfo";
|
|
64
56
|
break;
|
|
65
57
|
case "TemplateSectionHeaderCellModel":
|
|
66
|
-
|
|
58
|
+
extTypeName = "IgxTemplateSectionHeaderCellInfo";
|
|
67
59
|
break;
|
|
68
60
|
case "TextCellModel":
|
|
69
|
-
|
|
61
|
+
extTypeName = "IgxTextCellInfo";
|
|
70
62
|
break;
|
|
71
63
|
case "TextHeaderCellModel":
|
|
72
|
-
|
|
64
|
+
extTypeName = "IgxTextHeaderCellInfo";
|
|
73
65
|
break;
|
|
66
|
+
case "FilterCellModel":
|
|
67
|
+
extTypeName = "IgxFilterCellInfo";
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
if (extTypeName) {
|
|
71
|
+
if (TypeRegistrar.isRegistered(extTypeName)) {
|
|
72
|
+
ext = TypeRegistrar.create(extTypeName);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
if (ext) {
|
|
76
|
+
ext._implementation = this.i.cellInfo;
|
|
77
|
+
this.i.cellInfo.externalObject = ext;
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
return null;
|
|
74
81
|
}
|
|
75
|
-
ext._implementation = this.i.cellInfo;
|
|
76
|
-
this.i.cellInfo.externalObject = ext;
|
|
77
82
|
}
|
|
78
83
|
return this.i.cellInfo.externalObject;
|
|
79
84
|
}
|