igniteui-webcomponents-grids 5.1.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 (427) 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 +7842 -7830
  334. package/grids/styles.css +1 -1
  335. package/grids/themes/dark/bootstrap.css +1 -1
  336. package/grids/themes/dark/fluent.css +1 -1
  337. package/grids/themes/dark/indigo.css +1 -1
  338. package/grids/themes/dark/material.css +1 -1
  339. package/grids/themes/light/bootstrap.css +1 -1
  340. package/grids/themes/light/fluent.css +1 -1
  341. package/grids/themes/light/indigo.css +1 -1
  342. package/grids/themes/light/material.css +1 -1
  343. package/lib/BaseEditorView.d.ts +12 -11
  344. package/lib/CanvasGridCellBase.d.ts +113 -110
  345. package/lib/CanvasImageCell.d.ts +13 -13
  346. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  347. package/lib/CanvasSummaryCell.d.ts +14 -14
  348. package/lib/CanvasTemplateCell.d.ts +4 -4
  349. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  350. package/lib/CanvasTextCell.d.ts +1 -1
  351. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  352. package/lib/CheckboxListBridge.d.ts +20 -9
  353. package/lib/CheckboxListExternal.d.ts +6 -6
  354. package/lib/CheckboxListExternalIndexType.d.ts +12 -0
  355. package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
  356. package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
  357. package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
  358. package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
  359. package/lib/CheckboxListViewExternal.d.ts +20 -0
  360. package/lib/CheckboxListView_combined.d.ts +135 -121
  361. package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
  362. package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
  363. package/lib/ColumnSummaryDescription.d.ts +21 -18
  364. package/lib/ComboEditorView.d.ts +17 -17
  365. package/lib/DataGridColumnToolbarManager.d.ts +1 -0
  366. package/lib/DateEditorView.d.ts +14 -14
  367. package/lib/EditorCell.d.ts +67 -67
  368. package/lib/FilterCell.d.ts +55 -55
  369. package/lib/GridCellBase.d.ts +92 -89
  370. package/lib/GridCompoundConditionalStyle.d.ts +1 -0
  371. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
  372. package/lib/GridConditionalStyle.d.ts +1 -0
  373. package/lib/GridConditionalStyleBoundType.d.ts +9 -0
  374. package/lib/GridConditionalStyleCollection.d.ts +1 -0
  375. package/lib/GridConditionalStyleProperty.d.ts +127 -0
  376. package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
  377. package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
  378. package/lib/GridFilterDialogView_combined.d.ts +103 -79
  379. package/lib/GridModuleHelper.d.ts +8 -0
  380. package/lib/GridSelectedKeysCollection.d.ts +6 -2
  381. package/lib/GridStyleRepository.d.ts +68 -62
  382. package/lib/ICellActionManager.d.ts +1 -1
  383. package/lib/ICellPresenter.d.ts +1 -1
  384. package/lib/ICellRenderingEngine.d.ts +1 -1
  385. package/lib/IDataAdapter.d.ts +1 -1
  386. package/lib/IDragger.d.ts +1 -1
  387. package/lib/IDraggerView.d.ts +1 -1
  388. package/lib/IExternalDefinitionBase.d.ts +1 -1
  389. package/lib/IExternalGrid.d.ts +1 -1
  390. package/lib/IGridInfoRequestor.d.ts +1 -1
  391. package/lib/ISummaryChooserView.d.ts +1 -1
  392. package/lib/ImageCell.d.ts +18 -18
  393. package/lib/NativeUIComboFactory.d.ts +18 -0
  394. package/lib/NumericCell.d.ts +1 -1
  395. package/lib/SectionHeaderCell.d.ts +4 -4
  396. package/lib/SummaryCell.d.ts +10 -10
  397. package/lib/TemplateCell.d.ts +6 -6
  398. package/lib/TemplateHeader.d.ts +4 -4
  399. package/lib/TemplateHeaderCell.d.ts +3 -3
  400. package/lib/TemplateHeaderCellModel.d.ts +7 -6
  401. package/lib/TemplateSectionHeader.d.ts +3 -3
  402. package/lib/TextCell.d.ts +7 -7
  403. package/lib/TextEditorView.d.ts +7 -7
  404. package/lib/TextHeaderCell.d.ts +30 -30
  405. package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
  406. package/lib/TextIconSetConditionalStyle.d.ts +18 -0
  407. package/lib/VerticalSeparatorCell.d.ts +8 -8
  408. package/lib/igc-checkbox-list-component.d.ts +10 -0
  409. package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
  410. package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
  411. package/lib/igc-column-summary-description.d.ts +5 -0
  412. package/lib/igc-data-grid-column-component.d.ts +8 -0
  413. package/lib/igc-data-grid-component.d.ts +5 -0
  414. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  415. package/lib/igc-definition-base-component.d.ts +63 -0
  416. package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
  417. package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
  418. package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
  419. package/lib/igc-grid-conditional-style-component.d.ts +80 -0
  420. package/lib/igc-grid-conditional-style-module.d.ts +3 -0
  421. package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
  422. package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
  423. package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
  424. package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
  425. package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
  426. package/package.json +4 -4
  427. package/public_api.d.ts +36 -4
