igniteui-webcomponents-grids 4.7.1 → 4.7.2-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 (152) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +498 -373
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +10 -10
  4. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  5. package/esm2015/lib/ColumnFilterCondition_combined.js +246 -210
  6. package/esm2015/lib/ColumnGroupingView_combined.js +17 -17
  7. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +3 -3
  8. package/esm2015/lib/EditorCell.js +2 -2
  9. package/esm2015/lib/FilterCell.js +12 -12
  10. package/esm2015/lib/GridCellBase.js +2 -2
  11. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  12. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
  13. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  14. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +5 -5
  15. package/esm2015/lib/GridFilterDialogView_combined.js +16 -16
  16. package/esm2015/lib/GridStyleRepository.js +12 -12
  17. package/esm2015/lib/MultiColumnComboBoxView_combined.js +51 -51
  18. package/esm2015/lib/PropertyEditorView_combined.js +4 -4
  19. package/esm2015/lib/igc-column-exchangers-collection.js +6 -1
  20. package/esm2015/lib/igc-column-property-setters-collection.js +6 -1
  21. package/esm2015/lib/igc-grid-column-collection.js +6 -1
  22. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
  23. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
  24. package/esm2015/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
  25. package/esm2015/lib/igc-grid-filter-operands-collection.js +6 -1
  26. package/esm2015/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
  27. package/esm2015/lib/igc-grid-selected-cells-collection.js +6 -1
  28. package/esm2015/lib/igc-grid-selected-keys-collection.js +6 -1
  29. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +6 -1
  30. package/esm2015/lib/igc-responsive-phases-collection.js +6 -1
  31. package/esm2015/lib/igc-responsive-states-collection.js +6 -1
  32. package/esm5/lib/CanvasGridCellBase.js +10 -10
  33. package/esm5/lib/CanvasSummaryCell.js +2 -2
  34. package/esm5/lib/ColumnFilterCondition_combined.js +270 -210
  35. package/esm5/lib/ColumnGroupingView_combined.js +17 -17
  36. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +3 -3
  37. package/esm5/lib/EditorCell.js +2 -2
  38. package/esm5/lib/FilterCell.js +12 -12
  39. package/esm5/lib/GridCellBase.js +2 -2
  40. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  41. package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
  42. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  43. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +5 -5
  44. package/esm5/lib/GridFilterDialogView_combined.js +16 -16
  45. package/esm5/lib/GridStyleRepository.js +12 -12
  46. package/esm5/lib/MultiColumnComboBoxView_combined.js +51 -51
  47. package/esm5/lib/PropertyEditorView_combined.js +4 -4
  48. package/esm5/lib/igc-column-exchangers-collection.js +6 -1
  49. package/esm5/lib/igc-column-property-setters-collection.js +6 -1
  50. package/esm5/lib/igc-grid-column-collection.js +6 -1
  51. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
  52. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
  53. package/esm5/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
  54. package/esm5/lib/igc-grid-filter-operands-collection.js +6 -1
  55. package/esm5/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
  56. package/esm5/lib/igc-grid-selected-cells-collection.js +6 -1
  57. package/esm5/lib/igc-grid-selected-keys-collection.js +6 -1
  58. package/esm5/lib/igc-horizontal-property-editor-data-source.js +6 -1
  59. package/esm5/lib/igc-responsive-phases-collection.js +6 -1
  60. package/esm5/lib/igc-responsive-states-collection.js +6 -1
  61. package/fesm2015/igniteui-webcomponents-grids.js +474 -373
  62. package/fesm5/igniteui-webcomponents-grids.js +498 -373
  63. package/grids/3rdpartylicenses.txt +101 -26
  64. package/grids/combined.js +27161 -27885
  65. package/grids/index.d.ts +9 -1
  66. package/grids/lib/igc-action-strip-component.d.ts +4 -15
  67. package/grids/lib/igc-active-node-change-event-args.d.ts +3 -6
  68. package/grids/lib/igc-cancelable-event-args.d.ts +1 -2
  69. package/grids/lib/igc-child-grid-row-component.d.ts +58 -0
  70. package/grids/lib/igc-clipboard-options.d.ts +45 -0
  71. package/grids/lib/igc-column-component.d.ts +15 -1
  72. package/grids/lib/igc-column-exporting-event-args.d.ts +5 -10
  73. package/grids/lib/igc-column-group-component.d.ts +1 -0
  74. package/grids/lib/igc-column-layout-component.d.ts +1 -0
  75. package/grids/lib/igc-column-moving-end-event-args.d.ts +3 -6
  76. package/grids/lib/igc-column-moving-event-args.d.ts +2 -4
  77. package/grids/lib/igc-column-moving-start-event-args.d.ts +1 -2
  78. package/grids/lib/igc-column-resize-event-args.d.ts +3 -6
  79. package/grids/lib/igc-column-selection-event-args.d.ts +5 -10
  80. package/grids/lib/igc-column-state.d.ts +2 -0
  81. package/grids/lib/igc-column-toggled-event-args.d.ts +2 -4
  82. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +2 -4
  83. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +3 -6
  84. package/grids/lib/igc-density-changed-event-args.d.ts +2 -4
  85. package/grids/lib/{igc-exporter-event.d.ts → igc-exporter-event-args.d.ts} +2 -1
  86. package/grids/lib/igc-expression-tree.d.ts +4 -3
  87. package/grids/lib/igc-filtering-event-args.d.ts +2 -4
  88. package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -3
  89. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +1 -2
  90. package/grids/lib/igc-grid-base-directive.d.ts +17 -7
  91. package/grids/lib/igc-grid-cell-event-args.d.ts +2 -4
  92. package/grids/lib/igc-grid-created-event-args.d.ts +26 -0
  93. package/grids/lib/igc-grid-edit-done-event-args.d.ts +4 -8
  94. package/grids/lib/igc-grid-edit-event-args.d.ts +5 -10
  95. package/grids/lib/igc-grid-editing-actions-component.d.ts +1 -0
  96. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +1 -2
  97. package/grids/lib/igc-grid-keydown-event-args.d.ts +4 -8
  98. package/grids/lib/igc-grid-pinning-actions-component.d.ts +1 -0
  99. package/grids/lib/igc-grid-scroll-event-args.d.ts +3 -6
  100. package/grids/lib/igc-grid-selection-range.d.ts +2 -0
  101. package/grids/lib/igc-grid-state-base-directive.d.ts +2 -16
  102. package/grids/lib/igc-grid-state-collection.d.ts +1 -0
  103. package/grids/lib/igc-grid-state-component.d.ts +11 -3
  104. package/grids/lib/igc-grid-state-info.d.ts +3 -0
  105. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
  106. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
  107. package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
  108. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
  109. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
  110. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
  111. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
  112. package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
  113. package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
  114. package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
  115. package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
  116. package/grids/lib/igc-grouping-state.d.ts +2 -0
  117. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
  118. package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
  119. package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
  120. package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
  121. package/grids/lib/igc-page-event-args.d.ts +2 -4
  122. package/grids/lib/igc-paginator-component.d.ts +3 -0
  123. package/grids/lib/igc-paging-state.d.ts +2 -0
  124. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
  125. package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
  126. package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
  127. package/grids/lib/igc-pinning-config.d.ts +2 -0
  128. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
  129. package/grids/lib/igc-row-data-event-args.d.ts +2 -4
  130. package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
  131. package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
  132. package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
  133. package/grids/lib/igc-row-island-component.d.ts +2635 -0
  134. package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
  135. package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
  136. package/grids/lib/igc-sorting-event-args.d.ts +1 -2
  137. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
  138. package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
  139. package/grids/styles.css +1 -1
  140. package/grids/themes/dark/bootstrap.css +1 -1
  141. package/grids/themes/dark/fluent.css +1 -1
  142. package/grids/themes/dark/indigo.css +1 -1
  143. package/grids/themes/dark/material.css +1 -1
  144. package/grids/themes/light/bootstrap.css +1 -1
  145. package/grids/themes/light/fluent.css +1 -1
  146. package/grids/themes/light/indigo.css +1 -1
  147. package/grids/themes/light/material.css +1 -1
  148. package/lib/ColumnFilterCondition_combined.d.ts +33 -21
  149. package/lib/DateEditorView.d.ts +1 -1
  150. package/lib/GridFilterDialogView_combined.d.ts +1 -1
  151. package/lib/TextEditorView.d.ts +1 -1
  152. package/package.json +4 -4
