igniteui-webcomponents-grids 5.0.3-beta.0 → 5.1.1-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 (428) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +29290 -22265
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/BaseEditorView.js +36 -30
  5. package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
  6. package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
  7. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  8. package/esm2015/lib/CanvasGridCellBase.js +377 -361
  9. package/esm2015/lib/CanvasImageCell.js +30 -30
  10. package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
  11. package/esm2015/lib/CanvasNumericCell.js +2 -2
  12. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  14. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  15. package/esm2015/lib/CanvasSummaryCell.js +50 -50
  16. package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
  17. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  18. package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
  19. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  20. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  21. package/esm2015/lib/CanvasTextCell.js +3 -3
  22. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  23. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  24. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
  25. package/esm2015/lib/CellPresenterBase.js +40 -38
  26. package/esm2015/lib/CheckboxListBridge.js +88 -23
  27. package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
  28. package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
  29. package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
  30. package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
  31. package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
  32. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  33. package/esm2015/lib/CheckboxListView_combined.js +617 -520
  34. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  35. package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
  36. package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
  37. package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
  38. package/esm2015/lib/ColumnPinningView_combined.js +15 -15
  39. package/esm2015/lib/ColumnSummaryDescription.js +53 -46
  40. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
  41. package/esm2015/lib/ComboEditorView.js +119 -117
  42. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  43. package/esm2015/lib/ContentCellModelHelper.js +19 -19
  44. package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
  45. package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
  46. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  47. package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
  48. package/esm2015/lib/DateEditorView.js +94 -94
  49. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  50. package/esm2015/lib/Dragger.js +3 -2
  51. package/esm2015/lib/DraggerView.js +1 -1
  52. package/esm2015/lib/EditorCell.js +303 -303
  53. package/esm2015/lib/EditorCellPresenter.js +28 -28
  54. package/esm2015/lib/EditorRowCell.js +1 -1
  55. package/esm2015/lib/FilterCell.js +272 -272
  56. package/esm2015/lib/FilterCellPresenter.js +18 -18
  57. package/esm2015/lib/GridCellBase.js +295 -279
  58. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
  59. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  60. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  61. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  62. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  63. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  64. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  65. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  66. package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
  67. package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
  68. package/esm2015/lib/GridConditionalStyle.js +7 -0
  69. package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
  70. package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
  71. package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
  72. package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
  73. package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
  74. package/esm2015/lib/GridExternalWrapper.js +6 -6
  75. package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
  76. package/esm2015/lib/GridModuleHelper.js +24 -0
  77. package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
  78. package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
  79. package/esm2015/lib/GridStyleRepository.js +206 -173
  80. package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
  81. package/esm2015/lib/ImageCell.js +60 -60
  82. package/esm2015/lib/ImageCellPresenter.js +18 -18
  83. package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
  84. package/esm2015/lib/NativeUIComboFactory.js +47 -0
  85. package/esm2015/lib/NativeUIGridFactory.js +1 -1
  86. package/esm2015/lib/NumericCell.js +5 -5
  87. package/esm2015/lib/NumericCellPresenter.js +8 -8
  88. package/esm2015/lib/NumericEditorView.js +3 -3
  89. package/esm2015/lib/PropertyEditorView_combined.js +66 -66
  90. package/esm2015/lib/SectionHeaderCell.js +17 -17
  91. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  92. package/esm2015/lib/SummaryCell.js +41 -41
  93. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  94. package/esm2015/lib/TemplateCell.js +16 -16
  95. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  96. package/esm2015/lib/TemplateHeader.js +9 -9
  97. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  98. package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
  99. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  100. package/esm2015/lib/TemplateSectionHeader.js +3 -3
  101. package/esm2015/lib/TextCell.js +30 -30
  102. package/esm2015/lib/TextCellPresenter.js +9 -9
  103. package/esm2015/lib/TextEditorView.js +78 -78
  104. package/esm2015/lib/TextHeaderCell.js +149 -153
  105. package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
  106. package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
  107. package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
  108. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  109. package/esm2015/lib/igc-cell-info.js +177 -177
  110. package/esm2015/lib/igc-checkbox-list-component.js +131 -79
  111. package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
  112. package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
  113. package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
  114. package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
  115. package/esm2015/lib/igc-column-summary-description.js +24 -15
  116. package/esm2015/lib/igc-combo-box-column-component.js +16 -10
  117. package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
  118. package/esm2015/lib/igc-data-grid-column-component.js +182 -160
  119. package/esm2015/lib/igc-data-grid-component.js +50 -24
  120. package/esm2015/lib/igc-data-grid-core-module.js +5 -0
  121. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
  122. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  123. package/esm2015/lib/igc-date-time-column-component.js +29 -23
  124. package/esm2015/lib/igc-definition-base-component.js +317 -111
  125. package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
  126. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  127. package/esm2015/lib/igc-editor-definition-component.js +6 -0
  128. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  129. package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
  130. package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
  131. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
  132. package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
  133. package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
  134. package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
  135. package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
  136. package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
  137. package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
  138. package/esm2015/lib/igc-header-component.js +30 -24
  139. package/esm2015/lib/igc-header-row-separator-component.js +6 -0
  140. package/esm2015/lib/igc-header-separator-component.js +6 -0
  141. package/esm2015/lib/igc-image-cell-info.js +6 -6
  142. package/esm2015/lib/igc-image-column-component.js +18 -12
  143. package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
  144. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  145. package/esm2015/lib/igc-numeric-column-component.js +41 -35
  146. package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
  147. package/esm2015/lib/igc-row-separator-component.js +6 -0
  148. package/esm2015/lib/igc-section-footer-component.js +6 -0
  149. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  150. package/esm2015/lib/igc-section-header-component.js +30 -24
  151. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  152. package/esm2015/lib/igc-summary-row-component.js +30 -24
  153. package/esm2015/lib/igc-summary-row-root-component.js +6 -0
  154. package/esm2015/lib/igc-summary-row-section-component.js +6 -0
  155. package/esm2015/lib/igc-template-cell-info.js +2 -2
  156. package/esm2015/lib/igc-template-column-component.js +6 -0
  157. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm2015/lib/igc-template-header-component.js +6 -0
  159. package/esm2015/lib/igc-template-section-header-component.js +6 -0
  160. package/esm2015/lib/igc-text-cell-info.js +2 -2
  161. package/esm2015/lib/igc-text-column-component.js +15 -9
  162. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  163. package/esm2015/lib/igc-text-header-component.js +6 -0
  164. package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
  165. package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
  166. package/esm2015/public_api.js +36 -4
  167. package/esm5/lib/AccessibilityRow.js +3 -3
  168. package/esm5/lib/BaseEditorView.js +36 -30
  169. package/esm5/lib/CanvasCellPresenterBase.js +17 -17
  170. package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
  171. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  172. package/esm5/lib/CanvasGridCellBase.js +375 -359
  173. package/esm5/lib/CanvasImageCell.js +29 -29
  174. package/esm5/lib/CanvasImageCellPresenter.js +17 -17
  175. package/esm5/lib/CanvasNumericCell.js +2 -2
  176. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  177. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  178. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  179. package/esm5/lib/CanvasSummaryCell.js +50 -50
  180. package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
  181. package/esm5/lib/CanvasTemplateCell.js +7 -7
  182. package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
  183. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  184. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  185. package/esm5/lib/CanvasTextCell.js +3 -3
  186. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  187. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  188. package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
  189. package/esm5/lib/CellPresenterBase.js +40 -38
  190. package/esm5/lib/CheckboxListBridge.js +88 -23
  191. package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
  192. package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
  193. package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
  194. package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
  195. package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
  196. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  197. package/esm5/lib/CheckboxListView_combined.js +599 -498
  198. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  199. package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
  200. package/esm5/lib/ColumnGroupingView_combined.js +6 -5
  201. package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
  202. package/esm5/lib/ColumnPinningView_combined.js +15 -15
  203. package/esm5/lib/ColumnSummaryDescription.js +56 -45
  204. package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
  205. package/esm5/lib/ComboEditorView.js +116 -114
  206. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  207. package/esm5/lib/ContentCellModelHelper.js +19 -19
  208. package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
  209. package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
  210. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  211. package/esm5/lib/DataGridToolbarView_combined.js +3 -2
  212. package/esm5/lib/DateEditorView.js +92 -92
  213. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  214. package/esm5/lib/Dragger.js +3 -2
  215. package/esm5/lib/DraggerView.js +1 -1
  216. package/esm5/lib/EditorCell.js +285 -285
  217. package/esm5/lib/EditorCellPresenter.js +28 -28
  218. package/esm5/lib/EditorRowCell.js +1 -1
  219. package/esm5/lib/FilterCell.js +262 -262
  220. package/esm5/lib/FilterCellPresenter.js +18 -18
  221. package/esm5/lib/GridCellBase.js +286 -270
  222. package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
  223. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  224. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  225. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  226. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  227. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  228. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  229. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  230. package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
  231. package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
  232. package/esm5/lib/GridConditionalStyle.js +7 -0
  233. package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
  234. package/esm5/lib/GridConditionalStyleCollection.js +7 -0
  235. package/esm5/lib/GridConditionalStyleProperty.js +761 -0
  236. package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
  237. package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
  238. package/esm5/lib/GridExternalWrapper.js +6 -6
  239. package/esm5/lib/GridFilterDialogView_combined.js +311 -291
  240. package/esm5/lib/GridModuleHelper.js +28 -0
  241. package/esm5/lib/GridSelectedKeysCollection.js +54 -3
  242. package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
  243. package/esm5/lib/GridStyleRepository.js +248 -203
  244. package/esm5/lib/ISummaryChooserView_combined.js +10 -10
  245. package/esm5/lib/ImageCell.js +60 -60
  246. package/esm5/lib/ImageCellPresenter.js +18 -18
  247. package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
  248. package/esm5/lib/NativeUIComboFactory.js +57 -0
  249. package/esm5/lib/NativeUIGridFactory.js +1 -1
  250. package/esm5/lib/NumericCell.js +5 -5
  251. package/esm5/lib/NumericCellPresenter.js +8 -8
  252. package/esm5/lib/NumericEditorView.js +3 -3
  253. package/esm5/lib/PropertyEditorView_combined.js +66 -66
  254. package/esm5/lib/SectionHeaderCell.js +17 -17
  255. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  256. package/esm5/lib/SummaryCell.js +41 -41
  257. package/esm5/lib/SummaryCellPresenter.js +14 -14
  258. package/esm5/lib/TemplateCell.js +16 -16
  259. package/esm5/lib/TemplateCellPresenter.js +5 -5
  260. package/esm5/lib/TemplateHeader.js +9 -9
  261. package/esm5/lib/TemplateHeaderCell.js +6 -6
  262. package/esm5/lib/TemplateHeaderCellModel.js +22 -16
  263. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  264. package/esm5/lib/TemplateSectionHeader.js +3 -3
  265. package/esm5/lib/TextCell.js +30 -30
  266. package/esm5/lib/TextCellPresenter.js +9 -9
  267. package/esm5/lib/TextEditorView.js +78 -78
  268. package/esm5/lib/TextHeaderCell.js +147 -151
  269. package/esm5/lib/TextHeaderCellPresenter.js +38 -32
  270. package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
  271. package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
  272. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  273. package/esm5/lib/igc-cell-info.js +177 -177
  274. package/esm5/lib/igc-checkbox-list-component.js +141 -79
  275. package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
  276. package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
  277. package/esm5/lib/igc-column-moving-separator-component.js +15 -9
  278. package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
  279. package/esm5/lib/igc-column-summary-description.js +28 -15
  280. package/esm5/lib/igc-combo-box-column-component.js +16 -10
  281. package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
  282. package/esm5/lib/igc-data-grid-column-component.js +182 -160
  283. package/esm5/lib/igc-data-grid-component.js +55 -24
  284. package/esm5/lib/igc-data-grid-core-module.js +5 -0
  285. package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
  286. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  287. package/esm5/lib/igc-date-time-column-component.js +29 -23
  288. package/esm5/lib/igc-definition-base-component.js +389 -112
  289. package/esm5/lib/igc-edit-row-definition-component.js +6 -0
  290. package/esm5/lib/igc-editor-cell-info.js +23 -23
  291. package/esm5/lib/igc-editor-definition-component.js +6 -0
  292. package/esm5/lib/igc-filter-cell-info.js +26 -26
  293. package/esm5/lib/igc-filter-row-definition-component.js +18 -12
  294. package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
  295. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
  296. package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
  297. package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
  298. package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
  299. package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
  300. package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
  301. package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
  302. package/esm5/lib/igc-header-component.js +30 -24
  303. package/esm5/lib/igc-header-row-separator-component.js +6 -0
  304. package/esm5/lib/igc-header-separator-component.js +6 -0
  305. package/esm5/lib/igc-image-cell-info.js +6 -6
  306. package/esm5/lib/igc-image-column-component.js +18 -12
  307. package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
  308. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  309. package/esm5/lib/igc-numeric-column-component.js +41 -35
  310. package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
  311. package/esm5/lib/igc-row-separator-component.js +6 -0
  312. package/esm5/lib/igc-section-footer-component.js +6 -0
  313. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  314. package/esm5/lib/igc-section-header-component.js +30 -24
  315. package/esm5/lib/igc-summary-cell-info.js +9 -9
  316. package/esm5/lib/igc-summary-row-component.js +30 -24
  317. package/esm5/lib/igc-summary-row-root-component.js +6 -0
  318. package/esm5/lib/igc-summary-row-section-component.js +6 -0
  319. package/esm5/lib/igc-template-cell-info.js +2 -2
  320. package/esm5/lib/igc-template-column-component.js +6 -0
  321. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  322. package/esm5/lib/igc-template-header-component.js +6 -0
  323. package/esm5/lib/igc-template-section-header-component.js +6 -0
  324. package/esm5/lib/igc-text-cell-info.js +2 -2
  325. package/esm5/lib/igc-text-column-component.js +15 -9
  326. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  327. package/esm5/lib/igc-text-header-component.js +6 -0
  328. package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
  329. package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
  330. package/esm5/public_api.js +36 -4
  331. package/fesm2015/igniteui-webcomponents-grids.js +20004 -13895
  332. package/fesm5/igniteui-webcomponents-grids.js +29259 -22269
  333. package/grids/combined.js +8020 -8012
  334. package/grids/lib/igc-filtering-expressions-tree.d.ts +0 -14
  335. package/grids/styles.css +1 -1
  336. package/grids/themes/dark/bootstrap.css +1 -1
  337. package/grids/themes/dark/fluent.css +1 -1
  338. package/grids/themes/dark/indigo.css +1 -1
  339. package/grids/themes/dark/material.css +1 -1
  340. package/grids/themes/light/bootstrap.css +1 -1
  341. package/grids/themes/light/fluent.css +1 -1
  342. package/grids/themes/light/indigo.css +1 -1
  343. package/grids/themes/light/material.css +1 -1
  344. package/lib/BaseEditorView.d.ts +12 -11
  345. package/lib/CanvasGridCellBase.d.ts +113 -110
  346. package/lib/CanvasImageCell.d.ts +13 -13
  347. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  348. package/lib/CanvasSummaryCell.d.ts +14 -14
  349. package/lib/CanvasTemplateCell.d.ts +4 -4
  350. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  351. package/lib/CanvasTextCell.d.ts +1 -1
  352. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  353. package/lib/CheckboxListBridge.d.ts +20 -9
  354. package/lib/CheckboxListExternal.d.ts +6 -6
  355. package/lib/CheckboxListExternalIndexType.d.ts +12 -0
  356. package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
  357. package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
  358. package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
  359. package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
  360. package/lib/CheckboxListViewExternal.d.ts +20 -0
  361. package/lib/CheckboxListView_combined.d.ts +135 -121
  362. package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
  363. package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
  364. package/lib/ColumnSummaryDescription.d.ts +21 -18
  365. package/lib/ComboEditorView.d.ts +17 -17
  366. package/lib/DataGridColumnToolbarManager.d.ts +1 -0
  367. package/lib/DateEditorView.d.ts +14 -14
  368. package/lib/EditorCell.d.ts +67 -67
  369. package/lib/FilterCell.d.ts +55 -55
  370. package/lib/GridCellBase.d.ts +92 -89
  371. package/lib/GridCompoundConditionalStyle.d.ts +1 -0
  372. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
  373. package/lib/GridConditionalStyle.d.ts +1 -0
  374. package/lib/GridConditionalStyleBoundType.d.ts +9 -0
  375. package/lib/GridConditionalStyleCollection.d.ts +1 -0
  376. package/lib/GridConditionalStyleProperty.d.ts +127 -0
  377. package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
  378. package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
  379. package/lib/GridFilterDialogView_combined.d.ts +103 -79
  380. package/lib/GridModuleHelper.d.ts +8 -0
  381. package/lib/GridSelectedKeysCollection.d.ts +6 -2
  382. package/lib/GridStyleRepository.d.ts +68 -62
  383. package/lib/ICellActionManager.d.ts +1 -1
  384. package/lib/ICellPresenter.d.ts +1 -1
  385. package/lib/ICellRenderingEngine.d.ts +1 -1
  386. package/lib/IDataAdapter.d.ts +1 -1
  387. package/lib/IDragger.d.ts +1 -1
  388. package/lib/IDraggerView.d.ts +1 -1
  389. package/lib/IExternalDefinitionBase.d.ts +1 -1
  390. package/lib/IExternalGrid.d.ts +1 -1
  391. package/lib/IGridInfoRequestor.d.ts +1 -1
  392. package/lib/ISummaryChooserView.d.ts +1 -1
  393. package/lib/ImageCell.d.ts +18 -18
  394. package/lib/NativeUIComboFactory.d.ts +18 -0
  395. package/lib/NumericCell.d.ts +1 -1
  396. package/lib/SectionHeaderCell.d.ts +4 -4
  397. package/lib/SummaryCell.d.ts +10 -10
  398. package/lib/TemplateCell.d.ts +6 -6
  399. package/lib/TemplateHeader.d.ts +4 -4
  400. package/lib/TemplateHeaderCell.d.ts +3 -3
  401. package/lib/TemplateHeaderCellModel.d.ts +7 -6
  402. package/lib/TemplateSectionHeader.d.ts +3 -3
  403. package/lib/TextCell.d.ts +7 -7
  404. package/lib/TextEditorView.d.ts +7 -7
  405. package/lib/TextHeaderCell.d.ts +30 -30
  406. package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
  407. package/lib/TextIconSetConditionalStyle.d.ts +18 -0
  408. package/lib/VerticalSeparatorCell.d.ts +8 -8
  409. package/lib/igc-checkbox-list-component.d.ts +10 -0
  410. package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
  411. package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
  412. package/lib/igc-column-summary-description.d.ts +5 -0
  413. package/lib/igc-data-grid-column-component.d.ts +8 -0
  414. package/lib/igc-data-grid-component.d.ts +5 -0
  415. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  416. package/lib/igc-definition-base-component.d.ts +63 -0
  417. package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
  418. package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
  419. package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
  420. package/lib/igc-grid-conditional-style-component.d.ts +80 -0
  421. package/lib/igc-grid-conditional-style-module.d.ts +3 -0
  422. package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
  423. package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
  424. package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
  425. package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
  426. package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
  427. package/package.json +4 -4
  428. package/public_api.d.ts +36 -4
