igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2

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 (211) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +44020 -42109
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +25 -25
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +416 -411
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  43. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  44. package/esm2015/lib/GridExternalWrapper.js +6 -6
  45. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  46. package/esm2015/lib/GridIconRepository.js +92 -0
  47. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  48. package/esm2015/lib/GridStyleRepository.js +6 -3
  49. package/esm2015/lib/ICheckboxListView.js +11 -0
  50. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  51. package/esm2015/lib/ImageCellPresenter.js +7 -7
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
  53. package/esm2015/lib/NumericCellPresenter.js +8 -8
  54. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  56. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  57. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateHeader.js +3 -3
  59. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  60. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  61. package/esm2015/lib/TextCellPresenter.js +9 -9
  62. package/esm2015/lib/TextHeaderCell.js +62 -27
  63. package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
  64. package/esm2015/lib/igc-cell-info.js +97 -91
  65. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  68. package/esm2015/lib/igc-data-grid-column-component.js +271 -188
  69. package/esm2015/lib/igc-data-grid-component.js +135 -0
  70. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  71. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  74. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  75. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  76. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  77. package/esm2015/lib/igc-image-cell-info.js +6 -6
  78. package/esm2015/lib/igc-image-column-component.js +12 -12
  79. package/esm2015/lib/igc-image-column-module.js +2 -0
  80. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  81. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  82. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  83. package/esm2015/lib/igc-row-separator-module.js +2 -0
  84. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  85. package/esm2015/lib/igc-section-header-module.js +2 -0
  86. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  87. package/esm2015/lib/igc-template-cell-info.js +2 -2
  88. package/esm2015/lib/igc-template-column-module.js +2 -0
  89. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  90. package/esm2015/lib/igc-template-header-module.js +2 -0
  91. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  92. package/esm2015/lib/igc-text-cell-info.js +2 -2
  93. package/esm2015/lib/igc-text-column-component.js +9 -9
  94. package/esm2015/lib/igc-text-column-module.js +2 -0
  95. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  96. package/esm2015/lib/igc-text-header-module.js +2 -0
  97. package/esm2015/public_api.js +2 -0
  98. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  99. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  100. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  101. package/esm5/lib/CanvasGridCellBase.js +13 -13
  102. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  103. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  104. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  105. package/esm5/lib/CanvasSummaryCell.js +2 -2
  106. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  107. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  108. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  109. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  111. package/esm5/lib/CellPresenterBase.js +25 -25
  112. package/esm5/lib/CheckboxListBridge.js +36 -36
  113. package/esm5/lib/CheckboxListView_combined.js +399 -394
  114. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  115. package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
  116. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  117. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  118. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  119. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  120. package/esm5/lib/ContentCellModelHelper.js +5 -5
  121. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  122. package/esm5/lib/DataGridLocaleEn.js +3 -0
  123. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  124. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  125. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  126. package/esm5/lib/Dragger.js +4 -4
  127. package/esm5/lib/EditorCellPresenter.js +21 -21
  128. package/esm5/lib/FilterCellPresenter.js +12 -12
  129. package/esm5/lib/GridCellBase.js +6 -6
  130. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  131. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  132. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  133. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  134. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  135. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  136. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  137. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  138. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  139. package/esm5/lib/GridExternalWrapper.js +6 -6
  140. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  141. package/esm5/lib/GridIconRepository.js +97 -0
  142. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  143. package/esm5/lib/GridStyleRepository.js +10 -3
  144. package/esm5/lib/ICheckboxListView.js +11 -0
  145. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  146. package/esm5/lib/ImageCellPresenter.js +7 -7
  147. package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
  148. package/esm5/lib/NumericCellPresenter.js +8 -8
  149. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  150. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  151. package/esm5/lib/SummaryCellPresenter.js +6 -6
  152. package/esm5/lib/TemplateCellPresenter.js +2 -2
  153. package/esm5/lib/TemplateHeader.js +3 -3
  154. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  155. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  156. package/esm5/lib/TextCellPresenter.js +9 -9
  157. package/esm5/lib/TextHeaderCell.js +62 -27
  158. package/esm5/lib/TextHeaderCellPresenter.js +44 -25
  159. package/esm5/lib/igc-cell-info.js +101 -91
  160. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  161. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  162. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  163. package/esm5/lib/igc-data-grid-column-component.js +311 -188
  164. package/esm5/lib/igc-data-grid-component.js +177 -0
  165. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  166. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  167. package/esm5/lib/igc-date-time-column-component.js +23 -23
  168. package/esm5/lib/igc-date-time-column-module.js +2 -0
  169. package/esm5/lib/igc-editor-cell-info.js +23 -23
  170. package/esm5/lib/igc-filter-cell-info.js +26 -26
  171. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  172. package/esm5/lib/igc-image-cell-info.js +6 -6
  173. package/esm5/lib/igc-image-column-component.js +12 -12
  174. package/esm5/lib/igc-image-column-module.js +2 -0
  175. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  176. package/esm5/lib/igc-numeric-column-component.js +35 -35
  177. package/esm5/lib/igc-numeric-column-module.js +2 -0
  178. package/esm5/lib/igc-row-separator-module.js +2 -0
  179. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  180. package/esm5/lib/igc-section-header-module.js +2 -0
  181. package/esm5/lib/igc-summary-cell-info.js +9 -9
  182. package/esm5/lib/igc-template-cell-info.js +2 -2
  183. package/esm5/lib/igc-template-column-module.js +2 -0
  184. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  185. package/esm5/lib/igc-template-header-module.js +2 -0
  186. package/esm5/lib/igc-template-section-header-module.js +4 -0
  187. package/esm5/lib/igc-text-cell-info.js +2 -2
  188. package/esm5/lib/igc-text-column-component.js +9 -9
  189. package/esm5/lib/igc-text-column-module.js +2 -0
  190. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  191. package/esm5/lib/igc-text-header-module.js +2 -0
  192. package/esm5/public_api.js +2 -0
  193. package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
  194. package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
  195. package/lib/CheckboxListView_combined.d.ts +104 -104
  196. package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
  197. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  198. package/lib/DataGridLocaleEn.d.ts +3 -0
  199. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  200. package/lib/GridIconRepository.d.ts +44 -0
  201. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  202. package/lib/GridStyleRepository.d.ts +3 -2
  203. package/lib/ICheckboxListView.d.ts +38 -0
  204. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  205. package/lib/igc-cell-info.d.ts +4 -0
  206. package/lib/igc-data-grid-column-component.d.ts +23 -0
  207. package/lib/igc-data-grid-component.d.ts +43 -0
  208. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  209. package/lib/igc-text-header-cell-info.d.ts +15 -0
  210. package/package.json +4 -4
  211. package/public_api.d.ts +2 -0
