igniteui-webcomponents-dashboards 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 (23) hide show
  1. package/bundles/igniteui-webcomponents-dashboards.umd.js +30 -30
  2. package/bundles/igniteui-webcomponents-dashboards.umd.min.js +1 -1
  3. package/esm2015/lib/igc-dashboard-tile-changing-content-event-args.js +2 -2
  4. package/esm2015/lib/igc-dashboard-tile-component.js +12 -12
  5. package/esm2015/lib/igc-dashboard-tile-customization-component.js +1 -1
  6. package/esm2015/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +2 -2
  7. package/esm2015/lib/igc-dashboard-tile-group-description-collection.js +3 -3
  8. package/esm2015/lib/igc-dashboard-tile-sort-description-collection.js +3 -3
  9. package/esm2015/lib/igc-dashboard-tile-sort-description.js +2 -2
  10. package/esm2015/lib/igc-dashboard-tile-summary-description-collection.js +3 -3
  11. package/esm2015/lib/igc-dashboard-tile-summary-description.js +2 -2
  12. package/esm5/lib/igc-dashboard-tile-changing-content-event-args.js +2 -2
  13. package/esm5/lib/igc-dashboard-tile-component.js +12 -12
  14. package/esm5/lib/igc-dashboard-tile-customization-component.js +1 -1
  15. package/esm5/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +2 -2
  16. package/esm5/lib/igc-dashboard-tile-group-description-collection.js +3 -3
  17. package/esm5/lib/igc-dashboard-tile-sort-description-collection.js +3 -3
  18. package/esm5/lib/igc-dashboard-tile-sort-description.js +2 -2
  19. package/esm5/lib/igc-dashboard-tile-summary-description-collection.js +3 -3
  20. package/esm5/lib/igc-dashboard-tile-summary-description.js +2 -2
  21. package/fesm2015/igniteui-webcomponents-dashboards.js +30 -30
  22. package/fesm5/igniteui-webcomponents-dashboards.js +30 -30
  23. package/package.json +8 -8
@@ -5796,7 +5796,7 @@ class IgcDashboardTileFilterStringErrorsParsingEventArgs {
5796
5796
  }
