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
@@ -0,0 +1,535 @@
1
+ import { __extends } from "tslib";
2
+ import { IgcHTMLElement } from "igniteui-webcomponents-core";
3
+ import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
4
+ import { GridConditionalStylePropertyStylingType_$type } from "./GridConditionalStylePropertyStylingType";
5
+ import { GridConditionalStyleBoundType_$type } from "./GridConditionalStyleBoundType";
6
+ import { IgcGridConditionFilterStringErrorsParsingEventArgs } from "./igc-grid-condition-filter-string-errors-parsing-event-args";
7
+ import { GridConditionalStyleProperty } from "./GridConditionalStyleProperty";
8
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
9
+ import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureEnum, enumToString, ensureBool, brushToString, stringToBrush, toBrushCollection, fromBrushCollection, brushCollectionToString, initializePropertiesFromCss } from "igniteui-webcomponents-core";
10
+ import { RegisterElementHelper } from "igniteui-webcomponents-core";
11
+ var IgcGridConditionalStylePropertyComponent = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ __extends(IgcGridConditionalStylePropertyComponent, _super);
13
+ function IgcGridConditionalStylePropertyComponent() {
14
+ var _this = _super.call(this) || this;
15
+ _this._settingAttributes = false;
16
+ _this._attached = false;
17
+ _this._queuedSetAttributes = [];
18
+ _this._updatingFromAttribute = false;
19
+ _this.__p = null;
20
+ _this._hasUserValues = new Set();
21
+ _this._stylingContainer = null;
22
+ _this._stylingParent = null;
23
+ _this._inStyling = false;
24
+ _this._filterStringErrorsParsing = null;
25
+ _this._filterStringErrorsParsing_wrapped = null;
26
+ if (_this._styling) {
27
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
28
+ }
29
+ _this._implementation = _this.createImplementation();
30
+ _this._implementation.externalObject = _this;
31
+ _this.onImplementationCreated();
32
+ if (_this._initializeAdapters) {
33
+ _this._initializeAdapters();
34
+ }
35
+ return _this;
36
+ }
37
+ IgcGridConditionalStylePropertyComponent.prototype.createImplementation = function () {
38
+ return new GridConditionalStyleProperty();
39
+ };
40
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "i", {
41
+ /**
42
+ * @hidden
43
+ */
44
+ get: function () {
45
+ return this._implementation;
46
+ } /**
47
+ * @hidden
48
+ */,
49
+ enumerable: false,
50
+ configurable: true
51
+ });
52
+ IgcGridConditionalStylePropertyComponent._createFromInternal = function (internal) {
53
+ if (!internal) {
54
+ return null;
55
+ }
56
+ if (!internal.$type) {
57
+ return null;
58
+ }
59
+ var name = internal.$type.name;
60
+ var externalName = "Igc" + name + "Component";
61
+ if (!TypeRegistrar.isRegistered(externalName)) {
62
+ return null;
63
+ }
64
+ return TypeRegistrar.create(externalName);
65
+ };
66
+ IgcGridConditionalStylePropertyComponent.prototype.onImplementationCreated = function () {
67
+ };
68
+ IgcGridConditionalStylePropertyComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
69
+ this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
70
+ };
71
+ IgcGridConditionalStylePropertyComponent.prototype._flushQueuedAttributes = function () {
72
+ this._settingAttributes = true;
73
+ for (var i = 0; i < this._queuedSetAttributes.length; i++) {
74
+ this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
75
+ }
76
+ this._settingAttributes = false;
77
+ this._queuedSetAttributes.length = 0;
78
+ };
79
+ IgcGridConditionalStylePropertyComponent.prototype._a = function (attrName, attrValue) {
80
+ if (this._updatingFromAttribute) {
81
+ return;
82
+ }
83
+ if (attrValue) {
84
+ attrValue = attrValue.toString();
85
+ }
86
+ this._settingAttributes = true;
87
+ attrName = toSpinal(attrName);
88
+ if (this._attached) {
89
+ this.setAttribute(attrName, attrValue);
90
+ }
91
+ else {
92
+ this._enqueueSetAttribute(attrName, attrValue);
93
+ }
94
+ this._settingAttributes = false;
95
+ };
96
+ IgcGridConditionalStylePropertyComponent.prototype.connectedCallback = function () {
97
+ if (_super.prototype["connectedCallback"]) {
98
+ _super.prototype["connectedCallback"].call(this);
99
+ }
100
+ if (this.i.connectedCallback) {
101
+ this.i.connectedCallback();
102
+ }
103
+ if (!this._attached) {
104
+ this._attached = true;
105
+ this._flushQueuedAttributes();
106
+ }
107
+ };
108
+ IgcGridConditionalStylePropertyComponent.prototype.disconnectedCallback = function () {
109
+ if (_super.prototype["disconnectedCallback"]) {
110
+ _super.prototype["disconnectedCallback"].call(this);
111
+ }
112
+ if (this.i.disconnectedCallback) {
113
+ this.i.disconnectedCallback();
114
+ }
115
+ if (this._attached) {
116
+ this._attached = false;
117
+ }
118
+ };
119
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent, "observedAttributes", {
120
+ get: function () {
121
+ if (IgcGridConditionalStylePropertyComponent._observedAttributesIgcGridConditionalStylePropertyComponent == null) {
122
+ var names = getAllPropertyNames(IgcGridConditionalStylePropertyComponent);
123
+ for (var i = 0; i < names.length; i++) {
124
+ names[i] = toSpinal(names[i]);
125
+ }
126
+ IgcGridConditionalStylePropertyComponent._observedAttributesIgcGridConditionalStylePropertyComponent = names;
127
+ }
128
+ return IgcGridConditionalStylePropertyComponent._observedAttributesIgcGridConditionalStylePropertyComponent;
129
+ },
130
+ enumerable: false,
131
+ configurable: true
132
+ });
133
+ IgcGridConditionalStylePropertyComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
134
+ if (this._settingAttributes) {
135
+ return;
136
+ }
137
+ var setName = fromSpinal(name);
138
+ this._updatingFromAttribute = true;
139
+ this[setName] = newValue;
140
+ this._updatingFromAttribute = false;
141
+ };
142
+ IgcGridConditionalStylePropertyComponent.register = function () {
143
+ if (!IgcGridConditionalStylePropertyComponent._isElementRegistered) {
144
+ IgcGridConditionalStylePropertyComponent._isElementRegistered = true;
145
+ RegisterElementHelper.registerElement(IgcGridConditionalStylePropertyComponent.htmlTagName, IgcGridConditionalStylePropertyComponent);
146
+ }
147
+ };
148
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "stylingType", {
149
+ get: function () {
150
+ return this.i.aj;
151
+ },
152
+ set: function (v) {
153
+ this.i.aj = ensureEnum(GridConditionalStylePropertyStylingType_$type, v);
154
+ this._a("stylingType", enumToString(GridConditionalStylePropertyStylingType_$type, this.i.aj));
155
+ },
156
+ enumerable: false,
157
+ configurable: true
158
+ });
159
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "minimumType", {
160
+ get: function () {
161
+ return this.i.ah;
162
+ },
163
+ set: function (v) {
164
+ this.i.ah = ensureEnum(GridConditionalStyleBoundType_$type, v);
165
+ this._a("minimumType", enumToString(GridConditionalStyleBoundType_$type, this.i.ah));
166
+ },
167
+ enumerable: false,
168
+ configurable: true
169
+ });
170
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "maximumType", {
171
+ get: function () {
172
+ return this.i.ag;
173
+ },
174
+ set: function (v) {
175
+ this.i.ag = ensureEnum(GridConditionalStyleBoundType_$type, v);
176
+ this._a("maximumType", enumToString(GridConditionalStyleBoundType_$type, this.i.ag));
177
+ },
178
+ enumerable: false,
179
+ configurable: true
180
+ });
181
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "propertyName", {
182
+ get: function () {
183
+ return this.i.b9;
184
+ },
185
+ set: function (v) {
186
+ this.i.b9 = v;
187
+ },
188
+ enumerable: false,
189
+ configurable: true
190
+ });
191
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "inputValueExpression", {
192
+ get: function () {
193
+ return this.i.w;
194
+ },
195
+ set: function (v) {
196
+ this.i.w = v;
197
+ },
198
+ enumerable: false,
199
+ configurable: true
200
+ });
201
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "inputValueExpressionString", {
202
+ get: function () {
203
+ return this.i.bo;
204
+ },
205
+ set: function (v) {
206
+ this.i.bo = v;
207
+ },
208
+ enumerable: false,
209
+ configurable: true
210
+ });
211
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "actualInputValueExpression", {
212
+ get: function () {
213
+ return this.i.s;
214
+ },
215
+ set: function (v) {
216
+ this.i.s = v;
217
+ },
218
+ enumerable: false,
219
+ configurable: true
220
+ });
221
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "minimumInputValueExpression", {
222
+ get: function () {
223
+ return this.i.y;
224
+ },
225
+ set: function (v) {
226
+ this.i.y = v;
227
+ },
228
+ enumerable: false,
229
+ configurable: true
230
+ });
231
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "minimumInputValueExpressionString", {
232
+ get: function () {
233
+ return this.i.b5;
234
+ },
235
+ set: function (v) {
236
+ this.i.b5 = v;
237
+ },
238
+ enumerable: false,
239
+ configurable: true
240
+ });
241
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "actualMinimumInputValueExpression", {
242
+ get: function () {
243
+ return this.i.u;
244
+ },
245
+ set: function (v) {
246
+ this.i.u = v;
247
+ },
248
+ enumerable: false,
249
+ configurable: true
250
+ });
251
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "maximumInputValueExpression", {
252
+ get: function () {
253
+ return this.i.x;
254
+ },
255
+ set: function (v) {
256
+ this.i.x = v;
257
+ },
258
+ enumerable: false,
259
+ configurable: true
260
+ });
261
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "maximumInputValueExpressionString", {
262
+ get: function () {
263
+ return this.i.bz;
264
+ },
265
+ set: function (v) {
266
+ this.i.bz = v;
267
+ },
268
+ enumerable: false,
269
+ configurable: true
270
+ });
271
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "actualMaximumInputValueExpression", {
272
+ get: function () {
273
+ return this.i.t;
274
+ },
275
+ set: function (v) {
276
+ this.i.t = v;
277
+ },
278
+ enumerable: false,
279
+ configurable: true
280
+ });
281
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "sumInputValueExpression", {
282
+ get: function () {
283
+ return this.i.ad;
284
+ },
285
+ set: function (v) {
286
+ this.i.ad = v;
287
+ },
288
+ enumerable: false,
289
+ configurable: true
290
+ });
291
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "sumInputValueExpressionString", {
292
+ get: function () {
293
+ return this.i.ce;
294
+ },
295
+ set: function (v) {
296
+ this.i.ce = v;
297
+ },
298
+ enumerable: false,
299
+ configurable: true
300
+ });
301
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "actualSumInputValueExpression", {
302
+ get: function () {
303
+ return this.i.v;
304
+ },
305
+ set: function (v) {
306
+ this.i.v = v;
307
+ },
308
+ enumerable: false,
309
+ configurable: true
310
+ });
311
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "value", {
312
+ get: function () {
313
+ return this.i.bc;
314
+ },
315
+ set: function (v) {
316
+ this.i.bc = v;
317
+ },
318
+ enumerable: false,
319
+ configurable: true
320
+ });
321
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "shouldSetValue", {
322
+ get: function () {
323
+ return this.i.as;
324
+ },
325
+ set: function (v) {
326
+ this.i.as = ensureBool(v);
327
+ this._a("shouldSetValue", this.i.as);
328
+ },
329
+ enumerable: false,
330
+ configurable: true
331
+ });
332
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "minimumColor", {
333
+ get: function () {
334
+ return brushToString(this.i.co);
335
+ },
336
+ set: function (v) {
337
+ this.i.co = stringToBrush(v);
338
+ this._a("minimumColor", brushToString(this.i.co));
339
+ },
340
+ enumerable: false,
341
+ configurable: true
342
+ });
343
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "maximumColor", {
344
+ get: function () {
345
+ return brushToString(this.i.cn);
346
+ },
347
+ set: function (v) {
348
+ this.i.cn = stringToBrush(v);
349
+ this._a("maximumColor", brushToString(this.i.cn));
350
+ },
351
+ enumerable: false,
352
+ configurable: true
353
+ });
354
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "minimumInputValue", {
355
+ get: function () {
356
+ return this.i.ba;
357
+ },
358
+ set: function (v) {
359
+ this.i.ba = v;
360
+ },
361
+ enumerable: false,
362
+ configurable: true
363
+ });
364
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "maximumInputValue", {
365
+ get: function () {
366
+ return this.i.a9;
367
+ },
368
+ set: function (v) {
369
+ this.i.a9 = v;
370
+ },
371
+ enumerable: false,
372
+ configurable: true
373
+ });
374
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "sumInputValue", {
375
+ get: function () {
376
+ return this.i.bb;
377
+ },
378
+ set: function (v) {
379
+ this.i.bb = v;
380
+ },
381
+ enumerable: false,
382
+ configurable: true
383
+ });
384
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "colorCollection", {
385
+ get: function () {
386
+ return fromBrushCollection(this.i.f);
387
+ },
388
+ set: function (v) {
389
+ this.i.f = toBrushCollection(v);
390
+ this._a("colorCollection", brushCollectionToString(this.i.f));
391
+ },
392
+ enumerable: false,
393
+ configurable: true
394
+ });
395
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "valueCollection", {
396
+ get: function () {
397
+ return this.i.d;
398
+ },
399
+ set: function (v) {
400
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
401
+ var re = /\s*(?:,|\s|$)\s*/gm;
402
+ v = v.split(re);
403
+ }
404
+ this.i.d = v;
405
+ },
406
+ enumerable: false,
407
+ configurable: true
408
+ });
409
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "requiresGlobalValues", {
410
+ get: function () {
411
+ return this.i.ar;
412
+ },
413
+ enumerable: false,
414
+ configurable: true
415
+ });
416
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "needsGlobalMinimum", {
417
+ get: function () {
418
+ return this.i.ap;
419
+ },
420
+ enumerable: false,
421
+ configurable: true
422
+ });
423
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "needsGlobalMaximum", {
424
+ get: function () {
425
+ return this.i.ao;
426
+ },
427
+ enumerable: false,
428
+ configurable: true
429
+ });
430
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "needsGlobalSum", {
431
+ get: function () {
432
+ return this.i.aq;
433
+ },
434
+ enumerable: false,
435
+ configurable: true
436
+ });
437
+ IgcGridConditionalStylePropertyComponent.prototype.findByName = function (name) {
438
+ if (this.findEphemera) {
439
+ if (name && name.indexOf("@@e:") == 0) {
440
+ return this.findEphemera(name);
441
+ }
442
+ }
443
+ return null;
444
+ };
445
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "hasUserValues", {
446
+ get: function () {
447
+ return this._hasUserValues;
448
+ },
449
+ enumerable: false,
450
+ configurable: true
451
+ });
452
+ IgcGridConditionalStylePropertyComponent.prototype.__m = function (propertyName) {
453
+ if (!this._inStyling) {
454
+ this._hasUserValues.add(propertyName);
455
+ }
456
+ };
457
+ IgcGridConditionalStylePropertyComponent.prototype._styling = function (container, component, parent) {
458
+ if (this._inStyling) {
459
+ return;
460
+ }
461
+ this._inStyling = true;
462
+ this._stylingContainer = container;
463
+ this._stylingParent = component;
464
+ var genericPrefix = "";
465
+ var typeName = this.i.$type.name;
466
+ if (typeName.indexOf("Xam") === 0) {
467
+ typeName = typeName.substring(3);
468
+ }
469
+ genericPrefix = toSpinal("GridConditionalStylePropertyComponent");
470
+ var additionalPrefixes = [];
471
+ var prefix = toSpinal(typeName);
472
+ additionalPrefixes.push(prefix + "-");
473
+ var b = this.i.$type.baseType;
474
+ while (b && b.name != "Object" &&
475
+ b.name != "Base" &&
476
+ b.name != "Control" &&
477
+ b.Name != "DependencyObject" &&
478
+ b.Name != "FrameworkElement") {
479
+ typeName = b.name;
480
+ if (typeName.indexOf("Xam") === 0) {
481
+ typeName = typeName.substring(3);
482
+ }
483
+ var basePrefix = toSpinal(typeName);
484
+ additionalPrefixes.push(basePrefix + "-");
485
+ b = b.baseType;
486
+ }
487
+ if (parent) {
488
+ var parentTypeName = parent.i.$type.name;
489
+ if (parentTypeName.indexOf("Xam") === 0) {
490
+ parentTypeName = parentTypeName.substring(3);
491
+ }
492
+ var parentPrefix = toSpinal(parentTypeName);
493
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
494
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
495
+ }
496
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
497
+ if (this._otherStyling) {
498
+ this._otherStyling(container, component, parent);
499
+ }
500
+ this._inStyling = false;
501
+ };
502
+ Object.defineProperty(IgcGridConditionalStylePropertyComponent.prototype, "filterStringErrorsParsing", {
503
+ get: function () {
504
+ return this._filterStringErrorsParsing;
505
+ },
506
+ set: function (ev) {
507
+ var _this = this;
508
+ if (this._filterStringErrorsParsing_wrapped !== null) {
509
+ this.i.filterStringErrorsParsing = delegateRemove(this.i.filterStringErrorsParsing, this._filterStringErrorsParsing_wrapped);
510
+ this._filterStringErrorsParsing_wrapped = null;
511
+ this._filterStringErrorsParsing = null;
512
+ }
513
+ this._filterStringErrorsParsing = ev;
514
+ this._filterStringErrorsParsing_wrapped = function (o, e) {
515
+ var outerArgs = new IgcGridConditionFilterStringErrorsParsingEventArgs();
516
+ outerArgs._provideImplementation(e);
517
+ if (_this.beforeFilterStringErrorsParsing) {
518
+ _this.beforeFilterStringErrorsParsing(_this, outerArgs);
519
+ }
520
+ if (_this._filterStringErrorsParsing) {
521
+ _this._filterStringErrorsParsing(_this, outerArgs);
522
+ }
523
+ };
524
+ this.i.filterStringErrorsParsing = delegateCombine(this.i.filterStringErrorsParsing, this._filterStringErrorsParsing_wrapped);
525
+ ;
526
+ },
527
+ enumerable: false,
528
+ configurable: true
529
+ });
530
+ IgcGridConditionalStylePropertyComponent._observedAttributesIgcGridConditionalStylePropertyComponent = null;
531
+ IgcGridConditionalStylePropertyComponent.htmlTagName = "igc-grid-conditional-style-property";
532
+ IgcGridConditionalStylePropertyComponent._isElementRegistered = false;
533
+ return IgcGridConditionalStylePropertyComponent;
534
+ }(IgcHTMLElement));
535
+ export { IgcGridConditionalStylePropertyComponent };
@@ -0,0 +1,20 @@
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 { IgcGridConditionalStylePropertyComponent } from './igc-grid-conditional-style-property-component';
8
+ import { GridConditionalStyleProperty } from './GridConditionalStyleProperty';
9
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
10
+ var IgcGridConditionalStylePropertyModule = /** @class */ /*@__PURE__*/ (function () {
11
+ function IgcGridConditionalStylePropertyModule() {
12
+ }
13
+ IgcGridConditionalStylePropertyModule.register = function () {
14
+ IgcGridConditionalStylePropertyComponent.register();
15
+ TypeRegistrar.registerCons("IgcGridConditionalStylePropertyComponent", IgcGridConditionalStylePropertyComponent);
16
+ TypeRegistrar.register("GridConditionalStyleProperty", GridConditionalStyleProperty.$type);
17
+ };
18
+ return IgcGridConditionalStylePropertyModule;
19
+ }());
20
+ export { IgcGridConditionalStylePropertyModule };
@@ -27,6 +27,12 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
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();
@@ -62,11 +68,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
62
68
  * Gets or sets the color to use for the sort indicator icon
