igniteui-webcomponents-data-grids 7.1.0-beta.1 → 7.1.0-beta.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 (233) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +11002 -9831
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +290 -290
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igc-cell-info.js +195 -186
  71. package/esm2015/lib/igc-checkbox-list-component.js +42 -22
  72. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  73. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  74. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  75. package/esm2015/lib/igc-data-binding-event-args.js +3 -0
  76. package/esm2015/lib/igc-data-grid-column-component.js +336 -276
  77. package/esm2015/lib/igc-data-grid-component.js +220 -32
  78. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +67 -37
  79. package/esm2015/lib/igc-data-grid-toolbar-component.js +40 -8
  80. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  81. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  82. package/esm2015/lib/igc-definition-base-component.js +64 -64
  83. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  84. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  85. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  86. package/esm2015/lib/igc-header-component.js +24 -24
  87. package/esm2015/lib/igc-image-cell-info.js +6 -6
  88. package/esm2015/lib/igc-image-column-component.js +12 -12
  89. package/esm2015/lib/igc-multi-column-combo-box-component.js +160 -32
  90. package/esm2015/lib/igc-numeric-cell-info.js +28 -28
  91. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  92. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  93. package/esm2015/lib/igc-section-header-component.js +36 -36
  94. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  95. package/esm2015/lib/igc-summary-row-component.js +30 -30
  96. package/esm2015/lib/igc-summary-row-root-module.js +2 -0
  97. package/esm2015/lib/igc-summary-row-section-module.js +2 -0
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  100. package/esm2015/lib/igc-text-cell-info.js +2 -2
  101. package/esm2015/lib/igc-text-column-component.js +9 -9
  102. package/esm2015/lib/igc-text-header-cell-info.js +67 -40
  103. package/esm5/lib/AccessibilityRow.js +10 -10
  104. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  105. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  106. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  107. package/esm5/lib/CanvasGridCellBase.js +2 -2
  108. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  109. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  111. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  112. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  113. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  114. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  115. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  116. package/esm5/lib/CellPath.js +79 -65
  117. package/esm5/lib/CellPresenterBase.js +46 -46
  118. package/esm5/lib/CheckboxListBridge.js +12 -0
  119. package/esm5/lib/CheckboxListView_combined.js +332 -278
  120. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  121. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  122. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  123. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  124. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  125. package/esm5/lib/ContentCellModelHelper.js +16 -16
  126. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  127. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  128. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  129. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  130. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  131. package/esm5/lib/DraggerView.js +1 -7
  132. package/esm5/lib/EditorCell.js +276 -276
  133. package/esm5/lib/EditorCellPresenter.js +27 -27
  134. package/esm5/lib/FilterCell.js +257 -257
  135. package/esm5/lib/FilterCellPresenter.js +17 -17
  136. package/esm5/lib/GridCellBase.js +205 -193
  137. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  138. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  139. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  140. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  141. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  142. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  143. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  144. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  145. package/esm5/lib/GridExternalWrapper.js +12 -6
  146. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  147. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  148. package/esm5/lib/ImageCell.js +57 -57
  149. package/esm5/lib/ImageCellPresenter.js +17 -17
  150. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  151. package/esm5/lib/NumericCell.js +8 -8
  152. package/esm5/lib/NumericCellPresenter.js +9 -9
  153. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  154. package/esm5/lib/SectionHeaderCell.js +30 -20
  155. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  156. package/esm5/lib/SummaryCell.js +44 -44
  157. package/esm5/lib/SummaryCellPresenter.js +9 -9
  158. package/esm5/lib/TemplateCell.js +15 -15
  159. package/esm5/lib/TemplateCellPresenter.js +6 -6
  160. package/esm5/lib/TemplateHeader.js +8 -8
  161. package/esm5/lib/TemplateHeaderCell.js +5 -5
  162. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  163. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  164. package/esm5/lib/TemplateSectionHeader.js +2 -2
  165. package/esm5/lib/TextCell.js +31 -30
  166. package/esm5/lib/TextCellPresenter.js +10 -10
  167. package/esm5/lib/TextHeaderCell.js +185 -179
  168. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  169. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  170. package/esm5/lib/igc-cell-info.js +207 -186
  171. package/esm5/lib/igc-checkbox-list-component.js +50 -22
  172. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  173. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  174. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  175. package/esm5/lib/igc-data-binding-event-args.js +3 -0
  176. package/esm5/lib/igc-data-grid-column-component.js +360 -276
  177. package/esm5/lib/igc-data-grid-component.js +240 -32
  178. package/esm5/lib/igc-data-grid-filter-dialog-component.js +79 -37
  179. package/esm5/lib/igc-data-grid-toolbar-component.js +40 -8
  180. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  181. package/esm5/lib/igc-date-time-column-component.js +23 -23
  182. package/esm5/lib/igc-definition-base-component.js +64 -64
  183. package/esm5/lib/igc-editor-cell-info.js +23 -23
  184. package/esm5/lib/igc-filter-cell-info.js +26 -26
  185. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  186. package/esm5/lib/igc-header-component.js +24 -24
  187. package/esm5/lib/igc-image-cell-info.js +6 -6
  188. package/esm5/lib/igc-image-column-component.js +12 -12
  189. package/esm5/lib/igc-multi-column-combo-box-component.js +160 -32
  190. package/esm5/lib/igc-numeric-cell-info.js +28 -28
  191. package/esm5/lib/igc-numeric-column-component.js +38 -38
  192. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  193. package/esm5/lib/igc-section-header-component.js +36 -36
  194. package/esm5/lib/igc-summary-cell-info.js +9 -9
  195. package/esm5/lib/igc-summary-row-component.js +29 -29
  196. package/esm5/lib/igc-summary-row-root-module.js +2 -0
  197. package/esm5/lib/igc-summary-row-section-module.js +2 -0
  198. package/esm5/lib/igc-template-cell-info.js +2 -2
  199. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  200. package/esm5/lib/igc-text-cell-info.js +2 -2
  201. package/esm5/lib/igc-text-column-component.js +9 -9
  202. package/esm5/lib/igc-text-header-cell-info.js +79 -40
  203. package/fesm2015/igniteui-webcomponents-data-grids.js +10931 -9949
  204. package/fesm5/igniteui-webcomponents-data-grids.js +11002 -9831
  205. package/lib/CellPath.d.ts +21 -20
  206. package/lib/CheckboxListExternal.d.ts +3 -0
  207. package/lib/CheckboxListView_combined.d.ts +77 -71
  208. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  209. package/lib/EditorCell.d.ts +63 -63
  210. package/lib/FilterCell.d.ts +55 -55
  211. package/lib/GridCellBase.d.ts +82 -80
  212. package/lib/GridExternalWrapper.d.ts +2 -0
  213. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  214. package/lib/ImageCell.d.ts +15 -15
  215. package/lib/NumericCell.d.ts +2 -2
  216. package/lib/SectionHeaderCell.d.ts +6 -4
  217. package/lib/SummaryCell.d.ts +10 -10
  218. package/lib/TemplateCell.d.ts +5 -5
  219. package/lib/TemplateHeader.d.ts +3 -3
  220. package/lib/TemplateHeaderCell.d.ts +2 -2
  221. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  222. package/lib/TemplateSectionHeader.d.ts +2 -2
  223. package/lib/TextCell.d.ts +7 -7
  224. package/lib/TextHeaderCell.d.ts +30 -30
  225. package/lib/VerticalSeparatorCell.d.ts +8 -8
  226. package/lib/igc-cell-info.d.ts +3 -0
  227. package/lib/igc-checkbox-list-component.d.ts +10 -0
  228. package/lib/igc-data-grid-column-component.d.ts +30 -0
  229. package/lib/igc-data-grid-component.d.ts +27 -0
  230. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  231. package/lib/igc-summary-row-component.d.ts +2 -2
  232. package/lib/igc-text-header-cell-info.d.ts +15 -0
  233. package/package.json +4 -4
