igniteui-angular-data-grids 20.0.0 → 20.0.1

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 (166) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3900 -3533
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +10 -6
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  7. package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
  14. package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
  16. package/esm2015/lib/CellPresenterBase.js +5 -5
  17. package/esm2015/lib/CheckboxListView_combined.js +479 -435
  18. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  19. package/esm2015/lib/ColumnFilterCondition_combined.js +2442 -2384
  20. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  21. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  22. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  23. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  24. package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +10 -6
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/FormatCellEventArgs.js +31 -0
  30. package/esm2015/lib/GridCellBase.js +1 -1
  31. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  32. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  33. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  34. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
  40. package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
  41. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  42. package/esm2015/lib/ImageCellPresenter.js +6 -6
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCellPresenter.js +9 -6
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +2 -2
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  52. package/esm2015/lib/TextCellPresenter.js +20 -15
  53. package/esm2015/lib/TextHeaderCell.js +6 -5
  54. package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
  55. package/esm2015/lib/igx-cell-info.js +58 -49
  56. package/esm2015/lib/igx-checkbox-list-component.js +58 -55
  57. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  58. package/esm2015/lib/igx-data-grid-column-component.js +121 -97
  59. package/esm2015/lib/igx-data-grid-sort-indicator-component.js +20 -12
  60. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  61. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  62. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  63. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  64. package/esm2015/lib/igx-format-cell-event-args.js +82 -0
  65. package/esm2015/lib/igx-image-cell-info.js +6 -6
  66. package/esm2015/lib/igx-image-column-component.js +10 -10
  67. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  68. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  69. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  70. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  71. package/esm2015/lib/igx-template-cell-info.js +2 -2
  72. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  73. package/esm2015/lib/igx-text-cell-info.js +2 -2
  74. package/esm2015/lib/igx-text-column-component.js +8 -8
  75. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  76. package/esm2015/public_api.js +2 -0
  77. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  78. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  79. package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
  80. package/esm5/lib/CanvasGridCellBase.js +1 -1
  81. package/esm5/lib/CanvasImageCellPresenter.js +6 -6
  82. package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
  83. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  84. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CanvasTextCellPresenter.js +20 -15
  88. package/esm5/lib/CanvasTextHeaderCell.js +4 -4
  89. package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CellPresenterBase.js +5 -5
  91. package/esm5/lib/CheckboxListView_combined.js +461 -413
  92. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  93. package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
  94. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  95. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  96. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  97. package/esm5/lib/ContentCellModelHelper.js +4 -4
  98. package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
  99. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  100. package/esm5/lib/DateTimeCellPresenter.js +10 -6
  101. package/esm5/lib/EditorCellPresenter.js +19 -19
  102. package/esm5/lib/FilterCellPresenter.js +11 -11
  103. package/esm5/lib/FormatCellEventArgs.js +37 -0
  104. package/esm5/lib/GridCellBase.js +1 -1
  105. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  106. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  108. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  109. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  112. package/esm5/lib/GridExternalWrapper.js +6 -6
  113. package/esm5/lib/GridFilterDialogView_combined.js +9 -4
  114. package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
  115. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  116. package/esm5/lib/ImageCellPresenter.js +6 -6
  117. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  118. package/esm5/lib/NumericCellPresenter.js +9 -6
  119. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  120. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  121. package/esm5/lib/SummaryCellPresenter.js +6 -6
  122. package/esm5/lib/TemplateCellPresenter.js +2 -2
  123. package/esm5/lib/TemplateHeader.js +2 -2
  124. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  125. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  126. package/esm5/lib/TextCellPresenter.js +20 -15
  127. package/esm5/lib/TextHeaderCell.js +6 -5
  128. package/esm5/lib/TextHeaderCellPresenter.js +16 -16
  129. package/esm5/lib/igx-cell-info.js +62 -49
  130. package/esm5/lib/igx-checkbox-list-component.js +62 -55
  131. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  132. package/esm5/lib/igx-data-grid-column-component.js +126 -97
  133. package/esm5/lib/igx-data-grid-sort-indicator-component.js +24 -12
  134. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  135. package/esm5/lib/igx-date-time-column-component.js +20 -20
  136. package/esm5/lib/igx-editor-cell-info.js +23 -23
  137. package/esm5/lib/igx-filter-cell-info.js +26 -26
  138. package/esm5/lib/igx-format-cell-event-args.js +112 -0
  139. package/esm5/lib/igx-image-cell-info.js +6 -6
  140. package/esm5/lib/igx-image-column-component.js +10 -10
  141. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  142. package/esm5/lib/igx-numeric-column-component.js +30 -30
  143. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  144. package/esm5/lib/igx-summary-cell-info.js +9 -9
  145. package/esm5/lib/igx-template-cell-info.js +2 -2
  146. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  147. package/esm5/lib/igx-text-cell-info.js +2 -2
  148. package/esm5/lib/igx-text-column-component.js +8 -8
  149. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  150. package/esm5/public_api.js +2 -0
  151. package/fesm2015/igniteui-angular-data-grids.js +3969 -3666
  152. package/fesm5/igniteui-angular-data-grids.js +3900 -3535
  153. package/lib/CanvasTextCellPresenter.d.ts +1 -0
  154. package/lib/CheckboxListView_combined.d.ts +127 -120
  155. package/lib/ColumnFilterCondition_combined.d.ts +643 -636
  156. package/lib/FormatCellEventArgs.d.ts +15 -0
  157. package/lib/GridSortIndicatorView_combined.d.ts +41 -38
  158. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  159. package/lib/TextCellPresenter.d.ts +1 -0
  160. package/lib/igx-cell-info.d.ts +5 -0
  161. package/lib/igx-checkbox-list-component.d.ts +2 -0
  162. package/lib/igx-data-grid-column-component.d.ts +10 -1
  163. package/lib/igx-data-grid-sort-indicator-component.d.ts +4 -1
  164. package/lib/igx-format-cell-event-args.d.ts +45 -0
  165. package/package.json +4 -5
  166. package/public_api.d.ts +2 -0
