igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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 (190) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +267 -267
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +63 -65
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -55,75 +55,75 @@ let IgcHeaderComponent = /*@__PURE__*/ (() => {
55
55
  * Gets or sets the color to use for the sort indicator icon
56
56
  */
57
57
  get sortIndicatorColor() {
58
- return brushToString(this.i.hr);
58
+ return brushToString(this.i.hp);
59
59
  }
60
60
  set sortIndicatorColor(v) {
61
- this.i.hr = stringToBrush(v);
62
- this._a("sortIndicatorColor", brushToString(this.i.hr));
61
+ this.i.hp = stringToBrush(v);
62
+ this._a("sortIndicatorColor", brushToString(this.i.hp));
63
63
  }
64
64
  /**
65
65
  * Gets the actual background color that is used for the cells when they are selected
66
66
  */
67
67
  get actualSortIndicatorColor() {
68
- return brushToString(this.i.hp);
68
+ return brushToString(this.i.hn);
69
69
  }
70
70
  set actualSortIndicatorColor(v) {
71
- this.i.hp = stringToBrush(v);
72
- this._a("actualSortIndicatorColor", brushToString(this.i.hp));
71
+ this.i.hn = stringToBrush(v);
72
+ this._a("actualSortIndicatorColor", brushToString(this.i.hn));
73
73
  }
74
74
  get sortIndicatorStyle() {
75
- return this.i.g4;
75
+ return this.i.g2;
76
76
  }
77
77
  set sortIndicatorStyle(v) {
78
- this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
79
- this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g4));
78
+ this.i.g2 = ensureEnum(SortIndicatorStyle_$type, v);
79
+ this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g2));
80
80
  }
81
81
  get actualSortIndicatorStyle() {
82
- return this.i.g3;
82
+ return this.i.g1;
83
83
  }
84
84
  set actualSortIndicatorStyle(v) {
85
- this.i.g3 = ensureEnum(SortIndicatorStyle_$type, v);
86
- this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g3));
85
+ this.i.g1 = ensureEnum(SortIndicatorStyle_$type, v);
86
+ this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g1));
87
87
  }
88
88
  /**
89
89
  * Gets or sets the amount of left padding to use for the cell content.
90
90
  */
91
91
  get paddingLeft() {
92
- return this.i.ha;
92
+ return this.i.g8;
93
93
  }
94
94
  set paddingLeft(v) {
95
- this.i.ha = +v;
96
- this._a("paddingLeft", this.i.ha);
95
+ this.i.g8 = +v;
96
+ this._a("paddingLeft", this.i.g8);
97
97
  }
98
98
  /**
99
99
  * Gets or sets the amount of top padding to use for the cell content.
100
100
  */
101
101
  get paddingTop() {
102
- return this.i.hc;
102
+ return this.i.ha;
103
103
  }
104
104
  set paddingTop(v) {
105
- this.i.hc = +v;
106
- this._a("paddingTop", this.i.hc);
105
+ this.i.ha = +v;
106
+ this._a("paddingTop", this.i.ha);
107
107
  }
108
108
  /**
109
109
  * Gets or sets the amount of right padding to use for the cell content.
110
110
  */
111
111
  get paddingRight() {
112
- return this.i.hb;
112
+ return this.i.g9;
113
113
  }
114
114
  set paddingRight(v) {
115
- this.i.hb = +v;
116
- this._a("paddingRight", this.i.hb);
115
+ this.i.g9 = +v;
116
+ this._a("paddingRight", this.i.g9);
117
117
  }
118
118
  /**
119
119
  * Gets or sets the amount of bottom padding to use for the cell content.
120
120
  */
121
121
  get paddingBottom() {
122
- return this.i.g9;
122
+ return this.i.g7;
123
123
  }
124
124
  set paddingBottom(v) {
125
- this.i.g9 = +v;
126
- this._a("paddingBottom", this.i.g9);
125
+ this.i.g7 = +v;
126
+ this._a("paddingBottom", this.i.g7);
127
127
  }
128
128
  }
129
129
  IgcHeaderComponent._observedAttributesIgcHeaderComponent = null;
@@ -67,48 +67,48 @@ let IgcImageColumnComponent = /*@__PURE__*/ (() => {
67
67
  * Gets or sets the stretch option to use when rendering images
68
68
  */
69
69
  get imageStretchOption() {
70
- return this.i.qu;
70
+ return this.i.pd;
71
71
  }
72
72
  set imageStretchOption(v) {
73
- this.i.qu = ensureEnum(ImageStretchOptions_$type, v);
74
- this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.qu));
73
+ this.i.pd = ensureEnum(ImageStretchOptions_$type, v);
74
+ this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.pd));
75
75
  }
