igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.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 (195) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +9702 -8361
  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 +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5882 -5157
  11. package/esm2015/lib/ColumnGroupingView_combined.js +15 -15
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +11 -11
  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 +65 -63
  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 +15 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +322 -182
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  45. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  46. package/esm2015/lib/NumericCell.js +4 -4
  47. package/esm2015/lib/NumericCellPresenter.js +2 -2
  48. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  49. package/esm2015/lib/SectionHeaderCell.js +20 -8
  50. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  51. package/esm2015/lib/SummaryCell.js +34 -25
  52. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  53. package/esm2015/lib/TemplateCell.js +12 -12
  54. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateHeader.js +7 -7
  56. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  57. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  59. package/esm2015/lib/TextCell.js +22 -22
  60. package/esm2015/lib/TextCellPresenter.js +2 -2
  61. package/esm2015/lib/TextHeaderCell.js +140 -134
  62. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  63. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  64. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  65. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  66. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  67. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  68. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  69. package/esm2015/lib/igc-data-grid-column-component.js +307 -193
  70. package/esm2015/lib/igc-data-grid-component.js +106 -2
  71. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
  72. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  73. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  74. package/esm2015/lib/igc-definition-base-component.js +129 -129
  75. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  76. package/esm2015/lib/igc-header-component.js +24 -24
  77. package/esm2015/lib/igc-image-column-component.js +12 -12
  78. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  79. package/esm2015/lib/igc-section-header-component.js +24 -24
  80. package/esm2015/lib/igc-summary-row-component.js +24 -24
  81. package/esm2015/lib/igc-text-column-component.js +9 -9
  82. package/esm2015/lib/igc-text-header-cell-info.js +65 -4
  83. package/esm2015/public_api.js +1 -0
  84. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CellPresenterBase.js +10 -10
  88. package/esm5/lib/CheckboxListBridge.js +28 -0
  89. package/esm5/lib/CheckboxListView_combined.js +709 -684
  90. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  91. package/esm5/lib/ColumnFilterCondition_combined.js +5860 -5003
  92. package/esm5/lib/ColumnGroupingView_combined.js +15 -15
  93. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  94. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  95. package/esm5/lib/ContentCellModelHelper.js +3 -3
  96. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  97. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  98. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  99. package/esm5/lib/DraggerView.js +11 -11
  100. package/esm5/lib/EditorCell.js +256 -256
  101. package/esm5/lib/EditorCellPresenter.js +15 -15
  102. package/esm5/lib/FilterCell.js +252 -252
  103. package/esm5/lib/FilterCellPresenter.js +8 -8
  104. package/esm5/lib/GridCellBase.js +64 -62
  105. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  106. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  107. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  108. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  109. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  111. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  113. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  114. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  115. package/esm5/lib/GridExternalWrapper.js +15 -6
  116. package/esm5/lib/GridFilterDialogView_combined.js +342 -174
  117. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  118. package/esm5/lib/GridStyleRepository.js +275 -585
  119. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  120. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  121. package/esm5/lib/ImageCell.js +54 -54
  122. package/esm5/lib/ImageCellPresenter.js +8 -8
  123. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  124. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  125. package/esm5/lib/NativeUIComboFactory.js +1 -1
  126. package/esm5/lib/NativeUIGridFactory.js +2 -2
  127. package/esm5/lib/NumericCell.js +4 -4
  128. package/esm5/lib/NumericCellPresenter.js +2 -2
  129. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  130. package/esm5/lib/SectionHeaderCell.js +20 -8
  131. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  132. package/esm5/lib/SummaryCell.js +35 -26
  133. package/esm5/lib/SummaryCellPresenter.js +5 -5
  134. package/esm5/lib/TemplateCell.js +12 -12
  135. package/esm5/lib/TemplateCellPresenter.js +2 -2
  136. package/esm5/lib/TemplateHeader.js +7 -7
  137. package/esm5/lib/TemplateHeaderCell.js +5 -5
  138. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  139. package/esm5/lib/TemplateSectionHeader.js +2 -2
  140. package/esm5/lib/TextCell.js +22 -22
  141. package/esm5/lib/TextCellPresenter.js +2 -2
  142. package/esm5/lib/TextHeaderCell.js +138 -132
  143. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  144. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  145. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  146. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  147. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  148. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  149. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  150. package/esm5/lib/igc-data-grid-column-component.js +355 -193
  151. package/esm5/lib/igc-data-grid-component.js +147 -3
  152. package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
  153. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  154. package/esm5/lib/igc-date-time-column-component.js +23 -23
  155. package/esm5/lib/igc-definition-base-component.js +129 -129
  156. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  157. package/esm5/lib/igc-header-component.js +24 -24
  158. package/esm5/lib/igc-image-column-component.js +12 -12
  159. package/esm5/lib/igc-numeric-column-component.js +35 -35
  160. package/esm5/lib/igc-section-header-component.js +24 -24
  161. package/esm5/lib/igc-summary-row-component.js +24 -24
  162. package/esm5/lib/igc-text-column-component.js +9 -9
  163. package/esm5/lib/igc-text-header-cell-info.js +93 -4
  164. package/esm5/public_api.js +1 -0
  165. package/fesm2015/igniteui-webcomponents-data-grids.js +9519 -8340
  166. package/fesm5/igniteui-webcomponents-data-grids.js +9704 -8364
  167. package/lib/CheckboxListBridge.d.ts +1 -0
  168. package/lib/CheckboxListExternal.d.ts +6 -0
  169. package/lib/CheckboxListView_combined.d.ts +153 -148
  170. package/lib/ColumnFilterCondition_combined.d.ts +1405 -1268
  171. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  172. package/lib/EditorCell.d.ts +51 -51
  173. package/lib/FilterCell.d.ts +53 -53
  174. package/lib/GridCellBase.d.ts +21 -19
  175. package/lib/GridExternalWrapper.d.ts +3 -0
  176. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  177. package/lib/GridStyleRepository.d.ts +23 -84
  178. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  179. package/lib/ImageCell.d.ts +14 -14
  180. package/lib/SectionHeaderCell.d.ts +4 -2
  181. package/lib/SummaryCell.d.ts +6 -4
  182. package/lib/TemplateCell.d.ts +3 -3
  183. package/lib/TemplateHeader.d.ts +3 -3
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateSectionHeader.d.ts +2 -2
  186. package/lib/TextCell.d.ts +4 -4
  187. package/lib/TextHeaderCell.d.ts +26 -24
  188. package/lib/VerticalSeparatorCell.d.ts +4 -4
  189. package/lib/igc-data-grid-column-component.d.ts +54 -0
  190. package/lib/igc-data-grid-component.d.ts +51 -1
  191. package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
  192. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  193. package/lib/igc-text-header-cell-info.d.ts +33 -0
  194. package/package.json +4 -4
  195. package/public_api.d.ts +1 -0
