igniteui-webcomponents-dashboards 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 (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
@@ -6811,7 +6811,7 @@
6811
6811
  var IgcDashboardTileFilterStringErrorsParsingEventArgs = /** @class */ /*@__PURE__*/ (function () {
6812
6812
  function IgcDashboardTileFilterStringErrorsParsingEventArgs() {
6813
6813
  this._implementation = this.createImplementation();
6814
- this._implementation.externalObject = this;
6814
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6815
6815
  this.onImplementationCreated();
6816
6816
  if (this._initializeAdapters) {
6817
6817
  this._initializeAdapters();
@@ -6834,7 +6834,7 @@
6834
6834
  };
6835
6835
  IgcDashboardTileFilterStringErrorsParsingEventArgs.prototype._provideImplementation = function (i) {
6836
6836
  this._implementation = i;
6837
- this._implementation.externalObject = this;
6837
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6838
6838
  this.onImplementationCreated();
6839
6839
  if (this._initializeAdapters) {
6840
6840
  this._initializeAdapters();
@@ -6874,7 +6874,7 @@
6874
6874
  this._provideCalculator = null;
6875
6875
  this._provideCalculator_wrapped = null;
6876
6876
  this._implementation = this.createImplementation();
6877
- this._implementation.externalObject = this;
6877
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6878
6878
  this.onImplementationCreated();
6879
6879
  if (this._initializeAdapters) {
6880
6880
  this._initializeAdapters();
@@ -6897,7 +6897,7 @@
6897
6897
  };
6898
6898
  IgcDashboardTileSummaryDescription.prototype._provideImplementation = function (i) {
6899
6899
  this._implementation = i;
6900
- this._implementation.externalObject = this;
6900
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
6901
6901
  this.onImplementationCreated();
6902
6902
  if (this._initializeAdapters) {
6903
6903
  this._initializeAdapters();
@@ -6998,7 +6998,7 @@
6998
6998
  var IgcDashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
6999
6999
  function IgcDashboardTileSummaryDescriptionCollection() {
7000
7000
  this._implementation = this.createImplementation();
7001
- this._implementation.externalObject = this;
7001
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7002
7002
  this.onImplementationCreated();
7003
7003
  if (this._initializeAdapters) {
7004
7004
  this._initializeAdapters();
@@ -7021,7 +7021,7 @@
7021
7021
  };
7022
7022
  IgcDashboardTileSummaryDescriptionCollection.prototype._provideImplementation = function (i) {
7023
7023
  this._implementation = i;
7024
- this._implementation.externalObject = this;
7024
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7025
7025
  this.onImplementationCreated();
7026
7026
  if (this._initializeAdapters) {
7027
7027
  this._initializeAdapters();
@@ -7076,7 +7076,7 @@
7076
7076
  if (iv) {
7077
7077
  var e = new IgcDashboardTileSummaryDescription();
7078
7078
  e._implementation = iv;
7079
- iv.externalObject = e;
7079
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
7080
7080
  ret = e;
7081
7081
  }
7082
7082
  }
@@ -7091,7 +7091,7 @@
7091
7091
  var IgcDashboardTileSortDescription = /** @class */ /*@__PURE__*/ (function () {
7092
7092
  function IgcDashboardTileSortDescription() {
7093
7093
  this._implementation = this.createImplementation();
7094
- this._implementation.externalObject = this;
7094
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7095
7095
  this.onImplementationCreated();
7096
7096
  if (this._initializeAdapters) {
7097
7097
  this._initializeAdapters();
@@ -7114,7 +7114,7 @@
7114
7114
  };
7115
7115
  IgcDashboardTileSortDescription.prototype._provideImplementation = function (i) {
7116
7116
  this._implementation = i;
7117
- this._implementation.externalObject = this;
7117
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7118
7118
  this.onImplementationCreated();
7119
7119
  if (this._initializeAdapters) {
7120
7120
  this._initializeAdapters();
@@ -7172,7 +7172,7 @@
7172
7172
  var IgcDashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
7173
7173
  function IgcDashboardTileSortDescriptionCollection() {
7174
7174
  this._implementation = this.createImplementation();
7175
- this._implementation.externalObject = this;
7175
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7176
7176
  this.onImplementationCreated();
7177
7177
  if (this._initializeAdapters) {
7178
7178
  this._initializeAdapters();
@@ -7195,7 +7195,7 @@
7195
7195
  };
7196
7196
  IgcDashboardTileSortDescriptionCollection.prototype._provideImplementation = function (i) {
7197
7197
  this._implementation = i;
7198
- this._implementation.externalObject = this;
7198
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7199
7199
  this.onImplementationCreated();
7200
7200
  if (this._initializeAdapters) {
7201
7201
  this._initializeAdapters();
@@ -7250,7 +7250,7 @@
7250
7250
  if (iv) {
7251
7251
  var e = new IgcDashboardTileSortDescription();
7252
7252
  e._implementation = iv;
7253
- iv.externalObject = e;
7253
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
7254
7254
  ret = e;
7255
7255
  }
7256
7256
  }
@@ -7283,7 +7283,7 @@
7283
7283
  igniteuiWebcomponentsCore.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
7284
7284
  }
7285
7285
  _this._implementation = _this.createImplementation();
7286
- _this._implementation.externalObject = _this;
7286
+ Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
7287
7287
  _this.onImplementationCreated();
7288
7288
  if (_this._initializeAdapters) {
7289
7289
  _this._initializeAdapters();
@@ -7634,7 +7634,7 @@
7634
7634
  var IgcDashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (function () {
7635
7635
  function IgcDashboardTileChangingContentEventArgs() {
7636
7636
  this._implementation = this.createImplementation();
7637
- this._implementation.externalObject = this;
7637
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7638
7638
  this.onImplementationCreated();
7639
7639
  if (this._initializeAdapters) {
7640
7640
  this._initializeAdapters();
@@ -7657,7 +7657,7 @@
7657
7657
  };
7658
7658
  IgcDashboardTileChangingContentEventArgs.prototype._provideImplementation = function (i) {
7659
7659
  this._implementation = i;
7660
- this._implementation.externalObject = this;
7660
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
7661
7661
  this.onImplementationCreated();
7662
7662
  if (this._initializeAdapters) {
7663
7663
  this._initializeAdapters();
@@ -8002,7 +8002,7 @@
8002
8002
  e.i.setNativeElement(r);
8003
8003
  }
8004
8004
  }
8005
- r.externalObject = e;
8005
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8006
8006
  }
8007
8007
  return r.externalObject;
8008
8008
  },
@@ -8028,7 +8028,7 @@
8028
8028
  e.i.setNativeElement(r);
8029
8029
  }
8030
8030
  }
8031
- r.externalObject = e;
8031
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8032
8032
  }
8033
8033
  return r.externalObject;
8034
8034
  },
@@ -8054,7 +8054,7 @@
8054
8054
  e.i.setNativeElement(r);
8055
8055
  }
8056
8056
  }
8057
- r.externalObject = e;
8057
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8058
8058
  }
8059
8059
  return r.externalObject;
8060
8060
  },
@@ -8080,7 +8080,7 @@
8080
8080
  e.i.setNativeElement(r);
8081
8081
  }
8082
8082
  }
8083
- r.externalObject = e;
8083
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8084
8084
  }
8085
8085
  return r.externalObject;
8086
8086
  },
@@ -8106,7 +8106,7 @@
8106
8106
  e.i.setNativeElement(r);
8107
8107
  }
8108
8108
  }
8109
- r.externalObject = e;
8109
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8110
8110
  }
8111
8111
  return r.externalObject;
8112
8112
  },
@@ -8132,7 +8132,7 @@
8132
8132
  e.i.setNativeElement(r);
8133
8133
  }
8134
8134
  }