5797
5797
  constructor() {
5798
5798
  this._implementation = this.createImplementation();
5799
- this._implementation.externalObject = this;
5799
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
5800
5800
  this.onImplementationCreated();
5801
5801
  if (this._initializeAdapters) {
5802
5802
  this._initializeAdapters();
@@ -5804,7 +5804,7 @@ class IgcDashboardTileFilterStringErrorsParsingEventArgs {
5804
5804
  }
5805
5805
  _provideImplementation(i) {
5806
5806
  this._implementation = i;
5807
- this._implementation.externalObject = this;
5807
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
5808
5808
  this.onImplementationCreated();
5809
5809
  if (this._initializeAdapters) {
5810
5810
  this._initializeAdapters();
@@ -5846,7 +5846,7 @@ class IgcDashboardTileSummaryDescription {
5846
5846
  this._provideCalculator = null;
5847
5847
  this._provideCalculator_wrapped = null;
5848
5848
  this._implementation = this.createImplementation();
5849
- this._implementation.externalObject = this;
5849
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
5850
5850
  this.onImplementationCreated();
5851
5851
  if (this._initializeAdapters) {
5852
5852
  this._initializeAdapters();
@@ -5854,7 +5854,7 @@ class IgcDashboardTileSummaryDescription {
5854
5854
  }
5855
5855
  _provideImplementation(i) {
5856
5856
  this._implementation = i;
5857
- this._implementation.externalObject = this;
5857
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
5858
5858
  this.onImplementationCreated();
5859
5859
  if (this._initializeAdapters) {
5860
5860
  this._initializeAdapters();
@@ -5944,7 +5944,7 @@ class IgcDashboardTileSummaryDescriptionCollection {
5944
5944
  }
5945
5945
  constructor() {
5946
5946
  this._implementation = this.createImplementation();
5947
- this._implementation.externalObject = this;
5947
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
5948
5948
  this.onImplementationCreated();
5949
5949
  if (this._initializeAdapters) {
5950
5950
  this._initializeAdapters();
@@ -5952,7 +5952,7 @@ class IgcDashboardTileSummaryDescriptionCollection {
5952
5952
  }
5953
5953
  _provideImplementation(i) {
5954
5954
  this._implementation = i;
5955
- this._implementation.externalObject = this;
5955
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
5956
5956
  this.onImplementationCreated();
5957
5957
  if (this._initializeAdapters) {
5958
5958
  this._initializeAdapters();
@@ -6003,7 +6003,7 @@ class IgcDashboardTileSummaryDescriptionCollection {
6003
6003
  if (iv) {
6004
6004
  let e = new IgcDashboardTileSummaryDescription();
6005
6005
  e._implementation = iv;
6006
- iv.externalObject = e;
6006
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
6007
6007
  ret = e;
6008
6008
  }
6009
6009
  }
@@ -6028,7 +6028,7 @@ class IgcDashboardTileSortDescription {
6028
6028
  }
6029
6029
  constructor() {
6030
6030
  this._implementation = this.createImplementation();
6031
- this._implementation.externalObject = this;
6031
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6032
6032
  this.onImplementationCreated();
6033
6033
  if (this._initializeAdapters) {
6034
6034
  this._initializeAdapters();
@@ -6036,7 +6036,7 @@ class IgcDashboardTileSortDescription {
6036
6036
  }
6037
6037
  _provideImplementation(i) {
6038
6038
  this._implementation = i;
6039
- this._implementation.externalObject = this;
6039
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6040
6040
  this.onImplementationCreated();
6041
6041
  if (this._initializeAdapters) {
6042
6042
  this._initializeAdapters();
@@ -6096,7 +6096,7 @@ class IgcDashboardTileSortDescriptionCollection {
6096
6096
  }
6097
6097
  constructor() {
6098
6098
  this._implementation = this.createImplementation();
6099
- this._implementation.externalObject = this;
6099
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6100
6100
  this.onImplementationCreated();
6101
6101
  if (this._initializeAdapters) {
6102
6102
  this._initializeAdapters();
@@ -6104,7 +6104,7 @@ class IgcDashboardTileSortDescriptionCollection {
6104
6104
  }
6105
6105
  _provideImplementation(i) {
6106
6106
  this._implementation = i;
6107
- this._implementation.externalObject = this;
6107
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6108
6108
  this.onImplementationCreated();
6109
6109
  if (this._initializeAdapters) {
6110
6110
  this._initializeAdapters();
@@ -6155,7 +6155,7 @@ class IgcDashboardTileSortDescriptionCollection {
6155
6155
  if (iv) {
6156
6156
  let e = new IgcDashboardTileSortDescription();
6157
6157
  e._implementation = iv;
6158
- iv.externalObject = e;
6158
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
6159
6159
  ret = e;
6160
6160
  }
6161
6161
  }
@@ -6214,7 +6214,7 @@ let IgcDashboardTileCustomizationComponent = /*@__PURE__*/ (() => {
6214
6214
  NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
6215
6215
  }
6216
6216
  this._implementation = this.createImplementation();
6217
- this._implementation.externalObject = this;
6217
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6218
6218
  this.onImplementationCreated();
6219
6219
  if (this._initializeAdapters) {
6220
6220
  this._initializeAdapters();
@@ -6494,7 +6494,7 @@ class IgcDashboardTileChangingContentEventArgs {
6494
6494
  }
6495
6495
  constructor() {
6496
6496
  this._implementation = this.createImplementation();
6497
- this._implementation.externalObject = this;
6497
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6498
6498
  this.onImplementationCreated();
6499
6499
  if (this._initializeAdapters) {
6500
6500
  this._initializeAdapters();
@@ -6502,7 +6502,7 @@ class IgcDashboardTileChangingContentEventArgs {
6502
6502
  }
6503
6503
  _provideImplementation(i) {
6504
6504
  this._implementation = i;
6505
- this._implementation.externalObject = this;
6505
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6506
6506
  this.onImplementationCreated();
6507
6507
  if (this._initializeAdapters) {
6508
6508
  this._initializeAdapters();
@@ -6790,7 +6790,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
6790
6790
  e.i.setNativeElement(r);
6791
6791
  }
6792
6792
  }
6793
- r.externalObject = e;
6793
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
6794
6794
  }
6795
6795
  return r.externalObject;
6796
6796
  }
@@ -6812,7 +6812,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
6812
6812
  e.i.setNativeElement(r);
6813
6813
  }
6814
6814
  }
6815
- r.externalObject = e;
6815
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
6816
6816
  }
6817
6817
  return r.externalObject;
6818
6818
  }
@@ -6834,7 +6834,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
6834
6834
  e.i.setNativeElement(r);
6835
6835
  }
6836
6836
  }
6837
- r.externalObject = e;
6837
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
6838
6838
  }
6839
6839
  return r.externalObject;
6840
6840
  }
@@ -6856,7 +6856,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
6856
6856
  e.i.setNativeElement(r);
6857
6857
  }
6858
6858
  }
6859
- r.externalObject = e;
6859
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
6860
6860
  }
6861
6861
  return r.externalObject;
6862
6862
  }
@@ -6878,7 +6878,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
6878
6878
  e.i.setNativeElement(r);
6879
6879
  }
6880
6880
  }
6881
- r.externalObject = e;
6881
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
6882
6882
  }
6883
6883
  return r.externalObject;
6884
6884
  }
@@ -6900,7 +6900,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
6900
6900
  e.i.setNativeElement(r);
6901
6901
  }
6902
6902
  }
6903
- r.externalObject = e;
6903
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
6904
6904
  }
6905
6905
  return r.externalObject;
6906
6906
  }
@@ -6976,7 +6976,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
6976
6976
  e.i.setNativeElement(r);
6977
6977
  }
6978
6978
  }
