igniteui-webcomponents-grids 4.3.2 → 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 (325) hide show
  1. package/License +1 -1
  2. package/bundles/igniteui-webcomponents-grids.umd.js +2522 -2134
  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/Dragger.js +5 -5
  12. package/esm2015/lib/EditorCell.js +5 -5
  13. package/esm2015/lib/GridCellType.js +22 -0
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +1 -1
  15. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +3 -3
  16. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
  17. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
  18. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  19. package/esm2015/lib/GridColumnSortOptionsView_combined.js +3 -3
  20. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -19
  21. package/esm2015/lib/GridFilterDialogView_combined.js +4 -4
  22. package/esm2015/lib/MultiColumnComboBoxView_combined.js +49 -49
  23. package/esm2015/lib/PropertyEditorView_combined.js +30 -30
  24. package/esm2015/lib/TextEditorView.js +1 -1
  25. package/esm2015/lib/igc-apply-button-click-event-args.js +6 -0
  26. package/esm2015/lib/igc-cancel-button-click-event-args.js +6 -0
  27. package/esm2015/lib/igc-cell-range.js +6 -0
  28. package/esm2015/lib/igc-cell-style-requested-event-args.js +6 -0
  29. package/esm2015/lib/igc-checked-changed-event-args.js +6 -0
  30. package/esm2015/lib/igc-column-exchanger.js +6 -0
  31. package/esm2015/lib/igc-column-hidden-changed-event-args.js +6 -0
  32. package/esm2015/lib/igc-column-pinned-changed-event-args.js +6 -0
  33. package/esm2015/lib/igc-column-property-setter.js +6 -0
  34. package/esm2015/lib/igc-column-sort-description.js +6 -0
  35. package/esm2015/lib/igc-column-summary-description.js +6 -0
  36. package/esm2015/lib/igc-column-width.js +6 -0
  37. package/esm2015/lib/igc-data-grid-comparison-operator-selector-component.js +3 -0
  38. package/esm2015/lib/igc-data-grid-component.js +554 -554
  39. package/esm2015/lib/igc-data-grid-expansion-indicator-component.js +3 -0
  40. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +3 -0
  41. package/esm2015/lib/igc-data-grid-sort-indicator-component.js +3 -0
  42. package/esm2015/lib/igc-filter-dialog-render-completed-event-args.js +6 -0
  43. package/esm2015/lib/igc-filter-operand.js +6 -0
  44. package/esm2015/lib/igc-format-group-text-event-args.js +6 -0
  45. package/esm2015/lib/igc-format-summary-text-event-args.js +6 -0
  46. package/esm2015/lib/igc-got-focus-event-args.js +6 -0
  47. package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +6 -0
  48. package/esm2015/lib/igc-grid-animation-phase-settings.js +6 -0
  49. package/esm2015/lib/igc-grid-animation-settings.js +6 -0
  50. package/esm2015/lib/igc-grid-cell-edit-ended-event-args.js +6 -0
  51. package/esm2015/lib/igc-grid-cell-edit-started-event-args.js +6 -0
  52. package/esm2015/lib/igc-grid-cell-position.js +6 -0
  53. package/esm2015/lib/igc-grid-column-animation-settings.js +6 -0
  54. package/esm2015/lib/igc-grid-column-options-base-component.js +3 -0
  55. package/esm2015/lib/igc-grid-column-width-changed-event-args.js +6 -0
  56. package/esm2015/lib/igc-grid-columns-auto-generated-event-args.js +6 -0
  57. package/esm2015/lib/igc-grid-columns-changed-event-args.js +6 -0
  58. package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +6 -0
  59. package/esm2015/lib/igc-grid-data-committed-event-args.js +3 -0
  60. package/esm2015/lib/igc-grid-data-committing-event-args.js +3 -0
  61. package/esm2015/lib/igc-grid-filter-dialog-filter-change-event-args.js +6 -0
  62. package/esm2015/lib/igc-grid-filter-dialog-opening-event-args.js +6 -0
  63. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping.js +6 -0
  64. package/esm2015/lib/igc-grid-filter-dialog-view-model-row.js +6 -0
  65. package/esm2015/lib/igc-grid-filter-dialog-view-model.js +6 -0
  66. package/esm2015/lib/igc-grid-filter-expressions-event-args.js +6 -0
  67. package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +6 -0
  68. package/esm2015/lib/igc-grid-row-edit-ended-event-args.js +6 -0
  69. package/esm2015/lib/igc-grid-row-edit-started-event-args.js +6 -0
  70. package/esm2015/lib/igc-grid-selected-cell-ranges-changed-event-args.js +6 -0
  71. package/esm2015/lib/igc-grid-selected-cells-changed-event-args.js +6 -0
  72. package/esm2015/lib/igc-grid-selected-items-changed-event-args.js +6 -0
  73. package/esm2015/lib/igc-grid-selected-keys-changed-event-args.js +6 -0
  74. package/esm2015/lib/igc-grid-selection-changed-event-args.js +6 -0
  75. package/esm2015/lib/igc-grid-size-changed-event-args.js +6 -0
  76. package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +6 -0
  77. package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +6 -0
  78. package/esm2015/lib/igc-group-data.js +6 -0
  79. package/esm2015/lib/igc-lost-focus-event-args.js +6 -0
  80. package/esm2015/lib/igc-multi-column-combo-box-text-changed-event-args.js +3 -0
  81. package/esm2015/lib/igc-multi-column-combo-box-value-changed-event-args.js +3 -0
  82. package/esm2015/lib/igc-operator-selector-closing-event-args.js +6 -0
  83. package/esm2015/lib/igc-operator-selector-opening-event-args.js +6 -0
  84. package/esm2015/lib/igc-operator-selector-value-changed-event-args.js +6 -0
  85. package/esm2015/lib/igc-page-changed-event-args.js +6 -0
  86. package/esm2015/lib/igc-responsive-phase.js +6 -0
  87. package/esm2015/lib/igc-responsive-state-entered-event-args.js +6 -0
  88. package/esm2015/lib/igc-responsive-state-entering-event-args.js +6 -0
  89. package/esm2015/lib/igc-responsive-state-exited-event-args.js +6 -0
  90. package/esm2015/lib/igc-responsive-state.js +6 -0
  91. package/esm2015/lib/igc-select-all-checkbox-changed-event-args.js +6 -0
  92. package/esm2015/lib/igc-sort-indicator-render-completed-event-args.js +6 -0
  93. package/esm2015/lib/igc-summary-changed-event-args.js +6 -0
  94. package/esm2015/lib/igc-summary-data.js +6 -0
  95. package/esm2015/public_api.js +2 -2
  96. package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
  97. package/esm5/lib/CheckboxListView_combined.js +44 -44
  98. package/esm5/lib/ColumnFilterCondition_combined.js +1324 -1323
  99. package/esm5/lib/ColumnGroupingView_combined.js +34 -34
  100. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +20 -20
  101. package/esm5/lib/{Grid.js → DataGrid.js} +1 -1
  102. package/esm5/lib/DataGridToolbarView_combined.js +17 -17
  103. package/esm5/lib/Dragger.js +5 -5
  104. package/esm5/lib/EditorCell.js +5 -5
  105. package/esm5/lib/GridCellType.js +22 -0
  106. package/esm5/lib/GridColumnFilterOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnGroupOptionsView_combined.js +3 -3
  108. package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
  109. package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -19
  113. package/esm5/lib/GridFilterDialogView_combined.js +4 -4
  114. package/esm5/lib/MultiColumnComboBoxView_combined.js +49 -49
  115. package/esm5/lib/PropertyEditorView_combined.js +30 -30
  116. package/esm5/lib/TextEditorView.js +1 -1
  117. package/esm5/lib/igc-apply-button-click-event-args.js +6 -0
  118. package/esm5/lib/igc-cancel-button-click-event-args.js +6 -0
  119. package/esm5/lib/igc-cell-range.js +6 -0
  120. package/esm5/lib/igc-cell-style-requested-event-args.js +6 -0
  121. package/esm5/lib/igc-checked-changed-event-args.js +6 -0
  122. package/esm5/lib/igc-column-exchanger.js +6 -0
  123. package/esm5/lib/igc-column-hidden-changed-event-args.js +6 -0
  124. package/esm5/lib/igc-column-pinned-changed-event-args.js +6 -0
  125. package/esm5/lib/igc-column-property-setter.js +6 -0
  126. package/esm5/lib/igc-column-sort-description.js +6 -0
  127. package/esm5/lib/igc-column-summary-description.js +6 -0
  128. package/esm5/lib/igc-column-width.js +6 -0
  129. package/esm5/lib/igc-data-grid-comparison-operator-selector-component.js +3 -0
  130. package/esm5/lib/igc-data-grid-component.js +554 -554
  131. package/esm5/lib/igc-data-grid-expansion-indicator-component.js +3 -0
  132. package/esm5/lib/igc-data-grid-filter-dialog-component.js +3 -0
  133. package/esm5/lib/igc-data-grid-sort-indicator-component.js +3 -0
  134. package/esm5/lib/igc-filter-dialog-render-completed-event-args.js +6 -0
  135. package/esm5/lib/igc-filter-operand.js +6 -0
  136. package/esm5/lib/igc-format-group-text-event-args.js +6 -0
  137. package/esm5/lib/igc-format-summary-text-event-args.js +6 -0
  138. package/esm5/lib/igc-got-focus-event-args.js +6 -0
  139. package/esm5/lib/igc-grid-active-cell-changed-event-args.js +6 -0
  140. package/esm5/lib/igc-grid-animation-phase-settings.js +6 -0
  141. package/esm5/lib/igc-grid-animation-settings.js +6 -0
  142. package/esm5/lib/igc-grid-cell-edit-ended-event-args.js +6 -0
  143. package/esm5/lib/igc-grid-cell-edit-started-event-args.js +6 -0
  144. package/esm5/lib/igc-grid-cell-position.js +6 -0
  145. package/esm5/lib/igc-grid-column-animation-settings.js +6 -0
  146. package/esm5/lib/igc-grid-column-options-base-component.js +3 -0
  147. package/esm5/lib/igc-grid-column-width-changed-event-args.js +6 -0
  148. package/esm5/lib/igc-grid-columns-auto-generated-event-args.js +6 -0
  149. package/esm5/lib/igc-grid-columns-changed-event-args.js +6 -0
  150. package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +6 -0
  151. package/esm5/lib/igc-grid-data-committed-event-args.js +3 -0
  152. package/esm5/lib/igc-grid-data-committing-event-args.js +3 -0
  153. package/esm5/lib/igc-grid-filter-dialog-filter-change-event-args.js +6 -0
  154. package/esm5/lib/igc-grid-filter-dialog-opening-event-args.js +6 -0
  155. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping.js +6 -0
  156. package/esm5/lib/igc-grid-filter-dialog-view-model-row.js +6 -0
  157. package/esm5/lib/igc-grid-filter-dialog-view-model.js +6 -0
  158. package/esm5/lib/igc-grid-filter-expressions-event-args.js +6 -0
  159. package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +6 -0
  160. package/esm5/lib/igc-grid-row-edit-ended-event-args.js +6 -0
  161. package/esm5/lib/igc-grid-row-edit-started-event-args.js +6 -0
  162. package/esm5/lib/igc-grid-selected-cell-ranges-changed-event-args.js +6 -0
  163. package/esm5/lib/igc-grid-selected-cells-changed-event-args.js +6 -0
  164. package/esm5/lib/igc-grid-selected-items-changed-event-args.js +6 -0
  165. package/esm5/lib/igc-grid-selected-keys-changed-event-args.js +6 -0
  166. package/esm5/lib/igc-grid-selection-changed-event-args.js +6 -0
  167. package/esm5/lib/igc-grid-size-changed-event-args.js +6 -0
  168. package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +6 -0
  169. package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +6 -0
  170. package/esm5/lib/igc-group-data.js +6 -0
  171. package/esm5/lib/igc-lost-focus-event-args.js +6 -0
  172. package/esm5/lib/igc-multi-column-combo-box-text-changed-event-args.js +3 -0
  173. package/esm5/lib/igc-multi-column-combo-box-value-changed-event-args.js +3 -0
  174. package/esm5/lib/igc-operator-selector-closing-event-args.js +6 -0
  175. package/esm5/lib/igc-operator-selector-opening-event-args.js +6 -0
  176. package/esm5/lib/igc-operator-selector-value-changed-event-args.js +6 -0
  177. package/esm5/lib/igc-page-changed-event-args.js +6 -0
  178. package/esm5/lib/igc-responsive-phase.js +6 -0
  179. package/esm5/lib/igc-responsive-state-entered-event-args.js +6 -0
  180. package/esm5/lib/igc-responsive-state-entering-event-args.js +6 -0
  181. package/esm5/lib/igc-responsive-state-exited-event-args.js +6 -0
  182. package/esm5/lib/igc-responsive-state.js +6 -0
  183. package/esm5/lib/igc-select-all-checkbox-changed-event-args.js +6 -0
  184. package/esm5/lib/igc-sort-indicator-render-completed-event-args.js +6 -0
  185. package/esm5/lib/igc-summary-changed-event-args.js +6 -0
  186. package/esm5/lib/igc-summary-data.js +6 -0
  187. package/esm5/public_api.js +2 -2
  188. package/fesm2015/igniteui-webcomponents-grids.js +2392 -2004
  189. package/fesm5/igniteui-webcomponents-grids.js +2520 -2132
  190. package/grids/combined.js +25174 -25107
  191. package/grids/index.d.ts +12 -0
  192. package/grids/lib/igc-action-strip-component.d.ts +1 -0
  193. package/grids/lib/igc-active-node-change-event-args.d.ts +0 -1
  194. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +1 -0
  195. package/grids/lib/igc-base-event-args.d.ts +0 -1
  196. package/grids/lib/igc-boolean-filtering-operand.d.ts +1 -1
  197. package/grids/lib/igc-cancelable-browser-event-args.d.ts +0 -1
  198. package/grids/lib/igc-cancelable-event-args.d.ts +0 -1
  199. package/grids/lib/igc-cell-position.d.ts +24 -0
  200. package/grids/lib/igc-cell-template-context.d.ts +0 -1
  201. package/grids/lib/igc-cell-type.d.ts +4 -4
  202. package/grids/lib/igc-column-component.d.ts +8 -9
  203. package/grids/lib/igc-column-exporting-event-args.d.ts +0 -1
  204. package/grids/lib/igc-column-group-component.d.ts +14 -3
  205. package/grids/lib/igc-column-moving-end-event-args.d.ts +0 -1
  206. package/grids/lib/igc-column-moving-event-args.d.ts +0 -1
  207. package/grids/lib/igc-column-moving-start-event-args.d.ts +0 -1
  208. package/grids/lib/igc-column-resize-event-args.d.ts +0 -1
  209. package/grids/lib/igc-column-selection-event-args.d.ts +14 -3
  210. package/grids/lib/igc-column-state.d.ts +103 -0
  211. package/grids/lib/igc-column-template-context.d.ts +0 -1
  212. package/grids/lib/igc-column-toggled-event-args.d.ts +0 -1
  213. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +0 -1
  214. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +20 -3
  215. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +0 -1
  216. package/grids/lib/igc-date-filtering-operand.d.ts +1 -1
  217. package/grids/lib/igc-date-summary-operand.d.ts +1 -1
  218. package/grids/lib/igc-date-time-filtering-operand.d.ts +1 -1
  219. package/grids/lib/igc-density-changed-event-args.d.ts +0 -1
  220. package/grids/lib/igc-exporter-event.d.ts +1 -2
  221. package/grids/lib/igc-expression-tree.d.ts +26 -0
  222. package/grids/lib/igc-filtering-event-args.d.ts +14 -3
  223. package/grids/lib/igc-filtering-expression.d.ts +1 -0
  224. package/grids/lib/igc-filtering-expressions-tree.d.ts +10 -89
  225. package/grids/lib/igc-filtering-operation.d.ts +7 -4
  226. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +0 -1
  227. package/grids/lib/igc-grid-base-directive.d.ts +80 -5
  228. package/grids/lib/igc-grid-cell-event-args.d.ts +5 -1
  229. package/grids/lib/igc-grid-edit-done-event-args.d.ts +0 -1
  230. package/grids/lib/igc-grid-edit-event-args.d.ts +44 -3
  231. package/grids/lib/igc-grid-empty-template-context.d.ts +0 -1
  232. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +0 -1
  233. package/grids/lib/igc-grid-grouping-strategy.d.ts +6 -0
  234. package/grids/lib/igc-grid-header-template-context.d.ts +0 -1
  235. package/grids/lib/igc-grid-keydown-event-args.d.ts +5 -1
  236. package/grids/lib/igc-grid-master-detail-context.d.ts +0 -1
  237. package/grids/lib/igc-grid-row-drag-ghost-context.d.ts +0 -1
  238. package/grids/lib/igc-grid-row-edit-actions-template-context.d.ts +7 -1
  239. package/grids/lib/igc-grid-row-edit-text-template-context.d.ts +0 -1
  240. package/grids/lib/igc-grid-row-template-context.d.ts +0 -1
  241. package/grids/lib/igc-grid-scroll-event-args.d.ts +6 -1
  242. package/grids/lib/igc-grid-selection-range.d.ts +1 -0
  243. package/grids/lib/igc-grid-sorting-strategy.d.ts +6 -0
  244. package/grids/lib/igc-grid-state-base-directive.d.ts +47 -0
  245. package/grids/lib/igc-grid-state-collection.d.ts +27 -0
  246. package/grids/lib/igc-grid-state-component.d.ts +65 -0
  247. package/grids/lib/igc-grid-state-info.d.ts +73 -0
  248. package/grids/lib/igc-grid-state-options.d.ts +59 -0
  249. package/grids/lib/igc-grid-template-context.d.ts +0 -1
  250. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +2 -1
  251. package/grids/lib/igc-grid-validation-status-event-args.d.ts +0 -1
  252. package/grids/lib/igc-group-by-record.d.ts +1 -1
  253. package/grids/lib/igc-group-by-result.d.ts +23 -0
  254. package/grids/lib/igc-group-by-row-selector-template-context.d.ts +0 -1
  255. package/grids/lib/igc-group-by-row-selector-template-details.d.ts +1 -1
  256. package/grids/lib/igc-group-by-row-template-context.d.ts +0 -1
  257. package/grids/lib/igc-grouping-done-event-args.d.ts +0 -1
  258. package/grids/lib/igc-grouping-expression.d.ts +6 -0
  259. package/grids/lib/igc-grouping-state.d.ts +28 -0
  260. package/grids/lib/igc-head-selector-template-context.d.ts +0 -1
  261. package/grids/lib/igc-head-selector-template-details.d.ts +3 -3
  262. package/grids/lib/igc-header-type.d.ts +1 -1
  263. package/grids/lib/igc-number-filtering-operand.d.ts +1 -1
  264. package/grids/lib/igc-number-summary-operand.d.ts +1 -1
  265. package/grids/lib/igc-page-cancellable-event-args.d.ts +0 -1
  266. package/grids/lib/igc-page-event-args.d.ts +0 -1
  267. package/grids/lib/igc-paging-state.d.ts +22 -0
  268. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +29 -3
  269. package/grids/lib/igc-pin-column-event-args.d.ts +0 -1
  270. package/grids/lib/igc-pin-row-event-args.d.ts +14 -3
  271. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  272. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +0 -1
  273. package/grids/lib/igc-pivot-dimension-strategy.d.ts +1 -1
  274. package/grids/lib/igc-pivot-dimension.d.ts +1 -1
  275. package/grids/lib/igc-pivot-grid-value-template-context.d.ts +0 -1
  276. package/grids/lib/igc-pivot-value.d.ts +2 -4
  277. package/grids/lib/igc-row-data-event-args.d.ts +0 -1
  278. package/grids/lib/igc-row-drag-end-event-args.d.ts +0 -1
  279. package/grids/lib/igc-row-drag-start-event-args.d.ts +14 -3
  280. package/grids/lib/igc-row-exporting-event-args.d.ts +0 -1
  281. package/grids/lib/igc-row-selection-event-args.d.ts +14 -3
  282. package/grids/lib/igc-row-selector-template-context.d.ts +0 -1
  283. package/grids/lib/igc-row-selector-template-details.d.ts +3 -3
  284. package/grids/lib/igc-row-toggle-event-args.d.ts +0 -1
  285. package/grids/lib/igc-row-type.d.ts +5 -4
  286. package/grids/lib/igc-sorting-event-args.d.ts +14 -3
  287. package/grids/lib/igc-sorting-expression.d.ts +1 -0
  288. package/grids/lib/igc-string-filtering-operand.d.ts +1 -1
  289. package/grids/lib/igc-summary-expression.d.ts +24 -0
  290. package/grids/lib/igc-summary-operand.d.ts +1 -1
  291. package/grids/lib/igc-summary-result.d.ts +1 -0
  292. package/grids/lib/igc-summary-template-context.d.ts +0 -1
  293. package/grids/lib/igc-time-filtering-operand.d.ts +1 -1
  294. package/grids/lib/igc-time-summary-operand.d.ts +1 -1
  295. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +6 -3
  296. package/grids/lib/igc-toggle-view-event-args.d.ts +0 -1
  297. package/grids/lib/igc-tree-grid-component.d.ts +20 -19
  298. package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
  299. package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
  300. package/lib/CellPath.d.ts +4 -4
  301. package/lib/CheckboxListView_combined.d.ts +3 -3
  302. package/lib/ColumnChooserView_combined.d.ts +3 -3
  303. package/lib/ColumnFilterCondition_combined.d.ts +506 -505
  304. package/lib/ColumnGroupingView_combined.d.ts +3 -3
  305. package/lib/ColumnPinningView_combined.d.ts +3 -3
  306. package/lib/ComparisonOperatorSelectorView_combined.d.ts +3 -3
  307. package/lib/DataGrid.d.ts +1 -0
  308. package/lib/DataGridPresenterManager.d.ts +2 -2
  309. package/lib/DataGridScrollerKeyboardListener.d.ts +2 -2
  310. package/lib/DataGridToolbarView_combined.d.ts +3 -3
  311. package/lib/{CellType.d.ts → GridCellType.d.ts} +2 -2
  312. package/lib/GridColumnGroupOptionsView_combined.d.ts +2 -2
  313. package/lib/GridColumnOptionsViewBase_combined.d.ts +3 -3
  314. package/lib/MultiColumnComboBoxView_combined.d.ts +2 -2
  315. package/lib/PropertyEditorView_combined.d.ts +3 -3
  316. package/lib/TemplateCellPresenter.d.ts +2 -2
  317. package/lib/TemplateHeader.d.ts +3 -3
  318. package/lib/TemplateHeaderCellPresenter.d.ts +2 -2
  319. package/lib/TemplateSectionHeader.d.ts +2 -2
  320. package/lib/igc-data-grid-component.d.ts +3 -3
  321. package/package.json +4 -4
  322. package/public_api.d.ts +2 -2
  323. package/esm2015/lib/CellType.js +0 -22
  324. package/esm5/lib/CellType.js +0 -22
  325. package/lib/Grid.d.ts +0 -1