@@ -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.hp);
58
+ return brushToString(this.i.hr);
59
59
  }
60
60
  set sortIndicatorColor(v) {
61
- this.i.hp = stringToBrush(v);
62
- this._a("sortIndicatorColor", brushToString(this.i.hp));
61
+ this.i.hr = stringToBrush(v);
62
+ this._a("sortIndicatorColor", brushToString(this.i.hr));
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.hn);
68
+ return brushToString(this.i.hp);
69
69
  }
70
70
  set actualSortIndicatorColor(v) {
71
- this.i.hn = stringToBrush(v);
72
- this._a("actualSortIndicatorColor", brushToString(this.i.hn));
71
+ this.i.hp = stringToBrush(v);
72
+ this._a("actualSortIndicatorColor", brushToString(this.i.hp));
73
73
  }
74
74
  get sortIndicatorStyle() {
75
- return this.i.g2;
75
+ return this.i.g4;
76
76
  }
77
77
  set sortIndicatorStyle(v) {
78
- this.i.g2 = ensureEnum(SortIndicatorStyle_$type, v);
79
- this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g2));
78
+ this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
79
+ this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g4));
80
80
  }
81
81
  get actualSortIndicatorStyle() {
82
- return this.i.g1;
82
+ return this.i.g3;
83
83
  }
84
84
  set actualSortIndicatorStyle(v) {
85
- this.i.g1 = ensureEnum(SortIndicatorStyle_$type, v);
86
- this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g1));
85
+ this.i.g3 = ensureEnum(SortIndicatorStyle_$type, v);
86
+ this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g3));
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.g8;
92
+ return this.i.ha;
93
93
  }
94
94
  set paddingLeft(v) {
95
- this.i.g8 = +v;
96
- this._a("paddingLeft", this.i.g8);
95
+ this.i.ha = +v;
96
+ this._a("paddingLeft", this.i.ha);
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.ha;
102
+ return this.i.hc;
103
103
  }
