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

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 (238) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +45073 -42900
  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 +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +24 -24
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8014 -6939
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  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 +2 -2
  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 +15 -15
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  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 +4 -4
  42. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  43. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  44. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  45. package/esm2015/lib/GridExternalWrapper.js +6 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  47. package/esm2015/lib/GridIconRepository.js +92 -0
  48. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  49. package/esm2015/lib/GridStyleRepository.js +123 -115
  50. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  51. package/esm2015/lib/ICheckboxListView.js +11 -0
  52. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  53. package/esm2015/lib/ImageCellPresenter.js +7 -7
  54. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  55. package/esm2015/lib/NumericCellPresenter.js +8 -8
  56. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  57. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  58. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  59. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  60. package/esm2015/lib/TemplateHeader.js +5 -5
  61. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  62. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  63. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  64. package/esm2015/lib/TextCellPresenter.js +9 -9
  65. package/esm2015/lib/TextHeaderCell.js +62 -27
  66. package/esm2015/lib/TextHeaderCellPresenter.js +45 -26
  67. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  68. package/esm2015/lib/igc-cell-info.js +106 -91
  69. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  70. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  71. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  72. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  73. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  74. package/esm2015/lib/igc-data-grid-column-component.js +332 -229
  75. package/esm2015/lib/igc-data-grid-component.js +145 -0
  76. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  77. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  78. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  79. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  80. package/esm2015/lib/igc-definition-base-component.js +12 -12
  81. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  82. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  83. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  84. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  85. package/esm2015/lib/igc-header-component.js +24 -24
  86. package/esm2015/lib/igc-image-cell-info.js +6 -6
  87. package/esm2015/lib/igc-image-column-component.js +12 -12
  88. package/esm2015/lib/igc-image-column-module.js +2 -0
  89. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  90. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  91. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  92. package/esm2015/lib/igc-row-separator-module.js +2 -0
  93. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  94. package/esm2015/lib/igc-section-header-component.js +38 -24
  95. package/esm2015/lib/igc-section-header-module.js +2 -0
  96. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  97. package/esm2015/lib/igc-summary-row-component.js +24 -24
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-column-module.js +2 -0
  100. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  101. package/esm2015/lib/igc-template-header-module.js +2 -0
  102. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  103. package/esm2015/lib/igc-text-cell-info.js +2 -2
  104. package/esm2015/lib/igc-text-column-component.js +9 -9
  105. package/esm2015/lib/igc-text-column-module.js +2 -0
  106. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  107. package/esm2015/lib/igc-text-header-module.js +2 -0
  108. package/esm2015/public_api.js +2 -0
  109. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  110. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  111. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  112. package/esm5/lib/CanvasGridCellBase.js +13 -13
  113. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  114. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  115. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  116. package/esm5/lib/CanvasSummaryCell.js +2 -2
  117. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  118. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  119. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  120. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  121. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  122. package/esm5/lib/CellPresenterBase.js +24 -24
  123. package/esm5/lib/CheckboxListBridge.js +36 -36
  124. package/esm5/lib/CheckboxListView_combined.js +400 -395
  125. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  126. package/esm5/lib/ColumnFilterCondition_combined.js +8053 -6793
  127. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  128. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  129. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  130. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  131. package/esm5/lib/ContentCellModelHelper.js +5 -5
  132. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  133. package/esm5/lib/DataGridLocaleEn.js +3 -0
  134. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  135. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  136. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  137. package/esm5/lib/Dragger.js +4 -4
  138. package/esm5/lib/EditorCellPresenter.js +21 -21
  139. package/esm5/lib/FilterCellPresenter.js +12 -12
  140. package/esm5/lib/GridCellBase.js +6 -6
  141. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  142. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  143. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  144. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  146. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  147. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  148. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  149. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  150. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  153. package/esm5/lib/GridIconRepository.js +97 -0
  154. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  155. package/esm5/lib/GridStyleRepository.js +127 -115
  156. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  157. package/esm5/lib/ICheckboxListView.js +11 -0
  158. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  159. package/esm5/lib/ImageCellPresenter.js +7 -7
  160. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  161. package/esm5/lib/NumericCellPresenter.js +8 -8
  162. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  163. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  164. package/esm5/lib/SummaryCellPresenter.js +6 -6
  165. package/esm5/lib/TemplateCellPresenter.js +2 -2
  166. package/esm5/lib/TemplateHeader.js +5 -5
  167. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  168. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  169. package/esm5/lib/TemplateSectionHeader.js +1 -1
  170. package/esm5/lib/TextCellPresenter.js +9 -9
  171. package/esm5/lib/TextHeaderCell.js +62 -27
  172. package/esm5/lib/TextHeaderCellPresenter.js +45 -26
  173. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  174. package/esm5/lib/igc-cell-info.js +114 -91
  175. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  176. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  177. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  178. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  179. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  180. package/esm5/lib/igc-data-grid-column-component.js +380 -229
  181. package/esm5/lib/igc-data-grid-component.js +191 -0
  182. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  183. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  184. package/esm5/lib/igc-date-time-column-component.js +23 -23
  185. package/esm5/lib/igc-date-time-column-module.js +2 -0
  186. package/esm5/lib/igc-definition-base-component.js +12 -12
  187. package/esm5/lib/igc-editor-cell-info.js +23 -23
  188. package/esm5/lib/igc-filter-cell-info.js +26 -26
  189. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  190. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  191. package/esm5/lib/igc-header-component.js +24 -24
  192. package/esm5/lib/igc-image-cell-info.js +6 -6
  193. package/esm5/lib/igc-image-column-component.js +12 -12
  194. package/esm5/lib/igc-image-column-module.js +2 -0
  195. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  196. package/esm5/lib/igc-numeric-column-component.js +50 -35
  197. package/esm5/lib/igc-numeric-column-module.js +2 -0
  198. package/esm5/lib/igc-row-separator-module.js +2 -0
  199. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igc-section-header-component.js +46 -24
  201. package/esm5/lib/igc-section-header-module.js +2 -0
  202. package/esm5/lib/igc-summary-cell-info.js +9 -9
  203. package/esm5/lib/igc-summary-row-component.js +24 -24
  204. package/esm5/lib/igc-template-cell-info.js +2 -2
  205. package/esm5/lib/igc-template-column-module.js +2 -0
  206. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  207. package/esm5/lib/igc-template-header-module.js +2 -0
  208. package/esm5/lib/igc-template-section-header-module.js +4 -0
  209. package/esm5/lib/igc-text-cell-info.js +2 -2
  210. package/esm5/lib/igc-text-column-component.js +9 -9
  211. package/esm5/lib/igc-text-column-module.js +2 -0
  212. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  213. package/esm5/lib/igc-text-header-module.js +2 -0
  214. package/esm5/public_api.js +2 -0
  215. package/fesm2015/igniteui-webcomponents-data-grids.js +39274 -37487
  216. package/fesm5/igniteui-webcomponents-data-grids.js +45073 -42902
  217. package/lib/CheckboxListView_combined.d.ts +104 -104
  218. package/lib/ColumnFilterCondition_combined.d.ts +1768 -1659
  219. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  220. package/lib/DataGridLocaleEn.d.ts +3 -0
  221. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  222. package/lib/GridIconRepository.d.ts +44 -0
  223. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  224. package/lib/GridStyleRepository.d.ts +3 -2
  225. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  226. package/lib/ICheckboxListView.d.ts +38 -0
  227. package/lib/TemplateHeader.d.ts +1 -1
  228. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  229. package/lib/TemplateSectionHeader.d.ts +1 -1
  230. package/lib/igc-cell-info.d.ts +9 -0
  231. package/lib/igc-data-grid-column-component.d.ts +33 -0
  232. package/lib/igc-data-grid-component.d.ts +48 -0
  233. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  234. package/lib/igc-numeric-column-component.d.ts +6 -0
  235. package/lib/igc-section-header-component.d.ts +4 -0
  236. package/lib/igc-text-header-cell-info.d.ts +15 -0
  237. package/package.json +4 -4
  238. 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;