igniteui-webcomponents-data-grids 7.1.0-beta.2 → 7.1.0-beta.4

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 (233) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +11002 -9831
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +290 -290
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igc-cell-info.js +195 -186
  71. package/esm2015/lib/igc-checkbox-list-component.js +42 -22
  72. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  73. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  74. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  75. package/esm2015/lib/igc-data-binding-event-args.js +3 -0
  76. package/esm2015/lib/igc-data-grid-column-component.js +336 -276
  77. package/esm2015/lib/igc-data-grid-component.js +220 -32
  78. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +67 -37
  79. package/esm2015/lib/igc-data-grid-toolbar-component.js +40 -8
  80. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  81. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  82. package/esm2015/lib/igc-definition-base-component.js +64 -64
  83. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  84. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  85. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  86. package/esm2015/lib/igc-header-component.js +24 -24
  87. package/esm2015/lib/igc-image-cell-info.js +6 -6
  88. package/esm2015/lib/igc-image-column-component.js +12 -12
  89. package/esm2015/lib/igc-multi-column-combo-box-component.js +160 -32
  90. package/esm2015/lib/igc-numeric-cell-info.js +28 -28
  91. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  92. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  93. package/esm2015/lib/igc-section-header-component.js +36 -36
  94. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  95. package/esm2015/lib/igc-summary-row-component.js +30 -30
  96. package/esm2015/lib/igc-summary-row-root-module.js +2 -0
  97. package/esm2015/lib/igc-summary-row-section-module.js +2 -0
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  100. package/esm2015/lib/igc-text-cell-info.js +2 -2
  101. package/esm2015/lib/igc-text-column-component.js +9 -9
  102. package/esm2015/lib/igc-text-header-cell-info.js +67 -40
  103. package/esm5/lib/AccessibilityRow.js +10 -10
  104. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  105. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  106. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  107. package/esm5/lib/CanvasGridCellBase.js +2 -2
  108. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  109. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  111. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  112. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  113. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  114. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  115. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  116. package/esm5/lib/CellPath.js +79 -65
  117. package/esm5/lib/CellPresenterBase.js +46 -46
  118. package/esm5/lib/CheckboxListBridge.js +12 -0
  119. package/esm5/lib/CheckboxListView_combined.js +332 -278
  120. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  121. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  122. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  123. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  124. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  125. package/esm5/lib/ContentCellModelHelper.js +16 -16
  126. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  127. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  128. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  129. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  130. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  131. package/esm5/lib/DraggerView.js +1 -7
  132. package/esm5/lib/EditorCell.js +276 -276
  133. package/esm5/lib/EditorCellPresenter.js +27 -27
  134. package/esm5/lib/FilterCell.js +257 -257
  135. package/esm5/lib/FilterCellPresenter.js +17 -17
  136. package/esm5/lib/GridCellBase.js +205 -193
  137. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  138. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  139. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  140. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  141. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  142. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  143. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  144. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  145. package/esm5/lib/GridExternalWrapper.js +12 -6
  146. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  147. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  148. package/esm5/lib/ImageCell.js +57 -57
  149. package/esm5/lib/ImageCellPresenter.js +17 -17
  150. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  151. package/esm5/lib/NumericCell.js +8 -8
  152. package/esm5/lib/NumericCellPresenter.js +9 -9
  153. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  154. package/esm5/lib/SectionHeaderCell.js +30 -20
  155. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  156. package/esm5/lib/SummaryCell.js +44 -44
  157. package/esm5/lib/SummaryCellPresenter.js +9 -9
  158. package/esm5/lib/TemplateCell.js +15 -15
  159. package/esm5/lib/TemplateCellPresenter.js +6 -6
  160. package/esm5/lib/TemplateHeader.js +8 -8
  161. package/esm5/lib/TemplateHeaderCell.js +5 -5
  162. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  163. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  164. package/esm5/lib/TemplateSectionHeader.js +2 -2
  165. package/esm5/lib/TextCell.js +31 -30
  166. package/esm5/lib/TextCellPresenter.js +10 -10
  167. package/esm5/lib/TextHeaderCell.js +185 -179
  168. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  169. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  170. package/esm5/lib/igc-cell-info.js +207 -186
  171. package/esm5/lib/igc-checkbox-list-component.js +50 -22
  172. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  173. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  174. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  175. package/esm5/lib/igc-data-binding-event-args.js +3 -0
  176. package/esm5/lib/igc-data-grid-column-component.js +360 -276
  177. package/esm5/lib/igc-data-grid-component.js +240 -32
  178. package/esm5/lib/igc-data-grid-filter-dialog-component.js +79 -37
  179. package/esm5/lib/igc-data-grid-toolbar-component.js +40 -8
  180. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  181. package/esm5/lib/igc-date-time-column-component.js +23 -23
  182. package/esm5/lib/igc-definition-base-component.js +64 -64
  183. package/esm5/lib/igc-editor-cell-info.js +23 -23
  184. package/esm5/lib/igc-filter-cell-info.js +26 -26
  185. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  186. package/esm5/lib/igc-header-component.js +24 -24
  187. package/esm5/lib/igc-image-cell-info.js +6 -6
  188. package/esm5/lib/igc-image-column-component.js +12 -12
  189. package/esm5/lib/igc-multi-column-combo-box-component.js +160 -32
  190. package/esm5/lib/igc-numeric-cell-info.js +28 -28
  191. package/esm5/lib/igc-numeric-column-component.js +38 -38
  192. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  193. package/esm5/lib/igc-section-header-component.js +36 -36
  194. package/esm5/lib/igc-summary-cell-info.js +9 -9
  195. package/esm5/lib/igc-summary-row-component.js +29 -29
  196. package/esm5/lib/igc-summary-row-root-module.js +2 -0
  197. package/esm5/lib/igc-summary-row-section-module.js +2 -0
  198. package/esm5/lib/igc-template-cell-info.js +2 -2
  199. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  200. package/esm5/lib/igc-text-cell-info.js +2 -2
  201. package/esm5/lib/igc-text-column-component.js +9 -9
  202. package/esm5/lib/igc-text-header-cell-info.js +79 -40
  203. package/fesm2015/igniteui-webcomponents-data-grids.js +10931 -9949
  204. package/fesm5/igniteui-webcomponents-data-grids.js +11002 -9831
  205. package/lib/CellPath.d.ts +21 -20
  206. package/lib/CheckboxListExternal.d.ts +3 -0
  207. package/lib/CheckboxListView_combined.d.ts +77 -71
  208. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  209. package/lib/EditorCell.d.ts +63 -63
  210. package/lib/FilterCell.d.ts +55 -55
  211. package/lib/GridCellBase.d.ts +82 -80
  212. package/lib/GridExternalWrapper.d.ts +2 -0
  213. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  214. package/lib/ImageCell.d.ts +15 -15
  215. package/lib/NumericCell.d.ts +2 -2
  216. package/lib/SectionHeaderCell.d.ts +6 -4
  217. package/lib/SummaryCell.d.ts +10 -10
  218. package/lib/TemplateCell.d.ts +5 -5
  219. package/lib/TemplateHeader.d.ts +3 -3
  220. package/lib/TemplateHeaderCell.d.ts +2 -2
  221. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  222. package/lib/TemplateSectionHeader.d.ts +2 -2
  223. package/lib/TextCell.d.ts +7 -7
  224. package/lib/TextHeaderCell.d.ts +30 -30
  225. package/lib/VerticalSeparatorCell.d.ts +8 -8
  226. package/lib/igc-cell-info.d.ts +3 -0
  227. package/lib/igc-checkbox-list-component.d.ts +10 -0
  228. package/lib/igc-data-grid-column-component.d.ts +30 -0
  229. package/lib/igc-data-grid-component.d.ts +27 -0
  230. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  231. package/lib/igc-summary-row-component.d.ts +2 -2
  232. package/lib/igc-text-header-cell-info.d.ts +15 -0
  233. package/package.json +4 -4
