igniteui-webcomponents-data-grids 6.0.0-beta.0 → 6.0.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +3976 -3602
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +10 -6
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  7. package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
  14. package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
  16. package/esm2015/lib/CellPresenterBase.js +5 -5
  17. package/esm2015/lib/CheckboxListView_combined.js +479 -435
  18. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  19. package/esm2015/lib/ColumnFilterCondition_combined.js +2445 -2387
  20. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  21. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  22. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  23. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  24. package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +10 -6
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/FormatCellEventArgs.js +31 -0
  30. package/esm2015/lib/GridCellBase.js +1 -1
  31. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  32. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  33. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  34. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
  40. package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
  41. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  42. package/esm2015/lib/ImageCellPresenter.js +6 -6
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCellPresenter.js +9 -6
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +2 -2
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  52. package/esm2015/lib/TextCellPresenter.js +20 -15
  53. package/esm2015/lib/TextHeaderCell.js +6 -5
  54. package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
  55. package/esm2015/lib/igc-cell-info.js +58 -49
  56. package/esm2015/lib/igc-checkbox-list-component.js +75 -72
  57. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  58. package/esm2015/lib/igc-data-grid-column-component.js +164 -135
  59. package/esm2015/lib/igc-data-grid-sort-indicator-component.js +22 -15
  60. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  61. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  62. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  63. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  64. package/esm2015/lib/igc-format-cell-event-args.js +85 -0
  65. package/esm2015/lib/igc-image-cell-info.js +6 -6
  66. package/esm2015/lib/igc-image-column-component.js +12 -12
  67. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  68. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  69. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  70. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  71. package/esm2015/lib/igc-template-cell-info.js +2 -2
  72. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  73. package/esm2015/lib/igc-text-cell-info.js +2 -2
  74. package/esm2015/lib/igc-text-column-component.js +9 -9
  75. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  76. package/esm2015/public_api.js +2 -0
  77. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  78. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  79. package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
  80. package/esm5/lib/CanvasGridCellBase.js +1 -1
  81. package/esm5/lib/CanvasImageCellPresenter.js +6 -6
  82. package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
  83. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  84. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CanvasTextCellPresenter.js +20 -15
  88. package/esm5/lib/CanvasTextHeaderCell.js +4 -4
  89. package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CellPresenterBase.js +5 -5
  91. package/esm5/lib/CheckboxListView_combined.js +461 -413
  92. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  93. package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
  94. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  95. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  96. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  97. package/esm5/lib/ContentCellModelHelper.js +4 -4
  98. package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
  99. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  100. package/esm5/lib/DateTimeCellPresenter.js +10 -6
  101. package/esm5/lib/EditorCellPresenter.js +19 -19
  102. package/esm5/lib/FilterCellPresenter.js +11 -11
  103. package/esm5/lib/FormatCellEventArgs.js +37 -0
  104. package/esm5/lib/GridCellBase.js +1 -1
  105. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  106. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  108. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  109. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  112. package/esm5/lib/GridExternalWrapper.js +6 -6
  113. package/esm5/lib/GridFilterDialogView_combined.js +9 -4
  114. package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
  115. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  116. package/esm5/lib/ImageCellPresenter.js +6 -6
  117. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  118. package/esm5/lib/NumericCellPresenter.js +9 -6
  119. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  120. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  121. package/esm5/lib/SummaryCellPresenter.js +6 -6
  122. package/esm5/lib/TemplateCellPresenter.js +2 -2
  123. package/esm5/lib/TemplateHeader.js +2 -2
  124. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  125. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  126. package/esm5/lib/TextCellPresenter.js +20 -15
  127. package/esm5/lib/TextHeaderCell.js +6 -5
  128. package/esm5/lib/TextHeaderCellPresenter.js +16 -16
  129. package/esm5/lib/igc-cell-info.js +62 -49
  130. package/esm5/lib/igc-checkbox-list-component.js +79 -72
  131. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  132. package/esm5/lib/igc-data-grid-column-component.js +169 -135
  133. package/esm5/lib/igc-data-grid-sort-indicator-component.js +26 -15
  134. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  135. package/esm5/lib/igc-date-time-column-component.js +23 -23
  136. package/esm5/lib/igc-editor-cell-info.js +23 -23
  137. package/esm5/lib/igc-filter-cell-info.js +26 -26
  138. package/esm5/lib/igc-format-cell-event-args.js +115 -0
  139. package/esm5/lib/igc-image-cell-info.js +6 -6
  140. package/esm5/lib/igc-image-column-component.js +12 -12
  141. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  142. package/esm5/lib/igc-numeric-column-component.js +35 -35
  143. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  144. package/esm5/lib/igc-summary-cell-info.js +9 -9
  145. package/esm5/lib/igc-template-cell-info.js +2 -2
  146. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  147. package/esm5/lib/igc-text-cell-info.js +2 -2
  148. package/esm5/lib/igc-text-column-component.js +9 -9
  149. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  150. package/esm5/public_api.js +2 -0
  151. package/fesm2015/igniteui-webcomponents-data-grids.js +4045 -3735
  152. package/fesm5/igniteui-webcomponents-data-grids.js +3976 -3604
  153. package/lib/CanvasTextCellPresenter.d.ts +1 -0
  154. package/lib/CheckboxListView_combined.d.ts +127 -120
  155. package/lib/ColumnFilterCondition_combined.d.ts +643 -636
  156. package/lib/FormatCellEventArgs.d.ts +15 -0
  157. package/lib/GridSortIndicatorView_combined.d.ts +41 -38
  158. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  159. package/lib/TextCellPresenter.d.ts +1 -0
  160. package/lib/igc-cell-info.d.ts +5 -0
  161. package/lib/igc-checkbox-list-component.d.ts +1 -0
  162. package/lib/igc-data-grid-column-component.d.ts +8 -0
  163. package/lib/igc-data-grid-sort-indicator-component.d.ts +2 -0
  164. package/lib/igc-format-cell-event-args.d.ts +42 -0
  165. package/package.json +4 -5
  166. package/public_api.d.ts +2 -0
