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

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 (238) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +45073 -42900
  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 +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +24 -24
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8014 -6939
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  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 +2 -2
  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 +15 -15
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  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 +4 -4
  42. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  43. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  44. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  45. package/esm2015/lib/GridExternalWrapper.js +6 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  47. package/esm2015/lib/GridIconRepository.js +92 -0
  48. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  49. package/esm2015/lib/GridStyleRepository.js +123 -115
  50. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  51. package/esm2015/lib/ICheckboxListView.js +11 -0
  52. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  53. package/esm2015/lib/ImageCellPresenter.js +7 -7
  54. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  55. package/esm2015/lib/NumericCellPresenter.js +8 -8
  56. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  57. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  58. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  59. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  60. package/esm2015/lib/TemplateHeader.js +5 -5
  61. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  62. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  63. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  64. package/esm2015/lib/TextCellPresenter.js +9 -9
  65. package/esm2015/lib/TextHeaderCell.js +62 -27
  66. package/esm2015/lib/TextHeaderCellPresenter.js +45 -26
  67. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  68. package/esm2015/lib/igc-cell-info.js +106 -91
  69. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  70. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  71. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  72. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  73. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  74. package/esm2015/lib/igc-data-grid-column-component.js +332 -229
  75. package/esm2015/lib/igc-data-grid-component.js +145 -0
  76. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  77. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  78. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  79. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  80. package/esm2015/lib/igc-definition-base-component.js +12 -12
  81. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  82. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  83. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  84. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  85. package/esm2015/lib/igc-header-component.js +24 -24
  86. package/esm2015/lib/igc-image-cell-info.js +6 -6
  87. package/esm2015/lib/igc-image-column-component.js +12 -12
  88. package/esm2015/lib/igc-image-column-module.js +2 -0
  89. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  90. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  91. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  92. package/esm2015/lib/igc-row-separator-module.js +2 -0
  93. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  94. package/esm2015/lib/igc-section-header-component.js +38 -24
  95. package/esm2015/lib/igc-section-header-module.js +2 -0
  96. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  97. package/esm2015/lib/igc-summary-row-component.js +24 -24
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-column-module.js +2 -0
  100. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  101. package/esm2015/lib/igc-template-header-module.js +2 -0
  102. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  103. package/esm2015/lib/igc-text-cell-info.js +2 -2
  104. package/esm2015/lib/igc-text-column-component.js +9 -9
  105. package/esm2015/lib/igc-text-column-module.js +2 -0
  106. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  107. package/esm2015/lib/igc-text-header-module.js +2 -0
  108. package/esm2015/public_api.js +2 -0
  109. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  110. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  111. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  112. package/esm5/lib/CanvasGridCellBase.js +13 -13
  113. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  114. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  115. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  116. package/esm5/lib/CanvasSummaryCell.js +2 -2
  117. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  118. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  119. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  120. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  121. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  122. package/esm5/lib/CellPresenterBase.js +24 -24
  123. package/esm5/lib/CheckboxListBridge.js +36 -36
  124. package/esm5/lib/CheckboxListView_combined.js +400 -395
  125. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  126. package/esm5/lib/ColumnFilterCondition_combined.js +8053 -6793
  127. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  128. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  129. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  130. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  131. package/esm5/lib/ContentCellModelHelper.js +5 -5
  132. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  133. package/esm5/lib/DataGridLocaleEn.js +3 -0
  134. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  135. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  136. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  137. package/esm5/lib/Dragger.js +4 -4
  138. package/esm5/lib/EditorCellPresenter.js +21 -21
  139. package/esm5/lib/FilterCellPresenter.js +12 -12
  140. package/esm5/lib/GridCellBase.js +6 -6
  141. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  142. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  143. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  144. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  146. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  147. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  148. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  149. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  150. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  153. package/esm5/lib/GridIconRepository.js +97 -0
  154. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  155. package/esm5/lib/GridStyleRepository.js +127 -115
  156. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  157. package/esm5/lib/ICheckboxListView.js +11 -0
  158. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  159. package/esm5/lib/ImageCellPresenter.js +7 -7
  160. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  161. package/esm5/lib/NumericCellPresenter.js +8 -8
  162. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  163. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  164. package/esm5/lib/SummaryCellPresenter.js +6 -6
  165. package/esm5/lib/TemplateCellPresenter.js +2 -2
  166. package/esm5/lib/TemplateHeader.js +5 -5
  167. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  168. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  169. package/esm5/lib/TemplateSectionHeader.js +1 -1
  170. package/esm5/lib/TextCellPresenter.js +9 -9
  171. package/esm5/lib/TextHeaderCell.js +62 -27
  172. package/esm5/lib/TextHeaderCellPresenter.js +45 -26
  173. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  174. package/esm5/lib/igc-cell-info.js +114 -91
  175. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  176. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  177. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  178. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  179. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  180. package/esm5/lib/igc-data-grid-column-component.js +380 -229
  181. package/esm5/lib/igc-data-grid-component.js +191 -0
  182. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  183. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  184. package/esm5/lib/igc-date-time-column-component.js +23 -23
  185. package/esm5/lib/igc-date-time-column-module.js +2 -0
  186. package/esm5/lib/igc-definition-base-component.js +12 -12
  187. package/esm5/lib/igc-editor-cell-info.js +23 -23
  188. package/esm5/lib/igc-filter-cell-info.js +26 -26
  189. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  190. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  191. package/esm5/lib/igc-header-component.js +24 -24
  192. package/esm5/lib/igc-image-cell-info.js +6 -6
  193. package/esm5/lib/igc-image-column-component.js +12 -12
  194. package/esm5/lib/igc-image-column-module.js +2 -0
  195. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  196. package/esm5/lib/igc-numeric-column-component.js +50 -35
  197. package/esm5/lib/igc-numeric-column-module.js +2 -0
  198. package/esm5/lib/igc-row-separator-module.js +2 -0
  199. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igc-section-header-component.js +46 -24
  201. package/esm5/lib/igc-section-header-module.js +2 -0
  202. package/esm5/lib/igc-summary-cell-info.js +9 -9
  203. package/esm5/lib/igc-summary-row-component.js +24 -24
  204. package/esm5/lib/igc-template-cell-info.js +2 -2
  205. package/esm5/lib/igc-template-column-module.js +2 -0
  206. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  207. package/esm5/lib/igc-template-header-module.js +2 -0
  208. package/esm5/lib/igc-template-section-header-module.js +4 -0
  209. package/esm5/lib/igc-text-cell-info.js +2 -2
  210. package/esm5/lib/igc-text-column-component.js +9 -9
  211. package/esm5/lib/igc-text-column-module.js +2 -0
  212. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  213. package/esm5/lib/igc-text-header-module.js +2 -0
  214. package/esm5/public_api.js +2 -0
  215. package/fesm2015/igniteui-webcomponents-data-grids.js +39274 -37487
  216. package/fesm5/igniteui-webcomponents-data-grids.js +45073 -42902
  217. package/lib/CheckboxListView_combined.d.ts +104 -104
  218. package/lib/ColumnFilterCondition_combined.d.ts +1768 -1659
  219. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  220. package/lib/DataGridLocaleEn.d.ts +3 -0
  221. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  222. package/lib/GridIconRepository.d.ts +44 -0
  223. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  224. package/lib/GridStyleRepository.d.ts +3 -2
  225. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  226. package/lib/ICheckboxListView.d.ts +38 -0
  227. package/lib/TemplateHeader.d.ts +1 -1
  228. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  229. package/lib/TemplateSectionHeader.d.ts +1 -1
  230. package/lib/igc-cell-info.d.ts +9 -0
  231. package/lib/igc-data-grid-column-component.d.ts +33 -0
  232. package/lib/igc-data-grid-component.d.ts +48 -0
  233. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  234. package/lib/igc-numeric-column-component.d.ts +6 -0
  235. package/lib/igc-section-header-component.d.ts +4 -0
  236. package/lib/igc-text-header-cell-info.d.ts +15 -0
  237. package/package.json +4 -4
  238. 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
  */
