igniteui-webcomponents-inputs 7.1.0-beta.4 → 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 (41) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +37 -37
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/igc-button-click-event-args.js +2 -2
  4. package/esm2015/lib/igc-button-group-selection-changed-event-args.js +2 -2
  5. package/esm2015/lib/igc-checkbox-change-event-args.js +2 -2
  6. package/esm2015/lib/igc-color-editor-got-focus-event-args.js +2 -2
  7. package/esm2015/lib/igc-color-editor-lost-focus-event-args.js +2 -2
  8. package/esm2015/lib/igc-color-editor-panel-closed-event-args.js +2 -2
  9. package/esm2015/lib/igc-color-editor-panel-selected-value-changed-event-args.js +2 -2
  10. package/esm2015/lib/igc-got-focus-event-args.js +2 -2
  11. package/esm2015/lib/igc-input-change-event-args.js +2 -2
  12. package/esm2015/lib/igc-lost-focus-event-args.js +2 -2
  13. package/esm2015/lib/igc-multi-slider-component.js +1 -1
  14. package/esm2015/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +2 -2
  15. package/esm2015/lib/igc-multi-slider-thumb-component.js +2 -2
  16. package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -3
  17. package/esm2015/lib/igc-multi-slider-track-thumb-range.js +4 -4
  18. package/esm2015/lib/igc-multi-slider-y-value-changing-event-args.js +2 -2
  19. package/esm2015/lib/igc-selected-value-changed-event-args.js +2 -2
  20. package/esm2015/lib/igc-x-input-group-item-component.js +1 -1
  21. package/esm5/lib/igc-button-click-event-args.js +2 -2
  22. package/esm5/lib/igc-button-group-selection-changed-event-args.js +2 -2
  23. package/esm5/lib/igc-checkbox-change-event-args.js +2 -2
  24. package/esm5/lib/igc-color-editor-got-focus-event-args.js +2 -2
  25. package/esm5/lib/igc-color-editor-lost-focus-event-args.js +2 -2
  26. package/esm5/lib/igc-color-editor-panel-closed-event-args.js +2 -2
  27. package/esm5/lib/igc-color-editor-panel-selected-value-changed-event-args.js +2 -2
  28. package/esm5/lib/igc-got-focus-event-args.js +2 -2
  29. package/esm5/lib/igc-input-change-event-args.js +2 -2
  30. package/esm5/lib/igc-lost-focus-event-args.js +2 -2
  31. package/esm5/lib/igc-multi-slider-component.js +1 -1
  32. package/esm5/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +2 -2
  33. package/esm5/lib/igc-multi-slider-thumb-component.js +2 -2
  34. package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -3
  35. package/esm5/lib/igc-multi-slider-track-thumb-range.js +4 -4
  36. package/esm5/lib/igc-multi-slider-y-value-changing-event-args.js +2 -2
  37. package/esm5/lib/igc-selected-value-changed-event-args.js +2 -2
  38. package/esm5/lib/igc-x-input-group-item-component.js +1 -1
  39. package/fesm2015/igniteui-webcomponents-inputs.js +37 -37
  40. package/fesm5/igniteui-webcomponents-inputs.js +37 -37
  41. package/package.json +2 -2
@@ -3,7 +3,7 @@ import { MultiSliderTrackThumbRange as MultiSliderTrackThumbRange_internal } fro
3
3
  var IgcMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
4
4
  function IgcMultiSliderTrackThumbRange() {
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 IgcMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
26
26
  };
27
27
  IgcMultiSliderTrackThumbRange.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();