@@ -19,6 +19,12 @@ export let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
19
19
  if (this.i.connectedCallback) {
20
20
  this.i.connectedCallback();
21
21
  }
22
+ if (this.updateContentChildren) {
23
+ this.updateContentChildren();
24
+ }
25
+ else if (this._updateAdapters) {
26
+ this._updateAdapters();
27
+ }
22
28
  if (!this._attached) {
23
29
  this._attached = true;
24
30
  this._flushQueuedAttributes();
@@ -49,41 +55,41 @@ export let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
49
55
  * Gets or sets the background color for summary cells when selected.
50
56
  */
51
57
  get selectedBackground() {
52
- return brushToString(this.i.fj);
58
+ return brushToString(this.i.hv);
53
59
  }
54
60
  set selectedBackground(v) {
55
- this.i.fj = stringToBrush(v);
56
- this._a("selectedBackground", brushToString(this.i.fj));
61
+ this.i.hv = stringToBrush(v);
62
+ this._a("selectedBackground", brushToString(this.i.hv));
57
63
  }
58
64
  /**
59
65
  * Gets the actual background color for summary cells when selected.
60
66
  */
61
67
  get actualSelectedBackground() {
62
- return brushToString(this.i.fg);
68
+ return brushToString(this.i.hs);
63
69
  }
64
70
  set actualSelectedBackground(v) {
65
- this.i.fg = stringToBrush(v);
66
- this._a("actualSelectedBackground", brushToString(this.i.fg));
71
+ this.i.hs = stringToBrush(v);
72
+ this._a("actualSelectedBackground", brushToString(this.i.hs));
67
73
  }
68
74
  /**
69
75
  * Gets or sets the text color for the summary labels.
70
76
  */
71
77
  get summaryLabelTextColor() {
72
- return brushToString(this.i.fk);
78
+ return brushToString(this.i.hw);
73
79
  }
74
80
  set summaryLabelTextColor(v) {
75
- this.i.fk = stringToBrush(v);
76
- this._a("summaryLabelTextColor", brushToString(this.i.fk));
81
+ this.i.hw = stringToBrush(v);
82
+ this._a("summaryLabelTextColor", brushToString(this.i.hw));
77
83
  }
78
84
  /**
79
85
  * Gets the actual text color for the summary labels.
80
86
  */
81
87
  get actualSummaryLabelTextColor() {
82
- return brushToString(this.i.fh);
88
+ return brushToString(this.i.ht);
83
89
  }
84
90
  set actualSummaryLabelTextColor(v) {
85
- this.i.fh = stringToBrush(v);
86
- this._a("actualSummaryLabelTextColor", brushToString(this.i.fh));
91
+ this.i.ht = stringToBrush(v);
92
+ this._a("actualSummaryLabelTextColor", brushToString(this.i.ht));
87
93
  }
88
94
  /**
89
95
  * Gets or sets the text style for the summary labels.
@@ -104,41 +110,41 @@ export let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
104
110
  * Gets or sets the amount of left padding to use for the cell content for this column.
105
111
  */
106
112
  get paddingLeft() {
107
- return this.i.ew;
113
+ return this.i.g8;
108
114
  }
109
115
  set paddingLeft(v) {
110
- this.i.ew = +v;
111
- this._a("paddingLeft", this.i.ew);
116
+ this.i.g8 = +v;
117
+ this._a("paddingLeft", this.i.g8);
112
118
  }
113
119
  /**
114
120
  * Gets or sets the amount of top padding to use for the cell content for this column.
115
121
  */
116
122
  get paddingTop() {
117
- return this.i.ey;
123
+ return this.i.ha;
118
124
  }
119
125
  set paddingTop(v) {
120
- this.i.ey = +v;
121
- this._a("paddingTop", this.i.ey);
126
+ this.i.ha = +v;
127
+ this._a("paddingTop", this.i.ha);
122
128
  }
123
129
  /**
124
130
  * Gets or sets the amount of right padding to use for the cell content of this column.
125
131
  */
126
132
  get paddingRight() {
127
- return this.i.ex;
133
+ return this.i.g9;
128
134
  }
129
135
  set paddingRight(v) {
130
- this.i.ex = +v;
131
- this._a("paddingRight", this.i.ex);
136
+ this.i.g9 = +v;
137
+ this._a("paddingRight", this.i.g9);
132
138
  }
133
139
  /**
134
140
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
135
141
  */
136
142
  get paddingBottom() {
137
- return this.i.ev;
143
+ return this.i.g7;
138
144
  }
139
145
  set paddingBottom(v) {
140
- this.i.ev = +v;
141
- this._a("paddingBottom", this.i.ev);
146
+ this.i.g7 = +v;
147
+ this._a("paddingBottom", this.i.g7);
142
148
  }
143
149
  }