104
104
  set paddingTop(v) {
105
- this.i.ha = +v;
106
- this._a("paddingTop", this.i.ha);
105
+ this.i.hc = +v;
106
+ this._a("paddingTop", this.i.hc);
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.g9;
112
+ return this.i.hb;
113
113
  }
114
114
  set paddingRight(v) {
115
- this.i.g9 = +v;
116
- this._a("paddingRight", this.i.g9);
115
+ this.i.hb = +v;
116
+ this._a("paddingRight", this.i.hb);
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.g7;
122
+ return this.i.g9;
123
123
  }
124
124
  set paddingBottom(v) {
125
- this.i.g7 = +v;
126
- this._a("paddingBottom", this.i.g7);
125
+ this.i.g9 = +v;
126
+ this._a("paddingBottom", this.i.g9);
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.pd;
70
+ return this.i.qu;
71
71
  }
72
72
  set imageStretchOption(v) {
73
- this.i.pd = ensureEnum(ImageStretchOptions_$type, v);
74
- this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.pd));
73
+ this.i.qu = ensureEnum(ImageStretchOptions_$type, v);
74
+ this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.qu));
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.o9;
80
+ return this.i.qq;
81
81
  }
82
82
  set editorType(v) {
83
- this.i.o9 = ensureEnum(EditorType_$type, v);
84
- this._a("editorType", enumToString(EditorType_$type, this.i.o9));
83
+ this.i.qq = ensureEnum(EditorType_$type, v);
84
+ this._a("editorType", enumToString(EditorType_$type, this.i.qq));
85
85
  }
86
86
  /**
87
87
  * Gets or sets the ComboBox data source.
88
88
  */
89
89
  get editorDataSource() {
90
- return this.i.pe;
90
+ return this.i.qv;
91
91
  }
92
92
  set editorDataSource(v) {
93
- this.i.pe = v;
93
+ this.i.qv = v;
94
94
  }
95
95
  /**
96
96
  * Gets or sets the ComboBox text field.
97
97
  */
98
98
  get editorTextField() {
99
- return this.i.pf;
99
+ return this.i.qw;
100
100
  }
101
101
  set editorTextField(v) {
102
- this.i.pf = v;
102
+ this.i.qw = v;
103
103
  }
104
104
  /**
105
105
  * Gets or sets the ComboBox value field.
106
106
  */
107
107
  get editorValueField() {
108
- return this.i.pg;
108
+ return this.i.qx;
109
109
  }
110
110
  set editorValueField(v) {
111
- this.i.pg = v;
111
+ this.i.qx = 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.p4;
69
+ return this.i.rl;
70
70
  }
71
71
  set negativePrefix(v) {
72
- this.i.p4 = v;
72
+ this.i.rl = 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.p8;
78
+ return this.i.rp;
79
79
  }
80
80
  set positivePrefix(v) {
81
- this.i.p8 = v;
81
+ this.i.rp = 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.p6;
87
+ return this.i.rn;
88
88
  }
89
89
  set negativeSuffix(v) {
90
- this.i.p6 = v;
90
+ this.i.rn = 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.qa;
96
+ return this.i.rr;
97
97
  }
98
98
  set positiveSuffix(v) {
99
- this.i.qa = v;
99
+ this.i.rr = 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.pj;
105
+ return this.i.q0;
106
106
  }
107
107
  set maxFractionDigits(v) {
108
- this.i.pj = +v;
109
- this._a("maxFractionDigits", this.i.pj);
108
+ this.i.q0 = +v;
109
+ this._a("maxFractionDigits", this.i.q0);
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.pk;
115
+ return this.i.q1;
116
116
  }
117
117
  set minFractionDigits(v) {
118
- this.i.pk = +v;
119
- this._a("minFractionDigits", this.i.pk);
118
+ this.i.q1 = +v;
119
+ this._a("minFractionDigits", this.i.q1);
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.pl;
125
+ return this.i.q2;
126
126
  }
127
127
  set minIntegerDigits(v) {
128
- this.i.pl = +v;
129
- this._a("minIntegerDigits", this.i.pl);
128
+ this.i.q2 = +v;
129
+ this._a("minIntegerDigits", this.i.q2);
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.pe;
135
+ return this.i.qv;
136
136
  }
137
137
  set showGroupingSeparator(v) {
138
- this.i.pe = ensureBool(v);
139
- this._a("showGroupingSeparator", this.i.pe);
138
+ this.i.qv = ensureBool(v);
139
+ this._a("showGroupingSeparator", this.i.qv);
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.pz;
145
+ return this.i.rg;
146
146
  }
