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
@@ -5,18 +5,17 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
  import { __extends } from "tslib";
8
- import { Base, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, delegateCombine, delegateRemove, EnumUtil } from "igniteui-webcomponents-core";
9
- import { RenderingContext } from "igniteui-webcomponents-core";
8
+ import { Base, markType, runOn, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, delegateRemove, EnumUtil, delegateCombine } from "igniteui-webcomponents-core";
10
9
  import { Path } from "igniteui-webcomponents-core";
11
- import { GridStyleRepository } from "./GridStyleRepository";
12
10
  import { KeyFrameAnimationFactory } from "igniteui-webcomponents-core";
13
11
  import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
14
12
  import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
15
- import { CanvasViewRenderer } from "igniteui-webcomponents-core";
16
- import { truncate, intDivide, isNaN_ } from "igniteui-webcomponents-core";
13
+ import { NativeUIComponent } from "igniteui-webcomponents-core";
17
14
  import { CellContentHorizontalAlignment_$type } from "./CellContentHorizontalAlignment";
15
+ import { intDivide, isNaN_ } from "igniteui-webcomponents-core";
18
16
  import { ElevationHelper } from "igniteui-webcomponents-core";
19
17
  import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
18
+ import { IToolbarTarget_$type } from "igniteui-webcomponents-core";
20
19
  import { DeviceUtils } from "igniteui-webcomponents-core";
21
20
  import { BrushUtil } from "igniteui-webcomponents-core";
22
21
  import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
@@ -31,8 +30,11 @@ import { GridFilterDialogViewModelGrouping } from "./GridFilterDialogViewModelGr
31
30
  import { ColumnComparisonFilterCondition } from "./ColumnComparisonFilterCondition";
32
31
  import { ColumnComparisonConditionOperatorType_$type } from "./ColumnComparisonConditionOperatorType";
33
32
  import { Geometry } from "igniteui-webcomponents-core";
33
+ import { GridStyleRepository } from "./GridStyleRepository";
34
34
  import { NativeUI } from "igniteui-webcomponents-core";
35
35
  import { FilterDialogRenderCompletedEventArgs } from "./FilterDialogRenderCompletedEventArgs";
36
+ import { ToolActionIconMenuInfo } from "igniteui-webcomponents-core";
37
+ import { SvgIconRegistry } from "igniteui-webcomponents-core";
36
38
  import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
37
39
  import { GridFilterDialogViewModelGroupingLevelCollection } from "./GridFilterDialogViewModelGroupingLevelCollection";
38
40
  import { ObservableCollection$1 } from "igniteui-webcomponents-core";
@@ -45,14 +47,13 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
45
47
  var _this = _super.call(this) || this;
46
48
  _this.b = null;
47
49
  _this.q = null;
48
- _this.ad = new Path();
50
+ _this.aa = new Path();
49
51
  _this.j = 0;
50
52
  _this.i = 0;
51
- _this.o = null;
52
53
  _this.d = null;
53
54
  _this.m = null;
54
55
  _this.n = null;
55
- _this.p = null;
56
+ _this.o = null;
56
57
  _this.g = 0;
57
58
  _this.f = 0;
58
59
  _this.h = 1;
@@ -63,39 +64,14 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
63
64
  _this.b = a;
64
65
  return _this;
65
66
  }