package/grids/index.d.ts CHANGED
@@ -25,6 +25,7 @@ export * from './lib/igc-base-toolbar-directive'
25
25
  export * from './lib/igc-boolean-filtering-operand'
26
26
  export * from './lib/igc-cancelable-browser-event-args'
27
27
  export * from './lib/igc-cancelable-event-args'
28
+ export * from './lib/igc-cell-position'
28
29
  export * from './lib/igc-cell-template-context'
29
30
  export * from './lib/igc-cell-type'
30
31
  export * from './lib/igc-column-component'
@@ -37,6 +38,7 @@ export * from './lib/igc-column-moving-start-event-args'
37
38
  export * from './lib/igc-column-pipe-args'
38
39
  export * from './lib/igc-column-resize-event-args'
39
40
  export * from './lib/igc-column-selection-event-args'
41
+ export * from './lib/igc-column-state'
40
42
  export * from './lib/igc-column-template-context'
41
43
  export * from './lib/igc-column-toggled-event-args'
42
44
  export * from './lib/igc-column-visibility-changed-event-args'
@@ -51,6 +53,7 @@ export * from './lib/igc-dimensions-change'
51
53
  export * from './lib/igc-display-density-base'
52
54
  export * from './lib/igc-exporter-event'
53
55
  export * from './lib/igc-exporter-options-base'