@@ -90,8 +90,8 @@ var SummaryChooserView = /** @class */ /*@__PURE__*/ (function (_super) {
90
90
  this.e();
91
91
  };
92
92
  SummaryChooserView.prototype.e = function () {
93
- if (this.model.f.ax > -1) {
94
- var a = this.model.r.count * this.model.f.ax;
93
+ if (this.model.f.az > -1) {
94
+ var a = this.model.r.count * this.model.f.az;
95
95
  a += 4;
96
96
  this.d.setStyleProperty("height", a + "px");
97
97
  }
@@ -395,12 +395,12 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
395
395
  SummaryChooser.prototype.a6 = function () {
396
396
  if (this.e != null) {
397
397
  this.e.density = this.m;
398
- this.e.d5 = this.ba;
399
- this.e.aa = this.i;
398
+ this.e.ee = this.ba;
399
+ this.e.baseTheme = this.i;
400
400
  this.e.backgroundColor = this.a9;
401
401
  this.e.showSelectAll = false;
402
- this.e.as = false;
403
- this.e.ap = false;
402
+ this.e.au = false;
403
+ this.e.ar = false;
404
404
  this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
405
405
  this.e.itemsSource = this.q;
406
406
  this.e.dataMemberPath = "label";
@@ -454,7 +454,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
454
454
  if (d.iD == a) {
455
455
  d.isSelected = b;
456
456
  if (this.e != null) {
457
- this.e.ck(c, d, d);
457
+ this.e.cq(c, d, d);
458
458
  }
459
459
  break;
460
460
  }
@@ -466,7 +466,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
466
466
  c.label = b;
467
467
  this.q.add(c);
468
468
  if (this.e != null) {
469
- this.e.ci(this.q.count - 1, c);
469
+ this.e.co(this.q.count - 1, c);
470
470
  }
471
471
  this.c.onItemInserted();
472
472
  };
@@ -476,7 +476,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
476
476
  if (c.iD == a) {
477
477
  this.q.removeAt(b);
478
478
  if (this.e != null) {
479
- this.e.cj(b, c);
479
+ this.e.cp(b, c);
480
480
  }
481
481
  break;
482
482
  }
@@ -489,7 +489,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
489
489
  if (d.iD == a) {
490
490
  d.label = b;
491
491
  if (this.e != null) {
492
- this.e.ck(c, d, d);
492
+ this.e.cq(c, d, d);
493
493
  }
494
494
  break;
495
495
  }
@@ -15,112 +15,112 @@ var ImageCell = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  __extends(ImageCell, _super);
16
16
  function ImageCell(a) {
17
17
  var _this = _super.call(this, a) || this;
18
- _this.cn = null;
19
- _this.ch = 1;
20
- _this.ci = 3;
21
- _this.cp = null;
22
- _this.cj = false;
18
+ _this.cq = null;
23
19
  _this.ck = 1;
24
- _this.cm = null;
25
- _this.cn = a.createElement("img");
26
- _this.cn.listen("load", runOn(_this, _this.cs));
27
- _this.cm = a.createElement("div");
28
- _this.cm.setRawStyleProperty("background-size", "contain");
29
- _this.cm.setRawStyleProperty("background-repeat", "no-repeat");
30
- _this.cm.setRawStyleProperty("background-position", "center");
31
- _this.cm.setRawStyleProperty("width", "100%");
32
- _this.cm.setRawStyleProperty("height", "100%");
33
- _this.ae.setRawStyleProperty("text-align", "left");
34
- _this.ae.setRawStyleProperty("vertical-align", "middle");
35
- _this.ae.append(_this.cm);
20
+ _this.cl = 3;
21
+ _this.cs = null;
22
+ _this.cm = false;
23
+ _this.cn = 1;
24
+ _this.cp = null;
25
+ _this.cq = a.createElement("img");
26
+ _this.cq.listen("load", runOn(_this, _this.cv));
27
+ _this.cp = a.createElement("div");
28
+ _this.cp.setRawStyleProperty("background-size", "contain");
29
+ _this.cp.setRawStyleProperty("background-repeat", "no-repeat");
30
+ _this.cp.setRawStyleProperty("background-position", "center");
31
+ _this.cp.setRawStyleProperty("width", "100%");
32
+ _this.cp.setRawStyleProperty("height", "100%");
33
+ _this.ah.setRawStyleProperty("text-align", "left");
34
+ _this.ah.setRawStyleProperty("vertical-align", "middle");
35
+ _this.ah.append(_this.cp);
36
36
  return _this;
37
37
  }
38
- Object.defineProperty(ImageCell.prototype, "co", {
38
+ Object.defineProperty(ImageCell.prototype, "cr", {
39
39
  get: function () {
40
- return this.cn;
40
+ return this.cq;
41
41
  },
42
42
  enumerable: false,
43
43
  configurable: true
44
44
  });
45
- Object.defineProperty(ImageCell.prototype, "cl", {
45
+ Object.defineProperty(ImageCell.prototype, "co", {
46
46
  get: function () {
47
- return this.ck;
47
+ return this.cn;
48
48
  },
49
49
  set: function (a) {
50
- this.ck = a;
50
+ this.cn = a;
51
51
  },
52
52
  enumerable: false,
53
53
  configurable: true
54
54
  });
55
- ImageCell.prototype.cs = function (a) {
56
- this.cj = false;
57
- if (!stringIsNullOrEmpty(this.cp)) {
58
- this.cm.setRawStyleProperty("opacity", "1");
59
- this.cm.setRawStyleProperty("background-image", "url(" + this.cp + ")");
55
+ ImageCell.prototype.cv = function (a) {
56
+ this.cm = false;
57
+ if (!stringIsNullOrEmpty(this.cs)) {
58
+ this.cp.setRawStyleProperty("opacity", "1");
59
+ this.cp.setRawStyleProperty("background-image", "url(" + this.cs + ")");
60
60
  }
61
61
  };
62
- ImageCell.prototype.ct = function (a, b) {
63
- if (a == this.cp) {
62
+ ImageCell.prototype.cw = function (a, b) {
63
+ if (a == this.cs) {
64
64
  return;
65
65
  }
66
- this.cq();
67
- this.cm.setRawStyleProperty("opacity", "0");
66
+ this.ct();
67
+ this.cp.setRawStyleProperty("opacity", "0");
68
68
  if (a == null || a.length == 0) {
69
- this.cr(this.cn);
69
+ this.cu(this.cq);
70
70
  return;
71
71
  }
72
- if (Base.equalsStatic(a, this.cp)) {
72
+ if (Base.equalsStatic(a, this.cs)) {
73
73
  return;
74
74
  }
75
- this.cx(a, b);
76
- var img_ = this.cn.getNativeElement();
75
+ this.c0(a, b);
76
+ var img_ = this.cq.getNativeElement();
77
77
  if (img_ != null && (img_.complete)) {
78
- this.cj = false;
79
- this.cn.setRawStyleProperty("opacity", "1");
80
- this.cm.setRawStyleProperty("background-image", "url(" + this.cp + ")");
78
+ this.cm = false;
79
+ this.cq.setRawStyleProperty("opacity", "1");
80
+ this.cp.setRawStyleProperty("background-image", "url(" + this.cs + ")");
81
81
  }
82
82
  };
83
- ImageCell.prototype.cr = function (a) {
83
+ ImageCell.prototype.cu = function (a) {
84
84
  a.setAttribute("src", "");
85
- this.cm.setRawStyleProperty("background-image", "");
85
+ this.cp.setRawStyleProperty("background-image", "");
86
86
  };
87
- ImageCell.prototype.cw = function (a) {
87
+ ImageCell.prototype.cz = function (a) {
88
88
  switch (a) {
89
89
  case 1:
90
- this.cm.setRawStyleProperty("background-size", "100% 100%");
90
+ this.cp.setRawStyleProperty("background-size", "100% 100%");
91
91
  break;
92
92
  case 2:
93
- this.cm.setRawStyleProperty("background-size", "auto");
93
+ this.cp.setRawStyleProperty("background-size", "auto");
94
94
  break;
95
95
  case 0:
96
- this.cm.setRawStyleProperty("background-size", "contain");
96
+ this.cp.setRawStyleProperty("background-size", "contain");
97
97
  break;
98
98
  }
99
99
  };
100
- ImageCell.prototype.cx = function (a, b) {
101
- this.cj = true;
102
- this.cp = a;
103
- this.co.setAttribute("src", a);
100
+ ImageCell.prototype.c0 = function (a, b) {
101
+ this.cm = true;
102
+ this.cs = a;
103
+ this.cr.setAttribute("src", a);
104
104
  };
105
- ImageCell.prototype.cq = function () {
106
- if (this.cj) {
107
- this.cr(this.cn);
108
- this.cp = "";
105
+ ImageCell.prototype.ct = function () {
106
+ if (this.cm) {
107
+ this.cu(this.cq);
108
+ this.cs = "";
109
109
  }
110
110
  };
111
- ImageCell.prototype.cu = function (a) {
112
- this.ch = a;
111
+ ImageCell.prototype.cx = function (a) {
112
+ this.ck = a;
113
113
  };
114
- ImageCell.prototype.cv = function (a) {
115
- this.ci = a;
114
+ ImageCell.prototype.cy = function (a) {
115
+ this.cl = a;
116
116
  };
117
- ImageCell.prototype.get_w = function () {
117
+ ImageCell.prototype.get_z = function () {
118
118
  return true;
119
119
  };
120
- ImageCell.prototype.bp = function (a, b, c) {
121
- _super.prototype.bp.call(this, a, b, c);
120
+ ImageCell.prototype.bs = function (a, b, c) {
121
+ _super.prototype.bs.call(this, a, b, c);
122
122
  if (a == "Indent" || a == "IsCollapsable") {
123
- this.cm.setRawStyleProperty("margin-left", this.a0 + this.a2 + this.a1 + "px");
123
+ this.cp.setRawStyleProperty("margin-left", this.a3 + this.a5 + this.a4 + "px");
124
124
  }
125
125
  };
126
126
  ImageCell.$t = markType(ImageCell, 'ImageCell', GridCellBase.$);
@@ -28,30 +28,30 @@ var ImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  ImageCellPresenter.prototype.b = function (a) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
- if (a.ay) {
32
- if (a.a3(CellModel.es) || a.a3(CellModel.gt)) {
33
- var c = Math.min(1, Math.max(0, a.ck));
34
- var d = a.ca * (1 - c);
35
- this.d.cl = d;
31
+ if (a.a3) {
32
+ if (a.a8(CellModel.fa) || a.a8(CellModel.hc)) {
33
+ var c = Math.min(1, Math.max(0, a.ct));
34
+ var d = a.cj * (1 - c);
35
+ this.d.co = d;
36
36
  }
37
- if (b.a3(ImageCellModel.ln) || b.a3(ImageCellModel.lo)) {
38
- this.e(b.lr, b.lk);
37
+ if (b.a8(ImageCellModel.mj) || b.a8(ImageCellModel.mk)) {
38
+ this.e(b.mn, b.mg);
39
39
  }
40
- if (b.a3(ImageCellModel.lp) || b.a3(ImageCellModel.fe) || b.a3(ImageCellModel.gs)) {
41
- this.f(b.lm, b.g, b.i);
40
+ if (b.a8(ImageCellModel.ml) || b.a8(ImageCellModel.fw) || b.a8(ImageCellModel.hb)) {
41
+ this.f(b.mi, b.g, b.i);
42
42
  }
43
- if (b.a3(ImageCellModel.gn)) {
43
+ if (b.a8(ImageCellModel.g6)) {
44
44
  if (a.u == 1) {
45
- this.d.cq();
45
+ this.d.ct();
46
46
  }
47
47
  else if (a.u == 2) {
48
- this.e(b.lr, b.lk);
48
+ this.e(b.mn, b.mg);
49
49
  }
50
50
  }
51
51
  }
52
52
  };
53
53
  ImageCellPresenter.prototype.f = function (a, b, c) {
54
- this.d.cw(a);
54
+ this.d.cz(a);
55
55
  };
56
56
  ImageCellPresenter.prototype.e = function (a, b) {
57
57
  var c = a.toLowerCase();
@@ -59,35 +59,35 @@ var ImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
59
59
  b = 4;
60
60
  }
61
61
  if (stringStartsWith(c, "http") || b == 4) {
62
- this.d.ct(a, 4);
62
+ this.d.cw(a, 4);
63
63
  }
64
64
  if (stringStartsWith(c, "asset") || b == 2) {
65
65
  var d = a;
66
66
  if (stringStartsWith(c, "asset")) {
67
67
  d = a.substr(8);
68
68
  }
69
- this.d.ct(d, 2);
69
+ this.d.cw(d, 2);
70
70
  }
71
71
  if (stringStartsWith(c, "drawable") || b == 1) {
72
72
  var e = a;
73
73
  if (stringStartsWith(c, "drawable")) {
74
74
  e = a.substr(11);
75
75
  }
76
- this.d.ct(e, 1);
76
+ this.d.cw(e, 1);
77
77
  }
78
78
  if (stringStartsWith(c, "nativeresource") || b == 1) {
79
79
  var f = a;
80
80
  if (stringStartsWith(c, "nativeresource")) {
81
81
  f = a.substr(17);
82
82
  }
83
- this.d.ct(f, 1);
83
+ this.d.cw(f, 1);
84
84
  }
85
85
  if (stringStartsWith(c, "embeddedresource") || b == 3) {
86
86
  var g = a;
87
87
  if (stringStartsWith(c, "embeddedresource")) {
88
88
  g = a.substr(19);
89
89
  }
90
- this.d.ct(g, 3);
90
+ this.d.cw(g, 3);
91
91
  }
92
92
  };
93
93
  ImageCellPresenter.$t = markType(ImageCellPresenter, 'ImageCellPresenter', CellPresenterBase.$);
@@ -136,8 +136,8 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
136
136
  return;
137
137
  }
138
138
  this.p = false;
139
- if (b.ep != a) {
140
- b.ep = a;
139
+ if (b.g1 != a) {
140
+ b.g1 = a;
141
141
  this.p = true;
142
142
  }
143
143
  else {
@@ -151,14 +151,14 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
151
151
  MultiColumnComboBoxView.prototype.az = function () {
152
152
  var a = this.n;
153
153
  if (null != a) {
154
- a.b5();
154
+ a.b6();
155
155
  }
156
156
  this.co();
157
157
  var b = this.g.p();
158
158
  if (null != b) {
159
- var c = b.ep;
159
+ var c = b.g1;
160
160
  if (null != c) {
161
- b.ep = null;
161
+ b.g1 = null;
162
162
  }
163
163
  }
164
164
  };
@@ -255,10 +255,10 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
255
255
  var a = this.ac.createElement("div");
256
256
  var b = this.ac.getSubRenderer(a);
257
257
  this.m = new Popup();
258
- this.m.aq = this.f.bn;
259
- this.m.ax = this.f.br;
260
- this.m.cy = BrushUtil.h(255, 255, 255, 255);
261
- this.m.a8 = 150;
258
+ this.m.ar = this.f.bn;
259
+ this.m.ay = this.f.br;
260
+ this.m.c0 = BrushUtil.h(255, 255, 255, 255);
261
+ this.m.a9 = 150;
262
262
  this.m.provideRenderer(b);
263
263
  var c = b.getExternal(this.m, b.rootWrapper, b.getExternal(this.g, null, null));
264
264
  this.am = this.ac.createElement("div");
@@ -387,13 +387,13 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
387
387
  this.c1();
388
388
  this.bp();
389
389
  var a = this.n;
390
- if (a.aw) {
390
+ if (a.ax) {
391
391
  return;
392
392
  }
393
393
  var b = this.c4();
394
- a.al = !this.w;
394
+ a.am = !this.w;
395
395
  if (this.f.bo) {
396
- a.cp(this.ac.rootWrapper.getNativeElement(), 1, 1);
396
+ a.cr(this.ac.rootWrapper.getNativeElement(), 1, 1);
397
397
  }
398
398
  else {
399
399
  a.showRelativeToExclusionRect(b, 1, 1);
@@ -454,11 +454,11 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
454
454
  a.gi(b);
455
455
  };
456
456
  MultiColumnComboBoxView.prototype.bp = function () {
457
- this.n.b8();
457
+ this.n.b9();
458
458
  };
459
459
  MultiColumnComboBoxView.prototype.br = function () {
460
460
  var a = this.n;
461
- if (a.aw) {
461
+ if (a.ax) {
462
462
  this.az();
463
463
  var b = this.j;
464
464
  b.focus();
@@ -642,7 +642,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
642
642
  }
643
643
  this.w = true;
644
644
  if (stringIsNullOrEmpty(this.au)) {
645
- if (null != a.ep) {
645
+ if (null != a.g1) {
646
646
  this.aw(null);
647
647
  }
648
648
  else {
@@ -712,7 +712,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
712
712
  }
713
713
  var f = this.g;
714
714
  var g = this.g.p();
715
- e = g.jd();
715
+ e = g.lt();
716
716
  }
717
717
  d.d = e;
718
718
  d.b = a;
@@ -763,7 +763,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
763
763
  }
764
764
  if (null != this.l) {
765
765
  this.l.text = a.fb;
766
- this.l.df = a.hq;
766
+ this.l.di = a.hq;
767
767
  this.l.y = a.av;
768
768
  }
769
769
  if (null != this.am) {
@@ -796,7 +796,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
796
796
  };
797
797
  MultiColumnComboBoxView.prototype.co = function () {
798
798
  var a = this.n;
799
- var b = null != a ? a.aw : false;
799
+ var b = null != a ? a.ax : false;
800
800
  this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
801
801
  };
802
802
  MultiColumnComboBoxView.prototype.ct = function () {
@@ -840,9 +840,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
840
840
  this.au = null;
841
841
  var a = this.g.p();
842
842
  if (null != a) {
843
- var b = a.ep;
843
+ var b = a.g1;
844
844
  if (null != b) {
845
- a.ep = null;
845
+ a.g1 = null;
846
846
  }
847
847
  else {
848
848
  this.cw();
@@ -879,7 +879,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
879
879
  _this.d.isColumnOptionsEnabled = false;
880
880
  _this.d.isActiveCellStyleEnabled = false;
881
881
  _this.d.cornerRadius = new CornerRadius(0, 0);
882
- _this.d.iw = false;
882
+ _this.d.ix = false;
883
883
  var b = _this.d;
884
884
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(_this, _this.a7));
885
885
  var c = _this.d;
@@ -973,9 +973,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
973
973
  }
974
974
  }
975
975
  this.a = null;
976
- if (this.n != null && this.n.aw) {
976
+ if (this.n != null && this.n.ax) {
977
977
  this.c1();
978
- this.n.b8();
978
+ this.n.b9();
979
979
  }
980
980
  }
981
981
  };
@@ -1073,7 +1073,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1073
1073
  };
1074
1074
  MultiColumnComboBoxView.prototype.a4 = function (a) {
1075
1075
  var b = this.n;
1076
- if (b.aw) {
1076
+ if (b.ax) {
1077
1077
  this.az();
1078
1078
  }
1079
1079
  else {
@@ -1170,7 +1170,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1170
1170
  }
1171
1171
  var k = this.e.activeCell;
1172
1172
  if (null != j.activeCell) {
1173
- this.d.ki(false, false);
1173
+ this.d.kk(false, false);
1174
1174
  b.preventDefault();
1175
1175
  }
1176
1176
  else {
@@ -1197,7 +1197,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1197
1197
  }
1198
1198
  var o = this.e.activeCell;
1199
1199
  if (null != n.activeCell) {
1200
- this.d.kv(false, false);
1200
+ this.d.kx(false, false);
1201
1201
  b.preventDefault();
1202
1202
  }
1203
1203
  else {
@@ -1213,7 +1213,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1213
1213
  }
1214
1214
  break;
1215
1215
  case 13:
1216
- if (this.n.aw) {
1216
+ if (this.n.ax) {
1217
1217
  b.stopPropagation();
1218
1218
  }
1219
1219
  this.br();
@@ -1244,11 +1244,11 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1244
1244
  };
1245
1245
  MultiColumnComboBoxView.prototype.c3 = function (a) {
1246
1246
  var b = this.n;
1247
- if (null == b || false == b.aw) {
1247
+ if (null == b || false == b.ax) {
1248
1248
  return;
1249
1249
  }
1250
1250
  var c = this.c4();
1251
- this.m.b9(c);
1251
+ this.m.ca(c);
1252
1252
  };
1253
1253
  MultiColumnComboBoxView.prototype.cq = function () {
1254
1254
  if (this.g.disallowTabFocus) {
@@ -1270,12 +1270,12 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1270
1270
  };
1271
1271
  MultiColumnComboBoxView.prototype.cp = function () {
1272
1272
  if (this.m != null) {
1273
- this.m.aq = this.g.bn;
1273
+ this.m.ar = this.g.bn;
1274
1274
  }
1275
1275
  };
1276
1276
  MultiColumnComboBoxView.prototype.cs = function () {
1277
1277
  if (this.m != null) {
1278
- this.m.ax = this.g.br;
1278
+ this.m.ay = this.g.br;
1279
1279
  }
1280
1280
  };
1281
1281
  MultiColumnComboBoxView.$t = markType(MultiColumnComboBoxView, 'MultiColumnComboBoxView');
@@ -2776,7 +2776,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
2776
2776
  try {
2777
2777
  for (var _b = __values(fromEnum(c)), _c = _b.next(); !_c.done; _c = _b.next()) {
2778
2778
  var d = _c.value;
2779
- if (0 == StringComparer.b.compare(d.i8, a)) {
2779
+ if (0 == StringComparer.b.compare(d.lo, a)) {
2780
2780
  return d;
2781
2781
  }
2782
2782
  }
@@ -3115,8 +3115,8 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
3115
3115
  };
3116
3116
  MultiColumnComboBox.$t = markType(MultiColumnComboBox, 'MultiColumnComboBox', Base.$, [INotifyPropertyChanged_$type]);
3117
3117
  MultiColumnComboBox.ag = 1;
3118
- MultiColumnComboBox.hy = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
3119
- MultiColumnComboBox.h0 = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
3118
+ MultiColumnComboBox.hy = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.dd, XLabel.c6);
3119
+ MultiColumnComboBox.h0 = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.dd, XLabel.c6);
3120
3120
  MultiColumnComboBox.hz = BrushUtil.h(255, 255, 255, 255);
3121
3121
  MultiColumnComboBox.ay = null;
3122
3122
  MultiColumnComboBox.d3 = "ActualNoMatchesFoundLabelBackgroundColor";
@@ -0,0 +1,57 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { Base, markType } from "igniteui-webcomponents-core";
9
+ import { INativeUIElementFactory_$type } from "igniteui-webcomponents-core";
10
+ import { NativeUIComponent } from "igniteui-webcomponents-core";
11
+ /**
12
+ * @hidden
13
+ */
14
+ var NativeUIComboFactory = /** @class */ /*@__PURE__*/ (function (_super) {
15
+ __extends(NativeUIComboFactory, _super);
16
+ function NativeUIComboFactory() {
17
+ var _this = _super !== null && _super.apply(this, arguments) || this;
18
+ _this.c = 2;
19
+ return _this;
20
+ }
21
+ Object.defineProperty(NativeUIComboFactory, "instance", {
22
+ get: function () {
23
+ if (NativeUIComboFactory.a == null) {
24
+ NativeUIComboFactory.a = new NativeUIComboFactory();
25
+ }
26
+ return NativeUIComboFactory.a;
27
+ },
28
+ enumerable: false,
29
+ configurable: true
30
+ });
31
+ NativeUIComboFactory.register = function () {
32
+ NativeUIComponent.as(NativeUIComboFactory.instance);
33
+ };
34
+ Object.defineProperty(NativeUIComboFactory.prototype, "flavor", {
35
+ get: function () {
36
+ return this.c;
37
+ },
38
+ enumerable: false,
39
+ configurable: true
40
+ });
41
+ NativeUIComboFactory.prototype.createComponent = function (a, b, c) {
42
+ switch (b) {
43
+ }
44
+ };
45
+ NativeUIComboFactory.prototype.createComponentSync = function (a, b, c) {
46
+ this.createComponent(a, b, c);
47
+ };
48
+ NativeUIComboFactory.prototype.supportsComponent = function (a) {
49
+ switch (a) {
50
+ }
51
+ return false;
52
+ };
53
+ NativeUIComboFactory.$t = markType(NativeUIComboFactory, 'NativeUIComboFactory', Base.$, [INativeUIElementFactory_$type]);
54
+ NativeUIComboFactory.a = null;
55
+ return NativeUIComboFactory;
56
+ }(Base));
57
+ export { NativeUIComboFactory };
@@ -31,7 +31,7 @@ var NativeUIGridFactory = /** @class */ /*@__PURE__*/ (function (_super) {
31
31
  configurable: true
32
32
  });
33
33
  NativeUIGridFactory.register = function () {
34
- NativeUIComponent.ar(NativeUIGridFactory.instance);
34
+ NativeUIComponent.as(NativeUIGridFactory.instance);
35
35
  };
36
36
  Object.defineProperty(NativeUIGridFactory.prototype, "flavor", {
37
37
  get: function () {
@@ -14,14 +14,14 @@ var NumericCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(NumericCell, _super);
15
15
  function NumericCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.b1(_this.ci, 2);
18
- _this.b5(_this.ci, 1);
17
+ _this.b4(_this.cl, 2);
18
+ _this.b8(_this.cl, 1);
19
19
  return _this;
20
20
  }
21
- NumericCell.prototype.bp = function (a, b, c) {
22
- _super.prototype.bp.call(this, a, b, c);
21
+ NumericCell.prototype.bs = function (a, b, c) {
22
+ _super.prototype.bs.call(this, a, b, c);
23
23
  if (a == "Indent" || a == "IsCollapsable") {
24
- this.ci.setRawStyleProperty("margin-left", this.a0 + this.a2 + this.a1 + "px");
24
+ this.cl.setRawStyleProperty("margin-left", this.a3 + this.a5 + this.a4 + "px");
25
25
  }
26
26
  };
27
27
  NumericCell.$t = markType(NumericCell, 'NumericCell', TextCell.$);
@@ -28,18 +28,18 @@ var NumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  NumericCellPresenter.prototype.b = function (a) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
- if (a.ay) {
32
- if (a.a3(NumericCellModel.l8) || b.lp()) {
33
- b.jb = this.e(b);
34
- this.d.ci.setRawText(b.jb);
31
+ if (a.a3) {
32
+ if (a.a8(NumericCellModel.m4) || b.ml()) {
33
+ b.j1 = this.e(b);
34
+ this.d.cl.setRawText(b.j1);
35
35
  }
36
- ContentCellModelHelper.a(this.a.ab, b, this.a.ae, this.d.ci, this.a);
36
+ ContentCellModelHelper.a(this.a.ae, b, this.a.ah, this.d.cl, this.a);
37
37
  }
38
38
  };
39
39
  NumericCellPresenter.prototype.e = function (a) {
40
- if (a.me != null) {
41
- var val_ = a.ls;
42
- var override_ = a.me;
40
+ if (a.na != null) {
41
+ var val_ = a.mo;
42
+ var override_ = a.na;
43
43
  return (override_.format(val_));
44
44
  }
45
45
  return NumericCellFormatter.c(a);