igniteui-angular-data-grids 20.1.0-beta.0 → 20.2.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 +5727 -5576
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
- package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +7 -7
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +40 -37
- package/esm2015/lib/CheckboxListBridge.js +4 -0
- package/esm2015/lib/CheckboxListView_combined.js +778 -743
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +13 -13
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +16 -16
- package/esm2015/lib/GridCellBase.js +354 -335
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCell.js +59 -59
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +15 -15
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SortIndicatorStyle.js +6 -2
- package/esm2015/lib/SummaryCell.js +40 -40
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TextCell.js +32 -32
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +153 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +164 -155
- package/esm2015/lib/igx-checkbox-list-component.js +82 -66
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +87 -76
- 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-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/esm5/lib/AccessibilityRow.js +1 -1
- package/esm5/lib/CanvasCellPresenterBase.js +9 -9
- package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +7 -7
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +40 -37
- package/esm5/lib/CheckboxListBridge.js +4 -0
- package/esm5/lib/CheckboxListView_combined.js +760 -725
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +13 -13
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +16 -16
- package/esm5/lib/GridCellBase.js +349 -326
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCell.js +59 -59
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +15 -15
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SortIndicatorStyle.js +6 -2
- package/esm5/lib/SummaryCell.js +40 -40
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TextCell.js +32 -32
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +151 -151
- package/esm5/lib/TextHeaderCellPresenter.js +25 -25
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +168 -155
- package/esm5/lib/igx-checkbox-list-component.js +82 -66
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +91 -76
- 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-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/fesm2015/igniteui-angular-data-grids.js +5924 -5791
- package/fesm5/igniteui-angular-data-grids.js +5729 -5578
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListViewExternal.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +185 -179
- package/lib/ColumnFilterCondition_combined.d.ts +820 -813
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +105 -102
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +3 -3
- package/lib/SortIndicatorStyle.d.ts +5 -1
- package/lib/SummaryCell.d.ts +9 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +29 -29
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +10 -0
- package/lib/igx-data-grid-column-component.d.ts +7 -1
- package/package.json +4 -4
|
@@ -28,10 +28,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
* Sets or gets the numeric value to use for the cell.
|
|
29
29
|
*/
|
|
30
30
|
get: function () {
|
|
31
|
-
return this.i.
|
|
31
|
+
return this.i.n9;
|
|
32
32
|
},
|
|
33
33
|
set: function (v) {
|
|
34
|
-
this.i.
|
|
34
|
+
this.i.n9 = +v;
|
|
35
35
|
},
|
|
36
36
|
enumerable: false,
|
|
37
37
|
configurable: true
|
|
@@ -41,10 +41,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41
41
|
* Sets or gets whether there is a decimal numeric value to use for the cell.
|
|
42
42
|
*/
|
|
43
43
|
get: function () {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.n5;
|
|
45
45
|
},
|
|
46
46
|
set: function (v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.n5 = ensureBool(v);
|
|
48
48
|
},
|
|
49
49
|
enumerable: false,
|
|
50
50
|
configurable: true
|
|
@@ -54,24 +54,24 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
54
54
|
* The format string to apply to the value
|
|
55
55
|
*/
|
|
56
56
|
get: function () {
|
|
57
|
-
return this.i.
|
|
57
|
+
return this.i.o3;
|
|
58
58
|
},
|
|
59
59
|
set: function (v) {
|
|
60
|
-
this.i.
|
|
60
|
+
this.i.o3 = v;
|
|
61
61
|
},
|
|
62
62
|
enumerable: false,
|
|
63
63
|
configurable: true
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(IgxNumericCellInfo.prototype, "formatSpecifiers", {
|
|
66
66
|
get: function () {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.n1;
|
|
68
68
|
},
|
|
69
69
|
set: function (v) {
|
|
70
70
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
71
71
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
72
72
|
v = v.split(re);
|
|
73
73
|
}
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.n1 = v;
|
|
75
75
|
},
|
|
76
76
|
enumerable: false,
|
|
77
77
|
configurable: true
|
|
@@ -81,10 +81,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81
81
|
* The format options to apply to the value
|
|
82
82
|
*/
|
|
83
83
|
get: function () {
|
|
84
|
-
return this.i.
|
|
84
|
+
return this.i.ov;
|
|
85
85
|
},
|
|
86
86
|
set: function (v) {
|
|
87
|
-
this.i.
|
|
87
|
+
this.i.ov = v;
|
|
88
88
|
},
|
|
89
89
|
enumerable: false,
|
|
90
90
|
configurable: true
|
|
@@ -94,10 +94,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
94
94
|
* Sets or gets the text prepended to a negative numeric value
|
|
95
95
|
*/
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.o9;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.o9 = v;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,10 +107,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
107
107
|
* Sets or gets the text prepended to a positive numeric value
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.pe;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.pe = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
@@ -120,10 +120,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
120
120
|
* Sets or gets the text appended to a negative numeric value
|
|
121
121
|
*/
|
|
122
122
|
get: function () {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.pb;
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
|
-
this.i.
|
|
126
|
+
this.i.pb = v;
|
|
127
127
|
},
|
|
128
128
|
enumerable: false,
|
|
129
129
|
configurable: true
|
|
@@ -133,10 +133,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
133
133
|
* Sets or gets the text appended to a positive numeric value
|
|
134
134
|
*/
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.i.
|
|
136
|
+
return this.i.pg;
|
|
137
137
|
},
|
|
138
138
|
set: function (v) {
|
|
139
|
-
this.i.
|
|
139
|
+
this.i.pg = v;
|
|
140
140
|
},
|
|
141
141
|
enumerable: false,
|
|
142
142
|
configurable: true
|
|
@@ -146,10 +146,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
146
146
|
* The maximum number of decimal places to display when formatting
|
|
147
147
|
*/
|
|
148
148
|
get: function () {
|
|
149
|
-
return this.i.
|
|
149
|
+
return this.i.oh;
|
|
150
150
|
},
|
|
151
151
|
set: function (v) {
|
|
152
|
-
this.i.
|
|
152
|
+
this.i.oh = +v;
|
|
153
153
|
},
|
|
154
154
|
enumerable: false,
|
|
155
155
|
configurable: true
|
|
@@ -159,10 +159,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
159
159
|
* The minimum number of decimal places to display when formatting
|
|
160
160
|
*/
|
|
161
161
|
get: function () {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.oj;
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
165
|
+
this.i.oj = +v;
|
|
166
166
|
},
|
|
167
167
|
enumerable: false,
|
|
168
168
|
configurable: true
|
|
@@ -172,10 +172,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
172
172
|
* The minimum number of integer digits to display when formatting
|
|
173
173
|
*/
|
|
174
174
|
get: function () {
|
|
175
|
-
return this.i.
|
|
175
|
+
return this.i.ol;
|
|
176
176
|
},
|
|
177
177
|
set: function (v) {
|
|
178
|
-
this.i.
|
|
178
|
+
this.i.ol = +v;
|
|
179
179
|
},
|
|
180
180
|
enumerable: false,
|
|
181
181
|
configurable: true
|
|
@@ -185,10 +185,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
185
185
|
* Sets or gets if the grouping separator is shown
|
|
186
186
|
*/
|
|
187
187
|
get: function () {
|
|
188
|
-
return this.i.
|
|
188
|
+
return this.i.n7;
|
|
189
189
|
},
|
|
190
190
|
set: function (v) {
|
|
191
|
-
this.i.
|
|
191
|
+
this.i.n7 = ensureBool(v);
|
|
192
192
|
},
|
|
193
193
|
enumerable: false,
|
|
194
194
|
configurable: true
|
|
@@ -46,10 +46,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
46
|
* Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
|
|
47
47
|
*/
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.p4;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.p4 = v;
|
|
53
53
|
},
|
|
54
54
|
enumerable: false,
|
|
55
55
|
configurable: true
|
|
@@ -59,10 +59,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
* Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
|
|
60
60
|
*/
|
|
61
61
|
get: function () {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.p8;
|
|
63
63
|
},
|
|
64
64
|
set: function (v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.p8 = v;
|
|
66
66
|
},
|
|
67
67
|
enumerable: false,
|
|
68
68
|
configurable: true
|
|
@@ -72,10 +72,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
* Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
|
|
73
73
|
*/
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.p6;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.p6 = v;
|
|
79
79
|
},
|
|
80
80
|
enumerable: false,
|
|
81
81
|
configurable: true
|
|
@@ -85,10 +85,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85
85
|
* Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
|
|
86
86
|
*/
|
|
87
87
|
get: function () {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.qa;
|
|
89
89
|
},
|
|
90
90
|
set: function (v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.qa = v;
|
|
92
92
|
},
|
|
93
93
|
enumerable: false,
|
|
94
94
|
configurable: true
|
|
@@ -98,10 +98,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
98
98
|
* Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
|
|
99
99
|
*/
|
|
100
100
|
get: function () {
|
|
101
|
-
return this.i.
|
|
101
|
+
return this.i.pj;
|
|
102
102
|
},
|
|
103
103
|
set: function (v) {
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.pj = +v;
|
|
105
105
|
},
|
|
106
106
|
enumerable: false,
|
|
107
107
|
configurable: true
|
|
@@ -111,10 +111,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
111
111
|
* Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
|
|
112
112
|
*/
|
|
113
113
|
get: function () {
|
|
114
|
-
return this.i.
|
|
114
|
+
return this.i.pk;
|
|
115
115
|
},
|
|
116
116
|
set: function (v) {
|
|
117
|
-
this.i.
|
|
117
|
+
this.i.pk = +v;
|
|
118
118
|
},
|
|
119
119
|
enumerable: false,
|
|
120
120
|
configurable: true
|
|
@@ -124,10 +124,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
124
124
|
* Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
|
|
125
125
|
*/
|
|
126
126
|
get: function () {
|
|
127
|
-
return this.i.
|
|
127
|
+
return this.i.pl;
|
|
128
128
|
},
|
|
129
129
|
set: function (v) {
|
|
130
|
-
this.i.
|
|
130
|
+
this.i.pl = +v;
|
|
131
131
|
},
|
|
132
132
|
enumerable: false,
|
|
133
133
|
configurable: true
|
|
@@ -137,10 +137,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
137
137
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
138
138
|
*/
|
|
139
139
|
get: function () {
|
|
140
|
-
return this.i.
|
|
140
|
+
return this.i.pe;
|
|
141
141
|
},
|
|
142
142
|
set: function (v) {
|
|
143
|
-
this.i.
|
|
143
|
+
this.i.pe = ensureBool(v);
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
@@ -150,24 +150,24 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150
150
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
151
151
|
*/
|
|
152
152
|
get: function () {
|
|
153
|
-
return this.i.
|
|
153
|
+
return this.i.pz;
|
|
154
154
|
},
|
|
155
155
|
set: function (v) {
|
|
156
|
-
this.i.
|
|
156
|
+
this.i.pz = v;
|
|
157
157
|
},
|
|
158
158
|
enumerable: false,
|
|
159
159
|
configurable: true
|
|
160
160
|
});
|
|
161
161
|
Object.defineProperty(IgxNumericColumnComponent.prototype, "formatSpecifiers", {
|
|
162
162
|
get: function () {
|
|
163
|
-
return this.i.
|
|
163
|
+
return this.i.pa;
|
|
164
164
|
},
|
|
165
165
|
set: function (v) {
|
|
166
166
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
167
167
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
168
168
|
v = v.split(re);
|
|
169
169
|
}
|
|
170
|
-
this.i.
|
|
170
|
+
this.i.pa = v;
|
|
171
171
|
},
|
|
172
172
|
enumerable: false,
|
|
173
173
|
configurable: true
|
|
@@ -177,10 +177,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
177
177
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
178
178
|
*/
|
|
179
179
|
get: function () {
|
|
180
|
-
return this.i.
|
|
180
|
+
return this.i.po;
|
|
181
181
|
},
|
|
182
182
|
set: function (v) {
|
|
183
|
-
this.i.
|
|
183
|
+
this.i.po = v;
|
|
184
184
|
},
|
|
185
185
|
enumerable: false,
|
|
186
186
|
configurable: true
|
|
@@ -190,10 +190,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
190
190
|
* Gets or sets the editor type used for editing cells in this column.
|
|
191
191
|
*/
|
|
192
192
|
get: function () {
|
|
193
|
-
return this.i.
|
|
193
|
+
return this.i.pc;
|
|
194
194
|
},
|
|
195
195
|
set: function (v) {
|
|
196
|
-
this.i.
|
|
196
|
+
this.i.pc = ensureEnum(EditorType_$type, v);
|
|
197
197
|
},
|
|
198
198
|
enumerable: false,
|
|
199
199
|
configurable: true
|
|
@@ -203,10 +203,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
203
203
|
* Gets or sets the ComboBox data source.
|
|
204
204
|
*/
|
|
205
205
|
get: function () {
|
|
206
|
-
return this.i.
|
|
206
|
+
return this.i.pn;
|
|
207
207
|
},
|
|
208
208
|
set: function (v) {
|
|
209
|
-
this.i.
|
|
209
|
+
this.i.pn = v;
|
|
210
210
|
},
|
|
211
211
|
enumerable: false,
|
|
212
212
|
configurable: true
|
|
@@ -216,10 +216,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
216
216
|
* Gets or sets the ComboBox text field.
|
|
217
217
|
*/
|
|
218
218
|
get: function () {
|
|
219
|
-
return this.i.
|
|
219
|
+
return this.i.pu;
|
|
220
220
|
},
|
|
221
221
|
set: function (v) {
|
|
222
|
-
this.i.
|
|
222
|
+
this.i.pu = v;
|
|
223
223
|
},
|
|
224
224
|
enumerable: false,
|
|
225
225
|
configurable: true
|
|
@@ -229,10 +229,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
229
229
|
* Gets or sets the ComboBox value field.
|
|
230
230
|
*/
|
|
231
231
|
get: function () {
|
|
232
|
-
return this.i.
|
|
232
|
+
return this.i.pv;
|
|
233
233
|
},
|
|
234
234
|
set: function (v) {
|
|
235
|
-
this.i.
|
|
235
|
+
this.i.pv = v;
|
|
236
236
|
},
|
|
237
237
|
enumerable: false,
|
|
238
238
|
configurable: true
|
|
@@ -29,10 +29,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
* Sets or gets the resolved text for the section header cell.
|
|
30
30
|
*/
|
|
31
31
|
get: function () {
|
|
32
|
-
return this.i.
|
|
32
|
+
return this.i.og;
|
|
33
33
|
},
|
|
34
34
|
set: function (v) {
|
|
35
|
-
this.i.
|
|
35
|
+
this.i.og = v;
|
|
36
36
|
},
|
|
37
37
|
enumerable: false,
|
|
38
38
|
configurable: true
|
|
@@ -42,10 +42,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
* Sets or gets the resolved summary text for the section header cell.
|
|
43
43
|
*/
|
|
44
44
|
get: function () {
|
|
45
|
-
return this.i.
|
|
45
|
+
return this.i.oe;
|
|
46
46
|
},
|
|
47
47
|
set: function (v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.oe = v;
|
|
49
49
|
},
|
|
50
50
|
enumerable: false,
|
|
51
51
|
configurable: true
|
|
@@ -55,10 +55,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
55
55
|
* Sets or gets how summaries are displayed in the section header cell.
|
|
56
56
|
*/
|
|
57
57
|
get: function () {
|
|
58
|
-
return this.i.
|
|
58
|
+
return this.i.n5;
|
|
59
59
|
},
|
|
60
60
|
set: function (v) {
|
|
61
|
-
this.i.
|
|
61
|
+
this.i.n5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
62
62
|
},
|
|
63
63
|
enumerable: false,
|
|
64
64
|
configurable: true
|
|
@@ -29,10 +29,10 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
* Sets or gets the resolved summary label for the summary cell.
|
|
30
30
|
*/
|
|
31
31
|
get: function () {
|
|
32
|
-
return this.i.
|
|
32
|
+
return this.i.n8;
|
|
33
33
|
},
|
|
34
34
|
set: function (v) {
|
|
35
|
-
this.i.
|
|
35
|
+
this.i.n8 = v;
|
|
36
36
|
},
|
|
37
37
|
enumerable: false,
|
|
38
38
|
configurable: true
|
|
@@ -42,10 +42,10 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
* Sets or gets the resolved summary value for the sumamry cell.
|
|
43
43
|
*/
|
|
44
44
|
get: function () {
|
|
45
|
-
return this.i.
|
|
45
|
+
return this.i.oa;
|
|
46
46
|
},
|
|
47
47
|
set: function (v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.oa = v;
|
|
49
49
|
},
|
|
50
50
|
enumerable: false,
|
|
51
51
|
configurable: true
|
|
@@ -55,25 +55,25 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
55
55
|
* Gets or sets the color of the text for the summary label in the cell.
|
|
56
56
|
*/
|
|
57
57
|
get: function () {
|
|
58
|
-
return brushToString(this.i.
|
|
58
|
+
return brushToString(this.i.of);
|
|
59
59
|
},
|
|
60
60
|
set: function (v) {
|
|
61
|
-
this.i.
|
|
61
|
+
this.i.of = stringToBrush(v);
|
|
62
62
|
},
|
|
63
63
|
enumerable: false,
|
|
64
64
|
configurable: true
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(IgxSummaryCellInfo.prototype, "font", {
|
|
67
67
|
get: function () {
|
|
68
|
-
if (this.i.
|
|
68
|
+
if (this.i.n1 == null) {
|
|
69
69
|
return null;
|
|
70
70
|
}
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.n1.fontString;
|
|
72
72
|
},
|
|
73
73
|
set: function (v) {
|
|
74
74
|
var fi = new FontInfo();
|
|
75
75
|
fi.fontString = v;
|
|
76
|
-
this.i.
|
|
76
|
+
this.i.n1 = fi;
|
|
77
77
|
},
|
|
78
78
|
enumerable: false,
|
|
79
79
|
configurable: true
|
|
@@ -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.n2;
|
|
31
31
|
},
|
|
32
32
|
set: function (v) {
|
|
33
|
-
this.i.
|
|
33
|
+
this.i.n2 = 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.n5;
|
|
32
32
|
},
|
|
33
33
|
set: function (v) {
|
|
34
|
-
this.i.
|
|
34
|
+
this.i.n5 = 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.n2;
|
|
31
31
|
},
|
|
32
32
|
set: function (v) {
|
|
33
|
-
this.i.
|
|
33
|
+
this.i.n2 = 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.o9;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.o9 = 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.pa;
|
|
63
63
|
},
|
|
64
64
|
set: function (v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.pa = 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.pc;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.pc = 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.pd;
|
|
89
89
|
},
|
|
90
90
|
set: function (v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.pd = v;
|
|
92
92
|
},
|
|
93
93
|
enumerable: false,
|
|
94
94
|
configurable: true
|
|
@@ -31,20 +31,20 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31
31
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
32
32
|
*/
|
|
33
33
|
get: function () {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.ob;
|
|
35
35
|
},
|
|
36
36
|
set: function (v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.ob = ensureBool(v);
|
|
38
38
|
},
|
|
39
39
|
enumerable: false,
|
|
40
40
|
configurable: true
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(IgxTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
|
|
43
43
|
get: function () {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.n9;
|
|
45
45
|
},
|
|
46
46
|
set: function (v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.n9 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
48
48
|
},
|
|
49
49
|
enumerable: false,
|
|
50
50
|
configurable: true
|
|
@@ -54,10 +54,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
54
54
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
55
55
|
*/
|
|
56
56
|
get: function () {
|
|
57
|
-
return this.i.
|
|
57
|
+
return this.i.n5;
|
|
58
58
|
},
|
|
59
59
|
set: function (v) {
|
|
60
|
-
this.i.
|
|
60
|
+
this.i.n5 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
61
61
|
},
|
|
62
62
|
enumerable: false,
|
|
63
63
|
configurable: true
|
|
@@ -67,10 +67,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
67
67
|
* Gets or sets the color for the column options icon in the header.
|
|
68
68
|
*/
|
|
69
69
|
get: function () {
|
|
70
|
-
return brushToString(this.i.
|
|
70
|
+
return brushToString(this.i.on);
|
|
71
71
|
},
|
|
72
72
|
set: function (v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.on = stringToBrush(v);
|
|
74
74
|
},
|
|
75
75
|
enumerable: false,
|
|
76
76
|
configurable: true
|
|
@@ -80,10 +80,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80
80
|
* Gets or sets how the column option icon will behave in the header.
|
|
81
81
|
*/
|
|
82
82
|
get: function () {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.n7;
|
|
84
84
|
},
|
|
85
85
|
set: function (v) {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.n7 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
89
89
|
configurable: true
|