@@ -1802,6 +1814,16 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
1802
1814
  this.i.cellSelectedBackground = stringToBrush(v);
1803
1815
  this._a("cellSelectedBackground", brushToString(this.i.cellSelectedBackground));
1804
1816
  }
1817
+ /**
1818
+ * Gets or sets the default text color to use for content cells when a row is in a selected state
1819
+ */
1820
+ get cellSelectedTextColor() {
1821
+ return brushToString(this.i.cellSelectedTextColor);
1822
+ }
1823
+ set cellSelectedTextColor(v) {
1824
+ this.i.cellSelectedTextColor = stringToBrush(v);
1825
+ this._a("cellSelectedTextColor", brushToString(this.i.cellSelectedTextColor));
1826
+ }
1805
1827
  /**
1806
1828
  * Gets or sets the default background color to use for section header cells when a row is in a selected state
1807
1829
  */
@@ -3170,6 +3192,51 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3170
3192
  this.i.columnOptionsTextColor = stringToBrush(v);
3171
3193
  this._a("columnOptionsTextColor", brushToString(this.i.columnOptionsTextColor));
3172
3194
  }
3195
+ /**
3196
+ * Gets or sets the font settings for text inside the column options menu.
3197
+ */
3198
+ get columnOptionsTextStyle() {
3199
+ if (this.i.columnOptionsTextStyle == null) {
3200
+ return null;
3201
+ }
3202
+ return this.i.columnOptionsTextStyle.fontString;
3203
+ }
3204
+ set columnOptionsTextStyle(v) {
3205
+ let fi = new FontInfo();
3206
+ fi.fontString = v;
3207
+ this.i.columnOptionsTextStyle = fi;
3208
+ this._a("columnOptionsTextStyle", this.i.columnOptionsTextStyle != null ? this.i.columnOptionsTextStyle.fontString : "");
3209
+ }
3210
+ /**
3211
+ * Gets or sets the hover background color inside the column options menu.
3212
+ */
3213
+ get columnOptionsHoverBackgroundColor() {
3214
+ return brushToString(this.i.columnOptionsHoverBackgroundColor);
3215
+ }
3216
+ set columnOptionsHoverBackgroundColor(v) {
3217
+ this.i.columnOptionsHoverBackgroundColor = stringToBrush(v);
3218
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.columnOptionsHoverBackgroundColor));
3219
+ }
3220
+ /**
3221
+ * Gets or sets the tooltip background color inside the column options menu.
3222
+ */
3223
+ get columnOptionsToolTipBackgroundColor() {
3224
+ return brushToString(this.i.columnOptionsToolTipBackgroundColor);
3225
+ }
3226
+ set columnOptionsToolTipBackgroundColor(v) {
3227
+ this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
3228
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.columnOptionsToolTipBackgroundColor));
3229
+ }
3230
+ /**
3231
+ * Gets or sets the highlight color inside the column options menu.
3232
+ */
3233
+ get columnOptionsHighlightColor() {
3234
+ return brushToString(this.i.columnOptionsHighlightColor);
3235
+ }
3236
+ set columnOptionsHighlightColor(v) {
3237
+ this.i.columnOptionsHighlightColor = stringToBrush(v);
3238
+ this._a("columnOptionsHighlightColor", brushToString(this.i.columnOptionsHighlightColor));
3239
+ }
3173
3240
  /**
3174
3241
  * Gets or sets the color of separators inside the column options menu.
3175
3242
  */
