igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +46 -47
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +74 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +381 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +58 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +46 -47
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +98 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +15 -0
- package/lib/igx-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -41,46 +41,46 @@ export let IgxImageColumnComponent = /*@__PURE__*/ (() => {
|
|
|
41
41
|
* Gets or sets the stretch option to use when rendering images
|
|
42
42
|
*/
|
|
43
43
|
get imageStretchOption() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.sb;
|
|
45
45
|
}
|
|
46
46
|
set imageStretchOption(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.sb = ensureEnum(ImageStretchOptions_$type, v);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Gets or sets the editor type used for editing cells in this column.
|
|
51
51
|
*/
|
|
52
52
|
get editorType() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.r7;
|
|
54
54
|
}
|
|
55
55
|
set editorType(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.r7 = ensureEnum(EditorType_$type, v);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Gets or sets the ComboBox data source.
|
|
60
60
|
*/
|
|
61
61
|
get editorDataSource() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.sc;
|
|
63
63
|
}
|
|
64
64
|
set editorDataSource(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.sc = v;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Gets or sets the ComboBox text field.
|
|
69
69
|
*/
|
|
70
70
|
get editorTextField() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.sd;
|
|
72
72
|
}
|
|
73
73
|
set editorTextField(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.sd = v;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the ComboBox value field.
|
|
78
78
|
*/
|
|
79
79
|
get editorValueField() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.se;
|
|
81
81
|
}
|
|
82
82
|
set editorValueField(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.se = v;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
IgxImageColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxImageColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -10,12 +10,14 @@ import { IgxImageColumnModule } from './igx-image-column-module';
|
|
|
10
10
|
import { IgxImageColumnComponent } from './igx-image-column-component';
|
|
11
11
|
import { ImageColumn } from './ImageColumn';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxImageCellInfo } from './igx-image-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
export let IgxImageColumnDynamicModule = /*@__PURE__*/ (() => {
|
|
15
16
|
class IgxImageColumnDynamicModule {
|
|
16
17
|
constructor() {
|
|
17
18
|
TypeRegistrar.registerCons("IgxImageColumnComponent", IgxImageColumnComponent);
|
|
18
19
|
TypeRegistrar.register("ImageColumn", ImageColumn.$type);
|
|
20
|
+
TypeRegistrar.registerCons("IgxImageCellInfo", IgxImageCellInfo);
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
23
|
IgxImageColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxImageColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -21,119 +21,128 @@ export class IgxNumericCellInfo extends IgxCellInfo {
|
|
|
21
21
|
* Sets or gets the numeric value to use for the cell.
|
|
22
22
|
*/
|
|
23
23
|
get numericValue() {
|
|
24
|
-
return this.i.
|
|
24
|
+
return this.i.ok;
|
|
25
25
|
}
|
|
26
26
|
set numericValue(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.ok = +v;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
30
|
* Sets or gets whether there is a decimal numeric value to use for the cell.
|
|
31
31
|
*/
|
|
32
32
|
get hasDecimalValue() {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.of;
|
|
34
34
|
}
|
|
35
35
|
set hasDecimalValue(v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.of = ensureBool(v);
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
39
|
* The format string to apply to the value
|
|
40
40
|
*/
|
|
41
41
|
get formatStringOverride() {
|
|
42
|
-
return this.i.
|
|
42
|
+
return this.i.pf;
|
|
43
43
|
}
|
|
44
44
|
set formatStringOverride(v) {
|
|
45
|
-
this.i.
|
|
45
|
+
this.i.pf = v;
|
|
46
46
|
}
|
|
47
47
|
get formatSpecifiers() {
|
|
48
|
-
return this.i.
|
|
48
|
+
return this.i.oa;
|
|
49
49
|
}
|
|
50
50
|
set formatSpecifiers(v) {
|
|
51
51
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
52
52
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
53
53
|
v = v.split(re);
|
|
54
54
|
}
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.oa = v;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* The format options to apply to the value
|
|
59
59
|
*/
|
|
60
60
|
get formatOverride() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.o7;
|
|
62
62
|
}
|
|
63
63
|
set formatOverride(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.o7 = v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Sets or gets the text prepended to a negative numeric value
|
|
68
68
|
*/
|
|
69
69
|
get negativePrefix() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.pm;
|
|
71
71
|
}
|
|
72
72
|
set negativePrefix(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.pm = v;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Sets or gets the text prepended to a positive numeric value
|
|
77
77
|
*/
|
|
78
78
|
get positivePrefix() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.pr;
|
|
80
80
|
}
|
|
81
81
|
set positivePrefix(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.pr = v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Sets or gets the text appended to a negative numeric value
|
|
86
86
|
*/
|
|
87
87
|
get negativeSuffix() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.po;
|
|
89
89
|
}
|
|
90
90
|
set negativeSuffix(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.po = v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Sets or gets the text appended to a positive numeric value
|
|
95
95
|
*/
|
|
96
96
|
get positiveSuffix() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.pt;
|
|
98
98
|
}
|
|
99
99
|
set positiveSuffix(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.pt = v;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* The maximum number of decimal places to display when formatting
|
|
104
104
|
*/
|
|
105
105
|
get maxFractionDigits() {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.ot;
|
|
107
107
|
}
|
|
108
108
|
set maxFractionDigits(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.ot = +v;
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* The minimum number of decimal places to display when formatting
|
|
113
113
|
*/
|
|
114
114
|
get minFractionDigits() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.ov;
|
|
116
116
|
}
|
|
117
117
|
set minFractionDigits(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.ov = +v;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* The minimum number of integer digits to display when formatting
|
|
122
122
|
*/
|
|
123
123
|
get minIntegerDigits() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.ox;
|
|
125
125
|
}
|
|
126
126
|
set minIntegerDigits(v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.ox = +v;
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* Sets or gets if the grouping separator is shown
|
|
131
131
|
*/
|
|
132
132
|
get showGroupingSeparator() {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.oi;
|
|
134
134
|
}
|
|
135
135
|
set showGroupingSeparator(v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.oi = ensureBool(v);
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
|
|
140
|
+
*/
|
|
141
|
+
get isPercent() {
|
|
142
|
+
return this.i.oh;
|
|
143
|
+
}
|
|
144
|
+
set isPercent(v) {
|
|
145
|
+
this.i.oh = ensureBool(v);
|
|
137
146
|
}
|
|
138
147
|
findByName(name) {
|
|
139
148
|
var baseResult = super.findByName(name);
|
|
@@ -40,137 +40,147 @@ export let IgxNumericColumnComponent = /*@__PURE__*/ (() => {
|
|
|
40
40
|
* Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
|
|
41
41
|
*/
|
|
42
42
|
get negativePrefix() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.s5;
|
|
44
44
|
}
|
|
45
45
|
set negativePrefix(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.s5 = v;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
|
|
50
50
|
*/
|
|
51
51
|
get positivePrefix() {
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.s9;
|
|
53
53
|
}
|
|
54
54
|
set positivePrefix(v) {
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.s9 = v;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
|
|
59
59
|
*/
|
|
60
60
|
get negativeSuffix() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.s7;
|
|
62
62
|
}
|
|
63
63
|
set negativeSuffix(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.s7 = v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
|
|
68
68
|
*/
|
|
69
69
|
get positiveSuffix() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.tb;
|
|
71
71
|
}
|
|
72
72
|
set positiveSuffix(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.tb = v;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
|
|
77
77
|
*/
|
|
78
78
|
get maxFractionDigits() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.sj;
|
|
80
80
|
}
|
|
81
81
|
set maxFractionDigits(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.sj = +v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
|
|
86
86
|
*/
|
|
87
87
|
get minFractionDigits() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.sk;
|
|
89
89
|
}
|
|
90
90
|
set minFractionDigits(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.sk = +v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
|
|
95
95
|
*/
|
|
96
96
|
get minIntegerDigits() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.sl;
|
|
98
98
|
}
|
|
99
99
|
set minIntegerDigits(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.sl = +v;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Gets or sets whether the column's values are displayed as percentages.
|
|
104
|
+
* When true, the raw numeric value is multiplied by 100 before it is formatted for display.
|
|
105
|
+
*/
|
|
106
|
+
get isPercent() {
|
|
107
|
+
return this.i.sd;
|
|
108
|
+
}
|
|
109
|
+
set isPercent(v) {
|
|
110
|
+
this.i.sd = ensureBool(v);
|
|
101
111
|
}
|
|
102
112
|
/**
|
|
103
113
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
104
114
|
*/
|
|
105
115
|
get showGroupingSeparator() {
|
|
106
|
-
return this.i.
|
|
116
|
+
return this.i.se;
|
|
107
117
|
}
|
|
108
118
|
set showGroupingSeparator(v) {
|
|
109
|
-
this.i.
|
|
119
|
+
this.i.se = ensureBool(v);
|
|
110
120
|
}
|
|
111
121
|
/**
|
|
112
122
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
113
123
|
*/
|
|
114
124
|
get formatString() {
|
|
115
|
-
return this.i.
|
|
125
|
+
return this.i.sz;
|
|
116
126
|
}
|
|
117
127
|
set formatString(v) {
|
|
118
|
-
this.i.
|
|
128
|
+
this.i.sz = v;
|
|
119
129
|
}
|
|
120
130
|
get formatSpecifiers() {
|
|
121
|
-
return this.i.
|
|
131
|
+
return this.i.r8;
|
|
122
132
|
}
|
|
123
133
|
set formatSpecifiers(v) {
|
|
124
134
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
125
135
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
126
136
|
v = v.split(re);
|
|
127
137
|
}
|
|
128
|
-
this.i.
|
|
138
|
+
this.i.r8 = v;
|
|
129
139
|
}
|
|
130
140
|
/**
|
|
131
141
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
132
142
|
*/
|
|
133
143
|
get formatOverride() {
|
|
134
|
-
return this.i.
|
|
144
|
+
return this.i.so;
|
|
135
145
|
}
|
|
136
146
|
set formatOverride(v) {
|
|
137
|
-
this.i.
|
|
147
|
+
this.i.so = v;
|
|
138
148
|
}
|
|
139
149
|
/**
|
|
140
150
|
* Gets or sets the editor type used for editing cells in this column.
|
|
141
151
|
*/
|
|
142
152
|
get editorType() {
|
|
143
|
-
return this.i.
|
|
153
|
+
return this.i.sa;
|
|
144
154
|
}
|
|
145
155
|
set editorType(v) {
|
|
146
|
-
this.i.
|
|
156
|
+
this.i.sa = ensureEnum(EditorType_$type, v);
|
|
147
157
|
}
|
|
148
158
|
/**
|
|
149
159
|
* Gets or sets the ComboBox data source.
|
|
150
160
|
*/
|
|
151
161
|
get editorDataSource() {
|
|
152
|
-
return this.i.
|
|
162
|
+
return this.i.sn;
|
|
153
163
|
}
|
|
154
164
|
set editorDataSource(v) {
|
|
155
|
-
this.i.
|
|
165
|
+
this.i.sn = v;
|
|
156
166
|
}
|
|
157
167
|
/**
|
|
158
168
|
* Gets or sets the ComboBox text field.
|
|
159
169
|
*/
|
|
160
170
|
get editorTextField() {
|
|
161
|
-
return this.i.
|
|
171
|
+
return this.i.su;
|
|
162
172
|
}
|
|
163
173
|
set editorTextField(v) {
|
|
164
|
-
this.i.
|
|
174
|
+
this.i.su = v;
|
|
165
175
|
}
|
|
166
176
|
/**
|
|
167
177
|
* Gets or sets the ComboBox value field.
|
|
168
178
|
*/
|
|
169
179
|
get editorValueField() {
|
|
170
|
-
return this.i.
|
|
180
|
+
return this.i.sv;
|
|
171
181
|
}
|
|
172
182
|
set editorValueField(v) {
|
|
173
|
-
this.i.
|
|
183
|
+
this.i.sv = v;
|
|
174
184
|
}
|
|
175
185
|
findByName(name) {
|
|
176
186
|
var baseResult = super.findByName(name);
|
|
@@ -184,7 +194,7 @@ export let IgxNumericColumnComponent = /*@__PURE__*/ (() => {
|
|
|
184
194
|
}
|
|
185
195
|
}
|
|
186
196
|
IgxNumericColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxNumericColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
187
|
-
IgxNumericColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxNumericColumnComponent, selector: "igx-numeric-column", inputs: { negativePrefix: "negativePrefix", positivePrefix: "positivePrefix", negativeSuffix: "negativeSuffix", positiveSuffix: "positiveSuffix", maxFractionDigits: "maxFractionDigits", minFractionDigits: "minFractionDigits", minIntegerDigits: "minIntegerDigits", showGroupingSeparator: "showGroupingSeparator", formatString: "formatString", formatSpecifiers: "formatSpecifiers", formatOverride: "formatOverride", editorType: "editorType", editorDataSource: "editorDataSource", editorTextField: "editorTextField", editorValueField: "editorValueField" }, providers: [{ provide: IgxDataGridColumnComponent, useExisting: forwardRef(() => IgxNumericColumnComponent) }, { provide: IgxDefinitionBaseComponent, useExisting: forwardRef(() => IgxNumericColumnComponent) }], usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
197
|
+
IgxNumericColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxNumericColumnComponent, selector: "igx-numeric-column", inputs: { negativePrefix: "negativePrefix", positivePrefix: "positivePrefix", negativeSuffix: "negativeSuffix", positiveSuffix: "positiveSuffix", maxFractionDigits: "maxFractionDigits", minFractionDigits: "minFractionDigits", minIntegerDigits: "minIntegerDigits", isPercent: "isPercent", showGroupingSeparator: "showGroupingSeparator", formatString: "formatString", formatSpecifiers: "formatSpecifiers", formatOverride: "formatOverride", editorType: "editorType", editorDataSource: "editorDataSource", editorTextField: "editorTextField", editorValueField: "editorValueField" }, providers: [{ provide: IgxDataGridColumnComponent, useExisting: forwardRef(() => IgxNumericColumnComponent) }, { provide: IgxDefinitionBaseComponent, useExisting: forwardRef(() => IgxNumericColumnComponent) }], usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
188
198
|
return IgxNumericColumnComponent;
|
|
189
199
|
})();
|
|
190
200
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxNumericColumnComponent, decorators: [{
|
|
@@ -209,6 +219,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
209
219
|
type: Input
|
|
210
220
|
}], minIntegerDigits: [{
|
|
211
221
|
type: Input
|
|
222
|
+
}], isPercent: [{
|
|
223
|
+
type: Input
|
|
212
224
|
}], showGroupingSeparator: [{
|
|
213
225
|
type: Input
|
|
214
226
|
}], formatString: [{
|
|
@@ -10,12 +10,14 @@ import { IgxNumericColumnModule } from './igx-numeric-column-module';
|
|
|
10
10
|
import { IgxNumericColumnComponent } from './igx-numeric-column-component';
|
|
11
11
|
import { NumericColumn } from './NumericColumn';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxNumericCellInfo } from './igx-numeric-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
export let IgxNumericColumnDynamicModule = /*@__PURE__*/ (() => {
|
|
15
16
|
class IgxNumericColumnDynamicModule {
|
|
16
17
|
constructor() {
|
|
17
18
|
TypeRegistrar.registerCons("IgxNumericColumnComponent", IgxNumericColumnComponent);
|
|
18
19
|
TypeRegistrar.register("NumericColumn", NumericColumn.$type);
|
|
20
|
+
TypeRegistrar.registerCons("IgxNumericCellInfo", IgxNumericCellInfo);
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
23
|
IgxNumericColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxNumericColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -10,12 +10,14 @@ import { IgxRowSeparatorModule } from './igx-row-separator-module';
|
|
|
10
10
|
import { IgxRowSeparatorComponent } from './igx-row-separator-component';
|
|
11
11
|
import { RowSeparator } from './RowSeparator';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxRowSeparatorInfo } from './igx-row-separator-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
export let IgxRowSeparatorDynamicModule = /*@__PURE__*/ (() => {
|
|
15
16
|
class IgxRowSeparatorDynamicModule {
|
|
16
17
|
constructor() {
|
|
17
18
|
TypeRegistrar.registerCons("IgxRowSeparatorComponent", IgxRowSeparatorComponent);
|
|
18
19
|
TypeRegistrar.register("RowSeparator", RowSeparator.$type);
|
|
20
|
+
TypeRegistrar.registerCons("IgxRowSeparatorInfo", IgxRowSeparatorInfo);
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
23
|
IgxRowSeparatorDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxRowSeparatorDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -22,27 +22,27 @@ export class IgxSectionHeaderCellInfo extends IgxCellInfo {
|
|
|
22
22
|
* Sets or gets the resolved text for the section header cell.
|
|
23
23
|
*/
|
|
24
24
|
get resolvedText() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.op;
|
|
26
26
|
}
|
|
27
27
|
set resolvedText(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.op = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Sets or gets the resolved summary text for the section header cell.
|
|
32
32
|
*/
|
|
33
33
|
get resolvedSummaryText() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.on;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryText(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.on = v;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Sets or gets how summaries are displayed in the section header cell.
|
|
41
41
|
*/
|
|
42
42
|
get summaryDisplayMode() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.oe;
|
|
44
44
|
}
|
|
45
45
|
set summaryDisplayMode(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.oe = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -36,68 +36,98 @@ export let IgxSectionHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
get selectedBackground() {
|
|
39
|
-
return brushToString(this.i.
|
|
39
|
+
return brushToString(this.i.h9);
|
|
40
40
|
}
|
|
41
41
|
set selectedBackground(v) {
|
|
42
|
-
this.i.
|
|
42
|
+
this.i.h9 = stringToBrush(v);
|
|
43
43
|
}
|
|
44
44
|
get actualSelectedBackground() {
|
|
45
|
-
return brushToString(this.i.
|
|
45
|
+
return brushToString(this.i.h6);
|
|
46
46
|
}
|
|
47
47
|
set actualSelectedBackground(v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.h6 = stringToBrush(v);
|
|
49
|
+
}
|
|
50
|
+
get selectedTextColor() {
|
|
51
|
+
return brushToString(this.i.ia);
|
|
52
|
+
}
|
|
53
|
+
set selectedTextColor(v) {
|
|
54
|
+
this.i.ia = stringToBrush(v);
|
|
55
|
+
}
|
|
56
|
+
get actualSelectedTextColor() {
|
|
57
|
+
return brushToString(this.i.h7);
|
|
58
|
+
}
|
|
59
|
+
set actualSelectedTextColor(v) {
|
|
60
|
+
this.i.h7 = stringToBrush(v);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Gets or sets the color of the section header's expansion indicator icon. When unset, the icon defers to the grid-level color or the resolved section header text color.
|
|
64
|
+
*/
|
|
65
|
+
get expansionIndicatorIconColor() {
|
|
66
|
+
return brushToString(this.i.h8);
|
|
67
|
+
}
|
|
68
|
+
set expansionIndicatorIconColor(v) {
|
|
69
|
+
this.i.h8 = stringToBrush(v);
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Gets the resolved color of the section header's expansion indicator icon.
|
|
73
|
+
*/
|
|
74
|
+
get actualExpansionIndicatorIconColor() {
|
|
75
|
+
return brushToString(this.i.h5);
|
|
76
|
+
}
|
|
77
|
+
set actualExpansionIndicatorIconColor(v) {
|
|
78
|
+
this.i.h5 = stringToBrush(v);
|
|
49
79
|
}
|
|
50
80
|
/**
|
|
51
81
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
52
82
|
*/
|
|
53
83
|
get paddingLeft() {
|
|
54
|
-
return this.i.
|
|
84
|
+
return this.i.he;
|
|
55
85
|
}
|
|
56
86
|
set paddingLeft(v) {
|
|
57
|
-
this.i.
|
|
87
|
+
this.i.he = +v;
|
|
58
88
|
}
|
|
59
89
|
/**
|
|
60
90
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
61
91
|
*/
|
|
62
92
|
get paddingTop() {
|
|
63
|
-
return this.i.
|
|
93
|
+
return this.i.hg;
|
|
64
94
|
}
|
|
65
95
|
set paddingTop(v) {
|
|
66
|
-
this.i.
|
|
96
|
+
this.i.hg = +v;
|
|
67
97
|
}
|
|
68
98
|
/**
|
|
69
99
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
70
100
|
*/
|
|
71
101
|
get paddingRight() {
|
|
72
|
-
return this.i.
|
|
102
|
+
return this.i.hf;
|
|
73
103
|
}
|
|
74
104
|
set paddingRight(v) {
|
|
75
|
-
this.i.
|
|
105
|
+
this.i.hf = +v;
|
|
76
106
|
}
|
|
77
107
|
/**
|
|
78
108
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
79
109
|
*/
|
|
80
110
|
get paddingBottom() {
|
|
81
|
-
return this.i.
|
|
111
|
+
return this.i.hd;
|
|
82
112
|
}
|
|
83
113
|
set paddingBottom(v) {
|
|
84
|
-
this.i.
|
|
114
|
+
this.i.hd = +v;
|
|
85
115
|
}
|
|
86
116
|
get isCollapsable() {
|
|
87
|
-
return this.i.
|
|
117
|
+
return this.i.g7;
|
|
88
118
|
}
|
|
89
119
|
set isCollapsable(v) {
|
|
90
|
-
this.i.
|
|
120
|
+
this.i.g7 = ensureBool(v);
|
|
91
121
|
}
|
|
92
122
|
get summaryDisplayMode() {
|
|
93
|
-
return this.i.
|
|
123
|
+
return this.i.g4;
|
|
94
124
|
}
|
|
95
125
|
set summaryDisplayMode(v) {
|
|
96
|
-
this.i.
|
|
126
|
+
this.i.g4 = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
97
127
|
}
|
|
98
128
|
}
|
|
99
129
|
IgxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
100
|
-
IgxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSectionHeaderComponent, selector: "igx-section-header", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", isCollapsable: "isCollapsable", summaryDisplayMode: "summaryDisplayMode" }, providers: [{ provide: IgxDefinitionBaseComponent, useExisting: forwardRef(() => IgxSectionHeaderComponent) }], usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
130
|
+
IgxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSectionHeaderComponent, selector: "igx-section-header", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", selectedTextColor: "selectedTextColor", actualSelectedTextColor: "actualSelectedTextColor", expansionIndicatorIconColor: "expansionIndicatorIconColor", actualExpansionIndicatorIconColor: "actualExpansionIndicatorIconColor", paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", isCollapsable: "isCollapsable", summaryDisplayMode: "summaryDisplayMode" }, providers: [{ provide: IgxDefinitionBaseComponent, useExisting: forwardRef(() => IgxSectionHeaderComponent) }], usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
101
131
|
return IgxSectionHeaderComponent;
|
|
102
132
|
})();
|
|
103
133
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSectionHeaderComponent, decorators: [{
|
|
@@ -112,6 +142,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
112
142
|
type: Input
|
|
113
143
|
}], actualSelectedBackground: [{
|
|
114
144
|
type: Input
|
|
145
|
+
}], selectedTextColor: [{
|
|
146
|
+
type: Input
|
|
147
|
+
}], actualSelectedTextColor: [{
|
|
148
|
+
type: Input
|
|
149
|
+
}], expansionIndicatorIconColor: [{
|
|
150
|
+
type: Input
|
|
151
|
+
}], actualExpansionIndicatorIconColor: [{
|
|
152
|
+
type: Input
|
|
115
153
|
}], paddingLeft: [{
|
|
116
154
|
type: Input
|
|
117
155
|
}], paddingTop: [{
|
|
@@ -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 });
|