igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2

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 (211) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +44020 -42109
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +25 -25
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +416 -411
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  43. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  44. package/esm2015/lib/GridExternalWrapper.js +6 -6
  45. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  46. package/esm2015/lib/GridIconRepository.js +92 -0
  47. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  48. package/esm2015/lib/GridStyleRepository.js +6 -3
  49. package/esm2015/lib/ICheckboxListView.js +11 -0
  50. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  51. package/esm2015/lib/ImageCellPresenter.js +7 -7
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
  53. package/esm2015/lib/NumericCellPresenter.js +8 -8
  54. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  56. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  57. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateHeader.js +3 -3
  59. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  60. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  61. package/esm2015/lib/TextCellPresenter.js +9 -9
  62. package/esm2015/lib/TextHeaderCell.js +62 -27
  63. package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
  64. package/esm2015/lib/igc-cell-info.js +97 -91
  65. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  68. package/esm2015/lib/igc-data-grid-column-component.js +271 -188
  69. package/esm2015/lib/igc-data-grid-component.js +135 -0
  70. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  71. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  74. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  75. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  76. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  77. package/esm2015/lib/igc-image-cell-info.js +6 -6
  78. package/esm2015/lib/igc-image-column-component.js +12 -12
  79. package/esm2015/lib/igc-image-column-module.js +2 -0
  80. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  81. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  82. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  83. package/esm2015/lib/igc-row-separator-module.js +2 -0
  84. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  85. package/esm2015/lib/igc-section-header-module.js +2 -0
  86. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  87. package/esm2015/lib/igc-template-cell-info.js +2 -2
  88. package/esm2015/lib/igc-template-column-module.js +2 -0
  89. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  90. package/esm2015/lib/igc-template-header-module.js +2 -0
  91. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  92. package/esm2015/lib/igc-text-cell-info.js +2 -2
  93. package/esm2015/lib/igc-text-column-component.js +9 -9
  94. package/esm2015/lib/igc-text-column-module.js +2 -0
  95. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  96. package/esm2015/lib/igc-text-header-module.js +2 -0
  97. package/esm2015/public_api.js +2 -0
  98. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  99. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  100. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  101. package/esm5/lib/CanvasGridCellBase.js +13 -13
  102. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  103. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  104. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  105. package/esm5/lib/CanvasSummaryCell.js +2 -2
  106. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  107. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  108. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  109. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  111. package/esm5/lib/CellPresenterBase.js +25 -25
  112. package/esm5/lib/CheckboxListBridge.js +36 -36
  113. package/esm5/lib/CheckboxListView_combined.js +399 -394
  114. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  115. package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
  116. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  117. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  118. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  119. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  120. package/esm5/lib/ContentCellModelHelper.js +5 -5
  121. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  122. package/esm5/lib/DataGridLocaleEn.js +3 -0
  123. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  124. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  125. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  126. package/esm5/lib/Dragger.js +4 -4
  127. package/esm5/lib/EditorCellPresenter.js +21 -21
  128. package/esm5/lib/FilterCellPresenter.js +12 -12
  129. package/esm5/lib/GridCellBase.js +6 -6
  130. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  131. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  132. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  133. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  134. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  135. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  136. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  137. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  138. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  139. package/esm5/lib/GridExternalWrapper.js +6 -6
  140. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  141. package/esm5/lib/GridIconRepository.js +97 -0
  142. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  143. package/esm5/lib/GridStyleRepository.js +10 -3
  144. package/esm5/lib/ICheckboxListView.js +11 -0
  145. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  146. package/esm5/lib/ImageCellPresenter.js +7 -7
  147. package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
  148. package/esm5/lib/NumericCellPresenter.js +8 -8
  149. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  150. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  151. package/esm5/lib/SummaryCellPresenter.js +6 -6
  152. package/esm5/lib/TemplateCellPresenter.js +2 -2
  153. package/esm5/lib/TemplateHeader.js +3 -3
  154. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  155. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  156. package/esm5/lib/TextCellPresenter.js +9 -9
  157. package/esm5/lib/TextHeaderCell.js +62 -27
  158. package/esm5/lib/TextHeaderCellPresenter.js +44 -25
  159. package/esm5/lib/igc-cell-info.js +101 -91
  160. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  161. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  162. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  163. package/esm5/lib/igc-data-grid-column-component.js +311 -188
  164. package/esm5/lib/igc-data-grid-component.js +177 -0
  165. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  166. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  167. package/esm5/lib/igc-date-time-column-component.js +23 -23
  168. package/esm5/lib/igc-date-time-column-module.js +2 -0
  169. package/esm5/lib/igc-editor-cell-info.js +23 -23
  170. package/esm5/lib/igc-filter-cell-info.js +26 -26
  171. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  172. package/esm5/lib/igc-image-cell-info.js +6 -6
  173. package/esm5/lib/igc-image-column-component.js +12 -12
  174. package/esm5/lib/igc-image-column-module.js +2 -0
  175. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  176. package/esm5/lib/igc-numeric-column-component.js +35 -35
  177. package/esm5/lib/igc-numeric-column-module.js +2 -0
  178. package/esm5/lib/igc-row-separator-module.js +2 -0
  179. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  180. package/esm5/lib/igc-section-header-module.js +2 -0
  181. package/esm5/lib/igc-summary-cell-info.js +9 -9
  182. package/esm5/lib/igc-template-cell-info.js +2 -2
  183. package/esm5/lib/igc-template-column-module.js +2 -0
  184. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  185. package/esm5/lib/igc-template-header-module.js +2 -0
  186. package/esm5/lib/igc-template-section-header-module.js +4 -0
  187. package/esm5/lib/igc-text-cell-info.js +2 -2
  188. package/esm5/lib/igc-text-column-component.js +9 -9
  189. package/esm5/lib/igc-text-column-module.js +2 -0
  190. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  191. package/esm5/lib/igc-text-header-module.js +2 -0
  192. package/esm5/public_api.js +2 -0
  193. package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
  194. package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
  195. package/lib/CheckboxListView_combined.d.ts +104 -104
  196. package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
  197. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  198. package/lib/DataGridLocaleEn.d.ts +3 -0
  199. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  200. package/lib/GridIconRepository.d.ts +44 -0
  201. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  202. package/lib/GridStyleRepository.d.ts +3 -2
  203. package/lib/ICheckboxListView.d.ts +38 -0
  204. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  205. package/lib/igc-cell-info.d.ts +4 -0
  206. package/lib/igc-data-grid-column-component.d.ts +23 -0
  207. package/lib/igc-data-grid-component.d.ts +43 -0
  208. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  209. package/lib/igc-text-header-cell-info.d.ts +15 -0
  210. package/package.json +4 -4
  211. package/public_api.d.ts +2 -0