6979
- r.externalObject = e;
6979
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
6980
6980
  }
6981
6981
  return r.externalObject;
6982
6982
  }
@@ -6995,7 +6995,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
6995
6995
  e.i.setNativeElement(r);
6996
6996
  }
6997
6997
  }
6998
- r.externalObject = e;
6998
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
6999
6999
  }
7000
7000
  return r.externalObject;
7001
7001
  }
@@ -7017,7 +7017,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
7017
7017
  e.i.setNativeElement(r);
7018
7018
  }
7019
7019
  }
7020
- r.externalObject = e;
7020
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
7021
7021
  }
7022
7022
  return r.externalObject;
7023
7023
  }
@@ -7039,7 +7039,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
7039
7039
  e.i.setNativeElement(r);
7040
7040
  }
7041
7041
  }
7042
- r.externalObject = e;
7042
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
7043
7043
  }
7044
7044
  return r.externalObject;
7045
7045
  }
@@ -7061,7 +7061,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
7061
7061
  e.i.setNativeElement(r);
7062
7062
  }
7063
7063
  }
7064
- r.externalObject = e;
7064
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
7065
7065
  }
7066
7066
  return r.externalObject;
7067
7067
  }
@@ -7083,7 +7083,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
7083
7083
  e.i.setNativeElement(r);
7084
7084
  }
7085
7085
  }
7086
- r.externalObject = e;
7086
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
7087
7087
  }
7088
7088
  return r.externalObject;
7089
7089
  }
@@ -8307,7 +8307,7 @@ class IgcDashboardTileGroupDescriptionCollection {
8307
8307
  }
