igniteui-webcomponents-layouts 5.2.0 → 5.3.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 (74) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +7393 -6728
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +6 -6
  4. package/esm2015/lib/ComboEditorView_combined.js +32 -32
  5. package/esm2015/lib/ListPanelContentRebindEventArgs.js +26 -0
  6. package/esm2015/lib/ListPanelContentRecycledEventArgs.js +26 -0
  7. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +15 -15
  8. package/esm2015/lib/ListPanelView_combined.js +1267 -1233
  9. package/esm2015/lib/NativeUILayoutFactory_combined.js +5036 -4716
  10. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  11. package/esm2015/lib/igc-list-panel-component.js +144 -86
  12. package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +42 -0
  13. package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +42 -0
  14. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  15. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  16. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  17. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  18. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  19. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  20. package/esm2015/lib/igc-tool-action-component.js +162 -165
  21. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  22. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -37
  23. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  24. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  25. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  26. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  27. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  28. package/esm2015/lib/igc-tool-panel-component.js +277 -256
  29. package/esm2015/lib/igc-toolbar-component.js +180 -159
  30. package/esm2015/public_api.js +4 -0
  31. package/esm5/lib/ComboEditorBridge.js +6 -6
  32. package/esm5/lib/ComboEditorView_combined.js +32 -32
  33. package/esm5/lib/ListPanelContentRebindEventArgs.js +32 -0
  34. package/esm5/lib/ListPanelContentRecycledEventArgs.js +32 -0
  35. package/esm5/lib/ListPanelScrollerKeyboardListener.js +15 -15
  36. package/esm5/lib/ListPanelView_combined.js +1254 -1216
  37. package/esm5/lib/NativeUILayoutFactory_combined.js +4882 -4534
  38. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  39. package/esm5/lib/igc-list-panel-component.js +154 -86
  40. package/esm5/lib/igc-list-panel-content-rebind-event-args.js +52 -0
  41. package/esm5/lib/igc-list-panel-content-recycled-event-args.js +52 -0
  42. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  43. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  44. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  45. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  46. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  47. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  48. package/esm5/lib/igc-tool-action-component.js +162 -165
  49. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  50. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -37
  51. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  52. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  53. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  54. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  55. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  56. package/esm5/lib/igc-tool-panel-component.js +285 -256
  57. package/esm5/lib/igc-toolbar-component.js +188 -159
  58. package/esm5/public_api.js +4 -0
  59. package/fesm2015/igniteui-webcomponents-layouts.js +7526 -6949
  60. package/fesm5/igniteui-webcomponents-layouts.js +7391 -6730
  61. package/lib/INativeUIToolPanelBridge.d.ts +1 -0
  62. package/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
  63. package/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
  64. package/lib/ListPanelView_combined.d.ts +245 -240
  65. package/lib/NativeUILayoutFactory_combined.d.ts +1167 -1119
  66. package/lib/igc-list-panel-component.d.ts +16 -0
  67. package/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
  68. package/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
  69. package/lib/igc-tool-action-component.d.ts +0 -1
  70. package/lib/igc-tool-action-icon-button-component.d.ts +0 -1
  71. package/lib/igc-tool-panel-component.d.ts +11 -0
  72. package/lib/igc-toolbar-component.d.ts +11 -0
  73. package/package.json +3 -3
  74. package/public_api.d.ts +4 -0
@@ -746,21 +746,21 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
746
746
  case 19:
747
747
  case 1:
748
748
  var d = new ToolActionNumberInput();
749
- d.g9 = b.ar != null ? b.ar : NaN;
750
- d.ex = this.bm(b);
749
+ d.hf = b.ar != null ? b.ar : NaN;
750
+ d.e1 = this.bm(b);
751
751
  c = d;
752
752
  if (b.a4 != null) {
753
- c.er = b.a4;
753
+ c.ev = b.a4;
754
754
  }
755
755
  break;
756
756
  case 4:
757
757
  case 5:
758
758
  var e = new ToolActionColorEditor();
759
- e.hd = CSSColorUtil.g(b.ar);
760
- e.ex = this.bm(b);
759
+ e.hj = CSSColorUtil.g(b.ar);
760
+ e.e1 = this.bm(b);
761
761
  c = e;
762
762
  if (b.a4 != null) {
763
- c.er = b.a4;
763
+ c.ev = b.a4;
764
764
  }
765
765
  break;
766
766
  case 11:
@@ -772,20 +772,20 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
772
772
  case 6:
773
773
  case 23:
774
774
  var f = new ToolActionTextInput();
775
- f.g9 = b.ar;
776
- f.ex = this.bm(b);
775
+ f.hf = b.ar;
776
+ f.e1 = this.bm(b);
777
777
  c = f;
778
778
  if (b.a4 != null) {
779
- c.er = b.a4;
779
+ c.ev = b.a4;
780
780
  }
781
781
  break;
782
782
  case 7:
783
783
  var g = new ToolActionCheckbox();
784
- g.g8 = b.ar != null ? b.ar : false;
785
- g.ex = this.bm(b);
784
+ g.he = b.ar != null ? b.ar : false;
785
+ g.e1 = this.bm(b);
786
786
  c = g;
787
787
  if (b.a4 != null) {
788
- c.er = b.a4;
788
+ c.ev = b.a4;
789
789
  }
790
790
  break;
791
791
  case 8:
@@ -798,38 +798,38 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
798
798
  case 15:
799
799
  var h = new ToolActionCombo();
800
800
  h.itemsSource = this.a4(this.c(b));
801
- h.ex = this.bm(b);
801
+ h.e1 = this.bm(b);
802
802
  c = h;
803
803
  if (b.a4 != null) {
804
- c.er = b.a4;
804
+ c.ev = b.a4;
805
805
  }
806
806
  if (b.ar != null) {
807
- h.g7 = new LayoutSelectedItemsCollection();
808
- h.g7.add1(b.ar);
807
+ h.hd = new LayoutSelectedItemsCollection();
808
+ h.hd.add1(b.ar);
809
809
  }
810
810
  break;
811
811
  case 20:
812
812
  var i = new ToolActionButton();
813
- i.ex = this.bm(b);
813
+ i.e1 = this.bm(b);
814
814
  if (b.ar != null && typeof b.ar === 'string') {
815
- i.ex = b.ar;
815
+ i.e1 = b.ar;
816
816
  }
817
817
  c = i;
818
818
  if (b.a4 != null) {
819
- c.er = b.a4;
819
+ c.ev = b.a4;
820
820
  }
821
821
  break;
822
822
  case 24:
823
823
  var j = new ToolActionSeparator();
824
- j.g9 = 5;
824
+ j.hf = 5;
825
825
  c = j;
826
826
  break;
827
827
  case 25:
828
828
  var k = new ToolActionGroupHeader();
829
829
  c = k;
830
- c.ex = this.bm(b);
830
+ c.e1 = this.bm(b);
831
831
  if (b.a4 != null) {
832
- c.er = b.a4;
832
+ c.ev = b.a4;
833
833
  }
834
834
  break;
835
835
  default: return null;
@@ -848,8 +848,8 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
848
848
  if (c == null) {
849
849
  return null;
850
850
  }
851
- c.ef = this.be + "_" + l;
852
- this.aq.item(c.ef, b);
851
+ c.ei = this.be + "_" + l;
852
+ this.aq.item(c.ei, b);
853
853
  return c;
854
854
  };
