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
@@ -25,124 +25,124 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
25
25
  __extends(FilterCell, _super);
26
26
  function FilterCell(a) {
27
27
  var _this = _super.call(this, a) || this;
28
- _this.c4 = null;
29
- _this.c6 = null;
30
- _this.c2 = null;
31
- _this.c3 = null;
28
+ _this.c7 = null;
29
+ _this.c9 = null;
32
30
  _this.c5 = null;
31
+ _this.c6 = null;
32
+ _this.c8 = null;
33
+ _this.cy = null;
34
+ _this.cx = null;
35
+ _this.cn = null;
36
+ _this.co = null;
37
+ _this.cz = null;
33
38
  _this.cv = null;
34
- _this.cu = null;
39
+ _this.c2 = true;
40
+ _this.cp = 0;
41
+ _this.c3 = true;
42
+ _this.ct = null;
43
+ _this.c0 = null;
44
+ _this.da = null;
35
45
  _this.ck = null;
36
- _this.cl = null;
37
- _this.cw = null;
38
- _this.cs = null;
39
- _this.cz = true;
40
- _this.cm = 0;
41
- _this.c0 = true;
42
- _this.cq = null;
43
- _this.cx = null;
44
- _this.c7 = null;
45
- _this.ch = null;
46
- _this.d6 = null;
47
- _this.c4 = a.createElement("div");
48
- _this.c4.setStyleProperty("display", "flex");
49
- _this.c4.setStyleProperty("flex-direction", "row");
50
- _this.c4.setStyleProperty("align-items", "center");
51
- _this.c4.setStyleProperty("height", "100%");
52
- _this.ae.append(_this.c4);
46
+ _this.d9 = null;
47
+ _this.c7 = a.createElement("div");
48
+ _this.c7.setStyleProperty("display", "flex");
49
+ _this.c7.setStyleProperty("flex-direction", "row");
50
+ _this.c7.setStyleProperty("align-items", "center");
51
+ _this.c7.setStyleProperty("height", "100%");
52
+ _this.ah.append(_this.c7);
53
+ _this.c9 = a.createElement("div");
54
+ _this.c5 = a.getSubRenderer(_this.c9);
55
+ _this.co = new ComparisonOperatorSelector();
56
+ _this.co.ej(_this.c5);
57
+ _this.c9.setStyleProperty("width", "24px");
58
+ _this.c9.setStyleProperty("height", "24px");
59
+ _this.c7.append(_this.c9);
53
60
  _this.c6 = a.createElement("div");
54
- _this.c2 = a.getSubRenderer(_this.c6);
55
- _this.cl = new ComparisonOperatorSelector();
56
- _this.cl.ej(_this.c2);
57
- _this.c6.setStyleProperty("width", "24px");
58
- _this.c6.setStyleProperty("height", "24px");
59
- _this.c4.append(_this.c6);
60
- _this.c3 = a.createElement("div");
61
- _this.c3.setStyleProperty("display", "flex");
62
- _this.c3.setStyleProperty("flex", "1");
63
- _this.c3.setStyleProperty("margin", "0 4px");
64
- _this.c4.append(_this.c3);
65
- _this.c5 = a.createElement("div");
66
- _this.c5.setStyleProperty("transform", "scale(0.75)");
67
- _this.cw = new XIcon();
68
- _this.cw.provideContainer(a.getSubRenderer(_this.c5));
69
- _this.c4.append(_this.c5);
70
- _this.dp();
61
+ _this.c6.setStyleProperty("display", "flex");
62
+ _this.c6.setStyleProperty("flex", "1");
63
+ _this.c6.setStyleProperty("margin", "0 4px");
64
+ _this.c7.append(_this.c6);
65
+ _this.c8 = a.createElement("div");
66
+ _this.c8.setStyleProperty("transform", "scale(0.75)");
67
+ _this.cz = new XIcon();
68
+ _this.cz.provideContainer(a.getSubRenderer(_this.c8));
69
+ _this.c7.append(_this.c8);
70
+ _this.ds();
71
71
  return _this;
72
72
  }
