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
@@ -340,13 +340,13 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
340
340
  if (this.f == true) {
341
341
  this.m.style.cursor = "grabbing";
342
342
  let b = this.as();
343
- let c = b.left - (NativeUI.j(this.q) / 2);
343
+ let c = b.left - (NativeUI.k(this.q) / 2);
344
344
  let d = b.top - (NativeUI.d(this.q) / 2);
345
345
  let e = this.c();
346
346
  d += e[0];
347
347
  c += e[1];
348
- NativeUI.u(this.q, a.x + c);
349
- NativeUI.ac(this.q, a.y + d);
348
+ NativeUI.v(this.q, a.x + c);
349
+ NativeUI.ae(this.q, a.y + d);
350
350
  }
351
351
  }
352
352
  al(a) {
@@ -666,7 +666,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
666
666
  break;
667
667
  case "ItemHoverBackgroundColor": break;
668
668
  case "BackgroundColor":
669
- NativeUI.l(this.d.u, this.bh);
669
+ NativeUI.m(this.d.u, this.bh);
670
670
  break;
671
671
  }
672
672
  }
@@ -675,7 +675,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
675
675
  ba() {
676
676
  let a = this.d.w;
677
677
  if (this.bm != null) {
678
- NativeUI.p(a, this.bm);
678
+ NativeUI.q(a, this.bm);
679
679
  }
680
680
  }
681
681
  a9() {
@@ -689,19 +689,19 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
689
689
  let b = this.d.j;
690
690
  let c = this.d.k;
691
691
  for (let d = 0; d < a.count; d++) {
692
- NativeUI.p(a._inner[d], this.bl);
692
+ NativeUI.q(a._inner[d], this.bl);
693
693
  }
694
694
  for (let e = 0; e < b.count; e++) {
695
- NativeUI.p(b._inner[e], this.bi);
695
+ NativeUI.q(b._inner[e], this.bi);
696
696
  }
697
697
  for (let f = 0; f < c.count; f++) {
698
- NativeUI.l(c._inner[f], this.bj);
698
+ NativeUI.m(c._inner[f], this.bj);
699
699
  }
700
700
  }
