igniteui-webcomponents-grids 4.8.1 → 5.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1078 -600
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CheckboxListBridge.js +171 -0
  4. package/esm2015/lib/CheckboxListExternal.js +11 -0
  5. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +554 -441
  7. package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
  8. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
  10. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  11. package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
  12. package/esm2015/lib/ColumnPinningView_combined.js +12 -12
  13. package/esm2015/lib/DateEditorView.js +12 -12
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  15. package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
  16. package/esm2015/lib/NativeUIGridFactory.js +66 -0
  17. package/esm2015/lib/PagerVisualModelExport.js +4 -4
  18. package/esm2015/lib/igc-checkbox-list-component.js +159 -93
  19. package/esm2015/lib/igc-checkbox-list-module.js +3 -0
  20. package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
  21. package/esm2015/public_api.js +5 -0
  22. package/esm5/lib/CheckboxListBridge.js +173 -0
  23. package/esm5/lib/CheckboxListExternal.js +11 -0
  24. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  25. package/esm5/lib/CheckboxListView_combined.js +541 -422
  26. package/esm5/lib/CheckedChangedEventArgs.js +3 -2
  27. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  28. package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
  29. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  30. package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
  31. package/esm5/lib/ColumnPinningView_combined.js +12 -12
  32. package/esm5/lib/DateEditorView.js +12 -12
  33. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  34. package/esm5/lib/ISummaryChooserView_combined.js +17 -17
  35. package/esm5/lib/NativeUIGridFactory.js +76 -0
  36. package/esm5/lib/PagerVisualModelExport.js +4 -4
  37. package/esm5/lib/igc-checkbox-list-component.js +173 -93
  38. package/esm5/lib/igc-checkbox-list-module.js +3 -0
  39. package/esm5/lib/igc-checked-changed-event-args.js +17 -3
  40. package/esm5/public_api.js +5 -0
  41. package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
  42. package/fesm5/igniteui-webcomponents-grids.js +1077 -603
  43. package/grids/combined.js +37327 -39208
  44. package/grids/index.d.ts +8 -8
  45. package/grids/lib/igc-action-strip-component.d.ts +4 -4
  46. package/grids/lib/igc-action-strip-token.d.ts +16 -0
  47. package/grids/lib/igc-base-exporter.d.ts +0 -4
  48. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
  49. package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
  50. package/grids/lib/igc-column-component.d.ts +15 -101
  51. package/grids/lib/igc-column-group-component.d.ts +94 -1
  52. package/grids/lib/igc-column-layout-component.d.ts +11 -0
  53. package/grids/lib/igc-column-pipe-args.d.ts +1 -0
  54. package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
  55. package/grids/lib/igc-column-state.d.ts +0 -4
  56. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
  57. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
  58. package/grids/lib/igc-grid-base-directive.d.ts +34 -21
  59. package/grids/lib/igc-grid-component.d.ts +1 -1
  60. package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
  61. package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
  62. package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
  63. package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
  64. package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
  65. package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
  66. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
  67. package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
  68. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
  69. package/grids/lib/igc-header-type.d.ts +0 -5
  70. package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
  71. package/grids/lib/igc-paginator-component.d.ts +6 -22
  72. package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
  73. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  74. package/grids/lib/igc-pivot-configuration.d.ts +0 -1
  75. package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
  76. package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
  77. package/grids/lib/igc-pivot-dimension.d.ts +12 -1
  78. package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
  79. package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
  80. package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
  81. package/grids/lib/igc-pivot-value.d.ts +0 -2
  82. package/grids/lib/igc-position-settings.d.ts +1 -10
  83. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
  84. package/grids/lib/igc-row-data-event-args.d.ts +10 -0
  85. package/grids/lib/igc-row-directive.d.ts +0 -5
  86. package/grids/lib/igc-row-island-component.d.ts +50 -146
  87. package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
  88. package/grids/lib/igc-sorting-options.d.ts +0 -1
  89. package/grids/lib/igc-tree-grid-component.d.ts +15 -18
  90. package/grids/lib/pivot-row-layout-type.d.ts +3 -0
  91. package/grids/lib/pivot-summary-position.d.ts +3 -0
  92. package/grids/styles.css +1 -1
  93. package/grids/themes/dark/bootstrap.css +1 -1
  94. package/grids/themes/dark/fluent.css +1 -1
  95. package/grids/themes/dark/indigo.css +1 -1
  96. package/grids/themes/dark/material.css +1 -1
  97. package/grids/themes/light/bootstrap.css +1 -1
  98. package/grids/themes/light/fluent.css +1 -1
  99. package/grids/themes/light/indigo.css +1 -1
  100. package/grids/themes/light/material.css +1 -1
  101. package/lib/CheckboxListBridge.d.ts +29 -0
  102. package/lib/CheckboxListExternal.d.ts +29 -0
  103. package/lib/CheckboxListViewExternal.d.ts +16 -0
  104. package/lib/CheckboxListView_combined.d.ts +130 -121
  105. package/lib/CheckedChangedEventArgs.d.ts +3 -2
  106. package/lib/ColumnFilterCondition_combined.d.ts +1 -1
  107. package/lib/DateEditorView.d.ts +2 -2
  108. package/lib/NativeUIGridFactory.d.ts +19 -0
  109. package/lib/igc-checkbox-list-component.d.ts +19 -0
  110. package/lib/igc-checked-changed-event-args.d.ts +2 -0
  111. package/package.json +4 -4
  112. package/public_api.d.ts +5 -0
  113. package/grids/3rdpartylicenses.txt +0 -705
  114. package/grids/lib/display-density.d.ts +0 -3
  115. package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
  116. package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
  117. package/grids/lib/igc-display-density-base.d.ts +0 -45
  118. package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
  119. package/grids/lib/igc-grid-header-component.d.ts +0 -16
  120. package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
  121. package/grids/lib/igc-toggle-directive.d.ts +0 -171
@@ -3604,16 +3604,16 @@
3604
3604
  a.l("currentPage : " + this.h + ", ");
3605
3605
  a.l("pageCount : " + this.i + ", ");
3606
3606
  if (this.c != null) {
3607
- a.l("firstPageButton : " + this.c.ab() + ", ");
3607
+ a.l("firstPageButton : " + this.c.serialize() + ", ");
3608
3608
  }
3609
3609
  if (this.f != null) {
3610
- a.l("previousPageButton : " + this.f.ab() + ", ");
3610
+ a.l("previousPageButton : " + this.f.serialize() + ", ");
3611
3611
  }
3612
3612
  if (this.e != null) {
3613
- a.l("nextPageButton : " + this.e.ab() + ", ");
3613
+ a.l("nextPageButton : " + this.e.serialize() + ", ");
3614
3614
  }
3615
3615
  if (this.d != null) {
3616
- a.l("lastPageButton : " + this.d.ab() + ", ");
3616
+ a.l("lastPageButton : " + this.d.serialize() + ", ");
3617
3617
  }
3618
3618
  a.l("}");
3619
3619
  return a.toString();
@@ -12718,7 +12718,7 @@
12718
12718
  if (this.b.isVirtual) {
12719
12719
  this.b.firstVisibleIndexRequested = a;
12720
12720
  this.b.lastVisibleIndexRequested = a + this.ah;
12721
- this.d.d8 = false;
12721
+ this.d.eb = false;
12722
12722
  }
12723
12723
  this.b2();
12724
12724
  this.ac.clear();
@@ -12729,7 +12729,7 @@
12729
12729
  var c = this.b.getItemAtIndex(b);
12730
12730
  this.ac.add1(c);
12731
12731
  if (c != null) {
12732
- this.d.d8 = true;
12732
+ this.d.eb = true;
12733
12733
  }
12734
12734
  }
12735
12735
  var d = new Array(this.ac.count);
