igniteui-webcomponents-data-grids 7.1.0 → 7.1.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +1131 -1072
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/ColumnFilterCondition_combined.js +892 -838
  4. package/esm2015/lib/ContentCellModelHelper.js +25 -20
  5. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  6. package/esm2015/lib/DataGridCellLayoutPanel.js +16 -16
  7. package/esm2015/lib/igc-apply-button-click-event-args.js +2 -2
  8. package/esm2015/lib/igc-cancel-button-click-event-args.js +2 -2
  9. package/esm2015/lib/igc-cell-key.js +1 -1
  10. package/esm2015/lib/igc-cell-range.js +2 -2
  11. package/esm2015/lib/igc-cell-style-requested-event-args.js +2 -2
  12. package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +2 -2
  13. package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +2 -2
  14. package/esm2015/lib/igc-checked-changed-event-args.js +2 -2
  15. package/esm2015/lib/igc-column-exchanger.js +2 -2
  16. package/esm2015/lib/igc-column-group-description-collection.js +1 -1
  17. package/esm2015/lib/igc-column-hidden-changed-event-args.js +3 -3
  18. package/esm2015/lib/igc-column-pinned-changed-event-args.js +3 -3
  19. package/esm2015/lib/igc-column-property-setter.js +2 -2
  20. package/esm2015/lib/igc-column-sort-description-collection.js +1 -1
  21. package/esm2015/lib/igc-column-sort-description.js +2 -2
  22. package/esm2015/lib/igc-column-summary-description-collection.js +1 -1
  23. package/esm2015/lib/igc-column-summary-description.js +2 -2
  24. package/esm2015/lib/igc-column-width.js +2 -2
  25. package/esm2015/lib/igc-data-grid-column-component.js +3 -3
  26. package/esm2015/lib/igc-data-grid-comparison-operator-selector-component.js +1 -1
  27. package/esm2015/lib/igc-data-grid-component.js +19 -19
  28. package/esm2015/lib/igc-data-grid-expansion-indicator-component.js +1 -1
  29. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +1 -1
  30. package/esm2015/lib/igc-data-grid-sort-indicator-component.js +1 -1
  31. package/esm2015/lib/igc-filter-dialog-render-completed-event-args.js +2 -2
  32. package/esm2015/lib/igc-filter-operand.js +2 -2
  33. package/esm2015/lib/igc-format-cell-event-args.js +2 -2
  34. package/esm2015/lib/igc-format-group-text-event-args.js +2 -2
  35. package/esm2015/lib/igc-format-summary-text-event-args.js +2 -2
  36. package/esm2015/lib/igc-got-focus-event-args.js +2 -2
  37. package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +4 -4
  38. package/esm2015/lib/igc-grid-animation-phase-settings.js +2 -2
  39. package/esm2015/lib/igc-grid-animation-settings.js +2 -2
  40. package/esm2015/lib/igc-grid-cell-edit-ended-event-args.js +3 -3
  41. package/esm2015/lib/igc-grid-cell-edit-started-event-args.js +3 -3
  42. package/esm2015/lib/igc-grid-cell-position.js +2 -2
  43. package/esm2015/lib/igc-grid-cell-value-changing-event-args.js +1 -1
  44. package/esm2015/lib/igc-grid-column-animation-settings.js +2 -2
  45. package/esm2015/lib/igc-grid-column-options-base-component.js +2 -2
  46. package/esm2015/lib/igc-grid-column-width-changed-event-args.js +5 -5
  47. package/esm2015/lib/igc-grid-columns-auto-generated-event-args.js +2 -2
  48. package/esm2015/lib/igc-grid-columns-changed-event-args.js +2 -2
  49. package/esm2015/lib/igc-grid-compound-conditional-style-component.js +1 -1
  50. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +2 -2
  51. package/esm2015/lib/igc-grid-conditional-style-component.js +1 -1
  52. package/esm2015/lib/igc-grid-conditional-style-font-info-component.js +1 -1
  53. package/esm2015/lib/igc-grid-conditional-style-property-component.js +2 -2
  54. package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +4 -4
  55. package/esm2015/lib/igc-grid-data-committed-event-args.js +1 -1
  56. package/esm2015/lib/igc-grid-data-committing-event-args.js +1 -1
  57. package/esm2015/lib/igc-grid-filter-dialog-filter-change-event-args.js +2 -2
  58. package/esm2015/lib/igc-grid-filter-dialog-opening-event-args.js +3 -3
  59. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping.js +2 -2
  60. package/esm2015/lib/igc-grid-filter-dialog-view-model-row.js +2 -2
  61. package/esm2015/lib/igc-grid-filter-dialog-view-model.js +2 -2
  62. package/esm2015/lib/igc-grid-filter-expressions-event-args.js +3 -3
  63. package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +3 -3
  64. package/esm2015/lib/igc-grid-row-edit-ended-event-args.js +2 -2
  65. package/esm2015/lib/igc-grid-row-edit-started-event-args.js +2 -2
  66. package/esm2015/lib/igc-grid-selected-cell-ranges-changed-event-args.js +2 -2
  67. package/esm2015/lib/igc-grid-selected-cells-changed-event-args.js +2 -2
  68. package/esm2015/lib/igc-grid-selected-items-changed-event-args.js +2 -2
  69. package/esm2015/lib/igc-grid-selected-keys-changed-event-args.js +2 -2
  70. package/esm2015/lib/igc-grid-selection-changed-event-args.js +2 -2
  71. package/esm2015/lib/igc-grid-size-changed-event-args.js +2 -2
  72. package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +3 -3
  73. package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +3 -3
  74. package/esm2015/lib/igc-group-data.js +2 -2
  75. package/esm2015/lib/igc-lost-focus-event-args.js +2 -2
  76. package/esm2015/lib/igc-multi-column-combo-box-text-changed-event-args.js +1 -1
  77. package/esm2015/lib/igc-multi-column-combo-box-value-changed-event-args.js +1 -1
  78. package/esm2015/lib/igc-operator-selector-closing-event-args.js +2 -2
  79. package/esm2015/lib/igc-operator-selector-opening-event-args.js +2 -2
  80. package/esm2015/lib/igc-operator-selector-value-changed-event-args.js +2 -2
  81. package/esm2015/lib/igc-page-changed-event-args.js +2 -2
  82. package/esm2015/lib/igc-responsive-phase.js +6 -6
  83. package/esm2015/lib/igc-responsive-state-entered-event-args.js +2 -2
  84. package/esm2015/lib/igc-responsive-state-entering-event-args.js +2 -2
  85. package/esm2015/lib/igc-responsive-state-exited-event-args.js +2 -2
  86. package/esm2015/lib/igc-responsive-state.js +4 -4
  87. package/esm2015/lib/igc-select-all-checkbox-changed-event-args.js +2 -2
  88. package/esm2015/lib/igc-sort-indicator-render-completed-event-args.js +2 -2
  89. package/esm2015/lib/igc-summary-changed-event-args.js +2 -2
  90. package/esm2015/lib/igc-summary-data.js +2 -2
  91. package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +1 -1
  92. package/esm5/lib/ColumnFilterCondition_combined.js +892 -838
  93. package/esm5/lib/ContentCellModelHelper.js +25 -20
  94. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  95. package/esm5/lib/DataGridCellLayoutPanel.js +16 -16
  96. package/esm5/lib/igc-apply-button-click-event-args.js +2 -2
  97. package/esm5/lib/igc-cancel-button-click-event-args.js +2 -2
  98. package/esm5/lib/igc-cell-key.js +1 -1
  99. package/esm5/lib/igc-cell-range.js +2 -2
  100. package/esm5/lib/igc-cell-style-requested-event-args.js +2 -2
  101. package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +2 -2
  102. package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +2 -2
  103. package/esm5/lib/igc-checked-changed-event-args.js +2 -2
  104. package/esm5/lib/igc-column-exchanger.js +2 -2
  105. package/esm5/lib/igc-column-group-description-collection.js +1 -1
  106. package/esm5/lib/igc-column-hidden-changed-event-args.js +3 -3
  107. package/esm5/lib/igc-column-pinned-changed-event-args.js +3 -3
  108. package/esm5/lib/igc-column-property-setter.js +2 -2
  109. package/esm5/lib/igc-column-sort-description-collection.js +1 -1
  110. package/esm5/lib/igc-column-sort-description.js +2 -2
  111. package/esm5/lib/igc-column-summary-description-collection.js +1 -1
  112. package/esm5/lib/igc-column-summary-description.js +2 -2
  113. package/esm5/lib/igc-column-width.js +2 -2
  114. package/esm5/lib/igc-data-grid-column-component.js +3 -3
  115. package/esm5/lib/igc-data-grid-comparison-operator-selector-component.js +1 -1
  116. package/esm5/lib/igc-data-grid-component.js +19 -19
  117. package/esm5/lib/igc-data-grid-expansion-indicator-component.js +1 -1
  118. package/esm5/lib/igc-data-grid-filter-dialog-component.js +1 -1
  119. package/esm5/lib/igc-data-grid-sort-indicator-component.js +1 -1
  120. package/esm5/lib/igc-filter-dialog-render-completed-event-args.js +2 -2
  121. package/esm5/lib/igc-filter-operand.js +2 -2
  122. package/esm5/lib/igc-format-cell-event-args.js +2 -2
  123. package/esm5/lib/igc-format-group-text-event-args.js +2 -2
  124. package/esm5/lib/igc-format-summary-text-event-args.js +2 -2
  125. package/esm5/lib/igc-got-focus-event-args.js +2 -2
  126. package/esm5/lib/igc-grid-active-cell-changed-event-args.js +4 -4
  127. package/esm5/lib/igc-grid-animation-phase-settings.js +2 -2
  128. package/esm5/lib/igc-grid-animation-settings.js +2 -2
  129. package/esm5/lib/igc-grid-cell-edit-ended-event-args.js +3 -3
  130. package/esm5/lib/igc-grid-cell-edit-started-event-args.js +3 -3
  131. package/esm5/lib/igc-grid-cell-position.js +2 -2
  132. package/esm5/lib/igc-grid-cell-value-changing-event-args.js +1 -1
  133. package/esm5/lib/igc-grid-column-animation-settings.js +2 -2
  134. package/esm5/lib/igc-grid-column-options-base-component.js +2 -2
  135. package/esm5/lib/igc-grid-column-width-changed-event-args.js +5 -5
  136. package/esm5/lib/igc-grid-columns-auto-generated-event-args.js +2 -2
  137. package/esm5/lib/igc-grid-columns-changed-event-args.js +2 -2
  138. package/esm5/lib/igc-grid-compound-conditional-style-component.js +1 -1
  139. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +2 -2
  140. package/esm5/lib/igc-grid-conditional-style-component.js +1 -1
  141. package/esm5/lib/igc-grid-conditional-style-font-info-component.js +1 -1
  142. package/esm5/lib/igc-grid-conditional-style-property-component.js +2 -2
  143. package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +4 -4
  144. package/esm5/lib/igc-grid-data-committed-event-args.js +1 -1
  145. package/esm5/lib/igc-grid-data-committing-event-args.js +1 -1
  146. package/esm5/lib/igc-grid-filter-dialog-filter-change-event-args.js +2 -2
  147. package/esm5/lib/igc-grid-filter-dialog-opening-event-args.js +3 -3
  148. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping.js +2 -2
  149. package/esm5/lib/igc-grid-filter-dialog-view-model-row.js +2 -2
  150. package/esm5/lib/igc-grid-filter-dialog-view-model.js +2 -2
  151. package/esm5/lib/igc-grid-filter-expressions-event-args.js +3 -3
  152. package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +3 -3
  153. package/esm5/lib/igc-grid-row-edit-ended-event-args.js +2 -2
  154. package/esm5/lib/igc-grid-row-edit-started-event-args.js +2 -2
  155. package/esm5/lib/igc-grid-selected-cell-ranges-changed-event-args.js +2 -2
  156. package/esm5/lib/igc-grid-selected-cells-changed-event-args.js +2 -2
  157. package/esm5/lib/igc-grid-selected-items-changed-event-args.js +2 -2
  158. package/esm5/lib/igc-grid-selected-keys-changed-event-args.js +2 -2
  159. package/esm5/lib/igc-grid-selection-changed-event-args.js +2 -2
  160. package/esm5/lib/igc-grid-size-changed-event-args.js +2 -2
  161. package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +3 -3
  162. package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +3 -3
  163. package/esm5/lib/igc-group-data.js +2 -2
  164. package/esm5/lib/igc-lost-focus-event-args.js +2 -2
  165. package/esm5/lib/igc-multi-column-combo-box-text-changed-event-args.js +1 -1
  166. package/esm5/lib/igc-multi-column-combo-box-value-changed-event-args.js +1 -1
  167. package/esm5/lib/igc-operator-selector-closing-event-args.js +2 -2
  168. package/esm5/lib/igc-operator-selector-opening-event-args.js +2 -2
  169. package/esm5/lib/igc-operator-selector-value-changed-event-args.js +2 -2
  170. package/esm5/lib/igc-page-changed-event-args.js +2 -2
  171. package/esm5/lib/igc-responsive-phase.js +6 -6
  172. package/esm5/lib/igc-responsive-state-entered-event-args.js +2 -2
  173. package/esm5/lib/igc-responsive-state-entering-event-args.js +2 -2
  174. package/esm5/lib/igc-responsive-state-exited-event-args.js +2 -2
  175. package/esm5/lib/igc-responsive-state.js +4 -4
  176. package/esm5/lib/igc-select-all-checkbox-changed-event-args.js +2 -2
  177. package/esm5/lib/igc-sort-indicator-render-completed-event-args.js +2 -2
  178. package/esm5/lib/igc-summary-changed-event-args.js +2 -2
  179. package/esm5/lib/igc-summary-data.js +2 -2
  180. package/esm5/lib/igc-text-icon-set-conditional-style-component.js +1 -1
  181. package/fesm2015/igniteui-webcomponents-data-grids.js +1131 -1072
  182. package/fesm5/igniteui-webcomponents-data-grids.js +1131 -1072
  183. package/lib/ColumnFilterCondition_combined.d.ts +42 -41
  184. package/lib/ContentCellModelHelper.d.ts +6 -5
  185. package/package.json +4 -4