@@ -0,0 +1,112 @@
1
+ import { FormatCellEventArgs as FormatCellEventArgs_internal } from "./FormatCellEventArgs";
2
+ import { ensureBool } from "igniteui-angular-core";
3
+ var IgxFormatCellEventArgs = /** @class */ /*@__PURE__*/ (function () {
4
+ function IgxFormatCellEventArgs() {
5
+ this._implementation = this.createImplementation();
6
+ this._implementation.externalObject = this;
7
+ this.onImplementationCreated();
8
+ if (this._initializeAdapters) {
9
+ this._initializeAdapters();
10
+ }
11
+ }
12
+ IgxFormatCellEventArgs.prototype.createImplementation = function () {
13
+ return new FormatCellEventArgs_internal();
14
+ };
15
+ Object.defineProperty(IgxFormatCellEventArgs.prototype, "i", {
16
+ /**
17
+ * @hidden
18
+ */
19
+ get: function () {
20
+ return this._implementation;
21
+ },
22
+ enumerable: false,
23
+ configurable: true
24
+ });
25
+ IgxFormatCellEventArgs.prototype.onImplementationCreated = function () {
26
+ };
27
+ IgxFormatCellEventArgs.prototype._provideImplementation = function (i) {
28
+ this._implementation = i;
29
+ this._implementation.externalObject = this;
30
+ this.onImplementationCreated();
31
+ };
32
+ Object.defineProperty(IgxFormatCellEventArgs.prototype, "row", {
33
+ /**
34
+ * Gets the row index of the cell to format.
35
+ */
36
+ get: function () {
37
+ return this.i.c;
38
+ },
39
+ set: function (v) {
40
+ this.i.c = +v;
41
+ },
42
+ enumerable: false,
43
+ configurable: true
44
+ });
45
+ Object.defineProperty(IgxFormatCellEventArgs.prototype, "item", {
46
+ /**
47
+ * Gets the data item associated with the cell.
48
+ */
49
+ get: function () {
50
+ return this.i.item;
51
+ },
52
+ set: function (v) {
53
+ this.i.item = v;
54
+ },
55
+ enumerable: false,
56
+ configurable: true
57
+ });
58
+ Object.defineProperty(IgxFormatCellEventArgs.prototype, "value", {
59
+ /**
60
+ * Gets the value that is to be displayed in the cell.
61
+ */
62
+ get: function () {
63
+ return this.i.e;
64
+ },
65
+ set: function (v) {
66
+ this.i.e = v;
67
+ },
68
+ enumerable: false,
69
+ configurable: true
70
+ });
71
+ Object.defineProperty(IgxFormatCellEventArgs.prototype, "text", {
72
+ /**
73
+ * Sets the formatted text to display in the cell.
74
+ */
75
+ get: function () {
76
+ return this.i.f;
77
+ },
78
+ set: function (v) {
79
+ this.i.f = v;
80
+ },
81
+ enumerable: false,
82
+ configurable: true
83
+ });
84
+ Object.defineProperty(IgxFormatCellEventArgs.prototype, "isSummary", {
85
+ /**
86
+ * The cell is part of a summary row.
87
+ */
88
+ get: function () {
89
+ return this.i.b;
90
+ },
91
+ set: function (v) {
92
+ this.i.b = ensureBool(v);
93
+ },
94
+ enumerable: false,
95
+ configurable: true
96
+ });
97
+ Object.defineProperty(IgxFormatCellEventArgs.prototype, "isGroup", {
98
+ /**
99
+ * The cell is part of a grouping row.
100
+ */
101
+ get: function () {
102
+ return this.i.a;
103
+ },
104
+ set: function (v) {
105
+ this.i.a = ensureBool(v);
106
+ },
107
+ enumerable: false,
108
+ configurable: true
109
+ });
110
+ return IgxFormatCellEventArgs;
111
+ }());
112
+ export { IgxFormatCellEventArgs };
@@ -30,10 +30,10 @@ var IgxImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
30
30
  * Sets or gets the resource path to use to get the image for the cell.