@@ -133,6 +133,7 @@ import { IgcFilterCellInfo } from "./igc-filter-cell-info";
133
133
  import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
134
134
  import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
135
135
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
136
+ import { IgcDataBindingEventArgs } from './igc-data-binding-event-args';
136
137
  let GridStylingDefaults = {};
137
138
  let IgcDataGridComponent = /*@__PURE__*/ (() => {
138
139
  class IgcDataGridComponent extends IgcHTMLElement {
@@ -305,6 +306,10 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
305
306
  this._cellPointerUp_wrapped = null;
306
307
  this._cellClicked = null;
307
308
  this._cellClicked_wrapped = null;
309
+ this._filterRowDataBinding = null;
310
+ this._filterRowDataBinding_wrapped = null;
311
+ this._filterRowDataBound = null;
312
+ this._filterRowDataBound_wrapped = null;
308
313
  this._sortDescriptionsChanged = null;
309
314
  this._sortDescriptionsChanged_wrapped = null;
310
315
  this._groupDescriptionsChanged = null;
@@ -1772,6 +1777,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
1772
1777
  this.i.isColumnOptionsEnabled = ensureBool(v);
1773
1778
  this._a("isColumnOptionsEnabled", this.i.isColumnOptionsEnabled);
1774
1779
  }
1780
+ get useNewerColumnOptionsMenu() {
1781
+ return this.i.useNewerColumnOptionsMenu;
1782
+ }
1783
+ set useNewerColumnOptionsMenu(v) {
1784
+ this.i.useNewerColumnOptionsMenu = ensureBool(v);
1785
+ this._a("useNewerColumnOptionsMenu", this.i.useNewerColumnOptionsMenu);
1786
+ }
1775
1787
  /**
1776
1788
  * Gets or sets if group rows will stick to the top of the grid.
1777
1789
  */
@@ -3170,6 +3182,51 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3170
3182
  this.i.columnOptionsTextColor = stringToBrush(v);
3171
3183
  this._a("columnOptionsTextColor", brushToString(this.i.columnOptionsTextColor));
3172
3184
  }
3185
+ /**
3186
+ * Gets or sets the font settings for text inside the column options menu.
3187
+ */
3188
+ get columnOptionsTextStyle() {
3189
+ if (this.i.columnOptionsTextStyle == null) {
3190
+ return null;
3191
+ }
3192
+ return this.i.columnOptionsTextStyle.fontString;
3193
+ }
3194
+ set columnOptionsTextStyle(v) {
3195
+ let fi = new FontInfo();
3196
+ fi.fontString = v;
3197
+ this.i.columnOptionsTextStyle = fi;
3198
+ this._a("columnOptionsTextStyle", this.i.columnOptionsTextStyle != null ? this.i.columnOptionsTextStyle.fontString : "");
3199
+ }
3200
+ /**
3201
+ * Gets or sets the hover background color inside the column options menu.
3202
+ */
3203
+ get columnOptionsHoverBackgroundColor() {
3204
+ return brushToString(this.i.columnOptionsHoverBackgroundColor);
3205
+ }
3206
+ set columnOptionsHoverBackgroundColor(v) {
3207
+ this.i.columnOptionsHoverBackgroundColor = stringToBrush(v);
3208
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.columnOptionsHoverBackgroundColor));
3209
+ }
3210
+ /**
3211
+ * Gets or sets the tooltip background color inside the column options menu.
3212
+ */
3213
+ get columnOptionsToolTipBackgroundColor() {
3214
+ return brushToString(this.i.columnOptionsToolTipBackgroundColor);
3215
+ }
3216
+ set columnOptionsToolTipBackgroundColor(v) {
3217
+ this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
3218
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.columnOptionsToolTipBackgroundColor));
3219
+ }
3220
+ /**
3221
+ * Gets or sets the highlight color inside the column options menu.
3222
+ */
3223
+ get columnOptionsHighlightColor() {
3224
+ return brushToString(this.i.columnOptionsHighlightColor);
3225
+ }
3226
+ set columnOptionsHighlightColor(v) {
3227
+ this.i.columnOptionsHighlightColor = stringToBrush(v);
3228
+ this._a("columnOptionsHighlightColor", brushToString(this.i.columnOptionsHighlightColor));
3229
+ }
3173
3230
  /**
3174
3231
  * Gets or sets the color of separators inside the column options menu.
3175
3232
  */