56
+ export * from './lib/igc-expression-tree'
54
57
  export * from './lib/igc-field-pipe-args'
55
58
  export * from './lib/igc-filtering-event-args'
56
59
  export * from './lib/igc-filtering-expression'
@@ -88,6 +91,11 @@ export * from './lib/igc-grid-row-template-context'
88
91
  export * from './lib/igc-grid-scroll-event-args'
89
92
  export * from './lib/igc-grid-selection-range'
90
93
  export * from './lib/igc-grid-sorting-strategy'
94
+ export * from './lib/igc-grid-state-base-directive'
95
+ export * from './lib/igc-grid-state-collection'
96
+ export * from './lib/igc-grid-state-component'
97
+ export * from './lib/igc-grid-state-info'
98
+ export * from './lib/igc-grid-state-options'
91
99
  export * from './lib/igc-grid-template-context'
92
100
  export * from './lib/igc-grid-toolbar-actions-component'
93
101
  export * from './lib/igc-grid-toolbar-advanced-filtering-component'
@@ -102,12 +110,14 @@ export * from './lib/igc-grid-validation-status-event-args'
102
110
  export * from './lib/igc-group-by-expand-state'
103
111
  export * from './lib/igc-group-by-key'
104
112
  export * from './lib/igc-group-by-record'
