igniteui-angular-data-grids 20.0.0 → 20.0.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 +3900 -3533
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
- package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm2015/lib/CanvasGridCellBase.js +1 -1
- package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
- package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CellPresenterBase.js +5 -5
- package/esm2015/lib/CheckboxListView_combined.js +479 -435
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +2442 -2384
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +4 -4
- package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -6
- package/esm2015/lib/EditorCellPresenter.js +19 -19
- package/esm2015/lib/FilterCellPresenter.js +11 -11
- package/esm2015/lib/FormatCellEventArgs.js +31 -0
- package/esm2015/lib/GridCellBase.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
- package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCellPresenter.js +6 -6
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCellPresenter.js +9 -6
- package/esm2015/lib/PropertyEditorView_combined.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +20 -15
- package/esm2015/lib/TextHeaderCell.js +6 -5
- package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
- package/esm2015/lib/igx-cell-info.js +58 -49
- package/esm2015/lib/igx-checkbox-list-component.js +58 -55
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +121 -97
- package/esm2015/lib/igx-data-grid-sort-indicator-component.js +20 -12
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-format-cell-event-args.js +82 -0
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- 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 +10 -10
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +3 -3
- package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm5/lib/CanvasGridCellBase.js +1 -1
- package/esm5/lib/CanvasImageCellPresenter.js +6 -6
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +20 -15
- package/esm5/lib/CanvasTextHeaderCell.js +4 -4
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm5/lib/CellPresenterBase.js +5 -5
- package/esm5/lib/CheckboxListView_combined.js +461 -413
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +4 -4
- package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -6
- package/esm5/lib/EditorCellPresenter.js +19 -19
- package/esm5/lib/FilterCellPresenter.js +11 -11
- package/esm5/lib/FormatCellEventArgs.js +37 -0
- package/esm5/lib/GridCellBase.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +9 -4
- package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCellPresenter.js +6 -6
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCellPresenter.js +9 -6
- package/esm5/lib/PropertyEditorView_combined.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +20 -15
- package/esm5/lib/TextHeaderCell.js +6 -5
- package/esm5/lib/TextHeaderCellPresenter.js +16 -16
- package/esm5/lib/igx-cell-info.js +62 -49
- package/esm5/lib/igx-checkbox-list-component.js +62 -55
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +126 -97
- package/esm5/lib/igx-data-grid-sort-indicator-component.js +24 -12
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-format-cell-event-args.js +112 -0
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- 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 +10 -10
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +3969 -3666
- package/fesm5/igniteui-angular-data-grids.js +3900 -3535
- package/lib/CanvasTextCellPresenter.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +127 -120
- package/lib/ColumnFilterCondition_combined.d.ts +643 -636
- package/lib/FormatCellEventArgs.d.ts +15 -0
- package/lib/GridSortIndicatorView_combined.d.ts +41 -38
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCellPresenter.d.ts +1 -0
- package/lib/igx-cell-info.d.ts +5 -0
- package/lib/igx-checkbox-list-component.d.ts +2 -0
- package/lib/igx-data-grid-column-component.d.ts +10 -1
- package/lib/igx-data-grid-sort-indicator-component.d.ts +4 -1
- package/lib/igx-format-cell-event-args.d.ts +45 -0
- package/package.json +4 -5
- 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.n9;
|
|
45
45
|
}
|
|
46
46
|
set imageStretchOption(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.n9 = 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.n5;
|
|
54
54
|
}
|
|
55
55
|
set editorType(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.n5 = 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.oa;
|
|
63
63
|
}
|
|
64
64
|
set editorDataSource(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.oa = 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.ob;
|
|
72
72
|
}
|
|
73
73
|
set editorTextField(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.ob = 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.oc;
|
|
81
81
|
}
|
|
82
82
|
set editorValueField(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.oc = 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 });
|
|
@@ -21,119 +21,119 @@ 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.ms;
|
|
25
25
|
}
|
|
26
26
|
set numericValue(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.ms = +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.mo;
|
|
34
34
|
}
|
|
35
35
|
set hasDecimalValue(v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.mo = 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.nm;
|
|
43
43
|
}
|
|
44
44
|
set formatStringOverride(v) {
|
|
45
|
-
this.i.
|
|
45
|
+
this.i.nm = v;
|
|
46
46
|
}
|
|
47
47
|
get formatSpecifiers() {
|
|
48
|
-
return this.i.
|
|
48
|
+
return this.i.mk;
|
|
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.mk = 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.ne;
|
|
62
62
|
}
|
|
63
63
|
set formatOverride(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.ne = 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.ns;
|
|
71
71
|
}
|
|
72
72
|
set negativePrefix(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.ns = 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.nx;
|
|
80
80
|
}
|
|
81
81
|
set positivePrefix(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.nx = 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.nu;
|
|
89
89
|
}
|
|
90
90
|
set negativeSuffix(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.nu = 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.nz;
|
|
98
98
|
}
|
|
99
99
|
set positiveSuffix(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.nz = 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.m0;
|
|
107
107
|
}
|
|
108
108
|
set maxFractionDigits(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.m0 = +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.m2;
|
|
116
116
|
}
|
|
117
117
|
set minFractionDigits(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.m2 = +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.m4;
|
|
125
125
|
}
|
|
126
126
|
set minIntegerDigits(v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.m4 = +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.mq;
|
|
134
134
|
}
|
|
135
135
|
set showGroupingSeparator(v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.mq = ensureBool(v);
|
|
137
137
|
}
|
|
138
138
|
findByName(name) {
|
|
139
139
|
var baseResult = super.findByName(name);
|
|
@@ -40,137 +40,137 @@ 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.o0;
|
|
44
44
|
}
|
|
45
45
|
set negativePrefix(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.o0 = 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.o4;
|
|
53
53
|
}
|
|
54
54
|
set positivePrefix(v) {
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.o4 = 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.o2;
|
|
62
62
|
}
|
|
63
63
|
set negativeSuffix(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.o2 = 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.o6;
|
|
71
71
|
}
|
|
72
72
|
set positiveSuffix(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.o6 = 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.of;
|
|
80
80
|
}
|
|
81
81
|
set maxFractionDigits(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.of = +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.og;
|
|
89
89
|
}
|
|
90
90
|
set minFractionDigits(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.og = +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.oh;
|
|
98
98
|
}
|
|
99
99
|
set minIntegerDigits(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.oh = +v;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
104
104
|
*/
|
|
105
105
|
get showGroupingSeparator() {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.oa;
|
|
107
107
|
}
|
|
108
108
|
set showGroupingSeparator(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.oa = ensureBool(v);
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
113
113
|
*/
|
|
114
114
|
get formatString() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.ov;
|
|
116
116
|
}
|
|
117
117
|
set formatString(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.ov = v;
|
|
119
119
|
}
|
|
120
120
|
get formatSpecifiers() {
|
|
121
|
-
return this.i.
|
|
121
|
+
return this.i.n6;
|
|
122
122
|
}
|
|
123
123
|
set formatSpecifiers(v) {
|
|
124
124
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
125
125
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
126
126
|
v = v.split(re);
|
|
127
127
|
}
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.n6 = v;
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
131
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
132
132
|
*/
|
|
133
133
|
get formatOverride() {
|
|
134
|
-
return this.i.
|
|
134
|
+
return this.i.ok;
|
|
135
135
|
}
|
|
136
136
|
set formatOverride(v) {
|
|
137
|
-
this.i.
|
|
137
|
+
this.i.ok = v;
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
140
|
* Gets or sets the editor type used for editing cells in this column.
|
|
141
141
|
*/
|
|
142
142
|
get editorType() {
|
|
143
|
-
return this.i.
|
|
143
|
+
return this.i.n8;
|
|
144
144
|
}
|
|
145
145
|
set editorType(v) {
|
|
146
|
-
this.i.
|
|
146
|
+
this.i.n8 = ensureEnum(EditorType_$type, v);
|
|
147
147
|
}
|
|
148
148
|
/**
|
|
149
149
|
* Gets or sets the ComboBox data source.
|
|
150
150
|
*/
|
|
151
151
|
get editorDataSource() {
|
|
152
|
-
return this.i.
|
|
152
|
+
return this.i.oj;
|
|
153
153
|
}
|
|
154
154
|
set editorDataSource(v) {
|
|
155
|
-
this.i.
|
|
155
|
+
this.i.oj = v;
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
158
|
* Gets or sets the ComboBox text field.
|
|
159
159
|
*/
|
|
160
160
|
get editorTextField() {
|
|
161
|
-
return this.i.
|
|
161
|
+
return this.i.oq;
|
|
162
162
|
}
|
|
163
163
|
set editorTextField(v) {
|
|
164
|
-
this.i.
|
|
164
|
+
this.i.oq = v;
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
167
|
* Gets or sets the ComboBox value field.
|
|
168
168
|
*/
|
|
169
169
|
get editorValueField() {
|
|
170
|
-
return this.i.
|
|
170
|
+
return this.i.or;
|
|
171
171
|
}
|
|
172
172
|
set editorValueField(v) {
|
|
173
|
-
this.i.
|
|
173
|
+
this.i.or = v;
|
|
174
174
|
}
|
|
175
175
|
findByName(name) {
|
|
176
176
|
var baseResult = super.findByName(name);
|
|
@@ -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.mz;
|
|
26
26
|
}
|
|
27
27
|
set resolvedText(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.mz = 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.mx;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryText(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.mx = 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.mo;
|
|
44
44
|
}
|
|
45
45
|
set summaryDisplayMode(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.mo = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -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.mr;
|
|
26
26
|
}
|
|
27
27
|
set resolvedSummaryLabel(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.mr = 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.mt;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryValue(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.mt = 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.my);
|
|
44
44
|
}
|
|
45
45
|
set summaryLabelTextColor(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.my = stringToBrush(v);
|
|
47
47
|
}
|
|
48
48
|
get font() {
|
|
49
|
-
if (this.i.
|
|
49
|
+
if (this.i.mk == null) {
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.mk.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.mk = fi;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -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.mo;
|
|
25
25
|
}
|
|
26
26
|
set isFilterUIVisible(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.mo = ensureBool(v);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -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.n5;
|
|
44
44
|
}
|
|
45
45
|
set editorType(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.n5 = 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.n6;
|
|
53
53
|
}
|
|
54
54
|
set editorDataSource(v) {
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.n6 = 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.n8;
|
|
62
62
|
}
|
|
63
63
|
set editorTextField(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.n8 = 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.n9;
|
|
71
71
|
}
|
|
72
72
|
set editorValueField(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.n9 = 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 });
|
|
@@ -24,42 +24,42 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
|
|
|
24
24
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
25
25
|
*/
|
|
26
26
|
get isColumnOptionsEnabled() {
|
|
27
|
-
return this.i.
|
|
27
|
+
return this.i.mu;
|
|
28
28
|
}
|
|
29
29
|
set isColumnOptionsEnabled(v) {
|
|
30
|
-
this.i.
|
|
30
|
+
this.i.mu = ensureBool(v);
|
|
31
31
|
}
|
|
32
32
|
get sortIndicatorStyle() {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.ms;
|
|
34
34
|
}
|
|
35
35
|
set sortIndicatorStyle(v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.ms = ensureEnum(SortIndicatorStyle_$type, v);
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
39
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
40
40
|
*/
|
|
41
41
|
get columnOptionsIconAlignment() {
|
|
42
|
-
return this.i.
|
|
42
|
+
return this.i.mo;
|
|
43
43
|
}
|
|
44
44
|
set columnOptionsIconAlignment(v) {
|
|
45
|
-
this.i.
|
|
45
|
+
this.i.mo = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* Gets or sets the color for the column options icon in the header.
|
|
49
49
|
*/
|
|
50
50
|
get columnOptionsIconColor() {
|
|
51
|
-
return brushToString(this.i.
|
|
51
|
+
return brushToString(this.i.m6);
|
|
52
52
|
}
|
|
53
53
|
set columnOptionsIconColor(v) {
|
|
54
|
-
this.i.
|
|
54
|
+
this.i.m6 = stringToBrush(v);
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* Gets or sets how the column option icon will behave in the header.
|
|
58
58
|
*/
|
|
59
59
|
get columnOptionsIconBehavior() {
|
|
60
|
-
return this.i.
|
|
60
|
+
return this.i.mq;
|
|
61
61
|
}
|
|
62
62
|
set columnOptionsIconBehavior(v) {
|
|
63
|
-
this.i.
|
|
63
|
+
this.i.mq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
64
64
|
}
|
|
65
65
|
}
|
package/esm2015/public_api.js
CHANGED
|
@@ -437,6 +437,8 @@ export * from './lib/igx-cell-style-requested-event-args';
|
|
|
437
437
|
export * from './lib/DataGridColumn';
|
|
438
438
|
export * from './lib/igx-data-grid-column-component';
|
|
439
439
|
export * from './lib/DataGridColumnToolbarManager';
|
|
440
|
+
export * from './lib/FormatCellEventArgs';
|
|
441
|
+
export * from './lib/igx-format-cell-event-args';
|
|
440
442
|
export * from './lib/ColumnWidth';
|
|
441
443
|
export * from './lib/igx-column-width';
|
|
442
444
|
export * from './lib/igx-column-width-module';
|
|
@@ -29,18 +29,18 @@ var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
this.a.cn(a.el, a.ep, a.en, a.ej);
|
|
30
30
|
}
|
|
31
31
|
if (a.a1) {
|
|
32
|
-
this.a.ch(a.
|
|
32
|
+
this.a.ch(a.lz, a.d9, a.ee, a.ec, a.d7);
|
|
33
33
|
}
|
|
34
34
|
if (a.bo) {
|
|
35
35
|
this.a.ck(a.fu);
|
|
36
|
-
this.a.cu(a.
|
|
36
|
+
this.a.cu(a.he);
|
|
37
37
|
}
|
|
38
38
|
if (a.a3) {
|
|
39
39
|
if (a.bi && !this.a.z) {
|
|
40
40
|
this.a.b5();
|
|
41
41
|
}
|
|
42
42
|
if (a.a8(CellModel.d6)) {
|
|
43
|
-
this.a.cg(a.
|
|
43
|
+
this.a.cg(a.ly.color);
|
|
44
44
|
}
|
|
45
45
|
if (a.a8(CellModel.ei)) {
|
|
46
46
|
this.a.cm(a.ch);
|
|
@@ -25,7 +25,7 @@ var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
25
25
|
};
|
|
26
26
|
CanvasContentCellModelHelper.a = function (a, b, c) {
|
|
27
27
|
if (b.a3) {
|
|
28
|
-
if (b.a8(CellModel.fa) || b.a8(CellModel.eg) || b.a8(CellModel.
|
|
28
|
+
if (b.a8(CellModel.fa) || b.a8(CellModel.eg) || b.a8(CellModel.hd) || b.a7("IsRowPinned") || b.a7("IsRowSticky") || b.a7("PinnedRowOpacity")) {
|
|
29
29
|
var d = Math.min(1, Math.max(0, b.ct));
|
|
30
30
|
var e = b.cg * (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.a8(CellModel.er)) {
|
|
37
|
-
CanvasContentCellModelHelper.c(c, b.
|
|
37
|
+
CanvasContentCellModelHelper.c(c, b.l0);
|
|
38
38
|
if (b.bi) {
|
|
39
|
-
c.cw(b.
|
|
39
|
+
c.cw(b.l0);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
if (b.a8(CellModel.gg)) {
|
|
43
43
|
}
|
|
44
|
-
if (b.a8(CellModel.fw) || b.a8(CellModel.
|
|
44
|
+
if (b.a8(CellModel.fw) || b.a8(CellModel.hc)) {
|
|
45
45
|
var f = b.g;
|
|
46
46
|
var g = b.i;
|
|
47
47
|
c.cl(f);
|