@@ -12740,7 +12740,7 @@
12740
12740
  if (this.targetGrid != null) {
12741
12741
  this.targetGrid.actualDataSource.queueAutoRefresh();
12742
12742
  this.targetGrid.actualDataSource.flushAutoRefresh();
12743
- if (this.b.isVirtual && this.d.d8) {
12743
+ if (this.b.isVirtual && this.d.eb) {
12744
12744
  this.targetGrid.v4(0, this.ao - 1);
12745
12745
  }
12746
12746
  else {
@@ -12771,7 +12771,7 @@
12771
12771
  this.b.summaryScope = this.p;
12772
12772
  var b = this.b;
12773
12773
  b.schemaChanged = igniteuiWebcomponentsCore.delegateCombine(b.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.bj));
12774
- this.d.d7 = this.b;
12774
+ this.d.ea = this.b;
12775
12775
  switch (this.l) {
12776
12776
  case 1:
12777
12777
  case 0:
@@ -13146,16 +13146,16 @@
13146
13146
  tslib.__extends(PagedDataProvider, _super);
13147
13147
  function PagedDataProvider(a) {
13148
13148
  var _this = _super.call(this) || this;
13149
- _this.au = null;
13150
- _this.au = a;
13149
+ _this.av = null;
13150
+ _this.av = a;
13151
13151
  return _this;
13152
13152
  }
13153
13153
  PagedDataProvider.prototype.getItemValue = function (a, b) {
13154
13154
  if (a == null) {
13155
13155
  return null;
13156
13156
  }
13157
- if (this.au.actualDataSource.isVirtual) {
13158
- var c = this.au.actualDataSource;
13157
+ if (this.av.actualDataSource.isVirtual) {
13158
+ var c = this.av.actualDataSource;
13159
13159
  return c.actualDataProvider.getItemValue(a, b);
13160
13160
  }
13161
13161
  return _super.prototype.getItemValue.call(this, a, b);
@@ -53819,15 +53819,15 @@
53819
53819
  e.append(f);
53820
53820
  var g = a.createElement("div");
53821
53821
  e.append(g);
53822
- _this.y = new igniteuiWebcomponentsInputs.DatePicker();
53822
+ _this.y = new igniteuiWebcomponentsInputs.XDatePicker();
53823
53823
  _this.y.ay = false;
53824
53824
  _this.y.provideContainer(e);
53825
53825
  _this.y.w = b;
53826
53826
  _this.y.y = 3;
53827
- _this.y.az = _this.showClearButton;
53828
- _this.y.a0 = _this.ac;
53829
- _this.y.dx = _this.textColor;
53830
- _this.y.be = -1;
53827
+ _this.y.a0 = _this.showClearButton;
53828
+ _this.y.a1 = _this.ac;
53829
+ _this.y.dy = _this.textColor;
53830
+ _this.y.bf = -1;
53831
53831
  var h = e.getExternal(_this.y, e.rootWrapper, null);
53832
53832
  if (_this.z != null) {
53833
53833
  _this.y.ad = _this.z;
@@ -53922,12 +53922,12 @@
53922
53922
  DateEditorView.prototype.s = function () {
53923
53923
  if (this.y != null) {
53924
53924
  this.y.focus(true);
53925
- this.y.df();
53925
+ this.y.dg();
53926
53926
  }
53927
53927
  };
53928
53928
  DateEditorView.prototype.ag = function () {
53929
53929
  if (this.y != null) {
53930
- this.y.cq();
53930
+ this.y.cr();
53931
53931
  }
53932
53932
  };
53933
53933
  DateEditorView.prototype.u = function (a, b, c) {
@@ -53938,18 +53938,18 @@
53938
53938
  break;
53939
53939
  case "ShowClearButton":
53940
53940
  if (this.y != null) {
53941
- this.y.az = this.showClearButton;
53941
+ this.y.a0 = this.showClearButton;
53942
53942
  }
53943
53943
  break;
53944
53944
  case "ShowTodayButton":
53945
53945
  if (this.y != null) {
53946
- this.y.a0 = this.ac;
53946
+ this.y.a1 = this.ac;
53947
53947
  }
53948
53948
  break;
53949
53949
  }
53950
53950
  };
53951
53951
  DateEditorView.prototype.ak = function () {
53952
- this.y.by = this.ae;
53952
+ this.y.bz = this.ae;
53953
53953
  };
53954
53954
  DateEditorView.prototype.w = function () {
53955
53955
  this.ab = true;
@@ -53974,7 +53974,7 @@
53974
53974
  DateEditorView.prototype.v = function () {
53975
53975
  _super.prototype.v.call(this);
53976
53976
  if (this.y != null) {
53977
- this.y.dx = this.textColor;
53977
+ this.y.dy = this.textColor;
53978
53978
  }
53979
53979
  };
53980
53980
  DateEditorView.prototype.onDatePickerValueChanged = function (a, b) {
@@ -63069,7 +63069,7 @@
63069
63069
  if (c != 0) {
63070
63070
  a.l(",");
63071
63071
  }
63072
- a.l(this.d._inner[c].k());
63072
+ a.l(this.d._inner[c].l());
63073
63073
  }
63074
63074
  a.l("]");
63075
63075
  a.l("}");
@@ -64122,10 +64122,10 @@
64122
64122
  for (var k = 0; k < j.count; k++) {
64123
64123
  var l = this.q._inner[k].au();
64124
64124
  var m = this.d.b(j._inner[k]);
64125
- l.h = m[0] - d;
64126
- l.f = m[1] - e;
64127
- l.e = igniteuiWebcomponentsCore.NativeUI.d(j._inner[k]);
64128
- l.i = igniteuiWebcomponentsCore.NativeUI.k(j._inner[k]);
64125
+ l.i = m[0] - d;
64126
+ l.g = m[1] - e;
64127
+ l.f = igniteuiWebcomponentsCore.NativeUI.d(j._inner[k]);
64128
+ l.j = igniteuiWebcomponentsCore.NativeUI.k(j._inner[k]);
64129
64129
  a.d.add(l);
64130
64130
  }
64131
64131
  if (this.k != null) {
@@ -70750,8 +70750,9 @@
70750
70750
  tslib.__extends(CheckedChangedEventArgs, _super);
70751
70751
  function CheckedChangedEventArgs() {
70752
70752
  var _this = _super !== null && _super.apply(this, arguments) || this;
70753
- _this.b = 0;
70754
- _this.a = false;
70753
+ _this.c = 0;
70754
+ _this.b = false;
70755
+ _this.a = null;
70755
70756
  return _this;
70756
70757
  }
70757
70758
  CheckedChangedEventArgs.$t = igniteuiWebcomponentsCore.markType(CheckedChangedEventArgs, 'CheckedChangedEventArgs');
@@ -70829,13 +70830,13 @@
70829
70830
  CheckboxListView.prototype.w = function (a) {
70830
70831
  var b = a.rootWrapper.getChildAt(0);
70831
70832
  this.h = b;
70832
- this.b.r = new igniteuiWebcomponentsInputs.XInputGroup();
70833
+ this.b.t = new igniteuiWebcomponentsInputs.XInputGroup();
70833
70834
  var c = a.getSubRenderer(b);
70834
- this.b.r.provideContainer(c);
70835
- var d = c.getExternal(this.b.r, c.rootWrapper, c.getExternal(this.b, null, null));
70836
- this.b.r.d = this.b.t;
70837
- this.b.r.p = this.b.y;
70838
- this.b.r.t = this.b.aa;
70835
+ this.b.t.provideContainer(c);
70836
+ var d = c.getExternal(this.b.t, c.rootWrapper, c.getExternal(this.b, null, null));
70837
+ this.b.t.d = this.b.v;
70838
+ this.b.t.p = this.b.aa;
70839
+ this.b.t.t = this.b.ac;
70839
70840
  var e = a.createElement("div");
70840
70841
  var f = a.getSubRenderer(e);
70841
70842
  var g = new igniteuiWebcomponentsInputs.XPrefix();
@@ -70845,38 +70846,38 @@
70845
70846
  var j = a.getSubRenderer(i);
70846
70847
  this.c = new igniteuiWebcomponentsInputs.XIcon();
70847
70848
  this.c.provideContainer(j);
70848
- this.c.fill = this.b.du;
70849
- this.c.svgPath = CheckboxList.bt;
70849
+ this.c.fill = this.b.d1;
70850
+ this.c.svgPath = CheckboxList.bw;
70850
70851
  var k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
70851
70852
  g.appendContentChild(i);
70852
- this.b.r.appendContentChild(e);
70853
- this.b.r.inputs.add(g);
70853
+ this.b.t.appendContentChild(e);
70854
+ this.b.t.inputs.add(g);
70854
70855
  var l = a.createElement("div");
70855
70856
  l.setRawStyleProperty("flex-grow", "1");
70856
70857
  var m = a.getSubRenderer(l);
70857
- this.b.p = new igniteuiWebcomponentsInputs.XInput();
70858
- this.b.p.provideContainer(m);
70859
- this.b.p.b8 = "text";
70860
- var n = m.getExternal(this.b.p, m.rootWrapper, m.getExternal(this.b, null, null));
70861
- if (this.b.bg != null) {
70862
- this.b.p.cg = this.b.bg;
70858
+ this.b.r = new igniteuiWebcomponentsInputs.XInput();
70859
+ this.b.r.provideContainer(m);
70860
+ this.b.r.b8 = "text";
70861
+ var n = m.getExternal(this.b.r, m.rootWrapper, m.getExternal(this.b, null, null));
70862
+ if (this.b.bi != null) {
70863
+ this.b.r.cg = this.b.bi;
70863
70864
  }
70864
- this.b.r.appendContentChild(l);
70865
- this.b.r.inputs.add(this.b.p);
70866
- this.b.ck();
70865
+ this.b.t.appendContentChild(l);
70866
+ this.b.t.inputs.add(this.b.r);
70867
+ this.b.co();
70867
70868
  };
70868
70869
  CheckboxListView.prototype.s = function () {
70869
70870
  if (this.f != null) {
70870
70871
  var a = this.f.rootWrapper.getChildAt(3);
70871
70872
  a.setStyleProperty("width", "100%");
70872
70873
  a.setStyleProperty("margin", "4px 0px 0px 0px");
70873
- if (this.b.as == false) {
70874
+ if (this.b.au == false) {
70874
70875
  a.setStyleProperty("height", "calc(100% - 50px");
70875
70876
  }
70876
70877
  else {
70877
70878
  a.setStyleProperty("height", "calc(100% - 75px");
70878
70879
  }
70879
- if (!this.b.aq && !this.b.as) {
70880
+ if (!this.b.as && !this.b.au) {
70880
70881
  a.setStyleProperty("height", "100%");
70881
70882
  }
70882
70883
  }
@@ -70889,14 +70890,14 @@
70889
70890
  d.provideContainer(e);
70890
70891
  var f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
70891
70892
  this.e.addItem(a, d);
70892
- d.n = this.b.y;
70893
+ d.n = this.b.aa;
70893
70894
  d.y = true;
70894
70895
  d.change = igniteuiWebcomponentsCore.delegateCombine(d.change, igniteuiWebcomponentsCore.runOn(this, this.k));
70895
70896
  var g = this.f.createElement("div");
70896
70897
  a.setStyleProperty("display", "flex");
70897
70898
  a.setStyleProperty("height", "100%");
70898
70899
  a.setStyleProperty("align-items", "center");
70899
- switch (this.b.aa) {
70900
+ switch (this.b.ac) {
70900
70901
  case 1:
70901
70902
  a.setStyleProperty("margin-top", "-4px");
70902
70903
  break;
@@ -70937,11 +70938,11 @@
70937
70938
  finally {
70938
70939
  d.z = h;
70939
70940
  }
70940
- d.dk = this.b.dl;
70941
- d.dd = this.b.dj;
70942
- d.dl = this.b.dm;
70943
- d.de = this.b.dk;
70944
- d.dm = this.b.dn;
70941
+ d.dk = this.b.dr;
70942
+ d.dd = this.b.dp;
70943
+ d.dl = this.b.ds;
70944
+ d.de = this.b.dq;
70945
+ d.dm = this.b.dt;
70945
70946
  }
70946
70947
  };
70947
70948
  CheckboxListView.prototype.z = function () {
@@ -70951,7 +70952,7 @@
70951
70952
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
70952
70953
  var a = _c.value;
70953
70954
  var b = a.value;
70954
- b.n = this.b.y;
70955
+ b.n = this.b.aa;
70955
70956
  }
70956
70957
  }
70957
70958
  catch (e_1_1) {
@@ -70969,7 +70970,7 @@
70969
70970
  }
70970
70971
  }
70971
70972
  if (this.a != null) {
70972
- this.a.n = this.b.y;
70973
+ this.a.n = this.b.aa;
70973
70974
  }
70974
70975
  };
70975
70976
  CheckboxListView.prototype.x = function () {
@@ -70980,21 +70981,21 @@
70980
70981
  var e = c.checked;
70981
70982
  if (e == true) {
70982
70983
  if (this.b.l == 0) {
70983
- this.b.cw(d);
70984
+ this.b.c0(d);
70984
70985
  }
70985
70986
  else {
70986
- this.b.b5(d);
70987
+ this.b.b8(d);
70987
70988
  }
70988
70989
  }
70989
70990
  else {
70990
70991
  if (this.b.l == 0) {
70991
- this.b.b5(d);
70992
+ this.b.b8(d);
70992
70993
  }
70993
70994
  else {
70994
- this.b.cw(d);
70995
+ this.b.c0(d);
70995
70996
  }
70996
70997
  }
70997
- this.b.ci(d, e);
70998
+ this.b.cm(d, e);
70998
70999
  this.ag(false);
70999
71000
  };
71000
71001
  CheckboxListView.prototype.l = function () {
@@ -71008,7 +71009,7 @@
71008
71009
  var e = parseInt(d.a4.toString());
71009
71010
  if (e == a) {
71010
71011
  d.checked = b;
71011
- this.b.ci(e, b);
71012
+ this.b.cm(e, b);
71012
71013
  }
71013
71014
  }
71014
71015
  }
@@ -71066,9 +71067,9 @@
71066
71067
  this.a = new igniteuiWebcomponentsInputs.XCheckbox();
71067
71068
  this.a.provideContainer(c);
71068
71069
  var d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
71069
- this.a.n = this.b.y;
71070
+ this.a.n = this.b.aa;
71070
71071
  this.i = a.createElement("label");
71071
- this.i.setRawText(this.b.bx);
71072
+ this.i.setRawText(this.b.b0);
71072
71073
  this.i.setStyleProperty("font-size", "13px");
71073
71074
  this.j.setStyleProperty("display", "flex");
71074
71075
  this.j.setStyleProperty("flex-direction", "row");
@@ -71084,34 +71085,37 @@
71084
71085
  };
71085
71086
  CheckboxListView.prototype.af = function () {
71086
71087
  if (null != this.i) {
71087
- this.i.setRawText(this.b.bx);
71088
- igniteuiWebcomponentsCore.NativeUI.q(this.i, this.b.dh);
71088
+ this.i.setRawText(this.b.b0);
71089
+ igniteuiWebcomponentsCore.NativeUI.q(this.i, this.b.dm);
71089
71090
  }
71090
71091
  };
71091
71092
  CheckboxListView.prototype.ai = function () {
71092
71093
  if (null != this.i) {
71093
- var a = this.b.as ? "flex" : "none";
71094
+ var a = this.b.au ? "flex" : "none";
71094
71095
  this.j.setStyleProperty("display", a);
71095
71096
  }
71096
71097
  };
71097
71098
  CheckboxListView.prototype.ae = function () {
71098
71099
  if (this.h != null) {
71099
- this.h.setStyleProperty("display", this.b.aq ? "block" : "none");
71100
+ this.h.setStyleProperty("display", this.b.as ? "block" : "none");
71100
71101
  }
71101
71102
  if (this.g != null) {
71102
- this.g.setStyleProperty("display", this.b.aq ? "block" : "none");
71103
+ this.g.setStyleProperty("display", this.b.as ? "block" : "none");
71103
71104
  }
71104
71105
  };
71105
71106
  CheckboxListView.prototype.ag = function (a) {
71106
71107
  if (a === void 0) {
71107
71108
  a = true;
71108
71109
  }
71110
+ if (this.a == null) {
71111
+ return;
71112
+ }
71109
71113
  var b = this.d;
71110
71114
  this.d = true;
71111
71115
  var c = this.a.z;
71112
71116
  this.a.z = a;
71113
71117
  try {
71114
- if (this.b.ao) {
71118
+ if (this.b.aq) {
71115
71119
  this.a.indeterminate = true;
71116
71120
  return;
71117
71121
  }
@@ -71133,12 +71137,12 @@
71133
71137
  return;
71134
71138
  }
71135
71139
  if (b.isChecked) {
71136
- this.b.cy();
71137
- this.b.cp(b.isChecked);
71140
+ this.b.c2();
71141
+ this.b.ct(b.isChecked);
71138
71142
  }
71139
71143
  else {
71140
- this.b.b9();
71141
- this.b.cp(b.isChecked);
71144
+ this.b.cc();
71145
+ this.b.ct(b.isChecked);
71142
71146
  }
71143
71147
  };
71144
71148
  CheckboxListView.prototype.ad = function () {
@@ -71148,18 +71152,41 @@
71148
71152
  }
71149
71153
  var b = a.rootWrapper;
71150
71154
  if (null != b) {
71151
- igniteuiWebcomponentsCore.NativeUI.q(b, this.b.dy);
71152
- igniteuiWebcomponentsCore.NativeUI.m(b, this.b.di);
71155
+ igniteuiWebcomponentsCore.NativeUI.q(b, this.b.d5);
71156
+ igniteuiWebcomponentsCore.NativeUI.m(b, this.b.dn);
71153
71157
  }
71154
71158
  };
71155
71159
  CheckboxListView.prototype.ab = function () {
71156
71160
  if (this.c != null) {
71157
- this.c.fill = this.b.du;
71161
+ this.c.fill = this.b.d1;
71162
+ }
71163
+ };
71164
+ CheckboxListView.prototype.aj = function () {
71165
+ var a = 248;
71166
+ var b = 0;
71167
+ if (this.b.itemsSource == null) {
71168
+ return new igniteuiWebcomponentsCore.Size(1, a, b + 158);
71169
+ }
71170
+ var c = (this.b.itemsSource.length);
71171
+ b += 4;
71172
+ b += 16;
71173
+ b += 38;
71174
+ b += 8;
71175
+ b += 4;
71176
+ var d = this.b.h != null ? this.b.h.actualRowHeight : 30;
71177
+ var e = d * c;
71178
+ if (e > 150) {
71179
+ b += 150;
71180
+ b += 15;
71158
71181
  }
71182
+ else {
71183
+ b += e;
71184
+ }
71185
+ return new igniteuiWebcomponentsCore.Size(1, a, b);
71159
71186
  };
71160
71187
  CheckboxListView.prototype.ac = function () {
71161
- if (this.b.ae != null) {
71162
- this.i.setStyleProperty("font", this.b.ae.fontString);
71188
+ if (this.b.ag != null) {
71189
+ this.i.setStyleProperty("font", this.b.ag.fontString);
71163
71190
  }
71164
71191
  else {
71165
71192
  this.i.setStyleProperty("font-family", "Verdana");
@@ -71167,11 +71194,11 @@
71167
71194
  }
71168
71195
  };
71169
71196
  CheckboxListView.prototype.y = function () {
71170
- this.a.dk = this.b.dl;
71171
- this.a.dd = this.b.dj;
71172
- this.a.dl = this.b.dm;
71173
- this.a.de = this.b.dk;
71174
- this.a.dm = this.b.dn;
71197
+ this.a.dk = this.b.dr;
71198
+ this.a.dd = this.b.dp;
71199
+ this.a.dl = this.b.ds;
71200
+ this.a.de = this.b.dq;
71201
+ this.a.dm = this.b.dt;
71175
71202
  };
71176
71203
  CheckboxListView.prototype.aa = function (a) {
71177
71204
  if (this.g != null) {
@@ -71194,52 +71221,55 @@
71194
71221
  _this.m = null;
71195
71222
  _this.h = null;
71196
71223
  _this.i = null;
71197
- _this.ab = null;
71224
+ _this.ad = null;
71198
71225
  _this.d = null;
71199
- _this.ai = false;
71226
+ _this.ak = false;
71200
71227
  _this.c = null;
71201
- _this.o = null;
71202
71228
  _this.q = null;
71203
- _this.aj = false;
71204
- _this.ag = null;
71229
+ _this.s = null;
71230
+ _this.al = false;
71231
+ _this.ai = null;
71205
71232
  _this.f = new GridSelectedKeysCollection();
71206
71233
  _this.a = null;
71207
71234
  _this.propertyChanged = null;
71235
+ _this.selectedKeyAdded = null;
71236
+ _this.selectedKeyRemoved = null;
71208
71237
  _this.checkedChanged = null;
71209
- _this.ay = null;
71210
71238
  _this.a0 = null;
71211
71239
  _this.a2 = null;
71212
- _this.a1 = null;
71213
- _this.s = 3;
71214
- _this.au = -1;
71215
- _this.ac = null;
71240
+ _this.a4 = null;
71241
+ _this.a3 = null;
71242
+ _this.u = 3;
71243
+ _this.aw = -1;
71244
+ _this.ae = null;
71216
71245
  _this.k = 1;
71217
- _this.x = 1;
71218
- _this.z = 2;
71219
- _this.dd = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
71246
+ _this.z = 1;
71247
+ _this.ab = 2;
71248
+ _this.di = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
71249
+ _this.dg = null;
71250
+ _this.dj = null;
71251
+ _this.dh = null;
71252
+ _this.af = null;
71220
71253
  _this.db = null;
71221
- _this.de = null;
71222
- _this.dc = null;
71223
- _this.ad = null;
71224
- _this.c7 = null;
71225
- _this.c5 = null;
71226
- _this.c8 = null;
71227
- _this.c6 = null;
71228
71254
  _this.c9 = null;
71229
- _this.v = 0;
71255
+ _this.dc = null;
71230
71256
  _this.da = null;
71231
- _this.bw = null;
71257
+ _this.dd = null;
71258
+ _this.x = 0;
71232
71259
  _this.df = null;
71233
- _this.c3 = CheckboxList.dq;
71234
- _this.ar = true;
71235
- _this.c4 = CheckboxList.dp;
71236
- _this.dg = CheckboxList.dq;
71260
+ _this.bz = null;
71261
+ _this.dk = null;
71262
+ _this.c7 = CheckboxList.dw;
71263
+ _this.at = true;
71264
+ _this.c8 = CheckboxList.du;
71265
+ _this.de = CheckboxList.dv;
71266
+ _this.dl = CheckboxList.dw;
71237
71267
  _this.selectAllCheckboxChanged = null;
71238
- _this.aw = -1;
71239
- _this.ap = true;
71240
- _this.am = true;
71268
+ _this.ay = -1;
71269
+ _this.ar = true;
71270
+ _this.ao = true;
71241
71271
  var a = _this.f;
71242
- a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.cr));
71272
+ a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.cv));
71243
71273
  _this.d = new igniteuiWebcomponentsCore.FilterFactory();
71244
71274
  var b = new CheckboxListView();
71245
71275
  b.b = _this;
@@ -71247,22 +71277,22 @@
71247
71277
  _this.m.n();
71248
71278
  return _this;
71249
71279
  }
71250
- Object.defineProperty(CheckboxList.prototype, "r", {
71280
+ Object.defineProperty(CheckboxList.prototype, "t", {
71251
71281
  get: function () {
71252
- return this.q;
71282
+ return this.s;
71253
71283
  },
71254
71284
  set: function (a) {
71255
- this.q = a;
71285
+ this.s = a;
71256
71286
  },
71257
71287
  enumerable: false,
71258
71288
  configurable: true
71259
71289
  });
71260
- Object.defineProperty(CheckboxList.prototype, "p", {
71290
+ Object.defineProperty(CheckboxList.prototype, "r", {
71261
71291
  get: function () {
71262
- return this.o;
71292
+ return this.q;
71263
71293
  },
71264
71294
  set: function (a) {
71265
- this.o = a;
71295
+ this.q = a;
71266
71296
  },
71267
71297
  enumerable: false,
71268
71298
  configurable: true
@@ -71277,13 +71307,13 @@
71277
71307
  enumerable: false,
71278
71308
  configurable: true
71279
71309
  });
71280
- Object.defineProperty(CheckboxList.prototype, "ah", {
71310
+ Object.defineProperty(CheckboxList.prototype, "aj", {
71281
71311
  get: function () {
71282
- if (this.ag == null) {
71283
- this.ag = new igniteuiWebcomponentsCore.SRProvider(this.m.f);
71284
- this.ag.cb("DataGrid");
71312
+ if (this.ai == null) {
71313
+ this.ai = new igniteuiWebcomponentsCore.SRProvider(this.m.f);
71314
+ this.ai.cb("DataGrid");
71285
71315
  }
71286
- return this.ag;
71316
+ return this.ai;
71287
71317
  },
71288
71318
  enumerable: false,
71289
71319
  configurable: true
@@ -71303,61 +71333,91 @@
71303
71333
  var b = this.a;
71304
71334
  this.a = a;
71305
71335
  if (b != this.a) {
71306
- this.cn("PrimaryKey", b, this.a);
71336
+ this.cr("PrimaryKey", b, this.a);
71307
71337
  }
71308
71338
  },
71309
71339
  enumerable: false,
71310
71340
  configurable: true
71311
71341
  });
71312
- CheckboxList.prototype.cr = function (a, b) {
71313
- if (this.e == null || this.e.actualSchema == null || this.ai) {
71342
+ CheckboxList.prototype.cv = function (a, b) {
71343
+ if (this.e == null || this.e.actualSchema == null || this.ak) {
71314
71344
  return;
71315
71345
  }
71316
71346
  switch (b.action) {
71317
71347
  case 0:
71318
71348
  for (var c = 0; c < b.newItems.count; c++) {
71319
- this.cl(b.newItems.item(c));
71349
+ this.cp(b.newItems.item(c));
71320
71350
  }
71321
71351
  break;
71322
71352
  case 1:
71323
71353
  for (var d = 0; d < b.oldItems.count; d++) {
71324
- this.cm(b.oldItems.item(d));
71354
+ this.cq(b.oldItems.item(d));
71325
71355
  }
71326
71356
  break;
71327
71357
  case 2:
71328
71358
  for (var e = 0; e < b.oldItems.count; e++) {
71329
- this.cm(b.oldItems.item(e));
71359
+ this.cq(b.oldItems.item(e));
71330
71360
  }
71331
71361
  for (var f = 0; f < b.newItems.count; f++) {
71332
- this.cl(b.newItems.item(f));
71362
+ this.cp(b.newItems.item(f));
71333
71363
  }
71334
71364
  break;
71335
71365
  case 4:
71336
71366
  this.m.u(this.l == 0);
71337
71367
  for (var g = 0; g < this.g.ae.count; g++) {
71338
- this.cl(this.g.ae._inner[g]);
71368
+ this.cp(this.g.ae._inner[g]);
71339
71369
  }
71340
71370
  break;
71341
71371
  }
71342
71372
  };
71343
- CheckboxList.prototype.cl = function (a) {
71373
+ CheckboxList.prototype.cp = function (a) {
71374
+ var _this = this;
71344
71375
  var b = this.e.indexOfKey(a.value);
71345
71376
  if (b >= 0) {
71346
71377
  this.m.t(b, this.l == 1);
71347
71378
  }
71379
+ if (this.selectedKeyAdded == null) {
71380
+ return;
71381
+ }
71382
+ this.selectedKeyAdded(this, ((function () {
71383
+ var $ret = new CheckedChangedEventArgs();
71384
+ $ret.c = b;
71385
+ $ret.b = _this.l == 1;
71386
+ $ret.a = a.value;
71387
+ return $ret;
71388
+ })()));
71348
71389
  };
71349
- CheckboxList.prototype.cm = function (a) {
71390
+ CheckboxList.prototype.cq = function (a) {
71391
+ var _this = this;
71350
71392
  var b = this.e.indexOfKey(a.value);
71351
71393
  if (b >= 0) {
71352
71394
  this.m.t(b, this.l == 0);
71353
71395
  }
71396
+ if (this.selectedKeyRemoved == null) {
71397
+ return;
71398
+ }
71399
+ this.selectedKeyRemoved(this, ((function () {
71400
+ var $ret = new CheckedChangedEventArgs();
71401
+ $ret.c = b;
71402
+ $ret.b = _this.l == 0;
71403
+ $ret.a = a.value;
71404
+ return $ret;
71405
+ })()));
71354
71406
  };
71355
- CheckboxList.prototype.ci = function (a, b) {
71356
- if (this.checkedChanged != null && this.aj == false) {
71407
+ CheckboxList.prototype.cm = function (a, b) {
71408
+ if (this.checkedChanged != null && this.al == false) {
71409
+ var c_1 = null;
71410
+ if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
71411
+ c_1 = new Array(this.e.actualPrimaryKey.length);
71412
+ for (var d = 0; d < this.e.actualPrimaryKey.length; d++) {
71413
+ c_1[d] = this.e.getItemPropertyAtIndex(a, this.e.actualPrimaryKey[d]);
71414
+ }
71415
+ }
71357
71416
  this.checkedChanged(this, ((function () {
71358
71417
  var $ret = new CheckedChangedEventArgs();
71359
- $ret.b = a;
71360
- $ret.a = b;
71418
+ $ret.c = a;
71419
+ $ret.b = b;
71420
+ $ret.a = c_1;
71361
71421
  return $ret;
71362
71422
  })()));
71363
71423
  }
@@ -71368,52 +71428,59 @@
71368
71428
  CheckboxList.prototype.destroy = function () {
71369
71429
  if (this.h != null) {
71370
71430
  var a = this.h;
71371
- a.cellClicked = igniteuiWebcomponentsCore.delegateRemove(a.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.cb));
71431
+ a.cellClicked = igniteuiWebcomponentsCore.delegateRemove(a.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.ce));
71432
+ var b = this.h;
71433
+ b.sizeChanged = igniteuiWebcomponentsCore.delegateRemove(b.sizeChanged, igniteuiWebcomponentsCore.runOn(this, this.cf));
71372
71434
  if (this.h.actualDataSource != null) {
71373
- var b = this.h.actualDataSource;
71374
- b.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(b.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.co));
71435
+ var c = this.h.actualDataSource;
71436
+ c.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(c.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.cs));
71375
71437
  }
71376
71438
  }
71377
- if (this.o != null) {
71378
- var c = this.o;
71379
- c.change = igniteuiWebcomponentsCore.delegateRemove(c.change, igniteuiWebcomponentsCore.runOn(this, this.cc));
71439
+ if (this.q != null) {
71440
+ var d = this.q;
71441
+ d.change = igniteuiWebcomponentsCore.delegateRemove(d.change, igniteuiWebcomponentsCore.runOn(this, this.cg));
71380
71442
  }
71381
71443
  this.provideContainer(null, null, null);
71382
71444
  if (this.i != null) {
71383
- var d = this.i;
71384
- d.cellUpdating = igniteuiWebcomponentsCore.delegateRemove(d.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.b8));
71445
+ var e = this.i;
71446
+ e.cellUpdating = igniteuiWebcomponentsCore.delegateRemove(e.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.cb));
71385
71447
  }
71386
71448
  };
71387
71449
  CheckboxList.prototype.provideContainer = function (a, b, c) {
71388
71450
  this.h = b;
71389
71451
  if (null != this.h) {
71390
- this.h.scrollbarStyle = this.w;
71391
- this.h.scrollbarBackground = this.dr;
71452
+ this.h.scrollbarStyle = 1;
71453
+ var d = this.h;
71454
+ d.sizeChanged = igniteuiWebcomponentsCore.delegateCombine(d.sizeChanged, igniteuiWebcomponentsCore.runOn(this, this.cf));
71455
+ this.h.scrollbarBackground = this.dy;
71392
71456
  this.h.headerHeight = 0;
71393
71457
  this.h.rowSeparatorHeight = 0;
71394
71458
  this.h.defaultColumnMinWidth = NaN;
71395
71459
  this.h.autoGenerateColumns = false;
71396
71460
  this.h.activationMode = 0;
71397
71461
  this.h.editMode = 0;
71398
- var d = this.h;
71399
- d.cellClicked = igniteuiWebcomponentsCore.delegateCombine(d.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.cb));
71400
- if (this.ay != null) {
71401
- this.h.itemsSource = this.ay;
71402
- this.b7();
71403
- this.cq();
71404
- }
71462
+ var e = this.h;
71463
+ e.cellClicked = igniteuiWebcomponentsCore.delegateCombine(e.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.ce));
71405
71464
  if (this.a0 != null) {
71406
- this.cq();
71407
- this.c1();
71465
+ this.h.itemsSource = this.a0;
71466
+ this.ca();
71467
+ this.cu();
71468
+ }
71469
+ if (this.a2 != null) {
71470
+ this.cu();
71471
+ this.c5();
71408
71472
  }
71409
71473
  }
71410
71474
  this.m.q(c);
71411
71475
  this.m.m(a);
71412
71476
  };
71477
+ CheckboxList.prototype.cf = function (a, b) {
71478
+ this.h.scrollbarStyle = this.y;
71479
+ };
71413
71480
  CheckboxList.prototype.provideSelectAllSection = function (a) {
71414
71481
  this.m.q(a);
71415
71482
  };
71416
- CheckboxList.prototype.cb = function (a, b) {
71483
+ CheckboxList.prototype.ce = function (a, b) {
71417
71484
  if (b.cellInfo.l.a5 == 0) {
71418
71485
  return;
71419
71486
  }
@@ -71421,15 +71488,22 @@
71421
71488
  if (-1 == c) {
71422
71489
  return;
71423
71490
  }
71424
- var d = this.j(b.cellInfo.g4);
71425
- if (this.g.contains(d)) {
71426
- this.g.remove(d);
71491
+ var d = b.cellInfo.g4;
71492
+ var e = this.j(d);
71493
+ if (this.g.contains(e)) {
71494
+ if (this.ad != null) {
71495
+ this.ad.setPropertyValue(d, false);
71496
+ }
71497
+ this.g.remove(e);
71427
71498
  }
71428
71499
  else {
71429
- this.g.add(d);
71500
+ if (this.ad != null) {
71501
+ this.ad.setPropertyValue(d, true);
71502
+ }
71503
+ this.g.add(e);
71430
71504
  }
71431
71505
  };
71432
- CheckboxList.prototype.b8 = function (a, b) {
71506
+ CheckboxList.prototype.cb = function (a, b) {
71433
71507
  var c = b.cellInfo.l.x;
71434
71508
  if (-1 == c) {
71435
71509
  return;
@@ -71443,9 +71517,9 @@
71443
71517
  }
71444
71518
  this.m.o(b.content.element, c, d);
71445
71519
  };
71446
- CheckboxList.prototype.cj = function (a) {
71447
- if (this.a0 != null) {
71448
- var b = this.d.property(this.a0).cast(igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataSourceSchemaPropertyType_$type, 0)).toLower();
71520
+ CheckboxList.prototype.cn = function (a) {
71521
+ if (this.a2 != null) {
71522
+ var b = this.d.property(this.a2).cast(igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataSourceSchemaPropertyType_$type, 0)).toLower();
71449
71523
  var c = b.contains(a);
71450
71524
  if (!this.h.filterExpressions.k.contains(this.c)) {
71451
71525
  this.c = c;
@@ -71458,20 +71532,6 @@
71458
71532
  }
71459
71533
  };
71460
71534
  Object.defineProperty(CheckboxList.prototype, "itemsSource", {
71461
- get: function () {
71462
- return this.ay;
71463
- },
71464
- set: function (a) {
71465
- var b = this.ay;
71466
- this.ay = a;
71467
- if (b != this.ay) {
71468
- this.cn("ItemsSource", b, this.ay);
71469
- }
71470
- },
71471
- enumerable: false,
71472
- configurable: true
71473
- });
71474
- Object.defineProperty(CheckboxList.prototype, "bc", {
71475
71535
  get: function () {
71476
71536
  return this.a0;
71477
71537
  },
@@ -71479,13 +71539,13 @@
71479
71539
  var b = this.a0;
71480
71540
  this.a0 = a;
71481
71541
  if (b != this.a0) {
71482
- this.cn("DataMemberPath", b, this.a0);
71542
+ this.cr("ItemsSource", b, this.a0);
71483
71543
  }
71484
71544
  },
71485
71545
  enumerable: false,
71486
71546
  configurable: true
71487
71547
  });
71488
- Object.defineProperty(CheckboxList.prototype, "b0", {
71548
+ Object.defineProperty(CheckboxList.prototype, "be", {
71489
71549
  get: function () {
71490
71550
  return this.a2;
71491
71551
  },
@@ -71493,55 +71553,69 @@
71493
71553
  var b = this.a2;
71494
71554
  this.a2 = a;
71495
71555
  if (b != this.a2) {
71496
- this.cn("SelectedMemberPath", b, this.a2);
71556
+ this.cr("DataMemberPath", b, this.a2);
71497
71557
  }
71498
71558
  },
71499
71559
  enumerable: false,
71500
71560
  configurable: true
71501
71561
  });
71502
- Object.defineProperty(CheckboxList.prototype, "bg", {
71562
+ Object.defineProperty(CheckboxList.prototype, "b3", {
71503
71563
  get: function () {
71504
- return this.a1;
71564
+ return this.a4;
71505
71565
  },
71506
71566
  set: function (a) {
71507
- var b = this.a1;
71508
- this.a1 = a;
71509
- if (b != this.a1) {
71510
- this.cn("FilterPlaceholderText", b, this.a1);
71567
+ var b = this.a4;
71568
+ this.a4 = a;
71569
+ if (b != this.a4) {
71570
+ this.cr("SelectedMemberPath", b, this.a4);
71511
71571
  }
71512
71572
  },
71513
71573
  enumerable: false,
71514
71574
  configurable: true
71515
71575
  });
71516
- Object.defineProperty(CheckboxList.prototype, "t", {
71576
+ Object.defineProperty(CheckboxList.prototype, "bi", {
71517
71577
  get: function () {
71518
- return this.s;
71578
+ return this.a3;
71519
71579
  },
71520
71580
  set: function (a) {
71521
- var b = this.s;
71522
- this.s = a;
71523
- if (b != this.s) {
71524
- this.cn("SearchInputType", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, this.s));
71581
+ var b = this.a3;
71582
+ this.a3 = a;
71583
+ if (b != this.a3) {
71584
+ this.cr("FilterPlaceholderText", b, this.a3);
71525
71585
  }
71526
71586
  },
71527
71587
  enumerable: false,
71528
71588
  configurable: true
71529
71589
  });
71530
- Object.defineProperty(CheckboxList.prototype, "ax", {
71590
+ Object.defineProperty(CheckboxList.prototype, "v", {
71531
71591
  get: function () {
71532
- return this.au;
71592
+ return this.u;
71533
71593
  },
71534
71594
  set: function (a) {
71535
- var b = this.au;
71536
- this.au = a;
71537
- if (b != this.au) {
71538
- this.cn("RowHeight", b, this.au);
71595
+ var b = this.u;
71596
+ this.u = a;
71597
+ if (b != this.u) {
71598
+ this.cr("SearchInputType", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, this.u));
71539
71599
  }
71540
71600
  },
71541
71601
  enumerable: false,
71542
71602
  configurable: true
71543
71603
  });
71544
- Object.defineProperty(CheckboxList.prototype, "av", {
71604
+ Object.defineProperty(CheckboxList.prototype, "az", {
71605
+ get: function () {
71606
+ return this.aw;
71607
+ },
71608
+ set: function (a) {
71609
+ var b = this.aw;
71610
+ this.aw = a;
71611
+ if (b != this.aw) {
71612
+ this.cr("RowHeight", b, this.aw);
71613
+ }
71614
+ },
71615
+ enumerable: false,
71616
+ configurable: true
71617
+ });
71618
+ Object.defineProperty(CheckboxList.prototype, "ax", {
71545
71619
  get: function () {
71546
71620
  if (this.h != null) {
71547
71621
  return this.h.actualRowHeight;
@@ -71551,15 +71625,15 @@
71551
71625
  enumerable: false,
71552
71626
  configurable: true
71553
71627
  });
71554
- Object.defineProperty(CheckboxList.prototype, "ae", {
71628
+ Object.defineProperty(CheckboxList.prototype, "ag", {
71555
71629
  get: function () {
71556
- return this.ac;
71630
+ return this.ae;
71557
71631
  },
71558
71632
  set: function (a) {
71559
- var b = this.ac;
71560
- this.ac = a;
71561
- if (b != this.ac) {
71562
- this.cn("CellTextStyle", b, this.ac);
71633
+ var b = this.ae;
71634
+ this.ae = a;
71635
+ if (b != this.ae) {
71636
+ this.cr("CellTextStyle", b, this.ae);
71563
71637
  }
71564
71638
  },
71565
71639
  enumerable: false,
@@ -71573,215 +71647,215 @@
71573
71647
  var b = this.k;
71574
71648
  this.k = a;
71575
71649
  if (b != this.k) {
71576
- this.cn("IndexType", igniteuiWebcomponentsCore.enumGetBox(CheckboxListIndexType_$type, b), igniteuiWebcomponentsCore.enumGetBox(CheckboxListIndexType_$type, this.k));
71650
+ this.cr("IndexType", igniteuiWebcomponentsCore.enumGetBox(CheckboxListIndexType_$type, b), igniteuiWebcomponentsCore.enumGetBox(CheckboxListIndexType_$type, this.k));
71577
71651
  }
71578
71652
  },
71579
71653
  enumerable: false,
71580
71654
  configurable: true
71581
71655
  });
71582
- Object.defineProperty(CheckboxList.prototype, "y", {
71656
+ Object.defineProperty(CheckboxList.prototype, "aa", {
71583
71657
  get: function () {
71584
- return this.x;
71658
+ return this.z;
71585
71659
  },
71586
71660
  set: function (a) {
71587
- var b = this.x;
71588
- this.x = a;
71589
- if (b != this.x) {
71590
- this.cn("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.x));
71661
+ var b = this.z;
71662
+ this.z = a;
71663
+ if (b != this.z) {
71664
+ this.cr("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.z));
71591
71665
  }
71592
71666
  },
71593
71667
  enumerable: false,
71594
71668
  configurable: true
71595
71669
  });
71596
- Object.defineProperty(CheckboxList.prototype, "aa", {
71670
+ Object.defineProperty(CheckboxList.prototype, "ac", {
71597
71671
  get: function () {
71598
- return this.z;
71672
+ return this.ab;
71599
71673
  },
71600
71674
  set: function (a) {
71601
- var b = this.z;
71602
- this.z = a;
71603
- if (b != this.z) {
71604
- this.cn("Density", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.z));
71675
+ var b = this.ab;
71676
+ this.ab = a;
71677
+ if (b != this.ab) {
71678
+ this.cr("Density", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.ab));
71605
71679
  }
71606
71680
  },
71607
71681
  enumerable: false,
71608
71682
  configurable: true
71609
71683
  });
71610
- Object.defineProperty(CheckboxList.prototype, "du", {
71684
+ Object.defineProperty(CheckboxList.prototype, "d1", {
71611
71685
  get: function () {
71612
- return this.dd;
71686
+ return this.di;
71613
71687
  },
71614
71688
  set: function (a) {
71615
- var b = this.dd;
71616
- this.dd = a;
71617
- if (b != this.dd) {
71618
- this.cn("SearchIconColor", b, this.dd);
71689
+ var b = this.di;
71690
+ this.di = a;
71691
+ if (b != this.di) {
71692
+ this.cr("SearchIconColor", b, this.di);
71619
71693
  }
71620
71694
  },
71621
71695
  enumerable: false,
71622
71696
  configurable: true
71623
71697
  });
71624
- Object.defineProperty(CheckboxList.prototype, "ds", {
71698
+ Object.defineProperty(CheckboxList.prototype, "dz", {
71625
71699
  get: function () {
71626
- return this.db;
71700
+ return this.dg;
71627
71701
  },
71628
71702
  set: function (a) {
71629
- var b = this.db;
71630
- this.db = a;
71631
- if (b != this.db) {
71632
- this.cn("SearchBackgroundColor", b, this.db);
71703
+ var b = this.dg;
71704
+ this.dg = a;
71705
+ if (b != this.dg) {
71706
+ this.cr("SearchBackgroundColor", b, this.dg);
71633
71707
  }
71634
71708
  },
71635
71709
  enumerable: false,
71636
71710
  configurable: true
71637
71711
  });
71638
- Object.defineProperty(CheckboxList.prototype, "dv", {
71712
+ Object.defineProperty(CheckboxList.prototype, "d2", {
71639
71713
  get: function () {
71640
- return this.de;
71714
+ return this.dj;
71641
71715
  },
71642
71716
  set: function (a) {
71643
- var b = this.de;
71644
- this.de = a;
71645
- if (b != this.de) {
71646
- this.cn("SearchTextColor", b, this.de);
71717
+ var b = this.dj;
71718
+ this.dj = a;
71719
+ if (b != this.dj) {
71720
+ this.cr("SearchTextColor", b, this.dj);
71647
71721
  }
71648
71722
  },
71649
71723
  enumerable: false,
71650
71724
  configurable: true
71651
71725
  });
71652
- Object.defineProperty(CheckboxList.prototype, "dt", {
71726
+ Object.defineProperty(CheckboxList.prototype, "d0", {
71653
71727
  get: function () {
71654
- return this.dc;
71728
+ return this.dh;
71655
71729
  },
71656
71730
  set: function (a) {
71657
- var b = this.dc;
71658
- this.dc = a;
71659
- if (b != this.dc) {
71660
- this.cn("SearchBorderColor", b, this.dc);
71731
+ var b = this.dh;
71732
+ this.dh = a;
71733
+ if (b != this.dh) {
71734
+ this.cr("SearchBorderColor", b, this.dh);
71661
71735
  }
71662
71736
  },
71663
71737
  enumerable: false,
71664
71738
  configurable: true
71665
71739
  });
71666
- Object.defineProperty(CheckboxList.prototype, "af", {
71740
+ Object.defineProperty(CheckboxList.prototype, "ah", {
71667
71741
  get: function () {
71668
- return this.ad;
71742
+ return this.af;
71669
71743
  },
71670
71744
  set: function (a) {
71671
- var b = this.ad;
71672
- this.ad = a;
71673
- if (b != this.ad) {
71674
- this.cn("SearchTextStyle", b, this.ad);
71745
+ var b = this.af;
71746
+ this.af = a;
71747
+ if (b != this.af) {
71748
+ this.cr("SearchTextStyle", b, this.af);
71675
71749
  }
71676
71750
  },
71677
71751
  enumerable: false,
71678
71752
  configurable: true
71679
71753
  });
71680
- Object.defineProperty(CheckboxList.prototype, "dl", {
71754
+ Object.defineProperty(CheckboxList.prototype, "dr", {
71681
71755
  get: function () {
71682
- return this.c7;
71756
+ return this.db;
71683
71757
  },
71684
71758
  set: function (a) {
71685
- var b = this.c7;
71686
- this.c7 = a;
71687
- if (b != this.c7) {
71688
- this.cn("CheckboxTickColor", b, this.c7);
71759
+ var b = this.db;
71760
+ this.db = a;
71761
+ if (b != this.db) {
71762
+ this.cr("CheckboxTickColor", b, this.db);
71689
71763
  }
71690
71764
  },
71691
71765
  enumerable: false,
71692
71766
  configurable: true
71693
71767
  });
71694
- Object.defineProperty(CheckboxList.prototype, "dj", {
71768
+ Object.defineProperty(CheckboxList.prototype, "dp", {
71695
71769
  get: function () {
71696
- return this.c5;
71770
+ return this.c9;
71697
71771
  },
71698
71772
  set: function (a) {
71699
- var b = this.c5;
71700
- this.c5 = a;
71701
- if (b != this.c5) {
71702
- this.cn("CheckboxCheckedBackgroundColor", b, this.c5);
71773
+ var b = this.c9;
71774
+ this.c9 = a;
71775
+ if (b != this.c9) {
71776
+ this.cr("CheckboxCheckedBackgroundColor", b, this.c9);
71703
71777
  }
71704
71778
  },
71705
71779
  enumerable: false,
71706
71780
  configurable: true
71707
71781
  });
71708
- Object.defineProperty(CheckboxList.prototype, "dm", {
71782
+ Object.defineProperty(CheckboxList.prototype, "ds", {
71709
71783
  get: function () {
71710
- return this.c8;
71784
+ return this.dc;
71711
71785
  },
71712
71786
  set: function (a) {
71713
- var b = this.c8;
71714
- this.c8 = a;
71715
- if (b != this.c8) {
71716
- this.cn("CheckboxUncheckedBackgroundColor", b, this.c8);
71787
+ var b = this.dc;
71788
+ this.dc = a;
71789
+ if (b != this.dc) {
71790
+ this.cr("CheckboxUncheckedBackgroundColor", b, this.dc);
71717
71791
  }
71718
71792
  },
71719
71793
  enumerable: false,
71720
71794
  configurable: true
71721
71795
  });
71722
- Object.defineProperty(CheckboxList.prototype, "dk", {
71796
+ Object.defineProperty(CheckboxList.prototype, "dq", {
71723
71797
  get: function () {
71724
- return this.c6;
71798
+ return this.da;
71725
71799
  },
71726
71800
  set: function (a) {
71727
- var b = this.c6;
71728
- this.c6 = a;
71729
- if (b != this.c6) {
71730
- this.cn("CheckboxCheckedBorderColor", b, this.c6);
71801
+ var b = this.da;
71802
+ this.da = a;
71803
+ if (b != this.da) {
71804
+ this.cr("CheckboxCheckedBorderColor", b, this.da);
71731
71805
  }
71732
71806
  },
71733
71807
  enumerable: false,
71734
71808
  configurable: true
71735
71809
  });
71736
- Object.defineProperty(CheckboxList.prototype, "dn", {
71810
+ Object.defineProperty(CheckboxList.prototype, "dt", {
71737
71811
  get: function () {
71738
- return this.c9;
71812
+ return this.dd;
71739
71813
  },
71740
71814
  set: function (a) {
71741
- var b = this.c9;
71742
- this.c9 = a;
71743
- if (b != this.c9) {
71744
- this.cn("CheckboxUncheckedBorderColor", b, this.c9);
71815
+ var b = this.dd;
71816
+ this.dd = a;
71817
+ if (b != this.dd) {
71818
+ this.cr("CheckboxUncheckedBorderColor", b, this.dd);
71745
71819
  }
71746
71820
  },
71747
71821
  enumerable: false,
71748
71822
  configurable: true
71749
71823
  });
71750
- Object.defineProperty(CheckboxList.prototype, "w", {
71824
+ Object.defineProperty(CheckboxList.prototype, "y", {
71751
71825
  get: function () {
71752
- return this.v;
71826
+ return this.x;
71753
71827
  },
71754
71828
  set: function (a) {
71755
- var b = this.v;
71756
- this.v = a;
71757
- if (b != this.v) {
71758
- this.cn("ScrollbarStyle", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, this.v));
71829
+ var b = this.x;
71830
+ this.x = a;
71831
+ if (b != this.x) {
71832
+ this.cr("ScrollbarStyle", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, this.x));
71759
71833
  }
71760
71834
  },
71761
71835
  enumerable: false,
71762
71836
  configurable: true
71763
71837
  });
71764
- Object.defineProperty(CheckboxList.prototype, "dr", {
71838
+ Object.defineProperty(CheckboxList.prototype, "dy", {
71765
71839
  get: function () {
71766
- return this.da;
71840
+ return this.df;
71767
71841
  },
71768
71842
  set: function (a) {
71769
- var b = this.da;
71770
- this.da = a;
71771
- if (b != this.da) {
71772
- this.cn("ScrollbarBackground", b, this.da);
71843
+ var b = this.df;
71844
+ this.df = a;
71845
+ if (b != this.df) {
71846
+ this.cr("ScrollbarBackground", b, this.df);
71773
71847
  }
71774
71848
  },
71775
71849
  enumerable: false,
71776
71850
  configurable: true
71777
71851
  });
71778
- CheckboxList.prototype.cn = function (a, b, c) {
71852
+ CheckboxList.prototype.cr = function (a, b, c) {
71779
71853
  if (this.propertyChanged != null) {
71780
71854
  this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
71781
71855
  }
71782
- this.cs(a, b, c);
71856
+ this.cw(a, b, c);
71783
71857
  };
71784
- CheckboxList.prototype.cs = function (a, b, c) {
71858
+ CheckboxList.prototype.cw = function (a, b, c) {
71785
71859
  switch (a) {
71786
71860
  case "ItemsSource":
71787
71861
  if (this.h != null) {
@@ -71794,26 +71868,26 @@
71794
71868
  }
71795
71869
  if (this.h.actualDataSource != null) {
71796
71870
  var d = this.h.actualDataSource;
71797
- d.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(d.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.co));
71871
+ d.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(d.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.cs));
71798
71872
  }
71799
- this.h.itemsSource = this.ay;
71800
- this.b7();
71873
+ this.h.itemsSource = this.a0;
71874
+ this.ca();
71801
71875
  if (this.h.actualDataSource != null) {
71802
71876
  var e = this.h.actualDataSource;
71803
- e.schemaChanged = igniteuiWebcomponentsCore.delegateCombine(e.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.co));
71877
+ e.schemaChanged = igniteuiWebcomponentsCore.delegateCombine(e.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.cs));
71804
71878
  }
71805
- this.aj = true;
71806
- this.cq();
71807
- this.aj = false;
71879
+ this.al = true;
71880
+ this.cu();
71881
+ this.al = false;
71808
71882
  this.m.ag();
71809
71883
  }
71810
71884
  break;
71811
71885
  case "DataMemberPath":
71812
71886
  case "SelectedMemberPath":
71813
71887
  if (this.h != null) {
71814
- if (this.a0 != null) {
71815
- this.cq();
71816
- this.c1();
71888
+ if (this.a2 != null) {
71889
+ this.cu();
71890
+ this.c5();
71817
71891
  }
71818
71892
  }
71819
71893
  break;
@@ -71823,7 +71897,7 @@
71823
71897
  }
71824
71898
  break;
71825
71899
  case "SelectAllCaptionTextColor":
71826
- this.dh = null != this.dw ? this.dw : CheckboxList.dq;
71900
+ this.dm = null != this.d3 ? this.d3 : CheckboxList.dw;
71827
71901
  break;
71828
71902
  case "SelectAllCaption":
71829
71903
  case "ActualSelectAllCaptionTextColor":
@@ -71838,71 +71912,75 @@
71838
71912
  this.m.s();
71839
71913
  break;
71840
71914
  case "FilterPlaceholderText":
71841
- if (this.o != null) {
71842
- this.o.cg = this.bg;
71915
+ if (this.q != null) {
71916
+ this.q.cg = this.bi;
71843
71917
  }
71844
71918
  break;
71845
71919
  case "SearchInputType":
71846
- if (this.q != null) {
71847
- this.q.d = this.t;
71920
+ if (this.s != null) {
71921
+ this.s.d = this.v;
71848
71922
  }
71849
71923
  break;
71850
71924
  case "RowHeight":
71851
71925
  if (this.h != null) {
71852
- this.h.rowHeight = this.ax;
71926
+ this.h.rowHeight = this.az;
71853
71927
  }
71854
71928
  break;
71855
71929
  case "CellTextStyle":
71856
71930
  if (this.h != null) {
71857
- this.h.cellTextStyle = this.ae;
71931
+ this.h.cellTextStyle = this.ag;
71858
71932
  }
71859
71933
  this.m.ac();
71860
71934
  break;
71861
71935
  case "BackgroundColor":
71862
71936
  case "TextColor":
71937
+ case "RowHoverBackgroundColor":
71863
71938
  var f = this.h;
71864
71939
  if (null != f) {
71865
- f.cellTextColor = this.dy;
71866
- f.cellBackground = this.di;
71867
- f.cellSelectedBackground = this.di;
71940
+ f.cellTextColor = this.d5;
71941
+ f.cellBackground = this.dn;
71942
+ f.cellSelectedBackground = this.dn;
71943
+ f.rowHoverBackground = this.dx;
71868
71944
  }
71869
71945
  this.m.ad();
71870
71946
  break;
71871
71947
  case "BaseTheme":
71872
- this.c0();
71948
+ this.c4();
71873
71949
  break;
71874
71950
  case "Density":
71875
- this.cz();
71951
+ this.c3();
71876
71952
  break;
71877
71953
  case "IsRowHoverEnabled":
71878
71954
  if (this.h != null) {
71879
- this.h.isRowHoverEnabled = this.an;
71955
+ this.h.isRowHoverEnabled = this.ap;
71880
71956
  }
71881
71957
  break;
71882
71958
  case "ScrollbarStyle":
71883
71959
  if (this.h != null) {
71884
- this.h.scrollbarStyle = this.w;
71960
+ this.h.scrollbarStyle = this.y;
71885
71961
  }
71886
71962
  break;
71887
71963
  case "ScrollbarBackground":
71888
71964
  if (this.h != null) {
71889
- this.h.scrollbarBackground = this.dr;
71965
+ this.h.scrollbarBackground = this.dy;
71890
71966
  }
71891
71967
  break;
71892
71968
  case "SearchIconColor":
71893
71969
  this.m.ab();
71894
71970
  break;
71895
71971
  case "SearchBackgroundColor":
71896
- this.r.mc = this.ds;
71972
+ this.t.mc = this.dz;
71897
71973
  break;
71898
71974
  case "SearchBorderColor":
71899
- this.r.md = this.dt;
71975
+ this.t.md = this.d0;
71900
71976
  break;
71901
71977
  case "SearchTextColor":
71902
- this.p.d8 = this.dv;
71978
+ if (this.r != null) {
71979
+ this.r.d8 = this.d2;
71980
+ }
71903
71981
  break;
71904
71982
  case "SearchTextStyle":
71905
- this.p.af = this.af;
71983
+ this.r.af = this.ah;
71906
71984
  break;
71907
71985
  case "CheckboxTickColor":
71908
71986
  case "CheckboxCheckedBackgroundColor":
@@ -71916,43 +71994,52 @@
71916
71994
  break;
71917
71995
  }
71918
71996
  };
71919
- CheckboxList.prototype.cz = function () {
71997
+ CheckboxList.prototype.c3 = function () {
71920
71998
  if (this.h != null) {
71921
- this.h.density = this.aa;
71999
+ this.h.density = this.ac;
71922
72000
  }
71923
- if (this.q != null) {
71924
- this.q.t = this.aa;
72001
+ if (this.s != null) {
72002
+ this.s.t = this.ac;
71925
72003
  }
71926
72004
  this.m.x();
71927
72005
  };
71928
- CheckboxList.prototype.c0 = function () {
71929
- if (this.q != null) {
71930
- this.q.p = this.y;
72006
+ CheckboxList.prototype.c4 = function () {
72007
+ if (this.s != null) {
72008
+ this.s.p = this.aa;
72009
+ }
72010
+ if (this.r != null) {
72011
+ this.r.d8 = this.d2;
72012
+ }
72013
+ if (this.h != null) {
72014
+ this.h.cellTextColor = this.d5;
72015
+ this.h.cellBackground = this.dn;
72016
+ this.h.cellSelectedBackground = this.dn;
72017
+ this.h.rowHoverBackground = this.dx;
71931
72018
  }
71932
72019
  this.m.z();
71933
72020
  };
71934
- CheckboxList.prototype.co = function (a, b) {
71935
- this.aj = true;
71936
- this.b7();
72021
+ CheckboxList.prototype.cs = function (a, b) {
72022
+ this.al = true;
72023
+ this.ca();
71937
72024
  if (b.schema != null) {
71938
- this.cq();
72025
+ this.cu();
71939
72026
  for (var c = 0; c < this.g.count; c++) {
71940
- this.cl(this.g._inner[c]);
72027
+ this.cp(this.g._inner[c]);
71941
72028
  }
71942
72029
  this.m.ag();
71943
72030
  }
71944
- this.aj = false;
72031
+ this.al = false;
71945
72032
  };
71946
- CheckboxList.prototype.cq = function () {
71947
- if (this.ab == null && this.a2 != null && this.a2 != "") {
71948
- this.ab = new igniteuiWebcomponentsCore.FastReflectionHelper(false, this.a2);
72033
+ CheckboxList.prototype.cu = function () {
72034
+ if (this.ad == null && this.a4 != null && this.a4 != "") {
72035
+ this.ad = new igniteuiWebcomponentsCore.FastReflectionHelper(false, this.a4);
71949
72036
  }
71950
- if (this.ay != null && this.ab != null && this.h.actualDataSource.actualSchema != null) {
71951
- this.ab.propertyName = this.a2;
72037
+ if (this.a0 != null && this.ad != null && this.h.actualDataSource.actualSchema != null) {
72038
+ this.ad.propertyName = this.a4;
71952
72039
  var a = this.h.actualDataSource.actualCount;
71953
72040
  for (var b = 0; b < a; b++) {
71954
72041
  var c = this.h.actualDataSource.getItemAtIndex(b);
71955
- var d = this.ab.getPropertyValue(c);
72042
+ var d = this.ad.getPropertyValue(c);
71956
72043
  if (d == true) {
71957
72044
  var e = this.j(c);
71958
72045
  if (!this.g.contains(e)) {
@@ -71962,24 +72049,24 @@
71962
72049
  }
71963
72050
  }
71964
72051
  };
71965
- CheckboxList.prototype.c1 = function () {
72052
+ CheckboxList.prototype.c5 = function () {
71966
72053
  this.h.actualColumns.clear();
71967
72054
  this.h.primaryKey = this.b;
71968
72055
  this.h.isGroupRowSticky = false;
71969
- this.h.rowHeight = this.ax;
71970
- this.h.cellBackground = this.di;
71971
- this.h.cellSelectedBackground = this.di;
71972
- this.h.density = this.aa;
71973
- this.h.isRowHoverEnabled = this.an;
72056
+ this.h.rowHeight = this.az;
72057
+ this.h.cellBackground = this.dn;
72058
+ this.h.cellSelectedBackground = this.dn;
72059
+ this.h.density = this.ac;
72060
+ this.h.isRowHoverEnabled = this.ap;
71974
72061
  this.h.borderWidth = new igniteuiWebcomponentsCore.Thickness(0, 0);
71975
- if (this.ae != null) {
71976
- this.h.cellTextStyle = this.ae;
72062
+ if (this.ag != null) {
72063
+ this.h.cellTextStyle = this.ag;
71977
72064
  }
71978
72065
  var a = new TemplateColumn();
71979
- if (this.a2 == null) {
71980
- this.a2 = "";
72066
+ if (this.a4 == null) {
72067
+ this.a4 = "";
71981
72068
  }
71982
- a.i8 = this.a2;
72069
+ a.i8 = this.a4;
71983
72070
  a.jz = "CheckboxColumn";
71984
72071
  var b = new ColumnWidth();
71985
72072
  b.c = false;
@@ -71987,10 +72074,10 @@
71987
72074
  a.width = b;
71988
72075
  a.h2 = 0;
71989
72076
  a.h3 = 0;
71990
- a.cellUpdating = igniteuiWebcomponentsCore.delegateCombine(a.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.b8));
72077
+ a.cellUpdating = igniteuiWebcomponentsCore.delegateCombine(a.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.cb));
71991
72078
  this.h.columns.add(a);
71992
72079
  this.i = a;
71993
- var c = this.h.actualDataSource.resolveSchemaPropertyType(this.a0);
72080
+ var c = this.h.actualDataSource.resolveSchemaPropertyType(this.a2);
71994
72081
  var d;
71995
72082
  switch (c) {
71996
72083
  case 8:
@@ -72013,7 +72100,7 @@
72013
72100
  d = new TextColumn();
72014
72101
  break;
72015
72102
  }
72016
- d.i8 = this.a0;
72103
+ d.i8 = this.a2;
72017
72104
  d.jz = "DataColumn";
72018
72105
  d.h2 = 0;
72019
72106
  d.e = 0;
@@ -72025,13 +72112,14 @@
72025
72112
  CheckboxList.prototype.provideHrElement = function (a) {
72026
72113
  this.m.p(a);
72027
72114
  };
72028
- CheckboxList.prototype.ck = function () {
72029
- var a = this.p;
72030
- a.changing = igniteuiWebcomponentsCore.delegateCombine(a.changing, igniteuiWebcomponentsCore.runOn(this, this.cc));
72115
+ CheckboxList.prototype.co = function () {
72116
+ var a = this.r;
72117
+ a.changing = igniteuiWebcomponentsCore.delegateCombine(a.changing, igniteuiWebcomponentsCore.runOn(this, this.cg));
72118
+ this.c4();
72031
72119
  };
72032
- CheckboxList.prototype.cc = function (a, b) {
72120
+ CheckboxList.prototype.cg = function (a, b) {
72033
72121
  var c = b.value.toLowerCase();
72034
- this.cj(c);
72122
+ this.cn(c);
72035
72123
  };
72036
72124
  CheckboxList.prototype.j = function (a) {
72037
72125
  if (this.b == null) {
@@ -72045,55 +72133,61 @@
72045
72133
  }
72046
72134
  return new PrimaryKeyValue(b, c);
72047
72135
  };
72048
- CheckboxList.prototype.cw = function (a) {
72049
- this.ai = true;
72136
+ CheckboxList.prototype.c0 = function (a) {
72137
+ this.ak = true;
72050
72138
  var b = this.e.getItemAtIndex(a);
72139
+ if (this.ad != null) {
72140
+ this.ad.setPropertyValue(b, false);
72141
+ }
72051
72142
  var c = this.j(b);
72052
72143
  this.g.remove(c);
72053
- this.ai = false;
72144
+ this.ak = false;
72054
72145
  };
72055
- CheckboxList.prototype.b5 = function (a) {
72056
- this.ai = true;
72146
+ CheckboxList.prototype.b8 = function (a) {
72147
+ this.ak = true;
72057
72148
  var b = this.e.getItemAtIndex(a);
72149
+ if (this.ad != null) {
72150
+ this.ad.setPropertyValue(b, true);
72151
+ }
72058
72152
  var c = this.j(b);
72059
72153
  this.g.add(c);
72060
- this.ai = false;
72154
+ this.ak = false;
72061
72155
  };
72062
- CheckboxList.prototype.cy = function () {
72156
+ CheckboxList.prototype.c2 = function () {
72063
72157
  this.l = 0;
72064
72158
  this.g.clear();
72065
- this.cd();
72159
+ this.ch();
72066
72160
  this.m.ag();
72067
72161
  };
72068
- CheckboxList.prototype.b9 = function () {
72162
+ CheckboxList.prototype.cc = function () {
72069
72163
  this.l = 1;
72070
72164
  this.g.clear();
72071
- this.cd();
72165
+ this.ch();
72072
72166
  this.m.ag();
72073
72167
  };
72074
- CheckboxList.prototype.cg = function (a, b, c) {
72168
+ CheckboxList.prototype.ck = function (a, b, c) {
72075
72169
  if (this.h != null) {
72076
72170
  this.h.notifySetItem(a, b, c);
72077
72171
  }
72078
72172
  };
72079
- CheckboxList.prototype.cd = function () {
72173
+ CheckboxList.prototype.ch = function () {
72080
72174
  if (this.h != null) {
72081
72175
  this.h.notifyClearItems();
72082
72176
  }
72083
72177
  };
72084
- CheckboxList.prototype.ce = function (a, b) {
72178
+ CheckboxList.prototype.ci = function (a, b) {
72085
72179
  if (this.h != null) {
72086
72180
  this.h.notifyInsertItem(a, b);
72087
72181
  }
72088
72182
  ;
72089
72183
  };
72090
- CheckboxList.prototype.cf = function (a, b) {
72184
+ CheckboxList.prototype.cj = function (a, b) {
72091
72185
  if (this.h != null) {
72092
72186
  this.h.notifyRemoveItem(a, b);
72093
72187
  }
72094
72188
  ;
72095
72189
  };
72096
- CheckboxList.prototype.b6 = function (a) {
72190
+ CheckboxList.prototype.b9 = function (a) {
72097
72191
  var b = null;
72098
72192
  if (this.b == null || this.b.length == 0) {
72099
72193
  b = new PrimaryKeyValue(null, a);
@@ -72105,10 +72199,15 @@
72105
72199
  throw new igniteuiWebcomponentsCore.ArgumentException(1, "value length must match PrimaryKey length");
72106
72200
  }
72107
72201
  if (b != null) {
72202
+ if (this.ad != null) {
72203
+ var c = this.e.indexOfKey(a);
72204
+ var d = this.e.getItemAtIndex(c);
72205
+ this.ad.setPropertyValue(d, true);
72206
+ }
72108
72207
  this.g.add(b);
72109
72208
  }
72110
72209
  };
72111
- CheckboxList.prototype.cx = function (a) {
72210
+ CheckboxList.prototype.c1 = function (a) {
72112
72211
  var b = null;
72113
72212
  if (this.b == null || this.b.length == 0) {
72114
72213
  b = new PrimaryKeyValue(null, a);
@@ -72120,62 +72219,67 @@
72120
72219
  throw new igniteuiWebcomponentsCore.ArgumentException(1, "value length must match PrimaryKey length");
72121
72220
  }
72122
72221
  if (this.g.contains(b)) {
72222
+ if (this.ad != null) {
72223
+ var c = this.e.indexOfKey(a);
72224
+ var d = this.e.getItemAtIndex(c);
72225
+ this.ad.setPropertyValue(d, false);
72226
+ }
72123
72227
  this.g.remove(b);
72124
72228
  }
72125
72229
  };
72126
- Object.defineProperty(CheckboxList.prototype, "bx", {
72230
+ Object.defineProperty(CheckboxList.prototype, "b0", {
72127
72231
  get: function () {
72128
- return this.bw != null ? this.bw : !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.ah.b1("Select_All")) ? this.ah.b1("Select_All") : "(Select All)";
72232
+ return this.bz != null ? this.bz : !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.aj.b1("Select_All")) ? this.aj.b1("Select_All") : "(Select All)";
72129
72233
  },
72130
72234
  set: function (a) {
72131
- if (a == this.bw) {
72235
+ if (a == this.bz) {
72132
72236
  return;
72133
72237
  }
72134
- var b = this.bw;
72135
- this.bw = a;
72136
- this.cn("SelectAllCaption", b, this.bw);
72238
+ var b = this.bz;
72239
+ this.bz = a;
72240
+ this.cr("SelectAllCaption", b, this.bz);
72137
72241
  },
72138
72242
  enumerable: false,
72139
72243
  configurable: true
72140
72244
  });
72141
- Object.defineProperty(CheckboxList.prototype, "dw", {
72245
+ Object.defineProperty(CheckboxList.prototype, "d3", {
72142
72246
  get: function () {
72143
- return this.df;
72247
+ return this.dk;
72144
72248
  },
72145
72249
  set: function (a) {
72146
- var b = this.df;
72147
- this.df = a;
72148
- if (b != this.df) {
72149
- this.cn("SelectAllCaptionTextColor", b, a);
72250
+ var b = this.dk;
72251
+ this.dk = a;
72252
+ if (b != this.dk) {
72253
+ this.cr("SelectAllCaptionTextColor", b, a);
72150
72254
  }
72151
72255
  },
72152
72256
  enumerable: false,
72153
72257
  configurable: true
72154
72258
  });
72155
- Object.defineProperty(CheckboxList.prototype, "dh", {
72259
+ Object.defineProperty(CheckboxList.prototype, "dm", {
72156
72260
  get: function () {
72157
- return this.c3;
72261
+ return this.c7;
72158
72262
  },
72159
72263
  set: function (a) {
72160
- var b = this.c3;
72161
- this.c3 = a;
72162
- if (b != this.c3) {
72163
- this.cn("ActualSelectAllCaptionTextColor", b, a);
72264
+ var b = this.c7;
72265
+ this.c7 = a;
72266
+ if (b != this.c7) {
72267
+ this.cr("ActualSelectAllCaptionTextColor", b, a);
72164
72268
  }
72165
72269
  },
72166
72270
  enumerable: false,
72167
72271
  configurable: true
72168
72272
  });
72169
- Object.defineProperty(CheckboxList.prototype, "ao", {
72273
+ Object.defineProperty(CheckboxList.prototype, "aq", {
72170
72274
  get: function () {
72171
- if (-1 == this.aw) {
72275
+ if (-1 == this.ay) {
72172
72276
  return false;
72173
72277
  }
72174
72278
  var a = this.g.count;
72175
72279
  if (0 == a) {
72176
72280
  return false;
72177
72281
  }
72178
- if (a == this.aw) {
72282
+ if (a == this.ay) {
72179
72283
  return false;
72180
72284
  }
72181
72285
  return true;
@@ -72183,50 +72287,64 @@
72183
72287
  enumerable: false,
72184
72288
  configurable: true
72185
72289
  });
72186
- Object.defineProperty(CheckboxList.prototype, "as", {
72290
+ Object.defineProperty(CheckboxList.prototype, "au", {
72187
72291
  get: function () {
72188
- return this.ar;
72292
+ return this.at;
72189
72293
  },
72190
72294
  set: function (a) {
72191
- if (a == this.ar) {
72295
+ if (a == this.at) {
72192
72296
  return;
72193
72297
  }
72194
- var b = this.ar;
72195
- this.ar = a;
72196
- this.cn("showSelectAll", b, this.ar);
72298
+ var b = this.at;
72299
+ this.at = a;
72300
+ this.cr("showSelectAll", b, this.at);
72197
72301
  },
72198
72302
  enumerable: false,
72199
72303
  configurable: true
72200
72304
  });
72201
- Object.defineProperty(CheckboxList.prototype, "di", {
72305
+ Object.defineProperty(CheckboxList.prototype, "dn", {
72202
72306
  get: function () {
72203
- return this.c4;
72307
+ return this.c8;
72204
72308
  },
72205
72309
  set: function (a) {
72206
- var b = this.c4;
72207
- this.c4 = a;
72208
- if (b != this.c4) {
72209
- this.cn("BackgroundColor", b, a);
72310
+ var b = this.c8;
72311
+ this.c8 = a;
72312
+ if (b != this.c8) {
72313
+ this.cr("BackgroundColor", b, a);
72210
72314
  }
72211
72315
  },
72212
72316
  enumerable: false,
72213
72317
  configurable: true
72214
72318
  });
72215
- Object.defineProperty(CheckboxList.prototype, "dy", {
72319
+ Object.defineProperty(CheckboxList.prototype, "dx", {
72216
72320
  get: function () {
72217
- return this.dg;
72321
+ return this.de;
72218
72322
  },
72219
72323
  set: function (a) {
72220
- var b = this.dg;
72221
- this.dg = a;
72222
- if (b != this.dg) {
72223
- this.cn("TextColor", b, a);
72324
+ var b = this.de;
72325
+ this.de = a;
72326
+ if (b != this.de) {
72327
+ this.cr("RowHoverBackgroundColor", b, a);
72224
72328
  }
72225
72329
  },
72226
72330
  enumerable: false,
72227
72331
  configurable: true
72228
72332
  });
72229
- CheckboxList.prototype.cp = function (a) {
72333
+ Object.defineProperty(CheckboxList.prototype, "d5", {
72334
+ get: function () {
72335
+ return this.dl;
72336
+ },
72337
+ set: function (a) {
72338
+ var b = this.dl;
72339
+ this.dl = a;
72340
+ if (b != this.dl) {
72341
+ this.cr("TextColor", b, a);
72342
+ }
72343
+ },
72344
+ enumerable: false,
72345
+ configurable: true
72346
+ });
72347
+ CheckboxList.prototype.ct = function (a) {
72230
72348
  if (this.selectAllCheckboxChanged != null) {
72231
72349
  this.selectAllCheckboxChanged(this, ((function () {
72232
72350
  var $ret = new SelectAllCheckboxChangedEventArgs();
@@ -72235,77 +72353,78 @@
72235
72353
  })()));
72236
72354
  }
72237
72355
  };
72238
- CheckboxList.prototype.al = function () {
72239
- if (-1 == this.aw) {
72356
+ CheckboxList.prototype.an = function () {
72357
+ if (-1 == this.ay) {
72240
72358
  return true;
72241
72359
  }
72242
72360
  var a = this.g.count;
72243
72361
  switch (this.l) {
72244
- case 0: return this.aw == a;
72362
+ case 0: return this.ay == a;
72245
72363
  case 1: return 0 == a;
72246
72364
  default: return false;
72247
72365
  }
72248
72366
  };
72249
- CheckboxList.prototype.ak = function () {
72250
- if (-1 == this.aw) {
72367
+ CheckboxList.prototype.am = function () {
72368
+ if (-1 == this.ay) {
72251
72369
  return false;
72252
72370
  }
72253
72371
  var a = this.g.count;
72254
72372
  switch (this.l) {
72255
72373
  case 0: return 0 == a;
72256
- case 1: return this.aw == a;
72374
+ case 1: return this.ay == a;
72257
72375
  default: return false;
72258
72376
  }
72259
72377
  };
72260
- CheckboxList.prototype.b7 = function () {
72378
+ CheckboxList.prototype.ca = function () {
72261
72379
  var a = this.h.actualDataSource;
72262
72380
  if (null != a) {
72263
72381
  if (null == a.actualSchema) {
72264
- this.aw = -1;
72382
+ this.ay = -1;
72265
72383
  return;
72266
72384
  }
72267
72385
  var b = a.actualCount;
72268
- this.aw = b;
72386
+ this.ay = b;
72269
72387
  }
72270
72388
  else {
72271
- this.aw = -1;
72389
+ this.ay = -1;
72272
72390
  }
72273
72391
  };
72274
- Object.defineProperty(CheckboxList.prototype, "aq", {
72392
+ Object.defineProperty(CheckboxList.prototype, "as", {
72275
72393
  get: function () {
72276
- return this.ap;
72394
+ return this.ar;
72277
72395
  },
72278
72396
  set: function (a) {
72279
- if (a == this.ap) {
72397
+ if (a == this.ar) {
72280
72398
  return;
72281
72399
  }
72282
- var b = this.ap;
72283
- this.ap = a;
72284
- this.cn("ShowFilter", b, this.ap);
72400
+ var b = this.ar;
72401
+ this.ar = a;
72402
+ this.cr("ShowFilter", b, this.ar);
72285
72403
  },
72286
72404
  enumerable: false,
72287
72405
  configurable: true
72288
72406
  });
72289
- Object.defineProperty(CheckboxList.prototype, "an", {
72407
+ Object.defineProperty(CheckboxList.prototype, "ap", {
72290
72408
  get: function () {
72291
- return this.am;
72409
+ return this.ao;
72292
72410
  },
72293
72411
  set: function (a) {
72294
- if (a == this.am) {
72412
+ if (a == this.ao) {
72295
72413
  return;
72296
72414
  }
72297
- var b = this.am;
72298
- this.am = a;
72299
- this.cn("IsRowHoverEnabled", b, this.am);
72415
+ var b = this.ao;
72416
+ this.ao = a;
72417
+ this.cr("IsRowHoverEnabled", b, this.ao);
72300
72418
  },
72301
72419
  enumerable: false,
72302
72420
  configurable: true
72303
72421
  });
72304
72422
  CheckboxList.$t = igniteuiWebcomponentsCore.markType(CheckboxList, 'CheckboxList', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
72305
- CheckboxList.dx = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
72306
- CheckboxList.bt = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
72307
- CheckboxList.dp = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
72308
- CheckboxList.dq = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
72423
+ CheckboxList.d4 = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
72424
+ CheckboxList.bw = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
72425
+ CheckboxList.du = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
72426
+ CheckboxList.dv = null;
72427
+ CheckboxList.dw = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
72309
72428
  return CheckboxList;
72310
72429
  }(igniteuiWebcomponentsCore.Base));
72311
72430
 
@@ -72350,20 +72469,34 @@
72350
72469
  };
72351
72470
  Object.defineProperty(IgcCheckedChangedEventArgs.prototype, "index", {
72352
72471
  get: function () {
72353
- return this.i.b;
72472
+ return this.i.c;
72354
72473
  },
72355
72474
  set: function (v) {
72356
- this.i.b = +v;
72475
+ this.i.c = +v;
72357
72476
  },
72358
72477
  enumerable: false,
72359
72478
  configurable: true
72360
72479
  });
72361
72480
  Object.defineProperty(IgcCheckedChangedEventArgs.prototype, "isChecked", {
72481
+ get: function () {
72482
+ return this.i.b;
72483
+ },
72484
+ set: function (v) {
72485
+ this.i.b = igniteuiWebcomponentsCore.ensureBool(v);
72486
+ },
72487
+ enumerable: false,
72488
+ configurable: true
72489
+ });
72490
+ Object.defineProperty(IgcCheckedChangedEventArgs.prototype, "primaryKey", {
72362
72491
  get: function () {
72363
72492
  return this.i.a;
72364
72493
  },
72365
72494
  set: function (v) {
72366
- this.i.a = igniteuiWebcomponentsCore.ensureBool(v);
72495
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
72496
+ var re = /\s*(?:,|\s|$)\s*/gm;
72497
+ v = v.split(re);
72498
+ }
72499
+ this.i.a = v;
72367
72500
  },
72368
72501
  enumerable: false,
72369
72502
  configurable: true
@@ -72432,6 +72565,10 @@
72432
72565
  _this._stylingContainer = null;
72433
72566
  _this._stylingParent = null;
72434
72567
  _this._inStyling = false;
72568
+ _this._selectedKeyAdded = null;
72569
+ _this._selectedKeyAdded_wrapped = null;
72570
+ _this._selectedKeyRemoved = null;
72571
+ _this._selectedKeyRemoved_wrapped = null;
72435
72572
  _this._checkedChanged = null;
72436
72573
  _this._checkedChanged_wrapped = null;
72437
72574
  _this._selectAllCheckboxChanged = null;
@@ -72688,10 +72825,10 @@
72688
72825
  * Gets or Sets the property name that contains the values.
72689
72826
  */
72690
72827
  get: function () {
72691
- return this.i.bc;
72828
+ return this.i.be;
72692
72829
  },
72693
72830
  set: function (v) {
72694
- this.i.bc = v;
72831
+ this.i.be = v;
72695
72832
  },
72696
72833
  enumerable: false,
72697
72834
  configurable: true
@@ -72701,10 +72838,10 @@
72701
72838
  * Gets or Sets the property name that contains the values.
72702
72839
  */
72703
72840
  get: function () {
72704
- return this.i.b0;
72841
+ return this.i.b3;
72705
72842
  },
72706
72843
  set: function (v) {
72707
- this.i.b0 = v;
72844
+ this.i.b3 = v;
72708
72845
  },
72709
72846
  enumerable: false,
72710
72847
  configurable: true
@@ -72714,10 +72851,10 @@
72714
72851
  * Gets or Sets the property name that contains the values.
72715
72852
  */
72716
72853
  get: function () {
72717
- return this.i.bg;
72854
+ return this.i.bi;
72718
72855
  },
72719
72856
  set: function (v) {
72720
- this.i.bg = v;
72857
+ this.i.bi = v;
72721
72858
  },
72722
72859
  enumerable: false,
72723
72860
  configurable: true
@@ -72727,11 +72864,11 @@
72727
72864
  * Gets or Sets the property name that contains the values.
72728
72865
  */
72729
72866
  get: function () {
72730
- return this.i.t;
72867
+ return this.i.v;
72731
72868
  },
72732
72869
  set: function (v) {
72733
- this.i.t = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, v);
72734
- this._a("searchInputType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, this.i.t));
72870
+ this.i.v = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, v);
72871
+ this._a("searchInputType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, this.i.v));
72735
72872
  },
72736
72873
  enumerable: false,
72737
72874
  configurable: true
@@ -72741,18 +72878,18 @@
72741
72878
  * Gets or Sets the property name that contains the values.
72742
72879
  */
72743
72880
  get: function () {
72744
- return this.i.ax;
72881
+ return this.i.az;
72745
72882
  },
72746
72883
  set: function (v) {
72747
- this.i.ax = +v;
72748
- this._a("rowHeight", this.i.ax);
72884
+ this.i.az = +v;
72885
+ this._a("rowHeight", this.i.az);
72749
72886
  },
72750
72887
  enumerable: false,
72751
72888
  configurable: true
72752
72889
  });
72753
72890
  Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
72754
72891
  get: function () {
72755
- return this.i.av;
72892
+ return this.i.ax;
72756
72893
  },
72757
72894
  enumerable: false,
72758
72895
  configurable: true
@@ -72762,16 +72899,16 @@
72762
72899
  * Gets or Sets the property name that contains the values.
72763
72900
  */
72764
72901
  get: function () {
72765
- if (this.i.ae == null) {
72902
+ if (this.i.ag == null) {
72766
72903
  return null;
72767
72904
  }
72768
- return this.i.ae.fontString;
72905
+ return this.i.ag.fontString;
72769
72906
  },
72770
72907
  set: function (v) {
72771
72908
  var fi = new igniteuiWebcomponentsCore.FontInfo();
72772
72909
  fi.fontString = v;
72773
- this.i.ae = fi;
72774
- this._a("cellTextStyle", this.i.ae != null ? this.i.ae.fontString : "");
72910
+ this.i.ag = fi;
72911
+ this._a("cellTextStyle", this.i.ag != null ? this.i.ag.fontString : "");
72775
72912
  },
72776
72913
  enumerable: false,
72777
72914
  configurable: true
@@ -72795,11 +72932,11 @@
72795
72932
  * Gets or Sets the property name that contains the values.
72796
72933
  */
72797
72934
  get: function () {
72798
- return this.i.y;
72935
+ return this.i.aa;
72799
72936
  },
72800
72937
  set: function (v) {
72801
- this.i.y = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.BaseControlTheme_$type, v);
72802
- this._a("baseTheme", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.i.y));
72938
+ this.i.aa = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.BaseControlTheme_$type, v);
72939
+ this._a("baseTheme", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.i.aa));
72803
72940
  },
72804
72941
  enumerable: false,
72805
72942
  configurable: true
@@ -72809,11 +72946,11 @@
72809
72946
  * Gets or Sets the property name that contains the values.
72810
72947
  */
72811
72948
  get: function () {
72812
- return this.i.aa;
72949
+ return this.i.ac;
72813
72950
  },
72814
72951
  set: function (v) {
72815
- this.i.aa = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, v);
72816
- this._a("density", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.i.aa));
72952
+ this.i.ac = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, v);
72953
+ this._a("density", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.i.ac));
72817
72954
  },
72818
72955
  enumerable: false,
72819
72956
  configurable: true
@@ -72823,11 +72960,11 @@
72823
72960
  * Gets or sets the search icon color.
72824
72961
  */
72825
72962
  get: function () {
72826
- return igniteuiWebcomponentsCore.brushToString(this.i.du);
72963
+ return igniteuiWebcomponentsCore.brushToString(this.i.d1);
72827
72964
  },
72828
72965
  set: function (v) {
72829
- this.i.du = igniteuiWebcomponentsCore.stringToBrush(v);
72830
- this._a("searchIconColor", igniteuiWebcomponentsCore.brushToString(this.i.du));
72966
+ this.i.d1 = igniteuiWebcomponentsCore.stringToBrush(v);
72967
+ this._a("searchIconColor", igniteuiWebcomponentsCore.brushToString(this.i.d1));
72831
72968
  },
72832
72969
  enumerable: false,
72833
72970
  configurable: true
@@ -72837,11 +72974,11 @@
72837
72974
  * Gets or sets the search background color.
72838
72975
  */
72839
72976
  get: function () {
72840
- return igniteuiWebcomponentsCore.brushToString(this.i.ds);
72977
+ return igniteuiWebcomponentsCore.brushToString(this.i.dz);
72841
72978
  },
72842
72979
  set: function (v) {
72843
- this.i.ds = igniteuiWebcomponentsCore.stringToBrush(v);
72844
- this._a("searchBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.ds));
72980
+ this.i.dz = igniteuiWebcomponentsCore.stringToBrush(v);
72981
+ this._a("searchBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.dz));
72845
72982
  },
72846
72983
  enumerable: false,
72847
72984
  configurable: true
@@ -72851,11 +72988,11 @@
72851
72988
  * Gets or sets the search text color.
72852
72989
  */
72853
72990
  get: function () {
72854
- return igniteuiWebcomponentsCore.brushToString(this.i.dv);
72991
+ return igniteuiWebcomponentsCore.brushToString(this.i.d2);
72855
72992
  },
72856
72993
  set: function (v) {
72857
- this.i.dv = igniteuiWebcomponentsCore.stringToBrush(v);
72858
- this._a("searchTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dv));
72994
+ this.i.d2 = igniteuiWebcomponentsCore.stringToBrush(v);
72995
+ this._a("searchTextColor", igniteuiWebcomponentsCore.brushToString(this.i.d2));
72859
72996
  },
72860
72997
  enumerable: false,
72861
72998
  configurable: true
@@ -72865,11 +73002,11 @@
72865
73002
  * Gets or sets the search border color.
72866
73003
  */
72867
73004
  get: function () {
72868
- return igniteuiWebcomponentsCore.brushToString(this.i.dt);
73005
+ return igniteuiWebcomponentsCore.brushToString(this.i.d0);
72869
73006
  },
72870
73007
  set: function (v) {
72871
- this.i.dt = igniteuiWebcomponentsCore.stringToBrush(v);
72872
- this._a("searchBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.dt));
73008
+ this.i.d0 = igniteuiWebcomponentsCore.stringToBrush(v);
73009
+ this._a("searchBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.d0));
72873
73010
  },
72874
73011
  enumerable: false,
72875
73012
  configurable: true
@@ -72879,16 +73016,16 @@
72879
73016
  * Gets or sets the text style.
72880
73017
  */
72881
73018
  get: function () {
72882
- if (this.i.af == null) {
73019
+ if (this.i.ah == null) {
72883
73020
  return null;
72884
73021
  }
72885
- return this.i.af.fontString;
73022
+ return this.i.ah.fontString;
72886
73023
  },
72887
73024
  set: function (v) {
72888
73025
  var fi = new igniteuiWebcomponentsCore.FontInfo();
72889
73026
  fi.fontString = v;
72890
- this.i.af = fi;
72891
- this._a("searchTextStyle", this.i.af != null ? this.i.af.fontString : "");
73027
+ this.i.ah = fi;
73028
+ this._a("searchTextStyle", this.i.ah != null ? this.i.ah.fontString : "");
72892
73029
  },
72893
73030
  enumerable: false,
72894
73031
  configurable: true
@@ -72898,11 +73035,11 @@
72898
73035
  * Gets or sets the checkbox tick color.
72899
73036
  */
72900
73037
  get: function () {
72901
- return igniteuiWebcomponentsCore.brushToString(this.i.dl);
73038
+ return igniteuiWebcomponentsCore.brushToString(this.i.dr);
72902
73039
  },
72903
73040
  set: function (v) {
72904
- this.i.dl = igniteuiWebcomponentsCore.stringToBrush(v);
72905
- this._a("checkboxTickColor", igniteuiWebcomponentsCore.brushToString(this.i.dl));
73041
+ this.i.dr = igniteuiWebcomponentsCore.stringToBrush(v);
73042
+ this._a("checkboxTickColor", igniteuiWebcomponentsCore.brushToString(this.i.dr));
72906
73043
  },
72907
73044
  enumerable: false,
72908
73045
  configurable: true
@@ -72912,11 +73049,11 @@
72912
73049
  * Gets or sets the checkbox background color when checked.
72913
73050
  */
72914
73051
  get: function () {
72915
- return igniteuiWebcomponentsCore.brushToString(this.i.dj);
73052
+ return igniteuiWebcomponentsCore.brushToString(this.i.dp);
72916
73053
  },
72917
73054
  set: function (v) {
72918
- this.i.dj = igniteuiWebcomponentsCore.stringToBrush(v);
72919
- this._a("checkboxCheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.dj));
73055
+ this.i.dp = igniteuiWebcomponentsCore.stringToBrush(v);
73056
+ this._a("checkboxCheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.dp));
72920
73057
  },
72921
73058
  enumerable: false,
72922
73059
  configurable: true
@@ -72926,11 +73063,11 @@
72926
73063
  * Gets or sets the checkbox background color when unchecked.
72927
73064
  */
72928
73065
  get: function () {
72929
- return igniteuiWebcomponentsCore.brushToString(this.i.dm);
73066
+ return igniteuiWebcomponentsCore.brushToString(this.i.ds);
72930
73067
  },
72931
73068
  set: function (v) {
72932
- this.i.dm = igniteuiWebcomponentsCore.stringToBrush(v);
72933
- this._a("checkboxUncheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.dm));
73069
+ this.i.ds = igniteuiWebcomponentsCore.stringToBrush(v);
73070
+ this._a("checkboxUncheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.ds));
72934
73071
  },
72935
73072
  enumerable: false,
72936
73073
  configurable: true
@@ -72940,11 +73077,11 @@
72940
73077
  * Gets or sets the checkbox border color when checked.
72941
73078
  */
72942
73079
  get: function () {
72943
- return igniteuiWebcomponentsCore.brushToString(this.i.dk);
73080
+ return igniteuiWebcomponentsCore.brushToString(this.i.dq);
72944
73081
  },
72945
73082
  set: function (v) {
72946
- this.i.dk = igniteuiWebcomponentsCore.stringToBrush(v);
72947
- this._a("checkboxCheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.dk));
73083
+ this.i.dq = igniteuiWebcomponentsCore.stringToBrush(v);
73084
+ this._a("checkboxCheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.dq));
72948
73085
  },
72949
73086
  enumerable: false,
72950
73087
  configurable: true
@@ -72954,11 +73091,11 @@
72954
73091
  * Gets or sets the checkbox border color when unchecked.
72955
73092
  */
72956
73093
  get: function () {
72957
- return igniteuiWebcomponentsCore.brushToString(this.i.dn);
73094
+ return igniteuiWebcomponentsCore.brushToString(this.i.dt);
72958
73095
  },
72959
73096
  set: function (v) {
72960
- this.i.dn = igniteuiWebcomponentsCore.stringToBrush(v);
72961
- this._a("checkboxUncheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.dn));
73097
+ this.i.dt = igniteuiWebcomponentsCore.stringToBrush(v);
73098
+ this._a("checkboxUncheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.dt));
72962
73099
  },
72963
73100
  enumerable: false,
72964
73101
  configurable: true
@@ -72968,11 +73105,11 @@
72968
73105
  * Gets or sets the style of scrollbar.
72969
73106
  */
72970
73107
  get: function () {
72971
- return this.i.w;
73108
+ return this.i.y;
72972
73109
  },
72973
73110
  set: function (v) {
72974
- this.i.w = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.ScrollbarStyle_$type, v);
72975
- this._a("scrollbarStyle", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.ScrollbarStyle_$type, this.i.w));
73111
+ this.i.y = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.ScrollbarStyle_$type, v);
73112
+ this._a("scrollbarStyle", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.ScrollbarStyle_$type, this.i.y));
72976
73113
  },
72977
73114
  enumerable: false,
72978
73115
  configurable: true
@@ -72982,11 +73119,11 @@
72982
73119
  * Gets or sets the scrollbar background color.
72983
73120
  */
72984
73121
  get: function () {
72985
- return igniteuiWebcomponentsCore.brushToString(this.i.dr);
73122
+ return igniteuiWebcomponentsCore.brushToString(this.i.dy);
72986
73123
  },
72987
73124
  set: function (v) {
72988
- this.i.dr = igniteuiWebcomponentsCore.stringToBrush(v);
72989
- this._a("scrollbarBackground", igniteuiWebcomponentsCore.brushToString(this.i.dr));
73125
+ this.i.dy = igniteuiWebcomponentsCore.stringToBrush(v);
73126
+ this._a("scrollbarBackground", igniteuiWebcomponentsCore.brushToString(this.i.dy));
72990
73127
  },
72991
73128
  enumerable: false,
72992
73129
  configurable: true
@@ -72996,10 +73133,10 @@
72996
73133
  * Gets / sets the caption of the "Select All" checkbox.
72997
73134
  */
72998
73135
  get: function () {
72999
- return this.i.bx;
73136
+ return this.i.b0;
73000
73137
  },
73001
73138
  set: function (v) {
73002
- this.i.bx = v;
73139
+ this.i.b0 = v;
73003
73140
  },
73004
73141
  enumerable: false,
73005
73142
  configurable: true
@@ -73009,11 +73146,11 @@
73009
73146
  * Gets or sets the color to use for the "Select All" label.
73010
73147
  */
73011
73148
  get: function () {
73012
- return igniteuiWebcomponentsCore.brushToString(this.i.dw);
73149
+ return igniteuiWebcomponentsCore.brushToString(this.i.d3);
73013
73150
  },
73014
73151
  set: function (v) {
73015
- this.i.dw = igniteuiWebcomponentsCore.stringToBrush(v);
73016
- this._a("selectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dw));
73152
+ this.i.d3 = igniteuiWebcomponentsCore.stringToBrush(v);
73153
+ this._a("selectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.d3));
73017
73154
  },
73018
73155
  enumerable: false,
73019
73156
  configurable: true
@@ -73023,11 +73160,11 @@
73023
73160
  * Gets or sets the color to use for the actual header selectAllCaption text.
73024
73161
  */
73025
73162
  get: function () {
73026
- return igniteuiWebcomponentsCore.brushToString(this.i.dh);
73163
+ return igniteuiWebcomponentsCore.brushToString(this.i.dm);
73027
73164
  },
73028
73165
  set: function (v) {
73029
- this.i.dh = igniteuiWebcomponentsCore.stringToBrush(v);
73030
- this._a("actualSelectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dh));
73166
+ this.i.dm = igniteuiWebcomponentsCore.stringToBrush(v);
73167
+ this._a("actualSelectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dm));
73031
73168
  },
73032
73169
  enumerable: false,
73033
73170
  configurable: true
@@ -73037,11 +73174,11 @@
73037
73174
  * Gets / sets whether the "Select all" checkbox is visible.
73038
73175
  */
73039
73176
  get: function () {
73040
- return this.i.as;
73177
+ return this.i.au;
73041
73178
  },
73042
73179
  set: function (v) {
73043
- this.i.as = igniteuiWebcomponentsCore.ensureBool(v);
73044
- this._a("showSelectAll", this.i.as);
73180
+ this.i.au = igniteuiWebcomponentsCore.ensureBool(v);
73181
+ this._a("showSelectAll", this.i.au);
73045
73182
  },
73046
73183
  enumerable: false,
73047
73184
  configurable: true
@@ -73051,11 +73188,25 @@
73051
73188
  * Gets or sets the color to use for the background of the component.
73052
73189
  */
73053
73190
  get: function () {
73054
- return igniteuiWebcomponentsCore.brushToString(this.i.di);
73191
+ return igniteuiWebcomponentsCore.brushToString(this.i.dn);
73192
+ },
73193
+ set: function (v) {
73194
+ this.i.dn = igniteuiWebcomponentsCore.stringToBrush(v);
73195
+ this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.dn));
73196
+ },
73197
+ enumerable: false,
73198
+ configurable: true
73199
+ });
73200
+ Object.defineProperty(IgcCheckboxListComponent.prototype, "rowHoverBackgroundColor", {
73201
+ /**
73202
+ * Gets or sets the color to use when hovering over a grid row.
73203
+ */
73204
+ get: function () {
73205
+ return igniteuiWebcomponentsCore.brushToString(this.i.dx);
73055
73206
  },
73056
73207
  set: function (v) {
73057
- this.i.di = igniteuiWebcomponentsCore.stringToBrush(v);
73058
- this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.di));
73208
+ this.i.dx = igniteuiWebcomponentsCore.stringToBrush(v);
73209
+ this._a("rowHoverBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.dx));
73059
73210
  },
73060
73211
  enumerable: false,
73061
73212
  configurable: true
@@ -73065,11 +73216,11 @@
73065
73216
  * Gets or sets the color to use for the text of the component.
73066
73217
  */
73067
73218
  get: function () {
73068
- return igniteuiWebcomponentsCore.brushToString(this.i.dy);
73219
+ return igniteuiWebcomponentsCore.brushToString(this.i.d5);
73069
73220
  },
73070
73221
  set: function (v) {
73071
- this.i.dy = igniteuiWebcomponentsCore.stringToBrush(v);
73072
- this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dy));
73222
+ this.i.d5 = igniteuiWebcomponentsCore.stringToBrush(v);
73223
+ this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.d5));
73073
73224
  },
73074
73225
  enumerable: false,
73075
73226
  configurable: true
@@ -73079,11 +73230,11 @@
73079
73230
  * Gets or sets whether the filter input is visible.
73080
73231
  */
73081
73232
  get: function () {
73082
- return this.i.aq;
73233
+ return this.i.as;
73083
73234
  },
73084
73235
  set: function (v) {
73085
- this.i.aq = igniteuiWebcomponentsCore.ensureBool(v);
73086
- this._a("showFilter", this.i.aq);
73236
+ this.i.as = igniteuiWebcomponentsCore.ensureBool(v);
73237
+ this._a("showFilter", this.i.as);
73087
73238
  },
73088
73239
  enumerable: false,
73089
73240
  configurable: true
@@ -73093,11 +73244,11 @@
73093
73244
  * Gets or sets whether row hover highlighting is enabled.
73094
73245
  */
73095
73246
  get: function () {
73096
- return this.i.an;
73247
+ return this.i.ap;
73097
73248
  },
73098
73249
  set: function (v) {
73099
- this.i.an = igniteuiWebcomponentsCore.ensureBool(v);
73100
- this._a("isRowHoverEnabled", this.i.an);
73250
+ this.i.ap = igniteuiWebcomponentsCore.ensureBool(v);
73251
+ this._a("isRowHoverEnabled", this.i.ap);
73101
73252
  },
73102
73253
  enumerable: false,
73103
73254
  configurable: true
@@ -73175,17 +73326,17 @@
73175
73326
 
73176
73327
  */
73177
73328
  IgcCheckboxListComponent.prototype.selectAll = function () {
73178
- this.i.cy();
73329
+ this.i.c2();
73179
73330
  };
73180
73331
  /**
73181
73332
  * Deselects all the items in the checkbox list.
73182
73333
 
73183
73334
  */
73184
73335
  IgcCheckboxListComponent.prototype.deselectAll = function () {
73185
- this.i.b9();
73336
+ this.i.cc();
73186
73337
  };
73187
73338
  IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
73188
- this.i.cg(index, oldItem, newItem);
73339
+ this.i.ck(index, oldItem, newItem);
73189
73340
  };
73190
73341
  /**
73191
73342
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -73193,26 +73344,26 @@
73193
73344
 
73194
73345
  */
73195
73346
  IgcCheckboxListComponent.prototype.notifyClearItems = function () {
73196
- this.i.cd();
73347
+ this.i.ch();
73197
73348
  };
73198
73349
  IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
73199
- this.i.ce(index, newItem);
73350
+ this.i.ci(index, newItem);
73200
73351
  };
73201
73352
  IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
73202
- this.i.cf(index, oldItem);
73353
+ this.i.cj(index, oldItem);
73203
73354
  };
73204
73355
  IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
73205
- this.i.b6(value);
73356
+ this.i.b9(value);
73206
73357
  };
73207
73358
  IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
73208
- this.i.cx(value);
73359
+ this.i.c1(value);
73209
73360
  };
73210
73361
  /**
73211
73362
  * Returns true if no items are selected / checked; otherwise false.
73212
73363
 
73213
73364
  */
73214
73365
  IgcCheckboxListComponent.prototype.isNothingSelected = function () {
73215
- var iv = this.i.al();
73366
+ var iv = this.i.an();
73216
73367
  return (iv);
73217
73368
  };
73218
73369
  /**
@@ -73220,9 +73371,71 @@
73220
73371
 
73221
73372
  */
73222
73373
  IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
73223
- var iv = this.i.ak();
73374
+ var iv = this.i.am();
73224
73375
  return (iv);
73225
73376
  };
73377
+ Object.defineProperty(IgcCheckboxListComponent.prototype, "selectedKeyAdded", {
73378
+ /**
73379
+ * Called when an item is added.
73380
+ */
73381
+ get: function () {
73382
+ return this._selectedKeyAdded;
73383
+ },
73384
+ set: function (ev) {
73385
+ var _this = this;
73386
+ if (this._selectedKeyAdded_wrapped !== null) {
73387
+ this.i.selectedKeyAdded = igniteuiWebcomponentsCore.delegateRemove(this.i.selectedKeyAdded, this._selectedKeyAdded_wrapped);
73388
+ this._selectedKeyAdded_wrapped = null;
73389
+ this._selectedKeyAdded = null;
73390
+ }
73391
+ this._selectedKeyAdded = ev;
73392
+ this._selectedKeyAdded_wrapped = function (o, e) {
73393
+ var outerArgs = new IgcCheckedChangedEventArgs();
73394
+ outerArgs._provideImplementation(e);
73395
+ if (_this.beforeSelectedKeyAdded) {
73396
+ _this.beforeSelectedKeyAdded(_this, outerArgs);
73397
+ }
73398
+ if (_this._selectedKeyAdded) {
73399
+ _this._selectedKeyAdded(_this, outerArgs);
73400
+ }
73401
+ };
73402
+ this.i.selectedKeyAdded = igniteuiWebcomponentsCore.delegateCombine(this.i.selectedKeyAdded, this._selectedKeyAdded_wrapped);
73403
+ ;
73404
+ },
73405
+ enumerable: false,
73406
+ configurable: true
73407
+ });
73408
+ Object.defineProperty(IgcCheckboxListComponent.prototype, "selectedKeyRemoved", {
73409
+ /**
73410
+ * Called when an item is removed.
73411
+ */
73412
+ get: function () {
73413
+ return this._selectedKeyRemoved;
73414
+ },
73415
+ set: function (ev) {
73416
+ var _this = this;
73417
+ if (this._selectedKeyRemoved_wrapped !== null) {
73418
+ this.i.selectedKeyRemoved = igniteuiWebcomponentsCore.delegateRemove(this.i.selectedKeyRemoved, this._selectedKeyRemoved_wrapped);
73419
+ this._selectedKeyRemoved_wrapped = null;
73420
+ this._selectedKeyRemoved = null;
73421
+ }
73422
+ this._selectedKeyRemoved = ev;
73423
+ this._selectedKeyRemoved_wrapped = function (o, e) {
73424
+ var outerArgs = new IgcCheckedChangedEventArgs();
73425
+ outerArgs._provideImplementation(e);
73426
+ if (_this.beforeSelectedKeyRemoved) {
73427
+ _this.beforeSelectedKeyRemoved(_this, outerArgs);
73428
+ }
73429
+ if (_this._selectedKeyRemoved) {
73430
+ _this._selectedKeyRemoved(_this, outerArgs);
73431
+ }
73432
+ };
73433
+ this.i.selectedKeyRemoved = igniteuiWebcomponentsCore.delegateCombine(this.i.selectedKeyRemoved, this._selectedKeyRemoved_wrapped);
73434
+ ;
73435
+ },
73436
+ enumerable: false,
73437
+ configurable: true
73438
+ });
73226
73439
  Object.defineProperty(IgcCheckboxListComponent.prototype, "checkedChanged", {
73227
73440
  /**
73228
73441
  * Called when a checkbox is checked or unchecked.
@@ -73291,6 +73504,243 @@
73291
73504
  return IgcCheckboxListComponent;
73292
73505
  }(igniteuiWebcomponentsCore.IgcHTMLElement));
73293
73506
 
73507
+ /*
73508
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
73509
+ https://www.infragistics.com/legal/license/igultimate-la
73510
+ https://www.infragistics.com/legal/license/igultimate-eula
73511
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
73512
+ */
73513
+ /**
73514
+ * @hidden
73515
+ */
73516
+ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
73517
+ tslib.__extends(CheckboxListBridge, _super);
73518
+ function CheckboxListBridge(a) {
73519
+ var _this = _super.call(this, a) || this;
73520
+ _this.x = null;
73521
+ _this.y = null;
73522
+ _this.z = null;
73523
+ _this.u = null;
73524
+ _this.v = null;
73525
+ _this.w = null;
73526
+ return _this;
73527
+ }
73528
+ CheckboxListBridge.prototype.getDesiredSize = function (a, b) {
73529
+ return this.t.view.getDesiredSize();
73530
+ };
73531
+ CheckboxListBridge.prototype.addHandler = function (a, b, c, d) {
73532
+ var e = a;
73533
+ switch (c) {
73534
+ case 2:
73535
+ e.checkedChanged = igniteuiWebcomponentsCore.delegateCombine(e.checkedChanged, igniteuiWebcomponentsCore.runOn(this, this.aa));
73536
+ this.u = d;
73537
+ this.x = b;
73538
+ break;
73539
+ case 18:
73540
+ e.selectedKeyAdded = igniteuiWebcomponentsCore.delegateCombine(e.selectedKeyAdded, igniteuiWebcomponentsCore.runOn(this, this.ab));
73541
+ this.v = d;
73542
+ this.y = b;
73543
+ break;
73544
+ case 19:
73545
+ e.selectedKeyRemoved = igniteuiWebcomponentsCore.delegateCombine(e.selectedKeyRemoved, igniteuiWebcomponentsCore.runOn(this, this.ac));
73546
+ this.w = d;
73547
+ this.z = b;
73548
+ break;
73549
+ }
73550
+ };
73551
+ CheckboxListBridge.prototype.removeHandler = function (a, b, c, d) {
73552
+ var e = a;
73553
+ switch (c) {
73554
+ case 2:
73555
+ e.checkedChanged = igniteuiWebcomponentsCore.delegateRemove(e.checkedChanged, igniteuiWebcomponentsCore.runOn(this, this.aa));
73556
+ this.u = null;
73557
+ this.x = null;
73558
+ break;
73559
+ case 18:
73560
+ e.selectedKeyAdded = igniteuiWebcomponentsCore.delegateRemove(e.selectedKeyAdded, igniteuiWebcomponentsCore.runOn(this, this.ab));
73561
+ this.v = null;
73562
+ this.y = null;
73563
+ break;
73564
+ case 19:
73565
+ e.selectedKeyRemoved = igniteuiWebcomponentsCore.delegateRemove(e.selectedKeyRemoved, igniteuiWebcomponentsCore.runOn(this, this.ac));
73566
+ this.w = null;
73567
+ this.z = null;
73568
+ break;
73569
+ }
73570
+ };
73571
+ CheckboxListBridge.prototype.aa = function (a, b) {
73572
+ var c = a;
73573
+ if (this.u != null) {
73574
+ this.u(this.x, ((function () {
73575
+ var $ret = new igniteuiWebcomponentsCore.NativeUICheckboxListChangeEventArgs();
73576
+ $ret.c = b.c;
73577
+ $ret.b = b.b;
73578
+ $ret.a = b.a;
73579
+ return $ret;
73580
+ })()));
73581
+ }
73582
+ };
73583
+ CheckboxListBridge.prototype.ab = function (a, b) {
73584
+ var c = a;
73585
+ if (this.v != null) {
73586
+ this.v(this.y, ((function () {
73587
+ var $ret = new igniteuiWebcomponentsCore.NativeUICheckboxListChangeEventArgs();
73588
+ $ret.c = b.c;
73589
+ $ret.b = b.b;
73590
+ $ret.a = b.a;
73591
+ return $ret;
73592
+ })()));
73593
+ }
73594
+ };
73595
+ CheckboxListBridge.prototype.ac = function (a, b) {
73596
+ var c = a;
73597
+ if (this.w != null) {
73598
+ this.w(this.z, ((function () {
73599
+ var $ret = new igniteuiWebcomponentsCore.NativeUICheckboxListChangeEventArgs();
73600
+ $ret.c = b.c;
73601
+ $ret.b = b.b;
73602
+ $ret.a = b.a;
73603
+ return $ret;
73604
+ })()));
73605
+ }
73606
+ };
73607
+ CheckboxListBridge.prototype.setValue = function (a, b, c) {
73608
+ var d = a;
73609
+ switch (b) {
73610
+ case 23:
73611
+ d.backgroundColor = c;
73612
+ break;
73613
+ case 8:
73614
+ d.itemsSource = c;
73615
+ break;
73616
+ case 74:
73617
+ d.selectedMemberPath = c;
73618
+ break;
73619
+ case 75:
73620
+ d.dataMemberPath = c;
73621
+ break;
73622
+ case 76:
73623
+ d.showSelectAll = c;
73624
+ break;
73625
+ case 77:
73626
+ d.primaryKey = c;
73627
+ break;
73628
+ case 1:
73629
+ d.density = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, c);
73630
+ break;
73631
+ case 18:
73632
+ d.baseTheme = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.BaseControlTheme_$type, c);
73633
+ break;
73634
+ case 33:
73635
+ d.textColor = c;
73636
+ break;
73637
+ case 24:
73638
+ d.rowHoverBackgroundColor = c;
73639
+ break;
73640
+ case 78:
73641
+ d.searchIconColor = c;
73642
+ break;
73643
+ case 79:
73644
+ d.searchTextColor = c;
73645
+ break;
73646
+ }
73647
+ };
73648
+ CheckboxListBridge.prototype.getValue = function (a, b) {
73649
+ var c = a;
73650
+ switch (b) {
73651
+ case 23: return c.backgroundColor;
73652
+ case 8: return c.itemsSource;
73653
+ case 74: return c.selectedMemberPath;
73654
+ case 75: return c.dataMemberPath;
73655
+ case 76: return c.showSelectAll;
73656
+ case 77: return c.primaryKey;
73657
+ case 1: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, c.density);
73658
+ case 18: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, c.baseTheme);
73659
+ case 33: return c.textColor;
73660
+ case 24: return c.rowHoverBackgroundColor;
73661
+ case 78: return c.searchIconColor;
73662
+ case 79: return c.searchTextColor;
73663
+ }
73664
+ return null;
73665
+ };
73666
+ CheckboxListBridge.prototype.ae = function (a) {
73667
+ };
73668
+ CheckboxListBridge.prototype.ad = function (a, b) {
73669
+ };
73670
+ CheckboxListBridge.$t = igniteuiWebcomponentsCore.markType(CheckboxListBridge, 'CheckboxListBridge', igniteuiWebcomponentsInputs.XComponentBridge.$);
73671
+ return CheckboxListBridge;
73672
+ }(igniteuiWebcomponentsInputs.XComponentBridge));
73673
+
73674
+ /*
73675
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
73676
+ https://www.infragistics.com/legal/license/igultimate-la
73677
+ https://www.infragistics.com/legal/license/igultimate-eula
73678
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
73679
+ */
73680
+ /**
73681
+ * @hidden
73682
+ */
73683
+ var NativeUIGridFactory = /** @class */ /*@__PURE__*/ (function (_super) {
73684
+ tslib.__extends(NativeUIGridFactory, _super);
73685
+ function NativeUIGridFactory() {
73686
+ var _this = _super !== null && _super.apply(this, arguments) || this;
73687
+ _this.c = 2;
73688
+ return _this;
73689
+ }
73690
+ Object.defineProperty(NativeUIGridFactory, "instance", {
73691
+ get: function () {
73692
+ if (NativeUIGridFactory.a == null) {
73693
+ NativeUIGridFactory.a = new NativeUIGridFactory();
73694
+ }
73695
+ return NativeUIGridFactory.a;
73696
+ },
73697
+ enumerable: false,
73698
+ configurable: true
73699
+ });
73700
+ NativeUIGridFactory.register = function () {
73701
+ igniteuiWebcomponentsCore.NativeUIComponent.ar(NativeUIGridFactory.instance);
73702
+ };
73703
+ Object.defineProperty(NativeUIGridFactory.prototype, "flavor", {
73704
+ get: function () {
73705
+ return this.c;
73706
+ },
73707
+ enumerable: false,
73708
+ configurable: true
73709
+ });
73710
+ NativeUIGridFactory.prototype.createComponent = function (a, b, c) {
73711
+ switch (b) {
73712
+ case 16:
73713
+ this.d(a, c);
73714
+ break;
73715
+ }
73716
+ };
73717
+ NativeUIGridFactory.prototype.createComponentSync = function (a, b, c) {
73718
+ this.createComponent(a, b, c);
73719
+ };
73720
+ NativeUIGridFactory.prototype.supportsComponent = function (a) {
73721
+ switch (a) {
73722
+ case 16: return true;
73723
+ }
73724
+ return false;
73725
+ };
73726
+ NativeUIGridFactory.prototype.d = function (a, b) {
73727
+ var c = a;
73728
+ var d = c.createElement("div");
73729
+ c.getPortal(d, "CheckboxList", function (e) {
73730
+ var comp_ = e.componentRef;
73731
+ var f = (comp_.i);
73732
+ var g = new CheckboxListBridge(f);
73733
+ var h = new igniteuiWebcomponentsCore.NativeUICheckboxList();
73734
+ h.an = d.getChildAt(0);
73735
+ h.d = g;
73736
+ b(h);
73737
+ }, false);
73738
+ };
73739
+ NativeUIGridFactory.$t = igniteuiWebcomponentsCore.markType(NativeUIGridFactory, 'NativeUIGridFactory', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INativeUIElementFactory_$type]);
73740
+ NativeUIGridFactory.a = null;
73741
+ return NativeUIGridFactory;
73742
+ }(igniteuiWebcomponentsCore.Base));
73743
+
73294
73744
  /*
73295
73745
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
73296
73746
  https://www.infragistics.com/legal/license/igultimate-la
@@ -73311,6 +73761,8 @@
73311
73761
  IgcCheckboxListComponent.register();
73312
73762
  igniteuiWebcomponentsCore.TypeRegistrar.registerCons('IgcCheckboxListComponent', IgcCheckboxListComponent);
73313
73763
  igniteuiWebcomponentsCore.TypeRegistrar.registerCons('IgcCheckboxListComponent', IgcCheckboxListComponent);
73764
+ igniteuiWebcomponentsCore.TypeRegistrar.register('NativeUIGridFactory', NativeUIGridFactory.$type);
73765
+ NativeUIGridFactory.register();
73314
73766
  igniteuiWebcomponentsCore.TypeRegistrar.register('CheckboxList', CheckboxList.$type);
73315
73767
  };
73316
73768
  return IgcCheckboxListModule;
@@ -73635,7 +74087,7 @@
73635
74087
  break;
73636
74088
  case "FilterPlaceholderText":
73637
74089
  if (this.d != null) {
73638
- this.d.bg = this.s;
74090
+ this.d.bi = this.s;
73639
74091
  }
73640
74092
  break;
73641
74093
  case "BaseTheme":
@@ -73646,7 +74098,7 @@
73646
74098
  break;
73647
74099
  case "BackgroundColor":
73648
74100
  if (this.d != null) {
73649
- this.d.di = this.aq;
74101
+ this.d.dn = this.aq;
73650
74102
  }
73651
74103
  this.c.i();
73652
74104
  break;
@@ -73654,12 +74106,12 @@
73654
74106
  };
73655
74107
  ColumnChooser.prototype.ak = function () {
73656
74108
  if (this.d != null) {
73657
- this.d.y = this.f;
74109
+ this.d.aa = this.f;
73658
74110
  }
73659
74111
  };
73660
74112
  ColumnChooser.prototype.aj = function () {
73661
74113
  if (this.d != null) {
73662
- this.d.aa = this.h;
74114
+ this.d.ac = this.h;
73663
74115
  }
73664
74116
  };
73665
74117
  ColumnChooser.prototype.am = function (a, b) {
@@ -73674,9 +74126,9 @@
73674
74126
  ColumnChooser.prototype.aa = function () {
73675
74127
  var e_1, _a;
73676
74128
  if (this.a != null && this.d != null) {
73677
- this.d.y = this.f;
73678
- this.d.aa = this.h;
73679
- this.d.di = this.aq;
74129
+ this.d.aa = this.f;
74130
+ this.d.ac = this.h;
74131
+ this.d.dn = this.aq;
73680
74132
  var a = void 0;
73681
74133
  var b = new igniteuiWebcomponentsCore.ObservableCollection$1(ColumnChooserInfo.$, 0);
73682
74134
  try {
@@ -73706,16 +74158,16 @@
73706
74158
  }
73707
74159
  }
73708
74160
  if (this.s != null) {
73709
- this.d.bg = this.s;
74161
+ this.d.bi = this.s;
73710
74162
  }
73711
74163
  this.d.itemsSource = b;
73712
74164
  var e = "";
73713
74165
  var f = "";
73714
74166
  e = "columnName";
73715
74167
  f = "isNotHidden";
73716
- this.d.b0 = f;
73717
- this.d.bc = e;
73718
- this.d.as = true;
74168
+ this.d.b3 = f;
74169
+ this.d.be = e;
74170
+ this.d.au = true;
73719
74171
  }
73720
74172
  };
73721
74173
  ColumnChooser.prototype.an = function (a) {
@@ -73725,7 +74177,7 @@
73725
74177
  };
73726
74178
  ColumnChooser.prototype.al = function () {
73727
74179
  var e_2, _a;
73728
- this.d.cy();
74180
+ this.d.c2();
73729
74181
  if (this.a != null) {
73730
74182
  try {
73731
74183
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -73751,7 +74203,7 @@
73751
74203
  };
73752
74204
  ColumnChooser.prototype.ae = function () {
73753
74205
  var e_3, _a;
73754
- this.d.b9();
74206
+ this.d.cc();
73755
74207
  if (this.a != null) {
73756
74208
  try {
73757
74209
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -73786,11 +74238,11 @@
73786
74238
  };
73787
74239
  ColumnChooser.prototype.ac = function (a, b) {
73788
74240
  this.m = true;
73789
- var c = this.d.h.actualDataSource.getItemAtIndex(b.b);
74241
+ var c = this.d.h.actualDataSource.getItemAtIndex(b.c);
73790
74242
  var d = this.a.actualColumns.count;
73791
74243
  for (var e = 0; e < d; e++) {
73792
74244
  if (this.a.actualColumns._inner[e].i8 == c.columnName || this.a.actualColumns._inner[e].jz == c.columnName || this.a.actualColumns._inner[e].jf == c.columnName) {
73793
- this.a.actualColumns._inner[e].g7 = !b.a;
74245
+ this.a.actualColumns._inner[e].g7 = !b.b;
73794
74246
  this.a.actualColumns._inner[e].ki("Hidden");
73795
74247
  }
73796
74248
  }
@@ -74980,7 +75432,7 @@
74980
75432
  break;
74981
75433
  case "FilterPlaceholderText":
74982
75434
  if (this.d != null) {
74983
- this.d.bg = this.s;
75435
+ this.d.bi = this.s;
74984
75436
  }
74985
75437
  break;
74986
75438
  case "BaseTheme":
@@ -74991,7 +75443,7 @@
74991
75443
  break;
74992
75444
  case "BackgroundColor":
74993
75445
  if (this.d != null) {
74994
- this.d.di = this.an;
75446
+ this.d.dn = this.an;
74995
75447
  }
74996
75448
  this.c.g();
74997
75449
  break;
@@ -74999,12 +75451,12 @@
74999
75451
  };
75000
75452
  ColumnPinning.prototype.ai = function () {
75001
75453
  if (this.d != null) {
75002
- this.d.y = this.f;
75454
+ this.d.aa = this.f;
75003
75455
  }
75004
75456
  };
75005
75457
  ColumnPinning.prototype.ah = function () {
75006
75458
  if (this.d != null) {
75007
- this.d.aa = this.h;
75459
+ this.d.ac = this.h;
75008
75460
  }
75009
75461
  };
75010
75462
  ColumnPinning.prototype.aj = function (a, b) {
@@ -75019,9 +75471,9 @@
75019
75471
  ColumnPinning.prototype.aa = function () {
75020
75472
  var e_1, _a;
75021
75473
  if (this.a != null && this.d != null) {
75022
- this.d.y = this.f;
75023
- this.d.aa = this.h;
75024
- this.d.di = this.an;
75474
+ this.d.aa = this.f;
75475
+ this.d.ac = this.h;
75476
+ this.d.dn = this.an;
75025
75477
  var a = void 0;
75026
75478
  var b = new igniteuiWebcomponentsCore.ObservableCollection$1(ColumnPinningInfo.$, 0);
75027
75479
  try {
@@ -75055,22 +75507,22 @@
75055
75507
  throw e_1.error;
75056
75508
  }
75057
75509
  }
75058
- this.d.as = false;
75510
+ this.d.au = false;
75059
75511
  if (this.s != null) {
75060
- this.d.bg = this.s;
75512
+ this.d.bi = this.s;
75061
75513
  }
75062
75514
  this.d.itemsSource = b;
75063
75515
  var e = "";
75064
75516
  var f = "";
75065
75517
  e = "columnName";
75066
75518
  f = "isPinned";
75067
- this.d.b0 = f;
75068
- this.d.bc = e;
75519
+ this.d.b3 = f;
75520
+ this.d.be = e;
75069
75521
  }
75070
75522
  };
75071
75523
  ColumnPinning.prototype.ae = function (a, b) {
75072
75524
  this.m = true;
75073
- var c = this.d.h.actualDataSource.getItemAtIndex(b.b);
75525
+ var c = this.d.h.actualDataSource.getItemAtIndex(b.c);
75074
75526
  var d = this.a.actualColumns.count;
75075
75527
  for (var e = 0; e < d; e++) {
75076
75528
  if (this.a.actualColumns._inner[e].i8 == c.columnName || this.a.actualColumns._inner[e].jz == c.columnName || this.a.actualColumns._inner[e].jf == c.columnName) {
@@ -79865,7 +80317,7 @@
79865
80317
  configurable: true
79866
80318
  });
79867
80319
  GridColumnFilterOptions.prototype.cu = function () {
79868
- var a = this.bx.al();
80320
+ var a = this.bx.an();
79869
80321
  this.bw.al(!a);
79870
80322
  var b = this.b3();
79871
80323
  this.bw.am(b);
@@ -80000,7 +80452,7 @@
80000
80452
  }
80001
80453
  }
80002
80454
  this.bx.itemsSource = e;
80003
- this.bx.bc = c;
80455
+ this.bx.be = c;
80004
80456
  this.bx.b = [c];
80005
80457
  e.shouldEmitSectionHeaders = true;
80006
80458
  e.isSectionHeaderNormalRow = true;
@@ -80046,15 +80498,15 @@
80046
80498
  }
80047
80499
  }
80048
80500
  if (e.count == 0 || !c) {
80049
- this.bx.cy();
80501
+ this.bx.c2();
80050
80502
  return;
80051
80503
  }
80052
80504
  switch (d.value) {
80053
80505
  case 0:
80054
- this.bx.b9();
80506
+ this.bx.cc();
80055
80507
  break;
80056
80508
  case 1:
80057
- this.bx.cy();
80509
+ this.bx.c2();
80058
80510
  break;
80059
80511
  }
80060
80512
  var h = this.bx.g;
@@ -80111,11 +80563,11 @@
80111
80563
  };
80112
80564
  GridColumnFilterOptions.prototype.cw = function () {
80113
80565
  if (null != this.bx) {
80114
- this.bx.aa = this.b0;
80115
- this.bx.bg = this.cc;
80116
- this.bx.di = this.bo;
80117
- this.bx.dy = this.br;
80118
- this.bx.y = this.i;
80566
+ this.bx.ac = this.b0;
80567
+ this.bx.bi = this.cc;
80568
+ this.bx.dn = this.bo;
80569
+ this.bx.d5 = this.br;
80570
+ this.bx.aa = this.i;
80119
80571
  this.bx.updateHrMargin(new igniteuiWebcomponentsCore.Thickness(1, -7, 3, -7, 3));
80120
80572
  }
80121
80573
  };
@@ -80468,8 +80920,8 @@
80468
80920
  this.e();
80469
80921
  };
80470
80922
  SummaryChooserView.prototype.e = function () {
80471
- if (this.model.f.av > -1) {
80472
- var a = this.model.r.count * this.model.f.av;
80923
+ if (this.model.f.ax > -1) {
80924
+ var a = this.model.r.count * this.model.f.ax;
80473
80925
  a += 4;
80474
80926
  this.d.setStyleProperty("height", a + "px");
80475
80927
  }
@@ -80758,30 +81210,30 @@
80758
81210
  this.a6();
80759
81211
  };
80760
81212
  SummaryChooser.prototype.az = function (a, b) {
80761
- var c = this.q._inner[b.b];
80762
- c.isSelected = b.a;
81213
+ var c = this.q._inner[b.c];
81214
+ c.isSelected = b.b;
80763
81215
  if (this.summaryChanged != null) {
80764
81216
  this.summaryChanged(this, ((function () {
80765
81217
  var $ret = new SummaryChangedEventArgs();
80766
81218
  $ret.b = c.iD;
80767
- $ret.a = b.a;
81219
+ $ret.a = b.b;
80768
81220
  return $ret;
80769
81221
  })()));
80770
81222
  }
80771
81223
  };
80772
81224
  SummaryChooser.prototype.a6 = function () {
80773
81225
  if (this.e != null) {
80774
- this.e.aa = this.m;
80775
- this.e.dy = this.ba;
80776
- this.e.y = this.i;
80777
- this.e.di = this.a9;
81226
+ this.e.ac = this.m;
81227
+ this.e.d5 = this.ba;
81228
+ this.e.aa = this.i;
81229
+ this.e.dn = this.a9;
81230
+ this.e.au = false;
80778
81231
  this.e.as = false;
80779
- this.e.aq = false;
80780
- this.e.an = false;
81232
+ this.e.ap = false;
80781
81233
  this.e.updateHrMargin(new igniteuiWebcomponentsCore.Thickness(1, -7, 3, -7, 3));
80782
81234
  this.e.itemsSource = this.q;
80783
- this.e.bc = "label";
80784
- this.e.b0 = "isSelected";
81235
+ this.e.be = "label";
81236
+ this.e.b3 = "isSelected";
80785
81237
  this.e.b = ["label"];
80786
81238
  }
80787
81239
  };
@@ -80831,7 +81283,7 @@
80831
81283
  if (d.iD == a) {
80832
81284
  d.isSelected = b;
80833
81285
  if (this.e != null) {
80834
- this.e.cg(c, d, d);
81286
+ this.e.ck(c, d, d);
80835
81287
  }
80836
81288
  break;
80837
81289
  }
@@ -80843,7 +81295,7 @@
80843
81295
  c.label = b;
80844
81296
  this.q.add(c);
80845
81297
  if (this.e != null) {
80846
- this.e.ce(this.q.count - 1, c);
81298
+ this.e.ci(this.q.count - 1, c);
80847
81299
  }
80848
81300
  this.c.onItemInserted();
80849
81301
  };
@@ -80853,7 +81305,7 @@
80853
81305
  if (c.iD == a) {
80854
81306
  this.q.removeAt(b);
80855
81307
  if (this.e != null) {
80856
- this.e.cf(b, c);
81308
+ this.e.cj(b, c);
80857
81309
  }
80858
81310
  break;
80859
81311
  }
@@ -80866,7 +81318,7 @@
80866
81318
  if (d.iD == a) {
80867
81319
  d.label = b;
80868
81320
  if (this.e != null) {
80869
- this.e.cg(c, d, d);
81321
+ this.e.ck(c, d, d);
80870
81322
  }
80871
81323
  break;
80872
81324
  }
@@ -91731,6 +92183,28 @@
91731
92183
  */
91732
92184
  var ComboEditorView_ComboExternal_$type = /*@__PURE__*/ new igniteuiWebcomponentsCore.Type(null, 'ComboEditorView_ComboExternal');
91733
92185
 
92186
+ /*
92187
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
92188
+ https://www.infragistics.com/legal/license/igultimate-la
92189
+ https://www.infragistics.com/legal/license/igultimate-eula
92190
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
92191
+ */
92192
+ /**
92193
+ * @hidden
92194
+ */
92195
+ var CheckboxListExternal_$type = /*@__PURE__*/ new igniteuiWebcomponentsCore.Type(null, 'CheckboxListExternal');
92196
+
92197
+ /*
92198
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
92199
+ https://www.infragistics.com/legal/license/igultimate-la
92200
+ https://www.infragistics.com/legal/license/igultimate-eula
92201
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
92202
+ */
92203
+ /**
92204
+ * @hidden
92205
+ */
92206
+ var CheckboxListViewExternal_$type = /*@__PURE__*/ new igniteuiWebcomponentsCore.Type(null, 'CheckboxListViewExternal');
92207
+
91734
92208
  /*
91735
92209
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
91736
92210
  https://www.infragistics.com/legal/license/igultimate-la
@@ -99084,9 +99558,12 @@
99084
99558
  exports.CellSelectionAnimationMode_$type = CellSelectionAnimationMode_$type;
99085
99559
  exports.CellStyleRequestedEventArgs = CellStyleRequestedEventArgs;
99086
99560
  exports.CheckboxList = CheckboxList;
99561
+ exports.CheckboxListBridge = CheckboxListBridge;
99562
+ exports.CheckboxListExternal_$type = CheckboxListExternal_$type;
99087
99563
  exports.CheckboxListIndexType = CheckboxListIndexType;
99088
99564
  exports.CheckboxListIndexType_$type = CheckboxListIndexType_$type;
99089
99565
  exports.CheckboxListView = CheckboxListView;
99566
+ exports.CheckboxListViewExternal_$type = CheckboxListViewExternal_$type;
99090
99567
  exports.CheckedChangedEventArgs = CheckedChangedEventArgs;
99091
99568
  exports.CloneDataSourceFilterOperation = CloneDataSourceFilterOperation;
99092
99569
  exports.CloneDataSourceFilterOperation_$type = CloneDataSourceFilterOperation_$type;
@@ -99604,6 +100081,7 @@
99604
100081
  exports.MultiColumnComboBoxView = MultiColumnComboBoxView;
99605
100082
  exports.MultiColumnComboVisualModelExport = MultiColumnComboVisualModelExport;
99606
100083
  exports.MultipleDataSourceNotifier = MultipleDataSourceNotifier;
100084
+ exports.NativeUIGridFactory = NativeUIGridFactory;
99607
100085
  exports.NumericCell = NumericCell;
99608
100086
  exports.NumericCellFormatter = NumericCellFormatter;
99609
100087
  exports.NumericCellModel = NumericCellModel;