8308
8308
  constructor() {
8309
8309
  this._implementation = this.createImplementation();
8310
- this._implementation.externalObject = this;
8310
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
8311
8311
  this.onImplementationCreated();
8312
8312
  if (this._initializeAdapters) {
8313
8313
  this._initializeAdapters();
@@ -8315,7 +8315,7 @@ class IgcDashboardTileGroupDescriptionCollection {
8315
8315
  }
8316
8316
  _provideImplementation(i) {
8317
8317
  this._implementation = i;
8318
- this._implementation.externalObject = this;
8318
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
8319
8319
  this.onImplementationCreated();
8320
8320
  if (this._initializeAdapters) {
8321
8321
  this._initializeAdapters();
@@ -8357,7 +8357,7 @@ class IgcDashboardTileGroupDescriptionCollection {
8357
8357
  if (iv) {
8358
8358
  let e = new IgcDashboardTileGroupDescription();
8359
8359
  e._implementation = iv;
8360
- iv.externalObject = e;
8360
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8361
8361
  ret = e;
8362
8362
  }
8363
8363
  }
@@ -6814,7 +6814,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6814
6814
  var IgcDashboardTileFilterStringErrorsParsingEventArgs = /** @class */ /*@__PURE__*/ (function () {
6815
6815
  function IgcDashboardTileFilterStringErrorsParsingEventArgs() {
6816
6816
  this._implementation = this.createImplementation();
6817
- this._implementation.externalObject = this;
6817
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6818
6818
  this.onImplementationCreated();
6819
6819
  if (this._initializeAdapters) {
6820
6820
  this._initializeAdapters();
@@ -6837,7 +6837,7 @@ var IgcDashboardTileFilterStringErrorsParsingEventArgs = /** @class */ /*@__PURE
6837
6837
  };
6838
6838
  IgcDashboardTileFilterStringErrorsParsingEventArgs.prototype._provideImplementation = function (i) {
6839
6839
  this._implementation = i;
6840
- this._implementation.externalObject = this;
6840
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6841
6841
  this.onImplementationCreated();
6842
6842
  if (this._initializeAdapters) {
6843
6843
  this._initializeAdapters();
@@ -6877,7 +6877,7 @@ var IgcDashboardTileSummaryDescription = /** @class */ /*@__PURE__*/ (function (
6877
6877
  this._provideCalculator = null;
6878
6878
  this._provideCalculator_wrapped = null;
6879
6879
  this._implementation = this.createImplementation();
6880
- this._implementation.externalObject = this;
6880
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6881
6881
  this.onImplementationCreated();
6882
6882
  if (this._initializeAdapters) {
6883
6883
  this._initializeAdapters();
@@ -6900,7 +6900,7 @@ var IgcDashboardTileSummaryDescription = /** @class */ /*@__PURE__*/ (function (
6900
6900
  };
6901
6901
  IgcDashboardTileSummaryDescription.prototype._provideImplementation = function (i) {
6902
6902
  this._implementation = i;
6903
- this._implementation.externalObject = this;
6903
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6904
6904
  this.onImplementationCreated();
6905
6905
  if (this._initializeAdapters) {
6906
6906
  this._initializeAdapters();
@@ -7001,7 +7001,7 @@ var IgcDashboardTileSummaryDescription = /** @class */ /*@__PURE__*/ (function (
7001
7001
  var IgcDashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
7002
7002
  function IgcDashboardTileSummaryDescriptionCollection() {
7003
7003
  this._implementation = this.createImplementation();
7004
- this._implementation.externalObject = this;
7004
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7005
7005
  this.onImplementationCreated();
7006
7006
  if (this._initializeAdapters) {
7007
7007
  this._initializeAdapters();
@@ -7024,7 +7024,7 @@ var IgcDashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (
7024
7024
  };
7025
7025
  IgcDashboardTileSummaryDescriptionCollection.prototype._provideImplementation = function (i) {
7026
7026
  this._implementation = i;
7027
- this._implementation.externalObject = this;
7027
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7028
7028
  this.onImplementationCreated();
7029
7029
  if (this._initializeAdapters) {
7030
7030
  this._initializeAdapters();
@@ -7079,7 +7079,7 @@ var IgcDashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (
7079
7079
  if (iv) {
7080
7080
  var e = new IgcDashboardTileSummaryDescription();
7081
7081
  e._implementation = iv;
7082
- iv.externalObject = e;
7082
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
7083
7083
  ret = e;
7084
7084
  }
7085
7085
  }
@@ -7094,7 +7094,7 @@ var IgcDashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (
7094
7094
  var IgcDashboardTileSortDescription = /** @class */ /*@__PURE__*/ (function () {
7095
7095
  function IgcDashboardTileSortDescription() {
7096
7096
  this._implementation = this.createImplementation();
7097
- this._implementation.externalObject = this;
7097
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7098
7098
  this.onImplementationCreated();
7099
7099
  if (this._initializeAdapters) {
7100
7100
  this._initializeAdapters();
@@ -7117,7 +7117,7 @@ var IgcDashboardTileSortDescription = /** @class */ /*@__PURE__*/ (function () {
7117
7117
  };
7118
7118
  IgcDashboardTileSortDescription.prototype._provideImplementation = function (i) {
7119
7119
  this._implementation = i;
7120
- this._implementation.externalObject = this;
7120
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7121
7121
  this.onImplementationCreated();
7122
7122
  if (this._initializeAdapters) {
7123
7123
  this._initializeAdapters();
@@ -7175,7 +7175,7 @@ var IgcDashboardTileSortDescription = /** @class */ /*@__PURE__*/ (function () {
7175
7175
  var IgcDashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
7176
7176
  function IgcDashboardTileSortDescriptionCollection() {
7177
7177
  this._implementation = this.createImplementation();
7178
- this._implementation.externalObject = this;
7178
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7179
7179
  this.onImplementationCreated();
7180
7180
  if (this._initializeAdapters) {
7181
7181
  this._initializeAdapters();
@@ -7198,7 +7198,7 @@ var IgcDashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (fun
7198
7198
  };
7199
7199
  IgcDashboardTileSortDescriptionCollection.prototype._provideImplementation = function (i) {
7200
7200
  this._implementation = i;
7201
- this._implementation.externalObject = this;
7201
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7202
7202
  this.onImplementationCreated();
7203
7203
  if (this._initializeAdapters) {
7204
7204
  this._initializeAdapters();
@@ -7253,7 +7253,7 @@ var IgcDashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (fun
7253
7253
  if (iv) {
7254
7254
  var e = new IgcDashboardTileSortDescription();
7255
7255
  e._implementation = iv;
7256
- iv.externalObject = e;
7256
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
7257
7257
  ret = e;
7258
7258
  }
7259
7259
  }
@@ -7286,7 +7286,7 @@ var IgcDashboardTileCustomizationComponent = /** @class */ /*@__PURE__*/ (functi
7286
7286
  NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
7287
7287
  }
7288
7288
  _this._implementation = _this.createImplementation();
7289
- _this._implementation.externalObject = _this;
7289
+ Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
7290
7290
  _this.onImplementationCreated();
7291
7291
  if (_this._initializeAdapters) {
7292
7292
  _this._initializeAdapters();
@@ -7637,7 +7637,7 @@ var IgcDashboardTileCustomizationCollection = /** @class */ /*@__PURE__*/ (funct
7637
7637
  var IgcDashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (function () {
7638
7638
  function IgcDashboardTileChangingContentEventArgs() {
7639
7639
  this._implementation = this.createImplementation();
7640
- this._implementation.externalObject = this;
7640
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7641
7641
  this.onImplementationCreated();
7642
7642
  if (this._initializeAdapters) {
7643
7643
  this._initializeAdapters();
@@ -7660,7 +7660,7 @@ var IgcDashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (func
7660
7660
  };
7661
7661
  IgcDashboardTileChangingContentEventArgs.prototype._provideImplementation = function (i) {
7662
7662
  this._implementation = i;
7663
- this._implementation.externalObject = this;
7663
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7664
7664
  this.onImplementationCreated();
7665
7665
  if (this._initializeAdapters) {
7666
7666
  this._initializeAdapters();
@@ -8005,7 +8005,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8005
8005
  e.i.setNativeElement(r);
8006
8006
  }
8007
8007
  }
8008
- r.externalObject = e;
8008
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8009
8009
  }
8010
8010
  return r.externalObject;
8011
8011
  },
@@ -8031,7 +8031,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8031
8031
  e.i.setNativeElement(r);
8032
8032
  }
8033
8033
  }
8034
- r.externalObject = e;
8034
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8035
8035
  }
8036
8036
  return r.externalObject;
8037
8037
  },
@@ -8057,7 +8057,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8057
8057
  e.i.setNativeElement(r);
8058
8058
  }
8059
8059
  }
8060
- r.externalObject = e;
8060
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8061
8061
  }
8062
8062
  return r.externalObject;
8063
8063
  },
@@ -8083,7 +8083,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8083
8083
  e.i.setNativeElement(r);
8084
8084
  }
8085
8085
  }
8086
- r.externalObject = e;
8086
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8087
8087
  }
8088
8088
  return r.externalObject;
8089
8089
  },
@@ -8109,7 +8109,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8109
8109
  e.i.setNativeElement(r);
8110
8110
  }
8111
8111
  }
8112
- r.externalObject = e;
8112
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8113
8113
  }
8114
8114
  return r.externalObject;
8115
8115
  },
@@ -8135,7 +8135,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8135
8135
  e.i.setNativeElement(r);
8136
8136
  }
8137
8137
  }
8138
- r.externalObject = e;
8138
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8139
8139
  }
8140
8140
  return r.externalObject;
8141
8141
  },
@@ -8239,7 +8239,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8239
8239
  e.i.setNativeElement(r);
8240
8240
  }
8241
8241
  }
8242
- r.externalObject = e;
8242
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8243
8243
  }
8244
8244
  return r.externalObject;
8245
8245
  },
@@ -8262,7 +8262,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8262
8262
  e.i.setNativeElement(r);
8263
8263
  }
8264
8264
  }
8265
- r.externalObject = e;
8265
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8266
8266
  }
8267
8267
  return r.externalObject;
8268
8268
  },
@@ -8288,7 +8288,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8288
8288
  e.i.setNativeElement(r);
8289
8289
  }
8290
8290
  }
8291
- r.externalObject = e;
8291
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8292
8292
  }
8293
8293
  return r.externalObject;
8294
8294
  },
@@ -8314,7 +8314,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8314
8314
  e.i.setNativeElement(r);
8315
8315
  }
8316
8316
  }
8317
- r.externalObject = e;
8317
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8318
8318
  }
8319
8319
  return r.externalObject;
8320
8320
  },
@@ -8340,7 +8340,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8340
8340
  e.i.setNativeElement(r);
8341
8341
  }
8342
8342
  }
