igniteui-webcomponents-dashboards 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.
- package/bundles/igniteui-webcomponents-dashboards.umd.js +30 -30
- package/bundles/igniteui-webcomponents-dashboards.umd.min.js +1 -1
- package/esm2015/lib/igc-dashboard-tile-changing-content-event-args.js +2 -2
- package/esm2015/lib/igc-dashboard-tile-component.js +12 -12
- package/esm2015/lib/igc-dashboard-tile-customization-component.js +1 -1
- package/esm2015/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +2 -2
- package/esm2015/lib/igc-dashboard-tile-group-description-collection.js +3 -3
- package/esm2015/lib/igc-dashboard-tile-sort-description-collection.js +3 -3
- package/esm2015/lib/igc-dashboard-tile-sort-description.js +2 -2
- package/esm2015/lib/igc-dashboard-tile-summary-description-collection.js +3 -3
- package/esm2015/lib/igc-dashboard-tile-summary-description.js +2 -2
- package/esm5/lib/igc-dashboard-tile-changing-content-event-args.js +2 -2
- package/esm5/lib/igc-dashboard-tile-component.js +12 -12
- package/esm5/lib/igc-dashboard-tile-customization-component.js +1 -1
- package/esm5/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +2 -2
- package/esm5/lib/igc-dashboard-tile-group-description-collection.js +3 -3
- package/esm5/lib/igc-dashboard-tile-sort-description-collection.js +3 -3
- package/esm5/lib/igc-dashboard-tile-sort-description.js +2 -2
- package/esm5/lib/igc-dashboard-tile-summary-description-collection.js +3 -3
- package/esm5/lib/igc-dashboard-tile-summary-description.js +2 -2
- package/fesm2015/igniteui-webcomponents-dashboards.js +30 -30
- package/fesm5/igniteui-webcomponents-dashboards.js +30 -30
- package/package.json +8 -8
|
@@ -13,7 +13,7 @@ export class IgcDashboardTileChangingContentEventArgs {
|
|
|
13
13
|
}
|
|
14
14
|
constructor() {
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
|
-
this._implementation
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
17
|
this.onImplementationCreated();
|
|
18
18
|
if (this._initializeAdapters) {
|
|
19
19
|
this._initializeAdapters();
|
|
@@ -21,7 +21,7 @@ export class IgcDashboardTileChangingContentEventArgs {
|
|
|
21
21
|
}
|
|
22
22
|
_provideImplementation(i) {
|
|
23
23
|
this._implementation = i;
|
|
24
|
-
this._implementation
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
this.onImplementationCreated();
|
|
26
26
|
if (this._initializeAdapters) {
|
|
27
27
|
this._initializeAdapters();
|
|
@@ -303,7 +303,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
303
303
|
e.i.setNativeElement(r);
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
|
-
r
|
|
306
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
307
307
|
}
|
|
308
308
|
return r.externalObject;
|
|
309
309
|
}
|
|
@@ -325,7 +325,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
325
325
|
e.i.setNativeElement(r);
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
|
-
r
|
|
328
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
329
329
|
}
|
|
330
330
|
return r.externalObject;
|
|
331
331
|
}
|
|
@@ -347,7 +347,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
347
347
|
e.i.setNativeElement(r);
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
|
-
r
|
|
350
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
351
351
|
}
|
|
352
352
|
return r.externalObject;
|
|
353
353
|
}
|
|
@@ -369,7 +369,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
369
369
|
e.i.setNativeElement(r);
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
|
-
r
|
|
372
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
373
373
|
}
|
|
374
374
|
return r.externalObject;
|
|
375
375
|
}
|
|
@@ -391,7 +391,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
391
391
|
e.i.setNativeElement(r);
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
|
-
r
|
|
394
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
395
395
|
}
|
|
396
396
|
return r.externalObject;
|
|
397
397
|
}
|
|
@@ -413,7 +413,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
413
413
|
e.i.setNativeElement(r);
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
|
-
r
|
|
416
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
417
417
|
}
|
|
418
418
|
return r.externalObject;
|
|
419
419
|
}
|
|
@@ -489,7 +489,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
489
489
|
e.i.setNativeElement(r);
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
|
-
r
|
|
492
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
493
493
|
}
|
|
494
494
|
return r.externalObject;
|
|
495
495
|
}
|
|
@@ -508,7 +508,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
508
508
|
e.i.setNativeElement(r);
|
|
509
509
|
}
|
|
510
510
|
}
|
|
511
|
-
r
|
|
511
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
512
512
|
}
|
|
513
513
|
return r.externalObject;
|
|
514
514
|
}
|
|
@@ -530,7 +530,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
530
530
|
e.i.setNativeElement(r);
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
|
-
r
|
|
533
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
534
534
|
}
|
|
535
535
|
return r.externalObject;
|
|
536
536
|
}
|
|
@@ -552,7 +552,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
552
552
|
e.i.setNativeElement(r);
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
|
-
r
|
|
555
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
556
556
|
}
|
|
557
557
|
return r.externalObject;
|
|
558
558
|
}
|
|
@@ -574,7 +574,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
574
574
|
e.i.setNativeElement(r);
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
|
-
r
|
|
577
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
578
578
|
}
|
|
579
579
|
return r.externalObject;
|
|
580
580
|
}
|
|
@@ -596,7 +596,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
596
596
|
e.i.setNativeElement(r);
|
|
597
597
|
}
|
|
598
598
|
}
|
|
599
|
-
r
|
|
599
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
600
600
|
}
|
|
601
601
|
return r.externalObject;
|
|
602
602
|
}
|
|
@@ -47,7 +47,7 @@ let IgcDashboardTileCustomizationComponent = /*@__PURE__*/ (() => {
|
|
|
47
47
|
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
48
48
|
}
|
|
49
49
|
this._implementation = this.createImplementation();
|
|
50
|
-
this._implementation
|
|
50
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
51
51
|
this.onImplementationCreated();
|
|
52
52
|
if (this._initializeAdapters) {
|
|
53
53
|
this._initializeAdapters();
|
|
@@ -16,7 +16,7 @@ export class IgcDashboardTileFilterStringErrorsParsingEventArgs {
|
|
|
16
16
|
}
|
|
17
17
|
constructor() {
|
|
18
18
|
this._implementation = this.createImplementation();
|
|
19
|
-
this._implementation
|
|
19
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
20
20
|
this.onImplementationCreated();
|
|
21
21
|
if (this._initializeAdapters) {
|
|
22
22
|
this._initializeAdapters();
|
|
@@ -24,7 +24,7 @@ export class IgcDashboardTileFilterStringErrorsParsingEventArgs {
|
|
|
24
24
|
}
|
|
25
25
|
_provideImplementation(i) {
|
|
26
26
|
this._implementation = i;
|
|
27
|
-
this._implementation
|
|
27
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
28
28
|
this.onImplementationCreated();
|
|
29
29
|
if (this._initializeAdapters) {
|
|
30
30
|
this._initializeAdapters();
|
|
@@ -17,7 +17,7 @@ export class IgcDashboardTileGroupDescriptionCollection {
|
|
|
17
17
|
}
|
|
18
18
|
constructor() {
|
|
19
19
|
this._implementation = this.createImplementation();
|
|
20
|
-
this._implementation
|
|
20
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
21
21
|
this.onImplementationCreated();
|
|
22
22
|
if (this._initializeAdapters) {
|
|
23
23
|
this._initializeAdapters();
|
|
@@ -25,7 +25,7 @@ export class IgcDashboardTileGroupDescriptionCollection {
|
|
|
25
25
|
}
|
|
26
26
|
_provideImplementation(i) {
|
|
27
27
|
this._implementation = i;
|
|
28
|
-
this._implementation
|
|
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();
|
|
@@ -67,7 +67,7 @@ export class IgcDashboardTileGroupDescriptionCollection {
|
|
|
67
67
|
if (iv) {
|
|
68
68
|
let e = new IgcDashboardTileGroupDescription();
|
|
69
69
|
e._implementation = iv;
|
|
70
|
-
iv
|
|
70
|
+
Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
71
71
|
ret = e;
|
|
72
72
|
}
|
|
73
73
|
}
|
|
@@ -18,7 +18,7 @@ export class IgcDashboardTileSortDescriptionCollection {
|
|
|
18
18
|
}
|
|
19
19
|
constructor() {
|
|
20
20
|
this._implementation = this.createImplementation();
|
|
21
|
-
this._implementation
|
|
21
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
22
22
|
this.onImplementationCreated();
|
|
23
23
|
if (this._initializeAdapters) {
|
|
24
24
|
this._initializeAdapters();
|
|
@@ -26,7 +26,7 @@ export class IgcDashboardTileSortDescriptionCollection {
|
|
|
26
26
|
}
|
|
27
27
|
_provideImplementation(i) {
|
|
28
28
|
this._implementation = i;
|
|
29
|
-
this._implementation
|
|
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();
|
|
@@ -77,7 +77,7 @@ export class IgcDashboardTileSortDescriptionCollection {
|
|
|
77
77
|
if (iv) {
|
|
78
78
|
let e = new IgcDashboardTileSortDescription();
|
|
79
79
|
e._implementation = iv;
|
|
80
|
-
iv
|
|
80
|
+
Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
81
81
|
ret = e;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
@@ -18,7 +18,7 @@ export class IgcDashboardTileSortDescription {
|
|
|
18
18
|
}
|
|
19
19
|
constructor() {
|
|
20
20
|
this._implementation = this.createImplementation();
|
|
21
|
-
this._implementation
|
|
21
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
22
22
|
this.onImplementationCreated();
|
|
23
23
|
if (this._initializeAdapters) {
|
|
24
24
|
this._initializeAdapters();
|
|
@@ -26,7 +26,7 @@ export class IgcDashboardTileSortDescription {
|
|
|
26
26
|
}
|
|
27
27
|
_provideImplementation(i) {
|
|
28
28
|
this._implementation = i;
|
|
29
|
-
this._implementation
|
|
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();
|
|
@@ -15,7 +15,7 @@ export class IgcDashboardTileSummaryDescriptionCollection {
|
|
|
15
15
|
}
|
|
16
16
|
constructor() {
|
|
17
17
|
this._implementation = this.createImplementation();
|
|
18
|
-
this._implementation
|
|
18
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
19
19
|
this.onImplementationCreated();
|
|
20
20
|
if (this._initializeAdapters) {
|
|
21
21
|
this._initializeAdapters();
|
|
@@ -23,7 +23,7 @@ export class IgcDashboardTileSummaryDescriptionCollection {
|
|
|
23
23
|
}
|
|
24
24
|
_provideImplementation(i) {
|
|
25
25
|
this._implementation = i;
|
|
26
|
-
this._implementation
|
|
26
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
27
27
|
this.onImplementationCreated();
|
|
28
28
|
if (this._initializeAdapters) {
|
|
29
29
|
this._initializeAdapters();
|
|
@@ -74,7 +74,7 @@ export class IgcDashboardTileSummaryDescriptionCollection {
|
|
|
74
74
|
if (iv) {
|
|
75
75
|
let e = new IgcDashboardTileSummaryDescription();
|
|
76
76
|
e._implementation = iv;
|
|
77
|
-
iv
|
|
77
|
+
Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
78
78
|
ret = e;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
@@ -22,7 +22,7 @@ export class IgcDashboardTileSummaryDescription {
|
|
|
22
22
|
this._provideCalculator = null;
|
|
23
23
|
this._provideCalculator_wrapped = null;
|
|
24
24
|
this._implementation = this.createImplementation();
|
|
25
|
-
this._implementation
|
|
25
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
26
26
|
this.onImplementationCreated();
|
|
27
27
|
if (this._initializeAdapters) {
|
|
28
28
|
this._initializeAdapters();
|
|
@@ -30,7 +30,7 @@ export class IgcDashboardTileSummaryDescription {
|
|
|
30
30
|
}
|
|
31
31
|
_provideImplementation(i) {
|
|
32
32
|
this._implementation = i;
|
|
33
|
-
this._implementation
|
|
33
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
34
34
|
this.onImplementationCreated();
|
|
35
35
|
if (this._initializeAdapters) {
|
|
36
36
|
this._initializeAdapters();
|
|
@@ -2,7 +2,7 @@ import { DashboardTileChangingContentEventArgs as DashboardTileChangingContentEv
|
|
|
2
2
|
var IgcDashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
3
3
|
function IgcDashboardTileChangingContentEventArgs() {
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
|
-
this._implementation
|
|
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 IgcDashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (func
|
|
|
25
25
|
};
|
|
26
26
|
IgcDashboardTileChangingContentEventArgs.prototype._provideImplementation = function (i) {
|
|
27
27
|
this._implementation = i;
|
|
28
|
-
this._implementation
|
|
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();
|
|
@@ -356,7 +356,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
356
356
|
e.i.setNativeElement(r);
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
|
-
r
|
|
359
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
360
360
|
}
|
|
361
361
|
return r.externalObject;
|
|
362
362
|
},
|
|
@@ -382,7 +382,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
382
382
|
e.i.setNativeElement(r);
|
|
383
383
|
}
|
|
384
384
|
}
|
|
385
|
-
r
|
|
385
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
386
386
|
}
|
|
387
387
|
return r.externalObject;
|
|
388
388
|
},
|
|
@@ -408,7 +408,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
408
408
|
e.i.setNativeElement(r);
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
r
|
|
411
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
412
412
|
}
|
|
413
413
|
return r.externalObject;
|
|
414
414
|
},
|
|
@@ -434,7 +434,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
434
434
|
e.i.setNativeElement(r);
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
|
-
r
|
|
437
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
438
438
|
}
|
|
439
439
|
return r.externalObject;
|
|
440
440
|
},
|
|
@@ -460,7 +460,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
460
460
|
e.i.setNativeElement(r);
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
r
|
|
463
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
464
464
|
}
|
|
465
465
|
return r.externalObject;
|
|
466
466
|
},
|
|
@@ -486,7 +486,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
486
486
|
e.i.setNativeElement(r);
|
|
487
487
|
}
|
|
488
488
|
}
|
|
489
|
-
r
|
|
489
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
490
490
|
}
|
|
491
491
|
return r.externalObject;
|
|
492
492
|
},
|
|
@@ -590,7 +590,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
590
590
|
e.i.setNativeElement(r);
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
|
-
r
|
|
593
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
594
594
|
}
|
|
595
595
|
return r.externalObject;
|
|
596
596
|
},
|
|
@@ -613,7 +613,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
613
613
|
e.i.setNativeElement(r);
|
|
614
614
|
}
|
|
615
615
|
}
|
|
616
|
-
r
|
|
616
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
617
617
|
}
|
|
618
618
|
return r.externalObject;
|
|
619
619
|
},
|
|
@@ -639,7 +639,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
639
639
|
e.i.setNativeElement(r);
|
|
640
640
|
}
|
|
641
641
|
}
|
|
642
|
-
r
|
|
642
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
643
643
|
}
|
|
644
644
|
return r.externalObject;
|
|
645
645
|
},
|
|
@@ -665,7 +665,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
665
665
|
e.i.setNativeElement(r);
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
|
-
r
|
|
668
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
669
669
|
}
|
|
670
670
|
return r.externalObject;
|
|
671
671
|
},
|
|
@@ -691,7 +691,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
691
691
|
e.i.setNativeElement(r);
|
|
692
692
|
}
|
|
693
693
|
}
|
|
694
|
-
r
|
|
694
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
695
695
|
}
|
|
696
696
|
return r.externalObject;
|
|
697
697
|
},
|
|
@@ -717,7 +717,7 @@ export var IgcDashboardTileComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
717
717
|
e.i.setNativeElement(r);
|
|
718
718
|
}
|
|
719
719
|
}
|
|
720
|
-
r
|
|
720
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
721
721
|
}
|
|
722
722
|
return r.externalObject;
|
|
723
723
|
},
|
|
@@ -21,7 +21,7 @@ export var IgcDashboardTileCustomizationComponent = /** @class */ /*@__PURE__*/
|
|
|
21
21
|
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
|
|
22
22
|
}
|
|
23
23
|
_this._implementation = _this.createImplementation();
|
|
24
|
-
_this._implementation
|
|
24
|
+
Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
_this.onImplementationCreated();
|
|
26
26
|
if (_this._initializeAdapters) {
|
|
27
27
|
_this._initializeAdapters();
|
|
@@ -5,7 +5,7 @@ import { DashboardTileFilterStringErrorsParsingEventArgs as DashboardTileFilterS
|
|
|
5
5
|
var IgcDashboardTileFilterStringErrorsParsingEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
6
6
|
function IgcDashboardTileFilterStringErrorsParsingEventArgs() {
|
|
7
7
|
this._implementation = this.createImplementation();
|
|
8
|
-
this._implementation
|
|
8
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
9
9
|
this.onImplementationCreated();
|
|
10
10
|
if (this._initializeAdapters) {
|
|
11
11
|
this._initializeAdapters();
|
|
@@ -28,7 +28,7 @@ var IgcDashboardTileFilterStringErrorsParsingEventArgs = /** @class */ /*@__PURE
|
|
|
28
28
|
};
|
|
29
29
|
IgcDashboardTileFilterStringErrorsParsingEventArgs.prototype._provideImplementation = function (i) {
|
|
30
30
|
this._implementation = i;
|
|
31
|
-
this._implementation
|
|
31
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
32
32
|
this.onImplementationCreated();
|
|
33
33
|
if (this._initializeAdapters) {
|
|
34
34
|
this._initializeAdapters();
|
|
@@ -6,7 +6,7 @@ import { DashboardTileGroupDescriptionCollection as DashboardTileGroupDescriptio
|
|
|
6
6
|
var IgcDashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
|
|
7
7
|
function IgcDashboardTileGroupDescriptionCollection() {
|
|
8
8
|
this._implementation = this.createImplementation();
|
|
9
|
-
this._implementation
|
|
9
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
10
10
|
this.onImplementationCreated();
|
|
11
11
|
if (this._initializeAdapters) {
|
|
12
12
|
this._initializeAdapters();
|
|
@@ -29,7 +29,7 @@ var IgcDashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (fu
|
|
|
29
29
|
};
|
|
30
30
|
IgcDashboardTileGroupDescriptionCollection.prototype._provideImplementation = function (i) {
|
|
31
31
|
this._implementation = i;
|
|
32
|
-
this._implementation
|
|
32
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
33
33
|
this.onImplementationCreated();
|
|
34
34
|
if (this._initializeAdapters) {
|
|
35
35
|
this._initializeAdapters();
|
|
@@ -71,7 +71,7 @@ var IgcDashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (fu
|
|
|
71
71
|
if (iv) {
|
|
72
72
|
var e = new IgcDashboardTileGroupDescription();
|
|
73
73
|
e._implementation = iv;
|
|
74
|
-
iv
|
|
74
|
+
Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
75
75
|
ret = e;
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -7,7 +7,7 @@ import { ensureBool } from "igniteui-webcomponents-core";
|
|
|
7
7
|
var IgcDashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
|
|
8
8
|
function IgcDashboardTileSortDescriptionCollection() {
|
|
9
9
|
this._implementation = this.createImplementation();
|
|
10
|
-
this._implementation
|
|
10
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
11
11
|
this.onImplementationCreated();
|
|
12
12
|
if (this._initializeAdapters) {
|
|
13
13
|
this._initializeAdapters();
|
|
@@ -30,7 +30,7 @@ var IgcDashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (fun
|
|
|
30
30
|
};
|
|
31
31
|
IgcDashboardTileSortDescriptionCollection.prototype._provideImplementation = function (i) {
|
|
32
32
|
this._implementation = i;
|
|
33
|
-
this._implementation
|
|
33
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
34
34
|
this.onImplementationCreated();
|
|
35
35
|
if (this._initializeAdapters) {
|
|
36
36
|
this._initializeAdapters();
|
|
@@ -85,7 +85,7 @@ var IgcDashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (fun
|
|
|
85
85
|
if (iv) {
|
|
86
86
|
var e = new IgcDashboardTileSortDescription();
|
|
87
87
|
e._implementation = iv;
|
|
88
|
-
iv
|
|
88
|
+
Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
89
89
|
ret = e;
|
|
90
90
|
}
|
|
91
91
|
}
|
|
@@ -7,7 +7,7 @@ import { ensureEnum } from "igniteui-webcomponents-core";
|
|
|
7
7
|
var IgcDashboardTileSortDescription = /** @class */ /*@__PURE__*/ (function () {
|
|
8
8
|
function IgcDashboardTileSortDescription() {
|
|
9
9
|
this._implementation = this.createImplementation();
|
|
10
|
-
this._implementation
|
|
10
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
11
11
|
this.onImplementationCreated();
|
|
12
12
|
if (this._initializeAdapters) {
|
|
13
13
|
this._initializeAdapters();
|
|
@@ -30,7 +30,7 @@ var IgcDashboardTileSortDescription = /** @class */ /*@__PURE__*/ (function () {
|
|
|
30
30
|
};
|
|
31
31
|
IgcDashboardTileSortDescription.prototype._provideImplementation = function (i) {
|
|
32
32
|
this._implementation = i;
|
|
33
|
-
this._implementation
|
|
33
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
34
34
|
this.onImplementationCreated();
|
|
35
35
|
if (this._initializeAdapters) {
|
|
36
36
|
this._initializeAdapters();
|
|
@@ -4,7 +4,7 @@ import { ensureBool } from "igniteui-webcomponents-core";
|
|
|
4
4
|
var IgcDashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
|
|
5
5
|
function IgcDashboardTileSummaryDescriptionCollection() {
|
|
6
6
|
this._implementation = this.createImplementation();
|
|
7
|
-
this._implementation
|
|
7
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
8
8
|
this.onImplementationCreated();
|
|
9
9
|
if (this._initializeAdapters) {
|
|
10
10
|
this._initializeAdapters();
|
|
@@ -27,7 +27,7 @@ var IgcDashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (
|
|
|
27
27
|
};
|
|
28
28
|
IgcDashboardTileSummaryDescriptionCollection.prototype._provideImplementation = function (i) {
|
|
29
29
|
this._implementation = i;
|
|
30
|
-
this._implementation
|
|
30
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
31
31
|
this.onImplementationCreated();
|
|
32
32
|
if (this._initializeAdapters) {
|
|
33
33
|
this._initializeAdapters();
|
|
@@ -82,7 +82,7 @@ var IgcDashboardTileSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (
|
|
|
82
82
|
if (iv) {
|
|
83
83
|
var e = new IgcDashboardTileSummaryDescription();
|
|
84
84
|
e._implementation = iv;
|
|
85
|
-
iv
|
|
85
|
+
Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
86
86
|
ret = e;
|
|
87
87
|
}
|
|
88
88
|
}
|
|
@@ -11,7 +11,7 @@ var IgcDashboardTileSummaryDescription = /** @class */ /*@__PURE__*/ (function (
|
|
|
11
11
|
this._provideCalculator = null;
|
|
12
12
|
this._provideCalculator_wrapped = null;
|
|
13
13
|
this._implementation = this.createImplementation();
|
|
14
|
-
this._implementation
|
|
14
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
15
15
|
this.onImplementationCreated();
|
|
16
16
|
if (this._initializeAdapters) {
|
|
17
17
|
this._initializeAdapters();
|
|
@@ -34,7 +34,7 @@ var IgcDashboardTileSummaryDescription = /** @class */ /*@__PURE__*/ (function (
|
|
|
34
34
|
};
|
|
35
35
|
IgcDashboardTileSummaryDescription.prototype._provideImplementation = function (i) {
|
|
36
36
|
this._implementation = i;
|
|
37
|
-
this._implementation
|
|
37
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
38
38
|
this.onImplementationCreated();
|
|
39
39
|
if (this._initializeAdapters) {
|
|
40
40
|
this._initializeAdapters();
|