@@ -0,0 +1,92 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, markType } from "igniteui-webcomponents-core";
8
+ import { SvgIconRegistry } from "igniteui-webcomponents-core";
9
+ let GridIconRepository = /*@__PURE__*/ (() => {
10
+ class GridIconRepository extends Base {
11
+ static bk() {
12
+ if (GridIconRepository.a) {
13
+ return;
14
+ }
15
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "DotDotDotIcon", GridIconRepository.ar);
16
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnMoveLeftIcon", GridIconRepository.x);
17
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnMoveRightIcon", GridIconRepository.z);
18
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnPinLeftIcon", GridIconRepository.ab);
19
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnPinRightIcon", GridIconRepository.ad);
20
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnVisibilityOnIcon", GridIconRepository.ap);
21
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnVisibilityOffIcon", GridIconRepository.an);
22
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnGroupIcon", GridIconRepository.v);
23
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnUngroupIcon", GridIconRepository.al);
24
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnSortAscendingIcon", GridIconRepository.af);
25
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnSortDescendingIcon", GridIconRepository.ah);
26
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnSummaryIcon", GridIconRepository.aj);
27
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeIcon", GridIconRepository.h);
28
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeNoneIcon", GridIconRepository.j);
29
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeTop10Icon", GridIconRepository.p);
30
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeGreaterThanIcon", GridIconRepository.f);
31
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeDuplicateValuesIcon", GridIconRepository.b);
32
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeUniqueValuesIcon", GridIconRepository.r);
33
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeEmptyCellsIcon", GridIconRepository.d);
34
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeShowDataBarsIcon", GridIconRepository.n);
35
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeShowColorScaleIcon", GridIconRepository.l);
36
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnClearFilterIcon", GridIconRepository.t);
37
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowUpward", GridIconRepository.a0);
38
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowDownward", GridIconRepository.aw);
39
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyPinLeft", GridIconRepository.a6);
40
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyPinRight", GridIconRepository.a8);
41
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyUnpinLeft", GridIconRepository.bc);
42
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyUnpinRight", GridIconRepository.be);
43
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowForward", GridIconRepository.ay);
44
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowBackward", GridIconRepository.au);
45
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyGroup", GridIconRepository.a4);
46
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyUngroup", GridIconRepository.ba);
47
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyVisibilityIcon", GridIconRepository.bg);
48
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyVisibilityOffIcon", GridIconRepository.bi);
49
+ SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyClearFilterIcon", GridIconRepository.a2);
50
+ GridIconRepository.a = true;
51
+ }
52
+ }
53
+ GridIconRepository.$t = /*@__PURE__*/ markType(GridIconRepository, 'GridIconRepository');
54
+ GridIconRepository.a = false;
55
+ GridIconRepository.ar = "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";
56
+ GridIconRepository.x = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M5.5 17.5H22.5M5.5 10.5H22.5M10.5 4.5V23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3H17.5V25H10.5V3Z\" fill=\"#D2DBFF\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<line x1=\"17.5\" y1=\"17.5\" x2=\"10.5\" y2=\"17.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<line x1=\"17.5\" y1=\"10.5\" x2=\"10.5\" y2=\"10.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<rect transform=\"translate(6.5, 9.5)\" width=\"9\" height=\"9\" rx=\"4.5\" fill=\"white\" stroke=\"none\"/>\r\n<path d=\"M10.5 16L8.5 14L10.5 12\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8.5 14H13\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
57
+ GridIconRepository.z = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M5.5 17.5H22.5M5.5 10.5H22.5M10.5 4.5V23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3H17.5V25H10.5V3Z\" fill=\"#D2DBFF\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<line x1=\"17.5\" y1=\"17.5\" x2=\"10.5\" y2=\"17.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<line x1=\"17.5\" y1=\"10.5\" x2=\"10.5\" y2=\"10.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<rect transform=\"translate(6.5, 9.5)\" width=\"9\" height=\"9\" rx=\"4.5\" fill=\"white\" stroke=\"none\"/>\r\n<path d=\"M10.5 16L8.5 14L10.5 12\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8.5 14H13\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
58
+ GridIconRepository.ab = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 4.5V23.5\" stroke-linejoin=\"round\"/>\r\n<line x1=\"10\" y1=\"17.5\" x2=\"5\" y2=\"17.5\" stroke=\"#6988FF\"/>\r\n<line x1=\"10\" y1=\"10.5\" x2=\"5\" y2=\"10.5\" stroke=\"#6988FF\"/>\r\n</svg>";
59
+ GridIconRepository.ad = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 4.5V23.5\" stroke-linejoin=\"round\"/>\r\n<line x1=\"10\" y1=\"17.5\" x2=\"5\" y2=\"17.5\" stroke=\"#6988FF\"/>\r\n<line x1=\"10\" y1=\"10.5\" x2=\"5\" y2=\"10.5\" stroke=\"#6988FF\"/>\r\n</svg>";
60
+ GridIconRepository.ap = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 12C21 12.5 18 18 12 18C6 18 3 12.5 3 12C3 11.5 6 6 12 6C18 6 21 11.5 21 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12C15 13.657 13.657 15 12 15C10.343 15 9 13.657 9 12C9 10.343 10.343 9 12 9C13.657 9 15 10.343 15 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
61
+ GridIconRepository.an = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 12C21 12.5 18 18 12 18C6 18 3 12.5 3 12C3 11.5 6 6 12 6C18 6 21 11.5 21 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12C15 13.657 13.657 15 12 15C10.343 15 9 13.657 9 12C9 10.343 10.343 9 12 9C13.657 9 15 10.343 15 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M6 3.5L18 20.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
62
+ GridIconRepository.v = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 6C5 5.44772 5.44772 5 6 5H18C18.5523 5 19 5.44772 19 6V8.5C19 9.05228 18.5523 9.5 18 9.5H6C5.44772 9.5 5 9.05228 5 8.5V6Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M5.5 14.5H18.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M5.5 19.5H18.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
63
+ GridIconRepository.al = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 6C5 5.44772 5.44772 5 6 5H18C18.5523 5 19 5.44772 19 6V8.5C19 9.05228 18.5523 9.5 18 9.5H6C5.44772 9.5 5 9.05228 5 8.5V6Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M5.5 14.5H18.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M5.5 19.5H18.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
64
+ GridIconRepository.af = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M19 16.5L16 19.5L13 16.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 19.5V4.5V19.5Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.22545 4.11C6.99746 4.11 6.79549 4.25704 6.72545 4.47401L4.78677 10.4798C4.68257 10.8026 4.92328 11.1332 5.26249 11.1332C5.48149 11.1332 5.675 10.9907 5.73991 10.7815L6.14281 9.48328C6.16555 9.41 6.23334 9.36005 6.31007 9.36005H8.20785C8.28489 9.36005 8.35288 9.4104 8.37536 9.48409L8.77075 10.7803C8.83471 10.99 9.02818 11.1332 9.2474 11.1332C9.5845 11.1332 9.82434 10.8055 9.72238 10.4842L7.8161 4.4765C7.74685 4.25827 7.54425 4.11 7.3153 4.11H7.22545ZM7.26905 5.45516C7.30754 5.45524 7.34146 5.48045 7.35264 5.51727L8.25569 8.40253C8.26375 8.42907 8.25876 8.45785 8.24225 8.48013C8.22573 8.50241 8.19964 8.51555 8.1719 8.51555H6.3517C6.3239 8.51555 6.29775 8.50235 6.28125 8.47998C6.26474 8.45761 6.25983 8.42873 6.26803 8.40217L7.18518 5.51691C7.19653 5.48013 7.23056 5.45508 7.26905 5.45516Z\" stroke=\"none\"/>\r\n<path d=\"M4.82486 13.3259C4.82486 13.0724 5.03042 12.8668 5.28399 12.8668H8.82195C9.10922 12.8668 9.34323 13.0975 9.3473 13.3848L9.34875 13.4869C9.35019 13.5882 9.32228 13.6879 9.26838 13.7737L6.17048 18.7082C6.09725 18.8248 6.18109 18.9765 6.3188 18.9765H9.02081C9.27308 18.9765 9.47759 19.181 9.47759 19.4332C9.47759 19.6855 9.27308 19.89 9.02081 19.89H5.29249C5.00516 19.89 4.77113 19.6592 4.76714 19.3719L4.76552 19.2558C4.76412 19.1544 4.79206 19.0548 4.84599 18.969L7.93422 14.0534C8.0075 13.9367 7.92367 13.7851 7.78593 13.7851H5.28399C5.03042 13.7851 4.82486 13.5795 4.82486 13.3259Z\" stroke=\"none\"/>\r\n</svg>";
65
+ GridIconRepository.ah = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M19 16.5L16 19.5L13 16.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 19.5V4.5V19.5Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.22545 13.1332C6.99746 13.1332 6.79549 13.2803 6.72545 13.4972L4.78677 19.503C4.68257 19.8258 4.92328 20.1564 5.26249 20.1564C5.48149 20.1564 5.675 20.0139 5.73991 19.8047L6.14281 18.5065C6.16555 18.4332 6.23334 18.3833 6.31007 18.3833H8.20785C8.28489 18.3833 8.35288 18.4336 8.37536 18.5073L8.77075 19.8035C8.83471 20.0132 9.02818 20.1564 9.2474 20.1564C9.5845 20.1564 9.82434 19.8287 9.72238 19.5074L7.8161 13.4997C7.74685 13.2815 7.54425 13.1332 7.3153 13.1332H7.22545ZM7.26905 14.4784C7.30754 14.4785 7.34146 14.5037 7.35264 14.5405L8.25569 17.4257C8.26375 17.4523 8.25876 17.4811 8.24225 17.5033C8.22573 17.5256 8.19964 17.5388 8.1719 17.5388H6.3517C6.3239 17.5388 6.29775 17.5256 6.28125 17.5032C6.26474 17.4808 6.25983 17.4519 6.26803 17.4254L7.18518 14.5401C7.19653 14.5033 7.23056 14.4783 7.26905 14.4784Z\" stroke=\"none\"/>\r\n<path d=\"M4.82486 4.56913C4.82486 4.31556 5.03042 4.11 5.28399 4.11H8.82195C9.10922 4.11 9.34323 4.34072 9.3473 4.62796L9.34875 4.73009C9.35019 4.83145 9.32228 4.93106 9.26838 5.01691L6.17048 9.9514C6.09725 10.068 6.18109 10.2197 6.3188 10.2197H9.02081C9.27308 10.2197 9.47759 10.4242 9.47759 10.6764C9.47759 10.9287 9.27308 11.1332 9.02081 11.1332H5.29249C5.00516 11.1332 4.77113 10.9024 4.76714 10.6151L4.76552 10.499C4.76412 10.3976 4.79206 10.298 4.84599 10.2122L7.93422 5.29657C8.0075 5.17994 7.92367 5.02827 7.78593 5.02827H5.28399C5.03042 5.02827 4.82486 4.82271 4.82486 4.56913Z\" stroke=\"none\"/>\r\n</svg>";
66
+ GridIconRepository.aj = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M17 7V5.5C17 5.224 16.776 5 16.5 5H8.138C7.727 5 7.492 5.468 7.736 5.798L12.131 11.727C12.264 11.907 12.262 12.152 12.126 12.329L7.618 18.195C7.366 18.524 7.6 19 8.015 19H16.5C16.776 19 17 18.776 17 18.5V17\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
67
+ GridIconRepository.h = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.5 17V8V17Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 17V12V17Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 17V13V17Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M16.5 20H2V4H20V7.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.815 15.947C20.479 14.284 20.479 11.586 18.815 9.922C17.151 8.258 14.454 8.258 12.79 9.922C11.126 11.586 11.126 14.284 12.79 15.947C14.454 17.611 17.151 17.611 18.815 15.947Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<line x1=\"18\" y1=\"17\" x2=\"20\" y2=\"20\" stroke-linecap=\"round\"/>\r\n</svg>";
68
+ GridIconRepository.j = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
69
+ GridIconRepository.p = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
70
+ GridIconRepository.f = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
71
+ GridIconRepository.b = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
72
+ GridIconRepository.r = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
73
+ GridIconRepository.d = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
74
+ GridIconRepository.n = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
75
+ GridIconRepository.l = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
76
+ GridIconRepository.t = "M5 17h2v2H5zm8 0h2v2h-2zm-8-4h2v2H5zm12 4h2v2h-2zM13 5h2v2h-2zM9 17h2v2H9zm8-8h2v2h-2zm0 4h2v2h-2zm0-8h2v2h-2zM5 9h2v2H5zm0-4h2v2H5zm4 0h2v2H9z";
77
+ GridIconRepository.a0 = "M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z";
78
+ GridIconRepository.aw = "M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z";
79
+ GridIconRepository.a6 = "M13.2,3.8l7.1,7.1l-2.8-0.1l-3.4,3.4l0.1,4.2l-3.5-3.5l-5.4,5.4l-1.4,0l0-1.4l5.4-5.4L5.7,9.8l4.2,0.1l3.4-3.4L13.2,3.8z";
80
+ GridIconRepository.a8 = "M10.8,3.8l-7.1,7.1l2.8-0.1l3.4,3.4l-0.1,4.2l3.5-3.5l5.4,5.4l1.4,0l0-1.4l-5.4-5.4l3.5-3.5l-4.2,0.1l-3.4-3.4L10.8,3.8z";
81
+ GridIconRepository.bc = "M3,3.4l19,17.1l-1.3,1.2L12.1,14l-4.9,4.9l-1.4-0.1l-0.1-1.4l4.8-4.8l-8.9-8L3,3.4z M14.9,2.3l7.5,7.5l-2.8-0.1L16.1,13 l0,0.3l-5.4-4.8l0.9,0L15,5.1L14.9,2.3z";
82
+ GridIconRepository.be = "M21,3.4L2,20.5l1.3,1.2l8.5-7.7l4.9,4.9l1.4-0.1l0.1-1.4l-4.8-4.8l8.9-8L21,3.4z M9.1,2.3L1.7,9.8l2.8-0.1L7.9,13l0,0.3 l5.4-4.8l-0.9,0L9,5.1L9.1,2.3z";
83
+ GridIconRepository.au = "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z";
84
+ GridIconRepository.ay = "M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z";
85
+ GridIconRepository.a4 = "M9,19v-2h11v2H9z M9,15v-2h11v2H9z M9,11V9h11v2H9z M7,7V5h13v2H7z M4,5h2v2H4V5z";
86
+ GridIconRepository.ba = "M16.8,18.3H9.6v-2h5.2l-2-2H9.6v-2h1.2L3.4,4.9l1.4-1.4l15.6,15.6L19,20.5L16.8,18.3z M20.6,14.3h-2.2l-2-2h4.2V14.3 L20.6,14.3z M20.6,10.3h-6.2l-2-2h8.2L20.6,10.3L20.6,10.3L20.6,10.3z M20.6,6.3H10.4l-2-2h12.2L20.6,6.3L20.6,6.3L20.6,6.3z";
87
+ GridIconRepository.bg = "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z";
88
+ GridIconRepository.bi = "M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z";
89
+ GridIconRepository.a2 = "M5 17h2v2H5zm8 0h2v2h-2zm-8-4h2v2H5zm12 4h2v2h-2zM13 5h2v2h-2zM9 17h2v2H9zm8-8h2v2h-2zm0 4h2v2h-2zm0-8h2v2h-2zM5 9h2v2H5zm0-4h2v2H5zm4 0h2v2H9z";
90
+ return GridIconRepository;
91
+ })();
92
+ export { GridIconRepository };
@@ -17,7 +17,6 @@ import { CanvasViewRenderer } from "igniteui-webcomponents-core";
17
17
  import { BrushUtil } from "igniteui-webcomponents-core";
