igniteui-webcomponents-grids 4.3.1 → 4.3.3-beta.0

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 (335) hide show
  1. package/License +7 -7
  2. package/README.md +22 -7
  3. package/bundles/igniteui-webcomponents-grids.umd.js +2522 -2134
  4. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  5. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CheckboxListView_combined.js +44 -44
  7. package/esm2015/lib/ColumnFilterCondition_combined.js +1195 -1194
  8. package/esm2015/lib/ColumnGroupingView_combined.js +34 -34
  9. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +20 -20
  10. package/esm2015/lib/{Grid.js → DataGrid.js} +1 -1
  11. package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
  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/Dragger.js +5 -5
  105. package/esm5/lib/EditorCell.js +5 -5
  106. package/esm5/lib/GridCellType.js +22 -0
  107. package/esm5/lib/GridColumnFilterOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnGroupOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
  110. package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
  111. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  112. package/esm5/lib/GridColumnSortOptionsView_combined.js +3 -3
  113. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -19
  114. package/esm5/lib/GridFilterDialogView_combined.js +4 -4
  115. package/esm5/lib/MultiColumnComboBoxView_combined.js +49 -49
  116. package/esm5/lib/PropertyEditorView_combined.js +30 -30
  117. package/esm5/lib/TextEditorView.js +1 -1
  118. package/esm5/lib/igc-apply-button-click-event-args.js +6 -0
  119. package/esm5/lib/igc-cancel-button-click-event-args.js +6 -0
  120. package/esm5/lib/igc-cell-range.js +6 -0
  121. package/esm5/lib/igc-cell-style-requested-event-args.js +6 -0
  122. package/esm5/lib/igc-checked-changed-event-args.js +6 -0
  123. package/esm5/lib/igc-column-exchanger.js +6 -0
  124. package/esm5/lib/igc-column-hidden-changed-event-args.js +6 -0
  125. package/esm5/lib/igc-column-pinned-changed-event-args.js +6 -0
  126. package/esm5/lib/igc-column-property-setter.js +6 -0
  127. package/esm5/lib/igc-column-sort-description.js +6 -0
  128. package/esm5/lib/igc-column-summary-description.js +6 -0
  129. package/esm5/lib/igc-column-width.js +6 -0
  130. package/esm5/lib/igc-data-grid-comparison-operator-selector-component.js +3 -0
  131. package/esm5/lib/igc-data-grid-component.js +554 -554
  132. package/esm5/lib/igc-data-grid-expansion-indicator-component.js +3 -0
  133. package/esm5/lib/igc-data-grid-filter-dialog-component.js +3 -0
  134. package/esm5/lib/igc-data-grid-sort-indicator-component.js +3 -0
  135. package/esm5/lib/igc-filter-dialog-render-completed-event-args.js +6 -0
  136. package/esm5/lib/igc-filter-operand.js +6 -0
  137. package/esm5/lib/igc-format-group-text-event-args.js +6 -0
  138. package/esm5/lib/igc-format-summary-text-event-args.js +6 -0
  139. package/esm5/lib/igc-got-focus-event-args.js +6 -0
  140. package/esm5/lib/igc-grid-active-cell-changed-event-args.js +6 -0
  141. package/esm5/lib/igc-grid-animation-phase-settings.js +6 -0
  142. package/esm5/lib/igc-grid-animation-settings.js +6 -0
  143. package/esm5/lib/igc-grid-cell-edit-ended-event-args.js +6 -0
  144. package/esm5/lib/igc-grid-cell-edit-started-event-args.js +6 -0
  145. package/esm5/lib/igc-grid-cell-position.js +6 -0
  146. package/esm5/lib/igc-grid-column-animation-settings.js +6 -0
  147. package/esm5/lib/igc-grid-column-options-base-component.js +3 -0
  148. package/esm5/lib/igc-grid-column-width-changed-event-args.js +6 -0
  149. package/esm5/lib/igc-grid-columns-auto-generated-event-args.js +6 -0
  150. package/esm5/lib/igc-grid-columns-changed-event-args.js +6 -0
  151. package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +6 -0
  152. package/esm5/lib/igc-grid-data-committed-event-args.js +3 -0
  153. package/esm5/lib/igc-grid-data-committing-event-args.js +3 -0
  154. package/esm5/lib/igc-grid-filter-dialog-filter-change-event-args.js +6 -0
  155. package/esm5/lib/igc-grid-filter-dialog-opening-event-args.js +6 -0
  156. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping.js +6 -0
  157. package/esm5/lib/igc-grid-filter-dialog-view-model-row.js +6 -0
  158. package/esm5/lib/igc-grid-filter-dialog-view-model.js +6 -0
  159. package/esm5/lib/igc-grid-filter-expressions-event-args.js +6 -0
  160. package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +6 -0
  161. package/esm5/lib/igc-grid-row-edit-ended-event-args.js +6 -0
  162. package/esm5/lib/igc-grid-row-edit-started-event-args.js +6 -0
  163. package/esm5/lib/igc-grid-selected-cell-ranges-changed-event-args.js +6 -0
  164. package/esm5/lib/igc-grid-selected-cells-changed-event-args.js +6 -0
  165. package/esm5/lib/igc-grid-selected-items-changed-event-args.js +6 -0
  166. package/esm5/lib/igc-grid-selected-keys-changed-event-args.js +6 -0
  167. package/esm5/lib/igc-grid-selection-changed-event-args.js +6 -0
  168. package/esm5/lib/igc-grid-size-changed-event-args.js +6 -0
  169. package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +6 -0
  170. package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +6 -0
  171. package/esm5/lib/igc-group-data.js +6 -0
  172. package/esm5/lib/igc-lost-focus-event-args.js +6 -0
  173. package/esm5/lib/igc-multi-column-combo-box-text-changed-event-args.js +3 -0
  174. package/esm5/lib/igc-multi-column-combo-box-value-changed-event-args.js +3 -0
  175. package/esm5/lib/igc-operator-selector-closing-event-args.js +6 -0
  176. package/esm5/lib/igc-operator-selector-opening-event-args.js +6 -0
  177. package/esm5/lib/igc-operator-selector-value-changed-event-args.js +6 -0
  178. package/esm5/lib/igc-page-changed-event-args.js +6 -0
  179. package/esm5/lib/igc-responsive-phase.js +6 -0
  180. package/esm5/lib/igc-responsive-state-entered-event-args.js +6 -0
  181. package/esm5/lib/igc-responsive-state-entering-event-args.js +6 -0
  182. package/esm5/lib/igc-responsive-state-exited-event-args.js +6 -0
  183. package/esm5/lib/igc-responsive-state.js +6 -0
  184. package/esm5/lib/igc-select-all-checkbox-changed-event-args.js +6 -0
  185. package/esm5/lib/igc-sort-indicator-render-completed-event-args.js +6 -0
  186. package/esm5/lib/igc-summary-changed-event-args.js +6 -0
  187. package/esm5/lib/igc-summary-data.js +6 -0
  188. package/esm5/public_api.js +2 -2
  189. package/fesm2015/igniteui-webcomponents-grids.js +2392 -2004
  190. package/fesm5/igniteui-webcomponents-grids.js +2520 -2132
  191. package/grids/combined.js +25464 -25399
  192. package/grids/index.d.ts +12 -0
  193. package/grids/lib/igc-action-strip-component.d.ts +1 -0
  194. package/grids/lib/igc-active-node-change-event-args.d.ts +0 -1
  195. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +1 -0
  196. package/grids/lib/igc-base-event-args.d.ts +0 -1
  197. package/grids/lib/igc-boolean-filtering-operand.d.ts +1 -1
  198. package/grids/lib/igc-cancelable-browser-event-args.d.ts +0 -1
  199. package/grids/lib/igc-cancelable-event-args.d.ts +0 -1
  200. package/grids/lib/igc-cell-position.d.ts +24 -0
  201. package/grids/lib/igc-cell-template-context.d.ts +0 -1
  202. package/grids/lib/igc-cell-type.d.ts +4 -4
  203. package/grids/lib/igc-column-component.d.ts +8 -9
  204. package/grids/lib/igc-column-exporting-event-args.d.ts +0 -1
  205. package/grids/lib/igc-column-group-component.d.ts +14 -3
  206. package/grids/lib/igc-column-moving-end-event-args.d.ts +0 -1
  207. package/grids/lib/igc-column-moving-event-args.d.ts +0 -1
  208. package/grids/lib/igc-column-moving-start-event-args.d.ts +0 -1
  209. package/grids/lib/igc-column-resize-event-args.d.ts +0 -1
  210. package/grids/lib/igc-column-selection-event-args.d.ts +14 -3
  211. package/grids/lib/igc-column-state.d.ts +103 -0
  212. package/grids/lib/igc-column-template-context.d.ts +0 -1
  213. package/grids/lib/igc-column-toggled-event-args.d.ts +0 -1
  214. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +0 -1
  215. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +20 -3
  216. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +0 -1
  217. package/grids/lib/igc-date-filtering-operand.d.ts +1 -1
  218. package/grids/lib/igc-date-summary-operand.d.ts +1 -1
  219. package/grids/lib/igc-date-time-filtering-operand.d.ts +1 -1
  220. package/grids/lib/igc-density-changed-event-args.d.ts +0 -1
  221. package/grids/lib/igc-exporter-event.d.ts +1 -2
  222. package/grids/lib/igc-expression-tree.d.ts +26 -0
  223. package/grids/lib/igc-filtering-event-args.d.ts +14 -3
  224. package/grids/lib/igc-filtering-expression.d.ts +1 -0
  225. package/grids/lib/igc-filtering-expressions-tree.d.ts +10 -89
  226. package/grids/lib/igc-filtering-operation.d.ts +7 -4
  227. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +0 -1
  228. package/grids/lib/igc-grid-base-directive.d.ts +80 -5
  229. package/grids/lib/igc-grid-cell-event-args.d.ts +5 -1
  230. package/grids/lib/igc-grid-edit-done-event-args.d.ts +0 -1
  231. package/grids/lib/igc-grid-edit-event-args.d.ts +44 -3
  232. package/grids/lib/igc-grid-empty-template-context.d.ts +0 -1
  233. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +0 -1
  234. package/grids/lib/igc-grid-grouping-strategy.d.ts +6 -0
  235. package/grids/lib/igc-grid-header-template-context.d.ts +0 -1
  236. package/grids/lib/igc-grid-keydown-event-args.d.ts +5 -1
  237. package/grids/lib/igc-grid-master-detail-context.d.ts +0 -1
  238. package/grids/lib/igc-grid-row-drag-ghost-context.d.ts +0 -1
  239. package/grids/lib/igc-grid-row-edit-actions-template-context.d.ts +7 -1
  240. package/grids/lib/igc-grid-row-edit-text-template-context.d.ts +0 -1
  241. package/grids/lib/igc-grid-row-template-context.d.ts +0 -1
  242. package/grids/lib/igc-grid-scroll-event-args.d.ts +6 -1
  243. package/grids/lib/igc-grid-selection-range.d.ts +1 -0
  244. package/grids/lib/igc-grid-sorting-strategy.d.ts +6 -0
  245. package/grids/lib/igc-grid-state-base-directive.d.ts +47 -0
  246. package/grids/lib/igc-grid-state-collection.d.ts +27 -0
  247. package/grids/lib/igc-grid-state-component.d.ts +65 -0
  248. package/grids/lib/igc-grid-state-info.d.ts +73 -0
  249. package/grids/lib/igc-grid-state-options.d.ts +59 -0
  250. package/grids/lib/igc-grid-template-context.d.ts +0 -1
  251. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +2 -1
  252. package/grids/lib/igc-grid-validation-status-event-args.d.ts +0 -1
  253. package/grids/lib/igc-group-by-record.d.ts +1 -1
  254. package/grids/lib/igc-group-by-result.d.ts +23 -0
  255. package/grids/lib/igc-group-by-row-selector-template-context.d.ts +0 -1
  256. package/grids/lib/igc-group-by-row-selector-template-details.d.ts +1 -1
  257. package/grids/lib/igc-group-by-row-template-context.d.ts +0 -1
  258. package/grids/lib/igc-grouping-done-event-args.d.ts +0 -1
  259. package/grids/lib/igc-grouping-expression.d.ts +6 -0
  260. package/grids/lib/igc-grouping-state.d.ts +28 -0
  261. package/grids/lib/igc-head-selector-template-context.d.ts +0 -1
  262. package/grids/lib/igc-head-selector-template-details.d.ts +3 -3
  263. package/grids/lib/igc-header-type.d.ts +1 -1
  264. package/grids/lib/igc-number-filtering-operand.d.ts +1 -1
  265. package/grids/lib/igc-number-summary-operand.d.ts +1 -1
  266. package/grids/lib/igc-page-cancellable-event-args.d.ts +0 -1
  267. package/grids/lib/igc-page-event-args.d.ts +0 -1
  268. package/grids/lib/igc-paging-state.d.ts +22 -0
  269. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +29 -3
  270. package/grids/lib/igc-pin-column-event-args.d.ts +0 -1
  271. package/grids/lib/igc-pin-row-event-args.d.ts +14 -3
  272. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  273. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +0 -1
  274. package/grids/lib/igc-pivot-dimension-strategy.d.ts +1 -1
  275. package/grids/lib/igc-pivot-dimension.d.ts +1 -1
  276. package/grids/lib/igc-pivot-grid-value-template-context.d.ts +0 -1
  277. package/grids/lib/igc-pivot-value.d.ts +2 -4
  278. package/grids/lib/igc-row-data-event-args.d.ts +0 -1
  279. package/grids/lib/igc-row-drag-end-event-args.d.ts +0 -1
  280. package/grids/lib/igc-row-drag-start-event-args.d.ts +14 -3
  281. package/grids/lib/igc-row-exporting-event-args.d.ts +0 -1
  282. package/grids/lib/igc-row-selection-event-args.d.ts +14 -3
  283. package/grids/lib/igc-row-selector-template-context.d.ts +0 -1
  284. package/grids/lib/igc-row-selector-template-details.d.ts +3 -3
  285. package/grids/lib/igc-row-toggle-event-args.d.ts +0 -1
  286. package/grids/lib/igc-row-type.d.ts +5 -4
  287. package/grids/lib/igc-sorting-event-args.d.ts +14 -3
  288. package/grids/lib/igc-sorting-expression.d.ts +1 -0
  289. package/grids/lib/igc-string-filtering-operand.d.ts +1 -1
  290. package/grids/lib/igc-summary-expression.d.ts +24 -0
  291. package/grids/lib/igc-summary-operand.d.ts +1 -1
  292. package/grids/lib/igc-summary-result.d.ts +1 -0
  293. package/grids/lib/igc-summary-template-context.d.ts +0 -1
  294. package/grids/lib/igc-time-filtering-operand.d.ts +1 -1
  295. package/grids/lib/igc-time-summary-operand.d.ts +1 -1
  296. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +6 -3
  297. package/grids/lib/igc-toggle-view-event-args.d.ts +0 -1
  298. package/grids/lib/igc-tree-grid-component.d.ts +20 -19
  299. package/grids/styles.css +1 -1
  300. package/grids/themes/dark/bootstrap.css +1 -1
  301. package/grids/themes/dark/fluent.css +1 -1
  302. package/grids/themes/dark/indigo.css +1 -1
  303. package/grids/themes/dark/material.css +1 -1
  304. package/grids/themes/light/bootstrap.css +1 -1
  305. package/grids/themes/light/fluent.css +1 -1
  306. package/grids/themes/light/indigo.css +1 -1
  307. package/grids/themes/light/material.css +1 -1
  308. package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
  309. package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
  310. package/lib/CellPath.d.ts +4 -4
  311. package/lib/CheckboxListView_combined.d.ts +3 -3
  312. package/lib/ColumnChooserView_combined.d.ts +3 -3
  313. package/lib/ColumnFilterCondition_combined.d.ts +506 -505
  314. package/lib/ColumnGroupingView_combined.d.ts +3 -3
  315. package/lib/ColumnPinningView_combined.d.ts +3 -3
  316. package/lib/ComparisonOperatorSelectorView_combined.d.ts +3 -3
  317. package/lib/DataGrid.d.ts +1 -0
  318. package/lib/DataGridPresenterManager.d.ts +2 -2
  319. package/lib/DataGridScrollerKeyboardListener.d.ts +2 -2
  320. package/lib/DataGridToolbarView_combined.d.ts +3 -3
  321. package/lib/{CellType.d.ts → GridCellType.d.ts} +2 -2
  322. package/lib/GridColumnGroupOptionsView_combined.d.ts +2 -2
  323. package/lib/GridColumnOptionsViewBase_combined.d.ts +3 -3
  324. package/lib/MultiColumnComboBoxView_combined.d.ts +2 -2
  325. package/lib/PropertyEditorView_combined.d.ts +3 -3
  326. package/lib/TemplateCellPresenter.d.ts +2 -2
  327. package/lib/TemplateHeader.d.ts +3 -3
  328. package/lib/TemplateHeaderCellPresenter.d.ts +2 -2
  329. package/lib/TemplateSectionHeader.d.ts +2 -2
  330. package/lib/igc-data-grid-component.d.ts +3 -3
  331. package/package.json +5 -5
  332. package/public_api.d.ts +2 -2
  333. package/esm2015/lib/CellType.js +0 -22
  334. package/esm5/lib/CellType.js +0 -22
  335. package/lib/Grid.d.ts +0 -1
