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
@@ -54,7 +54,7 @@ let IgcGridConditionalStylePropertyComponent = /*@__PURE__*/ (() => {
54
54
  NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
55
55
  }
56
56
  this._implementation = this.createImplementation();
57
- this._implementation.externalObject = this;
57
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
58
58
  this.onImplementationCreated();
59
59
  if (this._initializeAdapters) {
60
60
  this._initializeAdapters();
@@ -272,7 +272,7 @@ let IgcGridConditionalStylePropertyComponent = /*@__PURE__*/ (() => {
272
272
  if (e) {
273
273
  e._implementation = r;
274
274
  }
275
- r.externalObject = e;
275
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
276
276
  }
277
277
  return r.externalObject;
278
278
  }
@@ -15,7 +15,7 @@ export class IgcGridCustomFilterRequestedEventArgs {
15
15
  }
16
16
  constructor() {
17
17
  this._implementation = this.createImplementation();
18
- this._implementation.externalObject = this;
18
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
19
19
  this.onImplementationCreated();
20
20
  if (this._initializeAdapters) {
21
21
  this._initializeAdapters();
@@ -23,7 +23,7 @@ export class IgcGridCustomFilterRequestedEventArgs {
23
23
  }
24
24
  _provideImplementation(i) {
25
25
  this._implementation = i;
26
- this._implementation.externalObject = this;
26
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
27
27
  this.onImplementationCreated();
28
28
  if (this._initializeAdapters) {
29
29
  this._initializeAdapters();
@@ -42,7 +42,7 @@ export class IgcGridCustomFilterRequestedEventArgs {
42
42
  if (e) {
43
43
  e._implementation = r;
44
44
  }
45
- r.externalObject = e;
45
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
46
46
  }
47
47
  return r.externalObject;
48
48
  }
@@ -67,7 +67,7 @@ export class IgcGridCustomFilterRequestedEventArgs {
67
67
  e.i.setNativeElement(r);
68
68
  }
69
69
  }
70
- r.externalObject = e;
70
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
71
71
  }
72
72
  return r.externalObject;
73
73
  }
@@ -14,7 +14,7 @@ export class IgcGridDataCommittedEventArgs {
14
14
  }
15
15
  _provideImplementation(i) {
16
16
  this._implementation = i;
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();
@@ -14,7 +14,7 @@ export class IgcGridDataCommittingEventArgs {
14
14
  }
15
15
  _provideImplementation(i) {
16
16
  this._implementation = i;
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();
@@ -13,7 +13,7 @@ export class IgcGridFilterDialogFilterChangeEventArgs {
13
13
  }
14
14
  constructor() {
15
15
  this._implementation = this.createImplementation();
16
- this._implementation.externalObject = this;
16
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
17
17
  this.onImplementationCreated();
18
18
  if (this._initializeAdapters) {
19
19
  this._initializeAdapters();
@@ -21,7 +21,7 @@ export class IgcGridFilterDialogFilterChangeEventArgs {
21
21
  }
22
22
  _provideImplementation(i) {
23
23
  this._implementation = i;
24
- this._implementation.externalObject = this;
24
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25
25
  this.onImplementationCreated();
26
26
  if (this._initializeAdapters) {
27
27
  this._initializeAdapters();
@@ -14,7 +14,7 @@ export class IgcGridFilterDialogOpeningEventArgs {
14
14
  }
15
15
  constructor() {
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();
@@ -22,7 +22,7 @@ export class IgcGridFilterDialogOpeningEventArgs {
22
22
  }
23
23
  _provideImplementation(i) {
24
24
  this._implementation = i;
25
- this._implementation.externalObject = this;
25
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
26
26
  this.onImplementationCreated();
27
27
  if (this._initializeAdapters) {
28
28
  this._initializeAdapters();
@@ -38,7 +38,7 @@ export class IgcGridFilterDialogOpeningEventArgs {
38
38
  if (e) {
39
39
  e._implementation = r;
40
40
  }
41
- r.externalObject = e;
41
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
42
42
  }
43
43
  return r.externalObject;
44
44
  }
@@ -14,7 +14,7 @@ export class IgcGridFilterDialogViewModelGrouping {
14
14
  }
15
15
  constructor() {
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();
@@ -22,7 +22,7 @@ export class IgcGridFilterDialogViewModelGrouping {
22
22
  }
23
23
  _provideImplementation(i) {
24
24
  this._implementation = i;
25
- this._implementation.externalObject = this;
25
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
26
26
  this.onImplementationCreated();
27
27
  if (this._initializeAdapters) {
28
28
  this._initializeAdapters();
@@ -13,7 +13,7 @@ export class IgcGridFilterDialogViewModelRow {
13
13
  }
14
14
  constructor() {
15
15
  this._implementation = this.createImplementation();
16
- this._implementation.externalObject = this;
16
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
17
17
  this.onImplementationCreated();
18
18
  if (this._initializeAdapters) {
19
19
  this._initializeAdapters();
@@ -21,7 +21,7 @@ export class IgcGridFilterDialogViewModelRow {
21
21
  }
22
22
  _provideImplementation(i) {
23
23
  this._implementation = i;
24
- this._implementation.externalObject = this;
24
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25
25
  this.onImplementationCreated();
26
26
  if (this._initializeAdapters) {
27
27
  this._initializeAdapters();
@@ -24,7 +24,7 @@ export class IgcGridFilterDialogViewModel {
24
24
  this._groupingLevels = null;
25
25
  this._rows = null;
26
26
  this._implementation = this.createImplementation();
27
- this._implementation.externalObject = this;
27
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
28
28
  this.onImplementationCreated();
29
29
  if (this._initializeAdapters) {
30
30
  this._initializeAdapters();
@@ -32,7 +32,7 @@ export class IgcGridFilterDialogViewModel {
32
32
  }
33
33
  _provideImplementation(i) {
34
34
  this._implementation = i;
35
- this._implementation.externalObject = this;
35
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36
36
  this.onImplementationCreated();
37
37
  if (this._initializeAdapters) {
38
38
  this._initializeAdapters();
@@ -14,7 +14,7 @@ export class IgcGridFilterExpressionsEventArgs {
14
14
  }
15
15
  constructor() {
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();
@@ -22,7 +22,7 @@ export class IgcGridFilterExpressionsEventArgs {
22
22
  }
23
23
  _provideImplementation(i) {
24
24
  this._implementation = i;
25
- this._implementation.externalObject = this;
25
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
26
26
  this.onImplementationCreated();
27
27
  if (this._initializeAdapters) {
28
28
  this._initializeAdapters();
@@ -43,7 +43,7 @@ export class IgcGridFilterExpressionsEventArgs {
43
43
  e.i.setNativeElement(r);
44
44
  }
45
45
  }
46
- r.externalObject = e;
46
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
47
47
  }
48
48
  return r.externalObject;
49
49
  }
@@ -17,7 +17,7 @@ export class IgcGridGroupDescriptionsChangedEventArgs {
17
17
  }
18
18
  constructor() {
19
19
  this._implementation = this.createImplementation();
20
- this._implementation.externalObject = this;
20
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
21
21
  this.onImplementationCreated();
22
22
  if (this._initializeAdapters) {
23
23
  this._initializeAdapters();
@@ -25,7 +25,7 @@ export class IgcGridGroupDescriptionsChangedEventArgs {
25
25
  }
26
26
  _provideImplementation(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();
@@ -46,7 +46,7 @@ export class IgcGridGroupDescriptionsChangedEventArgs {
46
46
  e.i.setNativeElement(r);
47
47
  }
48
48
  }
49
- r.externalObject = e;
49
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
50
50
  }
51
51
  return r.externalObject;
52
52
  }
@@ -13,7 +13,7 @@ export class IgcGridRowEditEndedEventArgs {
13
13
  }
14
14
  constructor() {
15
15
  this._implementation = this.createImplementation();
16
- this._implementation.externalObject = this;
16
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
17
17
  this.onImplementationCreated();
18
18
  if (this._initializeAdapters) {
19
19
  this._initializeAdapters();
@@ -21,7 +21,7 @@ export class IgcGridRowEditEndedEventArgs {
21
21
  }
22
22
  _provideImplementation(i) {
23
23
  this._implementation = i;
24
- this._implementation.externalObject = this;
24
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25
25
  this.onImplementationCreated();
26
26
  if (this._initializeAdapters) {
27
27
  this._initializeAdapters();
@@ -13,7 +13,7 @@ export class IgcGridRowEditStartedEventArgs {
13
13
  }
14
14
  constructor() {
15
15
  this._implementation = this.createImplementation();
16
- this._implementation.externalObject = this;
16
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
17
17
  this.onImplementationCreated();
18
18
  if (this._initializeAdapters) {
19
19
  this._initializeAdapters();
@@ -21,7 +21,7 @@ export class IgcGridRowEditStartedEventArgs {
21
21
  }
22
22
  _provideImplementation(i) {
23
23
  this._implementation = i;
24
- this._implementation.externalObject = this;
24
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25
25
  this.onImplementationCreated();
26
26
  if (this._initializeAdapters) {
27
27
  this._initializeAdapters();
@@ -24,7 +24,7 @@ export class IgcGridSelectedCellRangesChangedEventArgs {
24
24
  this._removedRanges = null;
25
25
  this._updatedRanges = null;
26
26
  this._implementation = this.createImplementation();
27
- this._implementation.externalObject = this;
27
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
28
28
  this.onImplementationCreated();
29
29
  if (this._initializeAdapters) {
30
30
  this._initializeAdapters();
@@ -32,7 +32,7 @@ export class IgcGridSelectedCellRangesChangedEventArgs {
32
32
  }
33
33
  _provideImplementation(i) {
34
34
  this._implementation = i;
35
- this._implementation.externalObject = this;
35
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36
36
  this.onImplementationCreated();
37
37
  if (this._initializeAdapters) {
38
38
  this._initializeAdapters();
@@ -23,7 +23,7 @@ export class IgcGridSelectedCellsChangedEventArgs {
23
23
  this._addedCells = null;
24
24
  this._removedCells = null;
25
25
  this._implementation = this.createImplementation();
26
- this._implementation.externalObject = this;
26
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
27
27
  this.onImplementationCreated();
28
28
  if (this._initializeAdapters) {
29
29
  this._initializeAdapters();
@@ -31,7 +31,7 @@ export class IgcGridSelectedCellsChangedEventArgs {
31
31
  }
32
32
  _provideImplementation(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();
@@ -23,7 +23,7 @@ export class IgcGridSelectedItemsChangedEventArgs {
23
23
  this._addedItems = null;
24
24
  this._removedItems = null;
25
25
  this._implementation = this.createImplementation();
26
- this._implementation.externalObject = this;
26
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
27
27
  this.onImplementationCreated();
28
28
  if (this._initializeAdapters) {
29
29
  this._initializeAdapters();
@@ -31,7 +31,7 @@ export class IgcGridSelectedItemsChangedEventArgs {
31
31
  }
32
32
  _provideImplementation(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();
@@ -23,7 +23,7 @@ export class IgcGridSelectedKeysChangedEventArgs {
23
23
  this._addedKeys = null;
24
24
  this._removedKeys = null;
25
25
  this._implementation = this.createImplementation();
26
- this._implementation.externalObject = this;
26
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
27
27
  this.onImplementationCreated();
28
28
  if (this._initializeAdapters) {
29
29
  this._initializeAdapters();
@@ -31,7 +31,7 @@ export class IgcGridSelectedKeysChangedEventArgs {
31
31
  }
32
32
  _provideImplementation(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();
@@ -16,7 +16,7 @@ export class IgcGridSelectionChangedEventArgs {
16
16
  }
17
17
  constructor() {
18
18
  this._implementation = this.createImplementation();
19
- this._implementation.externalObject = this;
19
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
20
20
  this.onImplementationCreated();
21
21
  if (this._initializeAdapters) {
22
22
  this._initializeAdapters();
@@ -24,7 +24,7 @@ export class IgcGridSelectionChangedEventArgs {
24
24
  }
25
25
  _provideImplementation(i) {
26
26
  this._implementation = i;
27
- this._implementation.externalObject = this;
27
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
28
28
  this.onImplementationCreated();
29
29
  if (this._initializeAdapters) {
30
30
  this._initializeAdapters();
@@ -16,7 +16,7 @@ export class IgcGridSizeChangedEventArgs {
16
16
  }
17
17
  constructor() {
18
18
  this._implementation = this.createImplementation();
19
- this._implementation.externalObject = this;
19
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
20
20
  this.onImplementationCreated();
21
21
  if (this._initializeAdapters) {
22
22
  this._initializeAdapters();
@@ -24,7 +24,7 @@ export class IgcGridSizeChangedEventArgs {
24
24
  }
25
25
  _provideImplementation(i) {
26
26
  this._implementation = i;
27
- this._implementation.externalObject = this;
27
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
28
28
  this.onImplementationCreated();
29
29
  if (this._initializeAdapters) {
30
30
  this._initializeAdapters();
@@ -17,7 +17,7 @@ export class IgcGridSortDescriptionsChangedEventArgs {
17
17
  }
18
18
  constructor() {
19
19
  this._implementation = this.createImplementation();
20
- this._implementation.externalObject = this;
20
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
21
21
  this.onImplementationCreated();
22
22
  if (this._initializeAdapters) {
23
23
  this._initializeAdapters();
@@ -25,7 +25,7 @@ export class IgcGridSortDescriptionsChangedEventArgs {
25
25
  }
26
26
  _provideImplementation(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();
@@ -46,7 +46,7 @@ export class IgcGridSortDescriptionsChangedEventArgs {
46
46
  e.i.setNativeElement(r);
47
47
  }
48
48
  }
49
- r.externalObject = e;
49
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
50
50
  }
51
51
  return r.externalObject;
52
52
  }
@@ -17,7 +17,7 @@ export class IgcGridSummaryDescriptionsChangedEventArgs {
17
17
  }
18
18
  constructor() {
19
19
  this._implementation = this.createImplementation();
20
- this._implementation.externalObject = this;
20
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
21
21
  this.onImplementationCreated();
22
22
  if (this._initializeAdapters) {
23
23
  this._initializeAdapters();
@@ -25,7 +25,7 @@ export class IgcGridSummaryDescriptionsChangedEventArgs {
25
25
  }
26
26
  _provideImplementation(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();
@@ -46,7 +46,7 @@ export class IgcGridSummaryDescriptionsChangedEventArgs {
46
46
  e.i.setNativeElement(r);
47
47
  }
48
48
  }
49
- r.externalObject = e;
49
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
50
50
  }
51
51
  return r.externalObject;
52
52
  }
@@ -16,7 +16,7 @@ export class IgcGroupData {
16
16
  }
17
17
  constructor() {
18
18
  this._implementation = this.createImplementation();
19
- this._implementation.externalObject = this;
19
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
20
20
  this.onImplementationCreated();
21
21
  if (this._initializeAdapters) {
22
22
  this._initializeAdapters();
@@ -24,7 +24,7 @@ export class IgcGroupData {
24
24
  }
25
25
  _provideImplementation(i) {
26
26
  this._implementation = i;
27
- this._implementation.externalObject = this;
27
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
28
28
  this.onImplementationCreated();
29
29
  if (this._initializeAdapters) {
30
30
  this._initializeAdapters();
@@ -13,7 +13,7 @@ export class IgcLostFocusEventArgs {
13
13
  }
14
14
  constructor() {
15
15
  this._implementation = this.createImplementation();
16
- this._implementation.externalObject = this;
16
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
17
17
  this.onImplementationCreated();
18
18
  if (this._initializeAdapters) {
19
19
  this._initializeAdapters();
@@ -21,7 +21,7 @@ export class IgcLostFocusEventArgs {
21
21
  }
22
22
  _provideImplementation(i) {
23
23
  this._implementation = i;
24
- this._implementation.externalObject = this;
24
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25
25
  this.onImplementationCreated();
26
26
  if (this._initializeAdapters) {
27
27
  this._initializeAdapters();
@@ -11,7 +11,7 @@ export class IgcMultiColumnComboBoxTextChangedEventArgs {
11
11
  }
12
12
  _provideImplementation(i) {
13
13
  this._implementation = i;
14
- this._implementation.externalObject = this;
14
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
15
15
  this.onImplementationCreated();
16
16
  if (this._initializeAdapters) {
17
17
  this._initializeAdapters();
@@ -11,7 +11,7 @@ export class IgcMultiColumnComboBoxValueChangedEventArgs {
11
11
  }
12
12
  _provideImplementation(i) {
13
13
  this._implementation = i;
14
- this._implementation.externalObject = this;
14
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
15
15
  this.onImplementationCreated();
16
16
  if (this._initializeAdapters) {
17
17
  this._initializeAdapters();
@@ -13,7 +13,7 @@ export class IgcOperatorSelectorClosingEventArgs {
13
13
  }
14
14
  constructor() {
15
15
  this._implementation = this.createImplementation();
16
- this._implementation.externalObject = this;
16
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
17
17
  this.onImplementationCreated();
18
18
  if (this._initializeAdapters) {
19
19
  this._initializeAdapters();
@@ -21,7 +21,7 @@ export class IgcOperatorSelectorClosingEventArgs {
21
21
  }
22
22
  _provideImplementation(i) {
23
23
  this._implementation = i;
24
- this._implementation.externalObject = this;
24
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25
25
  this.onImplementationCreated();
26
26
  if (this._initializeAdapters) {
27
27
  this._initializeAdapters();
@@ -16,7 +16,7 @@ export class IgcOperatorSelectorOpeningEventArgs {
16
16
  }
17
17
  constructor() {
18
18
  this._implementation = this.createImplementation();
19
- this._implementation.externalObject = this;
19
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
20
20
  this.onImplementationCreated();
21
21
  if (this._initializeAdapters) {
22
22
  this._initializeAdapters();
@@ -24,7 +24,7 @@ export class IgcOperatorSelectorOpeningEventArgs {
24
24
  }
25
25
  _provideImplementation(i) {
26
26
  this._implementation = i;
27
- this._implementation.externalObject = this;
27
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
28
28
  this.onImplementationCreated();
29
29
  if (this._initializeAdapters) {
30
30
  this._initializeAdapters();
@@ -16,7 +16,7 @@ export class IgcOperatorSelectorValueChangedEventArgs {
16
16
  }
17
17
  constructor() {
18
18
  this._implementation = this.createImplementation();
19
- this._implementation.externalObject = this;
19
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
20
20
  this.onImplementationCreated();
21
21
  if (this._initializeAdapters) {
22
22
  this._initializeAdapters();
@@ -24,7 +24,7 @@ export class IgcOperatorSelectorValueChangedEventArgs {
24
24
  }
25
25
  _provideImplementation(i) {
26
26
  this._implementation = i;
27
- this._implementation.externalObject = this;
27
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
28
28
  this.onImplementationCreated();
29
29
  if (this._initializeAdapters) {
30
30
  this._initializeAdapters();
@@ -13,7 +13,7 @@ export class IgcPageChangedEventArgs {
13
13
  }
14
14
  constructor() {
15
15
  this._implementation = this.createImplementation();
16
- this._implementation.externalObject = this;
16
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
17
17
  this.onImplementationCreated();
18
18
  if (this._initializeAdapters) {
19
19
  this._initializeAdapters();
@@ -21,7 +21,7 @@ export class IgcPageChangedEventArgs {
21
21
  }
22
22
  _provideImplementation(i) {
23
23
  this._implementation = i;
24
- this._implementation.externalObject = this;
24
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25
25
  this.onImplementationCreated();
26
26
  if (this._initializeAdapters) {
27
27
  this._initializeAdapters();
@@ -17,7 +17,7 @@ export class IgcResponsivePhase {
17
17
  }
18
18
  constructor() {
19
19
  this._implementation = this.createImplementation();
20
- this._implementation.externalObject = this;
20
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
21
21
  this.onImplementationCreated();
22
22
  if (this._initializeAdapters) {
23
23
  this._initializeAdapters();
@@ -25,7 +25,7 @@ export class IgcResponsivePhase {
25
25
  }
26
26
  _provideImplementation(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();
@@ -72,7 +72,7 @@ export class IgcResponsivePhase {
72
72
  if (iv) {
73
73
  let e = new IgcResponsivePhase();
74
74
  e._implementation = iv;
75
- iv.externalObject = e;
75
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
76
76
  ret = e;
77
77
  }
78
78
  }
@@ -92,7 +92,7 @@ export class IgcResponsivePhase {
92
92
  if (iv) {
93
93
  let e = new IgcColumnPropertySetter();
94
94
  e._implementation = iv;
95
- iv.externalObject = e;
95
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
96
96
  ret = e;
97
97
  }
98
98
  }
@@ -113,7 +113,7 @@ export class IgcResponsivePhase {
113
113
  if (iv) {
114
114
  let e = new IgcResponsivePhase();
115
115
  e._implementation = iv;
116
- iv.externalObject = e;
116
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
117
117
  ret = e;
118
118
  }
119
119
  }
@@ -133,7 +133,7 @@ export class IgcResponsivePhase {
133
133
  if (iv) {
134
134
  let e = new IgcResponsivePhase();
135
135
  e._implementation = iv;
136
- iv.externalObject = e;
136
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
137
137
  ret = e;
138
138
  }
139
139
  }