@@ -3200,6 +3257,21 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3200
3257
  this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
3201
3258
  this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.columnOptionsGroupHeaderTextColor));
3202
3259
  }
3260
+ /**
3261
+ * Gets or sets the font settings for group header text inside the column options menu.
3262
+ */
3263
+ get columnOptionsGroupHeaderTextStyle() {
3264
+ if (this.i.columnOptionsGroupHeaderTextStyle == null) {
3265
+ return null;
3266
+ }
3267
+ return this.i.columnOptionsGroupHeaderTextStyle.fontString;
3268
+ }
3269
+ set columnOptionsGroupHeaderTextStyle(v) {
3270
+ let fi = new FontInfo();
3271
+ fi.fontString = v;
3272
+ this.i.columnOptionsGroupHeaderTextStyle = fi;
3273
+ this._a("columnOptionsGroupHeaderTextStyle", this.i.columnOptionsGroupHeaderTextStyle != null ? this.i.columnOptionsGroupHeaderTextStyle.fontString : "");
3274
+ }
3203
3275
  get columnOptionsAccentColor() {
3204
3276
  return brushToString(this.i.columnOptionsAccentColor);
3205
3277
  }
@@ -3207,6 +3279,16 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3207
3279
  this.i.columnOptionsAccentColor = stringToBrush(v);
3208
3280
  this._a("columnOptionsAccentColor", brushToString(this.i.columnOptionsAccentColor));