@@ -30,7 +30,7 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
30
30
  * Gets whether the editor cell is hidden or not.
31
31
  */
32
32
  get: function () {
33
- return this.i.ol;
33
+ return this.i.oo;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -40,14 +40,14 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
40
40
  * Gets or sets the edit target for this cell.
41
41
  */
42
42
  get: function () {
43
- var r = this.i.oe;
43
+ var r = this.i.oh;
44
44
  if (r == null) {
45
45
  return null;
46
46
  }
47
47
  return r.externalObject;
48
48
  },
49
49
  set: function (v) {
50
- v == null ? this.i.oe = null : this.i.oe = v.i;
50
+ v == null ? this.i.oh = null : this.i.oh = v.i;
51
51
  },
52
52
  enumerable: false,
53
53
  configurable: true
@@ -57,10 +57,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
57
57
  * Gets or sets the data type associated with the cell being edited.
58
58
  */
59
59
  get: function () {
60
- return this.i.oc;
60
+ return this.i.of;
61
61
  },
62
62
  set: function (v) {
63
- this.i.oc = ensureEnum(DataSourceSchemaPropertyType_$type, v);
63
+ this.i.of = ensureEnum(DataSourceSchemaPropertyType_$type, v);
64
64
  },
65
65
  enumerable: false,
66
66
  configurable: true
@@ -70,10 +70,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
70
70
  * Gets or sets the error message to display in the editor cell.
71
71
  */
72
72
  get: function () {
73
- return this.i.ph;
73
+ return this.i.pk;
74
74
  },
75
75
  set: function (v) {
76
- this.i.ph = v;
76
+ this.i.pk = v;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true
@@ -83,10 +83,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
83
83
  * Gets or sets the user selected value.
84
84
  */
85
85
  get: function () {
86
- return this.i.o4;
86
+ return this.i.o7;
87
87
  },
88
88
  set: function (v) {
89
- this.i.o4 = v;
89
+ this.i.o7 = v;
90
90
  },
91
91
  enumerable: false,
92
92
  configurable: true
@@ -96,10 +96,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
96
96
  * Gets or sets the type of editor to use while cell editing.
97
97
  */
98
98
  get: function () {
99
- return this.i.og;
99
+ return this.i.oj;
100
100
  },
101
101
  set: function (v) {
102
- this.i.og = ensureEnum(EditorType_$type, v);
102
+ this.i.oj = ensureEnum(EditorType_$type, v);
103
103
  },
104
104
  enumerable: false,
105
105
  configurable: true
@@ -109,10 +109,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
109
109
  * Gets or sets the data source to use for the editor where it makes sense.
110
110
  */
111
111
  get: function () {
112
- return this.i.o3;
112
+ return this.i.o6;
113
113
  },
114
114
  set: function (v) {
115
- this.i.o3 = v;
115
+ this.i.o6 = v;
116
116
  },
117
117
  enumerable: false,
118
118
  configurable: true
@@ -122,10 +122,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
122
122
  * Gets or sets the editors display member.
123
123
  */
124
124
  get: function () {
125
- return this.i.pc;
125
+ return this.i.pf;
126
126
  },
127
127
  set: function (v) {
128
- this.i.pc = v;
128
+ this.i.pf = v;
129
129
  },
130
130
  enumerable: false,
131
131
  configurable: true
@@ -135,34 +135,34 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
135
135
  * Gets or sets the editors value member.
136
136
  */
137
137
  get: function () {
138
- return this.i.oa;
138
+ return this.i.od;
139
139
  },
140
140
  set: function (v) {
141
141
  if (v && !Array.isArray(v) && typeof (v) == "string") {
142
142
  var re = /\s*(?:,|\s|$)\s*/gm;
143
143
  v = v.split(re);
144
144
  }
145
- this.i.oa = v;
145
+ this.i.od = v;
146
146
  },
147
147
  enumerable: false,
148
148
  configurable: true
149
149
  });