@@ -23,6 +23,9 @@ var IgcDataGridExpansionIndicatorComponent = /** @class */ /*@__PURE__*/ (functi
23
23
  _this._implementation = _this.createImplementation();
24
24
  _this._implementation.externalObject = _this;
25
25
  _this.onImplementationCreated();
26
+ if (_this._initializeAdapters) {
27
+ _this._initializeAdapters();
28
+ }
26
29
  return _this;
27
30
  }
28
31
  IgcDataGridExpansionIndicatorComponent.prototype.createImplementation = function () {
@@ -38,6 +38,9 @@ var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function (_s
38
38
  _this._implementation = _this.createImplementation();
39
39
  _this._implementation.externalObject = _this;
40
40
  _this.onImplementationCreated();
41
+ if (_this._initializeAdapters) {
42
+ _this._initializeAdapters();
43
+ }
41
44
  return _this;
42
45
  }
43
46
  IgcDataGridFilterDialogComponent.prototype.createImplementation = function () {
@@ -32,6 +32,9 @@ var IgcDataGridSortIndicatorComponent = /** @class */ /*@__PURE__*/ (function (_
32
32
  _this._implementation = _this.createImplementation();
33
33
  _this._implementation.externalObject = _this;
34
34
  _this.onImplementationCreated();
35
+ if (_this._initializeAdapters) {
36
+ _this._initializeAdapters();
37
+ }
35
38
  return _this;
36
39
  }
37
40
  IgcDataGridSortIndicatorComponent.prototype.createImplementation = function () {
@@ -4,6 +4,9 @@ var IgcFilterDialogRenderCompletedEventArgs = /** @class */ /*@__PURE__*/ (funct
4
4
  this._implementation = this.createImplementation();
5
5
  this._implementation.externalObject = this;
6
6
  this.onImplementationCreated();
7
+ if (this._initializeAdapters) {
8
+ this._initializeAdapters();
9
+ }
7
10
  }
8
11
  IgcFilterDialogRenderCompletedEventArgs.prototype.createImplementation = function () {
9
12
  return new FilterDialogRenderCompletedEventArgs_internal();
@@ -24,6 +27,9 @@ var IgcFilterDialogRenderCompletedEventArgs = /** @class */ /*@__PURE__*/ (funct
24
27
  this._implementation = i;
25
28
  this._implementation.externalObject = this;
26
29
  this.onImplementationCreated();
30
+ if (this._initializeAdapters) {
31
+ this._initializeAdapters();
32
+ }
27
33
  };
28
34
  return IgcFilterDialogRenderCompletedEventArgs;
29
35
  }());
@@ -13,6 +13,9 @@ var IgcFilterOperand = /** @class */ /*@__PURE__*/ (function () {
13
13
  this._implementation = this.createImplementation();
14
14
  this._implementation.externalObject = this;
15
15
  this.onImplementationCreated();
16
+ if (this._initializeAdapters) {
17
+ this._initializeAdapters();
18
+ }
16
19
  }
17
20
  IgcFilterOperand.prototype.createImplementation = function () {
18
21
  return new FilterOperand_internal();
@@ -33,6 +36,9 @@ var IgcFilterOperand = /** @class */ /*@__PURE__*/ (function () {
33
36
  this._implementation = i;
34
37
  this._implementation.externalObject = this;
35
38
  this.onImplementationCreated();
39
+ if (this._initializeAdapters) {
40
+ this._initializeAdapters();
41
+ }
36
42
  };
37
43
  Object.defineProperty(IgcFilterOperand.prototype, "filterFactory", {
38
44
  /**
@@ -4,6 +4,9 @@ var IgcFormatGroupTextEventArgs = /** @class */ /*@__PURE__*/ (function () {
4
4
  this._implementation = this.createImplementation();
5
5
  this._implementation.externalObject = this;
6
6
  this.onImplementationCreated();
7
+ if (this._initializeAdapters) {
8
+ this._initializeAdapters();
9
+ }
7
10
  }
8
11
  IgcFormatGroupTextEventArgs.prototype.createImplementation = function () {
9
12
  return new FormatGroupTextEventArgs_internal();
@@ -24,6 +27,9 @@ var IgcFormatGroupTextEventArgs = /** @class */ /*@__PURE__*/ (function () {
24
27
  this._implementation = i;
25
28
  this._implementation.externalObject = this;
26
29
  this.onImplementationCreated();
30
+ if (this._initializeAdapters) {
31
+ this._initializeAdapters();
32
+ }
27
33
  };
28
34
  Object.defineProperty(IgcFormatGroupTextEventArgs.prototype, "groupName", {
29
35
  /**
@@ -4,6 +4,9 @@ var IgcFormatSummaryTextEventArgs = /** @class */ /*@__PURE__*/ (function () {
4
4
  this._implementation = this.createImplementation();
5
5
  this._implementation.externalObject = this;
6
6
  this.onImplementationCreated();
7
+ if (this._initializeAdapters) {
8
+ this._initializeAdapters();
9
+ }
7
10
  }
8
11
  IgcFormatSummaryTextEventArgs.prototype.createImplementation = function () {
9
12
  return new FormatSummaryTextEventArgs_internal();
@@ -24,6 +27,9 @@ var IgcFormatSummaryTextEventArgs = /** @class */ /*@__PURE__*/ (function () {
24
27
  this._implementation = i;
25
28
  this._implementation.externalObject = this;
26
29
  this.onImplementationCreated();
30
+ if (this._initializeAdapters) {
31
+ this._initializeAdapters();
32
+ }
27
33
  };
28
34
  Object.defineProperty(IgcFormatSummaryTextEventArgs.prototype, "field", {
29
35
  /**
@@ -4,6 +4,9 @@ var IgcGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
4
4
  this._implementation = this.createImplementation();
5
5
  this._implementation.externalObject = this;
6
6
  this.onImplementationCreated();
7
+ if (this._initializeAdapters) {
8
+ this._initializeAdapters();
9
+ }
7
10
  }
8
11
  IgcGotFocusEventArgs.prototype.createImplementation = function () {
9
12
  return new GotFocusEventArgs_internal();
@@ -24,6 +27,9 @@ var IgcGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
24
27
  this._implementation = i;
25
28
  this._implementation.externalObject = this;
26
29
  this.onImplementationCreated();
30
+ if (this._initializeAdapters) {
31
+ this._initializeAdapters();
32
+ }
27
33
  };
28
34
  return IgcGotFocusEventArgs;
29
35
  }());
@@ -8,6 +8,9 @@ var IgcGridActiveCellChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
8
8
  this._implementation = this.createImplementation();
9
9
  this._implementation.externalObject = this;
10
10
  this.onImplementationCreated();
11
+ if (this._initializeAdapters) {
12
+ this._initializeAdapters();
13
+ }
11
14
  }
12
15
  IgcGridActiveCellChangedEventArgs.prototype.createImplementation = function () {
13
16
  return new GridActiveCellChangedEventArgs_internal();
@@ -28,6 +31,9 @@ var IgcGridActiveCellChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
28
31
  this._implementation = i;
29
32
  this._implementation.externalObject = this;
30
33
  this.onImplementationCreated();
34
+ if (this._initializeAdapters) {
35
+ this._initializeAdapters();
36
+ }
31
37
  };
32
38
  Object.defineProperty(IgcGridActiveCellChangedEventArgs.prototype, "newActiveCell", {
33
39
  /**
@@ -9,6 +9,9 @@ var IgcGridAnimationPhaseSettings = /** @class */ /*@__PURE__*/ (function () {
9
9
  this._implementation = this.createImplementation();
10
10
  this._implementation.externalObject = this;
11
11
  this.onImplementationCreated();
12
+ if (this._initializeAdapters) {
13
+ this._initializeAdapters();
14
+ }
12
15
  }
13
16
  IgcGridAnimationPhaseSettings.prototype.createImplementation = function () {
14
17
  return new GridAnimationPhaseSettings_internal();
@@ -29,6 +32,9 @@ var IgcGridAnimationPhaseSettings = /** @class */ /*@__PURE__*/ (function () {
29
32
  this._implementation = i;
30
33
  this._implementation.externalObject = this;
31
34
  this.onImplementationCreated();
35
+ if (this._initializeAdapters) {
36
+ this._initializeAdapters();
37
+ }
32
38
  };
33
39
  Object.defineProperty(IgcGridAnimationPhaseSettings.prototype, "durationMilliseconds", {
34
40
  /**
@@ -7,6 +7,9 @@ var IgcGridAnimationSettings = /** @class */ /*@__PURE__*/ (function () {
7
7
  this._implementation = this.createImplementation();
8
8
  this._implementation.externalObject = this;
9
9
  this.onImplementationCreated();
10
+ if (this._initializeAdapters) {
11
+ this._initializeAdapters();
12
+ }
10
13
  }
11
14
  IgcGridAnimationSettings.prototype.createImplementation = function () {
12
15
  return new GridAnimationSettings_internal();
@@ -27,6 +30,9 @@ var IgcGridAnimationSettings = /** @class */ /*@__PURE__*/ (function () {
27
30
  this._implementation = i;
28
31
  this._implementation.externalObject = this;
29
32
  this.onImplementationCreated();
33
+ if (this._initializeAdapters) {
34
+ this._initializeAdapters();
35
+ }
30
36
  };
31
37
  IgcGridAnimationSettings.prototype.findByName = function (name) {
32
38
  if (this.findEphemera) {
@@ -5,6 +5,9 @@ var IgcGridCellEditEndedEventArgs = /** @class */ /*@__PURE__*/ (function () {
5
5
  this._implementation = this.createImplementation();
6
6
  this._implementation.externalObject = this;
7
7
  this.onImplementationCreated();
8
+ if (this._initializeAdapters) {
9
+ this._initializeAdapters();
10
+ }
8
11
  }
9
12
  IgcGridCellEditEndedEventArgs.prototype.createImplementation = function () {
10
13
  return new GridCellEditEndedEventArgs_internal();
@@ -25,6 +28,9 @@ var IgcGridCellEditEndedEventArgs = /** @class */ /*@__PURE__*/ (function () {
25
28
  this._implementation = i;
26
29
  this._implementation.externalObject = this;
27
30
  this.onImplementationCreated();
31
+ if (this._initializeAdapters) {
32
+ this._initializeAdapters();
33
+ }
28
34
  };
29
35
  Object.defineProperty(IgcGridCellEditEndedEventArgs.prototype, "column", {
30
36
  /**
@@ -5,6 +5,9 @@ var IgcGridCellEditStartedEventArgs = /** @class */ /*@__PURE__*/ (function () {
5
5
  this._implementation = this.createImplementation();
6
6
  this._implementation.externalObject = this;
7
7
  this.onImplementationCreated();
8
+ if (this._initializeAdapters) {
9
+ this._initializeAdapters();
10
+ }
8
11
  }
9
12
  IgcGridCellEditStartedEventArgs.prototype.createImplementation = function () {
10
13
  return new GridCellEditStartedEventArgs_internal();
@@ -25,6 +28,9 @@ var IgcGridCellEditStartedEventArgs = /** @class */ /*@__PURE__*/ (function () {
25
28
  this._implementation = i;
26
29
  this._implementation.externalObject = this;
27
30
  this.onImplementationCreated();
31
+ if (this._initializeAdapters) {
32
+ this._initializeAdapters();
33
+ }
28
34
  };
29
35
  Object.defineProperty(IgcGridCellEditStartedEventArgs.prototype, "column", {
30
36
  /**
@@ -4,6 +4,9 @@ var IgcGridCellPosition = /** @class */ /*@__PURE__*/ (function () {
4
4
  this._implementation = this.createImplementation();
5
5
  this._implementation.externalObject = this;
6
6
  this.onImplementationCreated();
7
+ if (this._initializeAdapters) {
8
+ this._initializeAdapters();
9
+ }
7
10
  }
8
11
  IgcGridCellPosition.prototype.createImplementation = function () {
9
12
  return new GridCellPosition_internal();
@@ -24,6 +27,9 @@ var IgcGridCellPosition = /** @class */ /*@__PURE__*/ (function () {
24
27
  this._implementation = i;
25
28
  this._implementation.externalObject = this;
26
29
  this.onImplementationCreated();
30
+ if (this._initializeAdapters) {
31
+ this._initializeAdapters();
32
+ }
27
33
  };
28
34
  Object.defineProperty(IgcGridCellPosition.prototype, "rowIndex", {
29
35
  /**
@@ -7,6 +7,9 @@ var IgcGridColumnAnimationSettings = /** @class */ /*@__PURE__*/ (function () {
7
7
  this._implementation = this.createImplementation();
8
8
  this._implementation.externalObject = this;
9
9
  this.onImplementationCreated();
10
+ if (this._initializeAdapters) {
11
+ this._initializeAdapters();
12
+ }
10
13
  }
11
14
  IgcGridColumnAnimationSettings.prototype.createImplementation = function () {
12
15
  return new GridColumnAnimationSettings_internal();
@@ -27,6 +30,9 @@ var IgcGridColumnAnimationSettings = /** @class */ /*@__PURE__*/ (function () {
27
30
  this._implementation = i;
28
31
  this._implementation.externalObject = this;
29
32
  this.onImplementationCreated();
33
+ if (this._initializeAdapters) {
34
+ this._initializeAdapters();
35
+ }
30
36
  };
31
37
  IgcGridColumnAnimationSettings.prototype.findByName = function (name) {
32
38
  if (this.findEphemera) {
@@ -25,6 +25,9 @@ var IgcGridColumnOptionsBaseComponent = /** @class */ /*@__PURE__*/ (function (_
25
25
  _this._implementation = _this.createImplementation();
26
26
  _this._implementation.externalObject = _this;
27
27
  _this.onImplementationCreated();
28
+ if (_this._initializeAdapters) {
29
+ _this._initializeAdapters();
30
+ }
28
31
  return _this;
29
32
  }
30
33
  IgcGridColumnOptionsBaseComponent.prototype.createImplementation = function () {
@@ -9,6 +9,9 @@ var IgcGridColumnWidthChangedEventArgs = /** @class */ /*@__PURE__*/ (function (
9
9
  this._implementation = this.createImplementation();
10
10
  this._implementation.externalObject = this;
11
11
  this.onImplementationCreated();
12
+ if (this._initializeAdapters) {
13
+ this._initializeAdapters();
14
+ }
12
15
  }
13
16
  IgcGridColumnWidthChangedEventArgs.prototype.createImplementation = function () {
14
17
  return new GridColumnWidthChangedEventArgs_internal();
@@ -29,6 +32,9 @@ var IgcGridColumnWidthChangedEventArgs = /** @class */ /*@__PURE__*/ (function (
29
32
  this._implementation = i;
30
33
  this._implementation.externalObject = this;
31
34
  this.onImplementationCreated();
35
+ if (this._initializeAdapters) {
36
+ this._initializeAdapters();
37
+ }
32
38
  };
33
39
  Object.defineProperty(IgcGridColumnWidthChangedEventArgs.prototype, "column", {
34
40
  /**
@@ -12,6 +12,9 @@ var IgcGridColumnsAutoGeneratedEventArgs = /** @class */ /*@__PURE__*/ (function
12
12
  this._implementation = this.createImplementation();
13
13
  this._implementation.externalObject = this;
14
14
  this.onImplementationCreated();
15
+ if (this._initializeAdapters) {
16
+ this._initializeAdapters();
17
+ }
15
18
  }
16
19
  IgcGridColumnsAutoGeneratedEventArgs.prototype.createImplementation = function () {
17
20
  return new GridColumnsAutoGeneratedEventArgs_internal();
@@ -32,6 +35,9 @@ var IgcGridColumnsAutoGeneratedEventArgs = /** @class */ /*@__PURE__*/ (function
32
35
  this._implementation = i;
33
36
  this._implementation.externalObject = this;
34
37
  this.onImplementationCreated();
38
+ if (this._initializeAdapters) {
39
+ this._initializeAdapters();
40
+ }
35
41
  };
36
42
  Object.defineProperty(IgcGridColumnsAutoGeneratedEventArgs.prototype, "columns", {
37
43
  get: function () {
@@ -12,6 +12,9 @@ var IgcGridColumnsChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
12
12
  this._implementation = this.createImplementation();
13
13
  this._implementation.externalObject = this;
14
14
  this.onImplementationCreated();
15
+ if (this._initializeAdapters) {
16
+ this._initializeAdapters();
17
+ }
15
18
  }
16
19
  IgcGridColumnsChangedEventArgs.prototype.createImplementation = function () {
17
20
  return new GridColumnsChangedEventArgs_internal();
@@ -32,6 +35,9 @@ var IgcGridColumnsChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
32
35
  this._implementation = i;
33
36
  this._implementation.externalObject = this;
34
37
  this.onImplementationCreated();
38
+ if (this._initializeAdapters) {
39
+ this._initializeAdapters();
40
+ }
35
41
  };
36
42
  Object.defineProperty(IgcGridColumnsChangedEventArgs.prototype, "columns", {
37
43
  get: function () {
@@ -6,6 +6,9 @@ var IgcGridCustomFilterRequestedEventArgs = /** @class */ /*@__PURE__*/ (functio
6
6
  this._implementation = this.createImplementation();
7
7
  this._implementation.externalObject = this;
8
8
  this.onImplementationCreated();
9
+ if (this._initializeAdapters) {
10
+ this._initializeAdapters();
11
+ }
9
12
  }
10
13
  IgcGridCustomFilterRequestedEventArgs.prototype.createImplementation = function () {
11
14
  return new GridCustomFilterRequestedEventArgs_internal();
@@ -26,6 +29,9 @@ var IgcGridCustomFilterRequestedEventArgs = /** @class */ /*@__PURE__*/ (functio
26
29
  this._implementation = i;
27
30
  this._implementation.externalObject = this;
28
31
  this.onImplementationCreated();
32
+ if (this._initializeAdapters) {
33
+ this._initializeAdapters();
34
+ }
29
35
  };
30
36
  Object.defineProperty(IgcGridCustomFilterRequestedEventArgs.prototype, "column", {
31
37
  /**
@@ -20,6 +20,9 @@ var IgcGridDataCommittedEventArgs = /** @class */ /*@__PURE__*/ (function () {
20
20
  this._implementation = i;
21
21
  this._implementation.externalObject = this;
22
22
  this.onImplementationCreated();
23
+ if (this._initializeAdapters) {
24
+ this._initializeAdapters();
25
+ }
23
26
  };
24
27
  Object.defineProperty(IgcGridDataCommittedEventArgs.prototype, "commitID", {
25
28
  /**
@@ -20,6 +20,9 @@ var IgcGridDataCommittingEventArgs = /** @class */ /*@__PURE__*/ (function () {
20
20
  this._implementation = i;
21
21
  this._implementation.externalObject = this;
22
22
  this.onImplementationCreated();
23
+ if (this._initializeAdapters) {
24
+ this._initializeAdapters();
25
+ }
23
26
  };
24
27
  Object.defineProperty(IgcGridDataCommittingEventArgs.prototype, "changes", {
25
28
  /**
@@ -4,6 +4,9 @@ var IgcGridFilterDialogFilterChangeEventArgs = /** @class */ /*@__PURE__*/ (func
4
4
  this._implementation = this.createImplementation();
5
5
  this._implementation.externalObject = this;
6
6
  this.onImplementationCreated();
7
+ if (this._initializeAdapters) {
8
+ this._initializeAdapters();
9
+ }
7
10
  }
8
11
  IgcGridFilterDialogFilterChangeEventArgs.prototype.createImplementation = function () {
9
12
  return new GridFilterDialogFilterChangeEventArgs_internal();
@@ -24,6 +27,9 @@ var IgcGridFilterDialogFilterChangeEventArgs = /** @class */ /*@__PURE__*/ (func
24
27
  this._implementation = i;
25
28
  this._implementation.externalObject = this;
26
29
  this.onImplementationCreated();
30
+ if (this._initializeAdapters) {
31
+ this._initializeAdapters();
32
+ }
27
33
  };
28
34
  Object.defineProperty(IgcGridFilterDialogFilterChangeEventArgs.prototype, "filter", {
29
35
  get: function () {
@@ -5,6 +5,9 @@ var IgcGridFilterDialogOpeningEventArgs = /** @class */ /*@__PURE__*/ (function
5
5
  this._implementation = this.createImplementation();
6
6
  this._implementation.externalObject = this;
7
7
  this.onImplementationCreated();
8
+ if (this._initializeAdapters) {
9
+ this._initializeAdapters();
10
+ }
8
11
  }
9
12
  IgcGridFilterDialogOpeningEventArgs.prototype.createImplementation = function () {
10
13
  return new GridFilterDialogOpeningEventArgs_internal();
@@ -25,6 +28,9 @@ var IgcGridFilterDialogOpeningEventArgs = /** @class */ /*@__PURE__*/ (function
25
28
  this._implementation = i;
26
29
  this._implementation.externalObject = this;
27
30
  this.onImplementationCreated();
31
+ if (this._initializeAdapters) {
32
+ this._initializeAdapters();
33
+ }
28
34
  };
29
35
  Object.defineProperty(IgcGridFilterDialogOpeningEventArgs.prototype, "column", {
30
36
  get: function () {
@@ -5,6 +5,9 @@ var IgcGridFilterDialogViewModelGrouping = /** @class */ /*@__PURE__*/ (function
5
5
  this._implementation = this.createImplementation();
6
6
  this._implementation.externalObject = this;
7
7
  this.onImplementationCreated();
8
+ if (this._initializeAdapters) {
9
+ this._initializeAdapters();
10
+ }
8
11
  }
9
12
  IgcGridFilterDialogViewModelGrouping.prototype.createImplementation = function () {
10
13
  return new GridFilterDialogViewModelGrouping_internal();
@@ -25,6 +28,9 @@ var IgcGridFilterDialogViewModelGrouping = /** @class */ /*@__PURE__*/ (function
25
28
  this._implementation = i;
26
29
  this._implementation.externalObject = this;
27
30
  this.onImplementationCreated();
31
+ if (this._initializeAdapters) {
32
+ this._initializeAdapters();
33
+ }
28
34
  };
29
35
  Object.defineProperty(IgcGridFilterDialogViewModelGrouping.prototype, "startIndex", {
30
36
  get: function () {
@@ -4,6 +4,9 @@ var IgcGridFilterDialogViewModelRow = /** @class */ /*@__PURE__*/ (function () {
4
4
  this._implementation = this.createImplementation();
5
5
  this._implementation.externalObject = this;
6
6
  this.onImplementationCreated();
7
+ if (this._initializeAdapters) {
8
+ this._initializeAdapters();
9
+ }
7
10
  }
8
11
  IgcGridFilterDialogViewModelRow.prototype.createImplementation = function () {
9
12
  return new GridFilterDialogViewModelRow_internal();
@@ -24,6 +27,9 @@ var IgcGridFilterDialogViewModelRow = /** @class */ /*@__PURE__*/ (function () {
24
27
  this._implementation = i;
25
28
  this._implementation.externalObject = this;
26
29
  this.onImplementationCreated();
30
+ if (this._initializeAdapters) {
31
+ this._initializeAdapters();
32
+ }
27
33
  };
28
34
  Object.defineProperty(IgcGridFilterDialogViewModelRow.prototype, "operatorTypes", {
29
35
  get: function () {
@@ -15,6 +15,9 @@ var IgcGridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function () {
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
  IgcGridFilterDialogViewModel.prototype.createImplementation = function () {
20
23
  return new GridFilterDialogViewModel_internal();
@@ -35,6 +38,9 @@ var IgcGridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function () {
35
38
  this._implementation = i;
36
39
  this._implementation.externalObject = this;
37
40
  this.onImplementationCreated();
41
+ if (this._initializeAdapters) {
42
+ this._initializeAdapters();
43
+ }
38
44
  };
39
45
  Object.defineProperty(IgcGridFilterDialogViewModel.prototype, "propertyType", {
40
46
  get: function () {
@@ -5,6 +5,9 @@ var IgcGridFilterExpressionsEventArgs = /** @class */ /*@__PURE__*/ (function ()
5
5
  this._implementation = this.createImplementation();
6
6
  this._implementation.externalObject = this;
7
7
  this.onImplementationCreated();
8
+ if (this._initializeAdapters) {
9
+ this._initializeAdapters();
10
+ }
8
11
  }
9
12
  IgcGridFilterExpressionsEventArgs.prototype.createImplementation = function () {
10
13
  return new GridFilterExpressionsEventArgs_internal();
@@ -25,6 +28,9 @@ var IgcGridFilterExpressionsEventArgs = /** @class */ /*@__PURE__*/ (function ()
25
28
  this._implementation = i;
26
29
  this._implementation.externalObject = this;
27
30
  this.onImplementationCreated();
31
+ if (this._initializeAdapters) {
32
+ this._initializeAdapters();
33
+ }
28
34
  };
29
35
  Object.defineProperty(IgcGridFilterExpressionsEventArgs.prototype, "filterExpressions", {
30
36
  get: function () {
@@ -8,6 +8,9 @@ var IgcGridGroupDescriptionsChangedEventArgs = /** @class */ /*@__PURE__*/ (func
8
8
  this._implementation = this.createImplementation();
9
9
  this._implementation.externalObject = this;
10
10
  this.onImplementationCreated();
11
+ if (this._initializeAdapters) {
12
+ this._initializeAdapters();
13
+ }
11
14
  }
12
15
  IgcGridGroupDescriptionsChangedEventArgs.prototype.createImplementation = function () {
13
16
  return new GridGroupDescriptionsChangedEventArgs_internal();
@@ -28,6 +31,9 @@ var IgcGridGroupDescriptionsChangedEventArgs = /** @class */ /*@__PURE__*/ (func
28
31
  this._implementation = i;
29
32
  this._implementation.externalObject = this;
30
33
  this.onImplementationCreated();
34
+ if (this._initializeAdapters) {
35
+ this._initializeAdapters();
36
+ }
31
37
  };
32
38
  Object.defineProperty(IgcGridGroupDescriptionsChangedEventArgs.prototype, "groupDescriptions", {
33
39
  get: function () {
@@ -4,6 +4,9 @@ var IgcGridRowEditEndedEventArgs = /** @class */ /*@__PURE__*/ (function () {
4
4
  this._implementation = this.createImplementation();
5
5
  this._implementation.externalObject = this;
6
6
  this.onImplementationCreated();
7
+ if (this._initializeAdapters) {
8
+ this._initializeAdapters();
9
+ }
7
10
  }
8
11
  IgcGridRowEditEndedEventArgs.prototype.createImplementation = function () {
9
12
  return new GridRowEditEndedEventArgs_internal();
@@ -24,6 +27,9 @@ var IgcGridRowEditEndedEventArgs = /** @class */ /*@__PURE__*/ (function () {
24
27
  this._implementation = i;
25
28
  this._implementation.externalObject = this;
26
29
  this.onImplementationCreated();
30
+ if (this._initializeAdapters) {
31
+ this._initializeAdapters();
32
+ }
27
33
  };
28
34
  Object.defineProperty(IgcGridRowEditEndedEventArgs.prototype, "row", {
29
35
  /**
@@ -4,6 +4,9 @@ var IgcGridRowEditStartedEventArgs = /** @class */ /*@__PURE__*/ (function () {
4
4
  this._implementation = this.createImplementation();
5
5
  this._implementation.externalObject = this;
6
6
  this.onImplementationCreated();
7
+ if (this._initializeAdapters) {
8
+ this._initializeAdapters();
9
+ }
7
10
  }
8
11
  IgcGridRowEditStartedEventArgs.prototype.createImplementation = function () {
9
12
  return new GridRowEditStartedEventArgs_internal();
@@ -24,6 +27,9 @@ var IgcGridRowEditStartedEventArgs = /** @class */ /*@__PURE__*/ (function () {
24
27
  this._implementation = i;
25
28
  this._implementation.externalObject = this;
26
29
  this.onImplementationCreated();
30
+ if (this._initializeAdapters) {
31
+ this._initializeAdapters();
32
+ }
27
33
  };
28
34
  Object.defineProperty(IgcGridRowEditStartedEventArgs.prototype, "row", {
29
35
  /**
@@ -15,6 +15,9 @@ var IgcGridSelectedCellRangesChangedEventArgs = /** @class */ /*@__PURE__*/ (fun
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
  IgcGridSelectedCellRangesChangedEventArgs.prototype.createImplementation = function () {
20
23
  return new GridSelectedCellRangesChangedEventArgs_internal();
@@ -35,6 +38,9 @@ var IgcGridSelectedCellRangesChangedEventArgs = /** @class */ /*@__PURE__*/ (fun
35
38
  this._implementation = i;
36
39
  this._implementation.externalObject = this;
37
40
  this.onImplementationCreated();
41
+ if (this._initializeAdapters) {
42
+ this._initializeAdapters();
43
+ }
38
44
  };
39
45
  Object.defineProperty(IgcGridSelectedCellRangesChangedEventArgs.prototype, "currentRanges", {
40
46
  /**
@@ -14,6 +14,9 @@ var IgcGridSelectedCellsChangedEventArgs = /** @class */ /*@__PURE__*/ (function
14
14
  this._implementation = this.createImplementation();
15
15
  this._implementation.externalObject = this;
16
16
  this.onImplementationCreated();
17
+ if (this._initializeAdapters) {
18
+ this._initializeAdapters();
19
+ }
17
20
  }
18
21
  IgcGridSelectedCellsChangedEventArgs.prototype.createImplementation = function () {
19
22
  return new GridSelectedCellsChangedEventArgs_internal();
@@ -34,6 +37,9 @@ var IgcGridSelectedCellsChangedEventArgs = /** @class */ /*@__PURE__*/ (function
34
37
  this._implementation = i;
35
38
  this._implementation.externalObject = this;
36
39
  this.onImplementationCreated();
40
+ if (this._initializeAdapters) {
41
+ this._initializeAdapters();
42
+ }
37
43
  };
38
44
  Object.defineProperty(IgcGridSelectedCellsChangedEventArgs.prototype, "currentCells", {
39
45
  /**
@@ -14,6 +14,9 @@ var IgcGridSelectedItemsChangedEventArgs = /** @class */ /*@__PURE__*/ (function
14
14
  this._implementation = this.createImplementation();
15
15
  this._implementation.externalObject = this;
16
16
  this.onImplementationCreated();
17
+ if (this._initializeAdapters) {
18
+ this._initializeAdapters();
19
+ }
17
20
  }
18
21
  IgcGridSelectedItemsChangedEventArgs.prototype.createImplementation = function () {
19
22
  return new GridSelectedItemsChangedEventArgs_internal();
@@ -34,6 +37,9 @@ var IgcGridSelectedItemsChangedEventArgs = /** @class */ /*@__PURE__*/ (function
34
37
  this._implementation = i;
35
38
  this._implementation.externalObject = this;
36
39
  this.onImplementationCreated();
40
+ if (this._initializeAdapters) {
41
+ this._initializeAdapters();
42
+ }
37
43
  };
38
44
  Object.defineProperty(IgcGridSelectedItemsChangedEventArgs.prototype, "currentItems", {
39
45
  /**