76
76
  /**
77
77
  * Gets or sets the editor type used for editing cells in this column.
78
78
  */
79
79
  get editorType() {
80
- return this.i.qq;
80
+ return this.i.o9;
81
81
  }
82
82
  set editorType(v) {
83
- this.i.qq = ensureEnum(EditorType_$type, v);
84
- this._a("editorType", enumToString(EditorType_$type, this.i.qq));
83
+ this.i.o9 = ensureEnum(EditorType_$type, v);
84
+ this._a("editorType", enumToString(EditorType_$type, this.i.o9));
85
85
  }
86
86
  /**
87
87
  * Gets or sets the ComboBox data source.
88
88
  */
89
89
  get editorDataSource() {
90
- return this.i.qv;
90
+ return this.i.pe;
91
91
  }
92
92
  set editorDataSource(v) {
93
- this.i.qv = v;
93
+ this.i.pe = v;
94
94
  }
95
95
  /**
96
96
  * Gets or sets the ComboBox text field.
97
97
  */
98
98
  get editorTextField() {
99
- return this.i.qw;
99
+ return this.i.pf;
100
100
  }
101
101
  set editorTextField(v) {
102
- this.i.qw = v;
102
+ this.i.pf = v;
103
103
  }
104
104
  /**
105
105
  * Gets or sets the ComboBox value field.
106
106
  */
107
107
  get editorValueField() {
108
- return this.i.qx;
108
+ return this.i.pg;
109
109
  }
110
110
  set editorValueField(v) {
111
- this.i.qx = v;
111
+ this.i.pg = v;
112
112
  }
113
113
  }
114
114
  IgcImageColumnComponent._observedAttributesIgcImageColumnComponent = null;