3209
3281
  }
3282
+ /**
3283
+ * Gets or sets the row height for submenus inside the column options menu.
3284
+ */
3285
+ get columnOptionsRowHeight() {
3286
+ return this.i.columnOptionsRowHeight;
3287
+ }
3288
+ set columnOptionsRowHeight(v) {
3289
+ this.i.columnOptionsRowHeight = +v;
3290
+ this._a("columnOptionsRowHeight", this.i.columnOptionsRowHeight);
3291
+ }
3210
3292
  get allowCopyOperation() {
3211
3293
  return this.i.allowCopyOperation;
3212
3294
  }
@@ -3214,6 +3296,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3214
3296
  this.i.allowCopyOperation = ensureBool(v);
3215
3297
  this._a("allowCopyOperation", this.i.allowCopyOperation);
3216
3298
  }
3299
+ get maxSelectedCellRanges() {
3300
+ return this.i.maxSelectedCellRanges;
3301
+ }
3302
+ set maxSelectedCellRanges(v) {
3303
+ this.i.maxSelectedCellRanges = +v;
3304
+ this._a("maxSelectedCellRanges", this.i.maxSelectedCellRanges);
3305
+ }
3217
3306
  /**
3218
3307
  * Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
3219
3308
  */
@@ -3935,6 +4024,52 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3935
4024
  this.i.cellClicked = delegateCombine(this.i.cellClicked, this._cellClicked_wrapped);
3936
4025
  ;
3937
4026
  }
