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
|
@@ -10,12 +10,14 @@ import { IgxSectionHeaderModule } from './igx-section-header-module';
|
|
|
10
10
|
import { IgxSectionHeaderComponent } from './igx-section-header-component';
|
|
11
11
|
import { SectionHeader } from './SectionHeader';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxSectionHeaderCellInfo } from './igx-section-header-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
export let IgxSectionHeaderDynamicModule = /*@__PURE__*/ (() => {
|
|
15
16
|
class IgxSectionHeaderDynamicModule {
|
|
16
17
|
constructor() {
|
|
17
18
|
TypeRegistrar.registerCons("IgxSectionHeaderComponent", IgxSectionHeaderComponent);
|
|
18
19
|
TypeRegistrar.register("SectionHeader", SectionHeader.$type);
|
|
20
|
+
TypeRegistrar.registerCons("IgxSectionHeaderCellInfo", IgxSectionHeaderCellInfo);
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
23
|
IgxSectionHeaderDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSectionHeaderDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -22,38 +22,38 @@ export class IgxSummaryCellInfo extends IgxCellInfo {
|
|
|
22
22
|
* Sets or gets the resolved summary label for the summary cell.
|
|
23
23
|
*/
|
|
24
24
|
get resolvedSummaryLabel() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.oh;
|
|
26
26
|
}
|
|
27
27
|
set resolvedSummaryLabel(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.oh = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Sets or gets the resolved summary value for the sumamry cell.
|
|
32
32
|
*/
|
|
33
33
|
get resolvedSummaryValue() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.oj;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryValue(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.oj = v;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Gets or sets the color of the text for the summary label in the cell.
|
|
41
41
|
*/
|
|
42
42
|
get summaryLabelTextColor() {
|
|
43
|
-
return brushToString(this.i.
|
|
43
|
+
return brushToString(this.i.oo);
|
|
44
44
|
}
|
|
45
45
|
set summaryLabelTextColor(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.oo = stringToBrush(v);
|
|
47
47
|
}
|
|
48
48
|
get font() {
|
|
49
|
-
if (this.i.
|
|
49
|
+
if (this.i.oa == null) {
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.oa.fontString;
|
|
53
53
|
}
|
|
54
54
|
set font(v) {
|
|
55
55
|
let fi = new FontInfo();
|
|
56
56
|
fi.fontString = v;
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.oa = fi;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -32,37 +32,37 @@ export let IgxSummaryRowComponent = /*@__PURE__*/ (() => {
|
|
|
32
32
|
* Gets or sets the background color for summary cells when selected.
|
|
33
33
|
*/
|
|
34
34
|
get selectedBackground() {
|
|
35
|
-
return brushToString(this.i.
|
|
35
|
+
return brushToString(this.i.hz);
|
|
36
36
|
}
|
|
37
37
|
set selectedBackground(v) {
|
|
38
|
-
this.i.
|
|
38
|
+
this.i.hz = stringToBrush(v);
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* Gets the actual background color for summary cells when selected.
|
|
42
42
|
*/
|
|
43
43
|
get actualSelectedBackground() {
|
|
44
|
-
return brushToString(this.i.
|
|
44
|
+
return brushToString(this.i.hw);
|
|
45
45
|
}
|
|
46
46
|
set actualSelectedBackground(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.hw = stringToBrush(v);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Gets or sets the text color for the summary labels.
|
|
51
51
|
*/
|
|
52
52
|
get summaryLabelTextColor() {
|
|
53
|
-
return brushToString(this.i.
|
|
53
|
+
return brushToString(this.i.h0);
|
|
54
54
|
}
|
|
55
55
|
set summaryLabelTextColor(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.h0 = stringToBrush(v);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Gets the actual text color for the summary labels.
|
|
60
60
|
*/
|
|
61
61
|
get actualSummaryLabelTextColor() {
|
|
62
|
-
return brushToString(this.i.
|
|
62
|
+
return brushToString(this.i.hx);
|
|
63
63
|
}
|
|
64
64
|
set actualSummaryLabelTextColor(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.hx = stringToBrush(v);
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Gets or sets the text style for the summary labels.
|
|
@@ -82,37 +82,37 @@ export let IgxSummaryRowComponent = /*@__PURE__*/ (() => {
|
|
|
82
82
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
83
83
|
*/
|
|
84
84
|
get paddingLeft() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.hc;
|
|
86
86
|
}
|
|
87
87
|
set paddingLeft(v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.hc = +v;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
92
92
|
*/
|
|
93
93
|
get paddingTop() {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.he;
|
|
95
95
|
}
|
|
96
96
|
set paddingTop(v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.he = +v;
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
101
101
|
*/
|
|
102
102
|
get paddingRight() {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.hd;
|
|
104
104
|
}
|
|
105
105
|
set paddingRight(v) {
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.hd = +v;
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
109
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
110
110
|
*/
|
|
111
111
|
get paddingBottom() {
|
|
112
|
-
return this.i.
|
|
112
|
+
return this.i.hb;
|
|
113
113
|
}
|
|
114
114
|
set paddingBottom(v) {
|
|
115
|
-
this.i.
|
|
115
|
+
this.i.hb = +v;
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
IgxSummaryRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -10,12 +10,14 @@ import { IgxTemplateColumnModule } from './igx-template-column-module';
|
|
|
10
10
|
import { IgxTemplateColumnComponent } from './igx-template-column-component';
|
|
11
11
|
import { TemplateColumn } from './TemplateColumn';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxTemplateCellInfo } from './igx-template-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
export let IgxTemplateColumnDynamicModule = /*@__PURE__*/ (() => {
|
|
15
16
|
class IgxTemplateColumnDynamicModule {
|
|
16
17
|
constructor() {
|
|
17
18
|
TypeRegistrar.registerCons("IgxTemplateColumnComponent", IgxTemplateColumnComponent);
|
|
18
19
|
TypeRegistrar.register("TemplateColumn", TemplateColumn.$type);
|
|
20
|
+
TypeRegistrar.registerCons("IgxTemplateCellInfo", IgxTemplateCellInfo);
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
23
|
IgxTemplateColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTemplateColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -21,9 +21,9 @@ export class IgxTemplateHeaderCellInfo extends IgxTemplateCellInfo {
|
|
|
21
21
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
22
22
|
*/
|
|
23
23
|
get isFilterUIVisible() {
|
|
24
|
-
return this.i.
|
|
24
|
+
return this.i.oe;
|
|
25
25
|
}
|
|
26
26
|
set isFilterUIVisible(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.oe = ensureBool(v);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -10,12 +10,14 @@ import { IgxTemplateHeaderModule } from './igx-template-header-module';
|
|
|
10
10
|
import { IgxTemplateHeaderComponent } from './igx-template-header-component';
|
|
11
11
|
import { TemplateHeader } from './TemplateHeader';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxTemplateHeaderCellInfo } from './igx-template-header-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
export let IgxTemplateHeaderDynamicModule = /*@__PURE__*/ (() => {
|
|
15
16
|
class IgxTemplateHeaderDynamicModule {
|
|
16
17
|
constructor() {
|
|
17
18
|
TypeRegistrar.registerCons("IgxTemplateHeaderComponent", IgxTemplateHeaderComponent);
|
|
18
19
|
TypeRegistrar.register("TemplateHeader", TemplateHeader.$type);
|
|
20
|
+
TypeRegistrar.registerCons("IgxTemplateHeaderCellInfo", IgxTemplateHeaderCellInfo);
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
23
|
IgxTemplateHeaderDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTemplateHeaderDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -10,12 +10,16 @@ import { IgxTemplateSectionHeaderModule } from './igx-template-section-header-mo
|
|
|
10
10
|
import { IgxTemplateSectionHeaderComponent } from './igx-template-section-header-component';
|
|
11
11
|
import { TemplateSectionHeader } from './TemplateSectionHeader';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxTemplateSectionHeaderCellInfo } from './igx-template-section-header-cell-info';
|
|
14
|
+
import { IgxSectionHeaderCellInfo } from './igx-section-header-cell-info';
|
|
13
15
|
import * as i0 from "@angular/core";
|
|
14
16
|
export let IgxTemplateSectionHeaderDynamicModule = /*@__PURE__*/ (() => {
|
|
15
17
|
class IgxTemplateSectionHeaderDynamicModule {
|
|
16
18
|
constructor() {
|
|
17
19
|
TypeRegistrar.registerCons("IgxTemplateSectionHeaderComponent", IgxTemplateSectionHeaderComponent);
|
|
18
20
|
TypeRegistrar.register("TemplateSectionHeader", TemplateSectionHeader.$type);
|
|
21
|
+
TypeRegistrar.registerCons("IgxTemplateSectionHeaderCellInfo", IgxTemplateSectionHeaderCellInfo);
|
|
22
|
+
TypeRegistrar.registerCons("IgxSectionHeaderCellInfo", IgxSectionHeaderCellInfo);
|
|
19
23
|
}
|
|
20
24
|
}
|
|
21
25
|
IgxTemplateSectionHeaderDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTemplateSectionHeaderDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -40,37 +40,37 @@ export let IgxTextColumnComponent = /*@__PURE__*/ (() => {
|
|
|
40
40
|
* Gets or sets the editor type used for editing cells in this column.
|
|
41
41
|
*/
|
|
42
42
|
get editorType() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.se;
|
|
44
44
|
}
|
|
45
45
|
set editorType(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.se = ensureEnum(EditorType_$type, v);
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* Gets or sets the ComboBox data source.
|
|
50
50
|
*/
|
|
51
51
|
get editorDataSource() {
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.sf;
|
|
53
53
|
}
|
|
54
54
|
set editorDataSource(v) {
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.sf = v;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* Gets or sets the ComboBox text field.
|
|
59
59
|
*/
|
|
60
60
|
get editorTextField() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.sh;
|
|
62
62
|
}
|
|
63
63
|
set editorTextField(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.sh = v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Gets or sets the ComboBox value field.
|
|
68
68
|
*/
|
|
69
69
|
get editorValueField() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.si;
|
|
71
71
|
}
|
|
72
72
|
set editorValueField(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.si = v;
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
IgxTextColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -10,12 +10,14 @@ import { IgxTextColumnModule } from './igx-text-column-module';
|
|
|
10
10
|
import { IgxTextColumnComponent } from './igx-text-column-component';
|
|
11
11
|
import { TextColumn } from './TextColumn';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxTextCellInfo } from './igx-text-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
export let IgxTextColumnDynamicModule = /*@__PURE__*/ (() => {
|
|
15
16
|
class IgxTextColumnDynamicModule {
|
|
16
17
|
constructor() {
|
|
17
18
|
TypeRegistrar.registerCons("IgxTextColumnComponent", IgxTextColumnComponent);
|
|
18
19
|
TypeRegistrar.register("TextColumn", TextColumn.$type);
|
|
20
|
+
TypeRegistrar.registerCons("IgxTextCellInfo", IgxTextCellInfo);
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
23
|
IgxTextColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -5,6 +5,7 @@ import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
|
5
5
|
import { IgxTextCellInfo } from "./igx-text-cell-info";
|
|
6
6
|
import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
|
|
7
7
|
import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-angular-core";
|
|
8
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
8
9
|
/**
|
|
9
10
|
* Backing information for a text header cell.
|
|
10
11
|
*/
|
|
@@ -25,102 +26,157 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
|
|
|
25
26
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
26
27
|
*/
|
|
27
28
|
get isColumnOptionsEnabled() {
|
|
28
|
-
return this.i.
|
|
29
|
+
return this.i.oq;
|
|
29
30
|
}
|
|
30
31
|
set isColumnOptionsEnabled(v) {
|
|
31
|
-
this.i.
|
|
32
|
+
this.i.oq = ensureBool(v);
|
|
32
33
|
}
|
|
33
34
|
get sortIndicatorStyle() {
|
|
34
|
-
return this.i.
|
|
35
|
+
return this.i.oi;
|
|
35
36
|
}
|
|
36
37
|
set sortIndicatorStyle(v) {
|
|
37
|
-
this.i.
|
|
38
|
+
this.i.oi = ensureEnum(SortIndicatorStyle_$type, v);
|
|
38
39
|
}
|
|
39
40
|
/**
|
|
40
41
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
41
42
|
*/
|
|
42
43
|
get columnOptionsIconAlignment() {
|
|
43
|
-
return this.i.
|
|
44
|
+
return this.i.oe;
|
|
44
45
|
}
|
|
45
46
|
set columnOptionsIconAlignment(v) {
|
|
46
|
-
this.i.
|
|
47
|
+
this.i.oe = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
47
48
|
}
|
|
48
49
|
/**
|
|
49
50
|
* Gets or sets the color for the column options icon in the header.
|
|
50
51
|
*/
|
|
51
52
|
get columnOptionsIconColor() {
|
|
52
|
-
return brushToString(this.i.
|
|
53
|
+
return brushToString(this.i.qc);
|
|
53
54
|
}
|
|
54
55
|
set columnOptionsIconColor(v) {
|
|
55
|
-
this.i.
|
|
56
|
+
this.i.qc = stringToBrush(v);
|
|
56
57
|
}
|
|
57
58
|
/**
|
|
58
59
|
* Gets or sets how the column option icon will behave in the header.
|
|
59
60
|
*/
|
|
60
61
|
get columnOptionsIconBehavior() {
|
|
61
|
-
return this.i.
|
|
62
|
+
return this.i.og;
|
|
62
63
|
}
|
|
63
64
|
set columnOptionsIconBehavior(v) {
|
|
64
|
-
this.i.
|
|
65
|
+
this.i.og = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
65
66
|
}
|
|
66
67
|
/**
|
|
67
68
|
* Gets or sets the column options theme.
|
|
68
69
|
*/
|
|
69
70
|
get columnOptionsTheme() {
|
|
70
|
-
return this.i.
|
|
71
|
+
return this.i.ok;
|
|
71
72
|
}
|
|
72
73
|
set columnOptionsTheme(v) {
|
|
73
|
-
this.i.
|
|
74
|
+
this.i.ok = ensureEnum(BaseControlTheme_$type, v);
|
|
74
75
|
}
|
|
75
76
|
/**
|
|
76
77
|
* Gets or sets the column options dropdown background color.
|
|
77
78
|
*/
|
|
78
79
|
get columnOptionsBackground() {
|
|
79
|
-
return brushToString(this.i.
|
|
80
|
+
return brushToString(this.i.p7);
|
|
80
81
|
}
|
|
81
82
|
set columnOptionsBackground(v) {
|
|
82
|
-
this.i.
|
|
83
|
+
this.i.p7 = stringToBrush(v);
|
|
83
84
|
}
|
|
84
85
|
/**
|
|
85
86
|
* Gets or sets the text color for text inside the column options menu.
|
|
86
87
|
*/
|
|
87
88
|
get columnOptionsTextColor() {
|
|
88
|
-
return brushToString(this.i.
|
|
89
|
+
return brushToString(this.i.qe);
|
|
89
90
|
}
|
|
90
91
|
set columnOptionsTextColor(v) {
|
|
91
|
-
this.i.
|
|
92
|
+
this.i.qe = stringToBrush(v);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
96
|
+
*/
|
|
97
|
+
get columnOptionsTextStyle() {
|
|
98
|
+
if (this.i.oo == null) {
|
|
99
|
+
return null;
|
|
100
|
+
}
|
|
101
|
+
return this.i.oo.fontString;
|
|
102
|
+
}
|
|
103
|
+
set columnOptionsTextStyle(v) {
|
|
104
|
+
let fi = new FontInfo();
|
|
105
|
+
fi.fontString = v;
|
|
106
|
+
this.i.oo = fi;
|
|
107
|
+
}
|
|
108
|
+
get columnOptionsHoverBackgroundColor() {
|
|
109
|
+
return brushToString(this.i.qb);
|
|
110
|
+
}
|
|
111
|
+
set columnOptionsHoverBackgroundColor(v) {
|
|
112
|
+
this.i.qb = stringToBrush(v);
|
|
113
|
+
}
|
|
114
|
+
get columnOptionsToolTipBackgroundColor() {
|
|
115
|
+
return brushToString(this.i.qf);
|
|
116
|
+
}
|
|
117
|
+
set columnOptionsToolTipBackgroundColor(v) {
|
|
118
|
+
this.i.qf = stringToBrush(v);
|
|
119
|
+
}
|
|
120
|
+
get columnOptionsToolTipTextColor() {
|
|
121
|
+
return brushToString(this.i.qg);
|
|
122
|
+
}
|
|
123
|
+
set columnOptionsToolTipTextColor(v) {
|
|
124
|
+
this.i.qg = stringToBrush(v);
|
|
125
|
+
}
|
|
126
|
+
get columnOptionsHighlightColor() {
|
|
127
|
+
return brushToString(this.i.qa);
|
|
128
|
+
}
|
|
129
|
+
set columnOptionsHighlightColor(v) {
|
|
130
|
+
this.i.qa = stringToBrush(v);
|
|
92
131
|
}
|
|
93
132
|
/**
|
|
94
133
|
* Gets or sets the color of separators inside the column options menu.
|
|
95
134
|
*/
|
|
96
135
|
get columnOptionsSeparatorColor() {
|
|
97
|
-
return brushToString(this.i.
|
|
136
|
+
return brushToString(this.i.qd);
|
|
98
137
|
}
|
|
99
138
|
set columnOptionsSeparatorColor(v) {
|
|
100
|
-
this.i.
|
|
139
|
+
this.i.qd = stringToBrush(v);
|
|
101
140
|
}
|
|
102
141
|
/**
|
|
103
142
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
104
143
|
*/
|
|
105
144
|
get columnOptionsGroupHeaderBackground() {
|
|
106
|
-
return brushToString(this.i.
|
|
145
|
+
return brushToString(this.i.p8);
|
|
107
146
|
}
|
|
108
147
|
set columnOptionsGroupHeaderBackground(v) {
|
|
109
|
-
this.i.
|
|
148
|
+
this.i.p8 = stringToBrush(v);
|
|
110
149
|
}
|
|
111
150
|
/**
|
|
112
151
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
113
152
|
*/
|
|
114
153
|
get columnOptionsGroupHeaderTextColor() {
|
|
115
|
-
return brushToString(this.i.
|
|
154
|
+
return brushToString(this.i.p9);
|
|
116
155
|
}
|
|
117
156
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
118
|
-
this.i.
|
|
157
|
+
this.i.p9 = stringToBrush(v);
|
|
158
|
+
}
|
|
159
|
+
get columnOptionsGroupHeaderTextStyle() {
|
|
160
|
+
if (this.i.on == null) {
|
|
161
|
+
return null;
|
|
162
|
+
}
|
|
163
|
+
return this.i.on.fontString;
|
|
164
|
+
}
|
|
165
|
+
set columnOptionsGroupHeaderTextStyle(v) {
|
|
166
|
+
let fi = new FontInfo();
|
|
167
|
+
fi.fontString = v;
|
|
168
|
+
this.i.on = fi;
|
|
119
169
|
}
|
|
120
170
|
get columnOptionsAccentColor() {
|
|
121
|
-
return brushToString(this.i.
|
|
171
|
+
return brushToString(this.i.p6);
|
|
122
172
|
}
|
|
123
173
|
set columnOptionsAccentColor(v) {
|
|
124
|
-
this.i.
|
|
174
|
+
this.i.p6 = stringToBrush(v);
|
|
175
|
+
}
|
|
176
|
+
get columnOptionsRowHeight() {
|
|
177
|
+
return this.i.o2;
|
|
178
|
+
}
|
|
179
|
+
set columnOptionsRowHeight(v) {
|
|
180
|
+
this.i.o2 = +v;
|
|
125
181
|
}
|
|
126
182
|
}
|
|
@@ -10,12 +10,14 @@ import { IgxTextHeaderModule } from './igx-text-header-module';
|
|
|
10
10
|
import { IgxTextHeaderComponent } from './igx-text-header-component';
|
|
11
11
|
import { TextHeader } from './TextHeader';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxTextHeaderCellInfo } from './igx-text-header-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
export let IgxTextHeaderDynamicModule = /*@__PURE__*/ (() => {
|
|
15
16
|
class IgxTextHeaderDynamicModule {
|
|
16
17
|
constructor() {
|
|
17
18
|
TypeRegistrar.registerCons("IgxTextHeaderComponent", IgxTextHeaderComponent);
|
|
18
19
|
TypeRegistrar.register("TextHeader", TextHeader.$type);
|
|
20
|
+
TypeRegistrar.registerCons("IgxTextHeaderCellInfo", IgxTextHeaderCellInfo);
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
23
|
IgxTextHeaderDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextHeaderDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
package/esm2015/public_api.js
CHANGED
|
@@ -2,6 +2,7 @@ export * from './lib/igx-checkbox-list-component';
|
|
|
2
2
|
export * from './lib/igx-checkbox-list-dynamic-module';
|
|
3
3
|
export * from './lib/igx-checkbox-list-module';
|
|
4
4
|
export * from './lib/CheckboxListView';
|
|
5
|
+
export * from './lib/ICheckboxListView';
|
|
5
6
|
export * from './lib/CheckboxList';
|
|
6
7
|
export * from './lib/CheckboxListKeysClearedEventArgs';
|
|
7
8
|
export * from './lib/igx-checkbox-list-keys-cleared-event-args';
|
|
@@ -323,6 +324,7 @@ export * from './lib/GridAnimationManager';
|
|
|
323
324
|
export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
|
|
324
325
|
export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
|
|
325
326
|
export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
|
|
327
|
+
export * from './lib/GridIconRepository';
|
|
326
328
|
export * from './lib/igx-grid-conditional-style-collection';
|
|
327
329
|
export * from './lib/GridConditionalStyleCollection';
|
|
328
330
|
export * from './lib/igx-grid-conditional-style-property-collection';
|
|
@@ -29,18 +29,18 @@ var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
this.a.cn(a.ez, a.e3, a.e1, a.ex);
|
|
30
30
|
}
|
|
31
31
|
if (a.a5) {
|
|
32
|
-
this.a.ch(a.
|
|
32
|
+
this.a.ch(a.nk, a.en, a.es, a.eq, a.el);
|
|
33
33
|
}
|
|
34
34
|
if (a.bs) {
|
|
35
|
-
this.a.ck(a.
|
|
36
|
-
this.a.cu(a.
|
|
35
|
+
this.a.ck(a.ga);
|
|
36
|
+
this.a.cu(a.h8);
|
|
37
37
|
}
|
|
38
38
|
if (a.a7) {
|
|
39
39
|
if (a.bm && !this.a.z) {
|
|
40
40
|
this.a.b5();
|
|
41
41
|
}
|
|
42
42
|
if (a.bc(CellModel.ek)) {
|
|
43
|
-
this.a.cg(a.
|
|
43
|
+
this.a.cg(a.nj.color);
|
|
44
44
|
}
|
|
45
45
|
if (a.bc(CellModel.ew)) {
|
|
46
46
|
this.a.cm(a.cq);
|
|
@@ -25,7 +25,7 @@ var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
25
25
|
};
|
|
26
26
|
CanvasContentCellModelHelper.a = function (a, b, c) {
|
|
27
27
|
if (b.a7) {
|
|
28
|
-
if (b.bc(CellModel.
|
|
28
|
+
if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h7) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
|
|
29
29
|
var d = Math.min(1, Math.max(0, b.c7));
|
|
30
30
|
var e = b.cp * (1 - d);
|
|
31
31
|
c.ci(e);
|
|
@@ -34,14 +34,14 @@ var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
if (b.bc(CellModel.e5)) {
|
|
37
|
-
CanvasContentCellModelHelper.c(c, b.
|
|
37
|
+
CanvasContentCellModelHelper.c(c, b.nl);
|
|
38
38
|
if (b.bm) {
|
|
39
|
-
c.cw(b.
|
|
39
|
+
c.cw(b.nl);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
if (b.bc(CellModel.
|
|
42
|
+
if (b.bc(CellModel.gw)) {
|
|
43
43
|
}
|
|
44
|
-
if (b.bc(CellModel.
|
|
44
|
+
if (b.bc(CellModel.gc) || b.bc(CellModel.h6)) {
|
|
45
45
|
var f = b.g;
|
|
46
46
|
var g = b.i;
|
|
47
47
|
c.cl(f);
|
|
@@ -29,22 +29,22 @@ var CanvasDateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(DateTimeCellModel.
|
|
32
|
+
if (a.bc(DateTimeCellModel.ol) || a.bc(DateTimeCellModel.om) || a.bc(DateTimeCellModel.ok) || a.bc(DateTimeCellModel.gz) || a.bc(DateTimeCellModel.h5)) {
|
|
33
33
|
this.e(b);
|
|
34
|
-
this.d.cr(b.
|
|
34
|
+
this.d.cr(b.k1);
|
|
35
35
|
}
|
|
36
36
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
CanvasDateTimeCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
a.
|
|
40
|
+
if (a.ly != null) {
|
|
41
|
+
a.k1 = a.ly;
|
|
42
42
|
return;
|
|
43
43
|
}
|
|
44
|
-
a.
|
|
45
|
-
if (a.
|
|
46
|
-
if (!(typeCast(Date_$type, a.
|
|
47
|
-
a.
|
|
44
|
+
a.k1 = a.ox(a.oj);
|
|
45
|
+
if (a.k1 == stringEmpty()) {
|
|
46
|
+
if (!(typeCast(Date_$type, a.ii) !== null)) {
|
|
47
|
+
a.k1 = a.ii.toString();
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
};
|