igniteui-webcomponents-grids 4.7.0 → 4.7.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) 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 +27166 -27890
  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 +1 -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-state-base-directive.d.ts +2 -16
  101. package/grids/lib/igc-grid-state-collection.d.ts +1 -0
  102. package/grids/lib/igc-grid-state-component.d.ts +11 -3
  103. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
  104. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
  105. package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
  106. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
  107. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
  108. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
  109. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
  110. package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
  111. package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
  112. package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
  113. package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
  114. package/grids/lib/igc-grouping-state.d.ts +1 -0
  115. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
  116. package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
  117. package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
  118. package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
  119. package/grids/lib/igc-page-event-args.d.ts +2 -4
  120. package/grids/lib/igc-paginator-component.d.ts +3 -0
  121. package/grids/lib/igc-paging-state.d.ts +1 -0
  122. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
  123. package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
  124. package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
  125. package/grids/lib/igc-pinning-config.d.ts +1 -0
  126. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
  127. package/grids/lib/igc-row-data-event-args.d.ts +2 -4
  128. package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
  129. package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
  130. package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
  131. package/grids/lib/igc-row-island-component.d.ts +2635 -0
  132. package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
  133. package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
  134. package/grids/lib/igc-sorting-event-args.d.ts +1 -2
  135. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
  136. package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
  137. package/grids/styles.css +1 -1
  138. package/grids/themes/dark/bootstrap.css +1 -1
  139. package/grids/themes/dark/fluent.css +1 -1
  140. package/grids/themes/dark/indigo.css +1 -1
  141. package/grids/themes/dark/material.css +1 -1
  142. package/grids/themes/light/bootstrap.css +1 -1
  143. package/grids/themes/light/fluent.css +1 -1
  144. package/grids/themes/light/indigo.css +1 -1
  145. package/grids/themes/light/material.css +1 -1
  146. package/lib/ColumnFilterCondition_combined.d.ts +33 -21
  147. package/lib/DateEditorView.d.ts +1 -1
  148. package/lib/GridFilterDialogView_combined.d.ts +1 -1
  149. package/lib/TextEditorView.d.ts +1 -1
  150. package/package.json +4 -4
@@ -50,11 +50,11 @@ export let PropertyEditorView = /*@__PURE__*/ (() => {
50
50
  this.l = null;
51
51
  this.c = ((() => {
52
52
  let $ret = new FontInfo();
53
- $ret.n = "Verdana";
54
- $ret.d = 13;
55
- $ret.q = "Normal";
53
+ $ret.p = "Verdana";
54
+ $ret.e = 13;
56
55
  $ret.s = "Normal";
57
- $ret.o = "Normal";
56
+ $ret.u = "Normal";
57
+ $ret.q = "Normal";
58
58
  return $ret;
59
59
  })());
60
60
  this.af = new Size();
@@ -38,7 +38,12 @@ export class IgcColumnExchangersCollection extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = new IgcColumnExchanger();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcColumnPropertySettersCollection extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = new IgcColumnPropertySetter();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcGridColumnCollection extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = IgcDataGridColumnComponent._createFromInternal(int);
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcGridFilterDialogViewModelGroupingLevelCollection extends IgColle
38
38
  if (!ext) {
39
39
  ext = new IgcGridFilterDialogViewModelGroupingLevel();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcGridFilterDialogViewModelGroupingLevel extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = new IgcGridFilterDialogViewModelGrouping();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcGridFilterDialogViewModelRowCollection extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = new IgcGridFilterDialogViewModelRow();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcGridFilterOperandsCollection extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = new IgcFilterOperand();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcGridSelectedCellRangesCollection extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = new IgcCellRange();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcGridSelectedCellsCollection extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = new IgcCellKey();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcGridSelectedKeysCollection extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = new IgcPrimaryKeyValue();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcHorizontalPropertyEditorDataSource extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = new IgcPropertyEditorPropertyDescriptionComponent();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcResponsivePhasesCollection extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = new IgcResponsivePhase();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -38,7 +38,12 @@ export class IgcResponsiveStatesCollection extends IgCollection {
38
38
  if (!ext) {
39
39
  ext = new IgcResponsiveState();
40
40
  if (ext) {
41
- ext._implementation = int;
41
+ if (!int.$type && ext._implementation.setNativeElement) {
42
+ ext._implementation.setNativeElement(int);
43
+ }
44
+ else {
45
+ ext._implementation = int;
46
+ }
42
47
  }
43
48
  }
44
49
  return ext;
@@ -80,8 +80,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
80
80
  _this.ay = 0;
81
81
  _this.i = ((function () {
82
82
  var $ret = new FontInfo();
83
- $ret.n = "Verdana";
84
- $ret.d = 12;
83
+ $ret.p = "Verdana";
84
+ $ret.e = 12;
85
85
  return $ret;
86
86
  })());
87
87
  _this.p = true;
@@ -316,9 +316,9 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
316
316
  }
317
317
  if (this.aa || this.u || i || !this.v) {
318
318
  this.aa = false;
319
- if (this.p || this.u || (this.i != null && this.i.g != this.br)) {
319
+ if (this.p || this.u || (this.i != null && this.i.i != this.br)) {
320
320
  this.p = false;
321
- this.br = this.i.g;
321
+ this.br = this.i.i;
322
322
  j.ad(this.i);
323
323
  }
324
324
  if (f != 1) {
@@ -613,8 +613,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
613
613
  }
614
614
  this.o = true;
615
615
  var b = DeviceUtils.f(12);
616
- if (a.ag != null && !isNaN_(a.ag.d)) {
617
- b = a.ag.d;
616
+ if (a.ag != null && !isNaN_(a.ag.e)) {
617
+ b = a.ag.e;
618
618
  }
619
619
  if (this.ay != b) {
620
620
  this.ay = b;
@@ -665,15 +665,15 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
665
665
  if (a == null) {
666
666
  return;
667
667
  }
668
- if (this.p || (this.i != null && this.i.g != this.br)) {
668
+ if (this.p || (this.i != null && this.i.i != this.br)) {
669
669
  this.p = false;
670
- this.br = this.i.g;
670
+ this.br = this.i.i;
671
671
  a.ad(this.i);
672
672
  }
673
673
  var b;
674
- if (this.h != this.i || this.bt != this.i.g) {
674
+ if (this.h != this.i || this.bt != this.i.i) {
675
675
  this.h = this.i;
676
- this.bt = this.i.g;
676
+ this.bt = this.i.i;
677
677
  this.ar = FontUtil.getCurrentFontHeight(this.bm, this.i);
678
678
  }
679
679
  b = this.ar;
@@ -63,9 +63,9 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
63
63
  if (a == null) {
64
64
  return;
65
65
  }
66
- if (this.c8 || (this.c7 != null && this.c7.g != this.de)) {
66
+ if (this.c8 || (this.c7 != null && this.c7.i != this.de)) {
67
67
  this.c8 = false;
68
- this.de = this.c7.g;
68
+ this.de = this.c7.i;
69
69
  a.ad(this.c7);
70
70
  this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
71
71
  }