igniteui-webcomponents-data-grids 7.1.0-beta.1 → 7.1.0-beta.3

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 (233) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +11002 -9831
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +290 -290
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igc-cell-info.js +195 -186
  71. package/esm2015/lib/igc-checkbox-list-component.js +42 -22
  72. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  73. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  74. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  75. package/esm2015/lib/igc-data-binding-event-args.js +3 -0
  76. package/esm2015/lib/igc-data-grid-column-component.js +336 -276
  77. package/esm2015/lib/igc-data-grid-component.js +220 -32
  78. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +67 -37
  79. package/esm2015/lib/igc-data-grid-toolbar-component.js +40 -8
  80. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  81. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  82. package/esm2015/lib/igc-definition-base-component.js +64 -64
  83. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  84. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  85. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  86. package/esm2015/lib/igc-header-component.js +24 -24
  87. package/esm2015/lib/igc-image-cell-info.js +6 -6
  88. package/esm2015/lib/igc-image-column-component.js +12 -12
  89. package/esm2015/lib/igc-multi-column-combo-box-component.js +160 -32
  90. package/esm2015/lib/igc-numeric-cell-info.js +28 -28
  91. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  92. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  93. package/esm2015/lib/igc-section-header-component.js +36 -36
  94. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  95. package/esm2015/lib/igc-summary-row-component.js +30 -30
  96. package/esm2015/lib/igc-summary-row-root-module.js +2 -0
  97. package/esm2015/lib/igc-summary-row-section-module.js +2 -0
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  100. package/esm2015/lib/igc-text-cell-info.js +2 -2
  101. package/esm2015/lib/igc-text-column-component.js +9 -9
  102. package/esm2015/lib/igc-text-header-cell-info.js +67 -40
  103. package/esm5/lib/AccessibilityRow.js +10 -10
  104. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  105. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  106. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  107. package/esm5/lib/CanvasGridCellBase.js +2 -2
  108. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  109. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  111. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  112. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  113. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  114. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  115. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  116. package/esm5/lib/CellPath.js +79 -65
  117. package/esm5/lib/CellPresenterBase.js +46 -46
  118. package/esm5/lib/CheckboxListBridge.js +12 -0
  119. package/esm5/lib/CheckboxListView_combined.js +332 -278
  120. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  121. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  122. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  123. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  124. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  125. package/esm5/lib/ContentCellModelHelper.js +16 -16
  126. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  127. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  128. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  129. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  130. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  131. package/esm5/lib/DraggerView.js +1 -7
  132. package/esm5/lib/EditorCell.js +276 -276
  133. package/esm5/lib/EditorCellPresenter.js +27 -27
  134. package/esm5/lib/FilterCell.js +257 -257
  135. package/esm5/lib/FilterCellPresenter.js +17 -17
  136. package/esm5/lib/GridCellBase.js +205 -193
  137. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  138. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  139. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  140. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  141. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  142. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  143. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  144. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  145. package/esm5/lib/GridExternalWrapper.js +12 -6
  146. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  147. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  148. package/esm5/lib/ImageCell.js +57 -57
  149. package/esm5/lib/ImageCellPresenter.js +17 -17
  150. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  151. package/esm5/lib/NumericCell.js +8 -8
  152. package/esm5/lib/NumericCellPresenter.js +9 -9
  153. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  154. package/esm5/lib/SectionHeaderCell.js +30 -20
  155. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  156. package/esm5/lib/SummaryCell.js +44 -44
  157. package/esm5/lib/SummaryCellPresenter.js +9 -9
  158. package/esm5/lib/TemplateCell.js +15 -15
  159. package/esm5/lib/TemplateCellPresenter.js +6 -6
  160. package/esm5/lib/TemplateHeader.js +8 -8
  161. package/esm5/lib/TemplateHeaderCell.js +5 -5
  162. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  163. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  164. package/esm5/lib/TemplateSectionHeader.js +2 -2
  165. package/esm5/lib/TextCell.js +31 -30
  166. package/esm5/lib/TextCellPresenter.js +10 -10
  167. package/esm5/lib/TextHeaderCell.js +185 -179
  168. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  169. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  170. package/esm5/lib/igc-cell-info.js +207 -186
  171. package/esm5/lib/igc-checkbox-list-component.js +50 -22
  172. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  173. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  174. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  175. package/esm5/lib/igc-data-binding-event-args.js +3 -0
  176. package/esm5/lib/igc-data-grid-column-component.js +360 -276
  177. package/esm5/lib/igc-data-grid-component.js +240 -32
  178. package/esm5/lib/igc-data-grid-filter-dialog-component.js +79 -37
  179. package/esm5/lib/igc-data-grid-toolbar-component.js +40 -8
  180. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  181. package/esm5/lib/igc-date-time-column-component.js +23 -23
  182. package/esm5/lib/igc-definition-base-component.js +64 -64
  183. package/esm5/lib/igc-editor-cell-info.js +23 -23
  184. package/esm5/lib/igc-filter-cell-info.js +26 -26
  185. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  186. package/esm5/lib/igc-header-component.js +24 -24
  187. package/esm5/lib/igc-image-cell-info.js +6 -6
  188. package/esm5/lib/igc-image-column-component.js +12 -12
  189. package/esm5/lib/igc-multi-column-combo-box-component.js +160 -32
  190. package/esm5/lib/igc-numeric-cell-info.js +28 -28
  191. package/esm5/lib/igc-numeric-column-component.js +38 -38
  192. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  193. package/esm5/lib/igc-section-header-component.js +36 -36
  194. package/esm5/lib/igc-summary-cell-info.js +9 -9
  195. package/esm5/lib/igc-summary-row-component.js +29 -29
  196. package/esm5/lib/igc-summary-row-root-module.js +2 -0
  197. package/esm5/lib/igc-summary-row-section-module.js +2 -0
  198. package/esm5/lib/igc-template-cell-info.js +2 -2
  199. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  200. package/esm5/lib/igc-text-cell-info.js +2 -2
  201. package/esm5/lib/igc-text-column-component.js +9 -9
  202. package/esm5/lib/igc-text-header-cell-info.js +79 -40
  203. package/fesm2015/igniteui-webcomponents-data-grids.js +10931 -9949
  204. package/fesm5/igniteui-webcomponents-data-grids.js +11002 -9831
  205. package/lib/CellPath.d.ts +21 -20
  206. package/lib/CheckboxListExternal.d.ts +3 -0
  207. package/lib/CheckboxListView_combined.d.ts +77 -71
  208. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  209. package/lib/EditorCell.d.ts +63 -63
  210. package/lib/FilterCell.d.ts +55 -55
  211. package/lib/GridCellBase.d.ts +82 -80
  212. package/lib/GridExternalWrapper.d.ts +2 -0
  213. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  214. package/lib/ImageCell.d.ts +15 -15
  215. package/lib/NumericCell.d.ts +2 -2
  216. package/lib/SectionHeaderCell.d.ts +6 -4
  217. package/lib/SummaryCell.d.ts +10 -10
  218. package/lib/TemplateCell.d.ts +5 -5
  219. package/lib/TemplateHeader.d.ts +3 -3
  220. package/lib/TemplateHeaderCell.d.ts +2 -2
  221. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  222. package/lib/TemplateSectionHeader.d.ts +2 -2
  223. package/lib/TextCell.d.ts +7 -7
  224. package/lib/TextHeaderCell.d.ts +30 -30
  225. package/lib/VerticalSeparatorCell.d.ts +8 -8
  226. package/lib/igc-cell-info.d.ts +3 -0
  227. package/lib/igc-checkbox-list-component.d.ts +10 -0
  228. package/lib/igc-data-grid-column-component.d.ts +30 -0
  229. package/lib/igc-data-grid-component.d.ts +27 -0
  230. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  231. package/lib/igc-summary-row-component.d.ts +2 -2
  232. package/lib/igc-text-header-cell-info.d.ts +15 -0
  233. package/package.json +4 -4
