igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.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 (211) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +44020 -42109
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +25 -25
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +416 -411
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  43. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  44. package/esm2015/lib/GridExternalWrapper.js +6 -6
  45. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  46. package/esm2015/lib/GridIconRepository.js +92 -0
  47. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  48. package/esm2015/lib/GridStyleRepository.js +6 -3
  49. package/esm2015/lib/ICheckboxListView.js +11 -0
  50. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  51. package/esm2015/lib/ImageCellPresenter.js +7 -7
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
  53. package/esm2015/lib/NumericCellPresenter.js +8 -8
  54. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  56. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  57. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateHeader.js +3 -3
  59. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  60. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  61. package/esm2015/lib/TextCellPresenter.js +9 -9
  62. package/esm2015/lib/TextHeaderCell.js +62 -27
  63. package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
  64. package/esm2015/lib/igc-cell-info.js +97 -91
  65. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  68. package/esm2015/lib/igc-data-grid-column-component.js +271 -188
  69. package/esm2015/lib/igc-data-grid-component.js +135 -0
  70. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  71. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  74. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  75. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  76. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  77. package/esm2015/lib/igc-image-cell-info.js +6 -6
  78. package/esm2015/lib/igc-image-column-component.js +12 -12
  79. package/esm2015/lib/igc-image-column-module.js +2 -0
  80. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  81. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  82. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  83. package/esm2015/lib/igc-row-separator-module.js +2 -0
  84. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  85. package/esm2015/lib/igc-section-header-module.js +2 -0
  86. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  87. package/esm2015/lib/igc-template-cell-info.js +2 -2
  88. package/esm2015/lib/igc-template-column-module.js +2 -0
  89. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  90. package/esm2015/lib/igc-template-header-module.js +2 -0
  91. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  92. package/esm2015/lib/igc-text-cell-info.js +2 -2
  93. package/esm2015/lib/igc-text-column-component.js +9 -9
  94. package/esm2015/lib/igc-text-column-module.js +2 -0
  95. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  96. package/esm2015/lib/igc-text-header-module.js +2 -0
  97. package/esm2015/public_api.js +2 -0
  98. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  99. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  100. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  101. package/esm5/lib/CanvasGridCellBase.js +13 -13
  102. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  103. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  104. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  105. package/esm5/lib/CanvasSummaryCell.js +2 -2
  106. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  107. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  108. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  109. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  111. package/esm5/lib/CellPresenterBase.js +25 -25
  112. package/esm5/lib/CheckboxListBridge.js +36 -36
  113. package/esm5/lib/CheckboxListView_combined.js +399 -394
  114. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  115. package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
  116. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  117. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  118. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  119. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  120. package/esm5/lib/ContentCellModelHelper.js +5 -5
  121. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  122. package/esm5/lib/DataGridLocaleEn.js +3 -0
  123. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  124. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  125. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  126. package/esm5/lib/Dragger.js +4 -4
  127. package/esm5/lib/EditorCellPresenter.js +21 -21
  128. package/esm5/lib/FilterCellPresenter.js +12 -12
  129. package/esm5/lib/GridCellBase.js +6 -6
  130. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  131. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  132. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  133. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  134. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  135. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  136. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  137. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  138. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  139. package/esm5/lib/GridExternalWrapper.js +6 -6
  140. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  141. package/esm5/lib/GridIconRepository.js +97 -0
  142. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  143. package/esm5/lib/GridStyleRepository.js +10 -3
  144. package/esm5/lib/ICheckboxListView.js +11 -0
  145. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  146. package/esm5/lib/ImageCellPresenter.js +7 -7
  147. package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
  148. package/esm5/lib/NumericCellPresenter.js +8 -8
  149. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  150. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  151. package/esm5/lib/SummaryCellPresenter.js +6 -6
  152. package/esm5/lib/TemplateCellPresenter.js +2 -2
  153. package/esm5/lib/TemplateHeader.js +3 -3
  154. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  155. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  156. package/esm5/lib/TextCellPresenter.js +9 -9
  157. package/esm5/lib/TextHeaderCell.js +62 -27
  158. package/esm5/lib/TextHeaderCellPresenter.js +44 -25
  159. package/esm5/lib/igc-cell-info.js +101 -91
  160. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  161. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  162. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  163. package/esm5/lib/igc-data-grid-column-component.js +311 -188
  164. package/esm5/lib/igc-data-grid-component.js +177 -0
  165. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  166. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  167. package/esm5/lib/igc-date-time-column-component.js +23 -23
  168. package/esm5/lib/igc-date-time-column-module.js +2 -0
  169. package/esm5/lib/igc-editor-cell-info.js +23 -23
  170. package/esm5/lib/igc-filter-cell-info.js +26 -26
  171. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  172. package/esm5/lib/igc-image-cell-info.js +6 -6
  173. package/esm5/lib/igc-image-column-component.js +12 -12
  174. package/esm5/lib/igc-image-column-module.js +2 -0
  175. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  176. package/esm5/lib/igc-numeric-column-component.js +35 -35
  177. package/esm5/lib/igc-numeric-column-module.js +2 -0
  178. package/esm5/lib/igc-row-separator-module.js +2 -0
  179. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  180. package/esm5/lib/igc-section-header-module.js +2 -0
  181. package/esm5/lib/igc-summary-cell-info.js +9 -9
  182. package/esm5/lib/igc-template-cell-info.js +2 -2
  183. package/esm5/lib/igc-template-column-module.js +2 -0
  184. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  185. package/esm5/lib/igc-template-header-module.js +2 -0
  186. package/esm5/lib/igc-template-section-header-module.js +4 -0
  187. package/esm5/lib/igc-text-cell-info.js +2 -2
  188. package/esm5/lib/igc-text-column-component.js +9 -9
  189. package/esm5/lib/igc-text-column-module.js +2 -0
  190. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  191. package/esm5/lib/igc-text-header-module.js +2 -0
  192. package/esm5/public_api.js +2 -0
  193. package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
  194. package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
  195. package/lib/CheckboxListView_combined.d.ts +104 -104
  196. package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
  197. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  198. package/lib/DataGridLocaleEn.d.ts +3 -0
  199. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  200. package/lib/GridIconRepository.d.ts +44 -0
  201. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  202. package/lib/GridStyleRepository.d.ts +3 -2
  203. package/lib/ICheckboxListView.d.ts +38 -0
  204. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  205. package/lib/igc-cell-info.d.ts +4 -0
  206. package/lib/igc-data-grid-column-component.d.ts +23 -0
  207. package/lib/igc-data-grid-component.d.ts +43 -0
  208. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  209. package/lib/igc-text-header-cell-info.d.ts +15 -0
  210. package/package.json +4 -4
  211. package/public_api.d.ts +2 -0