8343
- r.externalObject = e;
8343
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8344
8344
  }
8345
8345
  return r.externalObject;
8346
8346
  },
@@ -8366,7 +8366,7 @@ var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_super) {
8366
8366
  e.i.setNativeElement(r);
8367
8367
  }
8368
8368
  }
8369
- r.externalObject = e;
8369
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8370
8370
  }
8371
8371
  return r.externalObject;
8372
8372
  },
@@ -9824,7 +9824,7 @@ var DashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (funct
9824
9824
  var IgcDashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
9825
9825
  function IgcDashboardTileGroupDescriptionCollection() {
9826
9826
  this._implementation = this.createImplementation();
9827
- this._implementation.externalObject = this;
9827
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
9828
9828
  this.onImplementationCreated();
9829
9829
  if (this._initializeAdapters) {
9830
9830
  this._initializeAdapters();
@@ -9847,7 +9847,7 @@ var IgcDashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (fu
9847
9847
  };
9848
9848
  IgcDashboardTileGroupDescriptionCollection.prototype._provideImplementation = function (i) {
9849
9849
  this._implementation = i;
9850
- this._implementation.externalObject = this;
9850
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
9851
9851
  this.onImplementationCreated();
9852
9852
  if (this._initializeAdapters) {
9853
9853
  this._initializeAdapters();
@@ -9889,7 +9889,7 @@ var IgcDashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (fu
9889
9889
  if (iv) {
9890
9890
  var e = new IgcDashboardTileGroupDescription();
9891
9891
  e._implementation = iv;
9892
- iv.externalObject = e;
9892
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
9893
9893
  ret = e;
9894
9894
  }
9895
9895
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-dashboards",
3
- "version": "7.1.0",
3
+ "version": "7.1.1-beta.0",
4
4
  "description": "Ignite UI Web Components layout components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-dashboards",
6
6
  "keywords": [
@@ -15,13 +15,13 @@
15
15
  "tslib": "^2.3.1"
16
16
  },
17
17
  "peerDependencies": {
18
- "igniteui-webcomponents-core": "7.1.0",
19
- "igniteui-webcomponents-inputs": "7.1.0",
20
- "igniteui-webcomponents-layouts": "7.1.0",
21
- "igniteui-webcomponents-data-grids": "7.1.0",
22
- "igniteui-webcomponents-maps": "7.1.0",
23
- "igniteui-webcomponents-gauges": "7.1.0",
24
- "igniteui-webcomponents-charts": "7.1.0"
18
+ "igniteui-webcomponents-core": "7.1.1-beta.0",
19
+ "igniteui-webcomponents-inputs": "7.1.1-beta.0",
20
+ "igniteui-webcomponents-layouts": "7.1.1-beta.0",
21
+ "igniteui-webcomponents-data-grids": "7.1.1-beta.0",
22
+ "igniteui-webcomponents-maps": "7.1.1-beta.0",
23
+ "igniteui-webcomponents-gauges": "7.1.1-beta.0",
24
+ "igniteui-webcomponents-charts": "7.1.1-beta.0"
25
25
  },
26
26
  "sideEffects": false,
27
27
  "typings": "igniteui-webcomponents-dashboards.d.ts",