@@ -22,56 +22,56 @@ export class IgcDateTimeCellInfo extends IgcCellInfo {
22
22
  * Sets or gets the DateTime value for the cell.
23
23
  */
24
24
  get dateTimeValue() {
25
- return this.i.oj;
25
+ return this.i.om;
26
26
  }
27
27
  set dateTimeValue(v) {
28
- this.i.oj = v;
28
+ this.i.om = v;
29
29
  }
30
30
  /**
31
31
  * The format string to apply to the value
32
32
  */
33
33
  get formatStringOverride() {
34
- return this.i.o0;
34
+ return this.i.o3;
35
35
  }
36
36
  set formatStringOverride(v) {
37
- this.i.o0 = v;
37
+ this.i.o3 = v;
38
38
  }
39
39
  get formatSpecifiers() {
40
- return this.i.oa;
40
+ return this.i.od;
41
41
  }
42
42
  set formatSpecifiers(v) {
43
43
  if (v && !Array.isArray(v) && typeof (v) == "string") {
44
44
  const re = /\s*(?:,|\s|$)\s*/gm;
45
45
  v = v.split(re);
46
46
  }
47
- this.i.oa = v;
47
+ this.i.od = v;
48
48
  }
49
49
  /**
50
50
  * The format options to apply to the value
51
51
  */
52
52
  get formatOverride() {
53
- return this.i.ot;
53
+ return this.i.ow;
54
54
  }
55
55
  set formatOverride(v) {
56
- this.i.ot = v;
56
+ this.i.ow = v;
57
57
  }
58
58
  /**
59
59
  * Sets or gets the simple DateTimeFormat to use for the cell.
60
60
  */
61
61
  get dateTimeFormat() {
62
- return this.i.of;
62
+ return this.i.oi;
63
63
  }
64
64
  set dateTimeFormat(v) {
65
- this.i.of = ensureEnum(DateTimeFormats_$type, v);
65
+ this.i.oi = ensureEnum(DateTimeFormats_$type, v);
66
66
  }
67
67
  /**
68
68
  * Sets or gets whether the value to use is a DateTimeOffset value.
69
69
  */
70
70
  get isOffsetValue() {
71
- return this.i.oh;
71
+ return this.i.ok;
72
72
  }
73
73
  set isOffsetValue(v) {
74
- this.i.oh = ensureBool(v);
74
+ this.i.ok = ensureBool(v);
75
75
  }
76
76
  findByName(name) {
77
77
  var baseResult = super.findByName(name);
@@ -67,95 +67,95 @@ let IgcDateTimeColumnComponent = /*@__PURE__*/ (() => {
67
67
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
68
68
  */
69
69
  get dateTimeFormat() {
70
- return this.i.sj;
70
+ return this.i.s5;
71
71
  }
72
72
  set dateTimeFormat(v) {
73
- this.i.sj = ensureEnum(DateTimeFormats_$type, v);
74
- this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.sj));
73
+ this.i.s5 = ensureEnum(DateTimeFormats_$type, v);
74
+ this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.s5));
75
75
  }