150
150
  Object.defineProperty(IgcEditorCellInfo.prototype, "dateFormatString", {
151
151
  get: function () {
152
- return this.i.o9;
152
+ return this.i.pc;
153
153
  },
154
154
  set: function (v) {
155
- this.i.o9 = v;
155
+ this.i.pc = v;
156
156
  },
157
157
  enumerable: false,
158
158
  configurable: true
159
159
  });
160
160
  Object.defineProperty(IgcEditorCellInfo.prototype, "showTodayButton", {
161
161
  get: function () {
162
- return this.i.om;
162
+ return this.i.op;
163
163
  },
164
164
  set: function (v) {
165
- this.i.om = ensureBool(v);
165
+ this.i.op = ensureBool(v);
166
166
  },
167
167
  enumerable: false,
168
168
  configurable: true
@@ -172,7 +172,7 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
172
172
  * Gets the row index that the editor cell is targeting for edit.
173
173
  */
174
174
  get: function () {
175
- return this.i.o1;
175
+ return this.i.o4;
176
176
  },
177
177
  enumerable: false,
178
178
  configurable: true
@@ -182,7 +182,7 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
182
182
  * Gets the column index that the editor cell is targeting for edit.
183
183
  */
184
184
  get: function () {
185
- return this.i.o0;
185
+ return this.i.o3;
186
186
  },
187
187
  enumerable: false,
188
188
  configurable: true
@@ -35,10 +35,10 @@ var IgcFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
35
35
  * Gets or sets whether the cell is hit test visible.
36
36
  */
37
37
  get: function () {
38
- return this.i.oe;
38
+ return this.i.oh;
39
39
  },
40
40
  set: function (v) {
41
- this.i.oe = ensureEnum(DataSourceSchemaPropertyType_$type, v);
41
+ this.i.oh = ensureEnum(DataSourceSchemaPropertyType_$type, v);
42
42
  },
43
43
  enumerable: false,
44
44
  configurable: true
@@ -48,10 +48,10 @@ var IgcFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
48
48
  * Gets or sets the current filter to display in the cell.
49
49
  */
50
50
  get: function () {
51
- return this.i.oc;
51
+ return this.i.of;
52
52
  },
53
53
  set: function (v) {
54
- this.i.oc = v;
54
+ this.i.of = v;
55
55
  },
56
56
  enumerable: false,
57
57
  configurable: true
@@ -61,10 +61,10 @@ var IgcFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
61
61
  * Gets or sets the current filter expression applied to the column.
62
62
  */
63
63
  get: function () {
64
- return this.i.og;
64
+ return this.i.oj;
65
65
  },
66
66
  set: function (v) {
67
- this.i.og = v;
67
+ this.i.oj = v;
68
68
  },
69
69
  enumerable: false,
70
70
  configurable: true
@@ -73,12 +73,12 @@ var IgcFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
73
73
  get: function () {
74
74
  if (this._filterOperands === null) {
75
75
  var coll = new IgcGridFilterOperandsCollection();
76
- var innerColl = this.i.oi;
76
+ var innerColl = this.i.ol;
77
77
  if (!innerColl) {
78
78
  innerColl = new GridFilterOperandsCollection_internal();
79
79
  }
80
80
  this._filterOperands = coll._fromInner(innerColl);
81
- this.i.oi = innerColl;
81
+ this.i.ol = innerColl;
82
82
  }
83
83
  return this._filterOperands;
84
84
  },
@@ -90,94 +90,94 @@ var IgcFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
90
90
  var coll = new IgcGridFilterOperandsCollection();
91
91
  this._filterOperands = coll._fromOuter(v);
92
92
  var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
93
- var innerColl = this.i.oi;
93
+ var innerColl = this.i.ol;
94
94
  if (!innerColl) {
95
95
  innerColl = new GridFilterOperandsCollection_internal();
96
96
  }
97
97
  syncColl._inner = innerColl;
98
98
  syncColl.clear();
99
99
  this._filterOperands._setSyncTarget(syncColl);
100
- this.i.oi = innerColl;
100
+ this.i.ol = innerColl;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
104
104
  });
