igniteui-webcomponents-grids 3.2.3 → 3.2.4

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 (188) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +10236 -9350
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BaseEditorView.js +5 -0
  4. package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
  7. package/esm2015/lib/CanvasGridCellBase.js +305 -289
  8. package/esm2015/lib/CanvasImageCell.js +29 -29
  9. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  10. package/esm2015/lib/CanvasNumericCell.js +2 -2
  11. package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  13. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasSummaryCell.js +51 -51
  15. package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
  16. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  17. package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
  18. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  19. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  20. package/esm2015/lib/CanvasTextCell.js +3 -3
  21. package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
  22. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  23. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  24. package/esm2015/lib/CellPresenterBase.js +1 -1
  25. package/esm2015/lib/CheckboxListView_combined.js +341 -306
  26. package/esm2015/lib/ColumnChooserView_combined.js +22 -22
  27. package/esm2015/lib/ColumnFilterCondition_combined.js +7498 -7180
  28. package/esm2015/lib/ColumnGroupDescription.js +22 -0
  29. package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
  30. package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
  31. package/esm2015/lib/ColumnPinningView_combined.js +22 -22
  32. package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
  33. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
  34. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  35. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  36. package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
  37. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  38. package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
  39. package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
  40. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
  41. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
  42. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  43. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
  44. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  45. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  46. package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
  47. package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
  48. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  49. package/esm2015/lib/GridExternalWrapper.js +18 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  51. package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
  53. package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
  54. package/esm2015/lib/NumericCellPresenter.js +1 -1
  55. package/esm2015/lib/PropertyEditorView_combined.js +40 -40
  56. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  57. package/esm2015/lib/TemplateHeader.js +8 -8
  58. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  59. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  60. package/esm2015/lib/TextEditorView.js +28 -10
  61. package/esm2015/lib/VerticalSeparatorCell.js +46 -8
  62. package/esm2015/lib/VisualModelExport.js +120 -100
  63. package/esm2015/lib/igc-checkbox-list-component.js +74 -54
  64. package/esm2015/lib/igc-column-component.js +164 -164
  65. package/esm2015/lib/igc-column-group-description-collection.js +13 -3
  66. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  67. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  68. package/esm2015/lib/igc-column-sort-description-collection.js +13 -3
  69. package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
  70. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  71. package/esm2015/lib/igc-data-grid-component.js +699 -593
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-definition-base-component.js +50 -50
  74. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  75. package/esm2015/lib/igc-header-component.js +24 -24
  76. package/esm2015/lib/igc-image-column-component.js +12 -12
  77. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  78. package/esm2015/lib/igc-section-header-component.js +24 -24
  79. package/esm2015/lib/igc-summary-row-component.js +24 -24
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm5/lib/BaseEditorView.js +5 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +10 -10
  83. package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
  85. package/esm5/lib/CanvasGridCellBase.js +304 -288
  86. package/esm5/lib/CanvasImageCell.js +28 -28
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCell.js +2 -2
  89. package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  91. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasSummaryCell.js +51 -51
  93. package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
  94. package/esm5/lib/CanvasTemplateCell.js +7 -7
  95. package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  98. package/esm5/lib/CanvasTextCell.js +3 -3
  99. package/esm5/lib/CanvasTextCellPresenter.js +2 -2
  100. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  101. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  102. package/esm5/lib/CellPresenterBase.js +1 -1
  103. package/esm5/lib/CheckboxListView_combined.js +339 -296
  104. package/esm5/lib/ColumnChooserView_combined.js +22 -22
  105. package/esm5/lib/ColumnFilterCondition_combined.js +7319 -6934
  106. package/esm5/lib/ColumnGroupDescription.js +22 -0
  107. package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
  108. package/esm5/lib/ColumnGroupingView_combined.js +25 -25
  109. package/esm5/lib/ColumnPinningView_combined.js +22 -22
  110. package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
  111. package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
  112. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  113. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  114. package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
  115. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  116. package/esm5/lib/DataGridToolbarView_combined.js +17 -17
  117. package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
  118. package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
  119. package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
  120. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  121. package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
  122. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  123. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  124. package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
  125. package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
  126. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  127. package/esm5/lib/GridExternalWrapper.js +18 -6
  128. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  129. package/esm5/lib/ISummaryChooserView_combined.js +13 -13
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
  131. package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
  132. package/esm5/lib/NumericCellPresenter.js +1 -1
  133. package/esm5/lib/PropertyEditorView_combined.js +40 -40
  134. package/esm5/lib/TemplateCellPresenter.js +1 -1
  135. package/esm5/lib/TemplateHeader.js +8 -8
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  137. package/esm5/lib/TemplateSectionHeader.js +2 -2
  138. package/esm5/lib/TextEditorView.js +28 -10
  139. package/esm5/lib/VerticalSeparatorCell.js +46 -8
  140. package/esm5/lib/VisualModelExport.js +120 -100
  141. package/esm5/lib/igc-checkbox-list-component.js +82 -54
  142. package/esm5/lib/igc-column-component.js +164 -164
  143. package/esm5/lib/igc-column-group-description-collection.js +17 -3
  144. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  145. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  146. package/esm5/lib/igc-column-sort-description-collection.js +17 -3
  147. package/esm5/lib/igc-column-summary-description-collection.js +17 -3
  148. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  149. package/esm5/lib/igc-data-grid-component.js +743 -601
  150. package/esm5/lib/igc-date-time-column-component.js +23 -23
  151. package/esm5/lib/igc-definition-base-component.js +50 -50
  152. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  153. package/esm5/lib/igc-header-component.js +24 -24
  154. package/esm5/lib/igc-image-column-component.js +12 -12
  155. package/esm5/lib/igc-numeric-column-component.js +35 -35
  156. package/esm5/lib/igc-section-header-component.js +24 -24
  157. package/esm5/lib/igc-summary-row-component.js +24 -24
  158. package/esm5/lib/igc-text-column-component.js +9 -9
  159. package/fesm2015/igniteui-webcomponents-grids.js +10276 -9534
  160. package/fesm5/igniteui-webcomponents-grids.js +10237 -9351
  161. package/lib/CanvasGridCellBase.d.ts +95 -93
  162. package/lib/CanvasImageCell.d.ts +11 -11
  163. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  164. package/lib/CanvasSummaryCell.d.ts +15 -15
  165. package/lib/CanvasTemplateCell.d.ts +4 -4
  166. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  167. package/lib/CanvasTextCell.d.ts +1 -1
  168. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  169. package/lib/CheckboxListView_combined.d.ts +74 -69
  170. package/lib/ColumnFilterCondition_combined.d.ts +1299 -1258
  171. package/lib/ColumnGroupDescription.d.ts +1 -0
  172. package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
  173. package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
  174. package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
  175. package/lib/DataGridCellLayoutPanel.d.ts +1 -0
  176. package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
  177. package/lib/GridExternalWrapper.d.ts +4 -0
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateSectionHeader.d.ts +2 -2
  180. package/lib/TextEditorView.d.ts +5 -3
  181. package/lib/VerticalSeparatorCell.d.ts +9 -0
  182. package/lib/VisualModelExport.d.ts +31 -26
  183. package/lib/igc-checkbox-list-component.d.ts +9 -0
  184. package/lib/igc-column-group-description-collection.d.ts +4 -0
  185. package/lib/igc-column-sort-description-collection.d.ts +4 -0
  186. package/lib/igc-column-summary-description-collection.d.ts +4 -0
  187. package/lib/igc-data-grid-component.d.ts +30 -2
  188. package/package.json +4 -4