113
+ export * from './lib/igc-group-by-result'
105
114
  export * from './lib/igc-group-by-row-selector-template-context'
106
115
  export * from './lib/igc-group-by-row-selector-template-details'
107
116
  export * from './lib/igc-group-by-row-template-context'
108
117
  export * from './lib/igc-grouped-records'
109
118
  export * from './lib/igc-grouping-done-event-args'
110
119
  export * from './lib/igc-grouping-expression'
120
+ export * from './lib/igc-grouping-state'
111
121
  export * from './lib/igc-head-selector-template-context'
112
122
  export * from './lib/igc-head-selector-template-details'
113
123
  export * from './lib/igc-header-type'
@@ -119,6 +129,7 @@ export * from './lib/igc-page-cancellable-event-args'
119
129
  export * from './lib/igc-page-event-args'
120
130
  export * from './lib/igc-paginator-component'
121
131
  export * from './lib/igc-paginator-resource-strings'
132
+ export * from './lib/igc-paging-state'
122
133
  export * from './lib/igc-pin-column-cancellable-event-args'
123
134
  export * from './lib/igc-pin-column-event-args'
124
135
  export * from './lib/igc-pin-row-event-args'
@@ -156,6 +167,7 @@ export * from './lib/igc-sorting-expression'
156
167
  export * from './lib/igc-sorting-options'