105
105
  Object.defineProperty(IgcFilterCellInfo.prototype, "operatorType", {
106
106
  get: function () {
107
- return this.i.oa;
107
+ return this.i.od;
108
108
  },
109
109
  set: function (v) {
110
- this.i.oa = v;
110
+ this.i.od = v;
111
111
  },
112
112
  enumerable: false,
113
113
  configurable: true
114
114
  });
115
115
  Object.defineProperty(IgcFilterCellInfo.prototype, "filterValue", {
116
116
  get: function () {
117
- return this.i.ow;
117
+ return this.i.oz;
118
118
  },
119
119
  set: function (v) {
120
- this.i.ow = v;
120
+ this.i.oz = v;
121
121
  },
122
122
  enumerable: false,
123
123
  configurable: true
124
124
  });
125
125
  Object.defineProperty(IgcFilterCellInfo.prototype, "selectorTop", {
126
126
  get: function () {
127
- return this.i.oq;
127
+ return this.i.ot;
128
128
  },
129
129
  set: function (v) {
130
- this.i.oq = +v;
130
+ this.i.ot = +v;
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
134
134
  });
135
135
  Object.defineProperty(IgcFilterCellInfo.prototype, "selectorLeft", {
136
136
  get: function () {
137
- return this.i.op;
137
+ return this.i.os;
138
138
  },
139
139
  set: function (v) {
140
- this.i.op = +v;
140
+ this.i.os = +v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true
144
144
  });
145
145
  Object.defineProperty(IgcFilterCellInfo.prototype, "editorTop", {
146
146
  get: function () {
147
- return this.i.oo;
147
+ return this.i.or;
148
148
  },
149
149
  set: function (v) {
150
- this.i.oo = +v;
150
+ this.i.or = +v;
151
151
  },
152
152
  enumerable: false,
153
153
  configurable: true
154
154
  });
155
155
  Object.defineProperty(IgcFilterCellInfo.prototype, "editorLeft", {
156
156
  get: function () {
157
- return this.i.on;
157
+ return this.i.oq;
158
158
  },
159
159
  set: function (v) {
160
- this.i.on = +v;
160
+ this.i.oq = +v;
161
161
  },
162
162
  enumerable: false,
163
163
  configurable: true
164
164
  });
165
165
  Object.defineProperty(IgcFilterCellInfo.prototype, "clearIconTop", {
166
166
  get: function () {
167
- return this.i.om;
167
+ return this.i.op;
168
168
  },
169
169
  set: function (v) {
170
- this.i.om = +v;
170
+ this.i.op = +v;
171
171
  },
172
172
  enumerable: false,
173
173
  configurable: true
174
174
  });
175
175
  Object.defineProperty(IgcFilterCellInfo.prototype, "clearIconLeft", {
176
176
  get: function () {
177
- return this.i.ol;
177
+ return this.i.oo;
178
178
  },
179
179
  set: function (v) {
180
- this.i.ol = +v;
180
+ this.i.oo = +v;
181
181
  },
182
182
  enumerable: false,
183
183
  configurable: true
@@ -78,11 +78,11 @@ export var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (functi
78
78
  * Gets or sets the amount of left padding to use for the cell content for this column.
79
79
  */
80
80
  get: function () {
81
- return this.i.g7;
81
+ return this.i.g8;
82
82
  },
83
83
  set: function (v) {
84
- this.i.g7 = +v;
85
- this._a("paddingLeft", this.i.g7);
84
+ this.i.g8 = +v;
85
+ this._a("paddingLeft", this.i.g8);
86
86
  },
87
87
  enumerable: false,
88
88
  configurable: true
@@ -92,11 +92,11 @@ export var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (functi
92
92
  * Gets or sets the amount of top padding to use for the cell content for this column.
93
93
  */
94
94
  get: function () {
95
- return this.i.g9;
95
+ return this.i.ha;
96
96
  },
97
97
  set: function (v) {
98
- this.i.g9 = +v;
99
- this._a("paddingTop", this.i.g9);
98
+ this.i.ha = +v;
99
+ this._a("paddingTop", this.i.ha);
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,11 +106,11 @@ export var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (functi
106
106
  * Gets or sets the amount of right padding to use for the cell content of this column.
107
107
  */
108
108
  get: function () {
109
- return this.i.g8;
109
+ return this.i.g9;
110
110
  },
111
111
  set: function (v) {
112
- this.i.g8 = +v;
113
- this._a("paddingRight", this.i.g8);
112
+ this.i.g9 = +v;
113
+ this._a("paddingRight", this.i.g9);
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
@@ -120,11 +120,11 @@ export var IgcFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (functi
120
120
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
121
121
  */
122
122
  get: function () {
123
- return this.i.g6;
123
+ return this.i.g7;
124
124
  },
125
125
  set: function (v) {
126
- this.i.g6 = +v;
127
- this._a("paddingBottom", this.i.g6);
126
+ this.i.g7 = +v;
127
+ this._a("paddingBottom", this.i.g7);
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -68,11 +68,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
68
68
  * Gets or sets the color to use for the sort indicator icon
69
69
  */
70
70
  get: function () {
71
- return brushToString(this.i.hs);
71
+ return brushToString(this.i.ht);
72
72
  },
73
73
  set: function (v) {
74
- this.i.hs = stringToBrush(v);
75
- this._a("sortIndicatorColor", brushToString(this.i.hs));
74
+ this.i.ht = stringToBrush(v);
75
+ this._a("sortIndicatorColor", brushToString(this.i.ht));
76
76
  },
77
77
  enumerable: false,
78
78
  configurable: true
@@ -82,33 +82,33 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
82
82
  * Gets the actual background color that is used for the cells when they are selected
83
83
  */
84
84
  get: function () {
85
- return brushToString(this.i.hq);
85
+ return brushToString(this.i.hr);
86
86
  },
87
87
  set: function (v) {
88
- this.i.hq = stringToBrush(v);
89
- this._a("actualSortIndicatorColor", brushToString(this.i.hq));
88
+ this.i.hr = stringToBrush(v);
89
+ this._a("actualSortIndicatorColor", brushToString(this.i.hr));
90
90
  },
91
91
  enumerable: false,
92
92
  configurable: true
93
93
  });
94
94
  Object.defineProperty(IgcHeaderComponent.prototype, "sortIndicatorStyle", {
95
95
  get: function () {
96
- return this.i.g5;
96
+ return this.i.g6;
97
97
  },
98
98
  set: function (v) {
99
- this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
100
- this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g5));
99
+ this.i.g6 = ensureEnum(SortIndicatorStyle_$type, v);
100
+ this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g6));
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
104
104
  });
105
105
  Object.defineProperty(IgcHeaderComponent.prototype, "actualSortIndicatorStyle", {
106
106
  get: function () {
107
- return this.i.g4;
107
+ return this.i.g5;
108
108
  },
109
109
  set: function (v) {
110
- this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
111
- this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g4));
110
+ this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
111
+ this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g5));
112
112
  },
113
113
  enumerable: false,
114
114
  configurable: true
@@ -118,11 +118,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
118
118
  * Gets or sets the amount of left padding to use for the cell content.
119
119
  */
120
120
  get: function () {
121
- return this.i.hb;
121
+ return this.i.hc;
122
122
  },
123
123
  set: function (v) {
124
- this.i.hb = +v;
125
- this._a("paddingLeft", this.i.hb);
124
+ this.i.hc = +v;
125
+ this._a("paddingLeft", this.i.hc);
126
126
  },
127
127
  enumerable: false,
128
128
  configurable: true
@@ -132,11 +132,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
132
132
  * Gets or sets the amount of top padding to use for the cell content.
133
133
  */
134
134
  get: function () {
135
- return this.i.hd;
135
+ return this.i.he;
136
136
  },
137
137
  set: function (v) {
138
- this.i.hd = +v;
139
- this._a("paddingTop", this.i.hd);
138
+ this.i.he = +v;
139
+ this._a("paddingTop", this.i.he);
140
140
  },
141
141
  enumerable: false,
142
142
  configurable: true
@@ -146,11 +146,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
146
146
  * Gets or sets the amount of right padding to use for the cell content.
147
147
  */
148
148
  get: function () {
149
- return this.i.hc;
149
+ return this.i.hd;
150
150
  },
151
151
  set: function (v) {
152
- this.i.hc = +v;
153
- this._a("paddingRight", this.i.hc);
152
+ this.i.hd = +v;
153
+ this._a("paddingRight", this.i.hd);
154
154
  },
155
155
  enumerable: false,
156
156
  configurable: true
@@ -160,11 +160,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
160
160
  * Gets or sets the amount of bottom padding to use for the cell content.
161
161
  */
162
162
  get: function () {
163
- return this.i.ha;
163
+ return this.i.hb;
164
164
  },
165
165
  set: function (v) {
166
- this.i.ha = +v;
167
- this._a("paddingBottom", this.i.ha);
166
+ this.i.hb = +v;
167
+ this._a("paddingBottom", this.i.hb);
168
168
  },
169
169
  enumerable: false,
170
170
  configurable: true
@@ -30,10 +30,10 @@ var IgcImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
30
30
  * Sets or gets the resource path to use to get the image for the cell.
31
31
  */
32
32
  get: function () {
33
- return this.i.oh;
33
+ return this.i.ok;
34
34
  },
35
35
  set: function (v) {
36
- this.i.oh = v;
36
+ this.i.ok = v;
37
37
  },
38
38
  enumerable: false,
39
39
  configurable: true
@@ -43,10 +43,10 @@ var IgcImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
43
43
  * Sets or gets the image stretching behavior for the image.
44
44
  */
45
45
  get: function () {
46
- return this.i.oc;
46
+ return this.i.of;
47
47
  },
48
48
  set: function (v) {
49
- this.i.oc = ensureEnum(ImageStretchOptions_$type, v);
49
+ this.i.of = ensureEnum(ImageStretchOptions_$type, v);
50
50
  },
51
51
  enumerable: false,
52
52
  configurable: true
@@ -56,10 +56,10 @@ var IgcImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
56
56
  * Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
57
57
  */
58
58
  get: function () {
59
- return this.i.oa;
59
+ return this.i.od;
60
60
  },
61
61
  set: function (v) {
62
- this.i.oa = ensureEnum(ImageResourceType_$type, v);
62
+ this.i.od = ensureEnum(ImageResourceType_$type, v);
63
63
  },
64
64
  enumerable: false,
65
65
  configurable: true
@@ -80,11 +80,11 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
80
80
  * Gets or sets the stretch option to use when rendering images
81
81
  */
82
82
  get: function () {
83
- return this.i.si;
83
+ return this.i.s4;
84
84
  },
85
85
  set: function (v) {
86
- this.i.si = ensureEnum(ImageStretchOptions_$type, v);
87
- this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.si));
86
+ this.i.s4 = ensureEnum(ImageStretchOptions_$type, v);
87
+ this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.s4));
88
88
  },