@@ -8,70 +8,70 @@ import { GridCellBase } from "./GridCellBase";
8
8
  import { markType } from "igniteui-webcomponents-core";
9
9
  let SummaryCell = /*@__PURE__*/ (() => {
10
10
  class SummaryCell extends GridCellBase {
11
- get d2() {
12
- return this.dz;
11
+ get d4() {
12
+ return this.d1;
13
13
  }
14
- get d3() {
15
- return this.d0;
14
+ get d5() {
15
+ return this.d2;
16
16
  }
17
- dd(a, b) {
18
- super.dd(a, b);
17
+ df(a, b) {
18
+ super.df(a, b);
19
19
  let c = Math.max(0, a - b);
20
- if (this.d5 != c) {
21
- this.d5 = c;
20
+ if (this.d7 != c) {
21
+ this.d7 = c;
22
22
  }
23
23
  }
24
- c2(a, b) {
25
- super.c2(a, b);
24
+ c4(a, b) {
25
+ super.c4(a, b);
26
26
  let c = Math.max(0, a - b);
27
- if (this.d4 != c) {
28
- this.d4 = c;
27
+ if (this.d6 != c) {
28
+ this.d6 = c;
29
29
  }
30
30
  }
31
- c1(a, b) {
32
- super.c1(a, b);
33
- if (a == this.dz) {
34
- this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
31
+ c3(a, b) {
32
+ super.c3(a, b);
33
+ if (a == this.d1) {
34
+ this.d1.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
35
35
  }
36
- else if (a == this.d0) {
37
- this.d0.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
36
+ else if (a == this.d2) {
37
+ this.d2.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
38
38
  }
39
39
  }
40
40
  constructor(a) {
41
41
  super(a);
42
- this.dz = null;
43
- this.d0 = null;
44
42
  this.d1 = null;
45
- this.d5 = -1;
46
- this.d4 = -1;
43
+ this.d2 = null;
44
+ this.d3 = null;
45
+ this.d7 = -1;
46
+ this.d6 = -1;
47
47
  this.ar.setRawStyleProperty("vertical-align", "middle");
48
- this.d1 = a.createElement("div");
49
- this.dz = a.createElement("span");
50
- this.dz.setRawStyleProperty("display", "inline-block");
51
- this.dz.setRawStyleProperty("width", "40%");
52
- this.dz.setRawStyleProperty("white-space", "nowrap");
53
- this.dz.setRawStyleProperty("text-overflow", "ellipsis");
54
- this.dz.setRawStyleProperty("vertical-align", "middle");
55
- this.dz.setRawStyleProperty("overflow", "hidden");
56
- this.d1.append(this.dz);
57
- this.d0 = a.createElement("span");
58
- this.d0.setRawStyleProperty("display", "inline-block");
59
- this.d0.setRawStyleProperty("width", "60%");
60
- this.d0.setRawStyleProperty("text-align", "right");
61
- this.d0.setRawStyleProperty("white-space", "nowrap");
62
- this.d0.setRawStyleProperty("text-overflow", "ellipsis");
63
- this.d0.setRawStyleProperty("vertical-align", "middle");
64
- this.d0.setRawStyleProperty("overflow", "hidden");
65
- this.d1.append(this.d0);
66
- this.ar.append(this.d1);
48
+ this.d3 = a.createElement("div");
49
+ this.d1 = a.createElement("span");
50
+ this.d1.setRawStyleProperty("display", "inline-block");
51
+ this.d1.setRawStyleProperty("width", "40%");
52
+ this.d1.setRawStyleProperty("white-space", "nowrap");
53
+ this.d1.setRawStyleProperty("text-overflow", "ellipsis");
54
+ this.d1.setRawStyleProperty("vertical-align", "middle");
55
+ this.d1.setRawStyleProperty("overflow", "hidden");
56
+ this.d3.append(this.d1);
57
+ this.d2 = a.createElement("span");
58
+ this.d2.setRawStyleProperty("display", "inline-block");
59
+ this.d2.setRawStyleProperty("width", "60%");
60
+ this.d2.setRawStyleProperty("text-align", "right");
61
+ this.d2.setRawStyleProperty("white-space", "nowrap");
62
+ this.d2.setRawStyleProperty("text-overflow", "ellipsis");
63
+ this.d2.setRawStyleProperty("vertical-align", "middle");
64
+ this.d2.setRawStyleProperty("overflow", "hidden");
65
+ this.d3.append(this.d2);
66
+ this.ar.append(this.d3);
67
67
  }
68
68
  get_ae() {
69
69
  return false;
70
70
  }
71
- cl(a, b, c) {
72
- super.cl(a, b, c);
71
+ cn(a, b, c) {
72
+ super.cn(a, b, c);
73
73
  if (a == "Indent" || a == "IsCollapsable") {
74
- this.d1.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
74
+ this.d3.setRawStyleProperty("margin-left", this.be + this.bg + this.bf + "px");
75
75
  }
76
76
  }
77
77
  }
@@ -20,25 +20,25 @@ let SummaryCellPresenter = /*@__PURE__*/ (() => {
20
20
  super.b(a);
21
21
  let b = a;
22
22
  if (a.a7) {
23
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d2, this.a);
24
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d3, this.a);
23
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d4, this.a);
24
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d5, this.a);
25
25
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
26
- if (b.oh != null) {
27
- this.d.c9(this.d.d2, b.oh);
26
+ if (b.ok != null) {
27
+ this.d.db(this.d.d4, b.ok);
28
28
  }
29
- if (b.oj != null) {
30
- this.d.c9(this.d.d3, b.oj);
29
+ if (b.om != null) {
30
+ this.d.db(this.d.d5, b.om);
31
31
  }
32
32
  }
33
33
  if (a.bb("SummaryLabelTextColor")) {
34
- this.d.d2.setRawStyleProperty("color", b.oo._fill);
34
+ this.d.d4.setRawStyleProperty("color", b.or._fill);
35
35
  }
36
36
  if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
37
- let c = b.oa;
37
+ let c = b.od;
38
38
  if (c == null) {
39
39
  c = FontUtil.getDefaultFont(this.a.am);
40
40
  }
41
- this.d.d2.setRawStyleProperty("font", c.fontString);
41
+ this.d.d4.setRawStyleProperty("font", c.fontString);
42
42
  }
43
43
  }
44
44
  }
@@ -10,35 +10,35 @@ import { runOn, markType } from "igniteui-webcomponents-core";
10
10
  import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
11
11
  let TemplateCell = /*@__PURE__*/ (() => {
12
12
  class TemplateCell extends GridCellBase {
13
- get d0() {
14
- return this.dz;
13
+ get d2() {
14
+ return this.d1;
15
15
  }
16
16
  constructor(a) {
17
17
  super(a);
18
- this.dz = null;
19
- this.dz = new TemplateCellContainer(a);
20
- this.dz.element.setRawStyleProperty("box-sizing", "border-box");
21
- this.ar.append(this.dz.element);
22
- this.ar.listen("keydown", runOn(this, this.d1));
18
+ this.d1 = null;
19
+ this.d1 = new TemplateCellContainer(a);
20
+ this.d1.element.setRawStyleProperty("box-sizing", "border-box");
21
+ this.ar.append(this.d1.element);
22
+ this.ar.listen("keydown", runOn(this, this.d3));
23
23
  }
24
24
  get_ae() {
25
25
  return true;
26
26
  }
27
- cl(a, b, c) {
28
- super.cl(a, b, c);
27
+ cn(a, b, c) {
28
+ super.cn(a, b, c);
29
29
  if (a == "Indent" || a == "IsCollapsable") {
30
- this.dz.element.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
30
+ this.d1.element.setRawStyleProperty("margin-left", this.be + this.bg + this.bf + "px");
31
31
  }
32
32
  }
33
- ca() {
34
- let a = this.dz.element.getNativeElement();
33
+ cc() {
34
+ let a = this.d1.element.getNativeElement();
35
35
  if (a.contains(document.activeElement)) {
36
36
  return;
37
37
  }
38
- super.ca();
38
+ super.cc();
39
39
  }
40
- d1(a) {
41
- let b = this.dz.element.getNativeElement();
40
+ d3(a) {
41
+ let b = this.d1.element.getNativeElement();
42
42
  if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
43
43
  let c = BaseDOMEventProxy.c4(a);
44
44
  if (c == 14 || c == 16) {
@@ -20,13 +20,13 @@ let TemplateCellPresenter = /*@__PURE__*/ (() => {
20
20
  b(a) {
21
21
  super.b(a);
22
22
  let b = a;
23
- let c = this.d.actualColumns._inner[a.l.a5];
24
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
25
- let d = Math.min(1, Math.max(0, a.c7));
26
- let e = a.cs * (1 - d);
27
- this.e.d0.element.setRawStyleProperty("opacity", e.toString());
23
+ let c = this.d.actualColumns._inner[a.l.a6];
24
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
25
+ let d = Math.min(1, Math.max(0, a.da));
26
+ let e = a.cv * (1 - d);
27
+ this.e.d2.element.setRawStyleProperty("opacity", e.toString());
28
28
  }
29
- c.sf(a, this.e.d0);
29
+ c.s1(a, this.e.d2);
30
30
  }
31
31
  }
32
32
  TemplateCellPresenter.$t = /*@__PURE__*/ markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
@@ -17,19 +17,19 @@ let TemplateHeader = /*@__PURE__*/ (() => {
17
17
  n(a) {
18
18
  return new TemplateHeaderCellModel();
19
19
  }
20
- d4(a, b, c) {
21
- let d = "template-header-" + a.a5.toString();
20
+ d5(a, b, c) {
21
+ let d = "template-header-" + a.a6.toString();
22
22
  return d;
23
23
  }
24
- eq(a, b, c, d) {
25
- super.eq(a, b, c, d);
24
+ er(a, b, c, d) {
25
+ super.er(a, b, c, d);
26
26
  let e = a;
27
27
  let f = b.ci(a.l);
28
- e.ob = f.mm;
29
- e.n = f.hv;
30
- e.oe = f.jx;
28
+ e.oe = f.mq;
29
+ e.n = f.hw;
30
+ e.oh = f.jy;
31
31
  }
32
- hu(a, b) {
32
+ hv(a, b) {
33
33
  if (this.cellUpdating != null) {
34
34
  this.cellUpdating(this, ((() => {
35
35
  let $ret = new TemplateHeaderCellUpdatingEventArgs();
@@ -9,14 +9,14 @@ import { TemplateCellContainer } from "./TemplateCellContainer";
9
9
  import { markType } from "igniteui-webcomponents-core";
10
10
  let TemplateHeaderCell = /*@__PURE__*/ (() => {
11
11
  class TemplateHeaderCell extends GridCellBase {
12
- get d0() {
13
- return this.dz;
12
+ get d2() {
13
+ return this.d1;
14
14
  }
15
15
  constructor(a) {
16
16
  super(a);
17
- this.dz = null;
18
- this.dz = new TemplateCellContainer(a);
19
- this.ar.append(this.dz.element);
17
+ this.d1 = null;
18
+ this.d1 = new TemplateCellContainer(a);
19
+ this.ar.append(this.d1.element);
20
20
  }
21
21
  get_ac() {
22
22
  return true;
@@ -12,35 +12,35 @@ let TemplateHeaderCellModel = /*@__PURE__*/ (() => {
12
12
  class TemplateHeaderCellModel extends TemplateCellModel {
13
13
  constructor() {
14
14
  super(...arguments);
15
- this.od = false;
15
+ this.og = false;
16
16
  }
17
- get oe() {
18
- return this.od;
17
+ get oh() {
18
+ return this.og;
19
19
  }
20
- set oe(a) {
21
- let b = this.od;
22
- this.od = a;
23
- if (this.od != b) {
24
- this.mk("IsFilterUIVisible", TemplateHeaderCellModel.of, b, this.od);
20
+ set oh(a) {
21
+ let b = this.og;
22
+ this.og = a;
23
+ if (this.og != b) {
24
+ this.mn("IsFilterUIVisible", TemplateHeaderCellModel.oi, b, this.og);
25
25
  }
26
26
  }
27
- mt(a, b) {
28
- super.mt(a, b);
27
+ mw(a, b) {
28
+ super.mw(a, b);
29
29
  if (a == "IsFilterUIVisible") {
30
- this.oe = b;
30
+ this.oh = b;
31
31
  }
32
32
  }
33
- l5(a) {
33
+ l8(a) {
34
34
  switch (a) {
35
35
  case "IsFilterUIVisible": return Boolean_$type;
36
36
  }
37
- return super.l5(a);
37
+ return super.l8(a);
38
38
  }
39
- ih(a) {
39
+ ik(a) {
40
40
  if (a == "IsFilterUIVisible") {
41
- return this.oe;
41
+ return this.oh;
42
42
  }
43
- return super.ih(a);
43
+ return super.ik(a);
44
44
  }
45
45
  b(a) {
46
46
  if (a == null) {
@@ -48,12 +48,12 @@ let TemplateHeaderCellModel = /*@__PURE__*/ (() => {
48
48
  }
49
49
  a = super.b(a);
50
50
  let b = a;
51
- b.ae = this.ob;
51
+ b.ae = this.oe;
52
52
  return b;
53
53
  }
54
54
  }
55
55
  TemplateHeaderCellModel.$t = /*@__PURE__*/ markType(TemplateHeaderCellModel, 'TemplateHeaderCellModel', TemplateCellModel.$);
56
- TemplateHeaderCellModel.of = /*@__PURE__*/ CellModel.f9("IsFilterUIVisible");
56
+ TemplateHeaderCellModel.oi = /*@__PURE__*/ CellModel.gc("IsFilterUIVisible");
57
57
  return TemplateHeaderCellModel;
58
58
  })();
59
59
  export { TemplateHeaderCellModel };
@@ -19,15 +19,15 @@ let TemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
19
19
  }
20
20
  b(a) {
21
21
  super.b(a);
22
- let b = this.d.actualColumns._inner[a.l.a5];
22
+ let b = this.d.actualColumns._inner[a.l.a6];
23
23
  let c = b.header;
24
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
25
- let d = Math.min(1, Math.max(0, a.c7));
26
- let e = a.cs * (1 - d);
27
- this.e.d0.element.setRawStyleProperty("opacity", e.toString());
24
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
25
+ let d = Math.min(1, Math.max(0, a.da));
26
+ let e = a.cv * (1 - d);
27
+ this.e.d2.element.setRawStyleProperty("opacity", e.toString());
28
28
  }
29
29
  let f = a;
30
- c.hu(f, this.e.d0);
30
+ c.hv(f, this.e.d2);
31
31
  }
32
32
  }
33
33
  TemplateHeaderCellPresenter.$t = /*@__PURE__*/ markType(TemplateHeaderCellPresenter, 'TemplateHeaderCellPresenter', CellPresenterBase.$);
@@ -14,13 +14,13 @@ let TemplateSectionHeader = /*@__PURE__*/ (() => {
14
14
  super(...arguments);
15
15
  this.cellUpdating = null;
16
16
  }
17
- d4(a, b, c) {
17
+ d5(a, b, c) {
18
18
  return "templateSectionHeader";
19
19
  }
20
20
  n(a) {
21
21
  return new TemplateSectionHeaderCellModel();
22
22
  }
23
- ic(a, b) {
23
+ ie(a, b) {
24
24
  if (this.cellUpdating != null) {
25
25
  this.cellUpdating(this, ((() => {
26
26
  let $ret = new TemplateSectionHeaderCellUpdatingEventArgs();
@@ -8,53 +8,54 @@ import { GridCellBase } from "./GridCellBase";
8
8
  import { markType } from "igniteui-webcomponents-core";
9
9
  let TextCell = /*@__PURE__*/ (() => {
10
10
  class TextCell extends GridCellBase {
11
- get d0() {
12
- return this.dz;
11
+ get d2() {
12
+ return this.d1;
13
13
  }
14
- dd(a, b) {
15
- super.dd(a, b);
16
- let c = Math.max(0, a - b - (this.bd + this.bf + this.be));
17
- if (this.d2 != c) {
18
- this.d2 = c;
19
- this.dz.setRawStyleProperty("max-width", c.toString() + "px");
14
+ df(a, b) {
15
+ super.df(a, b);
16
+ let c = Math.max(0, a - b - (this.be + this.bg + this.bf));
17
+ if (this.d4 != c) {
18
+ this.d4 = c;
19
+ this.d1.setRawStyleProperty("max-width", c.toString() + "px");
20
20
  }
21
21
  }
22
- c2(a, b) {
23
- super.c2(a, b);
22
+ c4(a, b) {
23
+ super.c4(a, b);
24
+ this.d1.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
24
25
  let c = Math.max(0, a - b);
25
- if (this.d1 != c) {
26
- this.d1 = c;
27
- this.dz.setRawStyleProperty("max-height", c.toString() + "px");
26
+ if (this.d3 != c) {
27
+ this.d3 = c;
28
+ this.d1.setRawStyleProperty("max-height", c.toString() + "px");
28
29
  }
29
30
  }
30
31
  constructor(a) {
31
32
  super(a);
32
- this.dz = null;
33
- this.d2 = -1;
34
- this.d1 = -1;
33
+ this.d1 = null;
34
+ this.d4 = -1;
35
+ this.d3 = -1;
35
36
  this.ar.setRawStyleProperty("text-align", "left");
36
37
  this.ar.setRawStyleProperty("vertical-align", "middle");
37
- this.dz = a.createElement("span");
38
- this.dz.setRawStyleProperty("display", "inline-block");
39
- this.dz.setRawStyleProperty("overflow", "hidden");
40
- this.dz.setRawStyleProperty("white-space", "nowrap");
41
- this.dz.setRawStyleProperty("text-overflow", "ellipsis");
42
- this.dc(this.dz, 1);
43
- this.ar.append(this.dz);
38
+ this.d1 = a.createElement("span");
39
+ this.d1.setRawStyleProperty("display", "inline-block");
40
+ this.d1.setRawStyleProperty("overflow", "hidden");
41
+ this.d1.setRawStyleProperty("white-space", "nowrap");
42
+ this.d1.setRawStyleProperty("text-overflow", "ellipsis");
43
+ this.de(this.d1, 1);
44
+ this.ar.append(this.d1);
44
45
  }
45
- c1(a, b) {
46
- super.c1(a, b);
47
- if (a == this.dz) {
48
- this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
46
+ c3(a, b) {
47
+ super.c3(a, b);
48
+ if (a == this.d1) {
49
+ this.d1.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
49
50
  }
50
51
  }
51
52
  get_ae() {
52
53
  return true;
53
54
  }
54
- cl(a, b, c) {
55
- super.cl(a, b, c);
55
+ cn(a, b, c) {
56
+ super.cn(a, b, c);
56
57
  if (a == "Indent" || a == "IsCollapsable") {
57
- this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
58
+ this.d1.setRawStyleProperty("margin-left", this.be + this.bg + this.bf + "px");
58
59
  }
59
60
  }
60
61
  }
@@ -20,26 +20,26 @@ let TextCellPresenter = /*@__PURE__*/ (() => {
20
20
  super.b(a);
21
21
  let b = a;
22
22
  if (a.a7) {
23
- if (a.bc(TextCellModel.n9) || a.bc(TextCellModel.h5) || a.bc(TextCellModel.gz)) {
24
- b.k1 = this.e(b);
25
- this.d.c9(this.d.d0, b.k1);
23
+ if (a.bc(TextCellModel.oc) || a.bc(TextCellModel.h8) || a.bc(TextCellModel.g2)) {
24
+ b.k4 = this.e(b);
25
+ this.d.db(this.d.d2, b.k4);
26
26
  }
27
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
27
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d2, this.a);
28
28
  }
29
29
  }
30
30
  e(a) {
31
- if (a.ly != null) {
32
- return a.ly;
31
+ if (a.l1 != null) {
32
+ return a.l1;
33
33
  }
34
- if (a.ob != null) {
35
- return a.ob;
34
+ if (a.oe != null) {
35
+ return a.oe;
36
36
  }
37
37
  else {
38
- if (a.ii == null) {
38
+ if (a.il == null) {
39
39
  return "";
40
40
  }
41
41
  else {
42
- return a.ii.toString();
42
+ return a.il.toString();
43
43
  }
44
44
  }
45
45
  }