4027
+ get filterRowDataBinding() {
4028
+ return this._filterRowDataBinding;
4029
+ }
4030
+ set filterRowDataBinding(ev) {
4031
+ if (this._filterRowDataBinding_wrapped !== null) {
4032
+ this.i.filterRowDataBinding = delegateRemove(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
4033
+ this._filterRowDataBinding_wrapped = null;
4034
+ this._filterRowDataBinding = null;
4035
+ }
4036
+ this._filterRowDataBinding = ev;
4037
+ this._filterRowDataBinding_wrapped = (o, e) => {
4038
+ let outerArgs = new IgcDataBindingEventArgs();
4039
+ outerArgs._provideImplementation(e);
4040
+ if (this.beforeFilterRowDataBinding) {
4041
+ this.beforeFilterRowDataBinding(this, outerArgs);
4042
+ }
4043
+ if (this._filterRowDataBinding) {
4044
+ this._filterRowDataBinding(this, outerArgs);
4045
+ }
4046
+ };
4047
+ this.i.filterRowDataBinding = delegateCombine(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
4048
+ ;
4049
+ }
4050
+ get filterRowDataBound() {
4051
+ return this._filterRowDataBound;
4052
+ }
4053
+ set filterRowDataBound(ev) {
4054
+ if (this._filterRowDataBound_wrapped !== null) {
4055
+ this.i.filterRowDataBound = delegateRemove(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
4056
+ this._filterRowDataBound_wrapped = null;
4057
+ this._filterRowDataBound = null;
4058
+ }
4059
+ this._filterRowDataBound = ev;
4060
+ this._filterRowDataBound_wrapped = (o, e) => {
4061
+ let outerArgs = new IgcDataBindingEventArgs();
4062
+ outerArgs._provideImplementation(e);
4063
+ if (this.beforeFilterRowDataBound) {
4064
+ this.beforeFilterRowDataBound(this, outerArgs);
4065
+ }
4066
+ if (this._filterRowDataBound) {
4067
+ this._filterRowDataBound(this, outerArgs);
4068
+ }
4069
+ };
4070
+ this.i.filterRowDataBound = delegateCombine(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
4071
+ ;
4072
+ }
3938
4073
  /**
3939
4074
  * Called when sorting has changed.
3940
4075
  */
@@ -7,6 +7,7 @@ import { GridFilterDialog } from "./GridFilterDialog";
7
7
  import { TypeRegistrar } from "igniteui-webcomponents-core";
8
8
  import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureBool, brushToString, stringToBrush, initializePropertiesFromCss } from "igniteui-webcomponents-core";
9
9
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
10
+ import { FontInfo } from "igniteui-webcomponents-core";
10
11
  let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
11
12
  class IgcDataGridFilterDialogComponent extends IgcHTMLElement {
12
13
  createImplementation() {
@@ -142,11 +143,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
142
143
  }
143
144
  }
144
145
  get isAnimationEnabled() {
145
- return this.i.ad;
146
+ return this.i.ai;
146
147
  }
147
148
  set isAnimationEnabled(v) {
148
- this.i.ad = ensureBool(v);
149
- this._a("isAnimationEnabled", this.i.ad);
149
+ this.i.ai = ensureBool(v);
150
+ this._a("isAnimationEnabled", this.i.ai);
150
151
  }
151
152
  /**
152
153
  * Gets or sets the scaling value used to affect the pixel density of the control.
@@ -154,11 +155,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
154
155
  * to appear blurry.
155
156
  */
156
157
  get pixelScalingRatio() {
157
- return this.i.al;
158
+ return this.i.aq;
158
159
  }
159
160
  set pixelScalingRatio(v) {
160
- this.i.al = +v;
161
- this._a("pixelScalingRatio", this.i.al);
161
+ this.i.aq = +v;
162
+ this._a("pixelScalingRatio", this.i.aq);
162
163
  }
163
164
  /**
164
165
  * Gets the actual pixel scaling ratio used to affect the pixel density of the control.
@@ -166,85 +167,155 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
166
167
  * to appear blurry.
167
168
  */
168
169
  get actualPixelScalingRatio() {
169
- return this.i.ak;
170
+ return this.i.ap;
170
171
  }
171
172
  set actualPixelScalingRatio(v) {
172
- this.i.ak = +v;
173
- this._a("actualPixelScalingRatio", this.i.ak);
173
+ this.i.ap = +v;
174
+ this._a("actualPixelScalingRatio", this.i.ap);
174
175
  }
175
176
  get iconColor() {
176
- return brushToString(this.i.ci);
177
+ return brushToString(this.i.c1);
177
178
  }
178
179
  set iconColor(v) {
179
- this.i.ci = stringToBrush(v);
180
- this._a("iconColor", brushToString(this.i.ci));
180
+ this.i.c1 = stringToBrush(v);
181
+ this._a("iconColor", brushToString(this.i.c1));
181
182
  }
182
183
  get viewSize() {
183
- return this.i.am;
184
+ return this.i.ar;
184
185
  }
185
186
  set viewSize(v) {
186
- this.i.am = +v;
187
- this._a("viewSize", this.i.am);
187
+ this.i.ar = +v;
188
+ this._a("viewSize", this.i.ar);
188
189
  }
189
190
  /**
190
191
  * Gets or sets the column options dropdown background color.
191
192
  */
192
193
  get columnOptionsBackground() {
193
- return brushToString(this.i.cd);
194
+ return brushToString(this.i.ct);
194
195
  }
195
196
  set columnOptionsBackground(v) {
196
- this.i.cd = stringToBrush(v);
197
- this._a("columnOptionsBackground", brushToString(this.i.cd));
197
+ this.i.ct = stringToBrush(v);
198
+ this._a("columnOptionsBackground", brushToString(this.i.ct));
198
199
  }
199
200
  /**
200
201
  * Gets or sets the text color for text inside the column options menu.
201
202
  */
202
203
  get columnOptionsTextColor() {
203
- return brushToString(this.i.ch);
204
+ return brushToString(this.i.cz);
204
205
  }
205
206
  set columnOptionsTextColor(v) {
206
- this.i.ch = stringToBrush(v);
207
- this._a("columnOptionsTextColor", brushToString(this.i.ch));
207
+ this.i.cz = stringToBrush(v);
208
+ this._a("columnOptionsTextColor", brushToString(this.i.cz));
209
+ }
210
+ /**
211
+ * Gets or sets the font settings for text inside the column options menu.
212
+ */
213
+ get columnOptionsTextStyle() {
214
+ if (this.i.ab == null) {
215
+ return null;
216
+ }
217
+ return this.i.ab.fontString;
218
+ }
219
+ set columnOptionsTextStyle(v) {
220
+ let fi = new FontInfo();
221
+ fi.fontString = v;
222
+ this.i.ab = fi;
223
+ this._a("columnOptionsTextStyle", this.i.ab != null ? this.i.ab.fontString : "");
224
+ }
225
+ /**
226
+ * Gets or sets the hover background color inside the column options menu.
227
+ */
228
+ get columnOptionsHoverBackgroundColor() {
229
+ return brushToString(this.i.cx);
230
+ }
231
+ set columnOptionsHoverBackgroundColor(v) {
232
+ this.i.cx = stringToBrush(v);
233
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.cx));
234
+ }
235
+ /**
236
+ * Gets or sets the tooltip background color inside the column options menu.
237
+ */
238
+ get columnOptionsToolTipBackgroundColor() {
239
+ return brushToString(this.i.c0);
240
+ }
241
+ set columnOptionsToolTipBackgroundColor(v) {
242
+ this.i.c0 = stringToBrush(v);
243
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.c0));
244
+ }
245
+ /**
246
+ * Gets or sets the highlight color inside the column options menu.
247
+ */
248
+ get columnOptionsHighlightColor() {
249
+ return brushToString(this.i.cw);
250
+ }
251
+ set columnOptionsHighlightColor(v) {
252
+ this.i.cw = stringToBrush(v);
253
+ this._a("columnOptionsHighlightColor", brushToString(this.i.cw));
208
254
  }