157
168
  export * from './lib/igc-sorting-strategy'
158
169
  export * from './lib/igc-string-filtering-operand'
170
+ export * from './lib/igc-summary-expression'
159
171
  export * from './lib/igc-summary-operand'
160
172
  export * from './lib/igc-summary-result'
161
173
  export * from './lib/igc-summary-template-context'
@@ -4,6 +4,7 @@ import { IgcGridActionsBaseDirective } from './igc-grid-actions-base-directive';
4
4
  import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strings';
5
5
 
6
6
 
7
+ /* jsonAPIManageCollectionInMarkup */
7
8
 
8
9
 
9
10
  /* blazorElement */
@@ -3,7 +3,6 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
3
3
  import { GridKeydownTargetType } from './grid-keydown-target-type';
4
4
 
5
5
 
6
- /* jsonAPIPlainObject */
7
6
 
8
7
 
9
8
 
@@ -4,6 +4,7 @@ import { IgcFilteringOperand } from './igc-filtering-operand';
4
4
 
5
5
 
6
6
 
7
+ /* blazorCSSuppress */
7
8
  /**
8
9
  * @internal
9
10
  * @hidden
@@ -1,7 +1,6 @@
1
1
 
2
2
 
3
3
 
4
- /* jsonAPIPlainObject */
5
4
 
