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
@@ -23,511 +23,511 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
23
23
  __extends(EditorCell, _super);
24
24
  function EditorCell(a) {
25
25
  var _this = _super.call(this, a) || this;
26
- _this.cp = null;
27
- _this.cw = null;
28
- _this.cv = null;
29
- _this.cm = null;
30
- _this.cl = null;
31
- _this.dc = null;
32
- _this.dd = null;
33
- _this.de = null;
34
- _this.cx = null;
35
- _this.c0 = false;
36
- _this.c4 = false;
37
- _this.c1 = false;
38
- _this.cj = 0;
39
- _this.dg = null;
26
+ _this.cs = null;
27
+ _this.cz = null;
40
28
  _this.cy = null;
41
- _this.cn = 1;
29
+ _this.cp = null;
30
+ _this.co = null;
42
31
  _this.df = null;
43
- _this.dj = null;
44
- _this.ch = null;
45
- _this.c2 = true;
46
- _this.dk = null;
32
+ _this.dg = null;
33
+ _this.dh = null;
34
+ _this.c0 = null;
47
35
  _this.c3 = false;
48
- _this.c6 = false;
49
36
  _this.c7 = false;
50
- _this.c5 = false;
51
- _this.ae.setAttribute("tabindex", "-1");
52
- _this.ae.setStyleProperty("outline", "none");
53
- _this.ae.setStyleProperty("display", "flex");
54
- _this.ae.setStyleProperty("align-items", "center");
55
- _this.ae.listen("focusout", runOn(_this, _this.eb));
56
- _this.ae.listen("focusin", runOn(_this, _this.d9));
37
+ _this.c4 = false;
38
+ _this.cm = 0;
39
+ _this.dj = null;
40
+ _this.c1 = null;
41
+ _this.cq = 1;
42
+ _this.di = null;
43
+ _this.dm = null;
44
+ _this.ck = null;
45
+ _this.c5 = true;
46
+ _this.dn = null;
47
+ _this.c6 = false;
48
+ _this.c9 = false;
49
+ _this.da = false;
50
+ _this.c8 = false;
51
+ _this.ah.setAttribute("tabindex", "-1");
52
+ _this.ah.setStyleProperty("outline", "none");
53
+ _this.ah.setStyleProperty("display", "flex");
54
+ _this.ah.setStyleProperty("align-items", "center");
55
+ _this.ah.listen("focusout", runOn(_this, _this.ee));
56
+ _this.ah.listen("focusin", runOn(_this, _this.ec));
57
57
  return _this;
58
58
  }
