igniteui-webcomponents-grids 4.3.2 → 4.3.3-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 (327) hide show
  1. package/License +1 -1
  2. package/bundles/igniteui-webcomponents-grids.umd.js +2534 -2146
  3. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  4. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
  5. package/esm2015/lib/CheckboxListView_combined.js +44 -44
  6. package/esm2015/lib/ColumnFilterCondition_combined.js +1195 -1194
  7. package/esm2015/lib/ColumnGroupingView_combined.js +34 -34
  8. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +20 -20
  9. package/esm2015/lib/{Grid.js → DataGrid.js} +1 -1
  10. package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
  11. package/esm2015/lib/DateEditorView.js +12 -12
  12. package/esm2015/lib/Dragger.js +5 -5
  13. package/esm2015/lib/EditorCell.js +5 -5
  14. package/esm2015/lib/GridCellType.js +22 -0
  15. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +1 -1
  16. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +3 -3
  17. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
  18. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
  19. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  20. package/esm2015/lib/GridColumnSortOptionsView_combined.js +3 -3
  21. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -19
  22. package/esm2015/lib/GridFilterDialogView_combined.js +4 -4
  23. package/esm2015/lib/MultiColumnComboBoxView_combined.js +49 -49
  24. package/esm2015/lib/PropertyEditorView_combined.js +30 -30
  25. package/esm2015/lib/TextEditorView.js +1 -1
  26. package/esm2015/lib/igc-apply-button-click-event-args.js +6 -0
  27. package/esm2015/lib/igc-cancel-button-click-event-args.js +6 -0
  28. package/esm2015/lib/igc-cell-range.js +6 -0
  29. package/esm2015/lib/igc-cell-style-requested-event-args.js +6 -0
  30. package/esm2015/lib/igc-checked-changed-event-args.js +6 -0
  31. package/esm2015/lib/igc-column-exchanger.js +6 -0
  32. package/esm2015/lib/igc-column-hidden-changed-event-args.js +6 -0
  33. package/esm2015/lib/igc-column-pinned-changed-event-args.js +6 -0
  34. package/esm2015/lib/igc-column-property-setter.js +6 -0
  35. package/esm2015/lib/igc-column-sort-description.js +6 -0
  36. package/esm2015/lib/igc-column-summary-description.js +6 -0
  37. package/esm2015/lib/igc-column-width.js +6 -0
  38. package/esm2015/lib/igc-data-grid-comparison-operator-selector-component.js +3 -0
  39. package/esm2015/lib/igc-data-grid-component.js +554 -554
  40. package/esm2015/lib/igc-data-grid-expansion-indicator-component.js +3 -0
  41. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +3 -0
  42. package/esm2015/lib/igc-data-grid-sort-indicator-component.js +3 -0
  43. package/esm2015/lib/igc-filter-dialog-render-completed-event-args.js +6 -0
  44. package/esm2015/lib/igc-filter-operand.js +6 -0
  45. package/esm2015/lib/igc-format-group-text-event-args.js +6 -0
  46. package/esm2015/lib/igc-format-summary-text-event-args.js +6 -0
  47. package/esm2015/lib/igc-got-focus-event-args.js +6 -0
  48. package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +6 -0
  49. package/esm2015/lib/igc-grid-animation-phase-settings.js +6 -0
  50. package/esm2015/lib/igc-grid-animation-settings.js +6 -0
  51. package/esm2015/lib/igc-grid-cell-edit-ended-event-args.js +6 -0
  52. package/esm2015/lib/igc-grid-cell-edit-started-event-args.js +6 -0
  53. package/esm2015/lib/igc-grid-cell-position.js +6 -0
  54. package/esm2015/lib/igc-grid-column-animation-settings.js +6 -0
  55. package/esm2015/lib/igc-grid-column-options-base-component.js +3 -0
  56. package/esm2015/lib/igc-grid-column-width-changed-event-args.js +6 -0
  57. package/esm2015/lib/igc-grid-columns-auto-generated-event-args.js +6 -0
  58. package/esm2015/lib/igc-grid-columns-changed-event-args.js +6 -0
  59. package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +6 -0
  60. package/esm2015/lib/igc-grid-data-committed-event-args.js +3 -0
  61. package/esm2015/lib/igc-grid-data-committing-event-args.js +3 -0
  62. package/esm2015/lib/igc-grid-filter-dialog-filter-change-event-args.js +6 -0
  63. package/esm2015/lib/igc-grid-filter-dialog-opening-event-args.js +6 -0
  64. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping.js +6 -0
  65. package/esm2015/lib/igc-grid-filter-dialog-view-model-row.js +6 -0
  66. package/esm2015/lib/igc-grid-filter-dialog-view-model.js +6 -0
  67. package/esm2015/lib/igc-grid-filter-expressions-event-args.js +6 -0
  68. package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +6 -0
  69. package/esm2015/lib/igc-grid-row-edit-ended-event-args.js +6 -0
  70. package/esm2015/lib/igc-grid-row-edit-started-event-args.js +6 -0
  71. package/esm2015/lib/igc-grid-selected-cell-ranges-changed-event-args.js +6 -0
  72. package/esm2015/lib/igc-grid-selected-cells-changed-event-args.js +6 -0
  73. package/esm2015/lib/igc-grid-selected-items-changed-event-args.js +6 -0
  74. package/esm2015/lib/igc-grid-selected-keys-changed-event-args.js +6 -0
  75. package/esm2015/lib/igc-grid-selection-changed-event-args.js +6 -0
  76. package/esm2015/lib/igc-grid-size-changed-event-args.js +6 -0
  77. package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +6 -0
  78. package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +6 -0
  79. package/esm2015/lib/igc-group-data.js +6 -0
  80. package/esm2015/lib/igc-lost-focus-event-args.js +6 -0
  81. package/esm2015/lib/igc-multi-column-combo-box-text-changed-event-args.js +3 -0
  82. package/esm2015/lib/igc-multi-column-combo-box-value-changed-event-args.js +3 -0
  83. package/esm2015/lib/igc-operator-selector-closing-event-args.js +6 -0
  84. package/esm2015/lib/igc-operator-selector-opening-event-args.js +6 -0
  85. package/esm2015/lib/igc-operator-selector-value-changed-event-args.js +6 -0
  86. package/esm2015/lib/igc-page-changed-event-args.js +6 -0
  87. package/esm2015/lib/igc-responsive-phase.js +6 -0
  88. package/esm2015/lib/igc-responsive-state-entered-event-args.js +6 -0
  89. package/esm2015/lib/igc-responsive-state-entering-event-args.js +6 -0
  90. package/esm2015/lib/igc-responsive-state-exited-event-args.js +6 -0
  91. package/esm2015/lib/igc-responsive-state.js +6 -0
  92. package/esm2015/lib/igc-select-all-checkbox-changed-event-args.js +6 -0
  93. package/esm2015/lib/igc-sort-indicator-render-completed-event-args.js +6 -0
  94. package/esm2015/lib/igc-summary-changed-event-args.js +6 -0
  95. package/esm2015/lib/igc-summary-data.js +6 -0
  96. package/esm2015/public_api.js +2 -2
  97. package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
  98. package/esm5/lib/CheckboxListView_combined.js +44 -44
  99. package/esm5/lib/ColumnFilterCondition_combined.js +1324 -1323
  100. package/esm5/lib/ColumnGroupingView_combined.js +34 -34
  101. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +20 -20
  102. package/esm5/lib/{Grid.js → DataGrid.js} +1 -1
  103. package/esm5/lib/DataGridToolbarView_combined.js +17 -17
  104. package/esm5/lib/DateEditorView.js +12 -12
  105. package/esm5/lib/Dragger.js +5 -5
  106. package/esm5/lib/EditorCell.js +5 -5
  107. package/esm5/lib/GridCellType.js +22 -0
  108. package/esm5/lib/GridColumnFilterOptionsView_combined.js +1 -1
  109. package/esm5/lib/GridColumnGroupOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
  111. package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
  112. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  113. package/esm5/lib/GridColumnSortOptionsView_combined.js +3 -3
  114. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -19
  115. package/esm5/lib/GridFilterDialogView_combined.js +4 -4
  116. package/esm5/lib/MultiColumnComboBoxView_combined.js +49 -49
  117. package/esm5/lib/PropertyEditorView_combined.js +30 -30
  118. package/esm5/lib/TextEditorView.js +1 -1
  119. package/esm5/lib/igc-apply-button-click-event-args.js +6 -0
  120. package/esm5/lib/igc-cancel-button-click-event-args.js +6 -0
  121. package/esm5/lib/igc-cell-range.js +6 -0
  122. package/esm5/lib/igc-cell-style-requested-event-args.js +6 -0
  123. package/esm5/lib/igc-checked-changed-event-args.js +6 -0
  124. package/esm5/lib/igc-column-exchanger.js +6 -0
  125. package/esm5/lib/igc-column-hidden-changed-event-args.js +6 -0
  126. package/esm5/lib/igc-column-pinned-changed-event-args.js +6 -0
  127. package/esm5/lib/igc-column-property-setter.js +6 -0
  128. package/esm5/lib/igc-column-sort-description.js +6 -0
  129. package/esm5/lib/igc-column-summary-description.js +6 -0
  130. package/esm5/lib/igc-column-width.js +6 -0
  131. package/esm5/lib/igc-data-grid-comparison-operator-selector-component.js +3 -0
  132. package/esm5/lib/igc-data-grid-component.js +554 -554
  133. package/esm5/lib/igc-data-grid-expansion-indicator-component.js +3 -0
  134. package/esm5/lib/igc-data-grid-filter-dialog-component.js +3 -0
  135. package/esm5/lib/igc-data-grid-sort-indicator-component.js +3 -0
  136. package/esm5/lib/igc-filter-dialog-render-completed-event-args.js +6 -0
  137. package/esm5/lib/igc-filter-operand.js +6 -0
  138. package/esm5/lib/igc-format-group-text-event-args.js +6 -0
  139. package/esm5/lib/igc-format-summary-text-event-args.js +6 -0
  140. package/esm5/lib/igc-got-focus-event-args.js +6 -0
  141. package/esm5/lib/igc-grid-active-cell-changed-event-args.js +6 -0
  142. package/esm5/lib/igc-grid-animation-phase-settings.js +6 -0
  143. package/esm5/lib/igc-grid-animation-settings.js +6 -0
  144. package/esm5/lib/igc-grid-cell-edit-ended-event-args.js +6 -0
  145. package/esm5/lib/igc-grid-cell-edit-started-event-args.js +6 -0
  146. package/esm5/lib/igc-grid-cell-position.js +6 -0
  147. package/esm5/lib/igc-grid-column-animation-settings.js +6 -0
  148. package/esm5/lib/igc-grid-column-options-base-component.js +3 -0
  149. package/esm5/lib/igc-grid-column-width-changed-event-args.js +6 -0
  150. package/esm5/lib/igc-grid-columns-auto-generated-event-args.js +6 -0
  151. package/esm5/lib/igc-grid-columns-changed-event-args.js +6 -0
  152. package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +6 -0
  153. package/esm5/lib/igc-grid-data-committed-event-args.js +3 -0
  154. package/esm5/lib/igc-grid-data-committing-event-args.js +3 -0
  155. package/esm5/lib/igc-grid-filter-dialog-filter-change-event-args.js +6 -0
  156. package/esm5/lib/igc-grid-filter-dialog-opening-event-args.js +6 -0
  157. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping.js +6 -0
  158. package/esm5/lib/igc-grid-filter-dialog-view-model-row.js +6 -0
  159. package/esm5/lib/igc-grid-filter-dialog-view-model.js +6 -0
  160. package/esm5/lib/igc-grid-filter-expressions-event-args.js +6 -0
  161. package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +6 -0
  162. package/esm5/lib/igc-grid-row-edit-ended-event-args.js +6 -0
  163. package/esm5/lib/igc-grid-row-edit-started-event-args.js +6 -0
  164. package/esm5/lib/igc-grid-selected-cell-ranges-changed-event-args.js +6 -0
  165. package/esm5/lib/igc-grid-selected-cells-changed-event-args.js +6 -0
  166. package/esm5/lib/igc-grid-selected-items-changed-event-args.js +6 -0
  167. package/esm5/lib/igc-grid-selected-keys-changed-event-args.js +6 -0
  168. package/esm5/lib/igc-grid-selection-changed-event-args.js +6 -0
  169. package/esm5/lib/igc-grid-size-changed-event-args.js +6 -0
  170. package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +6 -0
  171. package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +6 -0
  172. package/esm5/lib/igc-group-data.js +6 -0
  173. package/esm5/lib/igc-lost-focus-event-args.js +6 -0
  174. package/esm5/lib/igc-multi-column-combo-box-text-changed-event-args.js +3 -0
  175. package/esm5/lib/igc-multi-column-combo-box-value-changed-event-args.js +3 -0
  176. package/esm5/lib/igc-operator-selector-closing-event-args.js +6 -0
  177. package/esm5/lib/igc-operator-selector-opening-event-args.js +6 -0
  178. package/esm5/lib/igc-operator-selector-value-changed-event-args.js +6 -0
  179. package/esm5/lib/igc-page-changed-event-args.js +6 -0
  180. package/esm5/lib/igc-responsive-phase.js +6 -0
  181. package/esm5/lib/igc-responsive-state-entered-event-args.js +6 -0
  182. package/esm5/lib/igc-responsive-state-entering-event-args.js +6 -0
  183. package/esm5/lib/igc-responsive-state-exited-event-args.js +6 -0
  184. package/esm5/lib/igc-responsive-state.js +6 -0
  185. package/esm5/lib/igc-select-all-checkbox-changed-event-args.js +6 -0
  186. package/esm5/lib/igc-sort-indicator-render-completed-event-args.js +6 -0
  187. package/esm5/lib/igc-summary-changed-event-args.js +6 -0
  188. package/esm5/lib/igc-summary-data.js +6 -0
  189. package/esm5/public_api.js +2 -2
  190. package/fesm2015/igniteui-webcomponents-grids.js +2404 -2016
  191. package/fesm5/igniteui-webcomponents-grids.js +2532 -2144
  192. package/grids/combined.js +25174 -25107
  193. package/grids/index.d.ts +12 -0
  194. package/grids/lib/igc-action-strip-component.d.ts +1 -0
  195. package/grids/lib/igc-active-node-change-event-args.d.ts +0 -1
  196. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +1 -0
  197. package/grids/lib/igc-base-event-args.d.ts +0 -1
  198. package/grids/lib/igc-boolean-filtering-operand.d.ts +1 -1
  199. package/grids/lib/igc-cancelable-browser-event-args.d.ts +0 -1
  200. package/grids/lib/igc-cancelable-event-args.d.ts +0 -1
  201. package/grids/lib/igc-cell-position.d.ts +24 -0
  202. package/grids/lib/igc-cell-template-context.d.ts +0 -1
  203. package/grids/lib/igc-cell-type.d.ts +4 -4
  204. package/grids/lib/igc-column-component.d.ts +8 -9
  205. package/grids/lib/igc-column-exporting-event-args.d.ts +0 -1
  206. package/grids/lib/igc-column-group-component.d.ts +14 -3
  207. package/grids/lib/igc-column-moving-end-event-args.d.ts +0 -1
  208. package/grids/lib/igc-column-moving-event-args.d.ts +0 -1
  209. package/grids/lib/igc-column-moving-start-event-args.d.ts +0 -1
  210. package/grids/lib/igc-column-resize-event-args.d.ts +0 -1
  211. package/grids/lib/igc-column-selection-event-args.d.ts +14 -3
  212. package/grids/lib/igc-column-state.d.ts +103 -0
  213. package/grids/lib/igc-column-template-context.d.ts +0 -1
  214. package/grids/lib/igc-column-toggled-event-args.d.ts +0 -1
  215. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +0 -1
  216. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +20 -3
  217. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +0 -1
  218. package/grids/lib/igc-date-filtering-operand.d.ts +1 -1
  219. package/grids/lib/igc-date-summary-operand.d.ts +1 -1
  220. package/grids/lib/igc-date-time-filtering-operand.d.ts +1 -1
  221. package/grids/lib/igc-density-changed-event-args.d.ts +0 -1
  222. package/grids/lib/igc-exporter-event.d.ts +1 -2
  223. package/grids/lib/igc-expression-tree.d.ts +26 -0
  224. package/grids/lib/igc-filtering-event-args.d.ts +14 -3
  225. package/grids/lib/igc-filtering-expression.d.ts +1 -0
  226. package/grids/lib/igc-filtering-expressions-tree.d.ts +10 -89
  227. package/grids/lib/igc-filtering-operation.d.ts +7 -4
  228. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +0 -1
  229. package/grids/lib/igc-grid-base-directive.d.ts +80 -5
  230. package/grids/lib/igc-grid-cell-event-args.d.ts +5 -1
  231. package/grids/lib/igc-grid-edit-done-event-args.d.ts +0 -1
  232. package/grids/lib/igc-grid-edit-event-args.d.ts +44 -3
  233. package/grids/lib/igc-grid-empty-template-context.d.ts +0 -1
  234. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +0 -1
  235. package/grids/lib/igc-grid-grouping-strategy.d.ts +6 -0
  236. package/grids/lib/igc-grid-header-template-context.d.ts +0 -1
  237. package/grids/lib/igc-grid-keydown-event-args.d.ts +5 -1
  238. package/grids/lib/igc-grid-master-detail-context.d.ts +0 -1
  239. package/grids/lib/igc-grid-row-drag-ghost-context.d.ts +0 -1
  240. package/grids/lib/igc-grid-row-edit-actions-template-context.d.ts +7 -1
  241. package/grids/lib/igc-grid-row-edit-text-template-context.d.ts +0 -1
  242. package/grids/lib/igc-grid-row-template-context.d.ts +0 -1
  243. package/grids/lib/igc-grid-scroll-event-args.d.ts +6 -1
  244. package/grids/lib/igc-grid-selection-range.d.ts +1 -0
  245. package/grids/lib/igc-grid-sorting-strategy.d.ts +6 -0
  246. package/grids/lib/igc-grid-state-base-directive.d.ts +47 -0
  247. package/grids/lib/igc-grid-state-collection.d.ts +27 -0
  248. package/grids/lib/igc-grid-state-component.d.ts +65 -0
  249. package/grids/lib/igc-grid-state-info.d.ts +73 -0
  250. package/grids/lib/igc-grid-state-options.d.ts +59 -0
  251. package/grids/lib/igc-grid-template-context.d.ts +0 -1
  252. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +2 -1
  253. package/grids/lib/igc-grid-validation-status-event-args.d.ts +0 -1
  254. package/grids/lib/igc-group-by-record.d.ts +1 -1
  255. package/grids/lib/igc-group-by-result.d.ts +23 -0
  256. package/grids/lib/igc-group-by-row-selector-template-context.d.ts +0 -1
  257. package/grids/lib/igc-group-by-row-selector-template-details.d.ts +1 -1
  258. package/grids/lib/igc-group-by-row-template-context.d.ts +0 -1
  259. package/grids/lib/igc-grouping-done-event-args.d.ts +0 -1
  260. package/grids/lib/igc-grouping-expression.d.ts +6 -0
  261. package/grids/lib/igc-grouping-state.d.ts +28 -0
  262. package/grids/lib/igc-head-selector-template-context.d.ts +0 -1
  263. package/grids/lib/igc-head-selector-template-details.d.ts +3 -3
  264. package/grids/lib/igc-header-type.d.ts +1 -1
  265. package/grids/lib/igc-number-filtering-operand.d.ts +1 -1
  266. package/grids/lib/igc-number-summary-operand.d.ts +1 -1
  267. package/grids/lib/igc-page-cancellable-event-args.d.ts +0 -1
  268. package/grids/lib/igc-page-event-args.d.ts +0 -1
  269. package/grids/lib/igc-paging-state.d.ts +22 -0
  270. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +29 -3
  271. package/grids/lib/igc-pin-column-event-args.d.ts +0 -1
  272. package/grids/lib/igc-pin-row-event-args.d.ts +14 -3
  273. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  274. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +0 -1
  275. package/grids/lib/igc-pivot-dimension-strategy.d.ts +1 -1
  276. package/grids/lib/igc-pivot-dimension.d.ts +1 -1
  277. package/grids/lib/igc-pivot-grid-value-template-context.d.ts +0 -1
  278. package/grids/lib/igc-pivot-value.d.ts +2 -4
  279. package/grids/lib/igc-row-data-event-args.d.ts +0 -1
  280. package/grids/lib/igc-row-drag-end-event-args.d.ts +0 -1
  281. package/grids/lib/igc-row-drag-start-event-args.d.ts +14 -3
  282. package/grids/lib/igc-row-exporting-event-args.d.ts +0 -1
  283. package/grids/lib/igc-row-selection-event-args.d.ts +14 -3
  284. package/grids/lib/igc-row-selector-template-context.d.ts +0 -1
  285. package/grids/lib/igc-row-selector-template-details.d.ts +3 -3
  286. package/grids/lib/igc-row-toggle-event-args.d.ts +0 -1
  287. package/grids/lib/igc-row-type.d.ts +5 -4
  288. package/grids/lib/igc-sorting-event-args.d.ts +14 -3
  289. package/grids/lib/igc-sorting-expression.d.ts +1 -0
  290. package/grids/lib/igc-string-filtering-operand.d.ts +1 -1
  291. package/grids/lib/igc-summary-expression.d.ts +24 -0
  292. package/grids/lib/igc-summary-operand.d.ts +1 -1
  293. package/grids/lib/igc-summary-result.d.ts +1 -0
  294. package/grids/lib/igc-summary-template-context.d.ts +0 -1
  295. package/grids/lib/igc-time-filtering-operand.d.ts +1 -1
  296. package/grids/lib/igc-time-summary-operand.d.ts +1 -1
  297. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +6 -3
  298. package/grids/lib/igc-toggle-view-event-args.d.ts +0 -1
  299. package/grids/lib/igc-tree-grid-component.d.ts +20 -19
  300. package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
  301. package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
  302. package/lib/CellPath.d.ts +4 -4
  303. package/lib/CheckboxListView_combined.d.ts +3 -3
  304. package/lib/ColumnChooserView_combined.d.ts +3 -3
  305. package/lib/ColumnFilterCondition_combined.d.ts +506 -505
  306. package/lib/ColumnGroupingView_combined.d.ts +3 -3
  307. package/lib/ColumnPinningView_combined.d.ts +3 -3
  308. package/lib/ComparisonOperatorSelectorView_combined.d.ts +3 -3
  309. package/lib/DataGrid.d.ts +1 -0
  310. package/lib/DataGridPresenterManager.d.ts +2 -2
  311. package/lib/DataGridScrollerKeyboardListener.d.ts +2 -2
  312. package/lib/DataGridToolbarView_combined.d.ts +3 -3
  313. package/lib/{CellType.d.ts → GridCellType.d.ts} +2 -2
  314. package/lib/GridColumnGroupOptionsView_combined.d.ts +2 -2
  315. package/lib/GridColumnOptionsViewBase_combined.d.ts +3 -3
  316. package/lib/MultiColumnComboBoxView_combined.d.ts +2 -2
  317. package/lib/PropertyEditorView_combined.d.ts +3 -3
  318. package/lib/TemplateCellPresenter.d.ts +2 -2
  319. package/lib/TemplateHeader.d.ts +3 -3
  320. package/lib/TemplateHeaderCellPresenter.d.ts +2 -2
  321. package/lib/TemplateSectionHeader.d.ts +2 -2
  322. package/lib/igc-data-grid-component.d.ts +3 -3
  323. package/package.json +4 -4
  324. package/public_api.d.ts +2 -2
  325. package/esm2015/lib/CellType.js +0 -22
  326. package/esm5/lib/CellType.js +0 -22
  327. package/lib/Grid.d.ts +0 -1