@@ -66,142 +66,142 @@ let IgcNumericColumnComponent = /*@__PURE__*/ (() => {
66
66
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
67
67
  */
68
68
  get negativePrefix() {
69
- return this.i.rl;
69
+ return this.i.p4;
70
70
  }
71
71
  set negativePrefix(v) {
72
- this.i.rl = v;
72
+ this.i.p4 = v;
73
73
  }
74
74
  /**
75
75
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
76
76
  */
77
77
  get positivePrefix() {
78
- return this.i.rp;
78
+ return this.i.p8;
79
79
  }
80
80
  set positivePrefix(v) {
81
- this.i.rp = v;
81
+ this.i.p8 = v;
82
82
  }
83
83
  /**
84
84
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
85
85
  */
86
86
  get negativeSuffix() {
87
- return this.i.rn;
87
+ return this.i.p6;
88
88
  }
89
89
  set negativeSuffix(v) {
90
- this.i.rn = v;
90
+ this.i.p6 = v;
91
91
  }
92
92
  /**
93
93
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
94
94
  */
95
95
  get positiveSuffix() {
96
- return this.i.rr;
96
+ return this.i.qa;
97
97
  }
98
98
  set positiveSuffix(v) {
99
- this.i.rr = v;
99
+ this.i.qa = v;
100
100
  }
101
101
  /**
102
102
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
103
103
  */
104
104
  get maxFractionDigits() {
105
- return this.i.q0;
105
+ return this.i.pj;
106
106
  }
107
107
  set maxFractionDigits(v) {
108
- this.i.q0 = +v;
109
- this._a("maxFractionDigits", this.i.q0);
108
+ this.i.pj = +v;
109
+ this._a("maxFractionDigits", this.i.pj);
110
110
  }
111
111
  /**
112
112
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
113
113
  */
114
114
  get minFractionDigits() {
115
- return this.i.q1;
115
+ return this.i.pk;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.q1 = +v;
119
- this._a("minFractionDigits", this.i.q1);
118
+ this.i.pk = +v;
119
+ this._a("minFractionDigits", this.i.pk);
120
120
  }
121
121
  /**
122
122
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
123
123
  */
124
124
  get minIntegerDigits() {
125
- return this.i.q2;
125
+ return this.i.pl;
126
126
  }
127
127
  set minIntegerDigits(v) {
128
- this.i.q2 = +v;
129
- this._a("minIntegerDigits", this.i.q2);
128
+ this.i.pl = +v;
129
+ this._a("minIntegerDigits", this.i.pl);
130
130
  }
131
131
  /**
132
132
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
133
133
  */
134
134
  get showGroupingSeparator() {
135
- return this.i.qv;
135
+ return this.i.pe;
136
136
  }
137
137
  set showGroupingSeparator(v) {
138
- this.i.qv = ensureBool(v);
139
- this._a("showGroupingSeparator", this.i.qv);
138
+ this.i.pe = ensureBool(v);
139
+ this._a("showGroupingSeparator", this.i.pe);
140
140
  }
141
141
  /**
142
142
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
143
143
  */
144
144
  get formatString() {
145
- return this.i.rg;
145
+ return this.i.pz;
146
146
  }
147
147
  set formatString(v) {
148
- this.i.rg = v;
148
+ this.i.pz = v;
149
149
  }
150
150
  get formatSpecifiers() {
151
- return this.i.qr;
151
+ return this.i.pa;
152
152
  }
153
153
  set formatSpecifiers(v) {
154
154
  if (v && !Array.isArray(v) && typeof (v) == "string") {
155
155
  const re = /\s*(?:,|\s|$)\s*/gm;
156
156
  v = v.split(re);
157
157
  }
158
- this.i.qr = v;
158
+ this.i.pa = v;
159
159
  }
160
160
  /**
161
161
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
162
162
  */
163
163
  get formatOverride() {
164
- return this.i.q5;
164
+ return this.i.po;
165
165
  }
166
166
  set formatOverride(v) {
167
- this.i.q5 = v;
167
+ this.i.po = v;
168
168
  }
169
169
  /**
170
170
  * Gets or sets the editor type used for editing cells in this column.
171
171
  */
172
172
  get editorType() {
173
- return this.i.qt;
173
+ return this.i.pc;
174
174
  }
175
175
  set editorType(v) {
176
- this.i.qt = ensureEnum(EditorType_$type, v);
177
- this._a("editorType", enumToString(EditorType_$type, this.i.qt));
176
+ this.i.pc = ensureEnum(EditorType_$type, v);
177
+ this._a("editorType", enumToString(EditorType_$type, this.i.pc));
178
178
  }
179
179
  /**
180
180
  * Gets or sets the ComboBox data source.
181
181
  */
182
182
  get editorDataSource() {
183
- return this.i.q4;
183
+ return this.i.pn;
184
184
  }
185
185
  set editorDataSource(v) {
186
- this.i.q4 = v;
186
+ this.i.pn = v;
187
187
  }
188
188
  /**
189
189
  * Gets or sets the ComboBox text field.
190
190
  */
191
191
  get editorTextField() {
192
- return this.i.rb;
192
+ return this.i.pu;
193
193
  }
194
194
  set editorTextField(v) {
195
- this.i.rb = v;
195
+ this.i.pu = v;
196
196
  }
197
197
  /**
198
198
  * Gets or sets the ComboBox value field.
199
199
  */
200
200
  get editorValueField() {
201
- return this.i.rc;
201
+ return this.i.pv;
202
202
  }
203
203
  set editorValueField(v) {
204
- this.i.rc = v;
204
+ this.i.pv = v;
205
205
  }
206
206
  findByName(name) {
207
207
  var baseResult = super.findByName(name);
@@ -63,72 +63,72 @@ let IgcSectionHeaderComponent = /*@__PURE__*/ (() => {
63
63
  }
64
64
  }
65
65
  get selectedBackground() {
66
- return brushToString(this.i.hv);
66
+ return brushToString(this.i.ht);
67
67
  }
68
68
  set selectedBackground(v) {
69
- this.i.hv = stringToBrush(v);
70
- this._a("selectedBackground", brushToString(this.i.hv));
69
+ this.i.ht = stringToBrush(v);
70
+ this._a("selectedBackground", brushToString(this.i.ht));
71
71
  }
72
72
  get actualSelectedBackground() {
73
- return brushToString(this.i.hu);
73
+ return brushToString(this.i.hs);
74
74
  }
75
75
  set actualSelectedBackground(v) {
76
- this.i.hu = stringToBrush(v);
77
- this._a("actualSelectedBackground", brushToString(this.i.hu));
76
+ this.i.hs = stringToBrush(v);
77
+ this._a("actualSelectedBackground", brushToString(this.i.hs));
78
78
  }
79
79
  /**
80
80
  * Gets or sets the amount of left padding to use for the cell content for this column.
81
81
  */
82
82
  get paddingLeft() {
83
- return this.i.hd;
83
+ return this.i.hb;
84
84
  }
85
85
  set paddingLeft(v) {
86
- this.i.hd = +v;
87
- this._a("paddingLeft", this.i.hd);
86
+ this.i.hb = +v;
87
+ this._a("paddingLeft", this.i.hb);
88
88
  }
89
89
  /**
90
90
  * Gets or sets the amount of top padding to use for the cell content for this column.
91
91
  */
92
92
  get paddingTop() {
93
- return this.i.hf;
93
+ return this.i.hd;
94
94
  }
95
95
  set paddingTop(v) {
96
- this.i.hf = +v;
97
- this._a("paddingTop", this.i.hf);
96
+ this.i.hd = +v;
97
+ this._a("paddingTop", this.i.hd);
98
98
  }
99
99
  /**
100
100
  * Gets or sets the amount of right padding to use for the cell content of this column.
101
101
  */
102
102
  get paddingRight() {
103
- return this.i.he;
103
+ return this.i.hc;
104
104
  }
105
105
  set paddingRight(v) {
106
- this.i.he = +v;
107
- this._a("paddingRight", this.i.he);
106
+ this.i.hc = +v;
107
+ this._a("paddingRight", this.i.hc);
108
108
  }
109
109
  /**
110
110
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
111
111
  */
112
112
  get paddingBottom() {
113
- return this.i.hc;
113
+ return this.i.ha;
114
114
  }
115
115
  set paddingBottom(v) {
116
- this.i.hc = +v;
117
- this._a("paddingBottom", this.i.hc);
116
+ this.i.ha = +v;
117
+ this._a("paddingBottom", this.i.ha);
118
118
  }
119
119
  get isCollapsable() {
120
- return this.i.g6;
120
+ return this.i.g4;
121
121
  }
122
122
  set isCollapsable(v) {
123
- this.i.g6 = ensureBool(v);
124
- this._a("isCollapsable", this.i.g6);
123
+ this.i.g4 = ensureBool(v);
124
+ this._a("isCollapsable", this.i.g4);
125
125
  }
126
126
  get summaryDisplayMode() {
127
- return this.i.g3;
127
+ return this.i.g1;
128
128
  }
129
129
  set summaryDisplayMode(v) {
130
- this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
131
- this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g3));
130
+ this.i.g1 = ensureEnum(GroupSummaryDisplayMode_$type, v);
131
+ this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g1));
132
132
  }
