igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-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 +289 -289
  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/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -381,7 +381,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
381
381
  if (d.iD == a) {
382
382
  d.isSelected = b;
383
383
  if (this.e != null) {
384
- this.e.dw(c, d, d);
384
+ this.e.dy(c, d, d);
385
385
  }
386
386
  break;
387
387
  }
@@ -393,7 +393,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
393
393
  c.label = b;
394
394
  this.q.add(c);
395
395
  if (this.e != null) {
396
- this.e.dt(this.q.count - 1, c);
396
+ this.e.dv(this.q.count - 1, c);
397
397
  }
398
398
  this.c.onItemInserted();
399
399
  }
@@ -403,7 +403,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
403
403
  if (c.iD == a) {
404
404
  this.q.removeAt(b);
405
405
  if (this.e != null) {
406
- this.e.dv(b, c);
406
+ this.e.dx(b, c);
407
407
  }
408
408
  break;
409
409
  }
@@ -416,7 +416,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
416
416
  if (d.iD == a) {
417
417
  d.label = b;
418
418
  if (this.e != null) {
419
- this.e.dw(c, d, d);
419
+ this.e.dy(c, d, d);
420
420
  }
421
421
  break;
422
422
  }
@@ -14,103 +14,103 @@ export let ImageCell = /*@__PURE__*/ (() => {
14
14
  class ImageCell extends GridCellBase {
15
15
  constructor(a) {
16
16
  super(a);
17
- this.d5 = null;
18
- this.dz = 1;
19
- this.d0 = 3;
20
17
  this.d7 = null;
21
- this.d1 = false;
22
- this.d2 = 1;
23
- this.d4 = null;
24
- this.d5 = a.createElement("img");
25
- this.d5.listen("load", runOn(this, this.ea));
26
- this.d4 = a.createElement("div");
27
- this.d4.setRawStyleProperty("background-size", "contain");
28
- this.d4.setRawStyleProperty("background-repeat", "no-repeat");
29
- this.d4.setRawStyleProperty("background-position", "center");
30
- this.d4.setRawStyleProperty("width", "100%");
31
- this.d4.setRawStyleProperty("height", "100%");
18
+ this.d1 = 1;
19
+ this.d2 = 3;
20
+ this.d9 = null;
21
+ this.d3 = false;
22
+ this.d4 = 1;
23
+ this.d6 = null;
24
+ this.d7 = a.createElement("img");
25
+ this.d7.listen("load", runOn(this, this.ec));
26
+ this.d6 = a.createElement("div");
27
+ this.d6.setRawStyleProperty("background-size", "contain");
28
+ this.d6.setRawStyleProperty("background-repeat", "no-repeat");
29
+ this.d6.setRawStyleProperty("background-position", "center");
30
+ this.d6.setRawStyleProperty("width", "100%");
31
+ this.d6.setRawStyleProperty("height", "100%");
32
32
  this.ar.setRawStyleProperty("text-align", "left");
33
33
  this.ar.setRawStyleProperty("vertical-align", "middle");
34
- this.ar.append(this.d4);
34
+ this.ar.append(this.d6);
35
35
  }
36
- get d6() {
37
- return this.d5;
36
+ get d8() {
37
+ return this.d7;
38
38
  }
39
- get d3() {
40
- return this.d2;
39
+ get d5() {
40
+ return this.d4;
41
41
  }
42
- set d3(a) {
43
- this.d2 = a;
42
+ set d5(a) {
43
+ this.d4 = a;
44
44
  }
45
- ea(a) {
46
- this.d1 = false;
47
- if (!stringIsNullOrEmpty(this.d7)) {
48
- this.d4.setRawStyleProperty("opacity", "1");
49
- this.d4.setRawStyleProperty("background-image", "url(" + this.d7 + ")");
45
+ ec(a) {
46
+ this.d3 = false;
47
+ if (!stringIsNullOrEmpty(this.d9)) {
48
+ this.d6.setRawStyleProperty("opacity", "1");
49
+ this.d6.setRawStyleProperty("background-image", "url(" + this.d9 + ")");
50
50
  }
51
51
  }
52
- eb(a, b) {
53
- if (a == this.d7) {
52
+ ed(a, b) {
53
+ if (a == this.d9) {
54
54
  return;
55
55
  }
56
- this.d8();
57
- this.d4.setRawStyleProperty("opacity", "0");
56
+ this.ea();
57
+ this.d6.setRawStyleProperty("opacity", "0");
58
58
  if (a == null || a.length == 0) {
59
- this.d9(this.d5);
59
+ this.eb(this.d7);
60
60
  return;
61
61
  }
62
- if (Base.equalsStatic(a, this.d7)) {
62
+ if (Base.equalsStatic(a, this.d9)) {
63
63
  return;
64
64
  }
65
- this.ef(a, b);
66
- let img_ = this.d5.getNativeElement();
65
+ this.eh(a, b);
66
+ let img_ = this.d7.getNativeElement();
67
67
  if (img_ != null && (img_.complete)) {
68
- this.d1 = false;
69
- this.d5.setRawStyleProperty("opacity", "1");
70
- this.d4.setRawStyleProperty("background-image", "url(" + this.d7 + ")");
68
+ this.d3 = false;
69
+ this.d7.setRawStyleProperty("opacity", "1");
70
+ this.d6.setRawStyleProperty("background-image", "url(" + this.d9 + ")");
71
71
  }
72
72
  }
73
- d9(a) {
73
+ eb(a) {
74
74
  a.setAttribute("src", "");
75
- this.d4.setRawStyleProperty("background-image", "");
75
+ this.d6.setRawStyleProperty("background-image", "");
76
76
  }
77
- ee(a) {
77
+ eg(a) {
78
78
  switch (a) {
79
79
  case 1:
80
- this.d4.setRawStyleProperty("background-size", "100% 100%");
80
+ this.d6.setRawStyleProperty("background-size", "100% 100%");
81
81
  break;
82
82
  case 2:
83
- this.d4.setRawStyleProperty("background-size", "auto");
83
+ this.d6.setRawStyleProperty("background-size", "auto");
84
84
  break;
85
85
  case 0:
86
- this.d4.setRawStyleProperty("background-size", "contain");
86
+ this.d6.setRawStyleProperty("background-size", "contain");
87
87
  break;
88
88
  }
89
89
  }
90
- ef(a, b) {
91
- this.d1 = true;
92
- this.d7 = a;
93
- this.d6.setAttribute("src", a);
90
+ eh(a, b) {
91
+ this.d3 = true;
92
+ this.d9 = a;
93
+ this.d8.setAttribute("src", a);
94
94
  }
95
- d8() {
96
- if (this.d1) {
97
- this.d9(this.d5);
98
- this.d7 = "";
95
+ ea() {
96
+ if (this.d3) {
97
+ this.eb(this.d7);
98
+ this.d9 = "";
99
99
  }
100
100
  }
101
- ec(a) {
102
- this.dz = a;
101
+ ee(a) {
102
+ this.d1 = a;
103
103
  }
104
- ed(a) {
105
- this.d0 = a;
104
+ ef(a) {
105
+ this.d2 = a;
106
106
  }
107
107
  get_ae() {
108
108
  return true;
109
109
  }
110
- cl(a, b, c) {
111
- super.cl(a, b, c);
110
+ cn(a, b, c) {
111
+ super.cn(a, b, c);
112
112
  if (a == "Indent" || a == "IsCollapsable") {
113
- this.d4.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
113
+ this.d6.setRawStyleProperty("margin-left", this.be + this.bg + this.bf + "px");
114
114
  }
115
115
  }
116
116
  }
@@ -24,29 +24,29 @@ export let ImageCellPresenter = /*@__PURE__*/ (() => {
24
24
  super.b(a);
25
25
  let b = a;
26
26
  if (a.a7) {
27
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
28
- let c = Math.min(1, Math.max(0, a.c7));
29
- let d = a.cs * (1 - c);
30
- this.d.d3 = d;
27
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
28
+ let c = Math.min(1, Math.max(0, a.da));
29
+ let d = a.cv * (1 - c);
30
+ this.d.d5 = d;
31
31
  }
32
- if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
33
- this.e(b.oh, b.oa);
32
+ if (b.bc(ImageCellModel.og) || b.bc(ImageCellModel.oh)) {
33
+ this.e(b.ok, b.od);
34
34
  }
35
- if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
36
- this.f(b.oc, b.g, b.i);
35
+ if (b.bc(ImageCellModel.oi) || b.bc(ImageCellModel.gf) || b.bc(ImageCellModel.h9)) {
36
+ this.f(b.of, b.g, b.i);
37
37
  }
38
- if (b.bc(ImageCellModel.hn)) {
38
+ if (b.bc(ImageCellModel.hq)) {
39
39
  if (a.u == 1) {
40
- this.d.d8();
40
+ this.d.ea();
41
41
  }
42
42
  else if (a.u == 2) {
43
- this.e(b.oh, b.oa);
43
+ this.e(b.ok, b.od);
44
44
  }
45
45
  }
46
46
  }
47
47
  }
48
48
  f(a, b, c) {
49
- this.d.ee(a);
49
+ this.d.eg(a);
50
50
  }
51
51
  e(a, b) {
52
52
  let c = a.toLowerCase();
@@ -54,35 +54,35 @@ export let ImageCellPresenter = /*@__PURE__*/ (() => {
54
54
  b = 4;
55
55
  }
56
56
  if (stringStartsWith(c, "http") || b == 4) {
57
- this.d.eb(a, 4);
57
+ this.d.ed(a, 4);
58
58
  }
59
59
  if (stringStartsWith(c, "asset") || b == 2) {
60
60
  let d = a;
61
61
  if (stringStartsWith(c, "asset")) {
62
62
  d = a.substr(8);
63
63
  }
64
- this.d.eb(d, 2);
64
+ this.d.ed(d, 2);
65
65
  }
66
66
  if (stringStartsWith(c, "drawable") || b == 1) {
67
67
  let e = a;
68
68
  if (stringStartsWith(c, "drawable")) {
69
69
  e = a.substr(11);
70
70
  }
71
- this.d.eb(e, 1);
71
+ this.d.ed(e, 1);
72
72
  }
73
73
  if (stringStartsWith(c, "nativeresource") || b == 1) {
74
74
  let f = a;
75
75
  if (stringStartsWith(c, "nativeresource")) {
76
76
  f = a.substr(17);
77
77
  }
78
- this.d.eb(f, 1);
78
+ this.d.ed(f, 1);
79
79
  }
80
80
  if (stringStartsWith(c, "embeddedresource") || b == 3) {
81
81
  let g = a;
82
82
  if (stringStartsWith(c, "embeddedresource")) {
83
83
  g = a.substr(19);
84
84
  }
85
- this.d.eb(g, 3);
85
+ this.d.ed(g, 3);
86
86
  }
87
87
  }
88
88
  }
@@ -122,8 +122,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
122
122
  return;
123
123
  }
124
124
  this.p = false;
125
- if (b.g5 != a) {
126
- b.g5 = a;
125
+ if (b.g6 != a) {
126
+ b.g6 = a;
127
127
  this.p = true;
128
128
  }
129
129
  else {
@@ -142,9 +142,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
142
142
  this.co();
143
143
  let b = this.g.p();
144
144
  if (null != b) {
145
- let c = b.g5;
145
+ let c = b.g6;
146
146
  if (null != c) {
147
- b.g5 = null;
147
+ b.g6 = null;
148
148
  }
149
149
  }
150
150
  }
@@ -610,7 +610,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
610
610
  }
611
611
  this.w = true;
612
612
  if (stringIsNullOrEmpty(this.au)) {
613
- if (null != a.g5) {
613
+ if (null != a.g6) {
614
614
  this.aw(null);
615
615
  }
616
616
  else {
@@ -680,7 +680,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
680
680
  }
681
681
  let f = this.g;
682
682
  let g = this.g.p();
683
- e = g.nq();
683
+ e = g.nx();
684
684
  }
685
685
  d.d = e;
686
686
  d.b = a;
@@ -807,9 +807,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
807
807
  this.au = null;
808
808
  let a = this.g.p();
809
809
  if (null != a) {
810
- let b = a.g5;
810
+ let b = a.g6;
811
811
  if (null != b) {
812
- a.g5 = null;
812
+ a.g6 = null;
813
813
  }
814
814
  else {
815
815
  this.cw();
@@ -2403,7 +2403,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2403
2403
  return c._inner[0];
2404
2404
  }
2405
2405
  for (let d of fromEnum(c)) {
2406
- if (0 == StringComparer.b.compare(d.nl, a)) {
2406
+ if (0 == StringComparer.b.compare(d.ns, a)) {
2407
2407
  return d;
2408
2408
  }
2409
2409
  }
@@ -13,18 +13,18 @@ export let NumericCell = /*@__PURE__*/ (() => {
13
13
  class NumericCell extends TextCell {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.c3(this.d0, 2);
17
- this.dc(this.d0, 1);
16
+ this.c5(this.d2, 2);
17
+ this.de(this.d2, 1);
18
18
  }
19
- cl(a, b, c) {
20
- super.cl(a, b, c);
19
+ cn(a, b, c) {
20
+ super.cn(a, b, c);
21
21
  if (a == "Indent" || a == "IsCollapsable") {
22
- this.d0.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
22
+ this.d2.setRawStyleProperty("margin-left", this.be + this.bg + this.bf + "px");
23
23
  }
24
24
  }
25
- b9() {
26
- super.b9();
27
- this.di(2, 1);
25
+ cb() {
26
+ super.cb();
27
+ this.dk(2, 1);
28
28
  }
29
29
  }
30
30
  NumericCell.$t = markType(NumericCell, 'NumericCell', TextCell.$);
@@ -24,20 +24,20 @@ export let NumericCellPresenter = /*@__PURE__*/ (() => {
24
24
  super.b(a);
25
25
  let b = a;
26
26
  if (a.a7) {
27
- if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
28
- b.k1 = this.e(b);
29
- this.d.c9(this.d.d0, b.k1);
27
+ if (a.bc(NumericCellModel.o4) || a.bc(NumericCellModel.or) || a.bc(NumericCellModel.h8) || b.oj()) {
28
+ b.k4 = this.e(b);
29
+ this.d.db(this.d.d2, b.k4);
30
30
  }
31
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
31
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d2, this.a);
32
32
  }
33
33
  }
34
34
  e(a) {
35
- if (a.ly != null) {
36
- return a.ly;
35
+ if (a.l1 != null) {
36
+ return a.l1;
37
37
  }
38
- if (a.o7 != null) {
39
- let val_ = a.ok;
40
- let override_ = a.o7;
38
+ if (a.pa != null) {
39
+ let val_ = a.on;
40
+ let override_ = a.pa;
41
41
  return (override_.format(val_));
42
42
  }
43
43
  return NumericCellFormatter.c(a);
@@ -741,15 +741,15 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
741
741
  }
742
742
  else {
743
743
  let a = new TextColumn();
744
- a.lm = 10;
745
- a.ln = 5;
746
- a.nl = "PropertyPath";
744
+ a.ln = 10;
745
+ a.lo = 5;
746
+ a.ns = "PropertyPath";
747
747
  a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
748
748
  this.l.columns.add(a);
749
749
  let b = new TemplateColumn();
750
- b.nl = "ValueType";
751
- b.lm = 5;
750
+ b.ns = "ValueType";
752
751
  b.ln = 5;
752
+ b.lo = 5;
753
753
  b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
754
754
  b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
755
755
  b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
@@ -829,8 +829,8 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
829
829
  let r = this.cc(l);
830
830
  if (c.count <= g) {
831
831
  let s = new TextColumn();
832
- s.lm = 10;
833
- s.ln = 5;
832
+ s.ln = 10;
833
+ s.lo = 5;
834
834
  s.width = ((() => {
835
835
  let $ret = new ColumnWidth();
836
836
  $ret.c = false;
@@ -838,8 +838,8 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
838
838
  return $ret;
839
839
  })());
840
840
  s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dp));
841
- s.od = "PropertyName_" + k;
842
- s.nl = "PropertyName";
841
+ s.ok = "PropertyName_" + k;
842
+ s.ns = "PropertyName";
843
843
  c.add(s);
844
844
  this.au.item(s, c.count - 1);
845
845
  g++;
@@ -876,10 +876,10 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
876
876
  }
877
877
  if (c.count <= g) {
878
878
  let v = new TemplateColumn();
879
- v.od = "ValueType_" + k;
880
- v.nl = "ValueType";
881
- v.lm = 5;
879
+ v.ok = "ValueType_" + k;
880
+ v.ns = "ValueType";
882
881
  v.ln = 5;
882
+ v.lo = 5;
883
883
  v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cu));
884
884
  v.width = ((() => {
885
885
  let $ret = new ColumnWidth();
@@ -950,12 +950,12 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
950
950
  }
951
951
  cu(a, b) {
952
952
  let c = a;
953
- let d = this.s(c, b.cellInfo.fq, b.rowObject);
953
+ let d = this.s(c, b.cellInfo.ft, b.rowObject);
954
954
  b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.w : 0);
955
955
  }
956
956
  dp(a, b) {
957
957
  let c = a;
958
- let d = this.s(c, b.cellInfo.fq, b.rowObject);
958
+ let d = this.s(c, b.cellInfo.ft, b.rowObject);
959
959
  if (d == null) {
960
960
  b.resolvedValue = null;
961
961
  return;
@@ -1072,7 +1072,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
1072
1072
  }
1073
1073
  ct(a, b) {
1074
1074
  let c = a;
1075
- let d = this.s(c, b.cellInfo.fq, b.cellInfo.ij);
1075
+ let d = this.s(c, b.cellInfo.ft, b.cellInfo.im);
1076
1076
  let e = d != null ? d.w : 0;
1077
1077
  switch (e) {
1078
1078
  case 10:
@@ -1169,7 +1169,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
1169
1169
  if (c.t != 3) {
1170
1170
  c.t = 3;
1171
1171
  }
1172
- let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
1172
+ let e = this.s(a, b.cellInfo.ft, b.cellInfo.im);
1173
1173
  let f = c.inputs._inner[0];
1174
1174
  f.bh = e;
1175
1175
  f.cq = (e.ar != null ? e.ar.toString() : "");
@@ -1183,7 +1183,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
1183
1183
  if (c.s != 3) {
1184
1184
  c.s = 3;
1185
1185
  }
1186
- let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
1186
+ let e = this.s(a, b.cellInfo.ft, b.cellInfo.im);
1187
1187
  c.ee = e;
1188
1188
  let f = e.ar;
1189
1189
  if (typeof e.ar === 'number' || typeof e.ar === 'number') {
@@ -1200,7 +1200,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
1200
1200
  if (c.density != 3) {
1201
1201
  c.density = 3;
1202
1202
  }
1203
- let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
1203
+ let e = this.s(a, b.cellInfo.ft, b.cellInfo.im);
1204
1204
  if (c.dd != e) {
1205
1205
  if (!d) {
1206
1206
  c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(this, this.cq));
@@ -1464,7 +1464,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
1464
1464
  if (!c.y) {
1465
1465
  c.y = true;
1466
1466
  }
1467
- let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
1467
+ let e = this.s(a, b.cellInfo.ft, b.cellInfo.im);
1468
1468
  let f = e.ar;
1469
1469
  if (f == null) {
1470
1470
  f = false;
@@ -13,44 +13,54 @@ export let SectionHeaderCell = /*@__PURE__*/ (() => {
13
13
  class SectionHeaderCell extends GridCellBase {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.dz = null;
17
- this.dz = a.createElement("span");
18
- this.dz.setRawStyleProperty("display", "inline-block");
19
- this.dz.setRawStyleProperty("line-height", "normal");
20
- this.dz.setRawStyleProperty("vertical-align", "middle");
21
- this.dz.setRawStyleProperty("overflow", "hidden");
22
- this.dz.setRawStyleProperty("white-space", "nowrap");
23
- this.dz.setRawStyleProperty("text-overflow", "ellipsis");
16
+ this.d1 = null;
17
+ this.d3 = -1;
18
+ this.d1 = a.createElement("span");
19
+ this.d1.setRawStyleProperty("display", "inline-block");
20
+ this.d1.setRawStyleProperty("line-height", "normal");
21
+ this.d1.setRawStyleProperty("vertical-align", "middle");
22
+ this.d1.setRawStyleProperty("overflow", "hidden");
23
+ this.d1.setRawStyleProperty("white-space", "nowrap");
24
+ this.d1.setRawStyleProperty("text-overflow", "ellipsis");
24
25
  this.ar.setRawStyleProperty("text-align", "left");
25
26
  this.ar.setRawStyleProperty("vertical-align", "middle");
26
27
  this.ar.setRawStyleProperty("overflow", "hidden");
27
28
  this.ar.setRawStyleProperty("white-space", "nowrap");
28
29
  this.ar.setRawStyleProperty("text-overflow", "ellipsis");
29
- this.ar.append(this.dz);
30
+ this.ar.append(this.d1);
30
31
  }
31
- get d0() {
32
- return this.dz;
32
+ get d2() {
33
+ return this.d1;
33
34
  }
34
- c1(a, b) {
35
- super.c1(a, b);
36
- if (a == this.dz) {
37
- this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
35
+ c3(a, b) {
36
+ super.c3(a, b);
37
+ if (a == this.d1) {
38
+ this.d1.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
39
+ }
40
+ }
41
+ c4(a, b) {
42
+ super.c4(a, b);
43
+ this.d1.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
44
+ let c = Math.max(0, a - b);
45
+ if (this.d3 != c) {
46
+ this.d3 = c;
47
+ this.d1.setRawStyleProperty("max-height", c.toString() + "px");
38
48
  }
39
49
  }
40
50
  get_ae() {
41
51
  return true;
42
52
  }
43
- cl(a, b, c) {
44
- super.cl(a, b, c);
53
+ cn(a, b, c) {
54
+ super.cn(a, b, c);
45
55
  if (a == "Indent") {
46
- this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
56
+ this.d1.setRawStyleProperty("margin-left", this.be + this.bg + 10 + "px");
47
57
  }
48
58
  if (a == "IsCollapsable") {
49
59
  if (this.aa) {
50
- this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
60
+ this.d1.setRawStyleProperty("margin-left", this.be + this.bg + 10 + "px");
51
61
  }
52
62
  else {
53
- this.dz.setRawStyleProperty("margin-left", "0px");
63
+ this.d1.setRawStyleProperty("margin-left", "0px");
54
64
  }
55
65
  }
56
66
  }
@@ -23,26 +23,26 @@ export let SectionHeaderCellPresenter = /*@__PURE__*/ (() => {
23
23
  super.b(a);
24
24
  let b = a;
25
25
  if (a.a7) {
26
- if (a.bc(SectionHeaderCellModel.of) || a.bc(SectionHeaderCellModel.oh) || a.bc(SectionHeaderCellModel.og) || a.bc(SectionHeaderCellModel.oj)) {
27
- if (b.ob == null || (b.ob.length == 0 && b.op == null)) {
28
- if (b.ii == null) {
29
- b.k1 = "";
26
+ if (a.bc(SectionHeaderCellModel.oi) || a.bc(SectionHeaderCellModel.ok) || a.bc(SectionHeaderCellModel.oj) || a.bc(SectionHeaderCellModel.om)) {
27
+ if (b.oe == null || (b.oe.length == 0 && b.os == null)) {
28
+ if (b.il == null) {
29
+ b.k4 = "";
30
30
  }
31
31
  else {
32
- b.k1 = b.ii.toString();
32
+ b.k4 = b.il.toString();
33
33
  }
34
34
  }
35
35
  else {
36
- if (b.on != null && b.oe == 0) {
37
- b.k1 = b.op + "    " + b.on;
36
+ if (b.oq != null && b.oh == 0) {
37
+ b.k4 = b.os + "    " + b.oq;
38
38
  }
39
39
  else {
40
- b.k1 = b.op;
40
+ b.k4 = b.os;
41
41
  }
42
42
  }
43
- this.d.c9(this.d.d0, b.k1);
43
+ this.d.db(this.d.d2, b.k4);
44
44
  }
45
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
45
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d2, this.a);
46
46
  }
47
47
  }
48
48
  }