@@ -13,51 +13,51 @@ export let CanvasImageCell = /*@__PURE__*/ (() => {
13
13
  class CanvasImageCell extends CanvasGridCellBase {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.c5 = 1;
17
- this.c6 = 3;
18
- this.da = null;
19
16
  this.c7 = 1;
20
- this.c9 = null;
21
- this.c9 = a.createElement("img");
17
+ this.c8 = 3;
18
+ this.dc = null;
19
+ this.c9 = 1;
20
+ this.db = null;
21
+ this.db = a.createElement("img");
22
22
  }
23
- get c8() {
24
- return this.c7;
23
+ get da() {
24
+ return this.c9;
25
25
  }
26
- set c8(a) {
27
- this.c7 = a;
26
+ set da(a) {
27
+ this.c9 = a;
28
28
  }
29
- dd(a, b) {
30
- this.db();
31
- this.c9.setRawStyleProperty("opacity", "0");
29
+ df(a, b) {
30
+ this.dd();
31
+ this.db.setRawStyleProperty("opacity", "0");
32
32
  if (a == null || a.length == 0) {
33
- this.dc(this.c9);
33
+ this.de(this.db);
34
34
  return;
35
35
  }
36
- if (Base.equalsStatic(a, this.da)) {
36
+ if (Base.equalsStatic(a, this.dc)) {
37
37
  return;
38
38
  }
39
- this.dg(a, b);
39
+ this.di(a, b);
40
40
  }
41
- dc(a) {
41
+ de(a) {
42
42
  a.setAttribute("src", "");
43
43
  }
44
- dg(a, b) {
45
- this.da = a;
46
- this.c9.setAttribute("src", a);
44
+ di(a, b) {
45
+ this.dc = a;
46
+ this.db.setAttribute("src", a);
47
47
  }
48
- db() {
49
- this.dc(this.c9);
50
- this.da = "";
48
+ dd() {
49
+ this.de(this.db);
50
+ this.dc = "";
51
51
  }
52
- de(a) {
53
- this.z = true;
54
- this.c5 = a;
52
+ dg(a) {
53
+ this.aa = true;
54
+ this.c7 = a;
55
55
  }
56
- df(a) {
57
- this.z = true;
58
- this.c6 = a;
56
+ dh(a) {
57
+ this.aa = true;
58
+ this.c8 = a;
59
59
  }
60
- get_ab() {
60
+ get_ac() {
61
61
  return true;
62
62
  }
63
63
  }
@@ -27,7 +27,7 @@ export let CanvasImageCellPresenter = /*@__PURE__*/ (() => {
27
27
  if (a.a3(CellModel.es) || a.a3(CellModel.gt)) {
28
28
  let c = Math.min(1, Math.max(0, a.ck));
29
29
  let d = a.ca * (1 - c);
30
- this.d.c8 = d;
30
+ this.d.da = d;
31
31
  }
32
32
  if (b.a3(ImageCellModel.ln) || b.a3(ImageCellModel.lo)) {
33
33
  this.e(b.lr, b.lk);
@@ -37,7 +37,7 @@ export let CanvasImageCellPresenter = /*@__PURE__*/ (() => {
37
37
  }
38
38
  if (b.a3(ImageCellModel.gn)) {
39
39
  if (a.u == 1) {
40
- this.d.db();
40
+ this.d.dd();
41
41
  }
42
42
  else if (a.u == 2) {
43
43
  this.e(b.lr, b.lk);
@@ -53,35 +53,35 @@ export let CanvasImageCellPresenter = /*@__PURE__*/ (() => {
53
53
  b = 4;
54
54
  }
55
55
  if (stringStartsWith(c, "http") || b == 4) {
56
- this.d.dd(a, 4);
56
+ this.d.df(a, 4);
57
57
  }
58
58
  if (stringStartsWith(c, "asset") || b == 2) {
59
59
  let d = a;
60
60
  if (stringStartsWith(c, "asset")) {
61
61
  d = a.substr(8);
62
62
  }
63
- this.d.dd(d, 2);
63
+ this.d.df(d, 2);
64
64
  }
65
65
  if (stringStartsWith(c, "drawable") || b == 1) {
66
66
  let e = a;
67
67
  if (stringStartsWith(c, "drawable")) {
68
68
  e = a.substr(11);
69
69
  }
70
- this.d.dd(e, 1);
70
+ this.d.df(e, 1);
71
71
  }
72
72
  if (stringStartsWith(c, "nativeresource") || b == 1) {
73
73
  let f = a;
74
74
  if (stringStartsWith(c, "nativeresource")) {
75
75
  f = a.substr(17);
76
76
  }
77
- this.d.dd(f, 1);
77
+ this.d.df(f, 1);
78
78
  }
79
79
  if (stringStartsWith(c, "embeddedresource") || b == 3) {
80
80
  let g = a;
81
81
  if (stringStartsWith(c, "embeddedresource")) {
82
82
  g = a.substr(19);
83
83
  }
84
- this.d.dd(g, 3);
84
+ this.d.df(g, 3);
85
85
  }
86
86
  }
87
87
  }
@@ -13,8 +13,8 @@ export let CanvasNumericCell = /*@__PURE__*/ (() => {
13
13
  class CanvasNumericCell extends CanvasTextCell {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.cg(2);
17
- this.co(1);
16
+ this.ci(2);
17
+ this.cq(1);
18
18
  }
19
19
  }
20
20
  CanvasNumericCell.$t = /*@__PURE__*/ markType(CanvasNumericCell, 'CanvasNumericCell', CanvasTextCell.$);
@@ -26,9 +26,9 @@ export let CanvasNumericCellPresenter = /*@__PURE__*/ (() => {
26
26
  if (a.ay) {
27
27
  if (a.a3(NumericCellModel.l8) || b.lp()) {
28
28
  b.jb = this.e(b);
29
- this.d.cm(b.jb);
29
+ this.d.co(b.jb);
30
30
  }
31
- CanvasContentCellModelHelper.a(this.a.bm, b, this.a);
31
+ CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
32
32
  }
33
33
  }
34
34
  e(a) {
@@ -37,7 +37,7 @@ export let CanvasNumericCellPresenter = /*@__PURE__*/ (() => {
37
37
  let override_ = a.me;
38
38
  return (override_.format(val_));
39
39
  }
40
- return NumericCellFormatter.b(a);
40
+ return NumericCellFormatter.c(a);
41
41
  }
42
42
  }
43
43
  CanvasNumericCellPresenter.$t = /*@__PURE__*/ markType(CanvasNumericCellPresenter, 'CanvasNumericCellPresenter', CanvasCellPresenterBase.$);
@@ -13,10 +13,10 @@ export let CanvasSectionHeaderCell = /*@__PURE__*/ (() => {
13
13
  class CanvasSectionHeaderCell extends CanvasGridCellBase {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.cg(0);
17
- this.co(1);
16
+ this.ci(0);
17
+ this.cq(1);
18
18
  }
19
- get_ab() {
19
+ get_ac() {
20
20
  return true;
21
21
  }
22
22
  }
@@ -40,9 +40,9 @@ export let CanvasSectionHeaderCellPresenter = /*@__PURE__*/ (() => {
40
40
  b.jb = b.lz;
41
41
  }
42
42
  }
43
- this.d.cm(b.jb);
43
+ this.d.co(b.jb);
44
44
  }
45
- CanvasContentCellModelHelper.a(this.a.bm, b, this.a);
45
+ CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
46
46
  }
47
47
  }
48
48
  }
@@ -17,79 +17,79 @@ export let CanvasSummaryCell = /*@__PURE__*/ (() => {
17
17
  class CanvasSummaryCell extends CanvasGridCellBase {
18
18
  constructor(a) {
19
19
  super(a);
20
- this.dd = null;
21
- this.di = new TextBlock();
22
- this.c9 = 0;
23
- this.da = 0;
24
- this.c8 = 0;
25
- this.c5 = null;
26
- this.dc = 0;
27
- this.c6 = false;
28
- this.c7 = true;
20
+ this.df = null;
21
+ this.dk = new TextBlock();
29
22
  this.db = 0;
30
- this.cg(2);
23
+ this.dc = 0;
24
+ this.da = 0;
25
+ this.c7 = null;
26
+ this.de = 0;
27
+ this.c8 = false;
28
+ this.c9 = true;
29
+ this.dd = 0;
30
+ this.ci(2);
31
31
  }
32
- cp(a) {
33
- super.cp(a);
34
- this.bg = intDivide(a, 2);
35
- this.c7 = true;
32
+ cr(a) {
33
+ super.cr(a);
34
+ this.bh = intDivide(a, 2);
35
+ this.c9 = true;
36
36
  }
37
- dg(a) {
38
- this.c5 = a;
39
- this.c6 = true;
40
- this.z = true;
41
- this.c7 = true;
37
+ di(a) {
38
+ this.c7 = a;
39
+ this.c8 = true;
40
+ this.aa = true;
41
+ this.c9 = true;
42
42
  }
43
- de(a) {
44
- this.dd = a;
45
- this.di.al = this.dd;
46
- this.z = true;
47
- this.c7 = true;
43
+ dg(a) {
44
+ this.df = a;
45
+ this.dk.al = this.df;
46
+ this.aa = true;
47
+ this.c9 = true;
48
48
  }
49
- df(a) {
50
- this.z = true;
51
- this.di.ao = ((() => {
49
+ dh(a) {
50
+ this.aa = true;
51
+ this.dk.ao = ((() => {
52
52
  let $ret = new Brush();
53
53
  $ret.color = a;
54
54
  return $ret;
55
55
  })());
56
56
  }
57
- dh(a) {
58
- if (this.di.al == null) {
57
+ dj(a) {
58
+ if (this.dk.al == null) {
59
59
  return;
60
60
  }
61
61
  if (a == null) {
62
62
  return;
63
63
  }
64
- if (this.c6 || (this.c5 != null && this.c5.g != this.dc)) {
65
- this.c6 = false;
66
- this.dc = this.c5.g;
67
- a.ac(this.c5);
68
- this.c8 = FontUtil.getCurrentFontHeight(this.bm, this.c5);
64
+ if (this.c8 || (this.c7 != null && this.c7.g != this.de)) {
65
+ this.c8 = false;
66
+ this.de = this.c7.g;
67
+ a.ac(this.c7);
68
+ this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
69
69
  }
70
- let b = this.bk;
71
- let c = this.a9;
72
- b -= (this.a6 + this.bb + this.a7 + this.bc);
73
- c -= (this.a8 + this.bd + this.a5 + this.ba);
70
+ let b = this.bl;
71
+ let c = this.ba;
72
+ b -= (this.a7 + this.bc + this.a8 + this.bd);
73
+ c -= (this.a9 + this.be + this.a6 + this.bb);
74
74
  b = Math.max(b, 0);
75
75
  c = Math.max(c, 0);
76
- this.db = this.bj(this.di, this.dd, b / 2, a);
77
- this.c9 = this.bb + this.a6;
78
- this.da = this.bd + this.a8 + ((c / 2) - (this.c8 / 2));
76
+ this.dd = this.bk(this.dk, this.df, b / 2, a);
77
+ this.db = this.bc + this.a7;
78
+ this.dc = this.be + this.a9 + ((c / 2) - (this.da / 2));
79
79
  }
80
- b7(a) {
81
- if (this.di.al != null) {
82
- if (this.c7) {
83
- this.dh(a);
84
- this.c7 = false;
80
+ b9(a) {
81
+ if (this.dk.al != null) {
82
+ if (this.c9) {
83
+ this.dj(a);
84
+ this.c9 = false;
85
85
  }
86
- this.di.n = this.c9;
87
- this.di.o = this.da;
88
- a.w(this.di);
86
+ this.dk.n = this.db;
87
+ this.dk.o = this.dc;
88
+ a.w(this.dk);
89
89
  }
90
- super.b7(a);
90
+ super.b9(a);
91
91
  }
92
- get_ab() {
92
+ get_ac() {
93
93
  return false;
94
94
  }
95
95
  }
@@ -23,17 +23,17 @@ export let CanvasSummaryCellPresenter = /*@__PURE__*/ (() => {
23
23
  let b = a;
24
24
  if (a.ay) {
25
25
  if (a.a2("ResolvedSummaryLabel") || a.a2("ResolvedSummaryValue")) {
26
- this.d.de(b.lr);
27
- this.d.cm(b.lt);
26
+ this.d.dg(b.lr);
27
+ this.d.co(b.lt);
28
28
  }
29
29
  if (a.a2("SummaryLabelTextColor")) {
30
30
  let c = CanvasContentCellModelHelper.e(b.ly);
31
- this.d.df(c);
31
+ this.d.dh(c);
32
32
  }
33
33
  if (a.a2("FontInfo")) {
34
- this.d.dg(b.ag);
34
+ this.d.di(b.ag);
35
35
  }
36
- CanvasContentCellModelHelper.a(this.a.bm, b, this.a);
36
+ CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
37
37
  }
38
38
  }
39
39
  }
@@ -14,17 +14,17 @@ export let CanvasTemplateCell = /*@__PURE__*/ (() => {
14
14
  class CanvasTemplateCell extends CanvasGridCellBase {
15
15
  constructor(a) {
16
16
  super(a);
17
- this.c5 = null;
18
- this.c5 = new CanvasTemplateCellContainer(a);
17
+ this.c7 = null;
18
+ this.c7 = new CanvasTemplateCellContainer(a);
19
19
  }
20
- get c6() {
21
- return this.c5;
20
+ get c8() {
21
+ return this.c7;
22
22
  }
23
- get_ab() {
23
+ get_ac() {
24
24
  return true;
25
25
  }
26
- c7() {
27
- this.b3();
26
+ c9() {
27
+ this.b5();
28
28
  }
29
29
  }
30
30
  CanvasTemplateCell.$t = /*@__PURE__*/ markType(CanvasTemplateCell, 'CanvasTemplateCell', CanvasGridCellBase.$);
@@ -27,10 +27,10 @@ export let CanvasTemplateCellPresenter = /*@__PURE__*/ (() => {
27
27
  if (a.a3(CellModel.es) || a.a3(CellModel.gt)) {
28
28
  let d = Math.min(1, Math.max(0, a.ck));
29
29
  let e = a.ca * (1 - d);
30
- this.e.c6.opacity = e;
30
+ this.e.c8.opacity = e;
31
31
  }
32
- this.e.c7();
33
- c.ll(a, this.e);
32
+ this.e.c9();
33
+ c.lm(a, this.e);
34
34
  }
35
35
  }
36
36
  CanvasTemplateCellPresenter.$t = /*@__PURE__*/ markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
@@ -14,17 +14,17 @@ export let CanvasTemplateHeaderCell = /*@__PURE__*/ (() => {
14
14
  class CanvasTemplateHeaderCell extends CanvasGridCellBase {
15
15
  constructor(a) {
16
16
  super(a);
17
- this.c5 = null;
18
- this.c5 = new CanvasTemplateCellContainer(a);
17
+ this.c7 = null;
18
+ this.c7 = new CanvasTemplateCellContainer(a);
19
19
  }
20
- get c6() {
21
- return this.c5;
20
+ get c8() {
21
+ return this.c7;
22
22
  }
23
- get_aa() {
23
+ get_ab() {
24
24
  return true;
25
25
  }
26
- c7() {
27
- this.b3();
26
+ c9() {
27
+ this.b5();
28
28
  }
29
29
  }
30
30
  CanvasTemplateHeaderCell.$t = /*@__PURE__*/ markType(CanvasTemplateHeaderCell, 'CanvasTemplateHeaderCell', CanvasGridCellBase.$);
@@ -29,8 +29,8 @@ export let CanvasTemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
29
29
  let e = a.ca * (1 - d);
30
30
  }
31
31
  let f = a;
32
- this.e.c7();
33
- c.fd(f, this.e);
32
+ this.e.c9();
33
+ c.fe(f, this.e);
34
34
  }
35
35
  }
36
36
  CanvasTemplateHeaderCellPresenter.$t = /*@__PURE__*/ markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
@@ -13,10 +13,10 @@ export let CanvasTextCell = /*@__PURE__*/ (() => {
13
13
  class CanvasTextCell extends CanvasGridCellBase {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.cg(0);
17
- this.co(1);
16
+ this.ci(0);
17
+ this.cq(1);
18
18
  }
19
- get_ab() {
19
+ get_ac() {
20
20
  return true;
21
21
  }
22
22
  }
@@ -36,9 +36,9 @@ export let CanvasTextCellPresenter = /*@__PURE__*/ (() => {
36
36
  b.jb = b.g3.toString();
37
37
  }
38
38
  }
39
- this.d.cm(b.jb);
39
+ this.d.co(b.jb);
40
40
  }
41
- CanvasContentCellModelHelper.a(this.a.bm, b, this.a);
41
+ CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
42
42
  }
43
43
  }
44
44
  }
@@ -14,41 +14,41 @@ export let CanvasTextHeaderCell = /*@__PURE__*/ (() => {
14
14
  class CanvasTextHeaderCell extends CanvasGridCellBase {
15
15
  constructor(a) {
16
16
  super(a);
17
- this.c5 = null;
18
- this.c8 = null;
19
17
  this.c7 = null;
20
- this.cg(0);
21
- this.co(1);
22
- this.c5 = new GridSortIndicator();
18
+ this.da = null;
19
+ this.c9 = null;
20
+ this.ci(0);
21
+ this.cq(1);
22
+ this.c7 = new GridSortIndicator();
23
23
  let b = a.createElement("div");
24
24
  b.setRawStyleProperty("display", "inline-block");
25
25
  b.setRawStyleProperty("width", "16px");
26
26
  b.setRawStyleProperty("height", "16px");
27
- this.c8 = b;
28
- let c = a.getSubRenderer(this.c8);
29
- this.c5.ax(c);
30
- this.c5.w = window.devicePixelRatio;
31
- let d = this.c5;
32
- d.renderCompleted = delegateCombine(d.renderCompleted, (d, e) => this.b5());
33
- this.c5.ar(16, 16);
34
- this.c7 = this.c5.ad();
27
+ this.da = b;
28
+ let c = a.getSubRenderer(this.da);
29
+ this.c7.ax(c);
30
+ this.c7.w = window.devicePixelRatio;
31
+ let d = this.c7;
32
+ d.renderCompleted = delegateCombine(d.renderCompleted, (d, e) => this.b7());
33
+ this.c7.ar(16, 16);
34
+ this.c9 = this.c7.ad();
35
35
  }
36
- get c6() {
37
- return this.c5;
36
+ get c8() {
37
+ return this.c7;
38
38
  }
39
- c9(a) {
40
- this.c6.b = a;
41
- this.b5();
39
+ db(a) {
40
+ this.c8.b = a;
41
+ this.b7();
42
42
  }
43
- b7(a) {
44
- super.b7(a);
45
- let b = this.bh + 5;
43
+ b9(a) {
44
+ super.b9(a);
45
+ let b = this.bi + 5;
46
46
  if (this.d == 2) {
47
- b = this.bf - 21;
47
+ b = this.bg - 21;
48
48
  }
49
- a.m(this.c7, 1, b, this.bi - 8, 16, 16);
49
+ a.m(this.c9, 1, b, this.bj - 8, 16, 16);
50
50
  }
51
- get_aa() {
51
+ get_ab() {
52
52
  return true;
53
53
  }
54
54
  }
@@ -32,35 +32,35 @@ export let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
32
32
  if (a.ay) {
33
33
  if (a.a3(TextCellModel.lj)) {
34
34
  b.jb = b.ll;
35
- this.d.cm(b.jb);
35
+ this.d.co(b.jb);
36
36
  }
37
37
  if (a.a3(CellModel.gl)) {
38
38
  if (a.bk) {
39
- this.d.c6.l = false;
39
+ this.d.c8.l = false;
40
40
  }
41
41
  if (this.e == null) {
42
42
  let c = a.p;
43
- this.e = () => c.wf();
43
+ this.e = () => c.xc();
44
44
  }
45
- this.d.c9(a.n);
46
- this.d.ck(runOn(this, this.f));
45
+ this.d.db(a.n);
46
+ this.d.cm(runOn(this, this.f));
47
47
  if (a.bk) {
48
- this.d.c6.l = true;
48
+ this.d.c8.l = true;
49
49
  }
50
50
  }
51
51
  if (a.a3(CellModel.gm)) {
52
52
  if (a.bk) {
53
- this.d.c6.l = false;
53
+ this.d.c8.l = false;
54
54
  }
55
- this.d.c6.a0 = a.le;
55
+ this.d.c8.a0 = a.le;
56
56
  if (a.bk) {
57
- this.d.c6.l = true;
57
+ this.d.c8.l = true;
58
58
  }
59
59
  }
60
60
  if (a.a2("SortIndicatorStyle")) {
61
- this.d.c6.f = b.ls;
61
+ this.d.c8.f = b.ls;
62
62
  }
63
- CanvasContentCellModelHelper.a(this.a.bm, b, this.a);
63
+ CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
64
64
  }
65
65
  }
66
66
  }
@@ -35,7 +35,7 @@ export let CellPresenterBase = /*@__PURE__*/ (() => {
35
35
  if (a.aw) {
36
36
  this.a.by(a.k1, a.dy, a.d3, a.d1, a.dw);
37
37
  if (a.a3(CellModel.du)) {
38
- if (!a.ba && a.p.ic && a.a7 && a.b7 == 1) {
38
+ if (!a.ba && a.p.iw && a.a7 && a.b7 == 1) {
39
39
  this.a.be();
40
40
  }
41
41
  }