63
69
  */
64
70
  get: function () {
65
- return brushToString(this.i.fc);
71
+ return brushToString(this.i.ho);
66
72
  },
67
73
  set: function (v) {
68
- this.i.fc = stringToBrush(v);
69
- this._a("sortIndicatorColor", brushToString(this.i.fc));
74
+ this.i.ho = stringToBrush(v);
75
+ this._a("sortIndicatorColor", brushToString(this.i.ho));
70
76
  },
71
77
  enumerable: false,
72
78
  configurable: true
@@ -76,33 +82,33 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
76
82
  * Gets the actual background color that is used for the cells when they are selected
77
83
  */
78
84
  get: function () {
79
- return brushToString(this.i.fa);
85
+ return brushToString(this.i.hm);
80
86
  },
81
87
  set: function (v) {
82
- this.i.fa = stringToBrush(v);
83
- this._a("actualSortIndicatorColor", brushToString(this.i.fa));
88
+ this.i.hm = stringToBrush(v);
89
+ this._a("actualSortIndicatorColor", brushToString(this.i.hm));
84
90
  },
85
91
  enumerable: false,
86
92
  configurable: true
87
93
  });
88
94
  Object.defineProperty(IgcHeaderComponent.prototype, "sortIndicatorStyle", {
89
95
  get: function () {
90
- return this.i.ep;
96
+ return this.i.g1;
91
97
  },
92
98
  set: function (v) {
93
- this.i.ep = ensureEnum(SortIndicatorStyle_$type, v);
94
- this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.ep));
99
+ this.i.g1 = ensureEnum(SortIndicatorStyle_$type, v);
100
+ this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g1));
95
101
  },