31
31
  */
32
32
  get: function () {
33
- return this.i.mn;
33
+ return this.i.mr;
34
34
  },
35
35
  set: function (v) {
36
- this.i.mn = v;
36
+ this.i.mr = v;
37
37
  },
38
38
  enumerable: false,
39
39
  configurable: true
@@ -43,10 +43,10 @@ var IgxImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
43
43
  * Sets or gets the image stretching behavior for the image.
44
44
  */
45
45
  get: function () {
46
- return this.i.mi;
46
+ return this.i.mm;
47
47
  },
48
48
  set: function (v) {
49
- this.i.mi = ensureEnum(ImageStretchOptions_$type, v);
49
+ this.i.mm = ensureEnum(ImageStretchOptions_$type, v);
50
50
  },
51
51
  enumerable: false,
52
52
  configurable: true
@@ -56,10 +56,10 @@ var IgxImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
56
56
  * Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
57
57
  */
58
58
  get: function () {
59
- return this.i.mg;
59
+ return this.i.mk;
60
60
  },
61
61
  set: function (v) {
62
- this.i.mg = ensureEnum(ImageResourceType_$type, v);
62
+ this.i.mk = ensureEnum(ImageResourceType_$type, v);
63
63
  },
64
64
  enumerable: false,
65
65
  configurable: true
@@ -47,10 +47,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
47
47
  * Gets or sets the stretch option to use when rendering images
48
48
  */
49
49
  get: function () {
50
- return this.i.n7;
50
+ return this.i.n9;
51
51
  },
52
52
  set: function (v) {
53
- this.i.n7 = ensureEnum(ImageStretchOptions_$type, v);
53
+ this.i.n9 = ensureEnum(ImageStretchOptions_$type, v);
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,10 +60,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
60
60
  * Gets or sets the editor type used for editing cells in this column.
61
61
  */
62
62
  get: function () {
63
- return this.i.n3;
63
+ return this.i.n5;
64
64
  },
65
65
  set: function (v) {
66
- this.i.n3 = ensureEnum(EditorType_$type, v);
66
+ this.i.n5 = ensureEnum(EditorType_$type, v);
67
67
  },
68
68
  enumerable: false,
69
69
  configurable: true
@@ -73,10 +73,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73
73
  * Gets or sets the ComboBox data source.
74
74
  */
75
75
  get: function () {
76
- return this.i.n8;
76
+ return this.i.oa;
77
77
  },
78
78
  set: function (v) {
79
- this.i.n8 = v;
79
+ this.i.oa = v;
80
80
  },
81
81
  enumerable: false,
82
82
  configurable: true
@@ -86,10 +86,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
86
86
  * Gets or sets the ComboBox text field.
87
87
  */
88
88
  get: function () {
89
- return this.i.n9;
89
+ return this.i.ob;
90
90
  },
91
91
  set: function (v) {
92
- this.i.n9 = v;
92
+ this.i.ob = v;
93
93
  },
94
94
  enumerable: false,
95
95
  configurable: true
@@ -99,10 +99,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
99
99
  * Gets or sets the ComboBox value field.
100
100
  */
101
101
  get: function () {
102
- return this.i.oa;
102
+ return this.i.oc;
103
103
  },
104
104
  set: function (v) {
105
- this.i.oa = v;
105
+ this.i.oc = v;
106
106
  },
107
107
  enumerable: false,
108
108
  configurable: true
@@ -28,10 +28,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  * Sets or gets the numeric value to use for the cell.
29
29
  */
30
30
  get: function () {
31
- return this.i.mo;
31
+ return this.i.ms;
32
32
  },
33
33
  set: function (v) {
34
- this.i.mo = +v;
34
+ this.i.ms = +v;
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -41,10 +41,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  * Sets or gets whether there is a decimal numeric value to use for the cell.
42
42
  */
43
43
  get: function () {
44
- return this.i.mk;
44
+ return this.i.mo;
45
45
  },
46
46
  set: function (v) {
47
- this.i.mk = ensureBool(v);
47
+ this.i.mo = ensureBool(v);
48
48
  },
49
49
  enumerable: false,
50
50
  configurable: true
@@ -54,24 +54,24 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  * The format string to apply to the value
55
55
  */
56
56
  get: function () {
57
- return this.i.ni;
57
+ return this.i.nm;
58
58
  },
59
59
  set: function (v) {
60
- this.i.ni = v;
60
+ this.i.nm = v;
61
61
  },
62
62
  enumerable: false,
63
63
  configurable: true
64
64
  });