701
701
  a3() {
702
702
  if (this.i == 0) {
703
703
  if (this.targetGrid != null) {
704
- this.i = this.targetGrid.go;
704
+ this.i = this.targetGrid.density;
705
705
  }
706
706
  }
707
707
  this.d.ao();
@@ -730,7 +730,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
730
730
  let a = new List$1(GroupInfo.$, 0);
731
731
  if (this.targetGrid != null) {
732
732
  let b = this.targetGrid.actualColumns;
733
- let c = this.targetGrid.bb.j;
733
+ let c = this.targetGrid.groupDescriptions.j;
734
734
  for (let d = 0; d < c.count; d++) {
735
735
  let e = new GroupInfo();
736
736
  let f = b.i((g) => g.i8 == c.item(d).f);
@@ -769,25 +769,25 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
769
769
  let j = new ColumnGroupDescription(0);
770
770
  j.f = i.i8;
771
771
  j.c = 1;
772
- let k = this.targetGrid.bb.j.contains(j);
772
+ let k = this.targetGrid.groupDescriptions.j.contains(j);
773
773
  j.c = 0;
774
- let l = this.targetGrid.bb.j.contains(j);
774
+ let l = this.targetGrid.groupDescriptions.j.contains(j);
775
775
  if (l == false && k == false) {
776
776
  let m = this.d.l;
777
777
  let n = m.count;
778
778
  let o = false;
779
779
  for (let p = 0; p < n; p++) {
780
780
  let q = this.d.b(m._inner[p]);
781
- let r = NativeUI.j(m._inner[p]);
781
+ let r = NativeUI.k(m._inner[p]);
782
782
  let s = q[1] - c.left + r;
783
783
  if (this.t < s) {
784
- this.targetGrid.bb.o(p, j);
784
+ this.targetGrid.groupDescriptions.o(p, j);
785
785
  o = true;
786
786
  break;
787
787
  }
788
788
  }
789
789
  if (o == false) {
790
- this.targetGrid.bb.g(j);
790
+ this.targetGrid.groupDescriptions.g(j);
791
791
  }
792
792
  }
793
793
  a.cancel();
@@ -805,14 +805,14 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
805
805
  this.u = b.currentY;
806
806
  if (this.u < 0) {
807
807
  if (this.n == false) {
808
- this.v = this.targetGrid.mb;
809
- this.targetGrid.mb = 0;
808
+ this.v = this.targetGrid.columnMovingSeparatorOpacity;
809
+ this.targetGrid.columnMovingSeparatorOpacity = 0;
810
810
  this.n = true;
811
811
  }
812
812
  }
813
813
  else {
814
814
  if (this.n == true) {
815
- this.targetGrid.mb = this.v;
815
+ this.targetGrid.columnMovingSeparatorOpacity = this.v;
816
816
  this.n = false;
817
817
  }
818
818
  }
@@ -858,43 +858,43 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
858
858
  }
859
859
  }
860
860
  ao(a) {
861
- let b = this.targetGrid.bb.j.count;
861
+ let b = this.targetGrid.groupDescriptions.j.count;
862
862
  for (let c = 0; c < b; c++) {
863
- let d = this.targetGrid.bb.j.item(c);
863
+ let d = this.targetGrid.groupDescriptions.j.item(c);
864
864
  if (d.f == a) {
865
- this.targetGrid.bb.d(c);
865
+ this.targetGrid.groupDescriptions.d(c);
866
866
  if (d.c == 0) {
867
867
  d.c = 1;
868
868
  }
869
869
  else {
870
870
  d.c = 0;
871
871
  }
872
- this.targetGrid.bb.o(c, d);
872
+ this.targetGrid.groupDescriptions.o(c, d);
873
873
  break;
874
874
  }
875
875
  }
876
876
  }
877
877
  a1(a) {
878
- let b = this.targetGrid.bb.j.count;
878
+ let b = this.targetGrid.groupDescriptions.j.count;
879
879
  for (let c = 0; c < b; c++) {
880
- let d = this.targetGrid.bb.j.item(c);
880
+ let d = this.targetGrid.groupDescriptions.j.item(c);
881
881
  if (d.f == a) {
882
- this.targetGrid.bb.d(c);
882
+ this.targetGrid.groupDescriptions.d(c);
883
883
  break;
884
884
  }
885
885
  }
886
886
  }
887
887
  a2(a, b) {
888
- let c = this.targetGrid.bb.j.count;
888
+ let c = this.targetGrid.groupDescriptions.j.count;
889
889
  let d = null;
890
890
  for (let e = 0; e < c; e++) {
891
- if (this.targetGrid.bb.j.item(e).f == a) {
892
- d = this.targetGrid.bb.j.item(e);
893
- this.targetGrid.bb.d(e);
891
+ if (this.targetGrid.groupDescriptions.j.item(e).f == a) {
892
+ d = this.targetGrid.groupDescriptions.j.item(e);
893
+ this.targetGrid.groupDescriptions.d(e);
894
894
  break;
895
895
  }
896
896
  }
897
- this.targetGrid.bb.j.insert(b, d);
897
+ this.targetGrid.groupDescriptions.j.insert(b, d);
898
898
  }
899
899
  a7(a, b) {
900
900
  this.d.ac();
@@ -922,7 +922,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
922
922
  a.h = d;
923
923
  a.f = e;
924
924
  a.e = NativeUI.d(b);
925
- a.i = NativeUI.j(b);
925
+ a.i = NativeUI.k(b);
926
926
  let f = this.d.l;
927
927
  for (let g = 0; g < f.count; g++) {
928
928
  let h = new TextVisualModelExport();
@@ -930,8 +930,8 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
930
930
  h.e = i[0] - d;
931
931
  h.d = i[1] - e;
932
932
  h.c = NativeUI.d(f._inner[g]);
933
- h.f = NativeUI.j(f._inner[g]);
934
- h.b = AppearanceHelper.a(NativeUI.aj(f._inner[g]));
933
+ h.f = NativeUI.k(f._inner[g]);
934
+ h.b = AppearanceHelper.a(NativeUI.al(f._inner[g]));
935
935
  h.g = f._inner[g].getText();
936
936
  a.c.add(h);
937
937
  }
@@ -942,7 +942,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
942
942
  l.h = m[0] - d;
943
943
  l.f = m[1] - e;
944
944
  l.e = NativeUI.d(j._inner[k]);
945
- l.i = NativeUI.j(j._inner[k]);
945
+ l.i = NativeUI.k(j._inner[k]);
946
946
  a.d.add(l);
947
947
  }
948
948
  if (this.k != null) {
@@ -145,7 +145,7 @@ export let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
145
145
  }
146
146
  s(a, b) {
147
147
  this.i.setStyleProperty("height", stringFormat("{0}px", this.a.y()));
148
- this.d.bm();
148
+ this.d.b6();
149
149
  document.addEventListener("keydown", runOn(this, this.onDocumentKeyDown), false);
150
150
  document.addEventListener("mousedown", runOn(this, this.onDocumentMouseDown), false);
151
151
  }
@@ -476,7 +476,7 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
476
476
  b.clicked = delegateRemove(b.clicked, runOn(this, this.ec));
477
477
  }
478
478
  if (this.f != null) {
479
- this.f.ae.clear();
479
+ this.f.selectedItems.clear();
480
480
  let c = this.f;
481
481
  c.cellClicked = delegateRemove(c.cellClicked, runOn(this, this.d9));
482
482
  }
@@ -501,17 +501,17 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
501
501
  this.p.svgPath = this.bv(this.b);
502
502
  this.p.fill = this.eq;
503
503
  this.f = c;
504
- this.f.iz = false;
505
- this.f.co = 1;
506
- this.f.c9 = 0;
507
- this.f.co = 0;
508
- this.f.cu = 0;
509
- this.f.n1 = 0;
510
- this.f.oc = 0;
511
- this.f.go = 3;
512
- this.f.i6 = false;
513
- this.f.yr = new CornerRadius(0, 0);
514
- this.f.aa0 = new Thickness(0, 0);
504
+ this.f.autoGenerateColumns = false;
505
+ this.f.selectionMode = 1;
506
+ this.f.activationMode = 0;
507
+ this.f.selectionMode = 0;
508
+ this.f.editMode = 0;
509
+ this.f.headerHeight = 0;
510
+ this.f.rowSeparatorHeight = 0;
511
+ this.f.density = 3;
512
+ this.f.clearSelectionOnEscape = false;
513
+ this.f.cornerRadius = new CornerRadius(0, 0);
514
+ this.f.borderWidth = new Thickness(0, 0);
515
515
  let d = this.f;
516
516
  d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.d9));
