igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.2

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.
Files changed (97) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3905 -3606
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  4. package/esm2015/lib/CellPresenterBase.js +1 -1
  5. package/esm2015/lib/CheckboxListBridge.js +8 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +356 -322
  7. package/esm2015/lib/ColumnChooserView_combined.js +7 -7
  8. package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
  9. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  10. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  11. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  12. package/esm2015/lib/DataGridLocaleEn.js +8 -0
  13. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  15. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  16. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  17. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  18. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  19. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  20. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  21. package/esm2015/lib/GridExternalWrapper.js +6 -6
  22. package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
  23. package/esm2015/lib/GridIconRepository.js +4 -4
  24. package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
  25. package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
  26. package/esm2015/lib/PropertyEditorView_combined.js +6 -6
  27. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  28. package/esm2015/lib/TemplateHeader.js +1 -1
  29. package/esm2015/lib/TextHeaderCell.js +7 -7
  30. package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
  31. package/esm2015/lib/igx-checkbox-list-component.js +57 -46
  32. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  33. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  34. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  35. package/esm2015/lib/igx-data-grid-column-component.js +101 -85
  36. package/esm2015/lib/igx-data-grid-component.js +24 -1
  37. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
  38. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  39. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  40. package/esm2015/lib/igx-image-column-component.js +10 -10
  41. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  42. package/esm2015/lib/igx-text-column-component.js +8 -8
  43. package/esm2015/lib/igx-text-header-cell-info.js +26 -20
  44. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  45. package/esm5/lib/CellPresenterBase.js +1 -1
  46. package/esm5/lib/CheckboxListBridge.js +8 -0
  47. package/esm5/lib/CheckboxListView_combined.js +346 -308
  48. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  49. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  50. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  51. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  52. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  53. package/esm5/lib/DataGridLocaleEn.js +8 -0
  54. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  55. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  56. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  57. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  59. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  60. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  61. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  62. package/esm5/lib/GridExternalWrapper.js +6 -6
  63. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  64. package/esm5/lib/GridIconRepository.js +4 -4
  65. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  66. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  67. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  68. package/esm5/lib/TemplateCellPresenter.js +1 -1
  69. package/esm5/lib/TemplateHeader.js +1 -1
  70. package/esm5/lib/TextHeaderCell.js +7 -7
  71. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  72. package/esm5/lib/igx-checkbox-list-component.js +60 -45
  73. package/esm5/lib/igx-column-chooser-component.js +1 -1
  74. package/esm5/lib/igx-column-pinning-component.js +1 -1
  75. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  76. package/esm5/lib/igx-data-grid-column-component.js +109 -85
  77. package/esm5/lib/igx-data-grid-component.js +32 -1
  78. package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
  79. package/esm5/lib/igx-date-time-column-component.js +20 -20
  80. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  81. package/esm5/lib/igx-image-column-component.js +10 -10
  82. package/esm5/lib/igx-numeric-column-component.js +32 -32
  83. package/esm5/lib/igx-text-column-component.js +8 -8
  84. package/esm5/lib/igx-text-header-cell-info.js +30 -20
  85. package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
  86. package/fesm5/igniteui-angular-data-grids.js +3905 -3606
  87. package/lib/CheckboxListExternal.d.ts +2 -0
  88. package/lib/CheckboxListView_combined.d.ts +98 -94
  89. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  90. package/lib/DataGridLocaleEn.d.ts +8 -0
  91. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  92. package/lib/igx-checkbox-list-component.d.ts +6 -1
  93. package/lib/igx-data-grid-column-component.d.ts +5 -1
  94. package/lib/igx-data-grid-component.d.ts +13 -1
  95. package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
  96. package/lib/igx-text-header-cell-info.d.ts +2 -0
  97. package/package.json +4 -4
@@ -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.s5;
49
+ return this.i.tc;
50
50
  },
51
51
  set: function (v) {
52
- this.i.s5 = v;
52
+ this.i.tc = 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.s9;
62
+ return this.i.tg;
63
63
  },
64
64
  set: function (v) {
65
- this.i.s9 = v;
65
+ this.i.tg = 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.s7;
75
+ return this.i.te;
76
76
  },
77
77
  set: function (v) {
78
- this.i.s7 = v;
78
+ this.i.te = 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.tb;
88
+ return this.i.ti;
89
89
  },
90
90
  set: function (v) {
91
- this.i.tb = v;
91
+ this.i.ti = 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.sj;
101
+ return this.i.sq;
102
102
  },
103
103
  set: function (v) {
104
- this.i.sj = +v;
104
+ this.i.sq = +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.sk;
114
+ return this.i.sr;
115
115
  },