73
- FilterCell.prototype.ct = function (a) {
74
- switch (this.cn) {
73
+ FilterCell.prototype.cw = function (a) {
74
+ switch (this.cq) {
75
75
  case 0:
76
76
  case 1:
77
- if (this.cv == null) {
78
- this.cv = new TextEditorView(this.ab, this.f.getTheme(), this.b);
77
+ if (this.cy == null) {
78
+ this.cy = new TextEditorView(this.ae, this.f.getTheme(), this.b);
79
79
  }
80
- return this.cv;
80
+ return this.cy;
81
81
  case 2:
82
- if (this.cu == null) {
83
- this.cu = new NumericEditorView(this.ab, this.f.getTheme(), this.b);
82
+ if (this.cx == null) {
83
+ this.cx = new NumericEditorView(this.ae, this.f.getTheme(), this.b);
84
84
  }
85
- return this.cu;
85
+ return this.cx;
86
86
  case 3:
87
- if (this.ck == null) {
88
- this.ck = new DateEditorView(this.ab, this.f.getTheme(), this.b);
87
+ if (this.cn == null) {
88
+ this.cn = new DateEditorView(this.ae, this.f.getTheme(), this.b);
89
89
  }
90
- return this.ck;
90
+ return this.cn;
91
91
  default: return null;
92
92
  }
93
93
  };
94
- FilterCell.prototype.d1 = function () {
95
- this.c3.removeChildren();
94
+ FilterCell.prototype.d4 = function () {
95
+ this.c6.removeChildren();
96
96
  };
97
- FilterCell.prototype.dm = function () {
98
- this.c3.append(this.cs.container);
97
+ FilterCell.prototype.dq = function () {
98
+ this.c6.append(this.cv.container);
99
99
  };
100
- FilterCell.prototype.du = function () {
101
- if (this.ae.getChildCount() == 0) {
102
- this.ae.append(this.c4);
100
+ FilterCell.prototype.dx = function () {
101
+ if (this.ah.getChildCount() == 0) {
102
+ this.ah.append(this.c7);
103
103
  }
104
104
  };
105
- FilterCell.prototype.ds = function () {
106
- if (this.ae.getChildCount() > 0) {
107
- this.ae.removeChildren();
105
+ FilterCell.prototype.dv = function () {
106
+ if (this.ah.getChildCount() > 0) {
107
+ this.ah.removeChildren();
108
108
  }
109
109
  };
110
- FilterCell.prototype.bp = function (a, b, c) {
111
- _super.prototype.bp.call(this, a, b, c);
112
- this.d0(a, b, c);
110
+ FilterCell.prototype.bs = function (a, b, c) {
111
+ _super.prototype.bs.call(this, a, b, c);
112
+ this.d3(a, b, c);
113
113
  };
114
- FilterCell.prototype.bo = function () {
115
- this.dy();
114
+ FilterCell.prototype.br = function () {
115
+ this.d1();
116
116
  };
117
- FilterCell.prototype.d2 = function (a, b, c, d) {
117
+ FilterCell.prototype.d5 = function (a, b, c, d) {
118
118
  if (this.d != null) {
119
- var e = this.c6.getNativeElement();
119
+ var e = this.c9.getNativeElement();
120
120
  this.d.update("SelectorTop", (e.offsetTop));
121
121
  this.d.update("SelectorLeft", (e.offsetLeft));
122
- var f = this.c3.getNativeElement();
122
+ var f = this.c6.getNativeElement();
123
123
  this.d.update("EditorTop", (f.offsetTop));
124
124
  this.d.update("EditorLeft", (f.offsetLeft));
125
- var g = this.c5.getNativeElement();
125
+ var g = this.c8.getNativeElement();
126
126
  this.d.update("ClearIconTop", (g.offsetTop));
127
127
  this.d.update("ClearIconLeft", (g.offsetLeft));
128
128
  }
129
129
  };
130
- FilterCell.prototype.dp = function () {
131
- var a = this.cl;
132
- a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.dz));
133
- this.cw.svgPath = FilterCell.c9;
134
- this.d4(false);
135
- var b = this.cw;
136
- b.clicked = delegateCombine(b.clicked, runOn(this, this.dn));
130
+ FilterCell.prototype.ds = function () {
131
+ var a = this.co;
132
+ a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.d2));
133
+ this.cz.svgPath = FilterCell.dc;
134
+ this.d7(false);
135
+ var b = this.cz;
136
+ b.clicked = delegateCombine(b.clicked, runOn(this, this.dr));
137
137
  };
138
- FilterCell.prototype.dy = function () {
139
- if (this.cs == null) {
140
- this.dt();
138
+ FilterCell.prototype.d1 = function () {
139
+ if (this.cv == null) {
140
+ this.dw();
141
141
  }
142
142
  };
143
- FilterCell.prototype.co = function () {
143
+ FilterCell.prototype.cr = function () {
144
144
  var a = 1;
145
- switch (this.cj) {
145
+ switch (this.cm) {
146
146
  case 11:
147
147
  case 2:
148
148
  case 0:
@@ -161,7 +161,7 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
161
161
  a = 2;
162
162
  break;
163
163
  }
164
- switch (this.cl.b) {
164
+ switch (this.co.b) {
165
165
  case 6:
166
166
  case 8:
167
167
  case 7:
@@ -175,9 +175,9 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
175
175
  a = 2;
176
176
  break;
177
177
  }
178
- if (this.cl.b == 44) {
179
- if (this.cr != null && this.cr.count > 0) {
180
- var b = this.cr._inner[this.cl.x];
178
+ if (this.co.b == 44) {
179
+ if (this.cu != null && this.cu.count > 0) {
180
+ var b = this.cu._inner[this.co.x];
181
181
  switch (b.b) {
182
182
  case 0:
183
183
  case 1:
@@ -194,168 +194,168 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
194
194
  }
195
195
  return a;
196
196
  };
197
- FilterCell.prototype.d4 = function (a) {
198
- if (this.cw != null) {
199
- this.cw.disabled = !a;
200
- this.cw.ak = a ? 1 : 0.3;
197
+ FilterCell.prototype.d7 = function (a) {
198
+ if (this.cz != null) {
199
+ this.cz.disabled = !a;
200
+ this.cz.al = a ? 1 : 0.3;
201
201
  }
202
202
  };
203
- FilterCell.prototype.di = function (a) {
204
- if (!this.cz) {
203
+ FilterCell.prototype.dl = function (a) {
204
+ if (!this.c2) {
205
205
  return;
206
206
  }
207
- if (this.cl.b == 44) {
208
- if (this.cr != null && this.cr.count > 0) {
209
- this.b.applyCustomFilter(this.cl.ae, this.cl.x, a);
207
+ if (this.co.b == 44) {
208
+ if (this.cu != null && this.cu.count > 0) {
209
+ this.b.applyCustomFilter(this.co.ae, this.co.x, a);
210
210
  }
211
211
  }
212
212
  else {
213
- this.b.applyFilter(this.cl.b, a);
213
+ this.b.applyFilter(this.co.b, a);
214
214
  }
215
215
  };
216
- FilterCell.prototype.dj = function () {
217
- if (!this.cz) {
216
+ FilterCell.prototype.dm = function () {
217
+ if (!this.c2) {
218
218
  return;
219
219
  }
220
220
  if (this.b != null) {
221
221
  this.b.clearFilter();
222
222
  }
223
223
  };
224
- FilterCell.prototype.d0 = function (a, b, c) {
224
+ FilterCell.prototype.d3 = function (a, b, c) {
225
225
  switch (a) {
226
226
  case "DataType":
227
- this.dr();
227
+ this.du();
228
228
  break;
229
229
  case "EditorType":
230
- this.dt();
230
+ this.dw();
231
231
  break;
232
232
  case "FontInfo":
233
- this.dx();
233
+ this.d0();
234
234
  break;
235
235
  case "Filter":
236
- this.dv();
236
+ this.dy();
237
237
  break;
238
238
  case "FilterOperands":
239
- this.dq();
239
+ this.dt();
240
240
  break;
241
241
  case "FilterValue":
242
- this.dw();
242
+ this.dz();
243
243
  break;
244
244
  case "IsEditorEnabled":
245
- this.cs.isEnabled = this.c1;
245
+ this.cv.isEnabled = this.c4;
246
246
  break;
247
247
  case "TextColor":
248
- this.cl.eq = this.d7;
249
- this.cw.fill = this.d7;
250
- this.cs.textColor = this.d7;
248
+ this.co.eq = this.ea;
249
+ this.cz.fill = this.ea;
250
+ this.cv.textColor = this.ea;
251
251
  break;
252
252
  }
253
253
  };
254
- FilterCell.prototype.dv = function () {
255
- this.cz = false;
256
- if (this.cs != null) {
257
- if (this.ci != null) {
258
- if (typeCast(ColumnComparisonFilterCondition.$, this.ci) !== null) {
259
- var a = typeCast(ColumnComparisonFilterCondition.$, this.ci);
260
- this.cl.b = a.operator;
261
- var b = this.cs.getEditorValue();
254
+ FilterCell.prototype.dy = function () {
255
+ this.c2 = false;
256
+ if (this.cv != null) {
257
+ if (this.cl != null) {
258
+ if (typeCast(ColumnComparisonFilterCondition.$, this.cl) !== null) {
259
+ var a = typeCast(ColumnComparisonFilterCondition.$, this.cl);
260
+ this.co.b = a.operator;
261
+ var b = this.cv.getEditorValue();
262
262
  if (b != null) {
263
263
  if (!Base.equalsStatic(b, a.value)) {
264
- this.cs.value = a.value;
265
- this.c8 = a.value;
264
+ this.cv.value = a.value;
265
+ this.db = a.value;
266
266
  }
267
267
  }
268
268
  else {
269
- this.cs.value = a.value;
270
- this.c8 = a.value;
269
+ this.cv.value = a.value;
270
+ this.db = a.value;
271
271
  }
272
272
  }
273
- else if (typeCast(ColumnCustomFilterCondition.$, this.ci) !== null) {
274
- var c = typeCast(ColumnCustomFilterCondition.$, this.ci);
275
- this.cl.ek(c.id, c.index);
276
- var d = this.cs.getEditorValue();
273
+ else if (typeCast(ColumnCustomFilterCondition.$, this.cl) !== null) {
274
+ var c = typeCast(ColumnCustomFilterCondition.$, this.cl);
275
+ this.co.ek(c.id, c.index);
276
+ var d = this.cv.getEditorValue();
277
277
  if (d != null) {
278
278
  if (!Base.equalsStatic(d, c.value)) {
279
- this.cs.value = c.value;
280
- this.c8 = c.value;
279
+ this.cv.value = c.value;
280
+ this.db = c.value;
281
281
  }
282
282
  }
283
283
  else {
284
- this.cs.value = c.value;
285
- this.c8 = c.value;
284
+ this.cv.value = c.value;
285
+ this.db = c.value;
286
286
  }
287
287
  }
288
- else if (!(typeCast(ColumnCustomFilterCondition.$, this.ci) !== null)) {
289
- this.c8 = null;
290
- this.cs.value = this.c8;
291
- this.cs.setEditorValue(this.c8);
288
+ else if (!(typeCast(ColumnCustomFilterCondition.$, this.cl) !== null)) {
289
+ this.db = null;
290
+ this.cv.value = this.db;
291
+ this.cv.setEditorValue(this.db);
292
292
  }
293
293
  }
294
294
  else {
295
- this.c8 = null;
296
- this.cs.value = this.c8;
297
- this.cs.setEditorValue(this.c8);
298
- if (!this.c1) {
299
- this.cl.b = 0;
295
+ this.db = null;
296
+ this.cv.value = this.db;
297
+ this.cv.setEditorValue(this.db);
298
+ if (!this.c4) {
299
+ this.co.b = 0;
300
300
  }
301
301
  }
302
302
  }
303
- this.cz = true;
303
+ this.c2 = true;
304
304
  };
305
- FilterCell.prototype.dq = function () {
306
- this.cl.d7();
307
- for (var a = 0; a < this.cr.count; a++) {
308
- this.cl.d1(this.cr._inner[a].e, this.cr._inner[a].f, this.cr._inner[a].g, a);
305
+ FilterCell.prototype.dt = function () {
306
+ this.co.d7();
307
+ for (var a = 0; a < this.cu.count; a++) {
308
+ this.co.d1(this.cu._inner[a].e, this.cu._inner[a].f, this.cu._inner[a].g, a);
309
309
  }
310
310
  };
311
- FilterCell.prototype.dr = function () {
312
- if (this.cj == 11) {
313
- this.c1 = false;
311
+ FilterCell.prototype.du = function () {
312
+ if (this.cm == 11) {
313
+ this.c4 = false;
314
314
  }
315
- this.cn = this.co();
315
+ this.cq = this.cr();
316
316
  };
317
- FilterCell.prototype.dw = function () {
318
- this.d4(this.c8 != null);
319
- if (this.c8 == null || Base.equalsStatic(this.c8, "")) {
320
- this.dj();
317
+ FilterCell.prototype.dz = function () {
318
+ this.d7(this.db != null);
319
+ if (this.db == null || Base.equalsStatic(this.db, "")) {
320
+ this.dm();
321
321
  }
322
322
  else {
323
- this.di(this.c8);
323
+ this.dl(this.db);
324
324
  }
325
325
  if (this.d != null) {
326
- this.d.update("FilterValue", this.c8);
326
+ this.d.update("FilterValue", this.db);
327
327
  }
328
328
  };
329
- FilterCell.prototype.dt = function () {
330
- if (this.cs != null) {
331
- this.cs.detachEvents();
332
- var a = this.cs;
333
- a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.d3));
334
- }
335
- this.d1();
336
- this.cs = this.ct(this.cn);
337
- this.cs.onEditStarted();
338
- if (this.cs != null) {
339
- this.cs.attachEvents();
340
- this.cs.setFont(this.cy);
341
- this.cs.isEnabled = this.c1;
342
- this.cs.focusOnValueChanged = false;
343
- this.cs.showClearButton = false;
344
- var b = this.cs;
345
- b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.d3));
346
- this.dm();
347
- }
348
- this.dn(null, null);
329
+ FilterCell.prototype.dw = function () {
330
+ if (this.cv != null) {
331
+ this.cv.detachEvents();
332
+ var a = this.cv;
333
+ a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.d6));
334
+ }
335
+ this.d4();
336
+ this.cv = this.cw(this.cq);
337
+ this.cv.onEditStarted();
338
+ if (this.cv != null) {
339
+ this.cv.attachEvents();
340
+ this.cv.setFont(this.c1);
341
+ this.cv.isEnabled = this.c4;
342
+ this.cv.focusOnValueChanged = false;
343
+ this.cv.showClearButton = false;
344
+ var b = this.cv;
345
+ b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.d6));
346
+ this.dq();
347
+ }
348
+ this.dr(null, null);
349
349
  };
350
- FilterCell.prototype.dx = function () {
351
- if (this.cy != null) {
352
- if (this.cs != null) {
353
- this.cs.setFont(this.cy);
350
+ FilterCell.prototype.d0 = function () {
351
+ if (this.c1 != null) {
352
+ if (this.cv != null) {
353
+ this.cv.setFont(this.c1);
354
354
  }
355
355
  }
356
356
  };
357
- FilterCell.prototype.dz = function (a, b) {
358
- this.cn = this.co();
357
+ FilterCell.prototype.d2 = function (a, b) {
358
+ this.cq = this.cr();
359
359
  switch (b.newValue) {
360
360
  case 40:
361
361
  case 11:
@@ -383,51 +383,51 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
383
383
  case 10:
384
384
  case 33:
385
385
  case 20:
386
- this.c1 = false;
386
+ this.c4 = false;
387
387
  break;
388
388
  default:
389
- this.c1 = true;
389
+ this.c4 = true;
390
390
  break;
391
391
  }
392
- if (this.cj == 11) {
393
- this.c1 = false;
392
+ if (this.cm == 11) {
393
+ this.c4 = false;
394
394
  }
395
395
  if (b.newValue == 44) {
396
- if (this.cr != null && this.cr.count > 0) {
397
- var c = this.cr._inner[this.cl.x];
398
- this.c1 = c.d;
396
+ if (this.cu != null && this.cu.count > 0) {
397
+ var c = this.cu._inner[this.co.x];
398
+ this.c4 = c.d;
399
399
  }
400
400
  }
401
- if (!this.c1) {
402
- this.di(null);
403
- this.d4(true);
401
+ if (!this.c4) {
402
+ this.dl(null);
403
+ this.d7(true);
404
404
  }
405
- else if (this.c8 != null && !Base.equalsStatic(this.c8, "")) {
406
- this.di(this.c8);
405
+ else if (this.db != null && !Base.equalsStatic(this.db, "")) {
406
+ this.dl(this.db);
407
407
  }
408
408
  else {
409
- this.dj();
410
- this.d4(false);
409
+ this.dm();
410
+ this.d7(false);
411
411
  }
412
412
  if (this.d != null) {
413
- this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.cl.b));
413
+ this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.co.b));
414
414
  }
415
415
  };
416
- FilterCell.prototype.dn = function (a, b) {
416
+ FilterCell.prototype.dr = function (a, b) {
417
417
  if (b != null) {
418
- if (!this.c1) {
419
- this.cl.b = 0;
420
- this.dj();
418
+ if (!this.c4) {
419
+ this.co.b = 0;
420
+ this.dm();
421
421
  }
422
422
  }
423
- this.c8 = null;
424
- if (this.cs != null) {
425
- this.cs.setEditorValue(null);
426
- this.cs.value = null;
423
+ this.db = null;
424
+ if (this.cv != null) {
425
+ this.cv.setEditorValue(null);
426
+ this.cv.value = null;
427
427
  }
428
428
  };
429
- FilterCell.prototype.d3 = function (a, b, c) {
430
- if (this.cn == 2) {
429
+ FilterCell.prototype.d6 = function (a, b, c) {
430
+ if (this.cq == 2) {
431
431
  if (typeof b === 'string') {
432
432
  var d_1;
433
433
  if (((function () { var e = tryParseNumber(b, d_1); d_1 = e.p1; return e.ret; })())) {
@@ -435,144 +435,144 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
435
435
  }
436
436
  }
437
437
  }
438
- this.c8 = b;
438
+ this.db = b;
439
439
  };
440
- FilterCell.prototype.d5 = function (a, b, c, d) {
441
- this.d2(a, b, c, d);
440
+ FilterCell.prototype.d8 = function (a, b, c, d) {
441
+ this.d5(a, b, c, d);
442
442
  };
443
- FilterCell.prototype.cp = function (a, b) {
443
+ FilterCell.prototype.cs = function (a, b) {
444
444
  if (a != null) {
445
- for (var c = 0; c < this.cr.count; c++) {
446
- if (this.cr._inner[c].g == a) {
447
- return this.cr._inner[c];
445
+ for (var c = 0; c < this.cu.count; c++) {
446
+ if (this.cu._inner[c].g == a) {
447
+ return this.cu._inner[c];
448
448
  }
449
449
  }
450
450
  }
451
- if (b >= 0 && b < this.cr.count) {
452
- return this.cr._inner[b];
451
+ if (b >= 0 && b < this.cu.count) {
452
+ return this.cu._inner[b];
453
453
  }
454
454
  return null;
455
455
  };
456
- FilterCell.prototype.dl = function () {
457
- this.du();
456
+ FilterCell.prototype.dp = function () {
457
+ this.dx();
458
458
  };
459
- FilterCell.prototype.dk = function () {
460
- this.ds();
459
+ FilterCell.prototype.dn = function () {
460
+ this.dv();
461
461
  };
462
- Object.defineProperty(FilterCell.prototype, "cj", {
462
+ Object.defineProperty(FilterCell.prototype, "cm", {
463
463
  get: function () {
464
- return this.cl.d;
464
+ return this.co.d;
465
465
  },
466
466
  set: function (a) {
467
- var b = this.cl.d;
468
- this.cl.d = a;
467
+ var b = this.co.d;
468
+ this.co.d = a;
469
469
  if (b != a) {
470
- this.bp("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.cl.d));
470
+ this.bs("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.co.d));
471
471
  }
472
472
  },
473
473
  enumerable: false,
474
474
  configurable: true
475
475
  });
476
- Object.defineProperty(FilterCell.prototype, "cn", {
476
+ Object.defineProperty(FilterCell.prototype, "cq", {
477
477
  get: function () {
478
- return this.cm;
478
+ return this.cp;
479
479
  },
480
480
  set: function (a) {
481
- var b = this.cm;
482
- this.cm = a;
481
+ var b = this.cp;
482
+ this.cp = a;
483
483
  if (b != a) {
484
- this.bp("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.cm));
484
+ this.bs("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.cp));
485
485
  }
486
486
  },
487
487
  enumerable: false,
488
488
  configurable: true
489
489
  });
490
- Object.defineProperty(FilterCell.prototype, "c1", {
490
+ Object.defineProperty(FilterCell.prototype, "c4", {
491
491
  get: function () {
492
- return this.c0;
492
+ return this.c3;
493
493
  },
494
494
  set: function (a) {
495
- var b = this.c0;
496
- this.c0 = a;
497
- if (b != this.c0) {
498
- this.bp("IsEditorEnabled", b, this.c0);
495
+ var b = this.c3;
496
+ this.c3 = a;
497
+ if (b != this.c3) {
498
+ this.bs("IsEditorEnabled", b, this.c3);
499
499
  }
500
500
  },
501
501
  enumerable: false,
502
502
  configurable: true
503
503
  });
504
- Object.defineProperty(FilterCell.prototype, "cr", {
504
+ Object.defineProperty(FilterCell.prototype, "cu", {
505
505
  get: function () {
506
- return this.cq;
506
+ return this.ct;
507
507
  },
508
508
  set: function (a) {
509
- var b = this.cq;
510
- this.cq = a;
511
- if (this.cq != null) {
512
- this.bp("FilterOperands", b, this.cq);
509
+ var b = this.ct;
510
+ this.ct = a;
511
+ if (this.ct != null) {
512
+ this.bs("FilterOperands", b, this.ct);
513
513
  }
514
514
  },
515
515
  enumerable: false,
516
516
  configurable: true
517
517
  });
518
- Object.defineProperty(FilterCell.prototype, "cy", {
518
+ Object.defineProperty(FilterCell.prototype, "c1", {
519
519
  get: function () {
520
- return this.cx;
520
+ return this.c0;
521
521
  },
522
522
  set: function (a) {
523
- var b = this.cx;
524
- this.cx = a;
525
- if (b != this.cx) {
526
- this.bp("FontInfo", b, this.cx);
523
+ var b = this.c0;
524
+ this.c0 = a;
525
+ if (b != this.c0) {
526
+ this.bs("FontInfo", b, this.c0);
527
527
  }
528
528
  },
529
529
  enumerable: false,
530
530
  configurable: true
531
531
  });
532
- Object.defineProperty(FilterCell.prototype, "c8", {
532
+ Object.defineProperty(FilterCell.prototype, "db", {
533
533
  get: function () {
534
- return this.c7;
534
+ return this.da;
535
535
  },
536
536
  set: function (a) {
537
- var b = this.c7;
538
- this.c7 = a;
539
- if (b != this.c7) {
540
- this.bp("FilterValue", b, this.c7);
537
+ var b = this.da;
538
+ this.da = a;
539
+ if (b != this.da) {
540
+ this.bs("FilterValue", b, this.da);
541
541
  }
542
542
  },
543
543
  enumerable: false,
544
544
  configurable: true
545
545
  });
546
- Object.defineProperty(FilterCell.prototype, "ci", {
546
+ Object.defineProperty(FilterCell.prototype, "cl", {
547
547
  get: function () {
548
- return this.ch;
548
+ return this.ck;
549
549
  },
550
550
  set: function (a) {
551
- var b = this.ch;
552
- this.ch = a;
551
+ var b = this.ck;
552
+ this.ck = a;
553
553
  if (b != a) {
554
- this.bp("Filter", b, this.ch);
554
+ this.bs("Filter", b, this.ck);
555
555
  }
556
556
  },
557
557
  enumerable: false,
558
558
  configurable: true
559
559
  });
560
- Object.defineProperty(FilterCell.prototype, "d7", {
560
+ Object.defineProperty(FilterCell.prototype, "ea", {
561
561
  get: function () {
562
- return this.d6;
562
+ return this.d9;
563
563
  },
564
564
  set: function (a) {
565
- var b = this.d6;
566
- this.d6 = a;
567
- if (b != this.d6) {
568
- this.bp("TextColor", b, this.d6);
565
+ var b = this.d9;
566
+ this.d9 = a;
567
+ if (b != this.d9) {
568
+ this.bs("TextColor", b, this.d9);
569
569
  }
570
570
  },
571
571
  enumerable: false,
572
572
  configurable: true
573
573
  });
574
574
  FilterCell.$t = markType(FilterCell, 'FilterCell', GridCellBase.$);
575
- FilterCell.c9 = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
575
+ FilterCell.dc = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
576
576
  return FilterCell;
577
577
  }(GridCellBase));
578
578
  export { FilterCell };