igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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/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/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- 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 +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- 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-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-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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/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/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- 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 +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- 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-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-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- 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 +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -38,10 +38,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38
38
|
* Gets or sets the background color for summary cells when selected.
|
|
39
39
|
*/
|
|
40
40
|
get: function () {
|
|
41
|
-
return brushToString(this.i.
|
|
41
|
+
return brushToString(this.i.h0);
|
|
42
42
|
},
|
|
43
43
|
set: function (v) {
|
|
44
|
-
this.i.
|
|
44
|
+
this.i.h0 = stringToBrush(v);
|
|
45
45
|
},
|
|
46
46
|
enumerable: false,
|
|
47
47
|
configurable: true
|
|
@@ -51,10 +51,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51
51
|
* Gets the actual background color for summary cells when selected.
|
|
52
52
|
*/
|
|
53
53
|
get: function () {
|
|
54
|
-
return brushToString(this.i.
|
|
54
|
+
return brushToString(this.i.hx);
|
|
55
55
|
},
|
|
56
56
|
set: function (v) {
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.hx = stringToBrush(v);
|
|
58
58
|
},
|
|
59
59
|
enumerable: false,
|
|
60
60
|
configurable: true
|
|
@@ -64,10 +64,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64
64
|
* Gets or sets the text color for the summary labels.
|
|
65
65
|
*/
|
|
66
66
|
get: function () {
|
|
67
|
-
return brushToString(this.i.
|
|
67
|
+
return brushToString(this.i.h1);
|
|
68
68
|
},
|
|
69
69
|
set: function (v) {
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.h1 = stringToBrush(v);
|
|
71
71
|
},
|
|
72
72
|
enumerable: false,
|
|
73
73
|
configurable: true
|
|
@@ -77,28 +77,28 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77
77
|
* Gets the actual text color for the summary labels.
|
|
78
78
|
*/
|
|
79
79
|
get: function () {
|
|
80
|
-
return brushToString(this.i.
|
|
80
|
+
return brushToString(this.i.hy);
|
|
81
81
|
},
|
|
82
82
|
set: function (v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.hy = stringToBrush(v);
|
|
84
84
|
},
|
|
85
85
|
enumerable: false,
|
|
86
86
|
configurable: true
|
|
87
87
|
});
|
|
88
|
-
Object.defineProperty(IgxSummaryRowComponent.prototype, "
|
|
88
|
+
Object.defineProperty(IgxSummaryRowComponent.prototype, "summaryLabelTextStyle", {
|
|
89
89
|
/**
|
|
90
90
|
* Gets or sets the text style for the summary labels.
|
|
91
91
|
*/
|
|
92
92
|
get: function () {
|
|
93
|
-
if (this.i.
|
|
93
|
+
if (this.i.summaryLabelTextStyle == null) {
|
|
94
94
|
return null;
|
|
95
95
|
}
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.summaryLabelTextStyle.fontString;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
99
|
var fi = new FontInfo();
|
|
100
100
|
fi.fontString = v;
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.summaryLabelTextStyle = fi;
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -108,10 +108,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108
108
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.hd;
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.hd = +v;
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -121,10 +121,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
121
121
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
122
122
|
*/
|
|
123
123
|
get: function () {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.hf;
|
|
125
125
|
},
|
|
126
126
|
set: function (v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.hf = +v;
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -134,10 +134,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
134
134
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.he;
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.he = +v;
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|
|
@@ -147,16 +147,16 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
147
147
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
148
148
|
*/
|
|
149
149
|
get: function () {
|
|
150
|
-
return this.i.
|
|
150
|
+
return this.i.hc;
|
|
151
151
|
},
|
|
152
152
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
153
|
+
this.i.hc = +v;
|
|
154
154
|
},
|
|
155
155
|
enumerable: false,
|
|
156
156
|
configurable: true
|
|
157
157
|
});
|
|
158
158
|
IgxSummaryRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
159
|
-
IgxSummaryRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSummaryRowComponent, selector: "ng-component", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", summaryLabelTextColor: "summaryLabelTextColor", actualSummaryLabelTextColor: "actualSummaryLabelTextColor",
|
|
159
|
+
IgxSummaryRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSummaryRowComponent, selector: "ng-component", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", summaryLabelTextColor: "summaryLabelTextColor", actualSummaryLabelTextColor: "actualSummaryLabelTextColor", summaryLabelTextStyle: "summaryLabelTextStyle", paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
160
160
|
return IgxSummaryRowComponent;
|
|
161
161
|
}(IgxDefinitionBaseComponent));
|
|
162
162
|
export { IgxSummaryRowComponent };
|
|
@@ -173,7 +173,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
173
173
|
type: Input
|
|
174
174
|
}], actualSummaryLabelTextColor: [{
|
|
175
175
|
type: Input
|
|
176
|
-
}],
|
|
176
|
+
}], summaryLabelTextStyle: [{
|
|
177
177
|
type: Input
|
|
178
178
|
}], paddingLeft: [{
|
|
179
179
|
type: Input
|
|
@@ -10,11 +10,13 @@ import { IgxSummaryRowRootModule } from './igx-summary-row-root-module';
|
|
|
10
10
|
import { IgxSummaryRowRootComponent } from './igx-summary-row-root-component';
|
|
11
11
|
import { SummaryRowRoot } from './SummaryRowRoot';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxSummaryCellInfo } from './igx-summary-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
var IgxSummaryRowRootDynamicModule = /** @class */ /*@__PURE__*/ (function () {
|
|
15
16
|
function IgxSummaryRowRootDynamicModule() {
|
|
16
17
|
TypeRegistrar.registerCons("IgxSummaryRowRootComponent", IgxSummaryRowRootComponent);
|
|
17
18
|
TypeRegistrar.register("SummaryRowRoot", SummaryRowRoot.$type);
|
|
19
|
+
TypeRegistrar.registerCons("IgxSummaryCellInfo", IgxSummaryCellInfo);
|
|
18
20
|
}
|
|
19
21
|
IgxSummaryRowRootDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowRootDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
22
|
IgxSummaryRowRootDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowRootDynamicModule, imports: [CommonModule, IgxSummaryRowRootModule], exports: [IgxSummaryRowRootModule] });
|
|
@@ -10,11 +10,13 @@ import { IgxSummaryRowSectionModule } from './igx-summary-row-section-module';
|
|
|
10
10
|
import { IgxSummaryRowSectionComponent } from './igx-summary-row-section-component';
|
|
11
11
|
import { SummaryRowSection } from './SummaryRowSection';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxSummaryCellInfo } from './igx-summary-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
var IgxSummaryRowSectionDynamicModule = /** @class */ /*@__PURE__*/ (function () {
|
|
15
16
|
function IgxSummaryRowSectionDynamicModule() {
|
|
16
17
|
TypeRegistrar.registerCons("IgxSummaryRowSectionComponent", IgxSummaryRowSectionComponent);
|
|
17
18
|
TypeRegistrar.register("SummaryRowSection", SummaryRowSection.$type);
|
|
19
|
+
TypeRegistrar.registerCons("IgxSummaryCellInfo", IgxSummaryCellInfo);
|
|
18
20
|
}
|
|
19
21
|
IgxSummaryRowSectionDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowSectionDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
22
|
IgxSummaryRowSectionDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowSectionDynamicModule, imports: [CommonModule, IgxSummaryRowSectionModule], exports: [IgxSummaryRowSectionModule] });
|
|
@@ -27,10 +27,10 @@ var IgxTemplateCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27
27
|
* Sets or gets the value to provide to the template.
|
|
28
28
|
*/
|
|
29
29
|
get: function () {
|
|
30
|
-
return this.i.
|
|
30
|
+
return this.i.oe;
|
|
31
31
|
},
|
|
32
32
|
set: function (v) {
|
|
33
|
-
this.i.
|
|
33
|
+
this.i.oe = v;
|
|
34
34
|
},
|
|
35
35
|
enumerable: false,
|
|
36
36
|
configurable: true
|
|
@@ -28,10 +28,10 @@ var IgxTemplateHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
29
29
|
*/
|
|
30
30
|
get: function () {
|
|
31
|
-
return this.i.
|
|
31
|
+
return this.i.oh;
|
|
32
32
|
},
|
|
33
33
|
set: function (v) {
|
|
34
|
-
this.i.
|
|
34
|
+
this.i.oh = ensureBool(v);
|
|
35
35
|
},
|
|
36
36
|
enumerable: false,
|
|
37
37
|
configurable: true
|
|
@@ -27,10 +27,10 @@ var IgxTextCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27
27
|
* Sets or gets the text value for the cell.
|
|
28
28
|
*/
|
|
29
29
|
get: function () {
|
|
30
|
-
return this.i.
|
|
30
|
+
return this.i.oe;
|
|
31
31
|
},
|
|
32
32
|
set: function (v) {
|
|
33
|
-
this.i.
|
|
33
|
+
this.i.oe = v;
|
|
34
34
|
},
|
|
35
35
|
enumerable: false,
|
|
36
36
|
configurable: true
|
|
@@ -46,10 +46,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
46
|
* Gets or sets the editor type used for editing cells in this column.
|
|
47
47
|
*/
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.s0;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.s0 = ensureEnum(EditorType_$type, v);
|
|
53
53
|
},
|
|
54
54
|
enumerable: false,
|
|
55
55
|
configurable: true
|
|
@@ -59,10 +59,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
* Gets or sets the ComboBox data source.
|
|
60
60
|
*/
|
|
61
61
|
get: function () {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.s1;
|
|
63
63
|
},
|
|
64
64
|
set: function (v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.s1 = v;
|
|
66
66
|
},
|
|
67
67
|
enumerable: false,
|
|
68
68
|
configurable: true
|
|
@@ -72,10 +72,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
* Gets or sets the ComboBox text field.
|
|
73
73
|
*/
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.s3;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.s3 = v;
|
|
79
79
|
},
|
|
80
80
|
enumerable: false,
|
|
81
81
|
configurable: true
|
|
@@ -85,10 +85,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85
85
|
* Gets or sets the ComboBox value field.
|
|
86
86
|
*/
|
|
87
87
|
get: function () {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.s4;
|
|
89
89
|
},
|
|
90
90
|
set: function (v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.s4 = v;
|
|
92
92
|
},
|
|
93
93
|
enumerable: false,
|
|
94
94
|
configurable: true
|
|
@@ -33,20 +33,20 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
33
33
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
34
34
|
*/
|
|
35
35
|
get: function () {
|
|
36
|
-
return this.i.
|
|
36
|
+
return this.i.ot;
|
|
37
37
|
},
|
|
38
38
|
set: function (v) {
|
|
39
|
-
this.i.
|
|
39
|
+
this.i.ot = ensureBool(v);
|
|
40
40
|
},
|
|
41
41
|
enumerable: false,
|
|
42
42
|
configurable: true
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
|
|
45
45
|
get: function () {
|
|
46
|
-
return this.i.
|
|
46
|
+
return this.i.ol;
|
|
47
47
|
},
|
|
48
48
|
set: function (v) {
|
|
49
|
-
this.i.
|
|
49
|
+
this.i.ol = ensureEnum(SortIndicatorStyle_$type, v);
|
|
50
50
|
},
|
|
51
51
|
enumerable: false,
|
|
52
52
|
configurable: true
|
|
@@ -56,10 +56,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
56
56
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
57
57
|
*/
|
|
58
58
|
get: function () {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.oh;
|
|
60
60
|
},
|
|
61
61
|
set: function (v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.oh = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
63
63
|
},
|
|
64
64
|
enumerable: false,
|
|
65
65
|
configurable: true
|
|
@@ -69,10 +69,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
* Gets or sets the color for the column options icon in the header.
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return brushToString(this.i.
|
|
72
|
+
return brushToString(this.i.qo);
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.qo = stringToBrush(v);
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
@@ -82,10 +82,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
* Gets or sets how the column option icon will behave in the header.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.oj;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.oj = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
89
89
|
},
|
|
90
90
|
enumerable: false,
|
|
91
91
|
configurable: true
|
|
@@ -95,10 +95,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
* Gets or sets the column options theme.
|
|
96
96
|
*/
|
|
97
97
|
get: function () {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.on;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.on = ensureEnum(BaseControlTheme_$type, v);
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -108,10 +108,49 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108
108
|
* Gets or sets the column options dropdown background color.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return brushToString(this.i.
|
|
111
|
+
return brushToString(this.i.qj);
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.qj = stringToBrush(v);
|
|
115
|
+
},
|
|
116
|
+
enumerable: false,
|
|
117
|
+
configurable: true
|
|
118
|
+
});
|
|
119
|
+
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsScrollbarBackground", {
|
|
120
|
+
/**
|
|
121
|
+
* Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
|
|
122
|
+
*/
|
|
123
|
+
get: function () {
|
|
124
|
+
return brushToString(this.i.qq);
|
|
125
|
+
},
|
|
126
|
+
set: function (v) {
|
|
127
|
+
this.i.qq = stringToBrush(v);
|
|
128
|
+
},
|
|
129
|
+
enumerable: false,
|
|
130
|
+
configurable: true
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsScrollbarHoverBackground", {
|
|
133
|
+
/**
|
|
134
|
+
* Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
|
|
135
|
+
*/
|
|
136
|
+
get: function () {
|
|
137
|
+
return brushToString(this.i.qr);
|
|
138
|
+
},
|
|
139
|
+
set: function (v) {
|
|
140
|
+
this.i.qr = stringToBrush(v);
|
|
141
|
+
},
|
|
142
|
+
enumerable: false,
|
|
143
|
+
configurable: true
|
|
144
|
+
});
|
|
145
|
+
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsScrollbarActiveBackground", {
|
|
146
|
+
/**
|
|
147
|
+
* Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
|
|
148
|
+
*/
|
|
149
|
+
get: function () {
|
|
150
|
+
return brushToString(this.i.qp);
|
|
151
|
+
},
|
|
152
|
+
set: function (v) {
|
|
153
|
+
this.i.qp = stringToBrush(v);
|
|
115
154
|
},
|
|
116
155
|
enumerable: false,
|
|
117
156
|
configurable: true
|
|
@@ -121,10 +160,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
121
160
|
* Gets or sets the text color for text inside the column options menu.
|
|
122
161
|
*/
|
|
123
162
|
get: function () {
|
|
124
|
-
return brushToString(this.i.
|
|
163
|
+
return brushToString(this.i.qt);
|
|
125
164
|
},
|
|
126
165
|
set: function (v) {
|
|
127
|
-
this.i.
|
|
166
|
+
this.i.qt = stringToBrush(v);
|
|
128
167
|
},
|
|
129
168
|
enumerable: false,
|
|
130
169
|
configurable: true
|
|
@@ -134,55 +173,55 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
134
173
|
* Gets or sets the font settings for text inside the column options menu.
|
|
135
174
|
*/
|
|
136
175
|
get: function () {
|
|
137
|
-
if (this.i.
|
|
176
|
+
if (this.i.or == null) {
|
|
138
177
|
return null;
|
|
139
178
|
}
|
|
140
|
-
return this.i.
|
|
179
|
+
return this.i.or.fontString;
|
|
141
180
|
},
|
|
142
181
|
set: function (v) {
|
|
143
182
|
var fi = new FontInfo();
|
|
144
183
|
fi.fontString = v;
|
|
145
|
-
this.i.
|
|
184
|
+
this.i.or = fi;
|
|
146
185
|
},
|
|
147
186
|
enumerable: false,
|
|
148
187
|
configurable: true
|
|
149
188
|
});
|
|
150
189
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsHoverBackgroundColor", {
|
|
151
190
|
get: function () {
|
|
152
|
-
return brushToString(this.i.
|
|
191
|
+
return brushToString(this.i.qn);
|
|
153
192
|
},
|
|
154
193
|
set: function (v) {
|
|
155
|
-
this.i.
|
|
194
|
+
this.i.qn = stringToBrush(v);
|
|
156
195
|
},
|
|
157
196
|
enumerable: false,
|
|
158
197
|
configurable: true
|
|
159
198
|
});
|
|
160
199
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
161
200
|
get: function () {
|
|
162
|
-
return brushToString(this.i.
|
|
201
|
+
return brushToString(this.i.qu);
|
|
163
202
|
},
|
|
164
203
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
204
|
+
this.i.qu = stringToBrush(v);
|
|
166
205
|
},
|
|
167
206
|
enumerable: false,
|
|
168
207
|
configurable: true
|
|
169
208
|
});
|
|
170
209
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsToolTipTextColor", {
|
|
171
210
|
get: function () {
|
|
172
|
-
return brushToString(this.i.
|
|
211
|
+
return brushToString(this.i.qv);
|
|
173
212
|
},
|
|
174
213
|
set: function (v) {
|
|
175
|
-
this.i.
|
|
214
|
+
this.i.qv = stringToBrush(v);
|
|
176
215
|
},
|
|
177
216
|
enumerable: false,
|
|
178
217
|
configurable: true
|
|
179
218
|
});
|
|
180
219
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsHighlightColor", {
|
|
181
220
|
get: function () {
|
|
182
|
-
return brushToString(this.i.
|
|
221
|
+
return brushToString(this.i.qm);
|
|
183
222
|
},
|
|
184
223
|
set: function (v) {
|
|
185
|
-
this.i.
|
|
224
|
+
this.i.qm = stringToBrush(v);
|
|
186
225
|
},
|
|
187
226
|
enumerable: false,
|
|
188
227
|
configurable: true
|
|
@@ -192,10 +231,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
192
231
|
* Gets or sets the color of separators inside the column options menu.
|
|
193
232
|
*/
|
|
194
233
|
get: function () {
|
|
195
|
-
return brushToString(this.i.
|
|
234
|
+
return brushToString(this.i.qs);
|
|
196
235
|
},
|
|
197
236
|
set: function (v) {
|
|
198
|
-
this.i.
|
|
237
|
+
this.i.qs = stringToBrush(v);
|
|
199
238
|
},
|
|
200
239
|
enumerable: false,
|
|
201
240
|
configurable: true
|
|
@@ -205,10 +244,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
205
244
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
206
245
|
*/
|
|
207
246
|
get: function () {
|
|
208
|
-
return brushToString(this.i.
|
|
247
|
+
return brushToString(this.i.qk);
|
|
209
248
|
},
|
|
210
249
|
set: function (v) {
|
|
211
|
-
this.i.
|
|
250
|
+
this.i.qk = stringToBrush(v);
|
|
212
251
|
},
|
|
213
252
|
enumerable: false,
|
|
214
253
|
configurable: true
|
|
@@ -218,45 +257,45 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
218
257
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
219
258
|
*/
|
|
220
259
|
get: function () {
|
|
221
|
-
return brushToString(this.i.
|
|
260
|
+
return brushToString(this.i.ql);
|
|
222
261
|
},
|
|
223
262
|
set: function (v) {
|
|
224
|
-
this.i.
|
|
263
|
+
this.i.ql = stringToBrush(v);
|
|
225
264
|
},
|
|
226
265
|
enumerable: false,
|
|
227
266
|
configurable: true
|
|
228
267
|
});
|
|
229
268
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderTextStyle", {
|
|
230
269
|
get: function () {
|
|
231
|
-
if (this.i.
|
|
270
|
+
if (this.i.oq == null) {
|
|
232
271
|
return null;
|
|
233
272
|
}
|
|
234
|
-
return this.i.
|
|
273
|
+
return this.i.oq.fontString;
|
|
235
274
|
},
|
|
236
275
|
set: function (v) {
|
|
237
276
|
var fi = new FontInfo();
|
|
238
277
|
fi.fontString = v;
|
|
239
|
-
this.i.
|
|
278
|
+
this.i.oq = fi;
|
|
240
279
|
},
|
|
241
280
|
enumerable: false,
|
|
242
281
|
configurable: true
|
|
243
282
|
});
|
|
244
283
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
|
|
245
284
|
get: function () {
|
|
246
|
-
return brushToString(this.i.
|
|
285
|
+
return brushToString(this.i.qi);
|
|
247
286
|
},
|
|
248
287
|
set: function (v) {
|
|
249
|
-
this.i.
|
|
288
|
+
this.i.qi = stringToBrush(v);
|
|
250
289
|
},
|
|
251
290
|
enumerable: false,
|
|
252
291
|
configurable: true
|
|
253
292
|
});
|
|
254
293
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsRowHeight", {
|
|
255
294
|
get: function () {
|
|
256
|
-
return this.i.
|
|
295
|
+
return this.i.o5;
|
|
257
296
|
},
|
|
258
297
|
set: function (v) {
|
|
259
|
-
this.i.
|
|
298
|
+
this.i.o5 = +v;
|
|
260
299
|
},
|
|
261
300
|
enumerable: false,
|
|
262
301
|
configurable: true
|