18
18
  import { truncate, isNaN_ } from "igniteui-webcomponents-core";
19
19
  import { ColumnSortDirection_$type } from "./ColumnSortDirection";
20
- import { NativeUI } from "igniteui-webcomponents-core";
21
20
  import { EasingFunctions } from "igniteui-webcomponents-core";
22
21
  import { PathFigure } from "igniteui-webcomponents-core";
23
22
  import { LineSegment } from "igniteui-webcomponents-core";
@@ -66,13 +65,13 @@ let GridSortIndicatorView = /*@__PURE__*/ (() => {
66
65
  }
67
66
  switch (this.a.f) {
68
67
  case 0:
69
- this.v();
68
+ this.w();
70
69
  break;
71
70
  case 1:
72
- this.w();
71
+ this.x();
73
72
  break;
74
73
  case 2:
75
- this.x();
74
+ this.y();
76
75
  break;
77
76
  }
78
77
  let a = Math.round(this.k * this.g);
@@ -88,24 +87,24 @@ let GridSortIndicatorView = /*@__PURE__*/ (() => {
88
87
  this.e = truncate(Math.round(b));
89
88
  }
90
89
  if (this.c.d && this.g != 1) {
91
- this.c.aa();
92
- this.c.ab(this.g, this.g);
90
+ this.c.ac();
91
+ this.c.ad(this.g, this.g);
93
92
  }
94
93
  this.c.l(0, 0, this.k, this.j);
95
- this.c.aa();
96
- this.c.ab(this.a.x(), this.a.x());
94
+ this.c.ac();
95
+ this.c.ad(this.a.x(), this.a.x());
97
96
  for (let c = 0; c < this.d.count; c++) {
98
97
  this.c.k(this.d._inner[c].j);
99
- let d = this.y();
98
+ let d = this.z();
100
99
  if (this.a.a3 != null) {
101
100
  d = this.a.a3;
102
101
  }
103
102
  this.d._inner[c]._stroke = d;
104
103
  this.c.t(this.d._inner[c]);
105
104
  }
106
- this.c.z();
105
+ this.c.ab();
107
106
  if (this.c.d && this.g != 1) {
108
- this.c.z();
107
+ this.c.ab();
109
108
  }
110
109
  this.a.aw();
111
110
  }
@@ -115,7 +114,7 @@ let GridSortIndicatorView = /*@__PURE__*/ (() => {
115
114
  n() {
116
115
  this.a.aq(this.k, this.j, this.d);
117
116
  }
118
- v() {
117
+ w() {
119
118
  if (this.d.count != 1) {
120
119
  return;
121
120
  }
@@ -144,7 +143,7 @@ let GridSortIndicatorView = /*@__PURE__*/ (() => {
144
143
  o() {
145
144
  this.a.ar(this.k, this.j, this.d);
146
145
  }
147
- w() {
146
+ x() {
148
147
  if (this.d.count != 4) {
149
148
  return;
150
149
  }
@@ -156,7 +155,7 @@ let GridSortIndicatorView = /*@__PURE__*/ (() => {
156
155
  p() {
157
156
  this.a.as(this.k, this.j, this.d);
158
157
  }
159
- x() {
158
+ y() {
160
159
  this.d._inner[0]._opacity = this.a.t;
161
160
  this.d._inner[1]._opacity = this.a.z;
162
161
  }
@@ -217,9 +216,14 @@ let GridSortIndicatorView = /*@__PURE__*/ (() => {
217
216
  }
218
217
  }
219
218
  }
220
- y() {
219
+ z() {
221
220
  return BrushUtil.l(138, 0, 0, 0);
222
221
  }
222
+ v(a) {
223
+ if (this.m != null) {
224
+ this.m.setStyleProperty("pointer-events", a ? "auto" : "none");
225
+ }
226
+ }
223
227
  }
224
228
  GridSortIndicatorView.$t = /*@__PURE__*/ markType(GridSortIndicatorView, 'GridSortIndicatorView');
225
229
  return GridSortIndicatorView;
@@ -360,7 +364,7 @@ let GridSortIndicator = /*@__PURE__*/ (() => {
360
364
  }
361
365
  break;
362
366
  case "IsHitTestVisible":
363
- NativeUI.u(this.c.m, this.n);
367
+ this.c.v(this.n);
364
368
  break;
365
369
  }
366
370
  }
@@ -487,7 +491,7 @@ let GridSortIndicator = /*@__PURE__*/ (() => {
487
491
  }
488
492
  a0(a) {
489
493
  this.c.r(a);
490
- NativeUI.u(this.c.m, this.n);
494
+ this.c.v(this.n);
491
495
  }
492
496
  a1(a) {
493
497
  this.j.u(a);
@@ -527,7 +531,7 @@ let GridSortIndicator = /*@__PURE__*/ (() => {
527
531
  o.c.add(l);
528
532
  let p = new Path();
529
533
  p.an = o;
530
- p._stroke = this.a3 != null ? this.a3 : this.c.y();
534
+ p._stroke = this.a3 != null ? this.a3 : this.c.z();
531
535
  p.ad = 1.5;
532
536
  p.am = 2;
533
537
  c.add(p);
@@ -537,7 +541,7 @@ let GridSortIndicator = /*@__PURE__*/ (() => {
537
541
  let e = Geometry.a("M7.97027972,4.10930186 L7.97027972,13.8116223 L7.97027972,4.10930186 Z");
538
542
  let f = Geometry.a("M11.851613, 16.199722 L16.043224, 20.364325 L20.207829, 16.199722");
539
543
  let g = Geometry.a("M16.043224,10.1883777 L16.043224,19.8906981 L16.043224,10.1883777 Z");
540
- let h = this.a3 != null ? this.a3 : this.c.y();
544
+ let h = this.a3 != null ? this.a3 : this.c.z();
541
545
  c.add(((() => {
542
546
  let $ret = new Path();
543
547
  $ret.an = d;
@@ -577,7 +581,7 @@ let GridSortIndicator = /*@__PURE__*/ (() => {
577
581
  let f = { $type: Point_$type, x: d.x - 3.5, y: d.y + 1.5 };
578
582
  let g = Geometry.a("M" + e.x.toString() + ", " + e.y.toString() + " l 3.5,-3.5 3.5,3.5");
579
583
  let h = Geometry.a("M" + f.x.toString() + ", " + f.y.toString() + " l 3.5,3.5 3.5,-3.5");
580
- let i = this.a3 != null ? this.a3 : this.c.y();
584
+ let i = this.a3 != null ? this.a3 : this.c.z();
581
585
  c.add(((() => {
582
586
  let $ret = new Path();
583
587
  $ret.an = g;
@@ -31,8 +31,8 @@ let GridStyleRepository = /*@__PURE__*/ (() => {
31
31
  static get k() {
32
32
  return truncate(DeviceUtils.g(40));
33
33
  }
34
- static get u() {
35
- return GridStyleRepository.t;
34
+ static get v() {
35
+ return GridStyleRepository.u;
36
36
  }
37
37
  static get p() {
38
38
  return GridStyleRepository.o;
@@ -262,6 +262,9 @@ let GridStyleRepository = /*@__PURE__*/ (() => {
262
262
  c = BrushUtil.q(c, b);
263
263
  return c;
264
264
  }
265
+ static get t() {
266
+ return GridStyleRepository.s(0, 14);
267
+ }
265
268
  static s(a, b) {
266
269
  GridStyleRepository.n();
267
270
  switch (a) {
@@ -291,7 +294,7 @@ let GridStyleRepository = /*@__PURE__*/ (() => {
291
294
  }
292
295
  GridStyleRepository.$t = /*@__PURE__*/ markType(GridStyleRepository, 'GridStyleRepository');
293
296
  GridStyleRepository.j = 0.54;
294
- GridStyleRepository.t = /*@__PURE__*/ new Thickness(0, 1);
297
+ GridStyleRepository.u = /*@__PURE__*/ new Thickness(0, 1);
295
298
  GridStyleRepository.o = /*@__PURE__*/ new CornerRadius(0, 3);
296
299
  GridStyleRepository.e = /*@__PURE__*/ new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
297
300
  GridStyleRepository.f = /*@__PURE__*/ new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
@@ -0,0 +1,11 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Type } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let ICheckboxListView_$type = /*@__PURE__*/ new Type(null, 'ICheckboxListView');
@@ -72,8 +72,8 @@ let SummaryChooserView = /*@__PURE__*/ (() => {
72
72
  this.e();
73
73
  }
74
74
  e() {
75
- if (this.model.f.bh > -1) {
76
- let a = this.model.r.count * this.model.f.bh;
75
+ if (this.model.f.bl > -1) {
76
+ let a = this.model.r.count * this.model.f.bl;
77
77
  a += 4;
78
78
  this.d.setStyleProperty("height", a + "px");
79
79
  }
@@ -317,7 +317,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
317
317
  a6() {
318
318
  if (this.e != null) {
319
319
  this.e.density = this.m;
320
- this.e.fl = this.ba;
320
+ this.e.fp = this.ba;
321
321
  this.e.baseTheme = this.i;
322
322
  this.e.backgroundColor = this.a9;
323
323
  this.e.showSelectAll = false;
@@ -376,7 +376,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
376
376
  if (d.iD == a) {
377
377
  d.isSelected = b;
378
378
  if (this.e != null) {
379
- this.e.dr(c, d, d);
379
+ this.e.dv(c, d, d);
380
380
  }
381
381
  break;
382
382
  }
@@ -388,7 +388,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
388
388
  c.label = b;
389
389
  this.q.add(c);
390
390
  if (this.e != null) {
391
- this.e.dn(this.q.count - 1, c);
391
+ this.e.ds(this.q.count - 1, c);
392
392
  }
393
393
  this.c.onItemInserted();
394
394
  }
@@ -398,7 +398,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
398
398
  if (c.iD == a) {
399
399
  this.q.removeAt(b);
400
400
  if (this.e != null) {
401
- this.e.dq(b, c);
401
+ this.e.du(b, c);
402
402
  }
403
403
  break;
404
404
  }
@@ -411,7 +411,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
411
411
  if (d.iD == a) {
412
412
  d.label = b;
413
413
  if (this.e != null) {
414
- this.e.dr(c, d, d);
414
+ this.e.dv(c, d, d);
415
415
  }
416
416
  break;
417
417
  }
@@ -21,23 +21,23 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
21
21
  super.b(a);
22
22
  let b = a;
23
23
  if (a.a7) {
24
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
24
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
25
25
  let c = Math.min(1, Math.max(0, a.c7));
26
26
  let d = a.cs * (1 - c);
27
27
  this.d.d0 = d;
28
28
  }
29
- if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
30
- this.e(b.n8, b.n1);
29
+ if (b.bc(ImageCellModel.n5) || b.bc(ImageCellModel.n6)) {
30
+ this.e(b.n9, b.n2);
31
31
  }
32
- if (b.bc(ImageCellModel.n6) || b.bc(ImageCellModel.ga) || b.bc(ImageCellModel.h3)) {
33
- this.f(b.n3, b.g, b.i);
32
+ if (b.bc(ImageCellModel.n7) || b.bc(ImageCellModel.gb) || b.bc(ImageCellModel.h4)) {
33
+ this.f(b.n4, b.g, b.i);
34
34
  }
35
- if (b.bc(ImageCellModel.hk)) {
35
+ if (b.bc(ImageCellModel.hl)) {
36
36
  if (a.u == 1) {
37
37
  this.d.d5();
38
38
  }
39
39
  else if (a.u == 2) {
40
- this.e(b.n8, b.n1);
40
+ this.e(b.n9, b.n2);
41
41
  }
42
42
  }
43
43
  }
@@ -677,7 +677,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
677
677
  }
678
678
  let f = this.g;
679
679
  let g = this.g.p();
680
- e = g.mw();
680
+ e = g.nk();
681
681
  }
682
682
  d.d = e;
683
683
  d.b = a;
@@ -732,8 +732,8 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
732
732
  this.l.y = a.av;
733
733
  }
734
734
  if (null != this.am) {
735
- NativeUI.q(this.am, a.hs);
736
- NativeUI.m(this.am, a.hr);
735
+ NativeUI.r(this.am, a.hs);
736
+ NativeUI.n(this.am, a.hr);
737
737
  if (null != a.aw) {
738
738
  this.am.setStyleProperty("font", a.aw.fontString);
739
739
  }
@@ -843,7 +843,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
843
843
  this.d.isColumnOptionsEnabled = false;
844
844
  this.d.isActiveCellStyleEnabled = false;
845
845
  this.d.cornerRadius = new CornerRadius(0, 0);
846
- this.d.i1 = false;
846
+ this.d.i8 = false;
847
847
  let b = this.d;
848
848
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
849
849
  let c = this.d;
@@ -1122,7 +1122,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1122
1122
  }
1123
1123
  let k = this.e.activeCell;
1124
1124
  if (null != j.activeCell) {
1125
- this.d.ko(false, false);
1125
+ this.d.kv(false, false);
1126
1126
  b.preventDefault();
1127
1127
  }
1128
1128
  else {
@@ -1149,7 +1149,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1149
1149
  }
1150
1150
  let o = this.e.activeCell;
1151
1151
  if (null != n.activeCell) {
1152
- this.d.k1(false, false);
1152
+ this.d.k8(false, false);
1153
1153
  b.preventDefault();
1154
1154
  }
1155
1155
  else {
@@ -2398,7 +2398,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
2398
2398
  return c._inner[0];
2399
2399
  }
2400
2400
  for (let d of fromEnum(c)) {
2401
- if (0 == StringComparer.b.compare(d.mr, a)) {
2401
+ if (0 == StringComparer.b.compare(d.nf, a)) {
2402
2402
  return d;
2403
2403
  }
2404
2404
  }
@@ -21,20 +21,20 @@ let NumericCellPresenter = /*@__PURE__*/ (() => {
21
21
  super.b(a);
22
22
  let b = a;
23
23
  if (a.a7) {
24
- if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
25
- b.kx = this.e(b);
26
- this.d.c8(this.d.dx, b.kx);
24
+ if (a.bc(NumericCellModel.oq) || a.bc(NumericCellModel.oe) || a.bc(NumericCellModel.h3) || b.n7()) {
25
+ b.ky = this.e(b);
26
+ this.d.c8(this.d.dx, b.ky);
27
27
  }
28
28
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
29
29
  }
30
30
  }
31
31
  e(a) {
32
- if (a.lt != null) {
33
- return a.lt;
32
+ if (a.lu != null) {
33
+ return a.lu;
34
34
  }
35
- if (a.ov != null) {
36
- let val_ = a.n9;
37
- let override_ = a.ov;
35
+ if (a.ow != null) {
36
+ let val_ = a.oa;
37
+ let override_ = a.ow;
38
38
  return (override_.format(val_));
39
39
  }
40
40
  return NumericCellFormatter.c(a);
@@ -108,8 +108,8 @@ let PropertyEditorView = /*@__PURE__*/ (() => {
108
108
  }
109
109
  let b = a.rootWrapper;
110
110
  if (null != b) {
111
- NativeUI.q(b, this.b.ec);
112
- NativeUI.m(b, this.b.d8);
111
+ NativeUI.r(b, this.b.ec);
112
+ NativeUI.n(b, this.b.d8);
113
113
  }
114
114
  }
115
115
  e() {
@@ -736,15 +736,15 @@ let PropertyEditor = /*@__PURE__*/ (() => {
736
736
  }
737
737
  else {
738
738
  let a = new TextColumn();
739
- a.k7 = 10;
740
- a.k8 = 5;
741
- a.mr = "PropertyPath";
739
+ a.lj = 10;
740
+ a.lk = 5;
741
+ a.nf = "PropertyPath";
742
742
  a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
743
743
  this.l.columns.add(a);
744
744
  let b = new TemplateColumn();
745
- b.mr = "ValueType";
746
- b.k7 = 5;
747
- b.k8 = 5;
745
+ b.nf = "ValueType";
746
+ b.lj = 5;
747
+ b.lk = 5;
748
748
  b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
749
749
  b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
750
750
  b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
@@ -824,8 +824,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
824
824
  let r = this.cc(l);
825
825
  if (c.count <= g) {
826
826
  let s = new TextColumn();
827
- s.k7 = 10;
828
- s.k8 = 5;
827
+ s.lj = 10;
828
+ s.lk = 5;
829
829
  s.width = ((() => {
830
830
  let $ret = new ColumnWidth();
831
831
  $ret.c = false;
@@ -833,8 +833,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
833
833
  return $ret;
834
834
  })());
835
835
  s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dp));
836
- s.ni = "PropertyName_" + k;
837
- s.mr = "PropertyName";
836
+ s.n6 = "PropertyName_" + k;
837
+ s.nf = "PropertyName";
838
838
  c.add(s);
839
839
  this.au.item(s, c.count - 1);
840
840
  g++;
@@ -871,10 +871,10 @@ let PropertyEditor = /*@__PURE__*/ (() => {
871
871
  }
872
872
  if (c.count <= g) {
873
873
  let v = new TemplateColumn();
874
- v.ni = "ValueType_" + k;
875
- v.mr = "ValueType";
876
- v.k7 = 5;
877
- v.k8 = 5;
874
+ v.n6 = "ValueType_" + k;
875
+ v.nf = "ValueType";
876
+ v.lj = 5;
877
+ v.lk = 5;
878
878
  v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cu));
879
879
  v.width = ((() => {
880
880
  let $ret = new ColumnWidth();
@@ -945,12 +945,12 @@ let PropertyEditor = /*@__PURE__*/ (() => {
945
945
  }
946
946
  cu(a, b) {
947
947
  let c = a;
948
- let d = this.s(c, b.cellInfo.fp, b.rowObject);
948
+ let d = this.s(c, b.cellInfo.fq, b.rowObject);
949
949
  b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.w : 0);
950
950
  }
951
951
  dp(a, b) {
952
952
  let c = a;
953
- let d = this.s(c, b.cellInfo.fp, b.rowObject);
953
+ let d = this.s(c, b.cellInfo.fq, b.rowObject);
954
954
  if (d == null) {
955
955
  b.resolvedValue = null;
956
956
  return;
@@ -1067,7 +1067,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
1067
1067
  }
1068
1068
  ct(a, b) {
1069
1069
  let c = a;
1070
- let d = this.s(c, b.cellInfo.fp, b.cellInfo.ig);
1070
+ let d = this.s(c, b.cellInfo.fq, b.cellInfo.ih);
1071
1071
  let e = d != null ? d.w : 0;
1072
1072
  switch (e) {
1073
1073
  case 10:
@@ -1164,7 +1164,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
1164
1164
  if (c.t != 3) {
1165
1165
  c.t = 3;
1166
1166
  }
1167
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1167
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ih);
1168
1168
  let f = c.inputs._inner[0];
1169
1169
  f.bh = e;
1170
1170
  f.cq = (e.ar != null ? e.ar.toString() : "");
@@ -1178,7 +1178,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
1178
1178
  if (c.s != 3) {
1179
1179
  c.s = 3;
1180
1180
  }
1181
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1181
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ih);
1182
1182
  c.ee = e;
1183
1183
  let f = e.ar;
1184
1184
  if (typeof e.ar === 'number' || typeof e.ar === 'number') {
@@ -1195,7 +1195,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
1195
1195
  if (c.density != 3) {
1196
1196
  c.density = 3;
1197
1197
  }
1198
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1198
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ih);
1199
1199
  if (c.dd != e) {
1200
1200
  if (!d) {
1201
1201
  c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(this, this.cq));
@@ -1459,7 +1459,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
1459
1459
  if (!c.y) {
1460
1460
  c.y = true;
1461
1461
  }
1462
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1462
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ih);
1463
1463
  let f = e.ar;
1464
1464
  if (f == null) {
1465
1465
  f = false;
@@ -20,24 +20,24 @@ let SectionHeaderCellPresenter = /*@__PURE__*/ (() => {
20
20
  super.b(a);
21
21
  let b = a;
22
22
  if (a.a7) {
23
- if (a.bc(SectionHeaderCellModel.n6) || a.bc(SectionHeaderCellModel.n8) || a.bc(SectionHeaderCellModel.n7) || a.bc(SectionHeaderCellModel.oa)) {
24
- if (b.n2 == null || (b.n2.length == 0 && b.og == null)) {
25
- if (b.ie == null) {
26
- b.kx = "";
23
+ if (a.bc(SectionHeaderCellModel.n7) || a.bc(SectionHeaderCellModel.n9) || a.bc(SectionHeaderCellModel.n8) || a.bc(SectionHeaderCellModel.ob)) {
24
+ if (b.n3 == null || (b.n3.length == 0 && b.oh == null)) {
25
+ if (b.ig == null) {
26
+ b.ky = "";
27
27
  }
28
28
  else {
29
- b.kx = b.ie.toString();
29
+ b.ky = b.ig.toString();
30
30
  }
31
31
  }
32
32
  else {
33
- if (b.oe != null && b.n5 == 0) {
34
- b.kx = b.og + "    " + b.oe;
33
+ if (b.of != null && b.n6 == 0) {
34
+ b.ky = b.oh + "    " + b.of;
35
35
  }
36
36
  else {
37
- b.kx = b.og;
37
+ b.ky = b.oh;
38
38
  }
39
39
  }
40
- this.d.c8(this.d.dx, b.kx);
40
+ this.d.c8(this.d.dx, b.ky);
41
41
  }
42
42
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
43
43
  }