76
76
  /**
77
77
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
78
78
  */
79
79
  get formatString() {
80
- return this.i.s1;
80
+ return this.i.tn;
81
81
  }
82
82
  set formatString(v) {
83
- this.i.s1 = v;
83
+ this.i.tn = v;
84
84
  }
85
85
  /**
86
86
  * Gets or sets the format string to use when editing dates.
87
87
  */
88
88
  get editorFormatString() {
89
- return this.i.su;
89
+ return this.i.tg;
90
90
  }
91
91
  set editorFormatString(v) {
92
- this.i.su = v;
92
+ this.i.tg = v;
93
93
  }
94
94
  get formatSpecifiers() {
95
- return this.i.sf;
95
+ return this.i.s1;
96
96
  }
97
97
  set formatSpecifiers(v) {
98
98
  if (v && !Array.isArray(v) && typeof (v) == "string") {
99
99
  const re = /\s*(?:,|\s|$)\s*/gm;
100
100
  v = v.split(re);
101
101
  }
102
- this.i.sf = v;
102
+ this.i.s1 = v;
103
103
  }
104
104
  /**
105
105
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
106
106
  */
107
107
  get formatOverride() {
108
- return this.i.sq;
108
+ return this.i.tc;
109
109
  }
110
110
  set formatOverride(v) {
111
- this.i.sq = v;
111
+ this.i.tc = v;
112
112
  }