66
- GridFilterDialogView.prototype.aa = function () {
67
- if (this.j != this.l || this.i != this.k) {
68
- this.v();
69
- this.j = this.l;
70
- this.j = this.k;
71
- this.o.setStyleProperty("width", this.l.toString() + "px");
72
- this.o.setStyleProperty("height", this.k.toString() + "px");
73
- }
74
- var a = Math.round(this.b.af * this.h);
75
- var b = Math.round(this.b.af * this.h);
76
- if (this.g != a || this.f != b) {
77
- this.o.setAttribute("width", a.toString());
78
- this.o.setAttribute("height", b.toString());
79
- this.g = truncate(Math.round(a));
80
- this.f = truncate(Math.round(b));
81
- }
82
- this.z();
83
- this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
84
- if (this.d.d && this.h != 1) {
85
- this.d.aa();
86
- this.d.ab(this.h, this.h);
87
- }
88
- this.d.l(0, 0, this.l, this.k);
89
- this.d.t(this.ad);
90
- if (this.d.d && this.h != 1) {
91
- this.d.z();
92
- }
93
- this.b.bc();
94
- };
95
- GridFilterDialogView.prototype.v = function () {
96
- this.b.a6(this.l, this.k, this.ad);
67
+ GridFilterDialogView.prototype.y = function () {
68
+ this.x();
69
+ this.b.bk();
97
70
  };
98
- GridFilterDialogView.prototype.u = function () {
71
+ GridFilterDialogView.prototype.t = function () {
72
+ this.b.bc(this.l, this.k, this.aa);
73
+ };
74
+ GridFilterDialogView.prototype.s = function () {
99
75
  if (KeyFrameAnimationFactory.h == null) {
100
76
  KeyFrameAnimationFactory.h = this.m;
101
77
  }
@@ -103,56 +79,43 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
103
79
  GridFilterDialogView.prototype.a = function (a) {
104
80
  return new AnimationKeyFrameEffect(0, this.m.rootWrapper, 0, null, a);
105
81
  };
106
- GridFilterDialogView.prototype.x = function (a, b, c) {
82
+ GridFilterDialogView.prototype.v = function (a, b, c) {
107
83
  if (a == null) {
108
- if (this.o != null) {
109
- this.o.destroy();
110
- }
111
- this.o = null;
112
84
  this.m = null;
113
85
  this.n = null;
114
86
  this.d = null;
115
87
  return;
116
88
  }
117
- this.h = (isNaN_(this.b.ae) ? this.b.ad : this.b.ae);
89
+ this.h = (isNaN_(this.b.aj) ? this.b.ai : this.b.aj);
118
90
  var d = a;
119
91
  this.m = d;
120
92
  this.n = c;
121
- this.p = b;
93
+ this.o = b;
122
94
  this.m.rootWrapper.addClass("ig-filter-icon");
123
95
  this.m.rootWrapper.setStyleProperty("cursor", "pointer");
124
96
  this.q = this.m.rootWrapper;
125
97
  var e = this.h;
126
98
  var f = Math.round(d.rootWrapper.width());
127
99
  var g = Math.round(d.rootWrapper.height());
128
- var h = this.b.af * e;
129
- var i = this.b.af * e;
130
- var j = this.m.createElement("canvas");
131
- j.setStyleProperty("position", "absolute");
132
- j.setStyleProperty("left", "0");
133
- j.setStyleProperty("top", "0");
134
- this.m.append(j);
135
- this.g = truncate(Math.round(h));
136
- this.f = truncate(Math.round(i));
137
- j.setAttribute("width", this.g.toString());
138
- j.setAttribute("height", this.g.toString());
139
- j.setStyleProperty("width", f.toString() + "px");
140
- j.setStyleProperty("height", g.toString() + "px");
141
- this.z();
142
- j.listen("mousedown", runOn(this, this.r));
143
- j.listen("mouseup", runOn(this, this.s));
100
+ var h = this.b.ak * e;
101
+ var i = this.b.ak * e;
102
+ this.x();
144
103
  this.l = f;
145
104
  this.k = g;
146
- this.o = j;
147
- var k = this.m.get2DCanvasContext(this.o);
148
- this.d = new RenderingContext(new CanvasViewRenderer(), k);
149
- if (isNaN_(this.b.ae)) {
150
- this.b.ad = window.devicePixelRatio;
151
- this.h = this.b.ad;
105
+ if (isNaN_(this.b.aj)) {
106
+ this.b.ai = window.devicePixelRatio;
107
+ this.h = this.b.ai;
152
108
  }
153
- this.aa();
109
+ this.y();
154
110
  };
155
- GridFilterDialogView.prototype.z = function () {
111
+ GridFilterDialogView.prototype.r = function (a) {
112
+ var b = a;
113
+ this.m.append(b.an);
114
+ };
115
+ GridFilterDialogView.prototype.p = function () {
116
+ return this.m;
117
+ };
118
+ GridFilterDialogView.prototype.x = function () {
156
119
  if (this.b.k == this.b.l) {
157
120
  this.m.rootWrapper.setStyleProperty("position", "relative");
158
121
  this.m.rootWrapper.setStyleProperty("left", "0px");
@@ -162,64 +125,36 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
162
125
  this.m.rootWrapper.setStyleProperty("position", "absolute");
163
126
  if (this.b.l == 2) {
164
127
  this.m.rootWrapper.setStyleProperty("left", "unset");
165
- this.m.rootWrapper.setStyleProperty("right", this.b.aj + "px");
128
+ this.m.rootWrapper.setStyleProperty("right", this.b.ao + "px");
166
129
  }
167
130
  else {
168
- this.m.rootWrapper.setStyleProperty("left", this.b.ai + "px");
131
+ this.m.rootWrapper.setStyleProperty("left", this.b.an + "px");
169
132
  }
170
- var a = intDivide(this.p.height(), 2) - (this.k / 2);
133
+ var a = intDivide(this.o.height(), 2) - (this.k / 2);
171
134
  this.m.rootWrapper.setStyleProperty("top", a + "px");
172
135
  };
173
- GridFilterDialogView.prototype.r = function (a) {
174
- };
175
- GridFilterDialogView.prototype.s = function (a) {
176
- if (a.button == 2) {
177
- return;
178
- }
179
- if (!this.e) {
180
- this.b.be();
181
- }
182
- else {
183
- this.b.a2();
184
- }
185
- };
186
- GridFilterDialogView.prototype.ab = function () {
187
- this.aa();
136
+ GridFilterDialogView.prototype.z = function () {
137
+ this.y();
188
138
  };
189
- GridFilterDialogView.prototype.y = function (a, b) {
190
- if (isNaN_(this.b.ae)) {
191
- this.b.ad = window.devicePixelRatio;
192
- this.h = this.b.ad;
139
+ GridFilterDialogView.prototype.w = function (a, b) {
140
+ if (isNaN_(this.b.aj)) {
141
+ this.b.ai = window.devicePixelRatio;
142
+ this.h = this.b.ai;
193
143
  }
194
144
  this.l = a;
195
145
  this.k = b;
196
- this.aa();
197
- };
198
- GridFilterDialogView.prototype.w = function () {
199
- if (isNaN_(this.b.ae)) {
200
- this.b.ad = window.devicePixelRatio;
201
- if (this.h != this.b.ad) {
202
- this.h = this.b.ad;
203
- this.aa();
146
+ this.y();
147
+ };
148
+ GridFilterDialogView.prototype.u = function () {
149
+ if (isNaN_(this.b.aj)) {
150
+ this.b.ai = window.devicePixelRatio;
151
+ if (this.h != this.b.ai) {
152
+ this.h = this.b.ai;
153
+ this.y();
204
154
  return;
205
155
  }
206
156
  }
207
- this.z();
208
- };
209
- GridFilterDialogView.prototype.ac = function (a) {
210
- this.e = true;
211
- var b = new GridFilterDialogPanel(this.b, this.o, this.m, this.n);
212
- b.a = this.b;
213
- b.t(a);
214
- this.c = b;
215
- };
216
- GridFilterDialogView.prototype.t = function () {
217
- this.e = false;
218
- if (this.c != null) {
219
- this.c.l();
220
- this.c.m();
221
- this.c = null;
222
- }
157
+ this.x();
223
158
  };
224
159
  GridFilterDialogView.$t = markType(GridFilterDialogView, 'GridFilterDialogView');
225
160
  return GridFilterDialogView;
@@ -254,7 +189,7 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
254
189
  e.setStyleProperty("background-color", "#fff");
255
190
  e.setStyleProperty("border-radius", "3px");
256
191
  e.setStyleProperty("overflow", "auto");
257
- var g = ElevationHelper.e(12, _this.b.bp, _this.b.bo, _this.b.bn);
192
+ var g = ElevationHelper.e(12, _this.b.bv, _this.b.bu, _this.b.bt);
258
193
  e.setStyleProperty("boxShadow", g);
259
194
  e.listen("mousedown", runOn(_this, _this.o));
260
195
  _this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
@@ -270,21 +205,15 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
270
205
  };
271
206
  GridFilterDialogPanel.prototype.onDocumentKeyDown = function (a) {
272
207
  if (BaseDOMEventProxy.c0(a) == 8) {
273
- this.b.a2();
274
208
  }
275
209
  };
276
210
  GridFilterDialogPanel.prototype.onDocumentMouseClick = function (e_) {
277
- var filterIconCanvas_ = this.b.aq();
278
- var a = (e_.srcElement === filterIconCanvas_ || e_.target === filterIconCanvas_);
279
- if (!a) {
280
- this.b.a2();
211
+ {
281
212
  }
282
213
  };
283
214
  GridFilterDialogPanel.prototype.onFilterApplyClick = function () {
284
- this.b.a2();
285
215
  };
286
216
  GridFilterDialogPanel.prototype.onFilterCancelClick = function () {
287
- this.b.a2();
288
217
  };
289
218
  GridFilterDialogPanel.prototype.t = function (a) {
290
219
  var _this = this;
@@ -368,7 +297,8 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
368
297
  switch (a) {
369
298
  case 1: return b ? 2 : 1;
370
299
  case 2: return b ? 3 : 1;
371
- case 3: return b ? 3 : 2;
300
+ case 3: return b ? 4 : 2;
301
+ case 4: return b ? 4 : 3;
372
302
  case 0: return a;
373
303
  default: return a;
374
304
  }
@@ -384,79 +314,83 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
384
314
  __extends(GridFilterDialog, _super);
385
315
  function GridFilterDialog() {
386
316
  var _this = _super.call(this) || this;
387
- _this.am = null;
388
- _this.w = true;
317
+ _this.ar = null;
318
+ _this.z = true;
389
319
  _this.propertyChanged = null;
390
- _this.ab = NaN;
391
- _this.aa = 1;
320
+ _this.ag = NaN;
321
+ _this.af = 1;
392
322
  _this.j = 2;
393
323
  _this.i = 0;
394
- _this.ag = 0;
395
- _this.ah = 0;
396
- _this.bm = null;
397
- _this.ac = DeviceUtils.g(24);
398
- _this.bp = null;
399
- _this.bo = null;
400
- _this.bn = null;
324
+ _this.al = 0;
325
+ _this.am = 0;
326
+ _this.bs = null;
327
+ _this.ah = DeviceUtils.g(24);
328
+ _this.bv = null;
329
+ _this.bu = null;
330
+ _this.bt = null;
331
+ _this.w = null;
332
+ _this.y = false;
401
333
  _this.m = null;
402
- _this.u = null;
403
- _this.v = false;
334
+ _this.x = false;
335
+ _this.v = null;
404
336
  _this.f = null;
405
337
  _this.dialogOpening = null;
406
338
  _this.filterChanging = null;
407
339
  _this.filterChanged = null;
408
- _this.r = null;
340
+ _this.s = null;
341
+ _this._commandCompleted = null;
342
+ _this._invalidateActions = null;
409
343
  _this.renderCompleted = null;
410
- _this.r = new GridFilterDialogView(_this);
411
- _this.bp = BrushUtil.h(66, 0, 0, 0);
412
- _this.bo = BrushUtil.h(30, 0, 0, 0);
413
- _this.bn = BrushUtil.h(20, 0, 0, 0);
344
+ _this.s = new GridFilterDialogView(_this);
345
+ _this.bv = BrushUtil.h(66, 0, 0, 0);
346
+ _this.bu = BrushUtil.h(30, 0, 0, 0);
347
+ _this.bt = BrushUtil.h(20, 0, 0, 0);
414
348
  return _this;
415
349
  }
416
- Object.defineProperty(GridFilterDialog.prototype, "an", {
350
+ Object.defineProperty(GridFilterDialog.prototype, "as", {
417
351
  get: function () {
418
- return this.am;
352
+ return this.ar;
419
353
  },
420
354
  set: function (a) {
421
- this.am = a;
355
+ this.ar = a;
422
356
  },
423
357
  enumerable: false,
424
358
  configurable: true
425
359
  });
426
- Object.defineProperty(GridFilterDialog.prototype, "x", {
360
+ Object.defineProperty(GridFilterDialog.prototype, "ab", {
427
361
  get: function () {
428
- return this.w;
362
+ return this.z;
429
363
  },
430
364
  set: function (a) {
431
- var b = this.w;
432
- this.w = a;
433
- if (b != this.w) {
434
- this.bb("IsAnimationEnabled", b, this.w);
365
+ var b = this.z;
366
+ this.z = a;
367
+ if (b != this.z) {
368
+ this.bj("IsAnimationEnabled", b, this.z);
435
369
  }
436
370
  },
437
371
  enumerable: false,
438
372
  configurable: true
439
373
  });
440
- Object.defineProperty(GridFilterDialog.prototype, "ae", {
374
+ Object.defineProperty(GridFilterDialog.prototype, "aj", {
441
375
  get: function () {
442
- return this.ab;
376
+ return this.ag;
443
377
  },
444
378
  set: function (a) {
445
- var b = this.ab;
446
- this.ab = a;
447
- this.bb("PixelScalingRatio", b, this.ab);
379
+ var b = this.ag;
380
+ this.ag = a;
381
+ this.bj("PixelScalingRatio", b, this.ag);
448
382
  },
449
383
  enumerable: false,
450
384
  configurable: true
451
385
  });
452
- Object.defineProperty(GridFilterDialog.prototype, "ad", {
386
+ Object.defineProperty(GridFilterDialog.prototype, "ai", {
453
387
  get: function () {
454
- return this.aa;
388
+ return this.af;
455
389
  },
456
390
  set: function (a) {
457
- var b = this.aa;
458
- this.aa = a;
459
- this.bb("ActualPixelScalingRatio", b, this.aa);
391
+ var b = this.af;
392
+ this.af = a;
393
+ this.bj("ActualPixelScalingRatio", b, this.af);
460
394
  },
461
395
  enumerable: false,
462
396
  configurable: true
@@ -469,7 +403,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
469
403
  var b = this.j;
470
404
  this.j = a;
471
405
  if (b != this.j) {
472
- this.bb("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
406
+ this.bj("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
473
407
  }
474
408
  },
475
409
  enumerable: false,
@@ -483,88 +417,88 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
483
417
  var b = this.i;
484
418
  this.i = a;
485
419
  if (b != this.i) {
486
- this.bb("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
420
+ this.bj("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
487
421
  }
488
422
  },
489
423
  enumerable: false,
490
424
  configurable: true
491
425
  });
492
- Object.defineProperty(GridFilterDialog.prototype, "ai", {
426
+ Object.defineProperty(GridFilterDialog.prototype, "an", {
493
427
  get: function () {
494
- return this.ag;
428
+ return this.al;
495
429
  },
496
430
  set: function (a) {
497
- var b = this.ag;
498
- this.ag = a;
499
- if (b != this.ag) {
500
- this.bb("CellPaddingLeft", b, this.ag);
431
+ var b = this.al;
432
+ this.al = a;
433
+ if (b != this.al) {
434
+ this.bj("CellPaddingLeft", b, this.al);
501
435
  }
502
436
  },
503
437
  enumerable: false,
504
438
  configurable: true
505
439
  });
506
- Object.defineProperty(GridFilterDialog.prototype, "aj", {
440
+ Object.defineProperty(GridFilterDialog.prototype, "ao", {
507
441
  get: function () {
508
- return this.ah;
442
+ return this.am;
509
443
  },
510
444
  set: function (a) {
511
- var b = this.ah;
512
- this.ah = a;
513
- if (b != this.ah) {
514
- this.bb("CellPaddingRight", b, this.ah);
445
+ var b = this.am;
446
+ this.am = a;
447
+ if (b != this.am) {
448
+ this.bj("CellPaddingRight", b, this.am);
515
449
  }
516
450
  },
517
451
  enumerable: false,
518
452
  configurable: true
519
453
  });
520
- Object.defineProperty(GridFilterDialog.prototype, "bq", {
454
+ Object.defineProperty(GridFilterDialog.prototype, "bw", {
521
455
  get: function () {
522
- return this.bm;
456
+ return this.bs;
523
457
  },
524
458
  set: function (a) {
525
- var b = this.bm;
526
- this.bm = a;
527
- if (b != this.bm) {
528
- this.bb("IconColor", b, this.bm);
459
+ var b = this.bs;
460
+ this.bs = a;
461
+ if (b != this.bs) {
462
+ this.bj("IconColor", b, this.bs);
529
463
  }
530
464
  },
531
465
  enumerable: false,
532
466
  configurable: true
533
467
  });
534
- Object.defineProperty(GridFilterDialog.prototype, "af", {
468
+ Object.defineProperty(GridFilterDialog.prototype, "ak", {
535
469
  get: function () {
536
- return this.ac;
470
+ return this.ah;
537
471
  },
538
472
  set: function (a) {
539
- var b = this.ac;
540
- this.ac = a;
541
- if (b != this.ac) {
542
- this.bb("ViewSize", b, this.ac);
473
+ var b = this.ah;
474
+ this.ah = a;
475
+ if (b != this.ah) {
476
+ this.bj("ViewSize", b, this.ah);
543
477
  }
544
478
  },
545
479
  enumerable: false,
546
480
  configurable: true
547
481
  });
548
- Object.defineProperty(GridFilterDialog.prototype, "y", {
482
+ Object.defineProperty(GridFilterDialog.prototype, "ac", {
549
483
  get: function () {
550
- return this.r.e;
484
+ return this.v.bx;
551
485
  },
552
486
  enumerable: false,
553
487
  configurable: true
554
488
  });
555
- GridFilterDialog.prototype.bb = function (a, b, c) {
556
- this.bf(a, b, c);
489
+ GridFilterDialog.prototype.bj = function (a, b, c) {
490
+ this.bm(a, b, c);
557
491
  if (this.propertyChanged != null) {
558
492
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
559
493
  }
560
494
  };
561
- GridFilterDialog.prototype.bf = function (a, b, c) {
495
+ GridFilterDialog.prototype.bm = function (a, b, c) {
562
496
  switch (a) {
563
497
  case "PixelScalingRatio":
564
- this.ad = this.ae;
498
+ this.ai = this.aj;
565
499
  break;
566
500
  case "ActualPixelScalingRatio":
567
- this.r.ab();
501
+ this.s.z();
568
502
  break;
569
503
  case "IconHorizontalAlignment":
570
504
  case "IconColor":
@@ -572,59 +506,88 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
572
506
  case "CellPaddingLeft":
573
507
  case "CellPaddingRight":
574
508
  case "ViewSize":
575
- this.r.ab();
509
+ this.s.z();
576
510
  break;
577
511
  }
578
512
  };
579
- GridFilterDialog.prototype.bg = function (a, b, c) {
580
- this.r.x(a, b, c);
513
+ GridFilterDialog.prototype.bn = function (a, b, c) {
514
+ this.s.v(a, b, c);
515
+ this.bg();
516
+ };
517
+ Object.defineProperty(GridFilterDialog.prototype, "n", {
518
+ get: function () {
519
+ return this.m;
520
+ },
521
+ set: function (a) {
522
+ var b = this.m;
523
+ this.m = a;
524
+ if (this.m != b) {
525
+ this.bf(b, this.m);
526
+ }
527
+ },
528
+ enumerable: false,
529
+ configurable: true
530
+ });
531
+ GridFilterDialog.prototype.bf = function (a, b) {
532
+ this.x = true;
581
533
  };
582
- GridFilterDialog.prototype.be = function () {
583
- var a = null;
584
- var b = 0;
534
+ GridFilterDialog.prototype.bg = function () {
535
+ var _this = this;
536
+ NativeUIComponent.au(this.s.p(), 18, function (a) {
537
+ var b = a;
538
+ _this.v = b;
539
+ _this.v.b0 = 16;
540
+ _this.v.b4 = BrushUtil.h(0, 0, 0, 0);
541
+ _this.v.bq = runOn(_this, _this.a6);
542
+ _this.v.by = false;
543
+ _this.s.r(_this.v);
544
+ _this.v.c = 1;
545
+ _this.v.b1 = _this;
546
+ });
547
+ };
548
+ GridFilterDialog.prototype.a6 = function (a, b) {
549
+ if (this.x) {
550
+ this.x = false;
551
+ this.v.b1 = this.n;
552
+ }
553
+ if (this.n != null) {
554
+ if (this.n.grid != null) {
555
+ this.n.grid.va();
556
+ }
557
+ this.n.mx();
558
+ }
585
559
  if (this.dialogOpening != null) {
586
560
  var c = new GridFilterDialogOpeningEventArgs();
587
561
  this.dialogOpening(this, c);
588
- this.m = c.a;
589
- }
590
- this.bk(this.m);
591
- if (this.m != null) {
592
- var d = this.m;
593
- d.propertyChanged = delegateCombine(d.propertyChanged, runOn(this, this.a3));
594
562
  }
595
563
  };
596
- GridFilterDialog.prototype.a3 = function (a, b) {
564
+ GridFilterDialog.prototype.a8 = function (a, b) {
597
565
  switch (b.propertyName) {
598
- case "IsHidden":
599
- this.a2();
600
- break;
566
+ case "IsHidden": break;
601
567
  }
602
568
  };
603
- GridFilterDialog.prototype.bk = function (a) {
604
- this.r.ac(a);
605
- };
606
- GridFilterDialog.prototype.a9 = function () {
569
+ GridFilterDialog.prototype.bh = function () {
607
570
  };
608
- GridFilterDialog.prototype.ba = function (a, b) {
609
- a.onModified = delegateRemove(a.onModified, runOn(this, this.bd));
571
+ GridFilterDialog.prototype.bi = function (a, b) {
572
+ a.onModified = delegateRemove(a.onModified, runOn(this, this.bl));
610
573
  if (b) {
611
- this.bi();
574
+ this.bp();
612
575
  }
613
576
  else {
614
- this.bh(a, true);
577
+ this.bo(a, true);
615
578
  }
616
579
  this.f = null;
617
580
  };
618
- GridFilterDialog.prototype.a4 = function () {
619
- this.r.u();
620
- if (this.u == null) {
581
+ GridFilterDialog.prototype.a9 = function () {
582
+ this.s.s();
583
+ if (this.w == null) {
621
584
  var a = new AnimationKeyFrameEffectTiming();
622
585
  a.g = 200;
623
586
  a.b = 0;
624
- this.u = KeyFrameAnimationFactory.f.c(this.r.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
587
+ this.w = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
625
588
  }
626
589
  };
627
- GridFilterDialog.prototype.bj = function () {
590
+ GridFilterDialog.prototype.bq = function () {
628
591
  var _this = this;
629
592
  if (this.filterChanged != null) {
630
593
  this.filterChanged(this, ((function () {
@@ -634,7 +597,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
634
597
  })()));
635
598
  }
636
599
  };
637
- GridFilterDialog.prototype.bi = function () {
600
+ GridFilterDialog.prototype.bp = function () {
638
601
  if (this.filterChanged != null) {
639
602
  this.filterChanged(this, ((function () {
640
603
  var $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -643,7 +606,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
643
606
  })()));
644
607
  }
645
608
  };
646
- GridFilterDialog.prototype.bh = function (a, b) {
609
+ GridFilterDialog.prototype.bo = function (a, b) {
647
610
  var c = this.e(a);
648
611
  if (b) {
649
612
  if (this.filterChanged != null) {
@@ -687,7 +650,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
687
650
  if (e == null) {
688
651
  e = b;
689
652
  }
690
- if (this.z(a, a.f._inner[f])) {
653
+ if (this.ae(a, a.f._inner[f])) {
691
654
  continue;
692
655
  }
693
656
  e.add(this.d(a.f._inner[f]));
@@ -697,7 +660,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
697
660
  }
698
661
  return b;
699
662
  };
700
- GridFilterDialog.prototype.z = function (a, b) {
663
+ GridFilterDialog.prototype.ae = function (a, b) {
701
664
  var c = 0;
702
665
  for (var d = 0; d < b.e.length; d++) {
703
666
  if (b.e[d] == b.l) {
@@ -714,14 +677,14 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
714
677
  return false;
715
678
  };
716
679
  GridFilterDialog.prototype.g = function (a, b, c, d) {
717
- var e = this.al(c, d);
680
+ var e = this.aq(c, d);
718
681
  if (a > e) {
719
682
  b.e();
720
683
  return b.d();
721
684
  }
722
685
  return null;
723
686
  };
724
- GridFilterDialog.prototype.al = function (a, b) {
687
+ GridFilterDialog.prototype.aq = function (a, b) {
725
688
  var c = a.c(b);
726
689
  if (c == null) {
727
690
  return 0;
@@ -729,7 +692,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
729
692
  return a.e.indexOf(c);
730
693
  };
731
694
  GridFilterDialog.prototype.h = function (a, b, c, d) {
732
- var e = this.al(c, d);
695
+ var e = this.aq(c, d);
733
696
  if (a < e) {
734
697
  var f = c.b(d);
735
698
  var g = new ColumnFilterConditionGroup();
@@ -748,56 +711,56 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
748
711
  GridFilterDialog.prototype.c = function (a) {
749
712
  return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
750
713
  };
751
- GridFilterDialog.prototype.bd = function (a) {
752
- this.bh(a, false);
714
+ GridFilterDialog.prototype.bl = function (a) {
715
+ this.bo(a, false);
753
716
  };
754
- GridFilterDialog.prototype.s = function (a, b) {
717
+ GridFilterDialog.prototype.t = function (a, b) {
755
718
  var c = new GridFilterDialogViewModel();
756
719
  if (a != null) {
757
- this.a1(c, a, b);
720
+ this.a7(c, a, b);
758
721
  }
759
722
  else {
760
723
  var d = new GridFilterDialogViewModelRow();
761
724
  d.f = b;
762
725
  d.e = GridFilterDialog.a(b);
763
726
  d.d = GridFilterDialog.b(b);
764
- d.l = GridFilterDialog.au(b[0]);
727
+ d.l = GridFilterDialog.az(b[0]);
765
728
  c.f.add(d);
766
729
  }
767
730
  return c;
768
731
  };
769
- GridFilterDialog.prototype.a1 = function (a, b, c) {
732
+ GridFilterDialog.prototype.a7 = function (a, b, c) {
770
733
  if (b.isGroup()) {
771
734
  var d = b;
772
735
  for (var e = 0; e < d.count; e++) {
773
736
  var f = d.item(e);
774
- this.a1(a, f, c);
737
+ this.a7(a, f, c);
775
738
  }
776
739
  }
777
740
  else {
778
- a.f.add(this.t(b, c));
741
+ a.f.add(this.u(b, c));
779
742
  }
780
743
  };
781
- GridFilterDialog.prototype.t = function (a, b) {
744
+ GridFilterDialog.prototype.u = function (a, b) {
782
745
  var c = new GridFilterDialogViewModelRow();
783
- c.l = GridFilterDialog.au(a.operator);
746
+ c.l = GridFilterDialog.az(a.operator);
784
747
  c.f = b;
785
748
  c.e = GridFilterDialog.a(b);
786
- c.i = GridFilterDialog.ao(GridFilterDialog.ak(a.operator), a.operator, a);
787
- c.j = GridFilterDialog.ap(GridFilterDialog.ak(a.operator), a.operator, a);
749
+ c.i = GridFilterDialog.at(GridFilterDialog.ap(a.operator), a.operator, a);
750
+ c.j = GridFilterDialog.au(GridFilterDialog.ap(a.operator), a.operator, a);
788
751
  c.d = GridFilterDialog.b(b);
789
752
  return c;
790
753
  };
791
- GridFilterDialog.ak = function (a) {
754
+ GridFilterDialog.ap = function (a) {
792
755
  return ColumnComparisonFilterCondition.getOperandNumber(a);
793
756
  };
794
- GridFilterDialog.ao = function (a, b, c) {
757
+ GridFilterDialog.at = function (a, b, c) {
795
758
  if (a == 0) {
796
759
  return "";
797
760
  }
798
761
  return c.value != null ? c.value.toString() : "";
799
762
  };
800
- GridFilterDialog.ap = function (a, b, c) {
763
+ GridFilterDialog.au = function (a, b, c) {
801
764
  return "";
802
765
  };
803
766
  GridFilterDialog.b = function (a) {
@@ -810,81 +773,138 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
810
773
  }
811
774
  return b;
812
775
  };
813
- GridFilterDialog.au = function (a) {
776
+ GridFilterDialog.az = function (a) {
814
777
  return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
815
778
  };
816
- GridFilterDialog.prototype.a8 = function (a, b) {
817
- this.r.y(a, b);
779
+ GridFilterDialog.prototype.be = function (a, b) {
780
+ this.s.w(a, b);
818
781
  };
819
- GridFilterDialog.prototype.a7 = function () {
820
- this.r.w();
782
+ GridFilterDialog.prototype.bd = function () {
783
+ this.s.u();
821
784
  };
822
- GridFilterDialog.prototype.a6 = function (a, b, c) {
785
+ GridFilterDialog.prototype.bc = function (a, b, c) {
823
786
  var d = Geometry.a("M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z");
824
787
  c.an = d;
825
- c._fill = this.bq == null ? GridStyleRepository.az : this.bq;
788
+ c._fill = this.bw == null ? GridStyleRepository.a5 : this.bw;
826
789
  };
827
- GridFilterDialog.prototype.bl = function () {
790
+ GridFilterDialog.prototype.br = function () {
828
791
  var _this = this;
829
- this.v = false;
830
- if (NativeUI.g(this.r.q) == 1) {
792
+ this.y = false;
793
+ if (NativeUI.g(this.s.q) == 1) {
831
794
  return;
832
795
  }
833
- if (this.x) {
834
- this.a4();
835
- if (this.u.playbackRate < 0) {
836
- this.u.reverse();
796
+ if (this.ab) {
797
+ this.a9();
798
+ if (this.w.playbackRate < 0) {
799
+ this.w.reverse();
837
800
  }
838
801
  else {
839
- this.u.play();
802
+ this.w.play();
840
803
  }
841
- this.u.finished.f(function (a) { return _this.u.commitStyles(); });
804
+ this.w.finished.f(function (a) { return _this.w.commitStyles(); });
842
805
  }
843
806
  else {
844
- NativeUI.y(this.r.q, 1);
807
+ NativeUI.y(this.s.q, 1);
845
808
  }
846
809
  };
847
- GridFilterDialog.prototype.a5 = function () {
810
+ GridFilterDialog.prototype.bb = function () {
848
811
  var _this = this;
849
- this.v = true;
850
- if (!this.y) {
851
- if (this.x) {
852
- this.a4();
853
- if (this.u.playbackRate < 0) {
854
- this.u.play();
812
+ this.y = true;
813
+ if (!this.ac) {
814
+ if (this.ab) {
815
+ this.a9();
816
+ if (this.w.playbackRate < 0) {
817
+ this.w.play();
855
818
  }
856
819
  else {
857
- this.u.reverse();
820
+ this.w.reverse();
858
821
  }
859
- this.u.finished.f(function (a) { return _this.u.commitStyles(); });
822
+ this.w.finished.f(function (a) { return _this.w.commitStyles(); });
860
823
  }
861
824
  else {
862
- NativeUI.y(this.r.q, 0);
825
+ NativeUI.y(this.s.q, 0);
863
826
  }
864
- this.v = false;
827
+ this.y = false;
865
828
  }
866
829
  };
867
- GridFilterDialog.prototype.a2 = function () {
868
- this.r.t();
869
- this.a9();
870
- if (this.v) {
871
- this.a5();
830
+ Object.defineProperty(GridFilterDialog.prototype, "commandCompleted", {
831
+ get: function () {
832
+ return this._commandCompleted;
833
+ },
834
+ set: function (a) {
835
+ this._commandCompleted = a;
836
+ },
837
+ enumerable: false,
838
+ configurable: true
839
+ });
840
+ Object.defineProperty(GridFilterDialog.prototype, "invalidateActions", {
841
+ get: function () {
842
+ return this._invalidateActions;
843
+ },
844
+ set: function (a) {
845
+ this._invalidateActions = a;
846
+ },
847
+ enumerable: false,
848
+ configurable: true
849
+ });
850
+ GridFilterDialog.prototype.bk = function () {
851
+ if (this.renderCompleted != null) {
852
+ this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
872
853
  }
873
- if (this.m != null) {
874
- var a = this.m;
875
- a.propertyChanged = delegateRemove(a.propertyChanged, runOn(this, this.a3));
876
- this.m = null;
854
+ };
855
+ GridFilterDialog.prototype.ba = function () {
856
+ if (this.v != null) {
857
+ if (this.n != null && this.v.b1 != this.n) {
858
+ this.v.b1 = this.n;
859
+ }
877
860
  }
878
861
  };
879
- GridFilterDialog.prototype.aq = function () {
880
- return this.r.o.getNativeElement();
862
+ GridFilterDialog.prototype.getDesiredToolbarActions = function () {
863
+ if (!GridFilterDialog.aa) {
864
+ GridFilterDialog.aa = true;
865
+ SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.ay);
866
+ }
867
+ var a = new ToolActionIconMenuInfo();
868
+ a.name = "DataGridColumnOptionsPlaceholder";
869
+ a.iconCollectionName = "XGrid";
870
+ a.iconName = "DotDotDot";
871
+ a.iconViewBoxWidth = 24;
872
+ a.iconViewBoxHeight = 24;
873
+ a.paddingBottom = 0;
874
+ a.paddingTop = 0;
875
+ a.paddingRight = 0;
876
+ a.paddingLeft = 0;
877
+ a.showArrowIcon = false;
878
+ a.density = 4;
879
+ a.name = "DataGridColumnOptions";
880
+ a.tooltipDelay = 500;
881
+ var b = [a];
882
+ return b;
881
883
  };
882
- GridFilterDialog.prototype.bc = function () {
883
- if (this.renderCompleted != null) {
884
- this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
884
+ GridFilterDialog.prototype.addCommandAvailabilityListener = function (a) {
885
+ };
886
+ GridFilterDialog.prototype.removeCommandAvailabilityListener = function (a) {
887
+ };
888
+ GridFilterDialog.prototype.addCommandStateChangedListener = function (a) {
889
+ };
890
+ GridFilterDialog.prototype.removeCommandStateChangedListener = function (a) {
891
+ };
892
+ GridFilterDialog.prototype.onToolCommandExecuting = function (a) {
893
+ return 0;
894
+ };
895
+ GridFilterDialog.prototype.provideContextAccessor = function (a) {
896
+ };
897
+ GridFilterDialog.prototype.ad = function (e_) {
898
+ var a = e_.originalEvent.srcElement;
899
+ var b = e_.originalEvent.target;
900
+ if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
901
+ return true;
885
902
  }
903
+ return false;
886
904
  };
887
- GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type]);
905
+ GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
906
+ GridFilterDialog.aa = false;
907
+ GridFilterDialog.ay = "M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z";
888
908
  return GridFilterDialog;
889
909
  }(Base));
890
910
  export { GridFilterDialog };
@@ -916,7 +936,7 @@ var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_super) {
916
936
  a.f = b;
917
937
  a.e = GridFilterDialog.a(b);
918
938
  a.d = GridFilterDialog.b(b);
919
- a.l = GridFilterDialog.au(b[0]);
939
+ a.l = GridFilterDialog.az(b[0]);
920
940
  this.f.add(a);
921
941
  };
922
942
  GridFilterDialogViewModel.prototype.u = function (a) {