144
150
  IgcSummaryRowComponent._observedAttributesIgcSummaryRowComponent = null;
@@ -23,6 +23,12 @@ export let IgcSummaryRowRootComponent = /*@__PURE__*/ (() => {
23
23
  if (this.i.connectedCallback) {
24
24
  this.i.connectedCallback();
25
25
  }
26
+ if (this.updateContentChildren) {
27
+ this.updateContentChildren();
28
+ }
29
+ else if (this._updateAdapters) {
30
+ this._updateAdapters();
31
+ }
26
32
  if (!this._attached) {
27
33
  this._attached = true;
28
34
  this._flushQueuedAttributes();
@@ -23,6 +23,12 @@ export let IgcSummaryRowSectionComponent = /*@__PURE__*/ (() => {
23
23
  if (this.i.connectedCallback) {
24
24
  this.i.connectedCallback();
25
25
  }
26
+ if (this.updateContentChildren) {
27
+ this.updateContentChildren();
28
+ }
29
+ else if (this._updateAdapters) {
30
+ this._updateAdapters();
31
+ }
26
32
  if (!this._attached) {
27
33
  this._attached = true;
28
34
  this._flushQueuedAttributes();
@@ -20,9 +20,9 @@ export class IgcTemplateCellInfo extends IgcCellInfo {
20
20
  * Sets or gets the value to provide to the template.
21
21
  */
22
22
  get value() {
23
- return this.i.ll;
23
+ return this.i.mh;
24
24
  }
25
25
  set value(v) {
26
- this.i.ll = v;
26
+ this.i.mh = v;
27
27
  }
28
28
  }
@@ -201,6 +201,12 @@ export let IgcTemplateColumnComponent = /*@__PURE__*/ (() => {
201
201
  if (this.i.connectedCallback) {
202
202
  this.i.connectedCallback();
203
203
  }
204
+ if (this.updateContentChildren) {
205
+ this.updateContentChildren();
206
+ }
207
+ else if (this._updateAdapters) {
208
+ this._updateAdapters();
209
+ }
204
210
  if (!this._attached) {
205
211
  this._attached = true;
206
212
  this._flushQueuedAttributes();
@@ -21,9 +21,9 @@ export class IgcTemplateHeaderCellInfo extends IgcTemplateCellInfo {
21
21
  * Sets or gets whether the filter UI should be visible in the header.
22
22
  */
23
23
  get isFilterUIVisible() {
24
- return this.i.lo;
24
+ return this.i.mk;
25
25
  }
26
26
  set isFilterUIVisible(v) {
27
- this.i.lo = ensureBool(v);
27
+ this.i.mk = ensureBool(v);
28
28
  }
29
29
  }
@@ -30,6 +30,12 @@ export let IgcTemplateHeaderComponent = /*@__PURE__*/ (() => {
30
30
  if (this.i.connectedCallback) {
31
31
  this.i.connectedCallback();
32
32
  }
33
+ if (this.updateContentChildren) {
34
+ this.updateContentChildren();
35
+ }
36
+ else if (this._updateAdapters) {
37
+ this._updateAdapters();
38
+ }
33
39
  if (!this._attached) {
34
40
  this._attached = true;
35
41
  this._flushQueuedAttributes();
@@ -30,6 +30,12 @@ export let IgcTemplateSectionHeaderComponent = /*@__PURE__*/ (() => {
30
30
  if (this.i.connectedCallback) {
31
31
  this.i.connectedCallback();
32
32
  }
33
+ if (this.updateContentChildren) {
34
+ this.updateContentChildren();
35
+ }
36
+ else if (this._updateAdapters) {
37
+ this._updateAdapters();
38
+ }
33
39
  if (!this._attached) {
34
40
  this._attached = true;
35
41
  this._flushQueuedAttributes();
@@ -20,9 +20,9 @@ export class IgcTextCellInfo extends IgcCellInfo {
20
20
  * Sets or gets the text value for the cell.
21
21
  */
22
22
  get textValue() {
23
- return this.i.ll;
23
+ return this.i.mh;
24
24
  }
25
25
  set textValue(v) {
26
- this.i.ll = v;
26
+ this.i.mh = v;
27
27
  }
28
28
  }
@@ -27,6 +27,12 @@ export let IgcTextColumnComponent = /*@__PURE__*/ (() => {
27
27
  if (this.i.connectedCallback) {
28
28
  this.i.connectedCallback();
29
29
  }
30
+ if (this.updateContentChildren) {
31
+ this.updateContentChildren();
32
+ }
33
+ else if (this._updateAdapters) {
34
+ this._updateAdapters();
35
+ }
30
36
  if (!this._attached) {
31
37
  this._attached = true;
32
38
  this._flushQueuedAttributes();
@@ -63,38 +69,38 @@ export let IgcTextColumnComponent = /*@__PURE__*/ (() => {
63
69
  * Gets or sets the editor type used for editing cells in this column.
64
70
  */
65
71
  get editorType() {
66
- return this.i.ll;
72
+ return this.i.n2;
67
73
  }
68
74
  set editorType(v) {
69
- this.i.ll = ensureEnum(EditorType_$type, v);
70
- this._a("editorType", enumToString(EditorType_$type, this.i.ll));
75
+ this.i.n2 = ensureEnum(EditorType_$type, v);
76
+ this._a("editorType", enumToString(EditorType_$type, this.i.n2));
71
77
  }
72
78
  /**
73
79
  * Gets or sets the ComboBox data source.
74
80
  */
75
81
  get editorDataSource() {
76
- return this.i.lm;
82
+ return this.i.n3;
77
83
  }
78
84
  set editorDataSource(v) {
79
- this.i.lm = v;
85
+ this.i.n3 = v;
80
86
  }
81
87
  /**
82
88
  * Gets or sets the ComboBox text field.
83
89
  */
84
90
  get editorTextField() {
85
- return this.i.lo;
91
+ return this.i.n5;
86
92
  }
87
93
  set editorTextField(v) {
88
- this.i.lo = v;
94
+ this.i.n5 = v;
89
95
  }
90
96
  /**
91
97
  * Gets or sets the ComboBox value field.
92
98
  */
93
99
  get editorValueField() {
94
- return this.i.lp;
100
+ return this.i.n6;
95
101
  }
96
102
  set editorValueField(v) {
97
- this.i.lp = v;
103
+ this.i.n6 = v;
98
104
  }
99
105
  }
100
106
  IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;
@@ -24,42 +24,42 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
24
24
  * Sets or gets whether the filter UI should be visible in the header.
25
25
  */
26
26
  get isColumnOptionsEnabled() {
27
- return this.i.lu;
27
+ return this.i.mq;
28
28
  }
29
29
  set isColumnOptionsEnabled(v) {
30
- this.i.lu = ensureBool(v);
30
+ this.i.mq = ensureBool(v);
31
31
  }
32
32
  get sortIndicatorStyle() {
33
- return this.i.ls;
33
+ return this.i.mo;
34
34
  }
35
35
  set sortIndicatorStyle(v) {
36
- this.i.ls = ensureEnum(SortIndicatorStyle_$type, v);
36
+ this.i.mo = ensureEnum(SortIndicatorStyle_$type, v);
37
37
  }
38
38
  /**
39
39
  * Gets or sets the alignment of the column options icon within the header cell.
40
40
  */
41
41
  get columnOptionsIconAlignment() {
42
- return this.i.lo;
42
+ return this.i.mk;
43
43
  }
44
44
  set columnOptionsIconAlignment(v) {
45
- this.i.lo = ensureEnum(ColumnOptionsIconAlignment_$type, v);
45
+ this.i.mk = ensureEnum(ColumnOptionsIconAlignment_$type, v);
46
46
  }
47
47
  /**
48
48
  * Gets or sets the color for the column options icon in the header.
49
49
  */
50
50
  get columnOptionsIconColor() {
51
- return brushToString(this.i.l6);
51
+ return brushToString(this.i.m2);
52
52
  }
53
53
  set columnOptionsIconColor(v) {
54
- this.i.l6 = stringToBrush(v);
54
+ this.i.m2 = stringToBrush(v);
55
55
  }
56
56
  /**
57
57
  * Gets or sets how the column option icon will behave in the header.
58
58
  */
59
59
  get columnOptionsIconBehavior() {
60
- return this.i.lq;
60
+ return this.i.mm;
61
61
  }
62
62
  set columnOptionsIconBehavior(v) {
63
- this.i.lq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
63
+ this.i.mm = ensureEnum(ColumnOptionsIconBehavior_$type, v);
64
64
  }
65
65
  }
@@ -26,6 +26,12 @@ export let IgcTextHeaderComponent = /*@__PURE__*/ (() => {
26
26
  if (this.i.connectedCallback) {
27
27
  this.i.connectedCallback();
28
28
  }
29
+ if (this.updateContentChildren) {
30
+ this.updateContentChildren();
31
+ }
32
+ else if (this._updateAdapters) {
33
+ this._updateAdapters();
34
+ }
29
35
  if (!this._attached) {
30
36
  this._attached = true;
31
37
  this._flushQueuedAttributes();
@@ -0,0 +1,94 @@
1
+ import { TextIconSetBuiltInTypes_$type } from "./TextIconSetBuiltInTypes";
2
+ import { IgcGridConditionalStyleCollection } from "./igc-grid-conditional-style-collection";
3
+ import { IgcGridCompoundConditionalStyleComponent } from "./igc-grid-compound-conditional-style-component";
4
+ import { TextIconSetConditionalStyle } from "./TextIconSetConditionalStyle";
5
+ import { getAllPropertyNames, toSpinal, ensureEnum, enumToString } from "igniteui-webcomponents-core";
6
+ import { RegisterElementHelper } from "igniteui-webcomponents-core";
7
+ export let IgcTextIconSetConditionalStyleComponent = /*@__PURE__*/ (() => {
8
+ class IgcTextIconSetConditionalStyleComponent extends IgcGridCompoundConditionalStyleComponent {
9
+ createImplementation() {
10
+ return new TextIconSetConditionalStyle();
11
+ }
12
+ /**
13
+ * @hidden
14
+ */
15
+ get i() {
16
+ return this._implementation;
17
+ }
18
+ constructor() {
19
+ super();
20
+ }
21
+ connectedCallback() {
22
+ if (super["connectedCallback"]) {
23
+ super["connectedCallback"]();
24
+ }
25
+ if (this.i.connectedCallback) {
26
+ this.i.connectedCallback();
27
+ }
28
+ if (this.updateContentChildren) {
29
+ this.updateContentChildren();
30
+ }
31
+ else if (this._updateAdapters) {
32
+ this._updateAdapters();
33
+ }
34
+ if (!this._attached) {
35
+ this._attached = true;
36
+ this._flushQueuedAttributes();
37
+ }
38
+ }
39
+ disconnectedCallback() {
40
+ if (super["disconnectedCallback"]) {
41
+ super["disconnectedCallback"]();
42
+ }
43
+ if (this.i.disconnectedCallback) {
44
+ this.i.disconnectedCallback();
45
+ }
46
+ if (this._attached) {
47
+ this._attached = false;
48
+ }
49
+ }
50
+ static get observedAttributes() {
51
+ if (IgcTextIconSetConditionalStyleComponent._observedAttributesIgcTextIconSetConditionalStyleComponent == null) {
52
+ let names = getAllPropertyNames(IgcTextIconSetConditionalStyleComponent);
53
+ for (let i = 0; i < names.length; i++) {
54
+ names[i] = toSpinal(names[i]);
55
+ }
56
+ IgcTextIconSetConditionalStyleComponent._observedAttributesIgcTextIconSetConditionalStyleComponent = names;
57
+ }
58
+ return IgcTextIconSetConditionalStyleComponent._observedAttributesIgcTextIconSetConditionalStyleComponent;
59
+ }
60
+ static register() {
61
+ if (!IgcTextIconSetConditionalStyleComponent._isElementRegistered) {
62
+ IgcTextIconSetConditionalStyleComponent._isElementRegistered = true;
63
+ RegisterElementHelper.registerElement(IgcTextIconSetConditionalStyleComponent.htmlTagName, IgcTextIconSetConditionalStyleComponent);
64
+ }
65
+ }
66
+ get iconType() {
67
+ return this.i.av;
68
+ }
69
+ set iconType(v) {
70
+ this.i.av = ensureEnum(TextIconSetBuiltInTypes_$type, v);
71
+ this._a("iconType", enumToString(TextIconSetBuiltInTypes_$type, this.i.av));
72
+ }
73
+ getSubStyles() {
74
+ let iv = this.i.aq();
75
+ let ret = null;
76
+ if (iv && iv.externalObject) {
77
+ ret = iv.externalObject;
78
+ }
79
+ else {
80
+ if (iv) {
81
+ let e = new IgcGridConditionalStyleCollection();
82
+ e._implementation = iv;
83
+ iv.externalObject = e;
84
+ ret = e;
85
+ }
86
+ }
87
+ return ret;
88
+ }
89
+ }
90
+ IgcTextIconSetConditionalStyleComponent._observedAttributesIgcTextIconSetConditionalStyleComponent = null;
91
+ IgcTextIconSetConditionalStyleComponent.htmlTagName = "igc-text-icon-set-conditional-style";
92
+ IgcTextIconSetConditionalStyleComponent._isElementRegistered = false;
93
+ return IgcTextIconSetConditionalStyleComponent;
94
+ })();
@@ -0,0 +1,16 @@
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 { IgcTextIconSetConditionalStyleComponent } from './igc-text-icon-set-conditional-style-component';
8
+ import { TextIconSetConditionalStyle } from './TextIconSetConditionalStyle';
9
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
10
+ export class IgcTextIconSetConditionalStyleModule {
11
+ static register() {
12
+ IgcTextIconSetConditionalStyleComponent.register();
13
+ TypeRegistrar.registerCons("IgcTextIconSetConditionalStyleComponent", IgcTextIconSetConditionalStyleComponent);
14
+ TypeRegistrar.register("TextIconSetConditionalStyle", TextIconSetConditionalStyle.$type);
15
+ }
16
+ }
@@ -2,8 +2,12 @@ export * from './lib/igc-checkbox-list-module';
2
2
  export * from './lib/igc-checkbox-list-component';
3
3
  export * from './lib/CheckboxListView';
4
4
  export * from './lib/CheckboxList';
5
+ export * from './lib/CheckboxListKeysClearedEventArgs';
6
+ export * from './lib/igc-checkbox-list-keys-cleared-event-args';
5
7
  export * from './lib/CheckedChangedEventArgs';
6
8
  export * from './lib/igc-checked-changed-event-args';
9
+ export * from './lib/CheckboxListIndexTypeChangedEventArgs';
10
+ export * from './lib/igc-checkbox-list-index-type-changed-event-args';
7
11
  export * from './lib/SelectAllCheckboxChangedEventArgs';
8
12
  export * from './lib/igc-select-all-checkbox-changed-event-args';
9
13
  export * from './lib/CheckboxListIndexType';
@@ -125,6 +129,14 @@ export * from './lib/TemplateHeaderCellPresenter';
125
129
  export * from './lib/TextCellPresenter';
126
130
  export * from './lib/TextHeaderCellPresenter';
127
131
  export * from './lib/VerticalSeparatorCellPresenter';
132
+ export * from './lib/NativeUIGridFactory';
133
+ export * from './lib/CheckboxListBridge';
134
+ export * from './lib/CheckboxListExternal';
135
+ export * from './lib/CheckboxListExternalIndexType';
136
+ export * from './lib/CheckedChangedEventArgs';
137
+ export * from './lib/CheckboxListExternalIndexTypeChangedEventArgs';
138
+ export * from './lib/CheckboxListExternalKeysClearedEventArgs';
139
+ export * from './lib/CheckboxListViewExternal';
128
140
  export * from './lib/DraggerView';
129
141
  export * from './lib/ICellActionManager';
130
142
  export * from './lib/DefaultCellActionManager';
@@ -207,6 +219,7 @@ export * from './lib/OperatorSelectorClosingEventArgs';
207
219
  export * from './lib/igc-operator-selector-closing-event-args';
208
220
  export * from './lib/GridFilterDialog';
209
221
  export * from './lib/igc-data-grid-filter-dialog-component';
222
+ export * from './lib/ColumnOptionsToolbarManagerOpeningEventArgs';
210
223
  export * from './lib/FilterDialogRenderCompletedEventArgs';
211
224
  export * from './lib/igc-filter-dialog-render-completed-event-args';
212
225
  export * from './lib/GridFilterDialogViewModel';
@@ -302,6 +315,10 @@ export * from './lib/GridAnimationManager';
302
315
  export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
303
316
  export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
304
317
  export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
318
+ export * from './lib/igc-grid-conditional-style-collection';
319
+ export * from './lib/GridConditionalStyleCollection';
320
+ export * from './lib/igc-grid-conditional-style-property-collection';
321
+ export * from './lib/GridConditionalStylePropertyCollection';
305
322
  export * from './lib/igc-grid-filter-operands-collection';
306
323
  export * from './lib/GridFilterOperandsCollection';
307
324
  export * from './lib/FilterOperand';
@@ -378,10 +395,27 @@ export * from './lib/IExternalDefinitionBase';
378
395
  export * from './lib/TextCellLineBreakMode';
379
396
  export * from './lib/DataBindingEventArgs';
380
397
  export * from './lib/DefinitionPropertyUpdatedEventArgs';
398
+ export * from './lib/GridCompoundConditionalStyle';
399
+ export * from './lib/igc-grid-compound-conditional-style-component';
400
+ export * from './lib/TextIconSetBuiltInTypes';
401
+ export * from './lib/TextIconSetConditionalStyle';
402
+ export * from './lib/igc-text-icon-set-conditional-style-component';
403
+ export * from './lib/igc-text-icon-set-conditional-style-module';
404
+ export * from './lib/GridConditionalStyle';
405
+ export * from './lib/igc-grid-conditional-style-component';
406
+ export * from './lib/igc-grid-conditional-style-module';
407
+ export * from './lib/GridConditionFilterStringErrorsParsingEventArgs';
408
+ export * from './lib/igc-grid-condition-filter-string-errors-parsing-event-args';
409
+ export * from './lib/GridConditionalStylePropertyStylingType';
410
+ export * from './lib/GridConditionalStyleBoundType';
411
+ export * from './lib/GridConditionalStyleProperty';
412
+ export * from './lib/igc-grid-conditional-style-property-component';
413
+ export * from './lib/igc-grid-conditional-style-property-module';
381
414
  export * from './lib/CellStyleRequestedEventArgs';
382
415
  export * from './lib/igc-cell-style-requested-event-args';
383
416
  export * from './lib/DataGridColumn';
384
417
  export * from './lib/igc-data-grid-column-component';
418
+ export * from './lib/DataGridColumnToolbarManager';
385
419
  export * from './lib/ColumnWidth';
386
420
  export * from './lib/igc-column-width';
387
421
  export * from './lib/igc-column-width-module';
@@ -564,10 +598,7 @@ export * from './lib/BrowserPixelConverter';
564
598
  export * from './lib/GridExternalWrapper';
565
599
  export * from './lib/BrowserTickProvider';
566
600
  export * from './lib/BrowserExecutionContext';
567
- export * from './lib/NativeUIGridFactory';
568
- export * from './lib/CheckboxListBridge';
569
- export * from './lib/CheckboxListExternal';
570
- export * from './lib/CheckedChangedEventArgs';
601
+ export * from './lib/GridModuleHelper';
571
602
  export * from './lib/DataGridLocaleEn';
572
603
  export * from './lib/igc-grid-column-options-module';
573
604
  export * from './lib/igc-grid-column-options-component';
@@ -619,6 +650,7 @@ export * from './lib/GridColumnSortOptions';
619
650
  export * from './lib/GridColumnSummaryOptions';
620
651
  export * from './lib/igc-multi-column-combo-box-module';
621
652
  export * from './lib/igc-multi-column-combo-box-component';
653
+ export * from './lib/NativeUIComboFactory';
622
654
  export * from './lib/MultiColumnComboBoxView';
623
655
  export * from './lib/MultiColumnComboBoxUtilities';
624
656
  export * from './lib/CloneDataSourceFilterOperation';
@@ -52,7 +52,7 @@ var AccessibilityRow = /** @class */ /*@__PURE__*/ (function (_super) {
52
52
  else {
53
53
  b.setAttribute("aria-colindex", (a.l.a5 + 1).toString());
54
54
  }
55
- if (a.ch == 1) {
55
+ if (a.cq == 1) {
56
56
  b.setAttribute("aria-selected", "true");
57
57
  }
58
58
  else {
@@ -69,8 +69,8 @@ var AccessibilityRow = /** @class */ /*@__PURE__*/ (function (_super) {
69
69
  b.setAttribute("aria-sort", "none");
70
70
  }
71
71
  }
72
- if (a.ax) {
73
- b.setAttribute("aria-expanded", a.a5 ? "true" : "false");
72
+ if (a.a2) {
73
+ b.setAttribute("aria-expanded", a.ba ? "true" : "false");
74
74
  }
75
75
  };
76
76
  AccessibilityRow.prototype.h = function () {