96
102
  enumerable: false,
97
103
  configurable: true
98
104
  });
99
105
  Object.defineProperty(IgcHeaderComponent.prototype, "actualSortIndicatorStyle", {
100
106
  get: function () {
101
- return this.i.eo;
107
+ return this.i.g0;
102
108
  },
103
109
  set: function (v) {
104
- this.i.eo = ensureEnum(SortIndicatorStyle_$type, v);
105
- this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.eo));
110
+ this.i.g0 = ensureEnum(SortIndicatorStyle_$type, v);
111
+ this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g0));
106
112
  },
107
113
  enumerable: false,
108
114
  configurable: true
@@ -112,11 +118,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
112
118
  * Gets or sets the amount of left padding to use for the cell content.
113
119
  */
114
120
  get: function () {
115
- return this.i.ev;
121
+ return this.i.g7;
116
122
  },
117
123
  set: function (v) {
118
- this.i.ev = +v;
119
- this._a("paddingLeft", this.i.ev);
124
+ this.i.g7 = +v;
125
+ this._a("paddingLeft", this.i.g7);
120
126
  },
121
127
  enumerable: false,
122
128
  configurable: true
@@ -126,11 +132,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
126
132
  * Gets or sets the amount of top padding to use for the cell content.
127
133
  */
128
134
  get: function () {
129
- return this.i.ex;
135
+ return this.i.g9;
130
136
  },