517
517
  this.n = new TemplateColumn();
@@ -557,8 +557,8 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
557
557
  this.p.fill = this.eq;
558
558
  }
559
559
  if (this.f != null) {
560
- this.f.zv = this.eq;
561
- this.f.zt = this.ep;
560
+ this.f.cellTextColor = this.eq;
561
+ this.f.cellBackground = this.ep;
562
562
  }
563
563
  }
564
564
  ef() {
@@ -693,7 +693,7 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
693
693
  if (this.v.count > 0) {
694
694
  this.i = this.v._inner[0];
695
695
  }
696
- this.e.k = Math.min(this.v.count * this.f.nf + 2, this.z);
696
+ this.e.k = Math.min(this.v.count * this.f.actualRowHeight + 2, this.z);
697
697
  }
698
698
  }
699
699
  h(a) {
@@ -763,25 +763,25 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
763
763
  y() {
764
764
  if (this.f != null) {
765
765
  let a = Math.min(8, this.f.actualDataSource != null ? this.f.actualDataSource.actualCount : 0);
766
- return a * (this.f.nf + this.f.oc) + this.f.ne + 2;
766
+ return a * (this.f.actualRowHeight + this.f.rowSeparatorHeight) + this.f.actualHeaderHeight + 2;
767
767
  }
768
768
  return 0;
769
769
  }
770
770
  em() {
771
771
  if (this.q != null) {
772
- if (!this.q.ao) {
772
+ if (!this.q.aw) {
773
773
  this.ef();
774
774
  this.q.showRelativeToExclusionRect(this.e.w(), 1, 0);
775
775
  this.ee();
776
776
  }
777
777
  else {
778
- this.q.bj();
778
+ this.q.b3();
779
779
  }
780
780
  }
781
781
  }
782
782
  d8() {
783
783
  if (this.q != null) {
784
- this.q.bj();
784
+ this.q.b3();
785
785
  }
786
786
  }
787
787
  d1(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";
@@ -13,7 +13,7 @@ import { BrushUtil } from "igniteui-webcomponents-core";
13
13
  import { ElevationHelper } from "igniteui-webcomponents-inputs";
14
14
  import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
15
15
  import { IDataGridComponent_$type } from "./IDataGridComponent";
16
- import { Grid } from "./Grid";
16
+ import { DataGrid } from "./DataGrid";
17
17
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
18
18
  import { XIcon } from "igniteui-webcomponents-inputs";
19
19
  import { ToolbarVisualModelExport } from "./ToolbarVisualModelExport";
@@ -512,7 +512,7 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
512
512
  case "TargetGrid":
513
513
  this.a6();
514
514
  this.a7();
515
- this.a8(typeCast(Grid.$, b));
515
+ this.a8(typeCast(DataGrid.$, b));
516
516
  this.e.ad();
517
517
  break;
518
518
  case "ToolbarTitle":
@@ -574,25 +574,25 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
574
574
  az(a, b) {
575
575
  switch (b.propertyName) {
576
576
  case "IsToolbarColumnChooserVisible":
577
- this.q = this.b.kc;
577
+ this.q = this.b.isToolbarColumnChooserVisible;
578
578
  break;
579
579
  case "IsToolbarColumnPinningVisible":
580
- this.r = this.b.kd;
580
+ this.r = this.b.isToolbarColumnPinningVisible;
581
581
  break;
582
582
  case "ToolbarTitle":
583
- this.ar = this.b.to;
583
+ this.ar = this.b.toolbarTitle;
584
584
  break;
585
585
  case "ToolbarColumnChooserText":
586
- this.ad = this.b.tg;
586
+ this.ad = this.b.toolbarColumnChooserText;
587
587
  break;
588
588
  case "ToolbarColumnChooserTitle":
589
- this.af = this.b.ti;
589
+ this.af = this.b.toolbarColumnChooserTitle;
590
590
  break;
591
591
  case "ToolbarColumnPinningText":
592
- this.ai = this.b.tk;
592
+ this.ai = this.b.toolbarColumnPinningText;
593
593
  break;
594
594
  case "ToolbarColumnPinningTitle":
595
- this.ak = this.b.tm;
595
+ this.ak = this.b.toolbarColumnPinningTitle;
596
596
  break;
597
597
  }
598
598
  }
@@ -613,7 +613,7 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
613
613
  a3() {
614
614
  if (this.l == 0) {
615
615
  if (this.b != null) {
616
- this.l = this.b.go;
616
+ this.l = this.b.density;
617
617
  }
618
618
  }
619
619
  if (this.g != null) {
@@ -731,13 +731,13 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
731
731
  d.propertyChanged = delegateCombine(d.propertyChanged, runOn(this, this.az));
732
732
  this.ax();
733
733
  if (this.b.toolbar != null) {
734
- this.ar = this.b.to;
735
- this.q = this.b.kc;
736
- this.ad = this.b.tg;
737
- this.af = this.b.ti;
738
- this.r = this.b.kd;
739
- this.ai = this.b.tk;
740
- this.ak = this.b.tm;
734
+ this.ar = this.b.toolbarTitle;
735
+ this.q = this.b.isToolbarColumnChooserVisible;
736
+ this.ad = this.b.toolbarColumnChooserText;
737
+ this.af = this.b.toolbarColumnChooserTitle;
738
+ this.r = this.b.isToolbarColumnPinningVisible;
739
+ this.ai = this.b.toolbarColumnPinningText;
740
+ this.ak = this.b.toolbarColumnPinningTitle;
741
741
  }
742
742
  }
743
743
  }
@@ -51,14 +51,14 @@ export let DateEditorView = /*@__PURE__*/ (() => {
51
51
  let g = a.createElement("div");
52
52
  e.append(g);
53
53
  this.y = new DatePicker();
54
- this.y.as = false;
54
+ this.y.ay = false;
55
55
  this.y.provideContainer(e);
56
56
  this.y.w = b;
57
57
  this.y.y = 3;
58
- this.y.at = this.showClearButton;
59
- this.y.au = this.ac;
60
- this.y.di = this.textColor;
61
- this.y.a7 = -1;
58
+ this.y.az = this.showClearButton;
59
+ this.y.a0 = this.ac;
60
+ this.y.dw = this.textColor;
61
+ this.y.be = -1;
62
62
  let h = e.getExternal(this.y, e.rootWrapper, null);
63
63
  if (this.z != null) {
64
64
  this.y.ad = this.z;
@@ -124,12 +124,12 @@ export let DateEditorView = /*@__PURE__*/ (() => {
124
124
  s() {
125
125
  if (this.y != null) {
126
126
  this.y.focus(true);
127
- this.y.c3();
127
+ this.y.df();
128
128
  }
129
129
  }
130
130
  ag() {
131
131
  if (this.y != null) {
132
- this.y.cg();
132
+ this.y.cq();
133
133
  }
134
134
  }
135
135
  u(a, b, c) {
@@ -140,18 +140,18 @@ export let DateEditorView = /*@__PURE__*/ (() => {
140
140
  break;
141
141
  case "ShowClearButton":
142
142
  if (this.y != null) {
143
- this.y.at = this.showClearButton;
143
+ this.y.az = this.showClearButton;
144
144
  }
145
145
  break;
146
146
  case "ShowTodayButton":
147
147
  if (this.y != null) {
148
- this.y.au = this.ac;
148
+ this.y.a0 = this.ac;
149
149
  }
150
150
  break;
151
151
  }
152
152
  }
153
153
  ak() {
154
- this.y.br = this.ae;
154
+ this.y.by = this.ae;
155
155
  }
156
156
  w() {
157
157
  this.ab = true;
@@ -170,13 +170,13 @@ export let DateEditorView = /*@__PURE__*/ (() => {
170
170
  }
171
171
  r() {
172
172
  if (this.y != null) {
173
- this.y.ar = !this.isEnabled;
173
+ this.y.av = !this.isEnabled;
174
174
  }
175
175
  }
176
176
  v() {
177
177
  super.v();
178
178
  if (this.y != null) {
179
- this.y.di = this.textColor;
179
+ this.y.dw = this.textColor;
180
180
  }
181
181
  }
182
182
  onDatePickerValueChanged(a, b) {
@@ -113,8 +113,8 @@ export let Dragger = /*@__PURE__*/ (() => {
113
113
  let e = this.view.getWindowScrollPos();
114
114
  c += e[0];
115
115
  d += e[1];
116
- NativeUI.u(this.cloneCell, a + d);
117
- NativeUI.ac(this.cloneCell, b + c);
116
+ NativeUI.v(this.cloneCell, a + d);
117
+ NativeUI.ae(this.cloneCell, b + c);
118
118
  }
119
119
  }
120
120
  }
@@ -146,8 +146,8 @@ export let Dragger = /*@__PURE__*/ (() => {
146
146
  let j = this.view.getWindowScrollPos();
147
147
  h += j[0];
148
148
  i += j[1];
149
- NativeUI.u(this.cloneCell, a + i);
150
- NativeUI.ac(this.cloneCell, b + h);
149
+ NativeUI.v(this.cloneCell, a + i);
150
+ NativeUI.ae(this.cloneCell, b + h);
151
151
  }
152
152
  }
153
153
  }
@@ -163,7 +163,7 @@ export let Dragger = /*@__PURE__*/ (() => {
163
163
  a = this.view.getTopAndLeft();
164
164
  let b = NativeUI.d(this.cloneCell) / 2;
165
165
  this.i = a[0] - b;
166
- let c = NativeUI.j(this.cloneCell) / 2;
166
+ let c = NativeUI.k(this.cloneCell) / 2;
167
167
  this.h = a[1] - c;
168
168
  }
169
169
  }
@@ -360,7 +360,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
360
360
  eh(a, b, c, d, e) {
361
361
  if (!stringIsNullOrWhiteSpace(a)) {
362
362
  this.dd.setRawText(a);
363
- this.cx.bm();
363
+ this.cx.b6();
364
364
  this.ei();
365
365
  }
366
366
  }
@@ -374,8 +374,8 @@ export let EditorCell = /*@__PURE__*/ (() => {
374
374
  this.cx.showRelativeToExclusionRect(a, 1, 0);
375
375
  }
376
376
  d0() {
377
- if (this.cx.ao) {
378
- this.cx.bj();
377
+ if (this.cx.aw) {
378
+ this.cx.b3();
379
379
  }
380
380
  }
381
381
  bo() {
@@ -441,7 +441,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
441
441
  }
442
442
  }
443
443
  c9(a) {
444
- if (a != null && this.cx != null && this.cx.ao) {
444
+ if (a != null && this.cx != null && this.cx.aw) {
445
445
  let b = this.de.getNativeElement();
446
446
  return b.contains(a);
447
447
  }
@@ -476,7 +476,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
476
476
  }
477
477
  }
478
478
  d9(a) {
479
- if (this.c6 && !this.cx.ao) {
479
+ if (this.c6 && !this.cx.aw) {
480
480
  this.ei();
481
481
  }
482
482
  }
@@ -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 let GridCellType_$type = /*@__PURE__*/ markEnum('GridCellType', 'Unspecified,0|Normal,1|Edit,2|EditRow,3|MergedCell,4|FilterCell,5|MovingSeparator,6|ResizeSeparator,7');
@@ -148,7 +148,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
148
148
  if (null == this.column) {
149
149
  return false;
150
150
  }
151
- if (this.c != null && this.c.c7 != 0) {
151
+ if (this.c != null && this.c.filterUIType != 0) {
152
152
  return false;
153
153
  }
154
154
  if (!this.column.g5) {
@@ -160,7 +160,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
160
160
  let c = a.grid;
161
161
  if (null != c) {
162
162
  let d = a.i8;
163
- let e = c.bb.j;
163
+ let e = c.groupDescriptions.j;
164
164
  for (let f = 0; f < e.count; f++) {
165
165
  let g = e.item(f);
166
166
  let h = g.f;
@@ -188,7 +188,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
188
188
  let d = b.ff;
189
189
  let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
190
190
  c.c = e;
191
- a.bb.g(c);
191
+ a.groupDescriptions.g(c);
192
192
  b.ff = 0;
193
193
  b.ki("Grouped");
194
194
  }
@@ -200,7 +200,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
200
200
  let c;
201
201
  let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
202
202
  if (c != -1) {
203
- a.bb.d(c);
203
+ a.groupDescriptions.d(c);
204
204
  b.ki("Grouped");
205
205
  }
206
206
  }
@@ -158,7 +158,7 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
158
158
  if (null == a) {
159
159
  return false;
160
160
  }
161
- switch (a.bl) {
161
+ switch (a.columnMovingMode) {
162
162
  case 0: return true;
163
163
  case 1: return false;
164
164
  default: break;
@@ -245,10 +245,10 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
245
245
  return false;
246
246
  }
247
247
  if (a) {
248
- return this.c.i2(e);
248
+ return this.c.canMoveColumnLeft(e);
249
249
  }
250
250
  else {
251
- return this.c.i3(e);
251
+ return this.c.canMoveColumnRight(e);
252
252
  }
253
253
  }
254
254
  cf(a) {
@@ -267,10 +267,10 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
267
267
  let e = d.indexOf(b);
268
268
  b.ki("Moved");
269
269
  if (a) {
270
- c.uw(e);
270
+ c.moveColumnLeft(e);
271
271
  }
272
272
  else {
273
- c.ux(e);
273
+ c.moveColumnRight(e);
274
274
  }
275
275
  }
276
276
  b5() {
@@ -48,8 +48,8 @@ export let GridColumnOptionsViewBase = /*@__PURE__*/ (() => {
48
48
  m() {
49
49
  let a = this.g;
50
50
  if (null != a) {
51
- NativeUI.l(a, this.b.bo);
52
- NativeUI.p(a, this.b.br);
51
+ NativeUI.m(a, this.b.bo);
52
+ NativeUI.q(a, this.b.br);
53
53
  }
54
54
  }
55
55
  l(a) {
@@ -564,7 +564,7 @@ export let GridColumnOptionsBase = /*@__PURE__*/ (() => {
564
564
  a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.bb));
565
565
  let c = a.actualColumns;
566
566
  c.collectionChanged = delegateCombine(c.collectionChanged, runOn(this, this.a8));
567
- a.bb.m(runOn(this, this.ba));
567
+ a.groupDescriptions.m(runOn(this, this.ba));
568
568
  a.columnPinnedChanged = delegateCombine(a.columnPinnedChanged, runOn(this, this.a9));
569
569
  a.calculateCompleted = delegateCombine(a.calculateCompleted, runOn(this, this.a5));
570
570
  }
@@ -572,7 +572,7 @@ export let GridColumnOptionsBase = /*@__PURE__*/ (() => {
572
572
  a.propertyChanged = delegateRemove(a.propertyChanged, runOn(this, this.bb));
573
573
  let d = a.actualColumns;
574
574
  d.collectionChanged = delegateRemove(d.collectionChanged, runOn(this, this.a8));
575
- a.bb.p(runOn(this, this.ba));
575
+ a.groupDescriptions.p(runOn(this, this.ba));
576
576
  a.columnPinnedChanged = delegateRemove(a.columnPinnedChanged, runOn(this, this.a9));
577
577
  a.calculateCompleted = delegateRemove(a.calculateCompleted, runOn(this, this.a5));
578
578
  }
@@ -247,7 +247,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
247
247
  let b = this.c;
248
248
  let c = this.column;
249
249
  if (null != b && null != c) {
250
- b.w5(c, this.b3);
250
+ b.pinColumn(c, this.b3);
251
251
  c.ki("Pinned");
252
252
  }
253
253
  }