147
147
  set formatString(v) {
148
- this.i.pz = v;
148
+ this.i.rg = v;
149
149
  }
150
150
  get formatSpecifiers() {
151
- return this.i.pa;
151
+ return this.i.qr;
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.pa = v;
158
+ this.i.qr = 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.po;
164
+ return this.i.q5;
165
165
  }
166
166
  set formatOverride(v) {
167
- this.i.po = v;
167
+ this.i.q5 = 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.pc;
173
+ return this.i.qt;
174
174
  }
175
175
  set editorType(v) {
176
- this.i.pc = ensureEnum(EditorType_$type, v);
177
- this._a("editorType", enumToString(EditorType_$type, this.i.pc));
176
+ this.i.qt = ensureEnum(EditorType_$type, v);
177
+ this._a("editorType", enumToString(EditorType_$type, this.i.qt));
178
178
  }
179
179
  /**
180
180
  * Gets or sets the ComboBox data source.
181
181
  */
182
182
  get editorDataSource() {
183
- return this.i.pn;
183
+ return this.i.q4;
184
184
  }
185
185
  set editorDataSource(v) {
186
- this.i.pn = v;
186
+ this.i.q4 = v;
187
187
  }
188
188
  /**
189
189
  * Gets or sets the ComboBox text field.
190
190
  */
191
191
  get editorTextField() {
192
- return this.i.pu;
192
+ return this.i.rb;
193
193
  }
194
194
  set editorTextField(v) {
195
- this.i.pu = v;
195
+ this.i.rb = v;
196
196
  }
197
197
  /**
198
198
  * Gets or sets the ComboBox value field.
199
199
  */
200
200
  get editorValueField() {
201
- return this.i.pv;
201
+ return this.i.rc;
202
202
  }
203
203
  set editorValueField(v) {
204
- this.i.pv = v;
204
+ this.i.rc = 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.ht);
66
+ return brushToString(this.i.hv);
67
67
  }
68
68
  set selectedBackground(v) {
69
- this.i.ht = stringToBrush(v);
70
- this._a("selectedBackground", brushToString(this.i.ht));
69
+ this.i.hv = stringToBrush(v);
70
+ this._a("selectedBackground", brushToString(this.i.hv));
71
71
  }
72
72
  get actualSelectedBackground() {
73
- return brushToString(this.i.hs);
73
+ return brushToString(this.i.hu);
74
74
  }
75
75
  set actualSelectedBackground(v) {
76
- this.i.hs = stringToBrush(v);
77
- this._a("actualSelectedBackground", brushToString(this.i.hs));
76
+ this.i.hu = stringToBrush(v);
77
+ this._a("actualSelectedBackground", brushToString(this.i.hu));
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.hb;
83
+ return this.i.hd;
84
84
  }
85
85
  set paddingLeft(v) {
86
- this.i.hb = +v;
87
- this._a("paddingLeft", this.i.hb);
86
+ this.i.hd = +v;
87
+ this._a("paddingLeft", this.i.hd);
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.hd;
93
+ return this.i.hf;
94
94
  }
95
95
  set paddingTop(v) {
96
- this.i.hd = +v;
97
- this._a("paddingTop", this.i.hd);
96
+ this.i.hf = +v;
97
+ this._a("paddingTop", this.i.hf);
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.hc;
103
+ return this.i.he;
104
104
  }
105
105
  set paddingRight(v) {
106
- this.i.hc = +v;
107
- this._a("paddingRight", this.i.hc);
106
+ this.i.he = +v;
107
+ this._a("paddingRight", this.i.he);
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.ha;
113
+ return this.i.hc;
114
114
  }
115
115
  set paddingBottom(v) {
116
- this.i.ha = +v;
117
- this._a("paddingBottom", this.i.ha);
116
+ this.i.hc = +v;
117
+ this._a("paddingBottom", this.i.hc);
118
118
  }
119
119
  get isCollapsable() {
120
- return this.i.g4;
120
+ return this.i.g6;
121
121
  }
122
122
  set isCollapsable(v) {
123
- this.i.g4 = ensureBool(v);
124
- this._a("isCollapsable", this.i.g4);
123
+ this.i.g6 = ensureBool(v);
124
+ this._a("isCollapsable", this.i.g6);
125
125
  }
126
126
  get summaryDisplayMode() {
127
- return this.i.g1;
127
+ return this.i.g3;
128
128
  }