@@ -370,13 +370,13 @@ var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
370
370
  if (this.f == true) {
371
371
  this.m.style.cursor = "grabbing";
372
372
  var b = this.as();
373
- var c = b.left - (NativeUI.j(this.q) / 2);
373
+ var c = b.left - (NativeUI.k(this.q) / 2);
374
374
  var d = b.top - (NativeUI.d(this.q) / 2);
375
375
  var e = this.c();
376
376
  d += e[0];
377
377
  c += e[1];
378
- NativeUI.u(this.q, a.x + c);
379
- NativeUI.ac(this.q, a.y + d);
378
+ NativeUI.v(this.q, a.x + c);
379
+ NativeUI.ae(this.q, a.y + d);
380
380
  }
381
381
  };
382
382
  ColumnGroupingView.prototype.al = function (a) {
@@ -745,7 +745,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
745
745
  break;
746
746
  case "ItemHoverBackgroundColor": break;
747
747
  case "BackgroundColor":
748
- NativeUI.l(this.d.u, this.bh);
748
+ NativeUI.m(this.d.u, this.bh);
749
749
  break;
750
750
  }
751
751
  };
@@ -754,7 +754,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
754
754
  ColumnGrouping.prototype.ba = function () {
755
755
  var a = this.d.w;
756
756
  if (this.bm != null) {
757
- NativeUI.p(a, this.bm);
757
+ NativeUI.q(a, this.bm);
758
758
  }
759
759
  };
