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
@@ -180,7 +180,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
180
180
  if (null == a) {
181
181
  return true;
182
182
  }
183
- switch (a.ev) {
183
+ switch (a.headerClickAction) {
184
184
  case 1:
185
185
  case 3:
186
186
  case 0:
@@ -263,8 +263,8 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
263
263
  if (e != null) {
264
264
  let f = a != 0 ? GridColumnOptionsUtilities.c(a) : 0;
265
265
  d.c = f;
266
- e.bb.d(c);
267
- e.bb.o(c, d);
266
+ e.groupDescriptions.d(c);
267
+ e.groupDescriptions.o(c, d);
268
268
  }
269
269
  return;
270
270
  }
@@ -128,7 +128,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
128
128
  if (this.c == null || this.column == null) {
129
129
  return false;
130
130
  }
131
- return this.column.gv && this.c.gg != 3;
131
+ return this.column.gv && this.c.summaryScope != 3;
132
132
  }
133
133
  be(a, b, c) {
134
134
  super.be(a, b, c);
@@ -176,10 +176,10 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
176
176
  c.i = 2;
177
177
  break;
178
178
  }
179
- for (let d = 0; d < this.c.cg.j.count; d++) {
180
- let e = this.c.cg.j.item(d);
179
+ for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
180
+ let e = this.c.summaryDescriptions.j.item(d);
181
181
  if (e.af == this.column.i8 && e.i == c.i) {
182
- this.c.cg.j.removeAt(d);
182
+ this.c.summaryDescriptions.j.removeAt(d);
183
183
  d--;
184
184
  }
185
185
  }
@@ -205,34 +205,34 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
205
205
  break;
206
206
  }
207
207
  let i = false;
208
- for (let j = 0; j < this.c.cg.j.count; j++) {
209
- let k = this.c.cg.j.item(j);
208
+ for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
209
+ let k = this.c.summaryDescriptions.j.item(j);
210
210
  if (k.af == this.column.i8 && k.i == h.i) {
211
211
  i = true;
212
212
  break;
213
213
  }
214
214
  }
215
215
  if (!i) {
216
- this.c.cg.j.add(h);
216
+ this.c.summaryDescriptions.j.add(h);
217
217
  this.column.ki("Summed");
218
218
  }
219
219
  }
220
220
  }
221
- if (this.b0 != null && this.b0.ao) {
222
- this.b0.bj();
221
+ if (this.b0 != null && this.b0.aw) {
222
+ this.b0.b3();
223
223
  }
224
224
  }