89
89
  enumerable: false,
90
90
  configurable: true
@@ -94,11 +94,11 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
94
94
  * Gets or sets the editor type used for editing cells in this column.
95
95
  */
96
96
  get: function () {
97
- return this.i.se;
97
+ return this.i.s0;
98
98
  },
99
99
  set: function (v) {
100
- this.i.se = ensureEnum(EditorType_$type, v);
101
- this._a("editorType", enumToString(EditorType_$type, this.i.se));
100
+ this.i.s0 = ensureEnum(EditorType_$type, v);
101
+ this._a("editorType", enumToString(EditorType_$type, this.i.s0));
102
102
  },
103
103
  enumerable: false,
104
104
  configurable: true
@@ -108,10 +108,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
108
108
  * Gets or sets the ComboBox data source.
109
109
  */
110
110
  get: function () {
111
- return this.i.sj;
111
+ return this.i.s5;
112
112
  },
113
113
  set: function (v) {
114
- this.i.sj = v;
114
+ this.i.s5 = v;
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -121,10 +121,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
121
121
  * Gets or sets the ComboBox text field.
122
122
  */
123
123
  get: function () {
124
- return this.i.sk;
124
+ return this.i.s6;
125
125
  },
126
126
  set: function (v) {
127
- this.i.sk = v;
127
+ this.i.s6 = v;
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -134,10 +134,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
134
134
  * Gets or sets the ComboBox value field.
135
135
  */
136
136
  get: function () {
137
- return this.i.sl;
137
+ return this.i.s7;
138
138
  },
139
139
  set: function (v) {
140
- this.i.sl = v;
140
+ this.i.s7 = v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true