855
855
  PropertyEditorPanel.prototype.bl = function (a) {
@@ -30,6 +30,8 @@ import { ListPanelActivationMode_$type } from './ListPanelActivationMode';
30
30
  import { ListPanelSelectionBehavior_$type } from './ListPanelSelectionBehavior';
31
31
  import { IgcListPanelSelectedItemsCollection } from './igc-list-panel-selected-items-collection';
32
32
  import { ListPanelSelectedItemsCollection as ListPanelSelectedItemsCollection_internal } from './ListPanelSelectedItemsCollection';
33
+ import { IgcListPanelContentRecycledEventArgs } from './igc-list-panel-content-recycled-event-args';
34
+ import { IgcListPanelContentRebindEventArgs } from './igc-list-panel-content-rebind-event-args';
33
35
  var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
34
36
  __extends(IgcListPanelComponent, _super);
35
37
  function IgcListPanelComponent() {
@@ -49,6 +51,10 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
49
51
  _this._stylingContainer = null;
50
52
  _this._stylingParent = null;
51
53
  _this._inStyling = false;
54
+ _this._itemRecycled = null;
55
+ _this._itemRecycled_wrapped = null;
56
+ _this._itemRebind = null;
57
+ _this._itemRebind_wrapped = null;
52
58
  _this._selectedItemsChanged = null;
53
59
  _this._selectedItemsChanged_wrapped = null;
54
60
  _this._selectedKeysChanged = null;
@@ -317,11 +323,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
317
323
  * Sets or gets the grid selection mode.
318
324
  */
319
325
  get: function () {
320
- return this.i.aq;
326
+ return this.i.as;
321
327
  },
322
328
  set: function (v) {
323
- this.i.aq = ensureEnum(ListPanelSelectionMode_$type, v);
324
- this._a("selectionMode", enumToString(ListPanelSelectionMode_$type, this.i.aq));
329
+ this.i.as = ensureEnum(ListPanelSelectionMode_$type, v);
330
+ this._a("selectionMode", enumToString(ListPanelSelectionMode_$type, this.i.as));
325
331
  },
326
332
  enumerable: false,
327
333
  configurable: true
@@ -331,11 +337,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
331
337
  * Gets or sets whether the active row style will be applied to rows when made active.
332
338
  */
333
339
  get: function () {
334
- return this.i.bv;
340
+ return this.i.bx;
335
341
  },
336
342
  set: function (v) {
337
- this.i.bv = ensureBool(v);
338
- this._a("isActiveRowStyleEnabled", this.i.bv);
343
+ this.i.bx = ensureBool(v);
344
+ this._a("isActiveRowStyleEnabled", this.i.bx);
339
345
  },
340
346
  enumerable: false,
341
347
  configurable: true
@@ -345,11 +351,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
345
351
  * Gets or sets the background color to use for the cells when they are selected
346
352
  */
347
353
  get: function () {
348
- return brushToString(this.i.hz);
354
+ return brushToString(this.i.h2);
349
355
  },
350
356
  set: function (v) {
351
- this.i.hz = stringToBrush(v);
352
- this._a("selectedBackground", brushToString(this.i.hz));
357
+ this.i.h2 = stringToBrush(v);
358
+ this._a("selectedBackground", brushToString(this.i.h2));
353
359
  },
354
360
  enumerable: false,
355
361
  configurable: true
@@ -359,11 +365,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
359
365
  * Gets or sets the background color to use.
360
366
  */
361
367
  get: function () {
362
- return brushToString(this.i.hx);
368
+ return brushToString(this.i.h0);
363
369
  },
364
370
  set: function (v) {
365
- this.i.hx = stringToBrush(v);
366
- this._a("normalBackground", brushToString(this.i.hx));
371
+ this.i.h0 = stringToBrush(v);
372
+ this._a("normalBackground", brushToString(this.i.h0));
367
373
  },
368
374
  enumerable: false,
369
375
  configurable: true
@@ -373,11 +379,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
373
379
  * Gets or sets the activation border color to use.
374
380
  */
375
381
  get: function () {
376
- return brushToString(this.i.ht);
382
+ return brushToString(this.i.hw);
377
383
  },
378
384
  set: function (v) {
379
- this.i.ht = stringToBrush(v);
380
- this._a("activationBorder", brushToString(this.i.ht));
385
+ this.i.hw = stringToBrush(v);
386
+ this._a("activationBorder", brushToString(this.i.hw));
381
387
  },
382
388
  enumerable: false,
383
389
  configurable: true
@@ -387,11 +393,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
387
393
  * Gets or sets the amount of left activation border to use for the cell content for this column.
388
394
  */
389
395
  get: function () {
390
- return this.i.dn;
396
+ return this.i.dq;
391
397
  },
392
398
  set: function (v) {
393
- this.i.dn = +v;
394
- this._a("activationBorderLeftWidth", this.i.dn);
399
+ this.i.dq = +v;
400
+ this._a("activationBorderLeftWidth", this.i.dq);
395
401
  },
396
402
  enumerable: false,
397
403
  configurable: true
@@ -401,11 +407,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
401
407
  * Gets or sets the amount of top activation border to use for the cell content for this column.
402
408
  */
403
409
  get: function () {
404
- return this.i.dq;
410
+ return this.i.ds;
405
411
  },
406
412
  set: function (v) {
407
- this.i.dq = +v;
408
- this._a("activationBorderTopWidth", this.i.dq);
413
+ this.i.ds = +v;
414
+ this._a("activationBorderTopWidth", this.i.ds);
409
415
  },
410
416
  enumerable: false,
411
417
  configurable: true
@@ -415,11 +421,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
415
421
  * Gets or sets the amount of right activation border to use for the cell content of this column.
416
422
  */
417
423
  get: function () {
418
- return this.i.dp;
424
+ return this.i.dr;
419
425
  },
420
426
  set: function (v) {
421
- this.i.dp = +v;
422
- this._a("activationBorderRightWidth", this.i.dp);
427
+ this.i.dr = +v;
428
+ this._a("activationBorderRightWidth", this.i.dr);
423
429
  },
424
430
  enumerable: false,
425
431
  configurable: true
@@ -429,11 +435,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
429
435
  * Gets or sets the amount of bottom activation border to use for the cell content of this column.
430
436
  */
431
437
  get: function () {
432
- return this.i.dm;
438
+ return this.i.dp;
433
439
  },
434
440
  set: function (v) {
435
- this.i.dm = +v;
436
- this._a("activationBorderBottomWidth", this.i.dm);
441
+ this.i.dp = +v;
442
+ this._a("activationBorderBottomWidth", this.i.dp);
437
443
  },
438
444
  enumerable: false,
439
445
  configurable: true
@@ -457,11 +463,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
457
463
  * Sets or gets how selection behaves in the grid.
458
464
  */
459
465
  get: function () {
460
- return this.i.al;
466
+ return this.i.an;
461
467
  },
462
468
  set: function (v) {
463
- this.i.al = ensureEnum(ListPanelSelectionBehavior_$type, v);
464
- this._a("selectionBehavior", enumToString(ListPanelSelectionBehavior_$type, this.i.al));
469
+ this.i.an = ensureEnum(ListPanelSelectionBehavior_$type, v);
470
+ this._a("selectionBehavior", enumToString(ListPanelSelectionBehavior_$type, this.i.an));
465
471
  },
466
472
  enumerable: false,
467
473
  configurable: true
@@ -508,7 +514,7 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
508
514
  get: function () {
509
515
  if (this._selectedItems === null) {
510
516
  var coll = new IgcListPanelSelectedItemsCollection();
511
- var innerColl = this.i.ag;
517
+ var innerColl = this.i.ai;
512
518
  if (!innerColl) {
513
519
  innerColl = new ListPanelSelectedItemsCollection_internal();
514
520
  }
@@ -524,7 +530,7 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
524
530
  var coll = new IgcListPanelSelectedItemsCollection();
525
531
  this._selectedItems = coll._fromOuter(v);
526
532
  var syncColl = new SyncableObservableCollection$1(Base.$type);
527
- var innerColl = this.i.ag;
533
+ var innerColl = this.i.ai;
528
534
  if (!innerColl) {
529
535
  innerColl = new ListPanelSelectedItemsCollection_internal();
530
536
  }
@@ -542,7 +548,7 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
542
548
  get: function () {
543
549
  if (this._selectedKeys === null) {
544
550
  var coll = new IgcListPanelSelectedKeysCollection();
545
- var innerColl = this.i.aj;
551
+ var innerColl = this.i.al;
546
552
  if (!innerColl) {
547
553
  innerColl = new ListPanelSelectedKeysCollection_internal();
548
554
  }
@@ -558,7 +564,7 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
558
564
  var coll = new IgcListPanelSelectedKeysCollection();
559
565
  this._selectedKeys = coll._fromOuter(v);
560
566
  var syncColl = new SyncableObservableCollection$1(ListPanelPrimaryKeyValue.$type);
561
- var innerColl = this.i.aj;
567
+ var innerColl = this.i.al;
562
568
  if (!innerColl) {
563
569
  innerColl = new ListPanelSelectedKeysCollection_internal();
564
570
  }
@@ -591,22 +597,22 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
591
597
  * Gets or Sets the property name that contains the values.
592
598
  */
593
599
  get: function () {
594
- return this.i.ea;
600
+ return this.i.ec;
595
601
  },
596
602
  set: function (v) {
597
- this.i.ea = +v;
598
- this._a("rowHeight", this.i.ea);
603
+ this.i.ec = +v;
604
+ this._a("rowHeight", this.i.ec);
599
605
  },
600
606
  enumerable: false,
601
607
  configurable: true
602
608
  });
603
609
  Object.defineProperty(IgcListPanelComponent.prototype, "actualRowHeight", {
604
610
  get: function () {
605
- return this.i.c2;
611
+ return this.i.c4;
606
612
  },
607
613
  set: function (v) {
608
- this.i.c2 = +v;
609
- this._a("actualRowHeight", this.i.c2);
614
+ this.i.c4 = +v;
615
+ this._a("actualRowHeight", this.i.c4);
610
616
  },
611
617
  enumerable: false,
612
618
  configurable: true
@@ -616,23 +622,23 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
616
622
  * Gets or Sets the property name that contains the values.
617
623
  */
618
624
  get: function () {
619
- if (this.i.a2 == null) {
625
+ if (this.i.a4 == null) {
620
626
  return null;
621
627
  }
622
- return this.i.a2.fontString;
628
+ return this.i.a4.fontString;
623
629
  },
624
630
  set: function (v) {
625
631
  var fi = new FontInfo();
626
632
  fi.fontString = v;
627
- this.i.a2 = fi;
628
- this._a("cellTextStyle", this.i.a2 != null ? this.i.a2.fontString : "");
633
+ this.i.a4 = fi;
634
+ this._a("cellTextStyle", this.i.a4 != null ? this.i.a4.fontString : "");
629
635
  },
630
636
  enumerable: false,
631
637
  configurable: true
632
638
  });
633
639
  Object.defineProperty(IgcListPanelComponent.prototype, "hasUnevenSizes", {
634
640
  get: function () {
635
- return this.i.bt;
641
+ return this.i.bv;
636
642
  },
637
643
  enumerable: false,
638
644
  configurable: true
@@ -642,11 +648,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
642
648
  * Gets or sets the style of scrollbar.
643
649
  */
644
650
  get: function () {
645
- return this.i.ay;
651
+ return this.i.a0;
646
652
  },
647
653
  set: function (v) {
648
- this.i.ay = ensureEnum(ScrollbarStyle_$type, v);
649
- this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.ay));
654
+ this.i.a0 = ensureEnum(ScrollbarStyle_$type, v);
655
+ this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.a0));
650
656
  },
651
657
  enumerable: false,
652
658
  configurable: true
@@ -656,11 +662,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
656
662
  * Gets or sets the scrollbar background color.
657
663
  */
658
664
  get: function () {
659
- return brushToString(this.i.hy);
665
+ return brushToString(this.i.h1);
660
666
  },
661
667
  set: function (v) {
662
- this.i.hy = stringToBrush(v);
663
- this._a("scrollbarBackground", brushToString(this.i.hy));
668
+ this.i.h1 = stringToBrush(v);
669
+ this._a("scrollbarBackground", brushToString(this.i.h1));
664
670
  },
665
671
  enumerable: false,
666
672
  configurable: true
@@ -670,11 +676,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
670
676
  * Gets or sets the color to use for the background of the component.
671
677
  */
672
678
  get: function () {
673
- return brushToString(this.i.hu);
679
+ return brushToString(this.i.hx);
674
680
  },
675
681
  set: function (v) {
676
- this.i.hu = stringToBrush(v);
677
- this._a("backgroundColor", brushToString(this.i.hu));
682
+ this.i.hx = stringToBrush(v);
683
+ this._a("backgroundColor", brushToString(this.i.hx));
678
684
  },
679
685
  enumerable: false,
680
686
  configurable: true
@@ -684,11 +690,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
684
690
  * Gets or sets the color to use for the background of the component.
685
691
  */
686
692
  get: function () {
687
- return this.i.ab;
693
+ return this.i.ad;
688
694
  },
689
695
  set: function (v) {
690
- this.i.ab = ensureEnum(ListPanelOrientation_$type, v);
691
- this._a("orientation", enumToString(ListPanelOrientation_$type, this.i.ab));
696
+ this.i.ad = ensureEnum(ListPanelOrientation_$type, v);
697
+ this._a("orientation", enumToString(ListPanelOrientation_$type, this.i.ad));
692
698
  },
693
699
  enumerable: false,
694
700
  configurable: true
@@ -698,11 +704,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
698
704
  * Gets or sets the color to use for the background of the component.
699
705
  */
700
706
  get: function () {
701
- return this.i.bx;
707
+ return this.i.bz;
702
708
  },
703
709
  set: function (v) {
704
- this.i.bx = ensureBool(v);
705
- this._a("isCustomRowHeightEnabled", this.i.bx);
710
+ this.i.bz = ensureBool(v);
711
+ this._a("isCustomRowHeightEnabled", this.i.bz);
706
712
  },
707
713
  enumerable: false,
708
714
  configurable: true
@@ -712,11 +718,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
712
718
  * Gets or sets the color to use for the text of the component.
713
719
  */
714
720
  get: function () {
715
- return brushToString(this.i.h0);
721
+ return brushToString(this.i.h3);
716
722
  },
717
723
  set: function (v) {
718
- this.i.h0 = stringToBrush(v);
719
- this._a("textColor", brushToString(this.i.h0));
724
+ this.i.h3 = stringToBrush(v);
725
+ this._a("textColor", brushToString(this.i.h3));
720
726
  },
721
727
  enumerable: false,
722
728
  configurable: true
@@ -726,11 +732,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
726
732
  * Gets or sets the position of the active row.
727
733
  */
728
734
  get: function () {
729
- return this.i.dr;
735
+ return this.i.dt;
730
736
  },
731
737
  set: function (v) {
732
- this.i.dr = +v;
733
- this._a("activeRow", this.i.dr);
738
+ this.i.dt = +v;
739
+ this._a("activeRow", this.i.dt);
734
740
  },
735
741
  enumerable: false,
736
742
  configurable: true
@@ -740,11 +746,11 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
740
746
  * Gets or sets if the grid should notify on programmatic selection changes as well as changes from the UI.
741
747
  */
742
748
  get: function () {
743
- return this.i.b0;
749
+ return this.i.b2;
744
750
  },
745
751
  set: function (v) {
746
- this.i.b0 = ensureBool(v);
747
- this._a("notifyOnAllSelectionChanges", this.i.b0);
752
+ this.i.b2 = ensureBool(v);
753
+ this._a("notifyOnAllSelectionChanges", this.i.b2);
748
754
  },
749
755
  enumerable: false,
750
756
  configurable: true
@@ -818,7 +824,7 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
818
824
  this._inStyling = false;
819
825
  };
820
826
  IgcListPanelComponent.prototype.getRowKey = function (primaryKey, rowIndex) {
821
- var iv = this.i.ad(primaryKey, rowIndex);
827
+ var iv = this.i.af(primaryKey, rowIndex);
822
828
  var ret = null;
823
829
  if (iv && iv.externalObject) {
824
830
  ret = iv.externalObject;
@@ -834,7 +840,7 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
834
840
  return ret;
835
841
  };
836
842
  IgcListPanelComponent.prototype.getItemKey = function (primaryKey, item_) {
837
- var iv = this.i.ac(primaryKey, item_);
843
+ var iv = this.i.ae(primaryKey, item_);
838
844
  var ret = null;
839
845
  if (iv && iv.externalObject) {
840
846
  ret = iv.externalObject;
@@ -854,7 +860,7 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
854
860
 
855
861
  */
856
862
  IgcListPanelComponent.prototype.getLastVisibleIndex = function () {
857
- var iv = this.i.d0();
863
+ var iv = this.i.d2();
858
864
  return (iv);
859
865
  };
860
866
  /**
@@ -862,7 +868,7 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
862
868
 
863
869
  */
864
870
  IgcListPanelComponent.prototype.getFirstVisibleIndex = function () {
865
- var iv = this.i.dy();
871
+ var iv = this.i.d0();
866
872
  return (iv);
867
873
  };
868
874
  /**
@@ -870,10 +876,10 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
870
876
 
871
877
  */
872
878
  IgcListPanelComponent.prototype.invalidateVisibleItems = function () {
873
- this.i.f0();
879
+ this.i.f3();
874
880
  };
875
881
  IgcListPanelComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
876
- this.i.f6(index, oldItem, newItem);
882
+ this.i.f9(index, oldItem, newItem);
877
883
  };
878
884
  /**
879
885
  * Manually notifies the grid's data source that the data it has bound to has been cleared and needs to be re-examined.
@@ -881,13 +887,13 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
881
887
 
882
888
  */
883
889
  IgcListPanelComponent.prototype.notifyClearItems = function () {
884
- this.i.f3();
890
+ this.i.f6();
885
891
  };
886
892
  IgcListPanelComponent.prototype.notifyInsertItem = function (index, newItem) {
887
- this.i.f4(index, newItem);
893
+ this.i.f7(index, newItem);
888
894
  };
889
895
  IgcListPanelComponent.prototype.notifyRemoveItem = function (index, oldItem) {
890
- this.i.f5(index, oldItem);
896
+ this.i.f8(index, oldItem);
891
897
  };
892
898
  /**
893
899
  * Returns the data index of an item within the bound data source.
@@ -895,19 +901,19 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
895
901
  * @param item * The item from which to get the index.
896
902
  */
897
903
  IgcListPanelComponent.prototype.dataIndexOfItem = function (item) {
898
- var iv = this.i.dt(item);
904
+ var iv = this.i.dv(item);
899
905
  return (iv);
900
906
  };
901
907
  IgcListPanelComponent.prototype.dataIndexOfPrimaryKey = function (key) {
902
- var iv = this.i.du(key);
908
+ var iv = this.i.dw(key);
903
909
  return (iv);
904
910
  };
905
911
  IgcListPanelComponent.prototype.exportVisualData = function () {
906
- var iv = this.i.ed();
912
+ var iv = this.i.ef();
907
913
  return (iv);
908
914
  };
909
915
  IgcListPanelComponent.prototype.exportSerializedVisualData = function () {
910
- var iv = this.i.ev();
916
+ var iv = this.i.ex();
911
917
  return (iv);
912
918
  };
913
919
  /**
@@ -915,7 +921,7 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
915
921
 
916
922
  */
917
923
  IgcListPanelComponent.prototype.selectAllRows = function () {
918
- this.i.hc();
924
+ this.i.hf();
919
925
  };
920
926
  /**
921
927
  * Scrolls the grid to given row, by index
@@ -923,7 +929,7 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
923
929
  * @param rowNumber * The row index to scroll to.
924
930
  */
925
931
  IgcListPanelComponent.prototype.scrollToRowByIndex = function (rowNumber) {
926
- this.i.ha(rowNumber);
932
+ this.i.hd(rowNumber);
927
933
  };
928
934
  /**
929
935
  * Scrolls the grid so that a row is the last visible, by index.
@@ -931,15 +937,77 @@ var IgcListPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
931
937
  * @param rowNumber * The row index to scroll to.
932
938
  */
933
939
  IgcListPanelComponent.prototype.scrollToLastRowByIndex = function (rowNumber) {
934
- this.i.g8(rowNumber);
940
+ this.i.hb(rowNumber);
935
941
  };
936
942
  /**
937
943
  * Deselects all currently selected rows.
938
944
 
939
945
  */
940
946
  IgcListPanelComponent.prototype.deselectAllRows = function () {
941
- this.i.fk();
947
+ this.i.fm();
942
948
  };
949
+ Object.defineProperty(IgcListPanelComponent.prototype, "itemRecycled", {
950
+ /**
951
+ * Called when item content is recycled.
952
+ */
953
+ get: function () {
954
+ return this._itemRecycled;
955
+ },
956
+ set: function (ev) {
957
+ var _this = this;
958
+ if (this._itemRecycled_wrapped !== null) {
959
+ this.i.itemRecycled = delegateRemove(this.i.itemRecycled, this._itemRecycled_wrapped);
960
+ this._itemRecycled_wrapped = null;
961
+ this._itemRecycled = null;
962
+ }
963
+ this._itemRecycled = ev;
964
+ this._itemRecycled_wrapped = function (o, e) {
965
+ var outerArgs = new IgcListPanelContentRecycledEventArgs();
966
+ outerArgs._provideImplementation(e);
967
+ if (_this.beforeItemRecycled) {
968
+ _this.beforeItemRecycled(_this, outerArgs);
969
+ }
970
+ if (_this._itemRecycled) {
971
+ _this._itemRecycled(_this, outerArgs);
972
+ }
973
+ };
974
+ this.i.itemRecycled = delegateCombine(this.i.itemRecycled, this._itemRecycled_wrapped);
975
+ ;
976
+ },
977
+ enumerable: false,
978
+ configurable: true
979
+ });
980
+ Object.defineProperty(IgcListPanelComponent.prototype, "itemRebind", {
981
+ /**
982
+ * Called when item content is rebound.
983
+ */
984
+ get: function () {
985
+ return this._itemRebind;
986
+ },
987
+ set: function (ev) {
988
+ var _this = this;
989
+ if (this._itemRebind_wrapped !== null) {
990
+ this.i.itemRebind = delegateRemove(this.i.itemRebind, this._itemRebind_wrapped);
991
+ this._itemRebind_wrapped = null;
992
+ this._itemRebind = null;
993
+ }
994
+ this._itemRebind = ev;
995
+ this._itemRebind_wrapped = function (o, e) {
996
+ var outerArgs = new IgcListPanelContentRebindEventArgs();
997
+ outerArgs._provideImplementation(e);
998
+ if (_this.beforeItemRebind) {
999
+ _this.beforeItemRebind(_this, outerArgs);
1000
+ }
1001
+ if (_this._itemRebind) {
1002
+ _this._itemRebind(_this, outerArgs);
1003
+ }
1004
+ };
1005
+ this.i.itemRebind = delegateCombine(this.i.itemRebind, this._itemRebind_wrapped);
1006
+ ;
1007
+ },
1008
+ enumerable: false,
1009
+ configurable: true
1010
+ });
943
1011
  Object.defineProperty(IgcListPanelComponent.prototype, "selectedItemsChanged", {
944
1012
  /**
945
1013
  * Called when the selected items change.