65
65
  Object.defineProperty(IgxNumericCellInfo.prototype, "formatSpecifiers", {
66
66
  get: function () {
67
- return this.i.mg;
67
+ return this.i.mk;
68
68
  },
69
69
  set: function (v) {
70
70
  if (v && !Array.isArray(v) && typeof (v) == "string") {
71
71
  var re = /\s*(?:,|\s|$)\s*/gm;
72
72
  v = v.split(re);
73
73
  }
74
- this.i.mg = v;
74
+ this.i.mk = v;
75
75
  },
76
76
  enumerable: false,
77
77
  configurable: true
@@ -81,10 +81,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
81
81
  * The format options to apply to the value
82
82
  */
83
83
  get: function () {
84
- return this.i.na;
84
+ return this.i.ne;
85
85
  },
86
86
  set: function (v) {
87
- this.i.na = v;
87
+ this.i.ne = v;
88
88
  },
89
89
  enumerable: false,
90
90
  configurable: true
@@ -94,10 +94,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
94
94
  * Sets or gets the text prepended to a negative numeric value
95
95
  */
96
96
  get: function () {
97
- return this.i.no;
97
+ return this.i.ns;
98
98
  },
99
99
  set: function (v) {
100
- this.i.no = v;
100
+ this.i.ns = v;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,10 +107,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
107
107
  * Sets or gets the text prepended to a positive numeric value
108
108
  */
109
109
  get: function () {
110
- return this.i.nt;
110
+ return this.i.nx;
111
111
  },
112
112
  set: function (v) {
113
- this.i.nt = v;
113
+ this.i.nx = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
@@ -120,10 +120,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
120
120
  * Sets or gets the text appended to a negative numeric value
121
121
  */
122
122
  get: function () {
123
- return this.i.nq;
123
+ return this.i.nu;
124
124
  },
125
125
  set: function (v) {
126
- this.i.nq = v;
126
+ this.i.nu = v;
127
127
  },
128
128
  enumerable: false,
129
129
  configurable: true
@@ -133,10 +133,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
133
133
  * Sets or gets the text appended to a positive numeric value
134
134
  */
135
135
  get: function () {
136
- return this.i.nv;
136
+ return this.i.nz;
137
137
  },
138
138
  set: function (v) {
139
- this.i.nv = v;
139
+ this.i.nz = v;
140
140
  },
141
141
  enumerable: false,
142
142
  configurable: true
@@ -146,10 +146,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
146
146
  * The maximum number of decimal places to display when formatting
147
147
  */
148
148
  get: function () {
149
- return this.i.mw;
149
+ return this.i.m0;
150
150
  },
151
151
  set: function (v) {
152
- this.i.mw = +v;
152
+ this.i.m0 = +v;
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,10 +159,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
159
159
  * The minimum number of decimal places to display when formatting
160
160
  */
161
161
  get: function () {
162
- return this.i.my;
162
+ return this.i.m2;
163
163
  },
164
164
  set: function (v) {
165
- this.i.my = +v;
165
+ this.i.m2 = +v;
166
166
  },
167
167
  enumerable: false,
168
168
  configurable: true
@@ -172,10 +172,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
172
172
  * The minimum number of integer digits to display when formatting
173
173
  */
174
174
  get: function () {
175
- return this.i.m0;
175
+ return this.i.m4;
176
176
  },
177
177
  set: function (v) {
178
- this.i.m0 = +v;
178
+ this.i.m4 = +v;
179
179
  },
180
180
  enumerable: false,
181
181
  configurable: true
@@ -185,10 +185,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
185
185
  * Sets or gets if the grouping separator is shown
186
186
  */
187
187
  get: function () {
188
- return this.i.mm;
188
+ return this.i.mq;
189
189
  },
190
190
  set: function (v) {
191
- this.i.mm = ensureBool(v);
191
+ this.i.mq = ensureBool(v);
192
192
  },
193
193
  enumerable: false,
194
194
  configurable: true
@@ -46,10 +46,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
46
46
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
47
47
  */
48
48
  get: function () {
49
- return this.i.oy;
49
+ return this.i.o0;
50
50
  },
51
51
  set: function (v) {
52
- this.i.oy = v;
52
+ this.i.o0 = v;
53
53
  },
54
54
  enumerable: false,
55
55
  configurable: true
@@ -59,10 +59,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
59
59
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
60
60
  */
61
61
  get: function () {
62
- return this.i.o2;
62
+ return this.i.o4;
63
63
  },
64
64
  set: function (v) {
65
- this.i.o2 = v;
65
+ this.i.o4 = v;
66
66
  },
67
67
  enumerable: false,
68
68
  configurable: true
@@ -72,10 +72,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72
72
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
73
73
  */
74
74
  get: function () {
75
- return this.i.o0;
75
+ return this.i.o2;
76
76
  },
77
77
  set: function (v) {
78
- this.i.o0 = v;
78
+ this.i.o2 = v;
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
@@ -85,10 +85,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
85
85
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
86
86
  */
87
87
  get: function () {
88
- return this.i.o4;
88
+ return this.i.o6;
89
89
  },
90
90
  set: function (v) {
91
- this.i.o4 = v;
91
+ this.i.o6 = v;
92
92
  },
93
93
  enumerable: false,
94
94
  configurable: true
@@ -98,10 +98,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
99
99
  */
100
100
  get: function () {
101
- return this.i.od;
101
+ return this.i.of;
102
102
  },
103
103
  set: function (v) {
104
- this.i.od = +v;
104
+ this.i.of = +v;
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -111,10 +111,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
111
111
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
112
112
  */
113
113
  get: function () {
114
- return this.i.oe;
114
+ return this.i.og;
115
115
  },
116
116
  set: function (v) {
117
- this.i.oe = +v;
117
+ this.i.og = +v;
118
118
  },
119
119
  enumerable: false,
120
120
  configurable: true
@@ -124,10 +124,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
124
124
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
125
125
  */
126
126
  get: function () {
127
- return this.i.of;
127
+ return this.i.oh;
128
128
  },
129
129
  set: function (v) {
130
- this.i.of = +v;
130
+ this.i.oh = +v;
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
@@ -137,10 +137,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
137
137
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
138
138
  */
139
139
  get: function () {
140
- return this.i.n8;
140
+ return this.i.oa;
141
141
  },
142
142
  set: function (v) {
143
- this.i.n8 = ensureBool(v);
143
+ this.i.oa = ensureBool(v);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
@@ -150,24 +150,24 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
150
150
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
151
151
  */
152
152
  get: function () {
153
- return this.i.ot;
153
+ return this.i.ov;
154
154
  },
155
155
  set: function (v) {
156
- this.i.ot = v;
156
+ this.i.ov = v;
157
157
  },
158
158
  enumerable: false,
159
159
  configurable: true
160
160
  });
161
161
  Object.defineProperty(IgxNumericColumnComponent.prototype, "formatSpecifiers", {
162
162
  get: function () {
163
- return this.i.n4;
163
+ return this.i.n6;
164
164
  },
165
165
  set: function (v) {
166
166
  if (v && !Array.isArray(v) && typeof (v) == "string") {
167
167
  var re = /\s*(?:,|\s|$)\s*/gm;
168
168
  v = v.split(re);
169
169
  }
170
- this.i.n4 = v;
170
+ this.i.n6 = v;
171
171
  },
172
172
  enumerable: false,
173
173
  configurable: true
@@ -177,10 +177,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
177
177
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
178
178
  */
179
179
  get: function () {
180
- return this.i.oi;
180
+ return this.i.ok;
181
181
  },
182
182
  set: function (v) {
183
- this.i.oi = v;
183
+ this.i.ok = v;
184
184
  },
185
185
  enumerable: false,
186
186
  configurable: true
@@ -190,10 +190,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
190
190
  * Gets or sets the editor type used for editing cells in this column.
191
191
  */
192
192
  get: function () {
193
- return this.i.n6;
193
+ return this.i.n8;
194
194
  },
195
195
  set: function (v) {
196
- this.i.n6 = ensureEnum(EditorType_$type, v);
196
+ this.i.n8 = ensureEnum(EditorType_$type, v);
197
197
  },
198
198
  enumerable: false,
199
199
  configurable: true
@@ -203,10 +203,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
203
203
  * Gets or sets the ComboBox data source.
204
204
  */
205
205
  get: function () {
206
- return this.i.oh;
206
+ return this.i.oj;
207
207
  },
208
208
  set: function (v) {
209
- this.i.oh = v;
209
+ this.i.oj = v;
210
210
  },
211
211
  enumerable: false,
212
212
  configurable: true
@@ -216,10 +216,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
216
216
  * Gets or sets the ComboBox text field.
217
217
  */
218
218
  get: function () {
219
- return this.i.oo;
219
+ return this.i.oq;
220
220
  },
221
221
  set: function (v) {
222
- this.i.oo = v;
222
+ this.i.oq = v;
223
223
  },
224
224
  enumerable: false,
225
225
  configurable: true
@@ -229,10 +229,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
229
229
  * Gets or sets the ComboBox value field.
230
230
  */
231
231
  get: function () {
232
- return this.i.op;
232
+ return this.i.or;
233
233
  },
234
234
  set: function (v) {
235
- this.i.op = v;
235
+ this.i.or = v;
236
236
  },
237
237
  enumerable: false,
238
238
  configurable: true
@@ -29,10 +29,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the resolved text for the section header cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.mv;
32
+ return this.i.mz;
33
33
  },
34
34
  set: function (v) {
35
- this.i.mv = v;
35
+ this.i.mz = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * Sets or gets the resolved summary text for the section header cell.
43
43
  */
44
44
  get: function () {
45
- return this.i.mt;
45
+ return this.i.mx;
46
46
  },
47
47
  set: function (v) {
48
- this.i.mt = v;
48
+ this.i.mx = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,10 +55,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
55
  * Sets or gets how summaries are displayed in the section header cell.
56
56
  */
57
57
  get: function () {
58
- return this.i.mk;
58
+ return this.i.mo;
59
59
  },
60
60
  set: function (v) {
61
- this.i.mk = ensureEnum(GroupSummaryDisplayMode_$type, v);
61
+ this.i.mo = ensureEnum(GroupSummaryDisplayMode_$type, v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
@@ -29,10 +29,10 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the resolved summary label for the summary cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.mn;
32
+ return this.i.mr;
33
33
  },
34
34
  set: function (v) {
35
- this.i.mn = v;
35
+ this.i.mr = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * Sets or gets the resolved summary value for the sumamry cell.
43
43
  */
44
44
  get: function () {
45
- return this.i.mp;
45
+ return this.i.mt;
46
46
  },
47
47
  set: function (v) {
48
- this.i.mp = v;
48
+ this.i.mt = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,25 +55,25 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
55
  * Gets or sets the color of the text for the summary label in the cell.
56
56
  */
57
57
  get: function () {
58
- return brushToString(this.i.mu);
58
+ return brushToString(this.i.my);
59
59
  },
60
60
  set: function (v) {
61
- this.i.mu = stringToBrush(v);
61
+ this.i.my = stringToBrush(v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
65
65
  });
66
66
  Object.defineProperty(IgxSummaryCellInfo.prototype, "font", {
67
67
  get: function () {
68
- if (this.i.mg == null) {
68
+ if (this.i.mk == null) {
69
69
  return null;
70
70
  }
71
- return this.i.mg.fontString;
71
+ return this.i.mk.fontString;
72
72
  },
73
73
  set: function (v) {
74
74
  var fi = new FontInfo();
75
75
  fi.fontString = v;
76
- this.i.mg = fi;
76
+ this.i.mk = fi;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true
@@ -27,10 +27,10 @@ var IgxTemplateCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  * Sets or gets the value to provide to the template.
28
28
  */
29
29
  get: function () {
30
- return this.i.mh;
30
+ return this.i.ml;
31
31
  },
32
32
  set: function (v) {
33
- this.i.mh = v;
33
+ this.i.ml = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true