6
5
 
7
6
 
@@ -4,7 +4,7 @@ import { IgcFilteringOperand } from './igc-filtering-operand';
4
4
 
5
5
 
6
6
 
7
- /* csSuppress */
7
+ /* blazorCSSuppress */
8
8
  /**
9
9
  * Provides filtering operations for booleans
10
10
  *
@@ -2,7 +2,6 @@
2
2
  import { IgcCancelableEventArgs } from './igc-cancelable-event-args';
3
3
 
4
4
 
5
- /* jsonAPIPlainObject */
6
5
 
7
6
 
8
7
 
@@ -1,7 +1,6 @@
1
1
 
2
2
 
3
3
 
4
- /* jsonAPIPlainObject */
5
4
 
6
5
 
7
6
 
@@ -0,0 +1,24 @@
1
+
2
+
3
+
4
+ /* jsonAPIPlainObject */
5
+
6
+
7
+
8
+ export declare class IgcCellPosition
9
+ {
10
+
11
+
12
+ /* doNotStringify */
13
+ public set rowIndex(value: number);
14
+ public get rowIndex(): number;
15
+
16
+
17
+ /* doNotStringify */
18
+ public set visibleColumnIndex(value: number);
19
+ public get visibleColumnIndex(): number;
20
+
21
+ }
22
+
23
+
24
+
@@ -2,7 +2,6 @@
2
2
  import { IgcCellType } from './igc-cell-type';
3
3
 
4
4
 
5
- /* jsonAPIPlainObject */
6
5
 
7
6
 
8
7
 
@@ -6,10 +6,10 @@ import { IgcGridValidationState } from './igc-grid-validation-state';
6
6
 
7
7
 
8
8
  /* jsonAPIManageCollectionInMarkup */
9
- /* jsonAPIPlainObject */
10
9
 
11
10
 
12
11
  /* marshalByValue */
12
+ /* jsonAPIComplexObject */
13
13
 
14
14
  export declare class IgcCellType
15
15
  {
@@ -43,7 +43,7 @@ import { IgcGridValidationState } from './igc-grid-validation-state';
43
43
  public get column(): IgcColumnComponent;
44
44
 
45
45
 
46
- /* csSuppress */
46
+ /* blazorCSSuppress */
47
47
  public set row(value: IgcRowType);
48
48
  public get row(): IgcRowType;
49
49
 
@@ -77,10 +77,10 @@ import { IgcGridValidationState } from './igc-grid-validation-state';
77
77
  public update(value: any): void;
78
78
 
79
79
 
80
- public setEditMode(value: boolean): void;
80
+ public setEditMode?(value: boolean): void;
81
81
 
82
82
 
83
- public calculateSizeToFit(range: any): number;
83
+ public calculateSizeToFit?(range: any): number;
84
84
 
85
85
  }
86
86
 
@@ -1,7 +1,5 @@
1
1
 
2
- import { IgcSummaryResult } from './igc-summary-result';
3
- import { IgcSummaryOperand } from './igc-summary-operand';
4
- import { GridColumnDataType } from './grid-column-data-type';
2
+ import { GridColumnDataType } from './grid-column-data-type';
5
3
  import { IgcFilteringOperand } from './igc-filtering-operand';
6
4
  import { IgcSortingStrategy } from './igc-sorting-strategy';
7
5
  import { IgcSummaryTemplateContext } from './igc-summary-template-context';
@@ -423,7 +421,7 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
423
421
 
424
422
 
425
423
 
426
- /* csTreatAsEvent: CellValueFormatterEventHandler */
424
+ /* blazorAlternateType: CellValueFormatterEventHandler */
427
425
  /* blazorOnlyScript */
428
426
  /**
429
427
  * Applies display format to cell values in the column. Does not modify the underlying data.
@@ -458,12 +456,12 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
458
456
  *
459
457
  * @memberof IgxColumnComponent
460
458
  */
461
- public set formatter(value: (value: any, rowData?: any) => any);
462
- public get formatter(): (value: any, rowData?: any) => any;
459
+ public set formatter(value: any);
460
+ public get formatter(): any;
463
461
 
464
462
 
465
463
 
466
- /* csTreatAsEvent: SummaryValueFormatterEventHandler */
464
+ /* blazorAlternateType: SummaryValueFormatterEventHandler */
467
465
  /* blazorOnlyScript */
468
466
  /**
469
467
  * The summaryFormatter is used to format the display of the column summaries.
@@ -490,8 +488,8 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
490
488
  *
491
489
  * @memberof IgxColumnComponent
492
490
  */
493
- public set summaryFormatter(value: (summary: IgcSummaryResult, summaryOperand: IgcSummaryOperand) => any);
494
- public get summaryFormatter(): (summary: IgcSummaryResult, summaryOperand: IgcSummaryOperand) => any;
491
+ public set summaryFormatter(value: any);
492
+ public get summaryFormatter(): any;
495
493
 
496
494
 
497
495
 