113
113
  /**
114
114
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
115
115
  */
116
116
  get showTodayButton() {
117
- return this.i.sm;
117
+ return this.i.s8;
118
118
  }
119
119
  set showTodayButton(v) {
120
- this.i.sm = ensureBool(v);
121
- this._a("showTodayButton", this.i.sm);
120
+ this.i.s8 = ensureBool(v);
121
+ this._a("showTodayButton", this.i.s8);
122
122
  }
123
123
  /**
124
124
  * Gets or sets the editor type used for editing cells in this column.
125
125
  */
126
126
  get editorType() {
127
- return this.i.sk;
127
+ return this.i.s6;
128
128
  }
129
129
  set editorType(v) {
130
- this.i.sk = ensureEnum(EditorType_$type, v);
131
- this._a("editorType", enumToString(EditorType_$type, this.i.sk));
130
+ this.i.s6 = ensureEnum(EditorType_$type, v);
131
+ this._a("editorType", enumToString(EditorType_$type, this.i.s6));
132
132
  }
133
133
  /**
134
134
  * Gets or sets the ComboBox data source.
135
135
  */
136
136
  get editorDataSource() {
137
- return this.i.sp;
137
+ return this.i.tb;
138
138
  }
139
139
  set editorDataSource(v) {
140
- this.i.sp = v;
140
+ this.i.tb = v;
141
141
  }
142
142
  /**
143
143
  * Gets or sets the ComboBox text field.
144
144
  */
145
145
  get editorTextField() {
146
- return this.i.sw;
146
+ return this.i.ti;
147
147
  }
148
148
  set editorTextField(v) {
149
- this.i.sw = v;
149
+ this.i.ti = v;
150
150
  }
151
151
  /**
152
152
  * Gets or sets the ComboBox value field.
153
153
  */
154
154
  get editorValueField() {
155
- return this.i.sx;
155
+ return this.i.tj;
156
156
  }
157
157
  set editorValueField(v) {
158
- this.i.sx = v;
158
+ this.i.tj = v;
159
159
  }