131
137
  set: function (v) {
132
- this.i.ex = +v;
133
- this._a("paddingTop", this.i.ex);
138
+ this.i.g9 = +v;
139
+ this._a("paddingTop", this.i.g9);
134
140
  },
135
141
  enumerable: false,
136
142
  configurable: true
@@ -140,11 +146,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
140
146
  * Gets or sets the amount of right padding to use for the cell content.
141
147
  */
142
148
  get: function () {
143
- return this.i.ew;
149
+ return this.i.g8;
144
150
  },
145
151
  set: function (v) {
146
- this.i.ew = +v;
147
- this._a("paddingRight", this.i.ew);
152
+ this.i.g8 = +v;
153
+ this._a("paddingRight", this.i.g8);
148
154
  },
149
155
  enumerable: false,
150
156
  configurable: true
@@ -154,11 +160,11 @@ var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
154
160
  * Gets or sets the amount of bottom padding to use for the cell content.
155
161
  */
156
162
  get: function () {
157
- return this.i.eu;
163
+ return this.i.g6;
158
164
  },
159
165
  set: function (v) {
160
- this.i.eu = +v;
161
- this._a("paddingBottom", this.i.eu);
166
+ this.i.g6 = +v;
167
+ this._a("paddingBottom", this.i.g6);
162
168
  },
163
169
  enumerable: false,
164
170
  configurable: true