@@ -151,7 +151,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
151
151
  MultiColumnComboBoxView.prototype.az = function () {
152
152
  var a = this.n;
153
153
  if (null != a) {
154
- a.b3();
154
+ a.b5();
155
155
  }
156
156
  this.co();
157
157
  var b = this.g.p();
@@ -445,7 +445,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
445
445
  a.f9(b);
446
446
  };
447
447
  MultiColumnComboBoxView.prototype.bp = function () {
448
- this.n.b6();
448
+ this.n.b8();
449
449
  };
450
450
  MultiColumnComboBoxView.prototype.br = function () {
451
451
  var a = this.n;
@@ -642,9 +642,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
642
642
  }
643
643
  else {
644
644
  var b = new ColumnComparisonFilterCondition();
645
- b.f = 14;
646
- b.l = this.au;
647
- b.i = false;
645
+ b.operator = 14;
646
+ b.value = this.au;
647
+ b.isCaseSensitive = false;
648
648
  this.aw(b);
649
649
  }
650
650
  };
@@ -966,7 +966,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
966
966
  this.a = null;
967
967
  if (this.n != null && this.n.aw) {
968
968
  this.cz();
969
- this.n.b6();
969
+ this.n.b8();
970
970
  }
971
971
  }
972
972
  };
@@ -1239,7 +1239,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1239
1239
  return;