@@ -683,6 +681,7 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
683
681
 
684
682
 
685
683
 
684
+ /* treatAsRef */
686
685
  /**
687
686
  * Gets the column `summaries`.
688
687
  * ```typescript
@@ -3,7 +3,6 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
3
3
  import { IgcGridBaseDirective } from './igc-grid-base-directive';
4
4
 
5
5
 
6
- /* jsonAPIPlainObject */
7
6
 
8
7
 
9
8
  /**
@@ -31,9 +31,20 @@ import { IgcRenderFunction } from './common';
31
31
  public set children(value: HTMLCollection);
32
32
  public get children(): HTMLCollection;
33
33
 
34
-
35
- public get collapsible(): boolean;
36
-
34
+
35
+
36
+ /**
37
+ * Set if the column group is collapsible.
38
+ * Default value is `false`
39
+ * ```html
40
+ * <igx-column-group [collapsible] = "true"></igx-column-group>
41
+ * ```
42
+ *
43
+ * @memberof IgxColumnGroupComponent
44
+ */
45
+ public set collapsible(value: boolean);
46
+ public get collapsible(): boolean;
47
+
37
48
 
38
49
  public get expanded(): boolean;
39
50
 
@@ -3,7 +3,6 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
3
3
  import { IgcColumnComponent } from './igc-column-component';
4
4
 
5
5
 
6
- /* jsonAPIPlainObject */
7
6
 
8
7
 
9
8
 
@@ -3,7 +3,6 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
3
3
  import { IgcColumnComponent } from './igc-column-component';
4
4
 
5
5
 
6
- /* jsonAPIPlainObject */
7
6
 
8
7
 
9
8
 
@@ -3,7 +3,6 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
3
3
  import { IgcColumnComponent } from './igc-column-component';
4
4
 
5
5
 
6
- /* jsonAPIPlainObject */
7
6
 
8
7
 
9
8
 
@@ -3,7 +3,6 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
3
3
  import { IgcColumnComponent } from './igc-column-component';
4
4
 
5
5
 
6
- /* jsonAPIPlainObject */
7
6
 
8
7
 
9
8
 
@@ -1,12 +1,10 @@
1
1
 
2
- import { IgcBaseEventArgs } from './igc-base-event-args';
3
2
 
4
3
 
5
- /* jsonAPIPlainObject */
6
4
 
7
5
 
8
6
 
9
- export declare class IgcColumnSelectionEventArgs extends IgcBaseEventArgs
7
+ export declare class IgcColumnSelectionEventArgs
10
8
  {
11
9
 
12
10
 
@@ -25,6 +23,19 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
25
23
  public set removed(value: string[]);
26
24
  public get removed(): string[];
27
25
 
26
+
27
+ /**
28
+ * Provides the ability to cancel the event.
29
+ */
30
+ public set cancel(value: boolean);
31
+ public get cancel(): boolean;
32
+
33
+
34
+ /**
35
+ * Provides reference to the owner component.
36
+ */
37
+ public owner?: any;
38
+
28
39
  }
29
40
 
30
41
 
@@ -0,0 +1,103 @@
1
+
2
+ import { GridColumnDataType } from './grid-column-data-type';
3
+
4
+
5
+ /* jsonAPIPlainObject */
6
+
7
+
8
+
9
+ export declare class IgcColumnState
10
+ {
11
+
12
+
13
+ public set pinned(value: boolean);
14
+ public get pinned(): boolean;
15
+
16
+
17
+ public set sortable(value: boolean);
18
+ public get sortable(): boolean;
19
+
20
+
21
+ public set filterable(value: boolean);
22
+ public get filterable(): boolean;
23
+
24
+
25
+ public set editable(value: boolean);
26
+ public get editable(): boolean;
27
+
28
+
29
+ public set sortingIgnoreCase(value: boolean);
30
+ public get sortingIgnoreCase(): boolean;
31
+
32
+
33
+ public set filteringIgnoreCase(value: boolean);
34
+ public get filteringIgnoreCase(): boolean;
35
+
36
+
37
+ public set headerClasses(value: string);
38
+ public get headerClasses(): string;
39
+
40
+
41
+ public set headerGroupClasses(value: string);
42
+ public get headerGroupClasses(): string;
43
+
44
+
45
+ public set maxWidth(value: string);
46
+ public get maxWidth(): string;
47
+
48
+
49
+ public set groupable(value: boolean);
50
+ public get groupable(): boolean;
51
+
52
+
53
+ public set movable(value: boolean);
54
+ public get movable(): boolean;
55
+
56
+
57
+ public set hidden(value: boolean);
58
+ public get hidden(): boolean;
59
+
60
+
61
+ public set dataType(value: GridColumnDataType);
62
+ public get dataType(): GridColumnDataType;
63
+
64
+
65
+ public set hasSummary(value: boolean);
66
+ public get hasSummary(): boolean;
67
+
68
+
69
+ public set field(value: string);
70
+ public get field(): string;
71
+
72
+
73
+ public set width(value: any);
74
+ public get width(): any;
75
+
76
+
77
+ public set header(value: string);
78
+ public get header(): string;
79
+
80
+
81
+ public set resizable(value: boolean);
82
+ public get resizable(): boolean;
83
+
84
+
85
+ public set searchable(value: boolean);
86
+ public get searchable(): boolean;
87
+
88
+
89
+ public set columnGroup(value: boolean);
90
+ public get columnGroup(): boolean;
91
+
92
+
93
+ public set parent(value: any);
94
+ public get parent(): any;
95
+
96
+
97
+ public set disableHiding(value: boolean);
98
+ public get disableHiding(): boolean;
99
+
100
+ }
101
+
102
+
103
+
@@ -2,7 +2,6 @@
2
2
  import { IgcColumnComponent } from './igc-column-component';