@@ -28,10 +28,10 @@ var IgcNumericCellInfo = /** @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.n9;
31
+ return this.i.oa;
32
32
  },
33
33
  set: function (v) {
34
- this.i.n9 = +v;
34
+ this.i.oa = +v;
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -41,10 +41,10 @@ var IgcNumericCellInfo = /** @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.n5;
44
+ return this.i.n6;
45
45
  },
46
46
  set: function (v) {
47
- this.i.n5 = ensureBool(v);
47
+ this.i.n6 = ensureBool(v);
48
48
  },
49
49
  enumerable: false,
50
50
  configurable: true
@@ -54,24 +54,24 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  * The format string to apply to the value
55
55
  */
56
56
  get: function () {
57
- return this.i.o3;
57
+ return this.i.o4;
58
58
  },
59
59
  set: function (v) {
60
- this.i.o3 = v;
60
+ this.i.o4 = v;
61
61
  },
62
62
  enumerable: false,
63
63
  configurable: true
64
64
  });
65
65
  Object.defineProperty(IgcNumericCellInfo.prototype, "formatSpecifiers", {
66
66
  get: function () {
67
- return this.i.n1;
67
+ return this.i.n2;
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.n1 = v;
74
+ this.i.n2 = v;
75
75
  },
76
76
  enumerable: false,
77
77
  configurable: true
@@ -81,10 +81,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
81
81
  * The format options to apply to the value
82
82
  */
83
83
  get: function () {
84
- return this.i.ov;
84
+ return this.i.ow;
85
85
  },
86
86
  set: function (v) {
87
- this.i.ov = v;
87
+ this.i.ow = v;
88
88
  },
89
89
  enumerable: false,
90
90
  configurable: true
@@ -94,10 +94,10 @@ var IgcNumericCellInfo = /** @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.o9;
97
+ return this.i.pa;
98
98
  },
99
99
  set: function (v) {
100
- this.i.o9 = v;
100
+ this.i.pa = v;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,10 +107,10 @@ var IgcNumericCellInfo = /** @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.pe;
110
+ return this.i.pf;
111
111
  },
112
112
  set: function (v) {
113
- this.i.pe = v;
113
+ this.i.pf = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
@@ -120,10 +120,10 @@ var IgcNumericCellInfo = /** @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.pb;
123
+ return this.i.pc;
124
124
  },
125
125
  set: function (v) {
126
- this.i.pb = v;
126
+ this.i.pc = v;
127
127
  },
128
128
  enumerable: false,
129
129
  configurable: true
@@ -133,10 +133,10 @@ var IgcNumericCellInfo = /** @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.pg;
136
+ return this.i.ph;
137
137
  },
138
138
  set: function (v) {
139
- this.i.pg = v;
139
+ this.i.ph = v;
140
140
  },
141
141
  enumerable: false,
142
142
  configurable: true
@@ -146,10 +146,10 @@ var IgcNumericCellInfo = /** @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.oh;
149
+ return this.i.oi;
150
150
  },
151
151
  set: function (v) {
152
- this.i.oh = +v;
152
+ this.i.oi = +v;
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,10 +159,10 @@ var IgcNumericCellInfo = /** @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.oj;
162
+ return this.i.ok;
163
163
  },
164
164
  set: function (v) {
165
- this.i.oj = +v;
165
+ this.i.ok = +v;
166
166
  },
167
167
  enumerable: false,
168
168
  configurable: true
@@ -172,10 +172,10 @@ var IgcNumericCellInfo = /** @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.ol;
175
+ return this.i.om;
176
176
  },
177
177
  set: function (v) {
178
- this.i.ol = +v;
178
+ this.i.om = +v;
179
179
  },
180
180
  enumerable: false,
181
181
  configurable: true
@@ -185,10 +185,10 @@ var IgcNumericCellInfo = /** @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.n7;
188
+ return this.i.n8;
189
189
  },
190
190
  set: function (v) {
191
- this.i.n7 = ensureBool(v);
191
+ this.i.n8 = ensureBool(v);
192
192
  },
193
193
  enumerable: false,
194
194
  configurable: true
@@ -79,10 +79,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
79
79
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
80
80
  */
81
81
  get: function () {
82
- return this.i.rl;
82
+ return this.i.sr;
83
83
  },
84
84
  set: function (v) {
85
- this.i.rl = v;
85
+ this.i.sr = v;
86
86
  },
87
87
  enumerable: false,
88
88
  configurable: true
@@ -92,10 +92,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
92
92
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
93
93
  */
94
94
  get: function () {
95
- return this.i.rp;
95
+ return this.i.sv;
96
96
  },
97
97
  set: function (v) {
98
- this.i.rp = v;
98
+ this.i.sv = v;
99
99
  },
100
100
  enumerable: false,
101
101
  configurable: true
@@ -105,10 +105,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
105
105
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
106
106
  */
107
107
  get: function () {
108
- return this.i.rn;
108
+ return this.i.st;
109
109
  },
110
110
  set: function (v) {
111
- this.i.rn = v;
111
+ this.i.st = v;
112
112
  },
113
113
  enumerable: false,
114
114
  configurable: true
@@ -118,10 +118,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
118
118
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
119
119
  */
120
120
  get: function () {
121
- return this.i.rr;
121
+ return this.i.sx;
122
122
  },
123
123
  set: function (v) {
124
- this.i.rr = v;
124
+ this.i.sx = v;
125
125
  },
126
126
  enumerable: false,
127
127
  configurable: true
@@ -131,11 +131,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
131
131
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
132
132
  */
133
133
  get: function () {
134
- return this.i.q0;
134
+ return this.i.r6;
135
135
  },
136
136
  set: function (v) {
137
- this.i.q0 = +v;
138
- this._a("maxFractionDigits", this.i.q0);
137
+ this.i.r6 = +v;
138
+ this._a("maxFractionDigits", this.i.r6);
139
139
  },
140
140
  enumerable: false,
141
141
  configurable: true
@@ -145,11 +145,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
145
145
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
146
146
  */
147
147
  get: function () {
148
- return this.i.q1;
148
+ return this.i.r7;
149
149
  },
150
150
  set: function (v) {
151
- this.i.q1 = +v;
152
- this._a("minFractionDigits", this.i.q1);
151
+ this.i.r7 = +v;
152
+ this._a("minFractionDigits", this.i.r7);
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,11 +159,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
159
159
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
160
160
  */
161
161
  get: function () {
162
- return this.i.q2;
162
+ return this.i.r8;
163
163
  },
164
164
  set: function (v) {
165
- this.i.q2 = +v;
166
- this._a("minIntegerDigits", this.i.q2);
165
+ this.i.r8 = +v;
166
+ this._a("minIntegerDigits", this.i.r8);
167
167
  },
168
168
  enumerable: false,
169
169
  configurable: true
@@ -173,11 +173,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
173
173
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
174
174
  */
175
175
  get: function () {
176
- return this.i.qv;
176
+ return this.i.r1;
177
177
  },
178
178
  set: function (v) {
179
- this.i.qv = ensureBool(v);
180
- this._a("showGroupingSeparator", this.i.qv);
179
+ this.i.r1 = ensureBool(v);
180
+ this._a("showGroupingSeparator", this.i.r1);
181
181
  },
182
182
  enumerable: false,
183
183
  configurable: true
@@ -187,24 +187,24 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
187
187
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
188
188
  */
189
189
  get: function () {
190
- return this.i.rg;
190
+ return this.i.sm;
191
191
  },
192
192
  set: function (v) {
193
- this.i.rg = v;
193
+ this.i.sm = v;
194
194
  },
195
195
  enumerable: false,
196
196
  configurable: true
197
197
  });
198
198
  Object.defineProperty(IgcNumericColumnComponent.prototype, "formatSpecifiers", {
199
199
  get: function () {
200
- return this.i.qr;
200
+ return this.i.rx;
201
201
  },
202
202
  set: function (v) {
203
203
  if (v && !Array.isArray(v) && typeof (v) == "string") {
204
204
  var re = /\s*(?:,|\s|$)\s*/gm;
205
205
  v = v.split(re);
206
206
  }
207
- this.i.qr = v;
207
+ this.i.rx = v;
208
208
  },
209
209
  enumerable: false,
210
210
  configurable: true
@@ -214,10 +214,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
214
214
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
215
215
  */
216
216
  get: function () {
217
- return this.i.q5;
217
+ return this.i.sb;
218
218
  },
219
219
  set: function (v) {
220
- this.i.q5 = v;
220
+ this.i.sb = v;
221
221
  },
222
222
  enumerable: false,
223
223
  configurable: true
@@ -227,11 +227,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
227
227
  * Gets or sets the editor type used for editing cells in this column.
228
228
  */
229
229
  get: function () {
230
- return this.i.qt;
230
+ return this.i.rz;
231
231
  },
232
232
  set: function (v) {
233
- this.i.qt = ensureEnum(EditorType_$type, v);
234
- this._a("editorType", enumToString(EditorType_$type, this.i.qt));
233
+ this.i.rz = ensureEnum(EditorType_$type, v);
234
+ this._a("editorType", enumToString(EditorType_$type, this.i.rz));
235
235
  },
236
236
  enumerable: false,
237
237
  configurable: true
@@ -241,10 +241,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
241
241
  * Gets or sets the ComboBox data source.
242
242
  */
243
243
  get: function () {
244
- return this.i.q4;
244
+ return this.i.sa;
245
245
  },
246
246
  set: function (v) {
247
- this.i.q4 = v;
247
+ this.i.sa = v;
248
248
  },
249
249
  enumerable: false,
250
250
  configurable: true
@@ -254,10 +254,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
254
254
  * Gets or sets the ComboBox text field.
255
255
  */
256
256
  get: function () {
257
- return this.i.rb;
257
+ return this.i.sh;
258
258
  },
259
259
  set: function (v) {
260
- this.i.rb = v;
260
+ this.i.sh = v;
261
261
  },
262
262
  enumerable: false,
263
263
  configurable: true
@@ -267,10 +267,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
267
267
  * Gets or sets the ComboBox value field.
268
268
  */
269
269
  get: function () {
270
- return this.i.rc;
270
+ return this.i.si;
271
271
  },
272
272
  set: function (v) {
273
- this.i.rc = v;
273
+ this.i.si = v;
274
274
  },
275
275
  enumerable: false,
276
276
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcNumericCellInfo } from './igc-numeric-cell-info';
7
8
  import { IgcNumericColumnComponent } from './igc-numeric-column-component';
8
9
  import { NumericColumn } from './NumericColumn';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcNumericColumnModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcNumericColumnModule() {
12
13
  }
13
14
  IgcNumericColumnModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcNumericCellInfo", IgcNumericCellInfo);
14
16
  IgcNumericColumnComponent.register();
15
17
  TypeRegistrar.registerCons("IgcNumericColumnComponent", IgcNumericColumnComponent);
16
18
  TypeRegistrar.register("NumericColumn", NumericColumn.$type);
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcRowSeparatorInfo } from './igc-row-separator-info';
7
8
  import { IgcRowSeparatorComponent } from './igc-row-separator-component';
8
9
  import { RowSeparator } from './RowSeparator';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcRowSeparatorModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcRowSeparatorModule() {
12
13
  }
13
14
  IgcRowSeparatorModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcRowSeparatorInfo", IgcRowSeparatorInfo);
14
16
  IgcRowSeparatorComponent.register();
15
17
  TypeRegistrar.registerCons("IgcRowSeparatorComponent", IgcRowSeparatorComponent);
16
18
  TypeRegistrar.register("RowSeparator", RowSeparator.$type);
@@ -29,10 +29,10 @@ var IgcSectionHeaderCellInfo = /** @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.og;
32
+ return this.i.oh;
33
33
  },
34
34
  set: function (v) {
35
- this.i.og = v;
35
+ this.i.oh = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgcSectionHeaderCellInfo = /** @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.oe;
45
+ return this.i.of;
46
46
  },
47
47
  set: function (v) {
48
- this.i.oe = v;
48
+ this.i.of = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,10 +55,10 @@ var IgcSectionHeaderCellInfo = /** @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.n5;
58
+ return this.i.n6;
59
59
  },
60
60
  set: function (v) {
61
- this.i.n5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
61
+ this.i.n6 = ensureEnum(GroupSummaryDisplayMode_$type, v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcSectionHeaderCellInfo } from './igc-section-header-cell-info';
7
8
  import { IgcSectionHeaderComponent } from './igc-section-header-component';
8
9
  import { SectionHeader } from './SectionHeader';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcSectionHeaderModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcSectionHeaderModule() {
12
13
  }
13
14
  IgcSectionHeaderModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcSectionHeaderCellInfo", IgcSectionHeaderCellInfo);
14
16
  IgcSectionHeaderComponent.register();
15
17
  TypeRegistrar.registerCons("IgcSectionHeaderComponent", IgcSectionHeaderComponent);
16
18
  TypeRegistrar.register("SectionHeader", SectionHeader.$type);
@@ -29,10 +29,10 @@ var IgcSummaryCellInfo = /** @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.n8;
32
+ return this.i.n9;
33
33
  },
34
34
  set: function (v) {
35
- this.i.n8 = v;
35
+ this.i.n9 = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgcSummaryCellInfo = /** @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.oa;
45
+ return this.i.ob;
46
46
  },
47
47
  set: function (v) {
48
- this.i.oa = v;
48
+ this.i.ob = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,25 +55,25 @@ var IgcSummaryCellInfo = /** @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.of);
58
+ return brushToString(this.i.og);
59
59
  },
60
60
  set: function (v) {
61
- this.i.of = stringToBrush(v);
61
+ this.i.og = stringToBrush(v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
65
65
  });
66
66
  Object.defineProperty(IgcSummaryCellInfo.prototype, "font", {
67
67
  get: function () {
68
- if (this.i.n1 == null) {
68
+ if (this.i.n2 == null) {
69
69
  return null;
70
70
  }
71
- return this.i.n1.fontString;
71
+ return this.i.n2.fontString;
72
72
  },
73
73
  set: function (v) {
74
74
  var fi = new FontInfo();
75
75
  fi.fontString = v;
76
- this.i.n1 = fi;
76
+ this.i.n2 = fi;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true
@@ -27,10 +27,10 @@ var IgcTemplateCellInfo = /** @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.n2;
30
+ return this.i.n3;
31
31
  },
32
32
  set: function (v) {
33
- this.i.n2 = v;
33
+ this.i.n3 = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTemplateCellInfo } from './igc-template-cell-info';
7
8
  import { IgcTemplateColumnComponent } from './igc-template-column-component';
8
9
  import { TemplateColumn } from './TemplateColumn';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcTemplateColumnModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcTemplateColumnModule() {
12
13
  }
13
14
  IgcTemplateColumnModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcTemplateCellInfo", IgcTemplateCellInfo);
14
16
  IgcTemplateColumnComponent.register();
15
17
  TypeRegistrar.registerCons("IgcTemplateColumnComponent", IgcTemplateColumnComponent);
16
18
  TypeRegistrar.register("TemplateColumn", TemplateColumn.$type);
@@ -28,10 +28,10 @@ var IgcTemplateHeaderCellInfo = /** @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.n5;
31
+ return this.i.n6;
32
32
  },
33
33
  set: function (v) {
34
- this.i.n5 = ensureBool(v);
34
+ this.i.n6 = ensureBool(v);
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTemplateHeaderCellInfo } from './igc-template-header-cell-info';
7
8
  import { IgcTemplateHeaderComponent } from './igc-template-header-component';
8
9
  import { TemplateHeader } from './TemplateHeader';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcTemplateHeaderModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcTemplateHeaderModule() {
12
13
  }
13
14
  IgcTemplateHeaderModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcTemplateHeaderCellInfo", IgcTemplateHeaderCellInfo);
14
16
  IgcTemplateHeaderComponent.register();
15
17
  TypeRegistrar.registerCons("IgcTemplateHeaderComponent", IgcTemplateHeaderComponent);
16
18
  TypeRegistrar.register("TemplateHeader", TemplateHeader.$type);
@@ -4,6 +4,8 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTemplateSectionHeaderCellInfo } from './igc-template-section-header-cell-info';
8
+ import { IgcSectionHeaderCellInfo } from './igc-section-header-cell-info';
7
9
  import { IgcTemplateSectionHeaderComponent } from './igc-template-section-header-component';
8
10
  import { TemplateSectionHeader } from './TemplateSectionHeader';
9
11
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +13,8 @@ var IgcTemplateSectionHeaderModule = /** @class */ /*@__PURE__*/ (function () {
11
13
  function IgcTemplateSectionHeaderModule() {
12
14
  }
13
15
  IgcTemplateSectionHeaderModule.register = function () {
16
+ TypeRegistrar.registerCons("IgcTemplateSectionHeaderCellInfo", IgcTemplateSectionHeaderCellInfo);
17
+ TypeRegistrar.registerCons("IgcSectionHeaderCellInfo", IgcSectionHeaderCellInfo);
14
18
  IgcTemplateSectionHeaderComponent.register();
15
19
  TypeRegistrar.registerCons("IgcTemplateSectionHeaderComponent", IgcTemplateSectionHeaderComponent);
16
20
  TypeRegistrar.register("TemplateSectionHeader", TemplateSectionHeader.$type);
@@ -27,10 +27,10 @@ var IgcTextCellInfo = /** @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.n2;
30
+ return this.i.n3;
31
31
  },
32
32
  set: function (v) {
33
- this.i.n2 = v;
33
+ this.i.n3 = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -79,11 +79,11 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
79
79
  * Gets or sets the editor type used for editing cells in this column.
80
80
  */
81
81
  get: function () {
82
- return this.i.qq;
82
+ return this.i.rw;
83
83
  },
84
84
  set: function (v) {
85
- this.i.qq = ensureEnum(EditorType_$type, v);
86
- this._a("editorType", enumToString(EditorType_$type, this.i.qq));
85
+ this.i.rw = ensureEnum(EditorType_$type, v);
86
+ this._a("editorType", enumToString(EditorType_$type, this.i.rw));
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,10 +93,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
93
93
  * Gets or sets the ComboBox data source.
94
94
  */
95
95
  get: function () {
96
- return this.i.qr;
96
+ return this.i.rx;
97
97
  },
98
98
  set: function (v) {
99
- this.i.qr = v;
99
+ this.i.rx = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,10 +106,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
106
106
  * Gets or sets the ComboBox text field.
107
107
  */
108
108
  get: function () {
109
- return this.i.qt;
109
+ return this.i.rz;
110
110
  },
111
111
  set: function (v) {
112
- this.i.qt = v;
112
+ this.i.rz = v;
113
113
  },
114
114
  enumerable: false,
115
115
  configurable: true
@@ -119,10 +119,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
119
119
  * Gets or sets the ComboBox value field.
120
120
  */
121
121
  get: function () {
122
- return this.i.qu;
122
+ return this.i.r0;
123
123
  },
124
124
  set: function (v) {
125
- this.i.qu = v;
125
+ this.i.r0 = v;
126
126
  },
127
127
  enumerable: false,
128
128
  configurable: true