@@ -3200,6 +3267,21 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3200
3267
  this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
3201
3268
  this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.columnOptionsGroupHeaderTextColor));
3202
3269
  }
3270
+ /**
3271
+ * Gets or sets the font settings for group header text inside the column options menu.
3272
+ */
3273
+ get columnOptionsGroupHeaderTextStyle() {
3274
+ if (this.i.columnOptionsGroupHeaderTextStyle == null) {
3275
+ return null;
3276
+ }
3277
+ return this.i.columnOptionsGroupHeaderTextStyle.fontString;
3278
+ }
3279
+ set columnOptionsGroupHeaderTextStyle(v) {
3280
+ let fi = new FontInfo();
3281
+ fi.fontString = v;
3282
+ this.i.columnOptionsGroupHeaderTextStyle = fi;
3283
+ this._a("columnOptionsGroupHeaderTextStyle", this.i.columnOptionsGroupHeaderTextStyle != null ? this.i.columnOptionsGroupHeaderTextStyle.fontString : "");
3284
+ }
3203
3285
  get columnOptionsAccentColor() {
3204
3286
  return brushToString(this.i.columnOptionsAccentColor);
3205
3287
  }
@@ -3207,6 +3289,16 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3207
3289
  this.i.columnOptionsAccentColor = stringToBrush(v);