3
3
 
4
4
 
5
- /* jsonAPIPlainObject */
6
5
 
7
6
 
8
7
 
@@ -3,7 +3,6 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
3
3
  import { IgcColumnComponent } from './igc-column-component';
4
4
 
5
5
 
6
- /* jsonAPIPlainObject */
7
6
 
8
7
 
9
8
  /**
@@ -2,7 +2,6 @@
2
2
  import { IgcBaseEventArgs } from './igc-base-event-args';
3
3
 
4
4
 
5
- /* jsonAPIPlainObject */
6
5
 
7
6
 
8
7
 
@@ -1,14 +1,31 @@
1
1
 
2
- import { IgcCancelableEventArgs } from './igc-cancelable-event-args';
3
2
 
4
3
 
5
- /* jsonAPIPlainObject */
6
4
 
7
5
 
8
6
 
9
- export declare class IgcColumnVisibilityChangingEventArgs extends IgcCancelableEventArgs
7
+ export declare class IgcColumnVisibilityChangingEventArgs
10
8
  {
11
9
 
10
+
11
+ public set column(value: any);
12
+ public get column(): any;
13
+
14
+
15
+ /**
16
+ * The new hidden state that the column will have, if operation is succesfull.
17
+ * Will be `true` when hiding and `false` when showing.
18
+ */
19
+ public set newValue(value: boolean);
20
+ public get newValue(): boolean;
21
+
22
+
23
+ /**
24
+ * Provides the ability to cancel the event.
25
+ */
26
+ public set cancel(value: boolean);
27
+ public get cancel(): boolean;
28
+
12
29
  }
13
30
 
14
31
 
@@ -3,7 +3,6 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
3
3
  import { IgcColumnComponent } from './igc-column-component';
4
4
 
5
5
 
6
- /* jsonAPIPlainObject */
7
6
 
8
7
 
9
8
 
@@ -4,7 +4,7 @@ import { IgcBaseDateTimeFilteringOperand } from './igc-base-date-time-filtering-
4
4
 
5
5
 
6
6
 
7
- /* csSuppress */
7
+ /* blazorCSSuppress */
8
8
  /**
9
9
  * Provides filtering operations for Dates
10
10
  *
@@ -6,7 +6,7 @@ import { IgcSummaryResult } from './igc-summary-result';
6
6
 
7
7
 
8
8
 
9
- /* csSuppress */
9
+ /* blazorCSSuppress */
10
10
  // @dynamic
11
11
 
12
12
  export declare class IgcDateSummaryOperand extends IgcSummaryOperand
@@ -4,7 +4,7 @@ import { IgcBaseDateTimeFilteringOperand } from './igc-base-date-time-filtering-
4
4
 
5
5
 
6
6
 
7
- /* csSuppress */
7
+ /* blazorCSSuppress */
8
8
 
9
9
  export declare class IgcDateTimeFilteringOperand extends IgcBaseDateTimeFilteringOperand
10
10
  {
@@ -3,7 +3,6 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
3
3
  import { DisplayDensity } from './display-density';
4
4
 
5
5
 
6
- /* jsonAPIPlainObject */
7
6
 
8
7
 
9
8
 
@@ -4,10 +4,9 @@ import { IgcExporterOptionsBase } from './igc-exporter-options-base';
4
4
  import { IgcGridBaseDirective } from './igc-grid-base-directive';
5
5
 
6
6
 
7
- /* jsonAPIPlainObject */
8
-
9
7
 
10
8
 
9
+ /* jsonAPIComplexObject */
11
10
 
12
11
  export declare class IgcExporterEvent
13
12
  {
@@ -0,0 +1,26 @@
1
+
2
+ import { FilteringLogic } from './filtering-logic';
3
+
4
+
5
+ /* jsonAPIPlainObject */
6
+
7
+
8
+
9
+ export declare class IgcExpressionTree
10
+ {
11
+
12
+
13
+ public set filteringOperands(value: (null)[]);
14
+ public get filteringOperands(): (null)[];
15
+
16
+
17
+ public set operator(value: FilteringLogic);
18
+ public get operator(): FilteringLogic;
19
+
20
+
21
+ public fieldName?: string;
22
+
23
+ }
24
+
25
+
26
+
@@ -1,19 +1,30 @@
1
1
 
2
- import { IgcCancelableEventArgs } from './igc-cancelable-event-args';
3
2
  import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
4
3
 
5
4
 
6
- /* jsonAPIPlainObject */
7
5
 
8
6
 
9
7
 
10
- export declare class IgcFilteringEventArgs extends IgcCancelableEventArgs
8
+ export declare class IgcFilteringEventArgs
11
9
  {
12
10
 
13
11
 
14
12
  public set filteringExpressions(value: IgcFilteringExpressionsTree);
15
13
  public get filteringExpressions(): IgcFilteringExpressionsTree;
16
14
 
15
+
16
+ /**
17
+ * Provides reference to the owner component.
18
+ */
19
+ public owner?: any;
20
+
21
+
22
+ /**
23
+ * Provides the ability to cancel the event.
24
+ */
25
+ public set cancel(value: boolean);
26
+ public get cancel(): boolean;
27
+
17
28
  }
18
29
 
19
30
 
@@ -5,6 +5,7 @@ import { IgcFilteringOperation } from './igc-filtering-operation';
5
5
  /* jsonAPIPlainObject */
6
6
 
7
7
 
8
+ /* tsPlainInterface */
8
9
  /* marshalByValue */
9
10
  /**
10
11
  * Represents filtering expressions.