59
- Object.defineProperty(EditorCell.prototype, "ck", {
59
+ Object.defineProperty(EditorCell.prototype, "cn", {
60
60
  get: function () {
61
- return this.cj;
61
+ return this.cm;
62
62
  },
63
63
  set: function (a) {
64
- var b = this.cj;
65
- this.cj = a;
66
- if (b != this.cj) {
67
- this.bp("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.cj));
64
+ var b = this.cm;
65
+ this.cm = a;
66
+ if (b != this.cm) {
67
+ this.bs("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.cm));
68
68
  }
69
69
  },
70
70
  enumerable: false,
71
71
  configurable: true
72
72
  });
73
- Object.defineProperty(EditorCell.prototype, "di", {
73
+ Object.defineProperty(EditorCell.prototype, "dl", {
74
74
  get: function () {
75
- return this.dg;
75
+ return this.dj;
76
76
  },
77
77
  set: function (a) {
78
- var b = this.dg;
79
- this.dg = a;
80
- this.bp("Value", b, this.dg);
78
+ var b = this.dj;
79
+ this.dj = a;
80
+ this.bs("Value", b, this.dj);
81
81
  },
82
82
  enumerable: false,
83
83
  configurable: true
84
84
  });
85
- Object.defineProperty(EditorCell.prototype, "cz", {
85
+ Object.defineProperty(EditorCell.prototype, "c2", {
86
86
  get: function () {
87
- return this.cy;
87
+ return this.c1;
88
88
  },
89
89
  set: function (a) {
90
- var b = this.cy;
91
- this.cy = a;
92
- if (b != this.cy) {
93
- this.bp("FontInfo", b, this.cy);
90
+ var b = this.c1;
91
+ this.c1 = a;
92
+ if (b != this.c1) {
93
+ this.bs("FontInfo", b, this.c1);
94
94
  }
95
95
  },
96
96
  enumerable: false,
97
97
  configurable: true
98
98
  });
99
- Object.defineProperty(EditorCell.prototype, "co", {
99
+ Object.defineProperty(EditorCell.prototype, "cr", {
100
100
  get: function () {
101
- return this.cn;
101
+ return this.cq;
102
102
  },
103
103
  set: function (a) {
104
- var b = this.cn;
105
- this.cn = a;
106
- if (b != this.cn) {
107
- this.bp("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.cn));
104
+ var b = this.cq;
105
+ this.cq = a;
106
+ if (b != this.cq) {
107
+ this.bs("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.cq));
108
108
  }
109
109
  },
110
110
  enumerable: false,
111
111
  configurable: true
112
112
  });
113
- Object.defineProperty(EditorCell.prototype, "dh", {
113
+ Object.defineProperty(EditorCell.prototype, "dk", {
114
114
  get: function () {
115
- return this.df;
115
+ return this.di;
116
116
  },
117
117
  set: function (a) {
118
- var b = this.df;
119
- this.df = a;
120
- if (b != this.df) {
121
- this.bp("ComboItemsSource", b, this.df);
118
+ var b = this.di;
119
+ this.di = a;
120
+ if (b != this.di) {
121
+ this.bs("ComboItemsSource", b, this.di);
122
122
  }
123
123
  },
124
124
  enumerable: false,
125
125
  configurable: true
126
126
  });
127
- Object.defineProperty(EditorCell.prototype, "dm", {
127
+ Object.defineProperty(EditorCell.prototype, "dq", {
128
128
  get: function () {
129
- return this.dj;
129
+ return this.dm;
130
130
  },
131
131
  set: function (a) {
132
- var b = this.dj;
133
- this.dj = a;
134
- if (b != this.dj) {
135
- this.bp("ComboTextField", b, this.dj);
132
+ var b = this.dm;
133
+ this.dm = a;
134
+ if (b != this.dm) {
135
+ this.bs("ComboTextField", b, this.dm);
136
136
  }
137
137
  },
138
138
  enumerable: false,
139
139
  configurable: true
140
140
  });
141
- Object.defineProperty(EditorCell.prototype, "ci", {
141
+ Object.defineProperty(EditorCell.prototype, "cl", {
142
142
  get: function () {
143
- return this.ch;
143
+ return this.ck;
144
144
  },
145
145
  set: function (a) {
146
- var b = this.ch;
147
- this.ch = a;
148
- if (b != this.ch) {
149
- this.bp("ComboValueField", b, this.ch);
146
+ var b = this.ck;
147
+ this.ck = a;
148
+ if (b != this.ck) {
149
+ this.bs("ComboValueField", b, this.ck);
150
150
  }
151
151
  },
152
152
  enumerable: false,
153
153
  configurable: true
154
154
  });
155
- Object.defineProperty(EditorCell.prototype, "da", {
155
+ Object.defineProperty(EditorCell.prototype, "dd", {
156
156
  get: function () {
157
- return this.c2;
157
+ return this.c5;
158
158
  },
159
159
  set: function (a) {
160
- var b = this.c2;
161
- this.c2 = a;
162
- if (b != this.c2) {
163
- this.bp("IsHidden", b, this.c2);
160
+ var b = this.c5;
161
+ this.c5 = a;
162
+ if (b != this.c5) {
163
+ this.bs("IsHidden", b, this.c5);
164
164
  }
165
165
  },
166
166
  enumerable: false,
167
167
  configurable: true
168
168
  });
169
- Object.defineProperty(EditorCell.prototype, "dr", {
169
+ Object.defineProperty(EditorCell.prototype, "du", {
170
170
  get: function () {
171
- return this.dk;
171
+ return this.dn;
172
172
  },
173
173
  set: function (a) {
174
- var b = this.dk;
175
- this.dk = a;
176
- if (b != this.dk) {
177
- this.bp("DateFormatString", b, this.dk);
174
+ var b = this.dn;
175
+ this.dn = a;
176
+ if (b != this.dn) {
177
+ this.bs("DateFormatString", b, this.dn);
178
178
  }
179
179
  },
180
180
  enumerable: false,
181
181
  configurable: true
182
182
  });
183
- Object.defineProperty(EditorCell.prototype, "db", {
183
+ Object.defineProperty(EditorCell.prototype, "de", {
184
184
  get: function () {
185
- return this.c3;
185
+ return this.c6;
186
186
  },
187
187
  set: function (a) {
188
- var b = this.c3;
189
- this.c3 = a;
190
- if (b != this.c3) {
191
- this.bp("ShowTodayButton", b, this.c3);
188
+ var b = this.c6;
189
+ this.c6 = a;
190
+ if (b != this.c6) {
191
+ this.bs("ShowTodayButton", b, this.c6);
192
192
  }
193
193
  },
194
194
  enumerable: false,
195
195
  configurable: true
196
196
  });
197
- EditorCell.prototype.cu = function (a) {
198
- if (this.dc == null) {
199
- this.dc = this.ab.createElement("div");
200
- var b = this.ab.getSubRenderer(this.dc);
201
- this.cx = new Popup();
202
- this.cx.provideRenderer(b);
203
- this.de = this.ab.createElement("div");
204
- this.de.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
205
- this.de.setStyleProperty("color", "#fff");
206
- this.de.setStyleProperty("padding", "5px");
207
- this.de.setStyleProperty("outline", "none");
208
- this.de.setAttribute("tabindex", "-1");
209
- this.dd = this.ab.createElement("div");
210
- this.dd.setStyleProperty("white-space", "pre");
211
- if (this.cz != null) {
212
- this.dd.setStyleProperty("font", this.cz.fontString);
197
+ EditorCell.prototype.cx = function (a) {
198
+ if (this.df == null) {
199
+ this.df = this.ae.createElement("div");
200
+ var b = this.ae.getSubRenderer(this.df);
201
+ this.c0 = new Popup();
202
+ this.c0.provideRenderer(b);
203
+ this.dh = this.ae.createElement("div");
204
+ this.dh.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
205
+ this.dh.setStyleProperty("color", "#fff");
206
+ this.dh.setStyleProperty("padding", "5px");
207
+ this.dh.setStyleProperty("outline", "none");
208
+ this.dh.setAttribute("tabindex", "-1");
209
+ this.dg = this.ae.createElement("div");
210
+ this.dg.setStyleProperty("white-space", "pre");
211
+ if (this.c2 != null) {
212
+ this.dg.setStyleProperty("font", this.c2.fontString);
213
213
  }
214
- this.de.append(this.dd);
215
- this.cx.appendPopupContent(this.de);
214
+ this.dh.append(this.dg);
215
+ this.c0.appendPopupContent(this.dh);
216
216
  }
217
217
  var c = null;
218
218
  switch (a) {
219
219
  case 1:
220
- c = this.ct();
220
+ c = this.cw();
221
221
  break;
222
222
  case 2:
223
- c = this.cs();
223
+ c = this.cv();
224
224
  break;
225
225
  case 3:
226
- c = this.cr();
226
+ c = this.cu();
227
227
  break;
228
228
  case 4:
229
- c = this.cq();
229
+ c = this.ct();
230
230
  break;
231
231
  }
232
232
  return c;
233
233
  };
234
- EditorCell.prototype.ct = function () {
235
- if (this.cw != null) {
236
- this.d3();
237
- this.d8();
238
- return this.cw;
234
+ EditorCell.prototype.cw = function () {
235
+ if (this.cz != null) {
236
+ this.d6();
237
+ this.eb();
238
+ return this.cz;
239
239
  }
240
- this.cw = new TextEditorView(this.ab, this.f.getTheme(), this.b);
241
- this.cw.setFont(this.cz);
242
- return this.cw;
243
- };
244
- EditorCell.prototype.cs = function () {
245
- if (this.cv != null) {
246
- this.d3();
247
- this.d8();
248
- return this.cv;
240
+ this.cz = new TextEditorView(this.ae, this.f.getTheme(), this.b);
241
+ this.cz.setFont(this.c2);
242
+ return this.cz;
243
+ };
244
+ EditorCell.prototype.cv = function () {
245
+ if (this.cy != null) {
246
+ this.d6();
247
+ this.eb();
248
+ return this.cy;
249
249
  }
250
- this.cv = new NumericEditorView(this.ab, this.f.getTheme(), this.b);
251
- this.cv.setFont(this.cz);
252
- return this.cv;
250
+ this.cy = new NumericEditorView(this.ae, this.f.getTheme(), this.b);
251
+ this.cy.setFont(this.c2);
252
+ return this.cy;
253
253
  };
254
- EditorCell.prototype.cr = function () {
255
- if (this.cm != null) {
256
- this.d3();
257
- this.d8();
258
- return this.cm;
254
+ EditorCell.prototype.cu = function () {
255
+ if (this.cp != null) {
256
+ this.d6();
257
+ this.eb();
258
+ return this.cp;
259
259
  }
260
- this.cm = new DateEditorView(this.ab, this.f.getTheme(), this.b);
261
- this.cm.setFont(this.cz);
262
- return this.cm;
260
+ this.cp = new DateEditorView(this.ae, this.f.getTheme(), this.b);
261
+ this.cp.setFont(this.c2);
262
+ return this.cp;
263
263
  };
264
- EditorCell.prototype.cq = function () {
265
- if (this.cl != null) {
266
- this.d2();
267
- this.d3();
268
- this.d8();
269
- return this.cl;
264
+ EditorCell.prototype.ct = function () {
265
+ if (this.co != null) {
266
+ this.d5();
267
+ this.d6();
268
+ this.eb();
269
+ return this.co;
270
270
  }
271
- this.cl = new ComboEditorView(this.ab, this.f.getTheme(), this.b);
272
- this.cl.setFont(this.cz);
273
- this.cl.ag = this.dh;
274
- this.cl.aj = this.dm;
275
- this.cl.z = this.ci;
276
- return this.cl;
277
- };
278
- EditorCell.prototype.ea = function (a, b) {
271
+ this.co = new ComboEditorView(this.ae, this.f.getTheme(), this.b);
272
+ this.co.setFont(this.c2);
273
+ this.co.ah = this.dk;
274
+ this.co.ak = this.dq;
275
+ this.co.aa = this.cl;
276
+ return this.co;
277
+ };
278
+ EditorCell.prototype.ed = function (a, b) {
279
279
  if (b.g != b.d || b.h != b.e) {
280
- if (this.cl != null) {
281
- this.cl.am();
280
+ if (this.co != null) {
281
+ this.co.an();
282
282
  }
283
- if (this.cm != null) {
284
- this.cm.ag();
283
+ if (this.cp != null) {
284
+ this.cp.ah();
285
285
  }
286
- this.d0();
286
+ this.d3();
287
287
  }
288
288
  };
289
- EditorCell.prototype.dy = function () {
290
- if (!this.c1) {
291
- if (this.cp != null) {
292
- this.cp.attachEvents();
293
- var a = this.cp;
294
- a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.eg));
295
- var b = this.cp;
296
- b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.d6));
297
- var c = this.cp;
298
- c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.d5));
299
- var d = this.cp;
300
- d.userTyping = delegateCombine(d.userTyping, runOn(this, this.ee));
301
- this.c1 = true;
289
+ EditorCell.prototype.d1 = function () {
290
+ if (!this.c4) {
291
+ if (this.cs != null) {
292
+ this.cs.attachEvents();
293
+ var a = this.cs;
294
+ a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.ej));
295
+ var b = this.cs;
296
+ b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.d9));
297
+ var c = this.cs;
298
+ c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.d8));
299
+ var d = this.cs;
300
+ d.userTyping = delegateCombine(d.userTyping, runOn(this, this.eh));
301
+ this.c4 = true;
302
302
  }
303
303
  }
304
304
  };
305
- EditorCell.prototype.dz = function () {
306
- if (this.c1) {
307
- if (this.cp != null) {
308
- this.cp.detachEvents();
309
- var a = this.cp;
310
- a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.eg));
311
- var b = this.cp;
312
- b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.d6));
313
- var c = this.cp;
314
- c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.d5));
315
- var d = this.cp;
316
- d.userTyping = delegateRemove(d.userTyping, runOn(this, this.ee));
317
- this.c1 = false;
305
+ EditorCell.prototype.d2 = function () {
306
+ if (this.c4) {
307
+ if (this.cs != null) {
308
+ this.cs.detachEvents();
309
+ var a = this.cs;
310
+ a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.ej));
311
+ var b = this.cs;
312
+ b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.d9));
313
+ var c = this.cs;
314
+ c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.d8));
315
+ var d = this.cs;
316
+ d.userTyping = delegateRemove(d.userTyping, runOn(this, this.eh));
317
+ this.c4 = false;
318
318
  }
319
319
  }
320
320
  };
321
- EditorCell.prototype.ed = function (a) {
322
- this.c6 = false;
323
- this.c7 = false;
324
- this.c5 = false;
321
+ EditorCell.prototype.eg = function (a) {
322
+ this.c9 = false;
323
+ this.da = false;
324
+ this.c8 = false;
325
325
  if (!a) {
326
- this.c7 = true;
327
- this.cp.onTargetChanged();
326
+ this.da = true;
327
+ this.cs.onTargetChanged();
328
328
  }
329
329
  };
330
- EditorCell.prototype.ef = function () {
331
- if (this.cp != null) {
332
- this.cp.value = this.di;
330
+ EditorCell.prototype.ei = function () {
331
+ if (this.cs != null) {
332
+ this.cs.value = this.dl;
333
333
  }
334
334
  };
335
- EditorCell.prototype.d3 = function () {
335
+ EditorCell.prototype.d6 = function () {
336
336
  };
337
- EditorCell.prototype.d7 = function () {
338
- this.c0 = true;
339
- this.dz();
340
- this.ae.removeChildren();
341
- if (this.cp != null) {
342
- this.cp.cleanUp();
337
+ EditorCell.prototype.ea = function () {
338
+ this.c3 = true;
339
+ this.d2();
340
+ this.ah.removeChildren();
341
+ if (this.cs != null) {
342
+ this.cs.cleanUp();
343
343
  }
344
- this.cp = this.cu(this.co);
345
- this.ae.append(this.cp.container);
346
- this.dy();
347
- if (this.cp != null) {
348
- this.cp.isEnabled = !this.isRemoved;
349
- if (!this.da) {
350
- this.cp.onEditStarted();
344
+ this.cs = this.cx(this.cr);
345
+ this.ah.append(this.cs.container);
346
+ this.d1();
347
+ if (this.cs != null) {
348
+ this.cs.isEnabled = !this.isRemoved;
349
+ if (!this.dd) {
350
+ this.cs.onEditStarted();
351
351
  }
352
352
  }
353
- this.c0 = false;
353
+ this.c3 = false;
354
354
  };
355
- EditorCell.prototype.d2 = function () {
356
- if (this.cl != null) {
357
- this.cl.ag = this.dh;
358
- this.cl.aj = this.dm;
359
- this.cl.z = this.ci;
355
+ EditorCell.prototype.d5 = function () {
356
+ if (this.co != null) {
357
+ this.co.ah = this.dk;
358
+ this.co.ak = this.dq;
359
+ this.co.aa = this.cl;
360
360
  }
361
361
  };
362
- EditorCell.prototype.d8 = function () {
363
- if (this.cz != null) {
364
- if (this.cw != null) {
365
- this.cw.setFont(this.cz);
362
+ EditorCell.prototype.eb = function () {
363
+ if (this.c2 != null) {
364
+ if (this.cz != null) {
365
+ this.cz.setFont(this.c2);
366
366
  }
367
- if (this.cv != null) {
368
- this.cv.setFont(this.cz);
367
+ if (this.cy != null) {
368
+ this.cy.setFont(this.c2);
369
369
  }
370
- if (this.cm != null) {
371
- this.cm.setFont(this.cz);
370
+ if (this.cp != null) {
371
+ this.cp.setFont(this.c2);
372
372
  }
373
- if (this.cl != null) {
374
- this.cl.setFont(this.cz);
373
+ if (this.co != null) {
374
+ this.co.setFont(this.c2);
375
375
  }
376
- this.dd.setStyleProperty("font", this.cz.fontString);
376
+ this.dg.setStyleProperty("font", this.c2.fontString);
377
377
  }
378
378
  };
379
- EditorCell.prototype.d1 = function () {
380
- this.c4 = false;
381
- if (this.cp != null) {
382
- if (!this.da) {
383
- this.cp.onEditStarted();
379
+ EditorCell.prototype.d4 = function () {
380
+ this.c7 = false;
381
+ if (this.cs != null) {
382
+ if (!this.dd) {
383
+ this.cs.onEditStarted();
384
384
  }
385
385
  else {
386
- this.cp.onEditEnded();
387
- this.cp.value = null;
388
- this.cp.value = this.di;
386
+ this.cs.onEditEnded();
387
+ this.cs.value = null;
388
+ this.cs.value = this.dl;
389
389
  }
390
390
  }
391
391
  };
392
- EditorCell.prototype.d4 = function () {
393
- if (this.cp != null && this.cm == this.cp) {
394
- this.cm.ae = this.dr;
392
+ EditorCell.prototype.d7 = function () {
393
+ if (this.cs != null && this.cp == this.cs) {
394
+ this.cp.af = this.du;
395
395
  }
396
396
  };
397
- EditorCell.prototype.ec = function () {
398
- if (this.cp != null && this.cm == this.cp) {
399
- this.cm.ac = this.db;
397
+ EditorCell.prototype.ef = function () {
398
+ if (this.cs != null && this.cp == this.cs) {
399
+ this.cp.ad = this.de;
400
400
  }
401
401
  };
402
- EditorCell.prototype.eh = function (a, b, c, d, e) {
402
+ EditorCell.prototype.ek = function (a, b, c, d, e) {
403
403
  if (!stringIsNullOrWhiteSpace(a)) {
404
- this.dd.setRawText(a);
405
- this.cx.b8();
406
- this.ei();
404
+ this.dg.setRawText(a);
405
+ this.c0.b9();
406
+ this.el();
407
407
  }
408
408
  };
409
- EditorCell.prototype.ei = function () {
410
- var rect_ = this.ae.getNativeElement().getBoundingClientRect();
409
+ EditorCell.prototype.el = function () {
410
+ var rect_ = this.ah.getNativeElement().getBoundingClientRect();
411
411
  var a = new Rect(4);
412
412
  a.left = (rect_.left + window.pageXOffset);
413
413
  a.top = (rect_.top + window.pageYOffset);
414
414
  a.right = (rect_.right + window.pageXOffset);
415
415
  a.bottom = (rect_.bottom + window.pageYOffset);
416
- this.cx.showRelativeToExclusionRect(a, 1, 0);
416
+ this.c0.showRelativeToExclusionRect(a, 1, 0);
417
417
  };
418
- EditorCell.prototype.d0 = function () {
419
- if (this.cx.aw) {
420
- this.cx.b5();
418
+ EditorCell.prototype.d3 = function () {
419
+ if (this.c0.ax) {
420
+ this.c0.b6();
421
421
  }
422
422
  };
423
- EditorCell.prototype.bo = function () {
424
- if (this.cp == null) {
425
- this.d7();
426
- this.f.setViewportChangedHandler(runOn(this, this.ea));
423
+ EditorCell.prototype.br = function () {
424
+ if (this.cs == null) {
425
+ this.ea();
426
+ this.f.setViewportChangedHandler(runOn(this, this.ed));
427
427
  }
428
428
  };
429
- EditorCell.prototype.be = function () {
430
- if (this.cp != null) {
431
- this.cp.focus();
429
+ EditorCell.prototype.bh = function () {
430
+ if (this.cs != null) {
431
+ this.cs.focus();
432
432
  }
433
433
  };
434
- EditorCell.prototype.bp = function (a, b, c) {
435
- _super.prototype.bp.call(this, a, b, c);
434
+ EditorCell.prototype.bs = function (a, b, c) {
435
+ _super.prototype.bs.call(this, a, b, c);
436
436
  switch (a) {
437
437
  case "EditorType":
438
- this.d7();
438
+ this.ea();
439
439
  break;
440
440
  case "ComboItemsSource":
441
441
  case "ComboTextField":
442
442
  case "ComboValueField":
443
- this.d2();
443
+ this.d5();
444
444
  break;
445
445
  case "DataType":
446
- this.d3();
446
+ this.d6();
447
447
  break;
448
448
  case "Value":
449
- this.ef();
449
+ this.ei();
450
450
  break;
451
451
  case "FontInfo":
452
- this.d8();
452
+ this.eb();
453
453
  break;
454
454
  case "IsHidden":
455
- this.d1();
455
+ this.d4();
456
456
  break;
457
457
  case "DateFormatString":
458
- this.d4();
458
+ this.d7();
459
459
  break;
460
460
  case "ShowTodayButton":
461
- this.ec();
461
+ this.ef();
462
462
  break;
463
463
  case "IsRemoved":
464
- if (this.cp != null) {
465
- this.cp.isEnabled = !this.isRemoved;
464
+ if (this.cs != null) {
465
+ this.cs.isEnabled = !this.isRemoved;
466
466
  if (!this.isRemoved) {
467
- this.cp.onTargetChanged();
467
+ this.cs.onTargetChanged();
468
468
  }
469
469
  }
470
470
  break;
471
471
  }
472
472
  };
473
- EditorCell.prototype.eg = function (a, b, c) {
474
- if (a == this.cp) {
473
+ EditorCell.prototype.ej = function (a, b, c) {
474
+ if (a == this.cs) {
475
475
  if (!c) {
476
476
  this.b.updateCellEditValue(b);
477
477
  }
478
478
  }
479
479
  };
480
- EditorCell.prototype.ee = function (a) {
481
- if (a == this.cp) {
480
+ EditorCell.prototype.eh = function (a) {
481
+ if (a == this.cs) {
482
482
  this.b.startEditMode();
483
483
  }
484
484
  };
485
- EditorCell.prototype.c9 = function (a) {
486
- if (a != null && this.cx != null && this.cx.aw) {
487
- var b = this.de.getNativeElement();
485
+ EditorCell.prototype.dc = function (a) {
486
+ if (a != null && this.c0 != null && this.c0.ax) {
487
+ var b = this.dh.getNativeElement();
488
488
  return b.contains(a);
489
489
  }
490
490
  return false;
491
491
  };
492
- EditorCell.prototype.c8 = function (a) {
492
+ EditorCell.prototype.db = function (a) {
493
493
  if (a != null) {
494
- var b = this.ae.getNativeElement();
494
+ var b = this.ah.getNativeElement();
495
495
  return b.contains(a);
496
496
  }
497
497
  return false;
498
498
  };
499
- EditorCell.prototype.eb = function (a) {
499
+ EditorCell.prototype.ee = function (a) {
500
500
  var _this = this;
501
- if (!this.c0) {
501
+ if (!this.c3) {
502
502
  var b = (a.originalEvent.relatedTarget);
503
- if (this.c5 && !this.c8(b) && !this.c9(b)) {
503
+ if (this.c8 && !this.db(b) && !this.dc(b)) {
504
504
  this.b.editorCellLostFocus();
505
- this.d0();
505
+ this.d3();
506
506
  }
507
- var c = this.ab.rootWrapper.getNativeElement();
507
+ var c = this.ae.rootWrapper.getNativeElement();
508
508
  if (c.contains(b)) {
509
509
  window.setTimeout(function () {
510
510
  var d = document.activeElement.nodeName;
511
511
  if (d == "INPUT" || d == "SELECT" || d == "TEXTAREA" || d == "BUTTON" || d == "OPTION") {
512
512
  return;
513
513
  }
514
- if (_this.b.isEditRefocusDesired && _this.cp != null) {
515
- _this.cp.focus();
514
+ if (_this.b.isEditRefocusDesired && _this.cs != null) {
515
+ _this.cs.focus();
516
516
  }
517
517
  }, 0);
518
518
  }
519
519
  }
520
520
  };
521
- EditorCell.prototype.d9 = function (a) {
522
- if (this.c6 && !this.cx.aw) {
523
- this.ei();
521
+ EditorCell.prototype.ec = function (a) {
522
+ if (this.c9 && !this.c0.ax) {
523
+ this.el();
524
524
  }
525
525
  };
526
- EditorCell.prototype.d6 = function (a) {
527
- this.c5 = true;
526
+ EditorCell.prototype.d9 = function (a) {
527
+ this.c8 = true;
528
528
  };
529
- EditorCell.prototype.d5 = function (a) {
530
- this.c5 = false;
529
+ EditorCell.prototype.d8 = function (a) {
530
+ this.c8 = false;
531
531
  };
532
532
  EditorCell.prototype.onContactStarted = function (a, b) {
533
533
  a.stopPropagation();