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
@@ -21,168 +21,197 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
21
21
  function GridStyleRepository() {
22
22
  return _super !== null && _super.apply(this, arguments) || this;
23
23
  }
24
- Object.defineProperty(GridStyleRepository, "bi", {
24
+ Object.defineProperty(GridStyleRepository, "bo", {
25
25
  get: function () {
26
- if (GridStyleRepository.ap == null) {
26
+ if (GridStyleRepository.at == null) {
27
27
  var a_1 = "#babfc7";
28
- GridStyleRepository.ap = ((function () {
28
+ GridStyleRepository.at = ((function () {
29
29
  var $ret = new Brush();
30
30
  $ret.fill = a_1;
31
31
  return $ret;
32
32
  })());
33
33
  }
34
- return GridStyleRepository.ap;
34
+ return GridStyleRepository.at;
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
38
38
  });
39
- Object.defineProperty(GridStyleRepository, "bk", {
39
+ Object.defineProperty(GridStyleRepository, "bq", {
40
40
  get: function () {
41
- if (GridStyleRepository.ar == null) {
41
+ if (GridStyleRepository.av == null) {
42
42
  var a_2 = "#dde2eb";
43
- GridStyleRepository.ar = ((function () {
43
+ GridStyleRepository.av = ((function () {
44
44
  var $ret = new Brush();
45
45
  $ret.fill = a_2;
46
46
  return $ret;
47
47
  })());
48
48
  }
49
- return GridStyleRepository.ar;
49
+ return GridStyleRepository.av;
50
50
  },
51
51
  enumerable: false,
52
52
  configurable: true
53
53
  });
54
- Object.defineProperty(GridStyleRepository, "bc", {
54
+ Object.defineProperty(GridStyleRepository, "bi", {
55
55
  get: function () {
56
- if (GridStyleRepository.aj == null) {
57
- GridStyleRepository.aj = ((function () {
56
+ if (GridStyleRepository.an == null) {
57
+ GridStyleRepository.an = ((function () {
58
58
  var $ret = new Brush();
59
59
  $ret.color = Color.u(255, 224, 224, 224);
60
60
  return $ret;
61
61
  })());
62
62
  }
63
- return GridStyleRepository.aj;
63
+ return GridStyleRepository.an;
64
64
  },
65
65
  enumerable: false,
66
66
  configurable: true
67
67
  });
68
- Object.defineProperty(GridStyleRepository, "a2", {
68
+ Object.defineProperty(GridStyleRepository, "a8", {
69
69
  get: function () {
70
- if (GridStyleRepository.z == null) {
70
+ if (GridStyleRepository.ad == null) {
71
71
  var a_3 = "#babfc7";
72
- GridStyleRepository.z = ((function () {
72
+ GridStyleRepository.ad = ((function () {
73
73
  var $ret = new Brush();
74
74
  $ret.fill = a_3;
75
75
  return $ret;
76
76
  })());
77
77
  }
78
- return GridStyleRepository.z;
78
+ return GridStyleRepository.ad;
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
82
82
  });
83
- Object.defineProperty(GridStyleRepository, "a0", {
83
+ Object.defineProperty(GridStyleRepository, "a6", {
84
84
  get: function () {
85
- if (GridStyleRepository.x == null) {
85
+ if (GridStyleRepository.ab == null) {
86
86
  var a_4 = "#babfc7";
87
- GridStyleRepository.x = ((function () {
87
+ GridStyleRepository.ab = ((function () {
88
88
  var $ret = new Brush();
89
89
  $ret.fill = a_4;
90
90
  return $ret;
91
91
  })());
92
92
  }
93
- return GridStyleRepository.x;
93
+ return GridStyleRepository.ab;
94
94
  },
95
95
  enumerable: false,
96
96
  configurable: true
97
97
  });
98
- Object.defineProperty(GridStyleRepository, "bm", {
98
+ Object.defineProperty(GridStyleRepository, "bs", {
99
99
  get: function () {
100
- if (GridStyleRepository.at == null) {
100
+ if (GridStyleRepository.ax == null) {
101
101
  var a_5 = "#ff80ab";
102
- GridStyleRepository.at = ((function () {
102
+ GridStyleRepository.ax = ((function () {
103
103
  var $ret = new Brush();
104
104
  $ret.fill = a_5;
105
105
  return $ret;
106
106
  })());
107
107
  }
108
- return GridStyleRepository.at;
108
+ return GridStyleRepository.ax;
109
109
  },
110
110
  enumerable: false,
111
111
  configurable: true
112
112
  });
113
- Object.defineProperty(GridStyleRepository, "bn", {
113
+ Object.defineProperty(GridStyleRepository, "bt", {
114
114
  get: function () {
115
- if (GridStyleRepository.au == null) {
115
+ if (GridStyleRepository.ay == null) {
116
116
  var a_6 = "#181d1f";
117
- GridStyleRepository.au = ((function () {
117
+ GridStyleRepository.ay = ((function () {
118
118
  var $ret = new Brush();
119
119
  $ret.fill = a_6;
120
120
  return $ret;
121
121
  })());
122
122
  }
123
- return GridStyleRepository.au;
123
+ return GridStyleRepository.ay;
124
124
  },
125
125
  enumerable: false,
126
126
  configurable: true
127
127
  });
128
- Object.defineProperty(GridStyleRepository, "av", {
128
+ Object.defineProperty(GridStyleRepository, "a0", {
129
129
  get: function () {
130
- if (GridStyleRepository.s == null) {
131
- var a_7 = "#2196f3";
132
- GridStyleRepository.s = ((function () {
130
+ if (GridStyleRepository.v == null) {
131
+ var a_7 = "#3c90bd";
132
+ GridStyleRepository.v = ((function () {
133
133
  var $ret = new Brush();
134
134
  $ret.fill = a_7;
135
135
  return $ret;
136
136
  })());
137
137
  }
138
- return GridStyleRepository.s;
138
+ return GridStyleRepository.v;
139
139
  },
140
140
  enumerable: false,
141
141
  configurable: true
142
142
  });
143
- Object.defineProperty(GridStyleRepository, "l", {
143
+ Object.defineProperty(GridStyleRepository, "a1", {
144
144
  get: function () {
145
- if (GridStyleRepository.g == null) {
146
- GridStyleRepository.g = new FontInfo();
147
- GridStyleRepository.g.f = DeviceUtils.f(13);
148
- GridStyleRepository.g.q = "Verdana";
145
+ if (GridStyleRepository.w == null) {
146
+ var a_8 = "#204f69";
147
+ GridStyleRepository.w = ((function () {
148
+ var $ret = new Brush();
149
+ $ret.fill = a_8;
150
+ return $ret;
151
+ })());
149
152
  }
150
- return GridStyleRepository.g;
153
+ return GridStyleRepository.w;
151
154
  },
152
155
  enumerable: false,
153
156
  configurable: true
154
157
  });
155
- Object.defineProperty(GridStyleRepository, "k", {
158
+ Object.defineProperty(GridStyleRepository, "az", {
156
159
  get: function () {
157
- if (GridStyleRepository.f == null) {
158
- GridStyleRepository.f = new FontInfo();
159
- GridStyleRepository.f.f = DeviceUtils.f(13);
160
- GridStyleRepository.f.t = "italic";
161
- GridStyleRepository.f.q = "Verdana";
160
+ if (GridStyleRepository.u == null) {
161
+ var a_9 = "#2196f3";
162
+ GridStyleRepository.u = ((function () {
163
+ var $ret = new Brush();
164
+ $ret.fill = a_9;
165
+ return $ret;
166
+ })());
162
167
  }
163
- return GridStyleRepository.f;
168
+ return GridStyleRepository.u;
164
169
  },
165
170
  enumerable: false,
166
171
  configurable: true
167
172
  });
168
- Object.defineProperty(GridStyleRepository, "h", {
173
+ Object.defineProperty(GridStyleRepository, "n", {
174
+ get: function () {
175
+ if (GridStyleRepository.h == null) {
176
+ GridStyleRepository.h = new FontInfo();
177
+ GridStyleRepository.h.f = DeviceUtils.f(13);
178
+ GridStyleRepository.h.q = "Verdana";
179
+ }
180
+ return GridStyleRepository.h;
181
+ },
182
+ enumerable: false,
183
+ configurable: true
184
+ });
185
+ Object.defineProperty(GridStyleRepository, "i", {
169
186
  get: function () {
170
187
  if (GridStyleRepository.c == null) {
171
188
  GridStyleRepository.c = new FontInfo();
172
- GridStyleRepository.c.f = DeviceUtils.f(14);
173
- GridStyleRepository.c.q = "Verdana";
189
+ GridStyleRepository.c.f = DeviceUtils.f(13);
190
+ GridStyleRepository.c.q = "Segoe UI Emoji";
174
191
  }
175
192
  return GridStyleRepository.c;
176
193
  },
177
194
  enumerable: false,
178
195
  configurable: true
179
196
  });
197
+ Object.defineProperty(GridStyleRepository, "m", {
198
+ get: function () {
199
+ if (GridStyleRepository.g == null) {
200
+ GridStyleRepository.g = new FontInfo();
201
+ GridStyleRepository.g.f = DeviceUtils.f(13);
202
+ GridStyleRepository.g.t = "italic";
203
+ GridStyleRepository.g.q = "Verdana";
204
+ }
205
+ return GridStyleRepository.g;
206
+ },
207
+ enumerable: false,
208
+ configurable: true
209
+ });
180
210
  Object.defineProperty(GridStyleRepository, "j", {
181
211
  get: function () {
182
212
  if (GridStyleRepository.d == null) {
183
213
  GridStyleRepository.d = new FontInfo();
184
- GridStyleRepository.d.f = DeviceUtils.f(12);
185
- GridStyleRepository.d.v = "600";
214
+ GridStyleRepository.d.f = DeviceUtils.f(14);
186
215
  GridStyleRepository.d.q = "Verdana";
187
216
  }
188
217
  return GridStyleRepository.d;
@@ -190,11 +219,12 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
190
219
  enumerable: false,
191
220
  configurable: true
192
221
  });
193
- Object.defineProperty(GridStyleRepository, "i", {
222
+ Object.defineProperty(GridStyleRepository, "l", {
194
223
  get: function () {
195
224
  if (GridStyleRepository.e == null) {
196
225
  GridStyleRepository.e = new FontInfo();
197
226
  GridStyleRepository.e.f = DeviceUtils.f(12);
227
+ GridStyleRepository.e.v = "600";
198
228
  GridStyleRepository.e.q = "Verdana";
199
229
  }
200
230
  return GridStyleRepository.e;
@@ -202,68 +232,65 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
202
232
  enumerable: false,
203
233
  configurable: true
204
234
  });
205
- Object.defineProperty(GridStyleRepository, "ba", {
235
+ Object.defineProperty(GridStyleRepository, "k", {
206
236
  get: function () {
207
- if (GridStyleRepository.ah == null) {
208
- GridStyleRepository.ah = new Brush();
209
- GridStyleRepository.ah.color = Color.u(255, 210, 234, 253);
237
+ if (GridStyleRepository.f == null) {
238
+ GridStyleRepository.f = new FontInfo();
239
+ GridStyleRepository.f.f = DeviceUtils.f(12);
240
+ GridStyleRepository.f.q = "Verdana";
210
241
  }
211
- return GridStyleRepository.ah;
242
+ return GridStyleRepository.f;
212
243
  },
213
244
  enumerable: false,
214
245
  configurable: true
215
246
  });
216
- Object.defineProperty(GridStyleRepository, "aw", {
247
+ Object.defineProperty(GridStyleRepository, "bg", {
217
248
  get: function () {
218
- if (GridStyleRepository.t == null) {
219
- GridStyleRepository.t = ((function () {
220
- var $ret = new Brush();
221
- $ret.fill = "White";
222
- return $ret;
223
- })());
249
+ if (GridStyleRepository.al == null) {
250
+ GridStyleRepository.al = new Brush();
251
+ GridStyleRepository.al.color = Color.u(255, 210, 234, 253);
224
252
  }
225
- return GridStyleRepository.t;
253
+ return GridStyleRepository.al;
226
254
  },
227
255
  enumerable: false,
228
256
  configurable: true
229
257
  });
230
- Object.defineProperty(GridStyleRepository, "a1", {
258
+ Object.defineProperty(GridStyleRepository, "a2", {
231
259
  get: function () {
232
- if (GridStyleRepository.y == null) {
233
- var a = "#f3f9fe";
234
- GridStyleRepository.y = ((function () {
260
+ if (GridStyleRepository.x == null) {
261
+ GridStyleRepository.x = ((function () {
235
262
  var $ret = new Brush();
236
- $ret.color = Color.u(255, 232, 244, 254);
263
+ $ret.fill = "White";
237
264
  return $ret;
238
265
  })());
239
266
  }
240
- return GridStyleRepository.y;
267
+ return GridStyleRepository.x;
241
268
  },
242
269
  enumerable: false,
243
270
  configurable: true
244
271
  });
245
- Object.defineProperty(GridStyleRepository, "bh", {
272
+ Object.defineProperty(GridStyleRepository, "a7", {
246
273
  get: function () {
247
- if (GridStyleRepository.ao == null) {
248
- var a_8 = "#F8F8F8";
249
- GridStyleRepository.ao = ((function () {
274
+ if (GridStyleRepository.ac == null) {
275
+ var a = "#f3f9fe";
276
+ GridStyleRepository.ac = ((function () {
250
277
  var $ret = new Brush();
251
- $ret.fill = a_8;
278
+ $ret.color = Color.u(255, 232, 244, 254);
252
279
  return $ret;
253
280
  })());
254
281
  }
255
- return GridStyleRepository.ao;
282
+ return GridStyleRepository.ac;
256
283
  },
257
284
  enumerable: false,
258
285
  configurable: true
259
286
  });
260
- Object.defineProperty(GridStyleRepository, "bl", {
287
+ Object.defineProperty(GridStyleRepository, "bn", {
261
288
  get: function () {
262
289
  if (GridStyleRepository.as == null) {
263
- var a_9 = "#181d1f";
290
+ var a_10 = "#F8F8F8";
264
291
  GridStyleRepository.as = ((function () {
265
292
  var $ret = new Brush();
266
- $ret.fill = a_9;
293
+ $ret.fill = a_10;
267
294
  return $ret;
268
295
  })());
269
296
  }
@@ -272,57 +299,57 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
272
299
  enumerable: false,
273
300
  configurable: true
274
301
  });
275
- Object.defineProperty(GridStyleRepository, "bj", {
302
+ Object.defineProperty(GridStyleRepository, "br", {
276
303
  get: function () {
277
- if (GridStyleRepository.aq == null) {
278
- var a_10 = "#181d1f";
279
- GridStyleRepository.aq = ((function () {
304
+ if (GridStyleRepository.aw == null) {
305
+ var a_11 = "#181d1f";
306
+ GridStyleRepository.aw = ((function () {
280
307
  var $ret = new Brush();
281
- $ret.fill = a_10;
308
+ $ret.fill = a_11;
282
309
  return $ret;
283
310
  })());
284
311
  }
285
- return GridStyleRepository.aq;
312
+ return GridStyleRepository.aw;
286
313
  },
287
314
  enumerable: false,
288
315
  configurable: true
289
316
  });
290
- Object.defineProperty(GridStyleRepository, "a8", {
317
+ Object.defineProperty(GridStyleRepository, "bp", {
291
318
  get: function () {
292
- if (GridStyleRepository.af == null) {
293
- var a_11 = "#fafafa";
294
- GridStyleRepository.af = ((function () {
319
+ if (GridStyleRepository.au == null) {
320
+ var a_12 = "#181d1f";
321
+ GridStyleRepository.au = ((function () {
295
322
  var $ret = new Brush();
296
- $ret.fill = a_11;
323
+ $ret.fill = a_12;
297
324
  return $ret;
298
325
  })());
299
326
  }
300
- return GridStyleRepository.af;
327
+ return GridStyleRepository.au;
301
328
  },
302
329
  enumerable: false,
303
330
  configurable: true
304
331
  });
305
- Object.defineProperty(GridStyleRepository, "a7", {
332
+ Object.defineProperty(GridStyleRepository, "be", {
306
333
  get: function () {
307
- if (GridStyleRepository.ae == null) {
308
- GridStyleRepository.ae = ((function () {
334
+ if (GridStyleRepository.aj == null) {
335
+ var a_13 = "#fafafa";
336
+ GridStyleRepository.aj = ((function () {
309
337
  var $ret = new Brush();
310
- $ret.fill = "#f5f5dc";
338
+ $ret.fill = a_13;
311
339
  return $ret;
312
340
  })());
313
341
  }
314
- return GridStyleRepository.ae;
342
+ return GridStyleRepository.aj;
315
343
  },
316
344
  enumerable: false,
317
345
  configurable: true
318
346
  });
319
- Object.defineProperty(GridStyleRepository, "bb", {
347
+ Object.defineProperty(GridStyleRepository, "bd", {
320
348
  get: function () {
321
349
  if (GridStyleRepository.ai == null) {
322
- var a_12 = "#ffffff";
323
350
  GridStyleRepository.ai = ((function () {
324
351
  var $ret = new Brush();
325
- $ret.fill = a_12;
352
+ $ret.fill = "#f5f5dc";
326
353
  return $ret;
327
354
  })());
328
355
  }
@@ -331,58 +358,58 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
331
358
  enumerable: false,
332
359
  configurable: true
333
360
  });
334
- Object.defineProperty(GridStyleRepository, "a4", {
361
+ Object.defineProperty(GridStyleRepository, "bh", {
335
362
  get: function () {
336
- if (GridStyleRepository.ab == null) {
337
- var a_13 = "#ffffff";
338
- GridStyleRepository.ab = ((function () {
363
+ if (GridStyleRepository.am == null) {
364
+ var a_14 = "#ffffff";
365
+ GridStyleRepository.am = ((function () {
339
366
  var $ret = new Brush();
340
- $ret.fill = a_13;
367
+ $ret.fill = a_14;
341
368
  return $ret;
342
369
  })());
343
370
  }
344
- return GridStyleRepository.ab;
371
+ return GridStyleRepository.am;
345
372
  },
346
373
  enumerable: false,
347
374
  configurable: true
348
375
  });
349
- Object.defineProperty(GridStyleRepository, "a6", {
376
+ Object.defineProperty(GridStyleRepository, "ba", {
350
377
  get: function () {
351
- if (GridStyleRepository.ad == null) {
352
- var a_14 = "#f8f8f8";
353
- GridStyleRepository.ad = ((function () {
378
+ if (GridStyleRepository.af == null) {
379
+ var a_15 = "#ffffff";
380
+ GridStyleRepository.af = ((function () {
354
381
  var $ret = new Brush();
355
- $ret.fill = a_14;
382
+ $ret.fill = a_15;
356
383
  return $ret;
357
384
  })());
358
385
  }
359
- return GridStyleRepository.ad;
386
+ return GridStyleRepository.af;
360
387
  },
361
388
  enumerable: false,
362
389
  configurable: true
363
390
  });
364
- Object.defineProperty(GridStyleRepository, "a9", {
391
+ Object.defineProperty(GridStyleRepository, "bc", {
365
392
  get: function () {
366
- if (GridStyleRepository.ag == null) {
367
- var a_15 = "#fafafa";
368
- GridStyleRepository.ag = ((function () {
393
+ if (GridStyleRepository.ah == null) {
394
+ var a_16 = "#f8f8f8";
395
+ GridStyleRepository.ah = ((function () {
369
396
  var $ret = new Brush();
370
- $ret.fill = a_15;
397
+ $ret.fill = a_16;
371
398
  return $ret;
372
399
  })());
373
400
  }
374
- return GridStyleRepository.ag;
401
+ return GridStyleRepository.ah;
375
402
  },
376
403
  enumerable: false,
377
404
  configurable: true
378
405
  });
379
- Object.defineProperty(GridStyleRepository, "bd", {
406
+ Object.defineProperty(GridStyleRepository, "bf", {
380
407
  get: function () {
381
408
  if (GridStyleRepository.ak == null) {
382
- var a_16 = "#0099FF";
409
+ var a_17 = "#fafafa";
383
410
  GridStyleRepository.ak = ((function () {
384
411
  var $ret = new Brush();
385
- $ret.fill = a_16;
412
+ $ret.fill = a_17;
386
413
  return $ret;
387
414
  })());
388
415
  }
@@ -391,77 +418,92 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
391
418
  enumerable: false,
392
419
  configurable: true
393
420
  });
394
- Object.defineProperty(GridStyleRepository, "be", {
421
+ Object.defineProperty(GridStyleRepository, "bj", {
395
422
  get: function () {
396
- if (GridStyleRepository.al == null) {
397
- var a_17 = "#181d1f";
398
- GridStyleRepository.al = ((function () {
423
+ if (GridStyleRepository.ao == null) {
424
+ var a_18 = "#0099FF";
425
+ GridStyleRepository.ao = ((function () {
399
426
  var $ret = new Brush();
400
- $ret.fill = a_17;
427
+ $ret.fill = a_18;
401
428
  return $ret;
402
429
  })());
403
430
  }
404
- return GridStyleRepository.al;
431
+ return GridStyleRepository.ao;
405
432
  },
406
433
  enumerable: false,
407
434
  configurable: true
408
435
  });
409
- Object.defineProperty(GridStyleRepository, "ay", {
436
+ Object.defineProperty(GridStyleRepository, "bk", {
410
437
  get: function () {
411
- if (GridStyleRepository.v == null) {
412
- var a_18 = "#2196f3";
413
- GridStyleRepository.v = ((function () {
438
+ if (GridStyleRepository.ap == null) {
439
+ var a_19 = "#181d1f";
440
+ GridStyleRepository.ap = ((function () {
414
441
  var $ret = new Brush();
415
- $ret.fill = a_18;
442
+ $ret.fill = a_19;
416
443
  return $ret;
417
444
  })());
418
445
  }
419
- return GridStyleRepository.v;
446
+ return GridStyleRepository.ap;
420
447
  },
421
448
  enumerable: false,
422
449
  configurable: true
423
450
  });
424
- Object.defineProperty(GridStyleRepository, "a5", {
451
+ Object.defineProperty(GridStyleRepository, "a4", {
425
452
  get: function () {
426
- if (GridStyleRepository.ac == null) {
427
- var a_19 = "#2196f3";
428
- GridStyleRepository.ac = ((function () {
453
+ if (GridStyleRepository.z == null) {
454
+ var a_20 = "#2196f3";
455
+ GridStyleRepository.z = ((function () {
429
456
  var $ret = new Brush();
430
- $ret.fill = a_19;
457
+ $ret.fill = a_20;
431
458
  return $ret;
432
459
  })());
433
460
  }
434
- return GridStyleRepository.ac;
461
+ return GridStyleRepository.z;
435
462
  },
436
463
  enumerable: false,
437
464
  configurable: true
438
465
  });
439
- Object.defineProperty(GridStyleRepository, "a3", {
466
+ Object.defineProperty(GridStyleRepository, "bb", {
440
467
  get: function () {
441
- if (GridStyleRepository.aa == null) {
442
- var a_20 = "#babfc7";
443
- GridStyleRepository.aa = ((function () {
468
+ if (GridStyleRepository.ag == null) {
469
+ var a_21 = "#2196f3";
470
+ GridStyleRepository.ag = ((function () {
444
471
  var $ret = new Brush();
445
- $ret.fill = a_20;
472
+ $ret.fill = a_21;
446
473
  return $ret;
447
474
  })());
448
475
  }
449
- return GridStyleRepository.aa;
476
+ return GridStyleRepository.ag;
450
477
  },
451
478
  enumerable: false,
452
479
  configurable: true
453
480
  });
454
- Object.defineProperty(GridStyleRepository, "az", {
481
+ Object.defineProperty(GridStyleRepository, "a9", {
455
482
  get: function () {
456
- if (GridStyleRepository.w == null) {
457
- var a_21 = "#181d1f";
458
- GridStyleRepository.w = ((function () {
483
+ if (GridStyleRepository.ae == null) {
484
+ var a_22 = "#babfc7";
485
+ GridStyleRepository.ae = ((function () {
459
486
  var $ret = new Brush();
460
- $ret.fill = a_21;
487
+ $ret.fill = a_22;
461
488
  return $ret;
462
489
  })());
463
490
  }
464
- return GridStyleRepository.w;
491
+ return GridStyleRepository.ae;
492
+ },
493
+ enumerable: false,
494
+ configurable: true
495
+ });
496
+ Object.defineProperty(GridStyleRepository, "a5", {
497
+ get: function () {
498
+ if (GridStyleRepository.aa == null) {
499
+ var a_23 = "#181d1f";
500
+ GridStyleRepository.aa = ((function () {
501
+ var $ret = new Brush();
502
+ $ret.fill = a_23;
503
+ return $ret;
504
+ })());
505
+ }
506
+ return GridStyleRepository.aa;
465
507
  },
466
508
  enumerable: false,
467
509
  configurable: true
@@ -480,123 +522,126 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
480
522
  enumerable: false,
481
523
  configurable: true
482
524
  });
483
- Object.defineProperty(GridStyleRepository, "o", {
525
+ Object.defineProperty(GridStyleRepository, "q", {
484
526
  get: function () {
485
527
  return truncate(DeviceUtils.g(30));
486
528
  },
487
529
  enumerable: false,
488
530
  configurable: true
489
531
  });
490
- Object.defineProperty(GridStyleRepository, "p", {
532
+ Object.defineProperty(GridStyleRepository, "r", {
491
533
  get: function () {
492
534
  return truncate(DeviceUtils.g(36));
493
535
  },
494
536
  enumerable: false,
495
537
  configurable: true
496
538
  });
497
- Object.defineProperty(GridStyleRepository, "n", {
539
+ Object.defineProperty(GridStyleRepository, "p", {
498
540
  get: function () {
499
541
  return truncate(DeviceUtils.g(40));
500
542
  },
501
543
  enumerable: false,
502
544
  configurable: true
503
545
  });
504
- Object.defineProperty(GridStyleRepository, "ax", {
546
+ Object.defineProperty(GridStyleRepository, "a3", {
505
547
  get: function () {
506
- if (GridStyleRepository.u == null) {
507
- var a_22 = "#babfc7";
508
- GridStyleRepository.u = ((function () {
548
+ if (GridStyleRepository.y == null) {
549
+ var a_24 = "#babfc7";
550
+ GridStyleRepository.y = ((function () {
509
551
  var $ret = new Brush();
510
- $ret.fill = a_22;
552
+ $ret.fill = a_24;
511
553
  return $ret;
512
554
  })());
513
555
  }
514
- return GridStyleRepository.u;
556
+ return GridStyleRepository.y;
515
557
  },
516
558
  enumerable: false,
517
559
  configurable: true
518
560
  });
519
- Object.defineProperty(GridStyleRepository, "bp", {
561
+ Object.defineProperty(GridStyleRepository, "bv", {
520
562
  get: function () {
521
- return GridStyleRepository.bo;
563
+ return GridStyleRepository.bu;
522
564
  },
523
565
  enumerable: false,
524
566
  configurable: true
525
567
  });
526
- Object.defineProperty(GridStyleRepository, "r", {
568
+ Object.defineProperty(GridStyleRepository, "t", {
527
569
  get: function () {
528
- return GridStyleRepository.q;
570
+ return GridStyleRepository.s;
529
571
  },
530
572
  enumerable: false,
531
573
  configurable: true
532
574
  });
533
- Object.defineProperty(GridStyleRepository, "bg", {
575
+ Object.defineProperty(GridStyleRepository, "bm", {
534
576
  get: function () {
535
- if (GridStyleRepository.an == null) {
536
- var a_23 = "#ff0000";
537
- GridStyleRepository.an = ((function () {
577
+ if (GridStyleRepository.ar == null) {
578
+ var a_25 = "#ff0000";
579
+ GridStyleRepository.ar = ((function () {
538
580
  var $ret = new Brush();
539
- $ret.fill = a_23;
581
+ $ret.fill = a_25;
540
582
  return $ret;
541
583
  })());
542
584
  }
543
- return GridStyleRepository.an;
585
+ return GridStyleRepository.ar;
544
586
  },
545
587
  enumerable: false,
546
588
  configurable: true
547
589
  });
548
- Object.defineProperty(GridStyleRepository, "bf", {
590
+ Object.defineProperty(GridStyleRepository, "bl", {
549
591
  get: function () {
550
- if (GridStyleRepository.am == null) {
551
- GridStyleRepository.am = ((function () {
592
+ if (GridStyleRepository.aq == null) {
593
+ GridStyleRepository.aq = ((function () {
552
594
  var $ret = new Brush();
553
595
  $ret.color = Color.u(0, 0, 0, 0);
554
596
  return $ret;
555
597
  })());
556
598
  }
557
- return GridStyleRepository.am;
599
+ return GridStyleRepository.aq;
558
600
  },
559
601
  enumerable: false,
560
602
  configurable: true
561
603
  });
562
604
  GridStyleRepository.$t = markType(GridStyleRepository, 'GridStyleRepository');
563
- GridStyleRepository.ap = null;
564
- GridStyleRepository.ar = null;
565
- GridStyleRepository.aj = null;
566
- GridStyleRepository.z = null;
567
- GridStyleRepository.x = null;
568
605
  GridStyleRepository.at = null;
569
- GridStyleRepository.au = null;
570
- GridStyleRepository.s = null;
571
- GridStyleRepository.g = null;
572
- GridStyleRepository.f = null;
573
- GridStyleRepository.m = 0.54;
606
+ GridStyleRepository.av = null;
607
+ GridStyleRepository.an = null;
608
+ GridStyleRepository.ad = null;
609
+ GridStyleRepository.ab = null;
610
+ GridStyleRepository.ax = null;
611
+ GridStyleRepository.ay = null;
612
+ GridStyleRepository.v = null;
613
+ GridStyleRepository.w = null;
614
+ GridStyleRepository.u = null;
615
+ GridStyleRepository.h = null;
574
616
  GridStyleRepository.c = null;
617
+ GridStyleRepository.g = null;
618
+ GridStyleRepository.o = 0.54;
575
619
  GridStyleRepository.d = null;
576
620
  GridStyleRepository.e = null;
577
- GridStyleRepository.ah = null;
578
- GridStyleRepository.t = null;
579
- GridStyleRepository.y = null;
580
- GridStyleRepository.ao = null;
621
+ GridStyleRepository.f = null;
622
+ GridStyleRepository.al = null;
623
+ GridStyleRepository.x = null;
624
+ GridStyleRepository.ac = null;
581
625
  GridStyleRepository.as = null;
582
- GridStyleRepository.aq = null;
583
- GridStyleRepository.af = null;
584
- GridStyleRepository.ae = null;
626
+ GridStyleRepository.aw = null;
627
+ GridStyleRepository.au = null;
628
+ GridStyleRepository.aj = null;
585
629
  GridStyleRepository.ai = null;
586
- GridStyleRepository.ab = null;
587
- GridStyleRepository.ad = null;
588
- GridStyleRepository.ag = null;
630
+ GridStyleRepository.am = null;
631
+ GridStyleRepository.af = null;
632
+ GridStyleRepository.ah = null;
589
633
  GridStyleRepository.ak = null;
590
- GridStyleRepository.al = null;
591
- GridStyleRepository.v = null;
592
- GridStyleRepository.ac = null;
634
+ GridStyleRepository.ao = null;
635
+ GridStyleRepository.ap = null;
636
+ GridStyleRepository.z = null;
637
+ GridStyleRepository.ag = null;
638
+ GridStyleRepository.ae = null;
593
639
  GridStyleRepository.aa = null;
594
- GridStyleRepository.w = null;
595
- GridStyleRepository.u = null;
596
- GridStyleRepository.bo = new Thickness(0, 1);
597
- GridStyleRepository.q = new CornerRadius(0, 3);
598
- GridStyleRepository.an = null;
599
- GridStyleRepository.am = null;
640
+ GridStyleRepository.y = null;
641
+ GridStyleRepository.bu = new Thickness(0, 1);
642
+ GridStyleRepository.s = new CornerRadius(0, 3);
643
+ GridStyleRepository.ar = null;
644
+ GridStyleRepository.aq = null;
600
645
  return GridStyleRepository;
601
646
  }(Base));
602
647
  export { GridStyleRepository };