@@ -16,13 +16,13 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
16
16
  function ContentCellModelHelper() {
17
17
  return _super !== null && _super.apply(this, arguments) || this;
18
18
  }
19
- ContentCellModelHelper.g = function (a) {
19
+ ContentCellModelHelper.h = function (a) {
20
20
  if (a == null) {
21
- return ContentCellModelHelper.f;
21
+ return ContentCellModelHelper.g;
22
22
  }
23
23
  return a.color;
24
24
  };
25
- ContentCellModelHelper.b = function (a, b, c) {
25
+ ContentCellModelHelper.c = function (a, b, c) {
26
26
  switch (c) {
27
27
  case 0:
28
28
  a.setRawStyleProperty("text-align", "left");
@@ -38,7 +38,7 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
38
38
  break;
39
39
  }
40
40
  };
41
- ContentCellModelHelper.e = function (a, b, c) {
41
+ ContentCellModelHelper.f = function (a, b, c) {
42
42
  switch (c) {
43
43
  case 0:
44
44
  b.setRawStyleProperty("vertical-align", "top");
@@ -54,7 +54,7 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
54
54
  break;
55
55
  }
56
56
  };
57
- ContentCellModelHelper.a = function (a, b, c, d, e) {
57
+ ContentCellModelHelper.b = function (a, b, c, d, e) {
58
58
  if (b.a7) {
59
59
  if (b.bc(CellModel.fs) || b.bc(CellModel.ex) || b.bc(CellModel.ia) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
60
60
  var f = Math.min(1, Math.max(0, b.da));
@@ -64,12 +64,6 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
64
64
  e.dp(b.cs * f);
65
65
  }
66
66
  }
67
- if (b.bc(CellModel.e8)) {
68
- ContentCellModelHelper.c(d, b.no);
69
- if (b.bn) {
70
- e.dl(b.no);
71
- }
72
- }
73
67
  if (b.bc(CellModel.gz)) {
74
68
  switch (b.ac) {
75
69
  case 0:
@@ -88,14 +82,14 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
88
82
  }
89
83
  }
90
84
  if (b.bb("TextDecoration")) {
91
- ContentCellModelHelper.d(d, b.aa);
85
+ ContentCellModelHelper.e(d, b.aa);
92
86
  }
93
87
  if (b.bc(CellModel.gf) || b.bc(CellModel.h9)) {
94
88
  var h = b.g;
95
89
  var i = b.i;
96
- ContentCellModelHelper.b(c, d, h);
90
+ ContentCellModelHelper.c(c, d, h);
97
91
  e.cl(c, d, h);
98
- ContentCellModelHelper.e(c, d, i);
92
+ ContentCellModelHelper.f(c, d, i);
99
93
  e.cr(i);
100
94
  if (b.bn) {
101
95
  e.dk(h, i);
@@ -110,20 +104,31 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
110
104
  d.setRawStyleProperty("text-decoration", "line-through");
111
105
  }
112
106
  else {
113
- ContentCellModelHelper.d(d, b.aa);
107
+ ContentCellModelHelper.e(d, b.aa);
114
108
  }
115
109
  }
116
110
  else {
117
- ContentCellModelHelper.d(d, b.aa);
111
+ ContentCellModelHelper.e(d, b.aa);
118
112
  }
119
113
  }
120
114
  }
121
115
  };
122
- ContentCellModelHelper.c = function (a, b) {
123
- var c = ContentCellModelHelper.g(b);
124
- a.setRawStyleProperty("color", c.colorString);
116
+ ContentCellModelHelper.a = function (a, b, c, d, e) {
117
+ if (b.a7) {
118
+ ContentCellModelHelper.b(a, b, c, d, e);
119
+ if (b.bc(CellModel.e8)) {
120
+ ContentCellModelHelper.d(d, b.no);
121
+ if (b.bn) {
122
+ e.dl(b.no);
123
+ }
124
+ }
125
+ }
125
126
  };
126
127
  ContentCellModelHelper.d = function (a, b) {
128
+ var c = ContentCellModelHelper.h(b);
129
+ a.setRawStyleProperty("color", c.colorString);
130
+ };
131
+ ContentCellModelHelper.e = function (a, b) {
127
132
  switch (b) {
128
133
  case 1:
129
134
  a.setRawStyleProperty("text-decoration", "line-through");
@@ -140,6 +145,6 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
140
145
  }
141
146
  };
142
147
  ContentCellModelHelper.$t = markType(ContentCellModelHelper, 'ContentCellModelHelper');
143
- ContentCellModelHelper.f = Color.u(0, 0, 0, 0);
148
+ ContentCellModelHelper.g = Color.u(0, 0, 0, 0);
144
149
  return ContentCellModelHelper;
145
150
  }(Base));
@@ -31,9 +31,9 @@ export var DataGridAccessibilityLayoutPanel = /** @class */ /*@__PURE__*/ (funct
31
31
  DataGridAccessibilityLayoutPanel.prototype.refresh = function (a, b) {
32
32
  _super.prototype.refresh.call(this, a, b);
33
33
  if (this.rootElement != null) {
34
- var c = a.c5();
35
- var d = a.b9.count;
36
- if (a.c6 > 0) {
34
+ var c = a.c6();
35
+ var d = a.ca.count;
36
+ if (a.c7 > 0) {
37
37
  c++;
38
38
  }
39
39
  this.rootElement.setAttribute("role", "grid");
@@ -49,7 +49,7 @@ export var DataGridAccessibilityLayoutPanel = /** @class */ /*@__PURE__*/ (funct
49
49
  this.ay = new AccessibilityRow();
50
50
  this.ay.i = this.a7;
51
51
  this.ay.e = -1;
52
- this.ay.d = this.g.b9.count;
52
+ this.ay.d = this.g.ca.count;
53
53
  this.ay.f = "columnheader";
54
54
  }
55
55
  this.ay.j(a, b);
@@ -61,7 +61,7 @@ export var DataGridAccessibilityLayoutPanel = /** @class */ /*@__PURE__*/ (funct
61
61
  d = new AccessibilityRow();
62
62
  d.i = this.a7;
63
63
  d.e = c;
64
- d.d = this.g.b9.count;
64
+ d.d = this.g.ca.count;
65
65
  d.f = "gridcell";
66
66
  this.a0.s(c, d);
67
67
  }
@@ -176,7 +176,7 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
176
176
  this.o = this.f.absoluteHeight;
177
177
  var a = this.f.actualVisibleRegion.top;
178
178
  var b = this.f.actualVisibleRegion.left;
179
- var c = this.f.cc;
179
+ var c = this.f.cd;
180
180
  var d = c.count;
181
181
  var e = this.f.bz;
182
182
  var f = this.f.bz.o;
@@ -470,11 +470,11 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
470
470
  b = 0;
471
471
  }
472
472
  if (this.c == null) {
473
- this.c = new Array(d.cc.count);
474
- this.a = new Array(d.cc.count);
475
- this.d = new Array(d.cc.count);
476
- this.b = new Array(d.cc.count);
477
- for (var h = 0; h < d.cc.count; h++) {
473
+ this.c = new Array(d.cd.count);
474
+ this.a = new Array(d.cd.count);
475
+ this.d = new Array(d.cd.count);
476
+ this.b = new Array(d.cd.count);
477
+ for (var h = 0; h < d.cd.count; h++) {
478
478
  this.c[h] = null;
479
479
  this.a[h] = null;
480
480
  this.d[h] = -1;
@@ -517,13 +517,13 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
517
517
  }
518
518
  };
519
519
  DataGridCellLayoutPanel.prototype.ax = function (a) {
520
- var b = this.f.cr;
521
- var c = this.f.cm + this.f.cj;
522
- var d = this.f.cz;
523
- var e = this.f.ch;
520
+ var b = this.f.cs;
521
+ var c = this.f.cn + this.f.ck;
522
+ var d = this.f.c0;
523
+ var e = this.f.ci;
524
524
  if (a == 2) {
525
- c = Math.min(this.f.c4, this.f.cp) - this.f.c0 - this.f.ck;
526
- d = this.f.c0;
525
+ c = Math.min(this.f.c5, this.f.cq) - this.f.c1 - this.f.cl;
526
+ d = this.f.c1;
527
527
  }
528
528
  return new Rect(0, c, b, d, e);
529
529
  };
@@ -542,9 +542,9 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
542
542
  return stringFormat1("rect({0}px, {1}px, {2}px, {3}px)", a.top, a.right, a.bottom, a.left);
543
543
  };
544
544
  DataGridCellLayoutPanel.prototype.y = function (a) {
545
- var b = a.db < this.g.cn ? this.g.cn - a.db : 0;
545
+ var b = a.db < this.g.co ? this.g.co - a.db : 0;
546
546
  var c = 0;
547
- var d = this.g.cy == -1 ? a.ib : (a.db + a.ib > this.g.co) ? a.ib - (a.db + a.ib - this.g.co) : a.ib;
547
+ var d = this.g.cz == -1 ? a.ib : (a.db + a.ib > this.g.cp) ? a.ib - (a.db + a.ib - this.g.cp) : a.ib;
548
548
  var e = a.gd;
549
549
  return this.x(new Rect(0, b, c, d, e));
550
550
  };
@@ -558,8 +558,8 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
558
558
  if (this.f == null) {
559
559
  return;
560
560
  }
561
- for (var a = 0; a < this.f.cc.count; a++) {
562
- var b = this.f.cc._inner[a].q;
561
+ for (var a = 0; a < this.f.cd.count; a++) {
562
+ var b = this.f.cd._inner[a].q;
563
563
  for (var c = 0; c < b.count; c++) {
564
564
  var d = b._inner[c];
565
565
  if (d.s != null && d.s.nativeCell != null) {
@@ -2,7 +2,7 @@ import { ApplyButtonClickEventArgs as ApplyButtonClickEventArgs_internal } from
2
2
  var IgcApplyButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
3
3
  function IgcApplyButtonClickEventArgs() {
4
4
  this._implementation = this.createImplementation();
5
- this._implementation.externalObject = this;
5
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6
6
  this.onImplementationCreated();
7
7
  if (this._initializeAdapters) {
8
8
  this._initializeAdapters();
@@ -25,7 +25,7 @@ var IgcApplyButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
25
25
  };
26
26
  IgcApplyButtonClickEventArgs.prototype._provideImplementation = function (i) {
27
27
  this._implementation = i;
28
- this._implementation.externalObject = this;
28
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
29
29
  this.onImplementationCreated();
30
30
  if (this._initializeAdapters) {
31
31
  this._initializeAdapters();
@@ -2,7 +2,7 @@ import { CancelButtonClickEventArgs as CancelButtonClickEventArgs_internal } fro
2
2
  var IgcCancelButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
3
3
  function IgcCancelButtonClickEventArgs() {
4
4
  this._implementation = this.createImplementation();
5
- this._implementation.externalObject = this;
5
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6
6
  this.onImplementationCreated();
7
7
  if (this._initializeAdapters) {
8
8
  this._initializeAdapters();
@@ -25,7 +25,7 @@ var IgcCancelButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
25
25
  };
26
26
  IgcCancelButtonClickEventArgs.prototype._provideImplementation = function (i) {
27
27
  this._implementation = i;
28
- this._implementation.externalObject = this;
28
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
29
29
  this.onImplementationCreated();
30
30
  if (this._initializeAdapters) {
31
31
  this._initializeAdapters();
@@ -83,7 +83,7 @@ var IgcCellKey = /** @class */ /*@__PURE__*/ (function () {
83
83
  if (e) {
84
84
  e._implementation = r;
85
85
  }
86
- r.externalObject = e;
86
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
87
87
  }
88
88
  return r.externalObject;
89
89
  },
@@ -5,7 +5,7 @@ import { CellRange as CellRange_internal } from "./CellRange";
5
5
  var IgcCellRange = /** @class */ /*@__PURE__*/ (function () {
6
6
  function IgcCellRange() {
7
7
  this._implementation = this.createImplementation();
8
- this._implementation.externalObject = this;
8
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
9
9
  this.onImplementationCreated();
10
10
  if (this._initializeAdapters) {
11
11
  this._initializeAdapters();
@@ -28,7 +28,7 @@ var IgcCellRange = /** @class */ /*@__PURE__*/ (function () {
28
28
  };
29
29
  IgcCellRange.prototype._provideImplementation = function (i) {
30
30
  this._implementation = i;
31
- this._implementation.externalObject = this;
31
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
32
32
  this.onImplementationCreated();
33
33
  if (this._initializeAdapters) {
34
34
  this._initializeAdapters();
@@ -5,7 +5,7 @@ import { CellStyleRequestedEventArgs as CellStyleRequestedEventArgs_internal } f
5
5
  var IgcCellStyleRequestedEventArgs = /** @class */ /*@__PURE__*/ (function () {
6
6
  function IgcCellStyleRequestedEventArgs() {
7
7
  this._implementation = this.createImplementation();
8
- this._implementation.externalObject = this;
8
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
9
9
  this.onImplementationCreated();
10
10
  if (this._initializeAdapters) {
11
11
  this._initializeAdapters();
@@ -28,7 +28,7 @@ var IgcCellStyleRequestedEventArgs = /** @class */ /*@__PURE__*/ (function () {
28
28
  };
29
29
  IgcCellStyleRequestedEventArgs.prototype._provideImplementation = function (i) {
30
30
  this._implementation = i;
31
- this._implementation.externalObject = this;
31
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
32
32
  this.onImplementationCreated();
33
33
  if (this._initializeAdapters) {
34
34
  this._initializeAdapters();
@@ -4,7 +4,7 @@ import { ensureEnum } from "igniteui-webcomponents-core";
4
4
  var IgcCheckboxListIndexTypeChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
5
5
  function IgcCheckboxListIndexTypeChangedEventArgs() {
6
6
  this._implementation = this.createImplementation();
7
- this._implementation.externalObject = this;
7
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
8
8
  this.onImplementationCreated();
9
9
  if (this._initializeAdapters) {
10
10
  this._initializeAdapters();
@@ -27,7 +27,7 @@ var IgcCheckboxListIndexTypeChangedEventArgs = /** @class */ /*@__PURE__*/ (func
27
27
  };
28
28
  IgcCheckboxListIndexTypeChangedEventArgs.prototype._provideImplementation = function (i) {
29
29
  this._implementation = i;
30
- this._implementation.externalObject = this;
30
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
31
31
  this.onImplementationCreated();
32
32
  if (this._initializeAdapters) {
33
33
  this._initializeAdapters();
@@ -2,7 +2,7 @@ import { CheckboxListKeysClearedEventArgs as CheckboxListKeysClearedEventArgs_in
2
2
  var IgcCheckboxListKeysClearedEventArgs = /** @class */ /*@__PURE__*/ (function () {
3
3
  function IgcCheckboxListKeysClearedEventArgs() {
4
4
  this._implementation = this.createImplementation();
5
- this._implementation.externalObject = this;
5
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6
6
  this.onImplementationCreated();
7
7
  if (this._initializeAdapters) {
8
8
  this._initializeAdapters();
@@ -25,7 +25,7 @@ var IgcCheckboxListKeysClearedEventArgs = /** @class */ /*@__PURE__*/ (function
25
25
  };
26
26
  IgcCheckboxListKeysClearedEventArgs.prototype._provideImplementation = function (i) {
27
27
  this._implementation = i;
28
- this._implementation.externalObject = this;
28
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
29
29
  this.onImplementationCreated();
30
30
  if (this._initializeAdapters) {
31
31
  this._initializeAdapters();
@@ -3,7 +3,7 @@ import { ensureBool } from "igniteui-webcomponents-core";
3
3
  var IgcCheckedChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
4
4
  function IgcCheckedChangedEventArgs() {
5
5
  this._implementation = this.createImplementation();
6
- this._implementation.externalObject = this;
6
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7
7
  this.onImplementationCreated();
8
8
  if (this._initializeAdapters) {
9
9
  this._initializeAdapters();
@@ -26,7 +26,7 @@ var IgcCheckedChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
26
26
  };
27
27
  IgcCheckedChangedEventArgs.prototype._provideImplementation = function (i) {
28
28
  this._implementation = i;
29
- this._implementation.externalObject = this;
29
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
30
30
  this.onImplementationCreated();
31
31
  if (this._initializeAdapters) {
32
32
  this._initializeAdapters();
@@ -5,7 +5,7 @@ import { ColumnExchanger as ColumnExchanger_internal } from "./ColumnExchanger";
5
5
  var IgcColumnExchanger = /** @class */ /*@__PURE__*/ (function () {
6
6
  function IgcColumnExchanger() {
7
7
  this._implementation = this.createImplementation();
8
- this._implementation.externalObject = this;
8
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
9
9
  this.onImplementationCreated();
10
10
  if (this._initializeAdapters) {
11
11
  this._initializeAdapters();
@@ -28,7 +28,7 @@ var IgcColumnExchanger = /** @class */ /*@__PURE__*/ (function () {
28
28
  };
29
29
  IgcColumnExchanger.prototype._provideImplementation = function (i) {
30
30
  this._implementation = i;
31
- this._implementation.externalObject = this;
31
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
32
32
  this.onImplementationCreated();
33
33
  if (this._initializeAdapters) {
34
34
  this._initializeAdapters();
@@ -135,7 +135,7 @@ var IgcColumnGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (function
135
135
  if (iv) {
136
136
  var e = new IgcColumnGroupDescription();
137
137
  e._implementation = iv;
138
- iv.externalObject = e;
138
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
139
139
  ret = e;
140
140
  }
141
141
  }
@@ -4,7 +4,7 @@ import { ensureBool } from "igniteui-webcomponents-core";
4
4
  var IgcColumnHiddenChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
5
5
  function IgcColumnHiddenChangedEventArgs() {
6
6
  this._implementation = this.createImplementation();
7
- this._implementation.externalObject = this;
7
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
8
8
  this.onImplementationCreated();
9
9
  if (this._initializeAdapters) {
10
10
  this._initializeAdapters();
@@ -27,7 +27,7 @@ var IgcColumnHiddenChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
27
27
  };
28
28
  IgcColumnHiddenChangedEventArgs.prototype._provideImplementation = function (i) {
29
29
  this._implementation = i;
30
- this._implementation.externalObject = this;
30
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
31
31
  this.onImplementationCreated();
32
32
  if (this._initializeAdapters) {
33
33
  this._initializeAdapters();
@@ -44,7 +44,7 @@ var IgcColumnHiddenChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
44
44
  if (e) {
45
45
  e._implementation = r;
46
46
  }
47
- r.externalObject = e;
47
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
48
48
  }
49
49
  return r.externalObject;
50
50
  },
@@ -8,7 +8,7 @@ import { ensureEnum } from "igniteui-webcomponents-core";
8
8
  var IgcColumnPinnedChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
9
9
  function IgcColumnPinnedChangedEventArgs() {
10
10
  this._implementation = this.createImplementation();
11
- this._implementation.externalObject = this;
11
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
12
12
  this.onImplementationCreated();
13
13
  if (this._initializeAdapters) {
14
14
  this._initializeAdapters();
@@ -31,7 +31,7 @@ var IgcColumnPinnedChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
31
31
  };
32
32
  IgcColumnPinnedChangedEventArgs.prototype._provideImplementation = function (i) {
33
33
  this._implementation = i;
34
- this._implementation.externalObject = this;
34
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
35
35
  this.onImplementationCreated();
36
36
  if (this._initializeAdapters) {
37
37
  this._initializeAdapters();
@@ -51,7 +51,7 @@ var IgcColumnPinnedChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
51
51
  if (e) {
52
52
  e._implementation = r;
53
53
  }
54
- r.externalObject = e;
54
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
55
55
  }
56
56
  return r.externalObject;
57
57
  },
@@ -5,7 +5,7 @@ import { ColumnPropertySetter as ColumnPropertySetter_internal } from "./ColumnP
5
5
  var IgcColumnPropertySetter = /** @class */ /*@__PURE__*/ (function () {
6
6
  function IgcColumnPropertySetter() {
7
7
  this._implementation = this.createImplementation();
8
- this._implementation.externalObject = this;
8
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
9
9
  this.onImplementationCreated();
10
10
  if (this._initializeAdapters) {
11
11
  this._initializeAdapters();
@@ -28,7 +28,7 @@ var IgcColumnPropertySetter = /** @class */ /*@__PURE__*/ (function () {
28
28
  };
29
29
  IgcColumnPropertySetter.prototype._provideImplementation = function (i) {
30
30
  this._implementation = i;
31
- this._implementation.externalObject = this;
31
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
32
32
  this.onImplementationCreated();
33
33
  if (this._initializeAdapters) {
34
34
  this._initializeAdapters();
@@ -135,7 +135,7 @@ var IgcColumnSortDescriptionCollection = /** @class */ /*@__PURE__*/ (function (
135
135
  if (iv) {
136
136
  var e = new IgcColumnSortDescription();
137
137
  e._implementation = iv;
138
- iv.externalObject = e;
138
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
139
139
  ret = e;
140
140
  }
141
141
  }
@@ -7,7 +7,7 @@ import { ensureEnum } from "igniteui-webcomponents-core";
7
7
  var IgcColumnSortDescription = /** @class */ /*@__PURE__*/ (function () {
8
8
  function IgcColumnSortDescription() {
9
9
  this._implementation = this.createImplementation();
10
- this._implementation.externalObject = this;
10
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
11
11
  this.onImplementationCreated();
12
12
  if (this._initializeAdapters) {
13
13
  this._initializeAdapters();
@@ -30,7 +30,7 @@ var IgcColumnSortDescription = /** @class */ /*@__PURE__*/ (function () {
30
30
  };
31
31
  IgcColumnSortDescription.prototype._provideImplementation = function (i) {
32
32
  this._implementation = i;
33
- this._implementation.externalObject = this;
33
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
34
34
  this.onImplementationCreated();
35
35
  if (this._initializeAdapters) {
36
36
  this._initializeAdapters();
@@ -132,7 +132,7 @@ var IgcColumnSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (functio
132
132
  if (iv) {
133
133
  var e = new IgcColumnSummaryDescription();
134
134
  e._implementation = iv;
135
- iv.externalObject = e;
135
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
136
136
  ret = e;
137
137
  }
138
138
  }
@@ -14,7 +14,7 @@ var IgcColumnSummaryDescription = /** @class */ /*@__PURE__*/ (function () {
14
14
  this._provideCalculator = null;
15
15
  this._provideCalculator_wrapped = null;
16
16
  this._implementation = this.createImplementation();
17
- this._implementation.externalObject = this;
17
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
18
18
  this.onImplementationCreated();
19
19
  if (this._initializeAdapters) {
20
20
  this._initializeAdapters();
@@ -37,7 +37,7 @@ var IgcColumnSummaryDescription = /** @class */ /*@__PURE__*/ (function () {
37
37
  };
38
38
  IgcColumnSummaryDescription.prototype._provideImplementation = function (i) {
39
39
  this._implementation = i;
40
- this._implementation.externalObject = this;
40
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
41
41
  this.onImplementationCreated();
42
42
  if (this._initializeAdapters) {
43
43
  this._initializeAdapters();
@@ -6,7 +6,7 @@ import { ensureBool } from "igniteui-webcomponents-core";
6
6
  var IgcColumnWidth = /** @class */ /*@__PURE__*/ (function () {
7
7
  function IgcColumnWidth() {
8
8
  this._implementation = this.createImplementation();
9
- this._implementation.externalObject = this;
9
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
10
10
  this.onImplementationCreated();
11
11
  if (this._initializeAdapters) {
12
12
  this._initializeAdapters();
@@ -29,7 +29,7 @@ var IgcColumnWidth = /** @class */ /*@__PURE__*/ (function () {
29
29
  };
30
30
  IgcColumnWidth.prototype._provideImplementation = function (i) {
31
31
  this._implementation = i;
32
- this._implementation.externalObject = this;
32
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
33
33
  this.onImplementationCreated();
34
34
  if (this._initializeAdapters) {
35
35
  this._initializeAdapters();
@@ -328,7 +328,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
328
328
  e.i.setNativeElement(r);
329
329
  }
330
330
  }
331
- r.externalObject = e;
331
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
332
332
  }
333
333
  return r.externalObject;
334
334
  },
@@ -357,7 +357,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
357
357
  e.i.setNativeElement(r);
358
358
  }
359
359
  }
360
- r.externalObject = e;
360
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
361
361
  }
362
362
  return r.externalObject;
363
363
  },
@@ -455,7 +455,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
455
455
  if (e) {
456
456
  e._implementation = r;
457
457
  }
458
- r.externalObject = e;
458
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
459
459
  }
460
460
  return r.externalObject;
461
461
  },
@@ -37,7 +37,7 @@ export var IgcDataGridComparisonOperatorSelectorComponent = /** @class */ /*@__P
37
37
  NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
38
38
  }
39
39
  _this._implementation = _this.createImplementation();
40
- _this._implementation.externalObject = _this;
40
+ Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
41
41
  _this.onImplementationCreated();
42
42
  if (_this._initializeAdapters) {
43
43
  _this._initializeAdapters();