225
225
  bu() {
226
- if (this.b0 != null && this.b0.ao) {
227
- this.b0.bj();
226
+ if (this.b0 != null && this.b0.aw) {
227
+ this.b0.b3();
228
228
  }
229
229
  }
230
230
  a6() {
231
231
  super.a6();
232
232
  if (this.column != null) {
233
233
  this.b7 = 0;
234
- for (let a = 0; a < this.c.cg.j.count; a++) {
235
- let b = this.c.cg.j.item(a);
234
+ for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
235
+ let b = this.c.summaryDescriptions.j.item(a);
236
236
  if (b.af == this.column.i8) {
237
237
  switch (b.i) {
238
238
  case 3:
@@ -344,8 +344,8 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
344
344
  }
345
345
  }
346
346
  cj() {
347
- if (this.b0 != null && this.b0.ao) {
348
- this.b0.bj();
347
+ if (this.b0 != null && this.b0.aw) {
348
+ this.b0.b3();
349
349
  }
350
350
  }
351
351
  ck(a) {
@@ -394,16 +394,16 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
394
394
  }
395
395
  cr() {
396
396
  if (this.b0 != null) {
397
- this.b0.b9 = this.bo;
398
- this.b0.ag = false;
397
+ this.b0.cw = this.bo;
398
+ this.b0.al = false;
399
399
  }
400
400
  }
401
401
  cm(a, b) {
402
402
  if (this.b0 == null) {
403
403
  return;
404
404
  }
405
- if (this.b0.ao) {
406
- this.b0.bj();
405
+ if (this.b0.aw) {
406
+ this.b0.b3();
407
407
  }
408
408
  else {
409
409
  let c = this.bv.t();
@@ -292,7 +292,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
292
292
  this.d = b;
293
293
  let comp_ = b.componentRef;
294
294
  let col_ = a;
295
- let displayDensity_ = a.grid.go;
295
+ let displayDensity_ = a.grid.density;
296
296
  let buttonDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
297
297
  let filterListDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
298
298
  this.k = comp_.i;
@@ -776,7 +776,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
776
776
  }
777
777
  bl() {
778
778
  this.v = false;
779
- if (NativeUI.f(this.r.q) == 1) {
779
+ if (NativeUI.g(this.r.q) == 1) {
780
780
  return;
781
781
  }
782
782
  if (this.x) {
@@ -790,7 +790,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
790
790
  this.u.finished.f((a) => this.u.commitStyles());
791
791
  }
792
792
  else {
793
- NativeUI.w(this.r.q, 1);
793
+ NativeUI.y(this.r.q, 1);
794
794
  }
795
795
  }
796
796
  a5() {
@@ -807,7 +807,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
807
807
  this.u.finished.f((a) => this.u.commitStyles());
808
808
  }
809
809
  else {
810
- NativeUI.w(this.r.q, 0);
810
+ NativeUI.y(this.r.q, 0);
811
811
  }
812
812
  this.v = false;
813
813
  }
@@ -132,12 +132,12 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
132
132
  }
133
133
  ay() {
134
134
  let a = this.e;
135
- a.dp = null;
135
+ a.activeCell = null;
136
136
  }
137
137
  az() {
138
138
  let a = this.n;
139
139
  if (null != a) {
140
- a.bj();
140
+ a.b3();
141
141
  }
142
142
  this.co();
143
143
  let b = this.g.p();
@@ -330,7 +330,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
330
330
  b0(a, b) {
331
331
  let c = this.e;
332
332
  if (null != c) {
333
- let d = c.dp;
333
+ let d = c.activeCell;
334
334
  if (null != d) {
335
335
  if (d.b >= a && d.b <= b) {
336
336
  this.cf(d.b);
@@ -369,11 +369,11 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
369
369
  this.cz();
370
370
  this.bp();
371
371
  let a = this.n;
372
- if (a.ao) {
372
+ if (a.aw) {
373
373
  return;
374
374
  }
375
375
  let b = this.c2();
376
- a.ag = !this.w;
376
+ a.al = !this.w;
377
377
  a.showRelativeToExclusionRect(b, 1, 1);
378
378
  this.co();
379
379
  }
@@ -390,7 +390,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
390
390
  return null;
391
391
  }
392
392
  q(a) {
393
- let b = this.d.ae;
393
+ let b = this.d.selectedItems;
394
394
  let c = b.count;
395
395
  if (0 == c) {
396
396
  a = null;
@@ -430,11 +430,11 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
430
430
  a.f9(b);
431
431
  }
432
432
  bp() {
433
- this.n.bm();
433
+ this.n.b6();
434
434
  }
435
435
  br() {
436
436
  let a = this.n;
437
- if (a.ao) {
437
+ if (a.aw) {
438
438
  this.az();
439
439
  let b = this.j;
440
440
  b.focus();
@@ -629,7 +629,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
629
629
  let d = this.e;
630
630
  if (a < 0) {
631
631
  this.s = false;
632
- d.ae.clear();
632
+ d.selectedItems.clear();
633
633
  if (!this.s) {
634
634
  this.bc();
635
635
  }
@@ -637,7 +637,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
637
637
  }
638
638
  d.selectedItemsChanged = delegateRemove(d.selectedItemsChanged, runOn(this, this.bd));
639
639
  try {
640
- d.ae.clear();
640
+ d.selectedItems.clear();
641
641
  }
642
642
  finally {
643
643
  d.selectedItemsChanged = delegateCombine(d.selectedItemsChanged, runOn(this, this.bd));
@@ -645,7 +645,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
645
645
  if (a >= 0) {
646
646
  let e = b.getItemAtIndex(a);
647
647
  this.s = false;
648
- d.ae.add1(e);
648
+ d.selectedItems.add1(e);
649
649
  if (!this.s) {
650
650
  this.bc();
651
651
  }
@@ -655,10 +655,10 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
655
655
  ch(a) {
656
656
  let b = this.e;
657
657
  if (-1 == a) {
658
- b.dp = null;
658
+ b.activeCell = null;
659
659
  return;
660
660
  }
661
- let c = b.dp;
661
+ let c = b.activeCell;
662
662
  let d = new GridCellPosition();
663
663
  let e;
664
664
  if (null != c) {
@@ -676,9 +676,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
676
676
  d.d = e;
677
677
  d.b = a;
678
678
  this.r = false;
679
- b.dp = d;
679
+ b.activeCell = d;
680
680
  if (!this.r) {
681
- this.a8(b.dp);
681
+ this.a8(b.activeCell);
682
682
  }
683
683
  this.cw();
684
684
  }
@@ -726,8 +726,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
726
726
  this.l.y = a.av;
727
727
  }
728
728
  if (null != this.am) {
729
- NativeUI.p(this.am, a.hj);
730
- NativeUI.l(this.am, a.hi);
729
+ NativeUI.q(this.am, a.hj);
730
+ NativeUI.m(this.am, a.hi);
731
731
  if (null != a.aw) {
732
732
  this.am.setStyleProperty("font", a.aw.fontString);
733
733
  }
@@ -735,10 +735,10 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
735
735
  this.bp();
736
736
  }
737
737
  if (null != this.d) {
738
- this.d.go = a.density;
738
+ this.d.density = a.density;
739
739
  let b = a.columnHeadersVisible;
740
- this.d.n1 = b ? -1 : 0;
741
- this.d.oc = a.rowSeparatorsVisible ? 1 : 0;
740
+ this.d.headerHeight = b ? -1 : 0;
741
+ this.d.rowSeparatorHeight = a.rowSeparatorsVisible ? 1 : 0;
742
742
  }
743
743
  if (null != this.af) {
744
744
  let c = a.dropDownButtonVisible;
@@ -755,12 +755,12 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
755
755
  }
756
756
  co() {
757
757
  let a = this.n;
758
- let b = null != a ? a.ao : false;
758
+ let b = null != a ? a.aw : false;
759
759
  this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
760
760
  }
761
761
  cr() {
762
- let a = this.d.ne + 3;
763
- let b = this.d.nf + this.d.oc;
762
+ let a = this.d.actualHeaderHeight + 3;
763
+ let b = this.d.actualRowHeight + this.d.rowSeparatorHeight;
764
764
  let c = this.d.actualDataSource;
765
765
  let d = null != c ? c.actualCount : 0;
766
766
  if (d > 8) {
@@ -777,7 +777,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
777
777
  i = this.d.defaultColumnWidth.f;
778
778
  }
779
779
  g = h * i;
780
- this.d.md = 0;
780
+ this.d.defaultColumnMinWidth = 0;
781
781
  g += 2;
782
782
  let j = stringFormat("{0}px", g);
783
783
  this.ag.setStyleProperty("width", j);
@@ -828,15 +828,15 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
828
828
  this.aq.width = '100%';
829
829
  this.d = (this.aq.i);
830
830
  this.cx();
831
- this.d.co = 1;
832
- this.d.ek = 0;
833
- this.d.c9 = 1;
831
+ this.d.selectionMode = 1;
832
+ this.d.selectionBehavior = 0;
833
+ this.d.activationMode = 1;
834
834
  this.d.defaultColumnWidth = this.f.defaultColumnWidth;
835
835
  this.cq();
836
- this.d.cu = 0;
837
- this.d.jn = false;
838
- this.d.je = false;
839
- this.d.yr = new CornerRadius(0, 0);
836
+ this.d.editMode = 0;
837
+ this.d.isColumnOptionsEnabled = false;
838
+ this.d.isActiveCellStyleEnabled = false;
839
+ this.d.cornerRadius = new CornerRadius(0, 0);
840
840
  this.d.iw = false;
841
841
  let b = this.d;
842
842
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
@@ -882,7 +882,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
882
882
  a = 4;
883
883
  break;
884
884
  }
885
- this.d.ev = a;
885
+ this.d.headerClickAction = a;
886
886
  }
887
887
  }
888
888
  cw() {
@@ -890,7 +890,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
890
890
  return;
891
891
  }
892
892
  let a = this.d;
893
- let b = a.dp;
893
+ let b = a.activeCell;
894
894
  if (null != b) {
895
895
  let c = this.b();
896
896
  if (null != c) {
@@ -898,25 +898,25 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
898
898
  if (null == d) {
899
899
  return;
900
900
  }
901
- a.k3(d);
901
+ a.scrollToItem(d);
902
902
  }
903
903
  }
904
904
  else {
905
- a.xv(0);
905
+ a.scrollToRowByIndex(0);
906
906
  }
907
907
  }
908
908
  cx() {
909
909
  if (null != this.aq) {
910
910
  let a = this.g;
911
911
  let b = a.itemsSource;
912
- this.d.ae.clear();
912
+ this.d.selectedItems.clear();
913
913
  if (this.d.actualDataSource != null) {
914
914
  let c = this.d.actualDataSource;
915
915
  c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.av));
916
916
  }
917
917
  this.aq.dataSource = b;
918
918
  this.aq.autoGenerateDesiredProperties = a.g;
919
- this.d.l = a.i();
919
+ this.d.primaryKey = a.i();
920
920
  this.ao = -1;
921
921
  let d = this.b();
922
922
  if (null != d) {
@@ -931,9 +931,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
931
931
  }
932
932
  }
933
933
  this.a = null;
934
- if (this.n != null && this.n.ao) {
934
+ if (this.n != null && this.n.aw) {
935
935
  this.cz();
936
- this.n.bm();
936
+ this.n.b6();
937
937
  }
938
938
  }
939
939
  }
@@ -1012,14 +1012,14 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1012
1012
  }
1013
1013
  }
1014
1014
  ax(a) {
1015
- this.d.ae.clear();
1015
+ this.d.selectedItems.clear();
1016
1016
  this.j.cq = "";
1017
1017
  this.g.text = "";
1018
1018
  this.g.value = null;
1019
1019
  }
1020
1020
  a4(a) {
1021
1021
  let b = this.n;
1022
- if (b.ao) {
1022
+ if (b.aw) {
1023
1023
  this.az();
1024
1024
  }
1025
1025
  else {
@@ -1114,8 +1114,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1114
1114
  if (null == j) {
1115
1115
  return;
1116
1116
  }
1117
- let k = this.e.dp;
1118
- if (null != j.dp) {
1117
+ let k = this.e.activeCell;
1118
+ if (null != j.activeCell) {
1119
1119
  this.d.ki(false, false);
1120
1120
  b.preventDefault();
1121
1121
  }
@@ -1141,8 +1141,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1141
1141
  if (null == n) {
1142
1142
  return;
1143
1143
  }
1144
- let o = this.e.dp;
1145
- if (null != n.dp) {
1144
+ let o = this.e.activeCell;
1145
+ if (null != n.activeCell) {
1146
1146
  this.d.kv(false, false);
1147
1147
  b.preventDefault();
1148
1148
  }
@@ -1159,7 +1159,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1159
1159
  }
1160
1160
  break;
1161
1161
  case 13:
1162
- if (this.n.ao) {
1162
+ if (this.n.aw) {
1163
1163
  b.stopPropagation();
1164
1164
  }
1165
1165
  this.br();
@@ -1190,11 +1190,11 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1190
1190
  }
1191
1191
  c1(a) {
1192
1192
  let b = this.n;
1193
- if (null == b || false == b.ao) {
1193
+ if (null == b || false == b.aw) {
1194
1194
  return;
1195
1195
  }
1196
1196
  let c = this.c2();
1197
- this.m.bn(c);
1197
+ this.m.b7(c);
1198
1198
  }
1199
1199
  cp() {
1200
1200
  if (this.g.disallowTabFocus) {
@@ -2533,7 +2533,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2533
2533
  a.u = this.cf;
2534
2534
  a.an = this.text;
2535
2535
  a.y = this.value;
2536
- a.i = this.v.e.ol();
2536
+ a.i = this.v.e.exportVisualModel();
2537
2537
  if (this.av != null) {
2538
2538
  let b = this.av;
2539
2539
  if (this.v != null && b.n == null) {
@@ -111,8 +111,8 @@ export let PropertyEditorView = /*@__PURE__*/ (() => {
111
111
  }
112
112
  let b = a.rootWrapper;
113
113
  if (null != b) {
114
- NativeUI.p(b, this.b.ec);
115
- NativeUI.l(b, this.b.d8);
114
+ NativeUI.q(b, this.b.ec);
115
+ NativeUI.m(b, this.b.d8);
116
116
  }
117
117
  }
118
118
  e() {
@@ -373,7 +373,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
373
373
  this.actualProperties = this.properties;
374
374
  }
375
375
  if (this.l != null) {
376
- this.l.uz();
376
+ this.l.notifyClearItems();
377
377
  }
378
378
  }
379
379
  dn(a, b) {
@@ -390,11 +390,11 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
390
390
  dk(a, b) {
391
391
  this.l = a;
392
392
  if (null != this.l) {
393
- this.l.n1 = 0;
394
- this.l.oc = 0;
395
- this.l.iz = false;
396
- this.l.c9 = 0;
397
- this.l.cu = 0;
393
+ this.l.headerHeight = 0;
394
+ this.l.rowSeparatorHeight = 0;
395
+ this.l.autoGenerateColumns = false;
396
+ this.l.activationMode = 0;
397
+ this.l.editMode = 0;
398
398
  let c = this.l;
399
399
  c.cellClicked = delegateCombine(c.cellClicked, runOn(this, this.dj));
400
400
  if (this.actualProperties != null) {
@@ -617,10 +617,10 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
617
617
  }
618
618
  if (this.l != null) {
619
619
  if (c != null) {
620
- this.l.bb.n();
621
- this.l.cb.n();
622
- this.l.u.clear();
623
- this.l.cg.n();
620
+ this.l.groupDescriptions.n();
621
+ this.l.sortDescriptions.n();
622
+ this.l.filterExpressions.clear();
623
+ this.l.summaryDescriptions.n();
624
624
  }
625
625
  if (this.l.actualDataSource != null) {
626
626
  let f = this.l.actualDataSource;
@@ -652,20 +652,20 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
652
652
  break;
653
653
  case "RowHeight":
654
654
  if (this.l != null) {
655
- this.l.oa = this.bs;
655
+ this.l.rowHeight = this.bs;
656
656
  }
657
657
  break;
658
658
  case "CellTextStyle":
659
659
  if (this.l != null) {
660
- this.l.gx = this.ad;
660
+ this.l.cellTextStyle = this.ad;
661
661
  }
662
662
  break;
663
663
  case "BackgroundColor":
664
664
  case "TextColor":
665
665
  let j = this.l;
666
666
  if (null != j) {
667
- j.zv = this.ec;
668
- j.zt = this.d8;
667
+ j.cellTextColor = this.ec;
668
+ j.cellBackground = this.d8;
669
669
  }
670
670
  this.m.ae();
671
671
  break;
@@ -696,14 +696,14 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
696
696
  this.d5();
697
697
  }
698
698
  else if (this.l != null) {
699
- this.l.uz();
699
+ this.l.notifyClearItems();
700
700
  }
701
701
  this.an = a;
702
702
  return b;
703
703
  }
704
704
  d3() {
705
705
  if (this.l != null) {
706
- this.l.go = this.aa;
706
+ this.l.density = this.aa;
707
707
  }
708
708
  if (this.o != null) {
709
709
  this.o.t = this.aa;
@@ -727,14 +727,14 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
727
727
  }
728
728
  this.au.clear();
729
729
  this.l.actualColumns.clear();
730
- this.l.jy = false;
731
- this.l.oa = this.bs == -1 ? 38 : this.bs;
732
- this.l.zt = this.d8;
733
- this.l.zu = this.d8;
734
- this.l.go = this.aa;
735
- this.l.aa0 = new Thickness(0, 0);
730
+ this.l.isGroupRowSticky = false;
731
+ this.l.rowHeight = this.bs == -1 ? 38 : this.bs;
732
+ this.l.cellBackground = this.d8;
733
+ this.l.cellSelectedBackground = this.d8;
734
+ this.l.density = this.aa;
735
+ this.l.borderWidth = new Thickness(0, 0);
736
736
  if (this.ad != null) {
737
- this.l.gx = this.ad;
737
+ this.l.cellTextStyle = this.ad;
738
738
  }
739
739
  if (this.ao) {
740
740
  this.cp();
@@ -782,7 +782,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
782
782
  }
783
783
  ed() {
784
784
  if (this.ao && this.l != null && this.l.itemsSource != null) {
785
- let a = this.l.nf;
785
+ let a = this.l.actualRowHeight;
786
786
  let b = this.l.itemsSource;
787
787
  return new Size(1, 0, b.count * a);
788
788
  }
@@ -1524,23 +1524,23 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
1524
1524
  }
1525
1525
  dt(a, b, c) {
1526
1526
  if (this.l != null) {
1527
- this.l.u5(a, b, c);
1527
+ this.l.notifySetItem(a, b, c);
1528
1528
  }
1529
1529
  }
1530
1530
  dq() {
1531
1531
  if (this.l != null) {
1532
- this.l.uz();
1532
+ this.l.notifyClearItems();
1533
1533
  }
1534
1534
  }
1535
1535
  dr(a, b) {
1536
1536
  if (this.l != null) {
1537
- this.l.u1(a, b);
1537
+ this.l.notifyInsertItem(a, b);
1538
1538
  }
1539
1539
  ;
1540
1540
  }
1541
1541
  ds(a, b) {
1542
1542
  if (this.l != null) {
1543
- this.l.u2(a, b);
1543
+ this.l.notifyRemoveItem(a, b);
1544
1544
  }
1545
1545
  ;
1546
1546
  }
@@ -149,7 +149,7 @@ export let TextEditorView = /*@__PURE__*/ (() => {
149
149
  }
150
150
  ab(a, b) {
151
151
  this.aa = b.value;
152
- this.q(b.value, false);
152
+ this.q(this.y.cq, false);
153
153
  }
154
154
  ae(a, b) {
155
155
  this.o();
@@ -15,10 +15,16 @@ export class IgcApplyButtonClickEventArgs {
15
15
  this._implementation = this.createImplementation();
16
16
  this._implementation.externalObject = this;
17
17
  this.onImplementationCreated();
18
+ if (this._initializeAdapters) {
19
+ this._initializeAdapters();
20
+ }
18
21
  }
19
22
  _provideImplementation(i) {
20
23
  this._implementation = i;
21
24
  this._implementation.externalObject = this;
22
25
  this.onImplementationCreated();
26
+ if (this._initializeAdapters) {
27
+ this._initializeAdapters();
28
+ }
23
29
  }
24
30
  }
@@ -15,10 +15,16 @@ export class IgcCancelButtonClickEventArgs {
15
15
  this._implementation = this.createImplementation();
16
16
  this._implementation.externalObject = this;
17
17
  this.onImplementationCreated();
18
+ if (this._initializeAdapters) {
19
+ this._initializeAdapters();
20
+ }
18
21
  }
19
22
  _provideImplementation(i) {
20
23
  this._implementation = i;
21
24
  this._implementation.externalObject = this;
22
25
  this.onImplementationCreated();
26
+ if (this._initializeAdapters) {
27
+ this._initializeAdapters();
28
+ }
23
29
  }
24
30
  }
@@ -18,11 +18,17 @@ export class IgcCellRange {
18
18
  this._implementation = this.createImplementation();
19
19
  this._implementation.externalObject = this;
20
20
  this.onImplementationCreated();
21
+ if (this._initializeAdapters) {
22
+ this._initializeAdapters();
23
+ }
21
24
  }
22
25
  _provideImplementation(i) {
23
26
  this._implementation = i;
24
27
  this._implementation.externalObject = this;
25
28
  this.onImplementationCreated();
29
+ if (this._initializeAdapters) {
30
+ this._initializeAdapters();
31
+ }
26
32
  }
27
33
  /**
28
34
  * Gets or sets the start column of the range.