133
133
  }
134
134
  IgcSectionHeaderComponent._observedAttributesIgcSectionHeaderComponent = null;
@@ -55,41 +55,41 @@ let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
55
55
  * Gets or sets the background color for summary cells when selected.
56
56
  */
57
57
  get selectedBackground() {
58
- return brushToString(this.i.hy);
58
+ return brushToString(this.i.hw);
59
59
  }
60
60
  set selectedBackground(v) {
61
- this.i.hy = stringToBrush(v);
62
- this._a("selectedBackground", brushToString(this.i.hy));
61
+ this.i.hw = stringToBrush(v);
62
+ this._a("selectedBackground", brushToString(this.i.hw));
63
63
  }
64
64
  /**
65
65
  * Gets the actual background color for summary cells when selected.
66
66
  */
67
67
  get actualSelectedBackground() {
68
- return brushToString(this.i.hv);
68
+ return brushToString(this.i.ht);
69
69
  }
70
70
  set actualSelectedBackground(v) {
71
- this.i.hv = stringToBrush(v);
72
- this._a("actualSelectedBackground", brushToString(this.i.hv));
71
+ this.i.ht = stringToBrush(v);
72
+ this._a("actualSelectedBackground", brushToString(this.i.ht));
73
73
  }
74
74
  /**
75
75
  * Gets or sets the text color for the summary labels.
76
76
  */
77
77
  get summaryLabelTextColor() {
78
- return brushToString(this.i.hz);
78
+ return brushToString(this.i.hx);
79
79
  }
80
80
  set summaryLabelTextColor(v) {
81
- this.i.hz = stringToBrush(v);
82
- this._a("summaryLabelTextColor", brushToString(this.i.hz));
81
+ this.i.hx = stringToBrush(v);
82
+ this._a("summaryLabelTextColor", brushToString(this.i.hx));
83
83
  }