3208
3290
  this._a("columnOptionsAccentColor", brushToString(this.i.columnOptionsAccentColor));
3209
3291
  }
3292
+ /**
3293
+ * Gets or sets the row height for submenus inside the column options menu.
3294
+ */
3295
+ get columnOptionsRowHeight() {
3296
+ return this.i.columnOptionsRowHeight;
3297
+ }
3298
+ set columnOptionsRowHeight(v) {
3299
+ this.i.columnOptionsRowHeight = +v;
3300
+ this._a("columnOptionsRowHeight", this.i.columnOptionsRowHeight);
3301
+ }
3210
3302
  get allowCopyOperation() {
3211
3303
  return this.i.allowCopyOperation;
3212
3304
  }
@@ -3214,6 +3306,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3214
3306
  this.i.allowCopyOperation = ensureBool(v);
3215
3307
  this._a("allowCopyOperation", this.i.allowCopyOperation);
3216
3308
  }
3309
+ get maxSelectedCellRanges() {
3310
+ return this.i.maxSelectedCellRanges;
3311
+ }
3312
+ set maxSelectedCellRanges(v) {
3313
+ this.i.maxSelectedCellRanges = +v;
3314
+ this._a("maxSelectedCellRanges", this.i.maxSelectedCellRanges);
3315
+ }
3217
3316
  /**
3218
3317
  * Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
3219
3318
  */
@@ -3935,6 +4034,52 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3935
4034
  this.i.cellClicked = delegateCombine(this.i.cellClicked, this._cellClicked_wrapped);
3936
4035
  ;
3937
4036
  }