8135
- r.externalObject = e;
8135
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8136
8136
  }
8137
8137
  return r.externalObject;
8138
8138
  },
@@ -8236,7 +8236,7 @@
8236
8236
  e.i.setNativeElement(r);
8237
8237
  }
8238
8238
  }
8239
- r.externalObject = e;
8239
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8240
8240
  }
8241
8241
  return r.externalObject;
8242
8242
  },
@@ -8259,7 +8259,7 @@
8259
8259
  e.i.setNativeElement(r);
8260
8260
  }
8261
8261
  }
8262
- r.externalObject = e;
8262
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8263
8263
  }
8264
8264
  return r.externalObject;
8265
8265
  },
@@ -8285,7 +8285,7 @@
8285
8285
  e.i.setNativeElement(r);
8286
8286
  }
8287
8287
  }
8288
- r.externalObject = e;
8288
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8289
8289
  }
8290
8290
  return r.externalObject;
8291
8291
  },
@@ -8311,7 +8311,7 @@
8311
8311
  e.i.setNativeElement(r);
8312
8312
  }
8313
8313
  }
8314
- r.externalObject = e;
8314
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8315
8315
  }
8316
8316
  return r.externalObject;
8317
8317
  },
@@ -8337,7 +8337,7 @@
8337
8337
  e.i.setNativeElement(r);
8338
8338
  }
8339
8339
  }
8340
- r.externalObject = e;
8340
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8341
8341
  }
8342
8342
  return r.externalObject;
8343
8343
  },
@@ -8363,7 +8363,7 @@
8363
8363
  e.i.setNativeElement(r);
8364
8364
  }
8365
8365
  }
8366
- r.externalObject = e;
8366
+ Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
8367
8367
  }
8368
8368
  return r.externalObject;
8369
8369
  },
@@ -9821,7 +9821,7 @@
9821
9821
  var IgcDashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
9822
9822
  function IgcDashboardTileGroupDescriptionCollection() {
9823
9823
  this._implementation = this.createImplementation();
9824
- this._implementation.externalObject = this;
9824
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
9825
9825
  this.onImplementationCreated();
9826
9826
  if (this._initializeAdapters) {
9827
9827
  this._initializeAdapters();
@@ -9844,7 +9844,7 @@
9844
9844
  };
9845
9845
  IgcDashboardTileGroupDescriptionCollection.prototype._provideImplementation = function (i) {
9846
9846
  this._implementation = i;
9847
- this._implementation.externalObject = this;
9847
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
9848
9848
  this.onImplementationCreated();
9849
9849
  if (this._initializeAdapters) {
9850
9850
  this._initializeAdapters();
@@ -9886,7 +9886,7 @@
9886
9886
  if (iv) {
9887
9887
  var e = new IgcDashboardTileGroupDescription();
9888
9888
  e._implementation = iv;
9889
- iv.externalObject = e;
9889
+ Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
9890
9890
  ret = e;
9891
9891
  }
9892
9892
  }