84
84
  /**
85
85
  * Gets the actual text color for the summary labels.
86
86
  */
87
87
  get actualSummaryLabelTextColor() {
88
- return brushToString(this.i.hw);
88
+ return brushToString(this.i.hu);
89
89
  }
90
90
  set actualSummaryLabelTextColor(v) {
91
- this.i.hw = stringToBrush(v);
92
- this._a("actualSummaryLabelTextColor", brushToString(this.i.hw));
91
+ this.i.hu = stringToBrush(v);
92
+ this._a("actualSummaryLabelTextColor", brushToString(this.i.hu));
93
93
  }
94
94
  /**
95
95
  * Gets or sets the text style for the summary labels.
@@ -110,41 +110,41 @@ let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
110
110
  * Gets or sets the amount of left padding to use for the cell content for this column.
111
111
  */
112
112
  get paddingLeft() {
113
- return this.i.hb;
113
+ return this.i.g9;
114
114
  }
115
115
  set paddingLeft(v) {
116
- this.i.hb = +v;
117
- this._a("paddingLeft", this.i.hb);
116
+ this.i.g9 = +v;
117
+ this._a("paddingLeft", this.i.g9);
118
118
  }
119
119
  /**
120
120
  * Gets or sets the amount of top padding to use for the cell content for this column.
121
121
  */
122
122
  get paddingTop() {
123
- return this.i.hd;
123
+ return this.i.hb;
124
124
  }
125
125
  set paddingTop(v) {
126
- this.i.hd = +v;
127
- this._a("paddingTop", this.i.hd);
126
+ this.i.hb = +v;
127
+ this._a("paddingTop", this.i.hb);
128
128
  }
129
129
  /**
130
130
  * Gets or sets the amount of right padding to use for the cell content of this column.
131
131
  */
132
132
  get paddingRight() {
133
- return this.i.hc;
133
+ return this.i.ha;
134
134
  }
135
135
  set paddingRight(v) {
136
- this.i.hc = +v;
137
- this._a("paddingRight", this.i.hc);
136
+ this.i.ha = +v;
137
+ this._a("paddingRight", this.i.ha);
138
138
  }
139
139
  /**
140
140
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
141
141
  */
142
142
  get paddingBottom() {
143
- return this.i.ha;
143
+ return this.i.g8;
144
144
  }
145
145
  set paddingBottom(v) {
146
- this.i.ha = +v;
147
- this._a("paddingBottom", this.i.ha);
146
+ this.i.g8 = +v;
147
+ this._a("paddingBottom", this.i.g8);
148
148
  }
149
149
  }
150
150
  IgcSummaryRowComponent._observedAttributesIgcSummaryRowComponent = null;
@@ -66,38 +66,38 @@ let IgcTextColumnComponent = /*@__PURE__*/ (() => {
66
66
  * Gets or sets the editor type used for editing cells in this column.
67
67
  */
68
68
  get editorType() {
69
- return this.i.qq;
69
+ return this.i.o9;
70
70
  }
71
71
  set editorType(v) {
72
- this.i.qq = ensureEnum(EditorType_$type, v);
73
- this._a("editorType", enumToString(EditorType_$type, this.i.qq));
72
+ this.i.o9 = ensureEnum(EditorType_$type, v);
73
+ this._a("editorType", enumToString(EditorType_$type, this.i.o9));
74
74
  }
75
75
  /**
76
76
  * Gets or sets the ComboBox data source.
77
77
  */
78
78
  get editorDataSource() {
79
- return this.i.qr;
79
+ return this.i.pa;
80
80
  }
81
81
  set editorDataSource(v) {
82
- this.i.qr = v;
82
+ this.i.pa = v;
83
83
  }
84
84
  /**
85
85
  * Gets or sets the ComboBox text field.
86
86
  */
87
87
  get editorTextField() {
88
- return this.i.qt;
88
+ return this.i.pc;
89
89
  }
90
90
  set editorTextField(v) {
91
- this.i.qt = v;
91
+ this.i.pc = v;
92
92
  }
93
93
  /**
94
94
  * Gets or sets the ComboBox value field.
95
95
  */
96
96
  get editorValueField() {
97
- return this.i.qu;
97
+ return this.i.pd;
98
98
  }
99
99
  set editorValueField(v) {
100
- this.i.qu = v;
100
+ this.i.pd = v;
101
101
  }
102
102
  }
103
103
  IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;