4037
+ get filterRowDataBinding() {
4038
+ return this._filterRowDataBinding;
4039
+ }
4040
+ set filterRowDataBinding(ev) {
4041
+ if (this._filterRowDataBinding_wrapped !== null) {
4042
+ this.i.filterRowDataBinding = delegateRemove(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
4043
+ this._filterRowDataBinding_wrapped = null;
4044
+ this._filterRowDataBinding = null;
4045
+ }
4046
+ this._filterRowDataBinding = ev;
4047
+ this._filterRowDataBinding_wrapped = (o, e) => {
4048
+ let outerArgs = new IgcDataBindingEventArgs();
4049
+ outerArgs._provideImplementation(e);
4050
+ if (this.beforeFilterRowDataBinding) {
4051
+ this.beforeFilterRowDataBinding(this, outerArgs);
4052
+ }
4053
+ if (this._filterRowDataBinding) {
4054
+ this._filterRowDataBinding(this, outerArgs);
4055
+ }
4056
+ };
4057
+ this.i.filterRowDataBinding = delegateCombine(this.i.filterRowDataBinding, this._filterRowDataBinding_wrapped);
4058
+ ;
4059
+ }
4060
+ get filterRowDataBound() {
4061
+ return this._filterRowDataBound;
4062
+ }
4063
+ set filterRowDataBound(ev) {
4064
+ if (this._filterRowDataBound_wrapped !== null) {
4065
+ this.i.filterRowDataBound = delegateRemove(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
4066
+ this._filterRowDataBound_wrapped = null;
4067
+ this._filterRowDataBound = null;
4068
+ }
4069
+ this._filterRowDataBound = ev;
4070
+ this._filterRowDataBound_wrapped = (o, e) => {
4071
+ let outerArgs = new IgcDataBindingEventArgs();
4072
+ outerArgs._provideImplementation(e);
4073
+ if (this.beforeFilterRowDataBound) {
4074
+ this.beforeFilterRowDataBound(this, outerArgs);
4075
+ }
4076
+ if (this._filterRowDataBound) {
4077
+ this._filterRowDataBound(this, outerArgs);
4078
+ }
4079
+ };
4080
+ this.i.filterRowDataBound = delegateCombine(this.i.filterRowDataBound, this._filterRowDataBound_wrapped);
4081
+ ;
4082
+ }
3938
4083
  /**
3939
4084
  * Called when sorting has changed.
3940
4085
  */
@@ -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.of;
26
26
  }
27
27
  set dateTimeValue(v) {
28
- this.i.oa = v;
28
+ this.i.of = 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.ow;
35
35
  }
36
36
  set formatStringOverride(v) {
37
- this.i.or = v;
37
+ this.i.ow = v;
38
38
  }
39
39
  get formatSpecifiers() {
40
- return this.i.n1;
40
+ return this.i.n6;
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.n6 = 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.op;
54
54
  }
55
55
  set formatOverride(v) {
56
- this.i.ok = v;
56
+ this.i.op = 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.ob;
63
63
  }
64
64
  set dateTimeFormat(v) {
65
- this.i.n6 = ensureEnum(DateTimeFormats_$type, v);
65
+ this.i.ob = 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.od;
72
72
  }
73
73
  set isOffsetValue(v) {
74
- this.i.n8 = ensureBool(v);
74
+ this.i.od = 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.r9;
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.r9 = ensureEnum(DateTimeFormats_$type, v);
74
+ this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.r9));
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.sr;
81
81
  }
82
82
  set formatString(v) {
83
- this.i.rd = v;
83
+ this.i.sr = 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.sk;
90
90
  }
91
91
  set editorFormatString(v) {
92
- this.i.q6 = v;
92
+ this.i.sk = v;
93
93
  }
94
94
  get formatSpecifiers() {
95
- return this.i.qr;
95
+ return this.i.r5;
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.r5 = 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.sg;
109
109
  }
110
110
  set formatOverride(v) {
111
- this.i.q2 = v;
111
+ this.i.sg = 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.sc;
118
118
  }
119
119
  set showTodayButton(v) {
120
- this.i.qy = ensureBool(v);
121
- this._a("showTodayButton", this.i.qy);
120
+ this.i.sc = ensureBool(v);
121
+ this._a("showTodayButton", this.i.sc);
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.sa;
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.sa = ensureEnum(EditorType_$type, v);
131
+ this._a("editorType", enumToString(EditorType_$type, this.i.sa));
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.sf;
138
138
  }
139
139
  set editorDataSource(v) {
140
- this.i.q1 = v;
140
+ this.i.sf = 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.sm;
147
147
  }
148
148
  set editorTextField(v) {
149
- this.i.q8 = v;
149
+ this.i.sm = 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.sn;
156
156
  }
157
157
  set editorValueField(v) {
158
- this.i.q9 = v;
158
+ this.i.sn = 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);