@@ -83,7 +83,7 @@ var IgcMultiSliderTrackThumbRange = /** @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
  },
@@ -104,7 +104,7 @@ var IgcMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
104
104
  if (e) {
105
105
  e._implementation = r;
106
106
  }
107
- r.externalObject = e;
107
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
108
108
  }
109
109
  return r.externalObject;
110
110
  },
@@ -2,7 +2,7 @@ import { MultiSliderYValueChangingEventArgs as MultiSliderYValueChangingEventArg
2
2
  var IgcMultiSliderYValueChangingEventArgs = /** @class */ /*@__PURE__*/ (function () {
3
3
  function IgcMultiSliderYValueChangingEventArgs() {
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 IgcMultiSliderYValueChangingEventArgs = /** @class */ /*@__PURE__*/ (functio
25
25
  };
26
26
  IgcMultiSliderYValueChangingEventArgs.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 { SelectedValueChangedEventArgs as SelectedValueChangedEventArgs_internal
2
2
  var IgcSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
3
3
  function IgcSelectedValueChangedEventArgs() {
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 IgcSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
25
25
  };
26
26
  IgcSelectedValueChangedEventArgs.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();
@@ -19,7 +19,7 @@ export var IgcXInputGroupItemComponent = /** @class */ /*@__PURE__*/ (function (
19
19
  NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
20
20
  }
21
21
  _this._implementation = _this.createImplementation();
22
- _this._implementation.externalObject = _this;
22
+ Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
23
23
  _this.onImplementationCreated();
24
24
  if (_this._initializeAdapters) {
25
25
  _this._initializeAdapters();
@@ -4903,7 +4903,7 @@ class IgcButtonClickEventArgs {
4903
4903
  }
4904
4904
  constructor() {
4905
4905
  this._implementation = this.createImplementation();
4906
- this._implementation.externalObject = this;
4906
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
4907
4907
  this.onImplementationCreated();
4908
4908
  if (this._initializeAdapters) {
4909
4909
  this._initializeAdapters();
@@ -4911,7 +4911,7 @@ class IgcButtonClickEventArgs {
4911
4911
  }
4912
4912
  _provideImplementation(i) {
4913
4913
  this._implementation = i;
4914
- this._implementation.externalObject = this;
4914
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
4915
4915
  this.onImplementationCreated();
4916
4916
  if (this._initializeAdapters) {
4917
4917
  this._initializeAdapters();
@@ -12488,7 +12488,7 @@ class IgcSelectedValueChangedEventArgs {
12488
12488
  }
12489
12489
  constructor() {
12490
12490
  this._implementation = this.createImplementation();
12491
- this._implementation.externalObject = this;
12491
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
12492
12492
  this.onImplementationCreated();
12493
12493
  if (this._initializeAdapters) {
12494
12494
  this._initializeAdapters();
@@ -12496,7 +12496,7 @@ class IgcSelectedValueChangedEventArgs {
12496
12496
  }
12497
12497
  _provideImplementation(i) {
12498
12498
  this._implementation = i;
12499
- this._implementation.externalObject = this;
12499
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
12500
12500
  this.onImplementationCreated();
12501
12501
  if (this._initializeAdapters) {
12502
12502
  this._initializeAdapters();
@@ -19418,7 +19418,7 @@ let IgcXInputGroupItemComponent = /*@__PURE__*/ (() => {
19418
19418
  NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
19419
19419
  }
19420
19420
  this._implementation = this.createImplementation();
19421
- this._implementation.externalObject = this;
19421
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
19422
19422
  this.onImplementationCreated();
19423
19423
  if (this._initializeAdapters) {
19424
19424
  this._initializeAdapters();
@@ -19583,7 +19583,7 @@ class IgcInputChangeEventArgs {
19583
19583
  }
19584
19584
  constructor() {
19585
19585
  this._implementation = this.createImplementation();
19586
- this._implementation.externalObject = this;
19586
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
19587
19587
  this.onImplementationCreated();
19588
19588
  if (this._initializeAdapters) {
19589
19589
  this._initializeAdapters();
@@ -19591,7 +19591,7 @@ class IgcInputChangeEventArgs {
19591
19591
  }
19592
19592
  _provideImplementation(i) {
19593
19593
  this._implementation = i;
19594
- this._implementation.externalObject = this;
19594
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
19595
19595
  this.onImplementationCreated();
19596
19596
  if (this._initializeAdapters) {
19597
19597
  this._initializeAdapters();
@@ -24995,7 +24995,7 @@ class IgcGotFocusEventArgs {
24995
24995
  }
24996
24996
  constructor() {
24997
24997
  this._implementation = this.createImplementation();
24998
- this._implementation.externalObject = this;
24998
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
24999
24999
  this.onImplementationCreated();
25000
25000
  if (this._initializeAdapters) {
25001
25001
  this._initializeAdapters();
@@ -25003,7 +25003,7 @@ class IgcGotFocusEventArgs {
25003
25003
  }
25004
25004
  _provideImplementation(i) {
25005
25005
  this._implementation = i;
25006
- this._implementation.externalObject = this;
25006
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25007
25007
  this.onImplementationCreated();
25008
25008
  if (this._initializeAdapters) {
25009
25009
  this._initializeAdapters();
@@ -25025,7 +25025,7 @@ class IgcLostFocusEventArgs {
25025
25025
  }
25026
25026
  constructor() {
25027
25027
  this._implementation = this.createImplementation();
25028
- this._implementation.externalObject = this;
25028
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25029
25029
  this.onImplementationCreated();
25030
25030
  if (this._initializeAdapters) {
25031
25031
  this._initializeAdapters();
@@ -25033,7 +25033,7 @@ class IgcLostFocusEventArgs {
25033
25033
  }
25034
25034
  _provideImplementation(i) {
25035
25035
  this._implementation = i;
25036
- this._implementation.externalObject = this;
25036
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25037
25037
  this.onImplementationCreated();
25038
25038
  if (this._initializeAdapters) {
25039
25039
  this._initializeAdapters();
@@ -34962,7 +34962,7 @@ class IgcColorEditorPanelSelectedValueChangedEventArgs {
34962
34962
  }
34963
34963
  constructor() {
34964
34964
  this._implementation = this.createImplementation();
34965
- this._implementation.externalObject = this;
34965
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
34966
34966
  this.onImplementationCreated();
34967
34967
  if (this._initializeAdapters) {
34968
34968
  this._initializeAdapters();
@@ -34970,7 +34970,7 @@ class IgcColorEditorPanelSelectedValueChangedEventArgs {
34970
34970
  }
34971
34971
  _provideImplementation(i) {
34972
34972
  this._implementation = i;
34973
- this._implementation.externalObject = this;
34973
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
34974
34974
  this.onImplementationCreated();
34975
34975
  if (this._initializeAdapters) {
34976
34976
  this._initializeAdapters();
@@ -35004,7 +35004,7 @@ class IgcColorEditorLostFocusEventArgs {
35004
35004
  }
35005
35005
  constructor() {
35006
35006
  this._implementation = this.createImplementation();
35007
- this._implementation.externalObject = this;
35007
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
35008
35008
  this.onImplementationCreated();
35009
35009
  if (this._initializeAdapters) {
35010
35010
  this._initializeAdapters();
@@ -35012,7 +35012,7 @@ class IgcColorEditorLostFocusEventArgs {
35012
35012
  }
35013
35013
  _provideImplementation(i) {
35014
35014
  this._implementation = i;
35015
- this._implementation.externalObject = this;
35015
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
35016
35016
  this.onImplementationCreated();
35017
35017
  if (this._initializeAdapters) {
35018
35018
  this._initializeAdapters();
@@ -35034,7 +35034,7 @@ class IgcColorEditorGotFocusEventArgs {
35034
35034
  }
35035
35035
  constructor() {
35036
35036
  this._implementation = this.createImplementation();
35037
- this._implementation.externalObject = this;
35037
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
35038
35038
  this.onImplementationCreated();
35039
35039
  if (this._initializeAdapters) {
35040
35040
  this._initializeAdapters();
@@ -35042,7 +35042,7 @@ class IgcColorEditorGotFocusEventArgs {
35042
35042
  }
35043
35043
  _provideImplementation(i) {
35044
35044
  this._implementation = i;
35045
- this._implementation.externalObject = this;
35045
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
35046
35046
  this.onImplementationCreated();
35047
35047
  if (this._initializeAdapters) {
35048
35048
  this._initializeAdapters();
@@ -36031,7 +36031,7 @@ class IgcMultiSliderTrackThumbRange {
36031
36031
  }
36032
36032
  constructor() {
36033
36033
  this._implementation = this.createImplementation();
36034
- this._implementation.externalObject = this;
36034
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36035
36035
  this.onImplementationCreated();
36036
36036
  if (this._initializeAdapters) {
36037
36037
  this._initializeAdapters();
@@ -36039,7 +36039,7 @@ class IgcMultiSliderTrackThumbRange {
36039
36039
  }
36040
36040
  _provideImplementation(i) {
36041
36041
  this._implementation = i;
36042
- this._implementation.externalObject = this;
36042
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36043
36043
  this.onImplementationCreated();
36044
36044
  if (this._initializeAdapters) {
36045
36045
  this._initializeAdapters();
@@ -36079,7 +36079,7 @@ class IgcMultiSliderTrackThumbRange {
36079
36079
  if (e) {
36080
36080
  e._implementation = r;
36081
36081
  }
36082
- r.externalObject = e;
36082
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
36083
36083
  }
36084
36084
  return r.externalObject;
36085
36085
  }
@@ -36096,7 +36096,7 @@ class IgcMultiSliderTrackThumbRange {
36096
36096
  if (e) {
36097
36097
  e._implementation = r;
36098
36098
  }
36099
- r.externalObject = e;
36099
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
36100
36100
  }
36101
36101
  return r.externalObject;
36102
36102
  }
@@ -36165,7 +36165,7 @@ let IgcMultiSliderThumbComponent = /*@__PURE__*/ (() => {
36165
36165
  NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
36166
36166
  }
36167
36167
  this._implementation = this.createImplementation();
36168
- this._implementation.externalObject = this;
36168
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36169
36169
  this.onImplementationCreated();
36170
36170
  if (this._initializeAdapters) {
36171
36171
  this._initializeAdapters();
@@ -36276,7 +36276,7 @@ let IgcMultiSliderThumbComponent = /*@__PURE__*/ (() => {
36276
36276
  e.i.setNativeElement(r);
36277
36277
  }
36278
36278
  }
36279
- r.externalObject = e;
36279
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
36280
36280
  }
36281
36281
  return r.externalObject;
36282
36282
  }
@@ -36444,7 +36444,7 @@ class IgcMultiSliderResolvingToolTipValueEventArgs {
36444
36444
  }
36445
36445
  constructor() {
36446
36446
  this._implementation = this.createImplementation();
36447
- this._implementation.externalObject = this;
36447
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36448
36448
  this.onImplementationCreated();
36449
36449
  if (this._initializeAdapters) {
36450
36450
  this._initializeAdapters();
@@ -36452,7 +36452,7 @@ class IgcMultiSliderResolvingToolTipValueEventArgs {
36452
36452
  }
36453
36453
  _provideImplementation(i) {
36454
36454
  this._implementation = i;
36455
- this._implementation.externalObject = this;
36455
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36456
36456
  this.onImplementationCreated();
36457
36457
  if (this._initializeAdapters) {
36458
36458
  this._initializeAdapters();
@@ -36486,7 +36486,7 @@ class IgcMultiSliderThumbValueChangingEventArgs {
36486
36486
  }
36487
36487
  constructor() {
36488
36488
  this._implementation = this.createImplementation();
36489
- this._implementation.externalObject = this;
36489
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36490
36490
  this.onImplementationCreated();
36491
36491
  if (this._initializeAdapters) {
36492
36492
  this._initializeAdapters();
@@ -36494,7 +36494,7 @@ class IgcMultiSliderThumbValueChangingEventArgs {
36494
36494
  }
36495
36495
  _provideImplementation(i) {
36496
36496
  this._implementation = i;
36497
- this._implementation.externalObject = this;
36497
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36498
36498
  this.onImplementationCreated();
36499
36499
  if (this._initializeAdapters) {
36500
36500
  this._initializeAdapters();
@@ -36516,7 +36516,7 @@ class IgcMultiSliderThumbValueChangingEventArgs {
36516
36516
  if (e) {
36517
36517
  e._implementation = r;
36518
36518
  }
36519
- r.externalObject = e;
36519
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
36520
36520
  }
36521
36521
  return r.externalObject;
36522
36522
  }
@@ -36539,7 +36539,7 @@ class IgcMultiSliderYValueChangingEventArgs {
36539
36539
  }
36540
36540
  constructor() {
36541
36541
  this._implementation = this.createImplementation();
36542
- this._implementation.externalObject = this;
36542
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36543
36543
  this.onImplementationCreated();
36544
36544
  if (this._initializeAdapters) {
36545
36545
  this._initializeAdapters();
@@ -36547,7 +36547,7 @@ class IgcMultiSliderYValueChangingEventArgs {
36547
36547
  }
36548
36548
  _provideImplementation(i) {
36549
36549
  this._implementation = i;
36550
- this._implementation.externalObject = this;
36550
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36551
36551
  this.onImplementationCreated();
36552
36552
  if (this._initializeAdapters) {
36553
36553
  this._initializeAdapters();
@@ -36616,7 +36616,7 @@ let IgcMultiSliderComponent = /*@__PURE__*/ (() => {
36616
36616
  NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
36617
36617
  }
36618
36618
  this._implementation = this.createImplementation();
36619
- this._implementation.externalObject = this;
36619
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
36620
36620
  this.onImplementationCreated();
36621
36621
  if (this._initializeAdapters) {
36622
36622
  this._initializeAdapters();
@@ -37293,7 +37293,7 @@ class IgcCheckboxChangeEventArgs {
37293
37293
  }
37294
37294
  constructor() {
37295
37295
  this._implementation = this.createImplementation();
37296
- this._implementation.externalObject = this;
37296
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
37297
37297
  this.onImplementationCreated();
37298
37298
  if (this._initializeAdapters) {
37299
37299
  this._initializeAdapters();
@@ -37301,7 +37301,7 @@ class IgcCheckboxChangeEventArgs {
37301
37301
  }
37302
37302
  _provideImplementation(i) {
37303
37303
  this._implementation = i;
37304
- this._implementation.externalObject = this;
37304
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
37305
37305
  this.onImplementationCreated();
37306
37306
  if (this._initializeAdapters) {
37307
37307
  this._initializeAdapters();
@@ -38017,7 +38017,7 @@ class IgcButtonGroupSelectionChangedEventArgs {
38017
38017
  }
38018
38018
  constructor() {
38019
38019
  this._implementation = this.createImplementation();
38020
- this._implementation.externalObject = this;
38020
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
38021
38021
  this.onImplementationCreated();
38022
38022
  if (this._initializeAdapters) {
38023
38023
  this._initializeAdapters();
@@ -38025,7 +38025,7 @@ class IgcButtonGroupSelectionChangedEventArgs {
38025
38025
  }
38026
38026
  _provideImplementation(i) {
38027
38027
  this._implementation = i;
38028
- this._implementation.externalObject = this;
38028
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
38029
38029
  this.onImplementationCreated();
38030
38030
  if (this._initializeAdapters) {
38031
38031
  this._initializeAdapters();
@@ -39654,7 +39654,7 @@ class IgcColorEditorPanelClosedEventArgs {
39654
39654
  }
39655
39655
  constructor() {
39656
39656
  this._implementation = this.createImplementation();
39657
- this._implementation.externalObject = this;
39657
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
39658
39658
  this.onImplementationCreated();
39659
39659
  if (this._initializeAdapters) {
39660
39660
  this._initializeAdapters();
@@ -39662,7 +39662,7 @@ class IgcColorEditorPanelClosedEventArgs {
39662
39662
  }
39663
39663
  _provideImplementation(i) {
39664
39664
  this._implementation = i;
39665
- this._implementation.externalObject = this;
39665
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
39666
39666
  this.onImplementationCreated();
39667
39667
  if (this._initializeAdapters) {
39668
39668
  this._initializeAdapters();