160
160
  findByName(name) {
161
161
  var baseResult = super.findByName(name);
@@ -266,11 +266,11 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
266
266
  * Gets or sets the background color to use.
267
267
  */
268
268
  get background() {
269
- return brushToString(this.i.gh);
269
+ return brushToString(this.i.gi);
270
270
  }
271
271
  set background(v) {
272
- this.i.gh = stringToBrush(v);
273
- this._a("background", brushToString(this.i.gh));
272
+ this.i.gi = stringToBrush(v);
273
+ this._a("background", brushToString(this.i.gi));
274
274
  }
275
275
  get actualConditionalStyles() {
276
276
  if (!this._actualConditionalStyles) {
@@ -317,41 +317,41 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
317
317
  * Gets or sets the background color to use.
318
318
  */
319
319
  get border() {
320
- return brushToString(this.i.gk);
320
+ return brushToString(this.i.gl);
321
321
  }
322
322
  set border(v) {
323
- this.i.gk = stringToBrush(v);
324
- this._a("border", brushToString(this.i.gk));
323
+ this.i.gl = stringToBrush(v);
324
+ this._a("border", brushToString(this.i.gl));
325
325
  }
326
326
  /**
327
327
  * Gets or sets the background color to use.
328
328
  */
329
329
  get activationBorder() {
330
- return brushToString(this.i.f6);
330
+ return brushToString(this.i.f7);
331
331
  }
332
332
  set activationBorder(v) {
333
- this.i.f6 = stringToBrush(v);
334
- this._a("activationBorder", brushToString(this.i.f6));
333
+ this.i.f7 = stringToBrush(v);
334
+ this._a("activationBorder", brushToString(this.i.f7));
335
335
  }
336
336
  /**
337
337
  * Gets or sets the error border color to use.
338
338
  */
339
339
  get errorBorder() {
340
- return brushToString(this.i.gl);
340
+ return brushToString(this.i.gm);
341
341
  }
342
342
  set errorBorder(v) {
343
- this.i.gl = stringToBrush(v);
344
- this._a("errorBorder", brushToString(this.i.gl));
343
+ this.i.gm = stringToBrush(v);
344
+ this._a("errorBorder", brushToString(this.i.gm));
345
345
  }
346
346
  /**
347
347
  * Gets the actual border color that will be used.
348
348
  */
349
349
  get actualBorder() {
350
- return brushToString(this.i.gb);
350
+ return brushToString(this.i.gc);
351
351
  }
352
352
  set actualBorder(v) {
353
- this.i.gb = stringToBrush(v);
354
- this._a("actualBorder", brushToString(this.i.gb));
353
+ this.i.gc = stringToBrush(v);
354
+ this._a("actualBorder", brushToString(this.i.gc));
355
355
  }
356
356
  /**
357
357
  * Gets or sets the amount of left border to use for the cell content for this column.
@@ -465,91 +465,91 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
465
465
  * Gets the actual background color that will be used.
466
466
  */
467
467
  get actualBackground() {
468
- return brushToString(this.i.f8);
468
+ return brushToString(this.i.f9);
469
469
  }
470
470
  set actualBackground(v) {
471
- this.i.f8 = stringToBrush(v);
472
- this._a("actualBackground", brushToString(this.i.f8));
471
+ this.i.f9 = stringToBrush(v);
472
+ this._a("actualBackground", brushToString(this.i.f9));
473
473
  }
474
474
  /**
475
475
  * Gets the actual background color that will be used.
476
476
  */
477
477
  get actualActivationBorder() {
478
- return brushToString(this.i.f7);
478
+ return brushToString(this.i.f8);
479
479
  }
480
480
  set actualActivationBorder(v) {
481
- this.i.f7 = stringToBrush(v);
482
- this._a("actualActivationBorder", brushToString(this.i.f7));
481
+ this.i.f8 = stringToBrush(v);
482
+ this._a("actualActivationBorder", brushToString(this.i.f8));
483
483
  }
484
484
  /**
485
485
  * Gets the actual error border color that will be used.
486
486
  */
487
487
  get actualErrorBorder() {
488
- return brushToString(this.i.gc);
488
+ return brushToString(this.i.gd);
489
489
  }
490
490
  set actualErrorBorder(v) {
491
- this.i.gc = stringToBrush(v);
492
- this._a("actualErrorBorder", brushToString(this.i.gc));
491
+ this.i.gd = stringToBrush(v);
492
+ this._a("actualErrorBorder", brushToString(this.i.gd));
493
493
  }
494
494
  /**
495
495
  * Gets or sets the background color for content that sticks to the top of the grid.
496
496
  */
497
497
  get stickyRowBackground() {
498
- return brushToString(this.i.g0);
498
+ return brushToString(this.i.g1);
499
499
  }
500
500
  set stickyRowBackground(v) {
501
- this.i.g0 = stringToBrush(v);
502
- this._a("stickyRowBackground", brushToString(this.i.g0));
501
+ this.i.g1 = stringToBrush(v);
502
+ this._a("stickyRowBackground", brushToString(this.i.g1));
503
503
  }
504
504
  /**
505
505
  * Gets the actual background color for content that sticks to the top of the grid.
506
506
  */
507
507
  get actualStickyRowBackground() {
508
- return brushToString(this.i.gf);
508
+ return brushToString(this.i.gg);
509
509
  }
510
510
  set actualStickyRowBackground(v) {
511
- this.i.gf = stringToBrush(v);
512
- this._a("actualStickyRowBackground", brushToString(this.i.gf));
511
+ this.i.gg = stringToBrush(v);
512
+ this._a("actualStickyRowBackground", brushToString(this.i.gg));
513
513
  }
514
514
  /**
515
515
  * Gets or sets the background color for cells belonging to rows marked as pinned.
516
516
  */
517
517
  get pinnedRowBackground() {
518
- return brushToString(this.i.gz);
518
+ return brushToString(this.i.g0);
519
519
  }
520
520
  set pinnedRowBackground(v) {
521
- this.i.gz = stringToBrush(v);
522
- this._a("pinnedRowBackground", brushToString(this.i.gz));
521
+ this.i.g0 = stringToBrush(v);
522
+ this._a("pinnedRowBackground", brushToString(this.i.g0));
523
523
  }
524
524
  /**
525
525
  * Gets the actual background color for cells belonging to rows marked as pinned.
526
526
  */
527
527
  get actualPinnedRowBackground() {
528
- return brushToString(this.i.ge);
528
+ return brushToString(this.i.gf);
529
529
  }
530
530
  set actualPinnedRowBackground(v) {
531
- this.i.ge = stringToBrush(v);
532
- this._a("actualPinnedRowBackground", brushToString(this.i.ge));
531
+ this.i.gf = stringToBrush(v);
532
+ this._a("actualPinnedRowBackground", brushToString(this.i.gf));
533
533
  }
534
534
  /**
535
535
  * Gets or sets the color for the last row in the sticky row area.
536
536
  */
537
537
  get lastStickyRowBackground() {
538
- return brushToString(this.i.gy);
538
+ return brushToString(this.i.gz);
539
539
  }
540
540
  set lastStickyRowBackground(v) {
541
- this.i.gy = stringToBrush(v);
542
- this._a("lastStickyRowBackground", brushToString(this.i.gy));
541
+ this.i.gz = stringToBrush(v);
542
+ this._a("lastStickyRowBackground", brushToString(this.i.gz));
543
543
  }
544
544
  /**
545
545
  * Gets the actual color for the last row in the sticky row area.
546
546
  */
547
547
  get actualLastStickyRowBackground() {
548
- return brushToString(this.i.gd);
548
+ return brushToString(this.i.ge);
549
549
  }
550
550
  set actualLastStickyRowBackground(v) {
551
- this.i.gd = stringToBrush(v);
552
- this._a("actualLastStickyRowBackground", brushToString(this.i.gd));
551
+ this.i.ge = stringToBrush(v);
552
+ this._a("actualLastStickyRowBackground", brushToString(this.i.ge));
553
553
  }
554
554
  /**
555
555
  * Gets or sets the opacity of the content.
@@ -605,21 +605,21 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
605
605
  * Gets or sets the color to use for displaying text.
606
606
  */
607
607
  get textColor() {
608
- return brushToString(this.i.g1);
608
+ return brushToString(this.i.g2);
609
609
  }
610
610
  set textColor(v) {
611
- this.i.g1 = stringToBrush(v);
612
- this._a("textColor", brushToString(this.i.g1));
611
+ this.i.g2 = stringToBrush(v);
612
+ this._a("textColor", brushToString(this.i.g2));
613
613
  }
614
614
  /**
615
615
  * Gets the actual color used for displaying text.
616
616
  */
617
617
  get actualTextColor() {
618
- return brushToString(this.i.gg);
618
+ return brushToString(this.i.gh);
619
619
  }
620
620
  set actualTextColor(v) {
621
- this.i.gg = stringToBrush(v);
622
- this._a("actualTextColor", brushToString(this.i.gg));
621
+ this.i.gh = stringToBrush(v);
622
+ this._a("actualTextColor", brushToString(this.i.gh));
623
623
  }
624
624
  /**
625
625
  * Gets or sets whether the bar is supported.
@@ -635,41 +635,41 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
635
635
  * Gets or sets the color to use for value bars.
636
636
  */
637
637
  get barBackground() {
638
- return brushToString(this.i.gi);
638
+ return brushToString(this.i.gj);
639
639
  }
640
640
  set barBackground(v) {
641
- this.i.gi = stringToBrush(v);
642
- this._a("barBackground", brushToString(this.i.gi));
641
+ this.i.gj = stringToBrush(v);
642
+ this._a("barBackground", brushToString(this.i.gj));
643
643
  }
644
644
  /**
645
645
  * Gets the actual color used for value bars.
646
646
  */
647
647
  get actualBarBackground() {
648
- return brushToString(this.i.f9);
648
+ return brushToString(this.i.ga);
649
649
  }
650
650
  set actualBarBackground(v) {
651
- this.i.f9 = stringToBrush(v);
652
- this._a("actualBarBackground", brushToString(this.i.f9));
651
+ this.i.ga = stringToBrush(v);
652
+ this._a("actualBarBackground", brushToString(this.i.ga));
653
653
  }
654
654
  /**
655
655
  * Gets or sets the Outline color to use for value bars.
656
656
  */
657
657
  get barOutline() {
658
- return brushToString(this.i.gj);
658
+ return brushToString(this.i.gk);
659
659
  }
660
660
  set barOutline(v) {
661
- this.i.gj = stringToBrush(v);
662
- this._a("barOutline", brushToString(this.i.gj));
661
+ this.i.gk = stringToBrush(v);
662
+ this._a("barOutline", brushToString(this.i.gk));
663
663
  }
664
664
  /**
665
665
  * Gets the actual Outline color used for value bars.
666
666
  */
667
667
  get actualBarOutline() {
668
- return brushToString(this.i.ga);
668
+ return brushToString(this.i.gb);
669
669
  }
670
670
  set actualBarOutline(v) {
671
- this.i.ga = stringToBrush(v);
672
- this._a("actualBarOutline", brushToString(this.i.ga));
671
+ this.i.gb = stringToBrush(v);
672
+ this._a("actualBarOutline", brushToString(this.i.gb));
673
673
  }
674
674
  /**
675
675
  * Gets or sets the stroke thickness to use for value bars.
@@ -758,17 +758,17 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
758
758
  return null;
759
759
  }
760
760
  transitionStyleOut(style) {
761
- this.i.e6((style == null ? null : style.i));
761
+ this.i.e7((style == null ? null : style.i));
762
762
  }
763
763
  transitionStyleIn(style) {
764
- this.i.e5((style == null ? null : style.i));
764
+ this.i.e6((style == null ? null : style.i));
765
765
  }
766
766
  isStyleTransitioningOut(style) {
767
767
  let iv = this.i.at((style == null ? null : style.i));
768
768
  return (iv);
769
769
  }
770
770
  setNamedValue(valueName, animationType, value) {
771
- this.i.e3(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
771
+ this.i.e4(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
772
772
  }
773
773
  /**
774
774
  * Returns if this definition has named value.
@@ -793,7 +793,7 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
793
793
  * @param valueName * The named value name to remove.
794
794
  */
795
795
  removeNamedValue(valueName) {
796
- this.i.ey(valueName);
796
+ this.i.ez(valueName);
797
797
  }
798
798
  /**
799
799
  * Gets the value for a named value from this definition.
@@ -23,111 +23,111 @@ export class IgcEditorCellInfo extends IgcCellInfo {
23
23
  * Gets whether the editor cell is hidden or not.
24
24
  */
25
25
  get isHidden() {
26
- return this.i.ol;
26
+ return this.i.oo;
27
27
  }
28
28
  /**
29
29
  * Gets or sets the edit target for this cell.
30
30
  */
31
31
  get editTarget() {
32
- const r = this.i.oe;
32
+ const r = this.i.oh;
33
33
  if (r == null) {
34
34
  return null;
35
35
  }
36
36
  return r.externalObject;
37
37
  }
38
38
  set editTarget(v) {
39
- v == null ? this.i.oe = null : this.i.oe = v.i;
39
+ v == null ? this.i.oh = null : this.i.oh = v.i;
40
40
  }
41
41
  /**
42
42
  * Gets or sets the data type associated with the cell being edited.
43
43
  */
44
44
  get dataType() {
45
- return this.i.oc;
45
+ return this.i.of;
46
46
  }
47
47
  set dataType(v) {
48
- this.i.oc = ensureEnum(DataSourceSchemaPropertyType_$type, v);
48
+ this.i.of = ensureEnum(DataSourceSchemaPropertyType_$type, v);
49
49
  }
50
50
  /**
51
51
  * Gets or sets the error message to display in the editor cell.
52
52
  */
53
53
  get errorMessage() {
54
- return this.i.ph;
54
+ return this.i.pk;
55
55
  }
56
56
  set errorMessage(v) {
57
- this.i.ph = v;
57
+ this.i.pk = v;
58
58
  }
59
59
  /**
60
60
  * Gets or sets the user selected value.
61
61
  */
62
62
  get editValue() {
63
- return this.i.o4;
63
+ return this.i.o7;
64
64
  }
65
65
  set editValue(v) {
66
- this.i.o4 = v;
66
+ this.i.o7 = v;
67
67
  }
68
68
  /**
69
69
  * Gets or sets the type of editor to use while cell editing.
70
70
  */
71
71
  get editorType() {
72
- return this.i.og;
72
+ return this.i.oj;
73
73
  }
74
74
  set editorType(v) {
75
- this.i.og = ensureEnum(EditorType_$type, v);
75
+ this.i.oj = ensureEnum(EditorType_$type, v);
76
76
  }
77
77
  /**
78
78
  * Gets or sets the data source to use for the editor where it makes sense.
79
79
  */
80
80
  get editorDataSource() {
81
- return this.i.o3;
81
+ return this.i.o6;
82
82
  }
83
83
  set editorDataSource(v) {
84
- this.i.o3 = v;
84
+ this.i.o6 = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the editors display member.
88
88
  */
89
89
  get editorTextField() {
90
- return this.i.pc;
90
+ return this.i.pf;
91
91
  }
92
92
  set editorTextField(v) {
93
- this.i.pc = v;
93
+ this.i.pf = v;
94
94
  }
95
95
  /**
96
96
  * Gets or sets the editors value member.
97
97
  */
98
98
  get editorValueField() {
99
- return this.i.oa;
99
+ return this.i.od;
100
100
  }
101
101
  set editorValueField(v) {
102
102
  if (v && !Array.isArray(v) && typeof (v) == "string") {
103
103
  const re = /\s*(?:,|\s|$)\s*/gm;
104
104
  v = v.split(re);
105
105
  }
106
- this.i.oa = v;
106
+ this.i.od = v;
107
107
  }
108
108
  get dateFormatString() {
109
- return this.i.o9;
109
+ return this.i.pc;
110
110
  }
111
111
  set dateFormatString(v) {
112
- this.i.o9 = v;
112
+ this.i.pc = v;
113
113
  }
114
114
  get showTodayButton() {
115
- return this.i.om;
115
+ return this.i.op;
116
116
  }
117
117
  set showTodayButton(v) {
118
- this.i.om = ensureBool(v);
118
+ this.i.op = ensureBool(v);
119
119
  }
120
120
  /**
121
121
  * Gets the row index that the editor cell is targeting for edit.
122
122
  */
123
123
  get targetRow() {
124
- return this.i.o1;
124
+ return this.i.o4;
125
125
  }
126
126
  /**
127
127
  * Gets the column index that the editor cell is targeting for edit.
128
128
  */
129
129
  get targetColumn() {
130
- return this.i.o0;
130
+ return this.i.o3;
131
131
  }
132
132
  findByName(name) {
133
133
  var baseResult = super.findByName(name);