209
255
  /**
210
256
  * Gets or sets the color of separators inside the column options menu.
211
257
  */
212
258
  get columnOptionsSeparatorColor() {
213
- return brushToString(this.i.cg);
259
+ return brushToString(this.i.cy);
214
260
  }
215
261
  set columnOptionsSeparatorColor(v) {
216
- this.i.cg = stringToBrush(v);
217
- this._a("columnOptionsSeparatorColor", brushToString(this.i.cg));
262
+ this.i.cy = stringToBrush(v);
263
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.cy));
218
264
  }
219
265
  /**
220
266
  * Gets or sets the background color for group headers inside the column options menu.
221
267
  */
222
268
  get columnOptionsGroupHeaderBackground() {
223
- return brushToString(this.i.ce);
269
+ return brushToString(this.i.cu);
224
270
  }
225
271
  set columnOptionsGroupHeaderBackground(v) {
226
- this.i.ce = stringToBrush(v);
227
- this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.ce));
272
+ this.i.cu = stringToBrush(v);
273
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.cu));
228
274
  }
229
275
  /**
230
276
  * Gets or sets the text color for group headers inside the column options menu.
231
277
  */
232
278
  get columnOptionsGroupHeaderTextColor() {
233
- return brushToString(this.i.cf);
279
+ return brushToString(this.i.cv);
234
280
  }
235
281
  set columnOptionsGroupHeaderTextColor(v) {
236
- this.i.cf = stringToBrush(v);
237
- this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cf));
282
+ this.i.cv = stringToBrush(v);
283
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cv));
284
+ }
285
+ /**
286
+ * Gets or sets the font settings for group header text inside the column options menu.
287
+ */
288
+ get columnOptionsGroupHeaderTextStyle() {
289
+ if (this.i.aa == null) {
290
+ return null;
291
+ }
292
+ return this.i.aa.fontString;
293
+ }
294
+ set columnOptionsGroupHeaderTextStyle(v) {
295
+ let fi = new FontInfo();
296
+ fi.fontString = v;
297
+ this.i.aa = fi;
298
+ this._a("columnOptionsGroupHeaderTextStyle", this.i.aa != null ? this.i.aa.fontString : "");
238
299
  }
239
300
  get columnOptionsAccentColor() {
240
- return brushToString(this.i.cc);
301
+ return brushToString(this.i.cs);
241
302
  }
242
303
  set columnOptionsAccentColor(v) {
243
- this.i.cc = stringToBrush(v);
244
- this._a("columnOptionsAccentColor", brushToString(this.i.cc));
304
+ this.i.cs = stringToBrush(v);
305
+ this._a("columnOptionsAccentColor", brushToString(this.i.cs));
306
+ }
307
+ /**
308
+ * Gets or sets the row height for submenus inside the column options menu.
309
+ */
310
+ get columnOptionsRowHeight() {
311
+ return this.i.ax;
312
+ }
313
+ set columnOptionsRowHeight(v) {
314
+ this.i.ax = +v;
315
+ this._a("columnOptionsRowHeight", this.i.ax);
245
316
  }