760
760
  ColumnGrouping.prototype.a9 = function () {
@@ -768,19 +768,19 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
768
768
  var b = this.d.j;
769
769
  var c = this.d.k;
770
770
  for (var d = 0; d < a.count; d++) {
771
- NativeUI.p(a._inner[d], this.bl);
771
+ NativeUI.q(a._inner[d], this.bl);
772
772
  }
773
773
  for (var e = 0; e < b.count; e++) {
774
- NativeUI.p(b._inner[e], this.bi);
774
+ NativeUI.q(b._inner[e], this.bi);
775
775
  }
776
776
  for (var f = 0; f < c.count; f++) {
777
- NativeUI.l(c._inner[f], this.bj);
777
+ NativeUI.m(c._inner[f], this.bj);
778
778
  }
779
779
  };
780
780
  ColumnGrouping.prototype.a3 = function () {
781
781
  if (this.i == 0) {
782
782
  if (this.targetGrid != null) {
783
- this.i = this.targetGrid.go;
783
+ this.i = this.targetGrid.density;
784
784
  }
785
785
  }
786
786
  this.d.ao();
@@ -809,7 +809,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
809
809
  var a = new List$1(GroupInfo.$, 0);
810
810
  if (this.targetGrid != null) {
811
811
  var b = this.targetGrid.actualColumns;
812
- var c_1 = this.targetGrid.bb.j;
812
+ var c_1 = this.targetGrid.groupDescriptions.j;
813
813
  var _loop_1 = function (d) {
814
814
  var e = new GroupInfo();
815
815
  var f = b.i(function (g) { return g.i8 == c_1.item(d).f; });
@@ -851,25 +851,25 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
851
851
  var j = new ColumnGroupDescription(0);
852
852
  j.f = i.i8;
853
853
  j.c = 1;
854
- var k = this.targetGrid.bb.j.contains(j);
854
+ var k = this.targetGrid.groupDescriptions.j.contains(j);
855
855
  j.c = 0;
856
- var l = this.targetGrid.bb.j.contains(j);
856
+ var l = this.targetGrid.groupDescriptions.j.contains(j);
857
857
  if (l == false && k == false) {
858
858
  var m = this.d.l;
859
859
  var n = m.count;
860
860
  var o = false;
861
861
  for (var p = 0; p < n; p++) {
862
862
  var q = this.d.b(m._inner[p]);
863
- var r = NativeUI.j(m._inner[p]);
863
+ var r = NativeUI.k(m._inner[p]);
864
864
  var s = q[1] - c.left + r;
865
865
  if (this.t < s) {
866
- this.targetGrid.bb.o(p, j);
866
+ this.targetGrid.groupDescriptions.o(p, j);
867
867
  o = true;
868
868
  break;
869
869
  }
870
870
  }
871
871
  if (o == false) {
872
- this.targetGrid.bb.g(j);
872
+ this.targetGrid.groupDescriptions.g(j);
873
873
  }
874
874
  }
875
875
  a.cancel();
@@ -887,14 +887,14 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
887
887
  this.u = b.currentY;
888
888
  if (this.u < 0) {
889
889
  if (this.n == false) {
890
- this.v = this.targetGrid.mb;
891
- this.targetGrid.mb = 0;
890
+ this.v = this.targetGrid.columnMovingSeparatorOpacity;
891
+ this.targetGrid.columnMovingSeparatorOpacity = 0;
892
892
  this.n = true;
893
893
  }
894
894
  }
895
895
  else {
896
896
  if (this.n == true) {
897
- this.targetGrid.mb = this.v;
897
+ this.targetGrid.columnMovingSeparatorOpacity = this.v;
898
898
  this.n = false;
899
899
  }
900
900
  }
@@ -940,43 +940,43 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
940
940
  }
941
941
  };
942
942
  ColumnGrouping.prototype.ao = function (a) {
943
- var b = this.targetGrid.bb.j.count;
943
+ var b = this.targetGrid.groupDescriptions.j.count;
944
944
  for (var c = 0; c < b; c++) {
945
- var d = this.targetGrid.bb.j.item(c);
945
+ var d = this.targetGrid.groupDescriptions.j.item(c);
946
946
  if (d.f == a) {
947
- this.targetGrid.bb.d(c);
947
+ this.targetGrid.groupDescriptions.d(c);
948
948
  if (d.c == 0) {
949
949
  d.c = 1;
950
950
  }
951
951
  else {
952
952
  d.c = 0;
953
953
  }
954
- this.targetGrid.bb.o(c, d);
954
+ this.targetGrid.groupDescriptions.o(c, d);
955
955
  break;
956
956
  }
957
957
  }
958
958
  };
959
959
  ColumnGrouping.prototype.a1 = function (a) {
960
- var b = this.targetGrid.bb.j.count;
960
+ var b = this.targetGrid.groupDescriptions.j.count;
961
961
  for (var c = 0; c < b; c++) {
962
- var d = this.targetGrid.bb.j.item(c);
962
+ var d = this.targetGrid.groupDescriptions.j.item(c);
963
963
  if (d.f == a) {
964
- this.targetGrid.bb.d(c);
964
+ this.targetGrid.groupDescriptions.d(c);
965
965
  break;
966
966
  }
967
967
  }
968
968
  };
969
969
  ColumnGrouping.prototype.a2 = function (a, b) {
970
- var c = this.targetGrid.bb.j.count;
970
+ var c = this.targetGrid.groupDescriptions.j.count;
971
971
  var d = null;
972
972
  for (var e = 0; e < c; e++) {
973
- if (this.targetGrid.bb.j.item(e).f == a) {
974
- d = this.targetGrid.bb.j.item(e);
975
- this.targetGrid.bb.d(e);
973
+ if (this.targetGrid.groupDescriptions.j.item(e).f == a) {
974
+ d = this.targetGrid.groupDescriptions.j.item(e);
975
+ this.targetGrid.groupDescriptions.d(e);
976
976
  break;
977
977
  }
978
978
  }
979
- this.targetGrid.bb.j.insert(b, d);
979
+ this.targetGrid.groupDescriptions.j.insert(b, d);
980
980
  };
981
981
  ColumnGrouping.prototype.a7 = function (a, b) {
982
982
  this.d.ac();
@@ -1004,7 +1004,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
1004
1004
  a.h = d;
1005
1005
  a.f = e;
1006
1006
  a.e = NativeUI.d(b);
1007
- a.i = NativeUI.j(b);
1007
+ a.i = NativeUI.k(b);
1008
1008
  var f = this.d.l;
1009
1009
  for (var g = 0; g < f.count; g++) {
1010
1010
  var h = new TextVisualModelExport();
@@ -1012,8 +1012,8 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
1012
1012
  h.e = i[0] - d;
1013
1013
  h.d = i[1] - e;
1014
1014
  h.c = NativeUI.d(f._inner[g]);
1015
- h.f = NativeUI.j(f._inner[g]);
1016
- h.b = AppearanceHelper.a(NativeUI.aj(f._inner[g]));
1015
+ h.f = NativeUI.k(f._inner[g]);
1016
+ h.b = AppearanceHelper.a(NativeUI.al(f._inner[g]));
1017
1017
  h.g = f._inner[g].getText();
1018
1018
  a.c.add(h);
1019
1019
  }
@@ -1024,7 +1024,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
1024
1024
  l.h = m[0] - d;
1025
1025
  l.f = m[1] - e;
1026
1026
  l.e = NativeUI.d(j._inner[k]);
1027
- l.i = NativeUI.j(j._inner[k]);
1027
+ l.i = NativeUI.k(j._inner[k]);
1028
1028
  a.d.add(l);
1029
1029
  }
1030
1030
  if (this.k != null) {
@@ -148,7 +148,7 @@ var ComparisonOperatorSelectorView = /** @class */ /*@__PURE__*/ (function (_sup
148
148
  };
149
149
  ComparisonOperatorSelectorView.prototype.s = function (a, b) {
150
150
  this.i.setStyleProperty("height", stringFormat("{0}px", this.a.y()));
151
- this.d.bm();
151
+ this.d.b6();
152
152
  document.addEventListener("keydown", runOn(this, this.onDocumentKeyDown), false);
153
153
  document.addEventListener("mousedown", runOn(this, this.onDocumentMouseDown), false);
154
154
  };
@@ -676,7 +676,7 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
676
676
  b.clicked = delegateRemove(b.clicked, runOn(this, this.ec));
677
677
  }
678
678
  if (this.f != null) {
679
- this.f.ae.clear();
679
+ this.f.selectedItems.clear();
680
680
  var c = this.f;
681
681
  c.cellClicked = delegateRemove(c.cellClicked, runOn(this, this.d9));
682
682
  }
@@ -701,17 +701,17 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
701
701
  this.p.svgPath = this.bv(this.b);
702
702
  this.p.fill = this.eq;
703
703
  this.f = c;
704
- this.f.iz = false;
705
- this.f.co = 1;
706
- this.f.c9 = 0;
707
- this.f.co = 0;
708
- this.f.cu = 0;
709
- this.f.n1 = 0;
710
- this.f.oc = 0;
711
- this.f.go = 3;
712
- this.f.i6 = false;
713
- this.f.yr = new CornerRadius(0, 0);
714
- this.f.aa0 = new Thickness(0, 0);
704
+ this.f.autoGenerateColumns = false;
705
+ this.f.selectionMode = 1;
706
+ this.f.activationMode = 0;
707
+ this.f.selectionMode = 0;
708
+ this.f.editMode = 0;
709
+ this.f.headerHeight = 0;
710
+ this.f.rowSeparatorHeight = 0;
711
+ this.f.density = 3;
712
+ this.f.clearSelectionOnEscape = false;
713
+ this.f.cornerRadius = new CornerRadius(0, 0);
714
+ this.f.borderWidth = new Thickness(0, 0);
715
715
  var d = this.f;
716
716
  d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.d9));
717
717
  this.n = new TemplateColumn();
@@ -758,8 +758,8 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
758
758
  this.p.fill = this.eq;
759
759
  }