116
116
  set: function (v) {
117
- this.i.sk = +v;
117
+ this.i.sr = +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.sl;
127
+ return this.i.ss;
128
128
  },
129
129
  set: function (v) {
130
- this.i.sl = +v;
130
+ this.i.ss = +v;
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
@@ -138,10 +138,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
138
138
  * When true, the raw numeric value is multiplied by 100 before it is formatted for display.
139
139
  */
140
140
  get: function () {
141
- return this.i.sd;
141
+ return this.i.sk;
142
142
  },
143
143
  set: function (v) {
144
- this.i.sd = ensureBool(v);
144
+ this.i.sk = ensureBool(v);
145
145
  },
146
146
  enumerable: false,
147
147
  configurable: true
@@ -151,10 +151,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
151
151
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
152
152
  */
153
153
  get: function () {
154
- return this.i.se;
154
+ return this.i.sl;
155
155
  },
156
156
  set: function (v) {
157
- this.i.se = ensureBool(v);
157
+ this.i.sl = ensureBool(v);
158
158
  },
159
159
  enumerable: false,
160
160
  configurable: true
@@ -164,24 +164,24 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
164
164
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
165
165
  */
166
166
  get: function () {
167
- return this.i.sz;
167
+ return this.i.s6;
168
168
  },
169
169
  set: function (v) {
170
- this.i.sz = v;
170
+ this.i.s6 = v;
171
171
  },
172
172
  enumerable: false,
173
173
  configurable: true
174
174
  });
175
175
  Object.defineProperty(IgxNumericColumnComponent.prototype, "formatSpecifiers", {
176
176
  get: function () {
177
- return this.i.r8;
177
+ return this.i.sf;
178
178
  },
179
179
  set: function (v) {
180
180
  if (v && !Array.isArray(v) && typeof (v) == "string") {
181
181
  var re = /\s*(?:,|\s|$)\s*/gm;
182
182
  v = v.split(re);
183
183
  }
184
- this.i.r8 = v;
184
+ this.i.sf = v;
185
185
  },
186
186
  enumerable: false,
187
187
  configurable: true
@@ -191,10 +191,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
191
191
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
192
192
  */
193
193
  get: function () {
194
- return this.i.so;
194
+ return this.i.sv;
195
195
  },
196
196
  set: function (v) {
197
- this.i.so = v;
197
+ this.i.sv = v;
198
198
  },
199
199
  enumerable: false,
200
200
  configurable: true
@@ -204,10 +204,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
204
204
  * Gets or sets the editor type used for editing cells in this column.
205
205
  */
206
206
  get: function () {
207
- return this.i.sa;
207
+ return this.i.sh;
208
208
  },
209
209
  set: function (v) {
210
- this.i.sa = ensureEnum(EditorType_$type, v);
210
+ this.i.sh = ensureEnum(EditorType_$type, v);
211
211
  },
212
212
  enumerable: false,
213
213
  configurable: true
@@ -217,10 +217,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
217
217
  * Gets or sets the ComboBox data source.
218
218
  */
219
219
  get: function () {
220
- return this.i.sn;
220
+ return this.i.su;
221
221
  },
222
222
  set: function (v) {
223
- this.i.sn = v;
223
+ this.i.su = v;
224
224
  },
225
225
  enumerable: false,
226
226
  configurable: true
@@ -230,10 +230,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
230
230
  * Gets or sets the ComboBox text field.
231
231
  */
232
232
  get: function () {
233
- return this.i.su;
233
+ return this.i.s1;
234
234
  },
235
235
  set: function (v) {
236
- this.i.su = v;
236
+ this.i.s1 = v;
237
237
  },
238
238
  enumerable: false,
239
239
  configurable: true
@@ -243,10 +243,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
243
243
  * Gets or sets the ComboBox value field.
244
244
  */
245
245
  get: function () {
246
- return this.i.sv;
246
+ return this.i.s2;
247
247
  },
248
248
  set: function (v) {
249
- this.i.sv = v;
249
+ this.i.s2 = v;
250
250
  },
251
251
  enumerable: false,
252
252
  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.r7;
49
+ return this.i.se;
50
50
  },
51
51
  set: function (v) {
52
- this.i.r7 = ensureEnum(EditorType_$type, v);
52
+ this.i.se = 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.r8;
62
+ return this.i.sf;
63
63
  },
64
64
  set: function (v) {
65
- this.i.r8 = v;
65
+ this.i.sf = 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.sa;
75
+ return this.i.sh;
76
76
  },
77
77
  set: function (v) {
78
- this.i.sa = v;
78
+ this.i.sh = 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.sb;
88
+ return this.i.si;
89
89
  },
90
90
  set: function (v) {
91
- this.i.sb = v;
91
+ this.i.si = v;
92
92
  },
93
93
  enumerable: false,
94
94
  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.p9);