246
317
  get isOpen() {
247
- return this.i.ae;
318
+ return this.i.aj;
248
319
  }
249
320
  get commandCompleted() {
250
321
  return this.i.commandCompleted;
@@ -320,16 +391,16 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
320
391
  this._inStyling = false;
321
392
  }
322
393
  notifySizeChanged(width, height) {
323
- this.i.bo(width, height);
394
+ this.i.b1(width, height);
324
395
  }
325
396
  notifyCellSizeChanged() {
326
- this.i.bn();
397
+ this.i.b0();
327
398
  }
328
399
  showIcon() {
329
- this.i.b1();
400
+ this.i.ce();
330
401
  }
331
402
  hideIcon() {
332
- this.i.bl();
403
+ this.i.by();
333
404
  }
334
405
  getDesiredToolbarActions() {
335
406
  let iv = this.i.getDesiredToolbarActions();
@@ -22,56 +22,56 @@ export class IgcDateTimeCellInfo extends IgcCellInfo {
22
22
  * Sets or gets the DateTime value for the cell.
23
23
  */
24
24
  get dateTimeValue() {
25
- return this.i.oa;
25
+ return this.i.ob;
26
26
  }
27
27
  set dateTimeValue(v) {
28
- this.i.oa = v;
28
+ this.i.ob = v;
29
29
  }
30
30
  /**
31
31
  * The format string to apply to the value
32
32
  */
33
33
  get formatStringOverride() {
34
- return this.i.or;
34
+ return this.i.os;
35
35
  }
36
36
  set formatStringOverride(v) {
37
- this.i.or = v;
37
+ this.i.os = v;
38
38
  }
39
39
  get formatSpecifiers() {
40
- return this.i.n1;
40
+ return this.i.n2;
41
41
  }
42
42
  set formatSpecifiers(v) {
43
43
  if (v && !Array.isArray(v) && typeof (v) == "string") {
44
44
  const re = /\s*(?:,|\s|$)\s*/gm;
45
45
  v = v.split(re);
46
46
  }
47
- this.i.n1 = v;
47
+ this.i.n2 = v;
48
48
  }
49
49
  /**
50
50
  * The format options to apply to the value
51
51
  */
52
52
  get formatOverride() {
53
- return this.i.ok;
53
+ return this.i.ol;
54
54
  }
55
55
  set formatOverride(v) {
56
- this.i.ok = v;
56
+ this.i.ol = v;
57
57
  }
58
58
  /**
59
59
  * Sets or gets the simple DateTimeFormat to use for the cell.
60
60
  */
61
61
  get dateTimeFormat() {
62
- return this.i.n6;
62
+ return this.i.n7;
63
63
  }
64
64
  set dateTimeFormat(v) {
65
- this.i.n6 = ensureEnum(DateTimeFormats_$type, v);
65
+ this.i.n7 = ensureEnum(DateTimeFormats_$type, v);
66
66
  }
67
67
  /**
68
68
  * Sets or gets whether the value to use is a DateTimeOffset value.
69
69
  */
70
70
  get isOffsetValue() {
71
- return this.i.n8;
71
+ return this.i.n9;
72
72
  }
73
73
  set isOffsetValue(v) {
74
- this.i.n8 = ensureBool(v);
74
+ this.i.n9 = ensureBool(v);
75
75
  }
76
76
  findByName(name) {
77
77
  var baseResult = super.findByName(name);
@@ -67,95 +67,95 @@ let IgcDateTimeColumnComponent = /*@__PURE__*/ (() => {
67
67
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
68
68
  */
69
69
  get dateTimeFormat() {
70
- return this.i.qv;
70
+ return this.i.r1;
71
71
  }
72
72
  set dateTimeFormat(v) {
73
- this.i.qv = ensureEnum(DateTimeFormats_$type, v);
74
- this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.qv));
73
+ this.i.r1 = ensureEnum(DateTimeFormats_$type, v);
74
+ this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.r1));
75
75
  }
76
76
  /**
77
77
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
78
78
  */
79
79
  get formatString() {
80
- return this.i.rd;
80
+ return this.i.sj;
81
81
  }
82
82
  set formatString(v) {
83
- this.i.rd = v;
83
+ this.i.sj = v;
84
84
  }
85
85
  /**
86
86
  * Gets or sets the format string to use when editing dates.
87
87
  */
88
88
  get editorFormatString() {
89
- return this.i.q6;
89
+ return this.i.sc;
90
90
  }
91
91
  set editorFormatString(v) {
92
- this.i.q6 = v;
92
+ this.i.sc = v;
93
93
  }
94
94
  get formatSpecifiers() {
95
- return this.i.qr;
95
+ return this.i.rx;
96
96
  }
97
97
  set formatSpecifiers(v) {
98
98
  if (v && !Array.isArray(v) && typeof (v) == "string") {
99
99
  const re = /\s*(?:,|\s|$)\s*/gm;
100
100
  v = v.split(re);
101
101
  }
102
- this.i.qr = v;
102
+ this.i.rx = v;
103
103
  }
104
104
  /**
105
105
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
106
106
  */
107
107
  get formatOverride() {
108
- return this.i.q2;
108
+ return this.i.r8;
109
109
  }
110
110
  set formatOverride(v) {
111
- this.i.q2 = v;
111
+ this.i.r8 = v;
112
112
  }
113
113
  /**
114
114
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
115
115
  */
116
116
  get showTodayButton() {
117
- return this.i.qy;
117
+ return this.i.r4;
118
118
  }
119
119
  set showTodayButton(v) {
120
- this.i.qy = ensureBool(v);
121
- this._a("showTodayButton", this.i.qy);
120
+ this.i.r4 = ensureBool(v);
121
+ this._a("showTodayButton", this.i.r4);
122
122
  }
123
123
  /**
124
124
  * Gets or sets the editor type used for editing cells in this column.
125
125
  */
126
126
  get editorType() {
127
- return this.i.qw;
127
+ return this.i.r2;
128
128
  }
129
129
  set editorType(v) {
130
- this.i.qw = ensureEnum(EditorType_$type, v);
131
- this._a("editorType", enumToString(EditorType_$type, this.i.qw));
130
+ this.i.r2 = ensureEnum(EditorType_$type, v);
131
+ this._a("editorType", enumToString(EditorType_$type, this.i.r2));
132
132
  }
133
133
  /**
134
134
  * Gets or sets the ComboBox data source.
135
135
  */
136
136
  get editorDataSource() {
137
- return this.i.q1;
137
+ return this.i.r7;
138
138
  }
139
139
  set editorDataSource(v) {
140
- this.i.q1 = v;
140
+ this.i.r7 = v;
141
141
  }
142
142
  /**
143
143
  * Gets or sets the ComboBox text field.
144
144
  */
145
145
  get editorTextField() {
146
- return this.i.q8;
146
+ return this.i.se;
147
147
  }
148
148
  set editorTextField(v) {
149
- this.i.q8 = v;
149
+ this.i.se = v;
150
150
  }
151
151
  /**
152
152
  * Gets or sets the ComboBox value field.
153
153
  */
154
154
  get editorValueField() {
155
- return this.i.q9;
155
+ return this.i.sf;
156
156
  }
157
157
  set editorValueField(v) {
158
- this.i.q9 = v;
158
+ this.i.sf = v;
159
159
  }
160
160
  findByName(name) {
161
161
  var baseResult = super.findByName(name);
@@ -4,11 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  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.
6
6
  */
7
+ import { IgcDateTimeCellInfo } from './igc-date-time-cell-info';
7
8
  import { IgcDateTimeColumnComponent } from './igc-date-time-column-component';
8
9
  import { DateTimeColumn } from './DateTimeColumn';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
10
11
  export class IgcDateTimeColumnModule {
11
12
  static register() {
13
+ TypeRegistrar.registerCons("IgcDateTimeCellInfo", IgcDateTimeCellInfo);
12
14
  IgcDateTimeColumnComponent.register();
13
15
  TypeRegistrar.registerCons("IgcDateTimeColumnComponent", IgcDateTimeColumnComponent);
14
16
  TypeRegistrar.register("DateTimeColumn", DateTimeColumn.$type);