129
129
  set summaryDisplayMode(v) {
130
- this.i.g1 = ensureEnum(GroupSummaryDisplayMode_$type, v);
131
- this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g1));
130
+ this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
131
+ this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g3));
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.hw);
58
+ return brushToString(this.i.hy);
59
59
  }
60
60
  set selectedBackground(v) {
61
- this.i.hw = stringToBrush(v);
62
- this._a("selectedBackground", brushToString(this.i.hw));
61
+ this.i.hy = stringToBrush(v);
62
+ this._a("selectedBackground", brushToString(this.i.hy));
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.ht);
68
+ return brushToString(this.i.hv);
69
69
  }
70
70
  set actualSelectedBackground(v) {
71
- this.i.ht = stringToBrush(v);
72
- this._a("actualSelectedBackground", brushToString(this.i.ht));
71
+ this.i.hv = stringToBrush(v);
72
+ this._a("actualSelectedBackground", brushToString(this.i.hv));
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.hx);
78
+ return brushToString(this.i.hz);
79
79
  }
80
80
  set summaryLabelTextColor(v) {
81
- this.i.hx = stringToBrush(v);
82
- this._a("summaryLabelTextColor", brushToString(this.i.hx));
81
+ this.i.hz = stringToBrush(v);
82
+ this._a("summaryLabelTextColor", brushToString(this.i.hz));
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.hu);
88
+ return brushToString(this.i.hw);
89
89
  }
90
90
  set actualSummaryLabelTextColor(v) {
91
- this.i.hu = stringToBrush(v);
92
- this._a("actualSummaryLabelTextColor", brushToString(this.i.hu));
91
+ this.i.hw = stringToBrush(v);
92
+ this._a("actualSummaryLabelTextColor", brushToString(this.i.hw));
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.g9;
113
+ return this.i.hb;
114
114
  }
115
115
  set paddingLeft(v) {
116
- this.i.g9 = +v;
117
- this._a("paddingLeft", this.i.g9);
116
+ this.i.hb = +v;
117
+ this._a("paddingLeft", this.i.hb);
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.hb;
123
+ return this.i.hd;
124
124
  }
125
125
  set paddingTop(v) {
126
- this.i.hb = +v;
127
- this._a("paddingTop", this.i.hb);
126
+ this.i.hd = +v;
127
+ this._a("paddingTop", this.i.hd);
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.ha;
133
+ return this.i.hc;
134
134
  }
135
135
  set paddingRight(v) {
136
- this.i.ha = +v;
137
- this._a("paddingRight", this.i.ha);
136
+ this.i.hc = +v;
137
+ this._a("paddingRight", this.i.hc);
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.g8;
143
+ return this.i.ha;
144
144
  }
145
145
  set paddingBottom(v) {
146
- this.i.g8 = +v;
147
- this._a("paddingBottom", this.i.g8);
146
+ this.i.ha = +v;
147
+ this._a("paddingBottom", this.i.ha);
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.o9;
69
+ return this.i.qq;
70
70
  }
71
71
  set editorType(v) {
72
- this.i.o9 = ensureEnum(EditorType_$type, v);
73
- this._a("editorType", enumToString(EditorType_$type, this.i.o9));
72
+ this.i.qq = ensureEnum(EditorType_$type, v);
73
+ this._a("editorType", enumToString(EditorType_$type, this.i.qq));
74
74
  }
75
75
  /**
76
76
  * Gets or sets the ComboBox data source.
77
77
  */
78
78
  get editorDataSource() {
79
- return this.i.pa;
79
+ return this.i.qr;
80
80
  }
81
81
  set editorDataSource(v) {
82
- this.i.pa = v;
82
+ this.i.qr = v;
83
83
  }
84
84
  /**
85
85
  * Gets or sets the ComboBox text field.
86
86
  */
87
87
  get editorTextField() {
88
- return this.i.pc;
88
+ return this.i.qt;
89
89
  }
90
90
  set editorTextField(v) {
91
- this.i.pc = v;
91
+ this.i.qt = v;
92
92
  }
93
93
  /**
94
94
  * Gets or sets the ComboBox value field.
95
95
  */
96
96
  get editorValueField() {
97
- return this.i.pd;
97
+ return this.i.qu;
98
98
  }
99
99
  set editorValueField(v) {
100
- this.i.pd = v;
100
+ this.i.qu = v;
101
101
  }
102
102
  }
103
103
  IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;