1240
1240
  }
1241
1241
  var c = this.c2();
1242
- this.m.b7(c);
1242
+ this.m.b9(c);
1243
1243
  };
1244
1244
  MultiColumnComboBoxView.prototype.cp = function () {
1245
1245
  if (this.g.disallowTabFocus) {
@@ -1577,8 +1577,8 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
1577
1577
  get: function () {
1578
1578
  if (null == this.a0) {
1579
1579
  this.a0 = new FontInfo();
1580
- this.a0.n = "Verdana";
1581
- this.a0.d = DeviceUtils.f(16);
1580
+ this.a0.p = "Verdana";
1581
+ this.a0.e = DeviceUtils.f(16);
1582
1582
  }
1583
1583
  return this.a0;
1584
1584
  },
@@ -2923,86 +2923,86 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
2923
2923
  a.i = this.v.e.exportVisualModel();
2924
2924
  if (this.av != null) {
2925
2925
  var b = this.av;
2926
- if (this.v != null && b.n == null) {
2926
+ if (this.v != null && b.p == null) {
2927
2927
  var c = this.v.ad;
2928
2928
  var d = FontUtil.getFontInfoFromString(c, b.fontString);
2929
- b.n = d.n;
2930
- b.d = d.d;
2931
- b.o = d.o;
2929
+ b.p = d.p;
2930
+ b.e = d.e;
2932
2931
  b.q = d.q;
2933
- b.r = d.r;
2934
2932
  b.s = d.s;
2933
+ b.t = d.t;
2934
+ b.u = d.u;
2935
2935
  }
2936
- if (b.n != null) {
2937
- a.ab = b.n;
2936
+ if (b.p != null) {
2937
+ a.ab = b.p;
2938
2938
  }
2939
- if (!isNaN_(b.d)) {
2940
- a.v = b.d;
2939
+ if (!isNaN_(b.e)) {
2940
+ a.v = b.e;
2941
+ }
2942
+ if (b.u != null) {
2943
+ a.af = b.u;
2941
2944
  }
2942
2945
  if (b.s != null) {
2943
- a.af = b.s;
2946
+ a.ad = b.s;
2944
2947
  }
2945
2948
  if (b.q != null) {
2946
- a.ad = b.q;
2947
- }
2948
- if (b.o != null) {
2949
- a.ac = b.q;
2949
+ a.ac = b.s;
2950
2950
  }
2951
2951
  }
2952
2952
  if (this.aw != null) {
2953
2953
  var e = this.aw;
2954
- if (this.v != null && e.n == null) {
2954
+ if (this.v != null && e.p == null) {
2955
2955
  var f = this.v.ad;
2956
2956
  var g = FontUtil.getFontInfoFromString(f, e.fontString);
2957
- e.n = g.n;
2958
- e.d = g.d;
2959
- e.o = g.o;
2957
+ e.p = g.p;
2958
+ e.e = g.e;
2960
2959
  e.q = g.q;
2961
- e.r = g.r;
2962
2960
  e.s = g.s;
2961
+ e.t = g.t;
2962
+ e.u = g.u;
2963
+ }
2964
+ if (e.p != null) {
2965
+ a.ag = e.p;
2963
2966
  }
2964
- if (e.n != null) {
2965
- a.ag = e.n;
2967
+ if (!isNaN_(e.e)) {
2968
+ a.w = e.e;
2966
2969
  }
2967
- if (!isNaN_(e.d)) {
2968
- a.w = e.d;
2970
+ if (e.u != null) {
2971
+ a.ak = e.u;
2969
2972
  }
2970
2973
  if (e.s != null) {
2971
- a.ak = e.s;
2974
+ a.ai = e.s;
2972
2975
  }
2973
2976
  if (e.q != null) {
2974
- a.ai = e.q;
2975
- }
2976
- if (e.o != null) {
2977
- a.ah = e.q;
2977
+ a.ah = e.s;
2978
2978
  }
2979
2979
  }
2980
2980
  if (this.ax != null) {
2981
2981
  var h = this.ax;
2982
- if (this.v != null && h.n == null) {
2982
+ if (this.v != null && h.p == null) {
2983
2983
  var i = this.v.ad;
2984
2984
  var j = FontUtil.getFontInfoFromString(i, h.fontString);
2985
- h.n = j.n;
2986
- h.d = j.d;
2987
- h.o = j.o;
2985
+ h.p = j.p;
2986
+ h.e = j.e;
2988
2987
  h.q = j.q;
2989
- h.r = j.r;
2990
2988
  h.s = j.s;
2989
+ h.t = j.t;
2990
+ h.u = j.u;
2991
+ }
2992
+ if (h.p != null) {
2993
+ a.ao = h.p;
2991
2994
  }
2992
- if (h.n != null) {
2993
- a.ao = h.n;
2995
+ if (!isNaN_(h.e)) {
2996
+ a.x = h.e;
2994
2997
  }
2995
- if (!isNaN_(h.d)) {
2996
- a.x = h.d;
2998
+ if (h.u != null) {
2999
+ a.as = h.u;
2997
3000
  }
2998
3001
  if (h.s != null) {
2999
- a.as = h.s;
3002
+ a.aq = h.s;
3000
3003
  }
3001
3004
  if (h.q != null) {
3002
- a.aq = h.q;
3003
- }
3004
- if (h.o != null) {
3005
- a.ap = h.q;
3005
+ a.ap = h.s;
3006
3006
  }
3007
3007
  }
3008
3008
  return a;
@@ -51,11 +51,11 @@ var PropertyEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  _this.l = null;
52
52
  _this.c = ((function () {
53
53
  var $ret = new FontInfo();
54
- $ret.n = "Verdana";
55
- $ret.d = 13;
56
- $ret.q = "Normal";
54
+ $ret.p = "Verdana";
55
+ $ret.e = 13;
57
56
  $ret.s = "Normal";
58
- $ret.o = "Normal";
57
+ $ret.u = "Normal";
58
+ $ret.q = "Normal";
59
59
  return $ret;
60
60
  })());
61
61
  _this.af = new Size();
@@ -41,7 +41,12 @@ var IgcColumnExchangersCollection = /** @class */ /*@__PURE__*/ (function (_supe
41
41
  if (!ext) {
42
42
  ext = new IgcColumnExchanger();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcColumnPropertySettersCollection = /** @class */ /*@__PURE__*/ (function (
41
41
  if (!ext) {
42
42
  ext = new IgcColumnPropertySetter();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcGridColumnCollection = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  if (!ext) {
42
42
  ext = IgcDataGridColumnComponent._createFromInternal(int);
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcGridFilterDialogViewModelGroupingLevelCollection = /** @class */ /*@__PUR
41
41
  if (!ext) {
42
42
  ext = new IgcGridFilterDialogViewModelGroupingLevel();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcGridFilterDialogViewModelGroupingLevel = /** @class */ /*@__PURE__*/ (fun
41
41
  if (!ext) {
42
42
  ext = new IgcGridFilterDialogViewModelGrouping();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcGridFilterDialogViewModelRowCollection = /** @class */ /*@__PURE__*/ (fun
41
41
  if (!ext) {
42
42
  ext = new IgcGridFilterDialogViewModelRow();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcGridFilterOperandsCollection = /** @class */ /*@__PURE__*/ (function (_su
41
41
  if (!ext) {
42
42
  ext = new IgcFilterOperand();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcGridSelectedCellRangesCollection = /** @class */ /*@__PURE__*/ (function
41
41
  if (!ext) {
42
42
  ext = new IgcCellRange();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcGridSelectedCellsCollection = /** @class */ /*@__PURE__*/ (function (_sup
41
41
  if (!ext) {
42
42
  ext = new IgcCellKey();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcGridSelectedKeysCollection = /** @class */ /*@__PURE__*/ (function (_supe
41
41
  if (!ext) {
42
42
  ext = new IgcPrimaryKeyValue();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcHorizontalPropertyEditorDataSource = /** @class */ /*@__PURE__*/ (functio
41
41
  if (!ext) {
42
42
  ext = new IgcPropertyEditorPropertyDescriptionComponent();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcResponsivePhasesCollection = /** @class */ /*@__PURE__*/ (function (_supe
41
41
  if (!ext) {
42
42
  ext = new IgcResponsivePhase();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;
@@ -41,7 +41,12 @@ var IgcResponsiveStatesCollection = /** @class */ /*@__PURE__*/ (function (_supe
41
41
  if (!ext) {
42
42
  ext = new IgcResponsiveState();
43
43
  if (ext) {
44
- ext._implementation = int;
44
+ if (!int.$type && ext._implementation.setNativeElement) {
45
+ ext._implementation.setNativeElement(int);
46
+ }
47
+ else {
48
+ ext._implementation = int;
49
+ }
45
50
  }
46
51
  }
47
52
  return ext;