760
760
  if (this.f != null) {
761
- this.f.zv = this.eq;
762
- this.f.zt = this.ep;
761
+ this.f.cellTextColor = this.eq;
762
+ this.f.cellBackground = this.ep;
763
763
  }
764
764
  };
765
765
  ComparisonOperatorSelector.prototype.ef = function () {
@@ -894,7 +894,7 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
894
894
  if (this.v.count > 0) {
895
895
  this.i = this.v._inner[0];
896
896
  }
897
- this.e.k = Math.min(this.v.count * this.f.nf + 2, this.z);
897
+ this.e.k = Math.min(this.v.count * this.f.actualRowHeight + 2, this.z);
898
898
  }
899
899
  };
900
900
  ComparisonOperatorSelector.prototype.h = function (a) {
@@ -965,25 +965,25 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
965
965
  ComparisonOperatorSelector.prototype.y = function () {
966
966
  if (this.f != null) {
967
967
  var a = Math.min(8, this.f.actualDataSource != null ? this.f.actualDataSource.actualCount : 0);
968
- return a * (this.f.nf + this.f.oc) + this.f.ne + 2;
968
+ return a * (this.f.actualRowHeight + this.f.rowSeparatorHeight) + this.f.actualHeaderHeight + 2;
969
969
  }
970
970
  return 0;
971
971
  };
972
972
  ComparisonOperatorSelector.prototype.em = function () {
973
973
  if (this.q != null) {
974
- if (!this.q.ao) {
974
+ if (!this.q.aw) {
975
975
  this.ef();
976
976
  this.q.showRelativeToExclusionRect(this.e.w(), 1, 0);
977
977
  this.ee();
978
978
  }
979
979
  else {
980
- this.q.bj();
980
+ this.q.b3();
981
981
  }
982
982
  }
983
983
  };
984
984
  ComparisonOperatorSelector.prototype.d8 = function () {
985
985
  if (this.q != null) {
986
- this.q.bj();
986
+ this.q.b3();
987
987
  }
988
988
  };
989
989
  ComparisonOperatorSelector.prototype.d1 = function (a, b, c, d) {
@@ -4,4 +4,4 @@ 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
- export { Grid } from "./ColumnFilterCondition_combined";
7
+ export { DataGrid } from "./ColumnFilterCondition_combined";
@@ -14,7 +14,7 @@ import { BrushUtil } from "igniteui-webcomponents-core";
14
14
  import { ElevationHelper } from "igniteui-webcomponents-inputs";
15
15
  import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
16
16
  import { IDataGridComponent_$type } from "./IDataGridComponent";
17
- import { Grid } from "./Grid";
17
+ import { DataGrid } from "./DataGrid";
18
18
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
19
19
  import { XIcon } from "igniteui-webcomponents-inputs";
20
20
  import { ToolbarVisualModelExport } from "./ToolbarVisualModelExport";
@@ -575,7 +575,7 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
575
575
  case "TargetGrid":
576
576
  this.a6();
577
577
  this.a7();
578
- this.a8(typeCast(Grid.$, b));
578
+ this.a8(typeCast(DataGrid.$, b));
579
579
  this.e.ad();
580
580
  break;
581
581
  case "ToolbarTitle":
@@ -637,25 +637,25 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
637
637
  DataGridToolbar.prototype.az = function (a, b) {
638
638
  switch (b.propertyName) {
639
639
  case "IsToolbarColumnChooserVisible":
640
- this.q = this.b.kc;
640
+ this.q = this.b.isToolbarColumnChooserVisible;
641
641
  break;
642
642
  case "IsToolbarColumnPinningVisible":
643
- this.r = this.b.kd;
643
+ this.r = this.b.isToolbarColumnPinningVisible;
644
644
  break;
645
645
  case "ToolbarTitle":
646
- this.ar = this.b.to;
646
+ this.ar = this.b.toolbarTitle;
647
647
  break;
648
648
  case "ToolbarColumnChooserText":
649
- this.ad = this.b.tg;
649
+ this.ad = this.b.toolbarColumnChooserText;
650
650
  break;
651
651
  case "ToolbarColumnChooserTitle":
652
- this.af = this.b.ti;
652
+ this.af = this.b.toolbarColumnChooserTitle;
653
653
  break;
654
654
  case "ToolbarColumnPinningText":
655
- this.ai = this.b.tk;
655
+ this.ai = this.b.toolbarColumnPinningText;
656
656
  break;
657
657
  case "ToolbarColumnPinningTitle":
658
- this.ak = this.b.tm;
658
+ this.ak = this.b.toolbarColumnPinningTitle;
659
659
  break;
660
660
  }
661
661
  };
@@ -676,7 +676,7 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
676
676
  DataGridToolbar.prototype.a3 = function () {
677
677
  if (this.l == 0) {
678
678
  if (this.b != null) {
679
- this.l = this.b.go;
679
+ this.l = this.b.density;
680
680
  }
681
681
  }
682
682
  if (this.g != null) {
@@ -794,13 +794,13 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
794
794
  d.propertyChanged = delegateCombine(d.propertyChanged, runOn(this, this.az));
795
795
  this.ax();
796
796
  if (this.b.toolbar != null) {
797
- this.ar = this.b.to;
798
- this.q = this.b.kc;
799
- this.ad = this.b.tg;
800
- this.af = this.b.ti;
801
- this.r = this.b.kd;
802
- this.ai = this.b.tk;
803
- this.ak = this.b.tm;
797
+ this.ar = this.b.toolbarTitle;
798
+ this.q = this.b.isToolbarColumnChooserVisible;
799
+ this.ad = this.b.toolbarColumnChooserText;
800
+ this.af = this.b.toolbarColumnChooserTitle;
801
+ this.r = this.b.isToolbarColumnPinningVisible;
802
+ this.ai = this.b.toolbarColumnPinningText;
803
+ this.ak = this.b.toolbarColumnPinningTitle;
804
804
  }
805
805
  }
806
806
  };
@@ -32,14 +32,14 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
32
32
  var g = a.createElement("div");
33
33
  e.append(g);
34
34
  _this.y = new DatePicker();
35
- _this.y.as = false;
35
+ _this.y.ay = false;
36
36
  _this.y.provideContainer(e);
37
37
  _this.y.w = b;
38
38
  _this.y.y = 3;
39
- _this.y.at = _this.showClearButton;
40
- _this.y.au = _this.ac;
41
- _this.y.di = _this.textColor;
42
- _this.y.a7 = -1;
39
+ _this.y.az = _this.showClearButton;
40
+ _this.y.a0 = _this.ac;
41
+ _this.y.dw = _this.textColor;
42
+ _this.y.be = -1;
43
43
  var h = e.getExternal(_this.y, e.rootWrapper, null);
44
44
  if (_this.z != null) {
45
45
  _this.y.ad = _this.z;
@@ -134,12 +134,12 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
134
134
  DateEditorView.prototype.s = function () {
135
135
  if (this.y != null) {
136
136
  this.y.focus(true);
137
- this.y.c3();
137
+ this.y.df();
138
138
  }
139
139
  };
140
140
  DateEditorView.prototype.ag = function () {
141
141
  if (this.y != null) {
142
- this.y.cg();
142
+ this.y.cq();
143
143
  }
144
144
  };
145
145
  DateEditorView.prototype.u = function (a, b, c) {
@@ -150,18 +150,18 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
150
150
  break;
151
151
  case "ShowClearButton":
152
152
  if (this.y != null) {
153
- this.y.at = this.showClearButton;
153
+ this.y.az = this.showClearButton;
154
154
  }
155
155
  break;
156
156
  case "ShowTodayButton":
157
157
  if (this.y != null) {
158
- this.y.au = this.ac;
158
+ this.y.a0 = this.ac;
159
159
  }
160
160
  break;
161
161
  }
162
162
  };
163
163
  DateEditorView.prototype.ak = function () {
164
- this.y.br = this.ae;
164
+ this.y.by = this.ae;
165
165
  };
166
166
  DateEditorView.prototype.w = function () {
167
167
  this.ab = true;
@@ -180,13 +180,13 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
180
180
  };
181
181
  DateEditorView.prototype.r = function () {
182
182
  if (this.y != null) {
183
- this.y.ar = !this.isEnabled;
183
+ this.y.av = !this.isEnabled;
184
184
  }
185
185
  };
186
186
  DateEditorView.prototype.v = function () {
187
187
  _super.prototype.v.call(this);
188
188
  if (this.y != null) {
189
- this.y.di = this.textColor;
189
+ this.y.dw = this.textColor;
190
190
  }
191
191
  };
192
192
  DateEditorView.prototype.onDatePickerValueChanged = function (a, b) {
@@ -144,8 +144,8 @@ var Dragger = /** @class */ /*@__PURE__*/ (function (_super) {
144
144
  var e = this.view.getWindowScrollPos();
145
145
  c += e[0];
146
146
  d += e[1];
147
- NativeUI.u(this.cloneCell, a + d);
148
- NativeUI.ac(this.cloneCell, b + c);
147
+ NativeUI.v(this.cloneCell, a + d);
148
+ NativeUI.ae(this.cloneCell, b + c);
149
149
  }
150
150
  }
151
151
  };
@@ -177,8 +177,8 @@ var Dragger = /** @class */ /*@__PURE__*/ (function (_super) {
177
177
  var j = this.view.getWindowScrollPos();
178
178
  h += j[0];
179
179
  i += j[1];
180
- NativeUI.u(this.cloneCell, a + i);
181
- NativeUI.ac(this.cloneCell, b + h);
180
+ NativeUI.v(this.cloneCell, a + i);
181
+ NativeUI.ae(this.cloneCell, b + h);
182
182
  }
183
183
  }
184
184
  };
@@ -194,7 +194,7 @@ var Dragger = /** @class */ /*@__PURE__*/ (function (_super) {
194
194
  a = this.view.getTopAndLeft();
195
195
  var b = NativeUI.d(this.cloneCell) / 2;
196
196
  this.i = a[0] - b;
197
- var c = NativeUI.j(this.cloneCell) / 2;
197
+ var c = NativeUI.k(this.cloneCell) / 2;
198
198
  this.h = a[1] - c;
199
199
  }
200
200
  };
@@ -402,7 +402,7 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
402
402
  EditorCell.prototype.eh = function (a, b, c, d, e) {
403
403
  if (!stringIsNullOrWhiteSpace(a)) {
404
404
  this.dd.setRawText(a);
405
- this.cx.bm();
405
+ this.cx.b6();
406
406
  this.ei();
407
407
  }
408
408
  };
@@ -416,8 +416,8 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
416
416
  this.cx.showRelativeToExclusionRect(a, 1, 0);
417
417
  };
418
418
  EditorCell.prototype.d0 = function () {
419
- if (this.cx.ao) {
420
- this.cx.bj();
419
+ if (this.cx.aw) {
420
+ this.cx.b3();
421
421
  }
422
422
  };
423
423
  EditorCell.prototype.bo = function () {
@@ -483,7 +483,7 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
483
483
  }
484
484
  };
485
485
  EditorCell.prototype.c9 = function (a) {
486
- if (a != null && this.cx != null && this.cx.ao) {
486
+ if (a != null && this.cx != null && this.cx.aw) {
487
487
  var b = this.de.getNativeElement();
488
488
  return b.contains(a);
489
489
  }
@@ -519,7 +519,7 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
519
519
  }
520
520
  };
521
521
  EditorCell.prototype.d9 = function (a) {
522
- if (this.c6 && !this.cx.ao) {
522
+ if (this.c6 && !this.cx.aw) {
523
523
  this.ei();
524
524
  }
525
525
  };
@@ -0,0 +1,22 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { markEnum } from "igniteui-webcomponents-core";
8
+ export var GridCellType = /*@__PURE__*/ (function (GridCellType) {
9
+ GridCellType[GridCellType["Unspecified"] = 0] = "Unspecified";
10
+ GridCellType[GridCellType["Normal"] = 1] = "Normal";
11
+ GridCellType[GridCellType["Edit"] = 2] = "Edit";
12
+ GridCellType[GridCellType["EditRow"] = 3] = "EditRow";
13
+ GridCellType[GridCellType["MergedCell"] = 4] = "MergedCell";
14
+ GridCellType[GridCellType["FilterCell"] = 5] = "FilterCell";
15
+ GridCellType[GridCellType["MovingSeparator"] = 6] = "MovingSeparator";
16
+ GridCellType[GridCellType["ResizeSeparator"] = 7] = "ResizeSeparator";
17
+ return GridCellType;
18
+ })({});
19
+ /**
20
+ * @hidden
21
+ */
22
+ export var GridCellType_$type = /*@__PURE__*/ markEnum('GridCellType', 'Unspecified,0|Normal,1|Edit,2|EditRow,3|MergedCell,4|FilterCell,5|MovingSeparator,6|ResizeSeparator,7');
@@ -156,7 +156,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
156
156
  if (null == this.column) {
157
157
  return false;
158
158
  }
159
- if (this.c != null && this.c.c7 != 0) {
159
+ if (this.c != null && this.c.filterUIType != 0) {
160
160
  return false;
161
161
  }
162
162
  if (!this.column.g5) {
@@ -179,7 +179,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
179
179
  var c = a.grid;
180
180
  if (null != c) {
181
181
  var d = a.i8;
182
- var e = c.bb.j;
182
+ var e = c.groupDescriptions.j;
183
183
  for (var f = 0; f < e.count; f++) {
184
184
  var g = e.item(f);
185
185
  var h = g.f;
@@ -207,7 +207,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
207
207
  var d = b.ff;
208
208
  var e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
209
209
  c.c = e;
210
- a.bb.g(c);
210
+ a.groupDescriptions.g(c);
211
211
  b.ff = 0;
212
212
  b.ki("Grouped");
213
213
  }
@@ -220,7 +220,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
220
220
  var c_1;
221
221
  var d = ((function () { var e = _this.b3(c_1); c_1 = e.p0; return e.ret; })());
222
222
  if (c_1 != -1) {
223
- a.bb.d(c_1);
223
+ a.groupDescriptions.d(c_1);
224
224
  b.ki("Grouped");
225
225
  }
226
226
  }
@@ -171,7 +171,7 @@ var GridColumnMoveOptions = /** @class */ /*@__PURE__*/ (function (_super) {
171
171
  if (null == a) {
172
172
  return false;
173
173
  }
174
- switch (a.bl) {
174
+ switch (a.columnMovingMode) {
175
175
  case 0: return true;
176
176
  case 1: return false;
177
177
  default: break;
@@ -270,10 +270,10 @@ var GridColumnMoveOptions = /** @class */ /*@__PURE__*/ (function (_super) {
270
270
  return false;
271
271
  }
272
272
  if (a) {
273
- return this.c.i2(e);
273
+ return this.c.canMoveColumnLeft(e);
274
274
  }
275
275
  else {
276
- return this.c.i3(e);
276
+ return this.c.canMoveColumnRight(e);
277
277
  }
278
278
  };
279
279
  GridColumnMoveOptions.prototype.cf = function (a) {
@@ -292,10 +292,10 @@ var GridColumnMoveOptions = /** @class */ /*@__PURE__*/ (function (_super) {
292
292
  var e = d.indexOf(b);
293
293
  b.ki("Moved");
294
294
  if (a) {
295
- c.uw(e);
295
+ c.moveColumnLeft(e);
296
296
  }
297
297
  else {
298
- c.ux(e);
298
+ c.moveColumnRight(e);
299
299
  }
300
300
  };
301
301
  GridColumnMoveOptions.prototype.b5 = function () {
@@ -62,8 +62,8 @@ var GridColumnOptionsViewBase = /** @class */ /*@__PURE__*/ (function (_super) {
62
62
  GridColumnOptionsViewBase.prototype.m = function () {
63
63
  var a = this.g;
64
64
  if (null != a) {
65
- NativeUI.l(a, this.b.bo);
66
- NativeUI.p(a, this.b.br);
65
+ NativeUI.m(a, this.b.bo);
66
+ NativeUI.q(a, this.b.br);
67
67
  }
68
68
  };
69
69
  GridColumnOptionsViewBase.prototype.l = function (a) {
@@ -708,7 +708,7 @@ var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super) {
708
708
  a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.bb));
709
709
  var c = a.actualColumns;
710
710
  c.collectionChanged = delegateCombine(c.collectionChanged, runOn(this, this.a8));
711
- a.bb.m(runOn(this, this.ba));
711
+ a.groupDescriptions.m(runOn(this, this.ba));
712
712
  a.columnPinnedChanged = delegateCombine(a.columnPinnedChanged, runOn(this, this.a9));
713
713
  a.calculateCompleted = delegateCombine(a.calculateCompleted, runOn(this, this.a5));
714
714
  }
@@ -716,7 +716,7 @@ var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super) {
716
716
  a.propertyChanged = delegateRemove(a.propertyChanged, runOn(this, this.bb));
717
717
  var d = a.actualColumns;
718
718
  d.collectionChanged = delegateRemove(d.collectionChanged, runOn(this, this.a8));
719
- a.bb.p(runOn(this, this.ba));
719
+ a.groupDescriptions.p(runOn(this, this.ba));
720
720
  a.columnPinnedChanged = delegateRemove(a.columnPinnedChanged, runOn(this, this.a9));
721
721
  a.calculateCompleted = delegateRemove(a.calculateCompleted, runOn(this, this.a5));
722
722
  }
@@ -260,7 +260,7 @@ var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super) {
260
260
  var b = this.c;
261
261
  var c = this.column;
262
262
  if (null != b && null != c) {
263
- b.w5(c, this.b3);
263
+ b.pinColumn(c, this.b3);
264
264
  c.ki("Pinned");
265
265
  }
266
266
  },