72
+ return brushToString(this.i.qc);
73
73
  },
74
74
  set: function (v) {
75
- this.i.p9 = stringToBrush(v);
75
+ this.i.qc = stringToBrush(v);
76
76
  },
77
77
  enumerable: false,
78
78
  configurable: true
@@ -108,10 +108,10 @@ 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.p4);
111
+ return brushToString(this.i.p7);
112
112
  },
113
113
  set: function (v) {
114
- this.i.p4 = stringToBrush(v);
114
+ this.i.p7 = stringToBrush(v);
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -121,10 +121,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
121
121
  * Gets or sets the text color for text inside the column options menu.
122
122
  */
123
123
  get: function () {
124
- return brushToString(this.i.qb);
124
+ return brushToString(this.i.qe);
125
125
  },
126
126
  set: function (v) {
127
- this.i.qb = stringToBrush(v);
127
+ this.i.qe = stringToBrush(v);
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -149,30 +149,40 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
149
149
  });
150
150
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsHoverBackgroundColor", {
151
151
  get: function () {
152
- return brushToString(this.i.p8);
152
+ return brushToString(this.i.qb);
153
153
  },
154
154
  set: function (v) {
155
- this.i.p8 = stringToBrush(v);
155
+ this.i.qb = stringToBrush(v);
156
156
  },
157
157
  enumerable: false,
158
158
  configurable: true
159
159
  });
160
160
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsToolTipBackgroundColor", {
161
161
  get: function () {
162
- return brushToString(this.i.qc);
162
+ return brushToString(this.i.qf);
163
163
  },
164
164
  set: function (v) {
165
- this.i.qc = stringToBrush(v);
165
+ this.i.qf = stringToBrush(v);
166
+ },
167
+ enumerable: false,
168
+ configurable: true
169
+ });
170
+ Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsToolTipTextColor", {
171
+ get: function () {
172
+ return brushToString(this.i.qg);
173
+ },
174
+ set: function (v) {
175
+ this.i.qg = stringToBrush(v);
166
176
  },
167
177
  enumerable: false,
168
178
  configurable: true
169
179
  });
170
180
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsHighlightColor", {
171
181
  get: function () {
172
- return brushToString(this.i.p7);
182
+ return brushToString(this.i.qa);
173
183
  },
174
184
  set: function (v) {
175
- this.i.p7 = stringToBrush(v);
185
+ this.i.qa = stringToBrush(v);
176
186
  },
177
187
  enumerable: false,
178
188
  configurable: true
@@ -182,10 +192,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
182
192
  * Gets or sets the color of separators inside the column options menu.
183
193
  */
184
194
  get: function () {
185
- return brushToString(this.i.qa);
195
+ return brushToString(this.i.qd);
186
196
  },
187
197
  set: function (v) {
188
- this.i.qa = stringToBrush(v);
198
+ this.i.qd = stringToBrush(v);
189
199
  },
190
200
  enumerable: false,
191
201
  configurable: true
@@ -195,10 +205,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
195
205
  * Gets or sets the background color for group headers inside the column options menu.
196
206
  */
197
207
  get: function () {
198
- return brushToString(this.i.p5);
208
+ return brushToString(this.i.p8);
199
209
  },
200
210
  set: function (v) {
201
- this.i.p5 = stringToBrush(v);
211
+ this.i.p8 = stringToBrush(v);
202
212
  },
203
213
  enumerable: false,
204
214
  configurable: true
@@ -208,10 +218,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
208
218
  * Gets or sets the text color for group headers inside the column options menu.
209
219
  */
210
220
  get: function () {
211
- return brushToString(this.i.p6);
221
+ return brushToString(this.i.p9);
212
222
  },
213
223
  set: function (v) {
214
- this.i.p6 = stringToBrush(v);
224
+ this.i.p9 = stringToBrush(v);
215
225
  },
216
226
  enumerable: false,
217
227
  configurable: true
@@ -233,10 +243,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
233
243
  });
234
244
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
235
245
  get: function () {
236
- return brushToString(this.i.p3);
246
+ return brushToString(this.i.p6);
237
247
  },
238
248
  set: function (v) {
239
- this.i.p3 = stringToBrush(v);
249
+ this.i.p6 = stringToBrush(v);
240
250
  },
241
251
  enumerable: false,
242
252
  configurable: true