igniteui-webcomponents-inputs 7.1.0 → 7.1.1-beta.1

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
@@ -5800,7 +5800,7 @@
5800
5800
  var IgcButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
5801
5801
  function IgcButtonClickEventArgs() {
5802
5802
  this._implementation = this.createImplementation();
5803
- this._implementation.externalObject = this;
5803
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
5804
5804
  this.onImplementationCreated();
5805
5805
  if (this._initializeAdapters) {
5806
5806
  this._initializeAdapters();
@@ -5823,7 +5823,7 @@
5823
5823
  };
5824
5824
  IgcButtonClickEventArgs.prototype._provideImplementation = function (i) {
5825
5825
  this._implementation = i;
5826
- this._implementation.externalObject = this;
5826
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
5827
5827
  this.onImplementationCreated();
5828
5828
  if (this._initializeAdapters) {
5829
5829
  this._initializeAdapters();
@@ -14791,7 +14791,7 @@
14791
14791
  var IgcSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
14792
14792
  function IgcSelectedValueChangedEventArgs() {
14793
14793
  this._implementation = this.createImplementation();
14794
- this._implementation.externalObject = this;
14794
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
14795
14795
  this.onImplementationCreated();
14796
14796
  if (this._initializeAdapters) {
14797
14797
  this._initializeAdapters();
@@ -14814,7 +14814,7 @@
14814
14814
  };
14815
14815
  IgcSelectedValueChangedEventArgs.prototype._provideImplementation = function (i) {
14816
14816
  this._implementation = i;
14817
- this._implementation.externalObject = this;
14817
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
14818
14818
  this.onImplementationCreated();
14819
14819
  if (this._initializeAdapters) {
14820
14820
  this._initializeAdapters();
@@ -23091,7 +23091,7 @@
23091
23091
  igniteuiWebcomponentsCore.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
23092
23092
  }
23093
23093
  _this._implementation = _this.createImplementation();
23094
- _this._implementation.externalObject = _this;
23094
+ Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
23095
23095
  _this.onImplementationCreated();
23096
23096
  if (_this._initializeAdapters) {
23097
23097
  _this._initializeAdapters();
@@ -23288,7 +23288,7 @@
23288
23288
  var IgcInputChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
23289
23289
  function IgcInputChangeEventArgs() {
23290
23290
  this._implementation = this.createImplementation();
23291
- this._implementation.externalObject = this;
23291
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
23292
23292
  this.onImplementationCreated();
23293
23293
  if (this._initializeAdapters) {
23294
23294
  this._initializeAdapters();
@@ -23311,7 +23311,7 @@
23311
23311
  };
23312
23312
  IgcInputChangeEventArgs.prototype._provideImplementation = function (i) {
23313
23313
  this._implementation = i;
23314
- this._implementation.externalObject = this;
23314
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
23315
23315
  this.onImplementationCreated();
23316
23316
  if (this._initializeAdapters) {
23317
23317
  this._initializeAdapters();
@@ -29831,7 +29831,7 @@
29831
29831
  var IgcGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
29832
29832
  function IgcGotFocusEventArgs() {
29833
29833
  this._implementation = this.createImplementation();
29834
- this._implementation.externalObject = this;
29834
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
29835
29835
  this.onImplementationCreated();
29836
29836
  if (this._initializeAdapters) {
29837
29837
  this._initializeAdapters();
@@ -29854,7 +29854,7 @@
29854
29854
  };
29855
29855
  IgcGotFocusEventArgs.prototype._provideImplementation = function (i) {
29856
29856
  this._implementation = i;
29857
- this._implementation.externalObject = this;
29857
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
29858
29858
  this.onImplementationCreated();
29859
29859
  if (this._initializeAdapters) {
29860
29860
  this._initializeAdapters();
@@ -29866,7 +29866,7 @@
29866
29866
  var IgcLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
29867
29867
  function IgcLostFocusEventArgs() {
29868
29868
  this._implementation = this.createImplementation();
29869
- this._implementation.externalObject = this;
29869
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
29870
29870
  this.onImplementationCreated();
29871
29871
  if (this._initializeAdapters) {
29872
29872
  this._initializeAdapters();
@@ -29889,7 +29889,7 @@
29889
29889
  };
29890
29890
  IgcLostFocusEventArgs.prototype._provideImplementation = function (i) {
29891
29891
  this._implementation = i;
29892
- this._implementation.externalObject = this;
29892
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
29893
29893
  this.onImplementationCreated();
29894
29894
  if (this._initializeAdapters) {
29895
29895
  this._initializeAdapters();
@@ -41232,7 +41232,7 @@
41232
41232
  var IgcColorEditorPanelSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
41233
41233
  function IgcColorEditorPanelSelectedValueChangedEventArgs() {
41234
41234
  this._implementation = this.createImplementation();
41235
- this._implementation.externalObject = this;
41235
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
41236
41236
  this.onImplementationCreated();
41237
41237
  if (this._initializeAdapters) {
41238
41238
  this._initializeAdapters();
@@ -41255,7 +41255,7 @@
41255
41255
  };
41256
41256
  IgcColorEditorPanelSelectedValueChangedEventArgs.prototype._provideImplementation = function (i) {
41257
41257
  this._implementation = i;
41258
- this._implementation.externalObject = this;
41258
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
41259
41259
  this.onImplementationCreated();
41260
41260
  if (this._initializeAdapters) {
41261
41261
  this._initializeAdapters();
@@ -41287,7 +41287,7 @@
41287
41287
  var IgcColorEditorLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
41288
41288
  function IgcColorEditorLostFocusEventArgs() {
41289
41289
  this._implementation = this.createImplementation();
41290
- this._implementation.externalObject = this;
41290
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
41291
41291
  this.onImplementationCreated();
41292
41292
  if (this._initializeAdapters) {
41293
41293
  this._initializeAdapters();
@@ -41310,7 +41310,7 @@
41310
41310
  };
41311
41311
  IgcColorEditorLostFocusEventArgs.prototype._provideImplementation = function (i) {
41312
41312
  this._implementation = i;
41313
- this._implementation.externalObject = this;
41313
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
41314
41314
  this.onImplementationCreated();
41315
41315
  if (this._initializeAdapters) {
41316
41316
  this._initializeAdapters();
@@ -41322,7 +41322,7 @@
41322
41322
  var IgcColorEditorGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
41323
41323
  function IgcColorEditorGotFocusEventArgs() {
41324
41324
  this._implementation = this.createImplementation();
41325
- this._implementation.externalObject = this;
41325
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
41326
41326
  this.onImplementationCreated();
41327
41327
  if (this._initializeAdapters) {
41328
41328
  this._initializeAdapters();
@@ -41345,7 +41345,7 @@
41345
41345
  };
41346
41346
  IgcColorEditorGotFocusEventArgs.prototype._provideImplementation = function (i) {
41347
41347
  this._implementation = i;
41348
- this._implementation.externalObject = this;
41348
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
41349
41349
  this.onImplementationCreated();
41350
41350
  if (this._initializeAdapters) {
41351
41351
  this._initializeAdapters();
@@ -42524,7 +42524,7 @@
42524
42524
  var IgcMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
42525
42525
  function IgcMultiSliderTrackThumbRange() {
42526
42526
  this._implementation = this.createImplementation();
42527
- this._implementation.externalObject = this;
42527
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
42528
42528
  this.onImplementationCreated();
42529
42529
  if (this._initializeAdapters) {
42530
42530
  this._initializeAdapters();
@@ -42547,7 +42547,7 @@
42547
42547
  };
42548
42548
  IgcMultiSliderTrackThumbRange.prototype._provideImplementation = function (i) {
42549
42549
  this._implementation = i;
42550
- this._implementation.externalObject = this;
42550
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
42551
42551
  this.onImplementationCreated();
42552
42552
  if (this._initializeAdapters) {
42553
42553
  this._initializeAdapters();
@@ -42604,7 +42604,7 @@
42604
42604
  if (e) {
42605
42605
  e._implementation = r;
42606
42606
  }
42607
- r.externalObject = e;
42607
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
42608
42608
  }
42609
42609
  return r.externalObject;
42610
42610
  },
@@ -42625,7 +42625,7 @@
42625
42625
  if (e) {
42626
42626
  e._implementation = r;
42627
42627
  }
42628
- r.externalObject = e;
42628
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
42629
42629
  }
42630
42630
  return r.externalObject;
42631
42631
  },
@@ -42671,7 +42671,7 @@
42671
42671
  igniteuiWebcomponentsCore.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
42672
42672
  }
42673
42673
  _this._implementation = _this.createImplementation();
42674
- _this._implementation.externalObject = _this;
42674
+ Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
42675
42675
  _this.onImplementationCreated();
42676
42676
  if (_this._initializeAdapters) {
42677
42677
  _this._initializeAdapters();
@@ -42827,7 +42827,7 @@
42827
42827
  e.i.setNativeElement(r);
42828
42828
  }
42829
42829
  }
42830
- r.externalObject = e;
42830
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
42831
42831
  }
42832
42832
  return r.externalObject;
42833
42833
  },
@@ -42998,7 +42998,7 @@
42998
42998
  var IgcMultiSliderResolvingToolTipValueEventArgs = /** @class */ /*@__PURE__*/ (function () {
42999
42999
  function IgcMultiSliderResolvingToolTipValueEventArgs() {
43000
43000
  this._implementation = this.createImplementation();
43001
- this._implementation.externalObject = this;
43001
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
43002
43002
  this.onImplementationCreated();
43003
43003
  if (this._initializeAdapters) {
43004
43004
  this._initializeAdapters();
@@ -43021,7 +43021,7 @@
43021
43021
  };
43022
43022
  IgcMultiSliderResolvingToolTipValueEventArgs.prototype._provideImplementation = function (i) {
43023
43023
  this._implementation = i;
43024
- this._implementation.externalObject = this;
43024
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
43025
43025
  this.onImplementationCreated();
43026
43026
  if (this._initializeAdapters) {
43027
43027
  this._initializeAdapters();
@@ -43053,7 +43053,7 @@
43053
43053
  var IgcMultiSliderThumbValueChangingEventArgs = /** @class */ /*@__PURE__*/ (function () {
43054
43054
  function IgcMultiSliderThumbValueChangingEventArgs() {
43055
43055
  this._implementation = this.createImplementation();
43056
- this._implementation.externalObject = this;
43056
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
43057
43057
  this.onImplementationCreated();
43058
43058
  if (this._initializeAdapters) {
43059
43059
  this._initializeAdapters();
@@ -43076,7 +43076,7 @@
43076
43076
  };
43077
43077
  IgcMultiSliderThumbValueChangingEventArgs.prototype._provideImplementation = function (i) {
43078
43078
  this._implementation = i;
43079
- this._implementation.externalObject = this;
43079
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
43080
43080
  this.onImplementationCreated();
43081
43081
  if (this._initializeAdapters) {
43082
43082
  this._initializeAdapters();
@@ -43103,7 +43103,7 @@
43103
43103
  if (e) {
43104
43104
  e._implementation = r;
43105
43105
  }
43106
- r.externalObject = e;
43106
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
43107
43107
  }
43108
43108
  return r.externalObject;
43109
43109
  },
@@ -43119,7 +43119,7 @@
43119
43119
  var IgcMultiSliderYValueChangingEventArgs = /** @class */ /*@__PURE__*/ (function () {
43120
43120
  function IgcMultiSliderYValueChangingEventArgs() {
43121
43121
  this._implementation = this.createImplementation();
43122
- this._implementation.externalObject = this;
43122
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
43123
43123
  this.onImplementationCreated();
43124
43124
  if (this._initializeAdapters) {
43125
43125
  this._initializeAdapters();
@@ -43142,7 +43142,7 @@
43142
43142
  };
43143
43143
  IgcMultiSliderYValueChangingEventArgs.prototype._provideImplementation = function (i) {
43144
43144
  this._implementation = i;
43145
- this._implementation.externalObject = this;
43145
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
43146
43146
  this.onImplementationCreated();
43147
43147
  if (this._initializeAdapters) {
43148
43148
  this._initializeAdapters();
@@ -43189,7 +43189,7 @@
43189
43189
  igniteuiWebcomponentsCore.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
43190
43190
  }
43191
43191
  _this._implementation = _this.createImplementation();
43192
- _this._implementation.externalObject = _this;
43192
+ Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
43193
43193
  _this.onImplementationCreated();
43194
43194
  if (_this._initializeAdapters) {
43195
43195
  _this._initializeAdapters();
@@ -44096,7 +44096,7 @@
44096
44096
  var IgcCheckboxChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
44097
44097
  function IgcCheckboxChangeEventArgs() {
44098
44098
  this._implementation = this.createImplementation();
44099
- this._implementation.externalObject = this;
44099
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
44100
44100
  this.onImplementationCreated();
44101
44101
  if (this._initializeAdapters) {
44102
44102
  this._initializeAdapters();
@@ -44119,7 +44119,7 @@
44119
44119
  };
44120
44120
  IgcCheckboxChangeEventArgs.prototype._provideImplementation = function (i) {
44121
44121
  this._implementation = i;
44122
- this._implementation.externalObject = this;
44122
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
44123
44123
  this.onImplementationCreated();
44124
44124
  if (this._initializeAdapters) {
44125
44125
  this._initializeAdapters();
@@ -45005,7 +45005,7 @@
45005
45005
  var IgcButtonGroupSelectionChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
45006
45006
  function IgcButtonGroupSelectionChangedEventArgs() {
45007
45007
  this._implementation = this.createImplementation();
45008
- this._implementation.externalObject = this;
45008
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
45009
45009
  this.onImplementationCreated();
45010
45010
  if (this._initializeAdapters) {
45011
45011
  this._initializeAdapters();
@@ -45028,7 +45028,7 @@
45028
45028
  };
45029
45029
  IgcButtonGroupSelectionChangedEventArgs.prototype._provideImplementation = function (i) {
45030
45030
  this._implementation = i;
45031
- this._implementation.externalObject = this;
45031
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
45032
45032
  this.onImplementationCreated();
45033
45033
  if (this._initializeAdapters) {
45034
45034
  this._initializeAdapters();
@@ -47037,7 +47037,7 @@
47037
47037
  var IgcColorEditorPanelClosedEventArgs = /** @class */ /*@__PURE__*/ (function () {
47038
47038
  function IgcColorEditorPanelClosedEventArgs() {
47039
47039
  this._implementation = this.createImplementation();
47040
- this._implementation.externalObject = this;
47040
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
47041
47041
  this.onImplementationCreated();
47042
47042
  if (this._initializeAdapters) {
47043
47043
  this._initializeAdapters();
@@ -47060,7 +47060,7 @@
47060
47060
  };
47061
47061
  IgcColorEditorPanelClosedEventArgs.prototype._provideImplementation = function (i) {
47062
47062
  this._implementation = i;
47063
- this._implementation.externalObject = this;
47063
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
47064
47064
  this.onImplementationCreated();
47065
47065
  if (this._initializeAdapters) {
47066
47066
  this._initializeAdapters();