@@ -29,10 +29,10 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the resolved summary label for the summary cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.mn;
32
+ return this.i.mr;
33
33
  },
34
34
  set: function (v) {
35
- this.i.mn = v;
35
+ this.i.mr = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * Sets or gets the resolved summary value for the sumamry cell.
43
43
  */
44
44
  get: function () {
45
- return this.i.mp;
45
+ return this.i.mt;
46
46
  },
47
47
  set: function (v) {
48
- this.i.mp = v;
48
+ this.i.mt = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,25 +55,25 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
55
  * Gets or sets the color of the text for the summary label in the cell.
56
56
  */
57
57
  get: function () {
58
- return brushToString(this.i.mu);
58
+ return brushToString(this.i.my);
59
59
  },
60
60
  set: function (v) {
61
- this.i.mu = stringToBrush(v);
61
+ this.i.my = stringToBrush(v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
65
65
  });
66
66
  Object.defineProperty(IgcSummaryCellInfo.prototype, "font", {
67
67
  get: function () {
68
- if (this.i.mg == null) {
68
+ if (this.i.mk == null) {
69
69
  return null;
70
70
  }
71
- return this.i.mg.fontString;
71
+ return this.i.mk.fontString;
72
72
  },
73
73
  set: function (v) {
74
74
  var fi = new FontInfo();
75
75
  fi.fontString = v;
76
- this.i.mg = fi;
76
+ this.i.mk = fi;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true
@@ -27,10 +27,10 @@ var IgcTemplateCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  * Sets or gets the value to provide to the template.
28
28
  */
29
29
  get: function () {
30
- return this.i.mh;
30
+ return this.i.ml;
31
31
  },
32
32
  set: function (v) {
33
- this.i.mh = v;
33
+ this.i.ml = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -28,10 +28,10 @@ var IgcTemplateHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  * Sets or gets whether the filter UI should be visible in the header.
29
29
  */
30
30
  get: function () {
31
- return this.i.mk;
31
+ return this.i.mo;
32
32
  },
33
33
  set: function (v) {
34
- this.i.mk = ensureBool(v);
34
+ this.i.mo = ensureBool(v);
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -27,10 +27,10 @@ var IgcTextCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  * Sets or gets the text value for the cell.
28
28
  */
29
29
  get: function () {
30
- return this.i.mh;
30
+ return this.i.ml;
31
31
  },
32
32
  set: function (v) {
33
- this.i.mh = v;
33
+ this.i.ml = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -79,11 +79,11 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
79
79
  * Gets or sets the editor type used for editing cells in this column.
80
80
  */
81
81
  get: function () {
82
- return this.i.n3;
82
+ return this.i.n5;
83
83
  },
84
84
  set: function (v) {
85
- this.i.n3 = ensureEnum(EditorType_$type, v);
86
- this._a("editorType", enumToString(EditorType_$type, this.i.n3));
85
+ this.i.n5 = ensureEnum(EditorType_$type, v);
86
+ this._a("editorType", enumToString(EditorType_$type, this.i.n5));
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,10 +93,10 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
93
93
  * Gets or sets the ComboBox data source.
94
94
  */
95
95
  get: function () {
96
- return this.i.n4;
96
+ return this.i.n6;
97
97
  },
98
98
  set: function (v) {
99
- this.i.n4 = v;
99
+ this.i.n6 = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,10 +106,10 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
106
106
  * Gets or sets the ComboBox text field.
107
107
  */
108
108
  get: function () {
109
- return this.i.n6;
109
+ return this.i.n8;
110
110
  },
111
111
  set: function (v) {
112
- this.i.n6 = v;
112
+ this.i.n8 = v;
113
113
  },
114
114
  enumerable: false,
115
115
  configurable: true
@@ -119,10 +119,10 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
119
119
  * Gets or sets the ComboBox value field.
120
120
  */
121
121
  get: function () {
122
- return this.i.n7;
122
+ return this.i.n9;
123
123
  },
124
124
  set: function (v) {
125
- this.i.n7 = v;
125
+ this.i.n9 = v;
126
126
  },
127
127
  enumerable: false,
128
128
  configurable: true
@@ -31,20 +31,20 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
31
31
  * Sets or gets whether the filter UI should be visible in the header.
32
32
  */
33
33
  get: function () {
34
- return this.i.mq;
34
+ return this.i.mu;
35
35
  },
36
36
  set: function (v) {
37
- this.i.mq = ensureBool(v);
37
+ this.i.mu = ensureBool(v);
38
38
  },
39
39
  enumerable: false,
40
40
  configurable: true
41
41
  });
42
42
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
43
43
  get: function () {
44
- return this.i.mo;
44
+ return this.i.ms;
45
45
  },
46
46
  set: function (v) {
47
- this.i.mo = ensureEnum(SortIndicatorStyle_$type, v);
47
+ this.i.ms = ensureEnum(SortIndicatorStyle_$type, v);
48
48
  },
49
49
  enumerable: false,
50
50
  configurable: true
@@ -54,10 +54,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  * Gets or sets the alignment of the column options icon within the header cell.
55
55
  */
56
56
  get: function () {
57
- return this.i.mk;
57
+ return this.i.mo;
58
58
  },
59
59
  set: function (v) {
60
- this.i.mk = ensureEnum(ColumnOptionsIconAlignment_$type, v);
60
+ this.i.mo = ensureEnum(ColumnOptionsIconAlignment_$type, v);
61
61
  },
62
62
  enumerable: false,
63
63
  configurable: true
@@ -67,10 +67,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
67
67
  * Gets or sets the color for the column options icon in the header.
68
68
  */
69
69
  get: function () {
70
- return brushToString(this.i.m2);
70
+ return brushToString(this.i.m6);
71
71
  },
72
72
  set: function (v) {
73
- this.i.m2 = stringToBrush(v);
73
+ this.i.m6 = stringToBrush(v);
74
74
  },
75
75
  enumerable: false,
76
76
  configurable: true
@@ -80,10 +80,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
80
80
  * Gets or sets how the column option icon will behave in the header.
81
81
  */
82
82
  get: function () {
83
- return this.i.mm;
83
+ return this.i.mq;
84
84
  },
85
85
  set: function (v) {
86
- this.i.mm = ensureEnum(ColumnOptionsIconBehavior_$type, v);
86
+ this.i.mq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -416,6 +416,8 @@ export * from './lib/igc-cell-style-requested-event-args';
416
416
  export * from './lib/DataGridColumn';
417
417
  export * from './lib/igc-data-grid-column-component';
418
418
  export * from './lib/DataGridColumnToolbarManager';
419
+ export * from './lib/FormatCellEventArgs';
420
+ export * from './lib/igc-format-cell-event-args';
419
421
  export * from './lib/ColumnWidth';
420
422
  export * from './lib/igc-column-width';
421
423
  export * from './lib/igc-column-width-module';