igniteui-angular-data-grids 20.0.1-beta.0 → 20.0.2-beta.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 (240) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10223 -8743
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
  7. package/esm2015/lib/CanvasGridCellBase.js +9 -9
  8. package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  15. package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
  17. package/esm2015/lib/CellPresenterBase.js +64 -39
  18. package/esm2015/lib/CheckboxListView_combined.js +49 -49
  19. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +6925 -6539
  21. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  22. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  23. package/esm2015/lib/ColumnSortDescription.js +6 -1
  24. package/esm2015/lib/ColumnSummaryDescription.js +6 -1
  25. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  26. package/esm2015/lib/ContentCellModelHelper.js +46 -33
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +10 -10
  31. package/esm2015/lib/EditorCell.js +335 -335
  32. package/esm2015/lib/EditorCellPresenter.js +28 -28
  33. package/esm2015/lib/EditorRowCell.js +1 -1
  34. package/esm2015/lib/FilterCell.js +278 -278
  35. package/esm2015/lib/FilterCellPresenter.js +18 -18
  36. package/esm2015/lib/GridCellBase.js +587 -317
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
  46. package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
  47. package/esm2015/lib/GridConditionalStyleProperty.js +8 -8
  48. package/esm2015/lib/GridExternalWrapper.js +6 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  50. package/esm2015/lib/GridStyleRepository.js +1 -1
  51. package/esm2015/lib/ImageCell.js +62 -62
  52. package/esm2015/lib/ImageCellPresenter.js +18 -18
  53. package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
  54. package/esm2015/lib/NumericCell.js +9 -5
  55. package/esm2015/lib/NumericCellPresenter.js +10 -10
  56. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  57. package/esm2015/lib/SectionHeaderCell.js +17 -17
  58. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  59. package/esm2015/lib/SummaryCell.js +41 -41
  60. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  61. package/esm2015/lib/TemplateCell.js +16 -16
  62. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  63. package/esm2015/lib/TemplateHeader.js +7 -7
  64. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  65. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  66. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  67. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  68. package/esm2015/lib/TextCell.js +35 -30
  69. package/esm2015/lib/TextCellDecoration.js +33 -0
  70. package/esm2015/lib/TextCellPresenter.js +11 -11
  71. package/esm2015/lib/TextHeaderCell.js +157 -150
  72. package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
  73. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  74. package/esm2015/lib/igx-cell-info.js +301 -190
  75. package/esm2015/lib/igx-checkbox-list-component.js +1 -1
  76. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  77. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  78. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  79. package/esm2015/lib/igx-data-grid-column-component.js +254 -115
  80. package/esm2015/lib/igx-data-grid-component.js +38 -5
  81. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  82. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  83. package/esm2015/lib/igx-definition-base-component.js +46 -45
  84. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  85. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  86. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  87. package/esm2015/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  88. package/esm2015/lib/igx-grid-conditional-style-font-info-component.js +144 -0
  89. package/esm2015/lib/igx-grid-conditional-style-font-info-dynamic-module.js +34 -0
  90. package/esm2015/lib/igx-grid-conditional-style-font-info-module.js +27 -0
  91. package/esm2015/lib/igx-header-component.js +16 -16
  92. package/esm2015/lib/igx-image-cell-info.js +6 -6
  93. package/esm2015/lib/igx-image-column-component.js +10 -10
  94. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  95. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  96. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  97. package/esm2015/lib/igx-section-header-component.js +16 -16
  98. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  99. package/esm2015/lib/igx-summary-row-component.js +16 -16
  100. package/esm2015/lib/igx-template-cell-info.js +2 -2
  101. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  102. package/esm2015/lib/igx-text-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-column-component.js +8 -8
  104. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  105. package/esm2015/public_api.js +5 -0
  106. package/esm5/lib/AccessibilityRow.js +3 -3
  107. package/esm5/lib/CanvasCellPresenterBase.js +14 -14
  108. package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasGridCellBase.js +9 -9
  111. package/esm5/lib/CanvasImageCellPresenter.js +10 -10
  112. package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  114. package/esm5/lib/CanvasSummaryCell.js +1 -1
  115. package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
  116. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  117. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  118. package/esm5/lib/CanvasTextCellPresenter.js +10 -10
  119. package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
  120. package/esm5/lib/CellPresenterBase.js +64 -39
  121. package/esm5/lib/CheckboxListView_combined.js +49 -49
  122. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  123. package/esm5/lib/ColumnFilterCondition_combined.js +6754 -6269
  124. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  125. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  126. package/esm5/lib/ColumnSortDescription.js +6 -1
  127. package/esm5/lib/ColumnSummaryDescription.js +6 -1
  128. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  129. package/esm5/lib/ContentCellModelHelper.js +46 -33
  130. package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +10 -10
  134. package/esm5/lib/EditorCell.js +291 -291
  135. package/esm5/lib/EditorCellPresenter.js +28 -28
  136. package/esm5/lib/EditorRowCell.js +1 -1
  137. package/esm5/lib/FilterCell.js +266 -266
  138. package/esm5/lib/FilterCellPresenter.js +18 -18
  139. package/esm5/lib/GridCellBase.js +625 -311
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
  149. package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
  150. package/esm5/lib/GridConditionalStyleProperty.js +8 -8
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  153. package/esm5/lib/GridStyleRepository.js +1 -1
  154. package/esm5/lib/ImageCell.js +61 -61
  155. package/esm5/lib/ImageCellPresenter.js +18 -18
  156. package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
  157. package/esm5/lib/NumericCell.js +9 -5
  158. package/esm5/lib/NumericCellPresenter.js +10 -10
  159. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  160. package/esm5/lib/SectionHeaderCell.js +17 -17
  161. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  162. package/esm5/lib/SummaryCell.js +41 -41
  163. package/esm5/lib/SummaryCellPresenter.js +14 -14
  164. package/esm5/lib/TemplateCell.js +16 -16
  165. package/esm5/lib/TemplateCellPresenter.js +5 -5
  166. package/esm5/lib/TemplateHeader.js +7 -7
  167. package/esm5/lib/TemplateHeaderCell.js +6 -6
  168. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  169. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  170. package/esm5/lib/TemplateSectionHeader.js +2 -2
  171. package/esm5/lib/TextCell.js +35 -30
  172. package/esm5/lib/TextCellDecoration.js +33 -0
  173. package/esm5/lib/TextCellPresenter.js +11 -11
  174. package/esm5/lib/TextHeaderCell.js +155 -148
  175. package/esm5/lib/TextHeaderCellPresenter.js +35 -35
  176. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  177. package/esm5/lib/igx-cell-info.js +349 -190
  178. package/esm5/lib/igx-checkbox-list-component.js +1 -1
  179. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  180. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  181. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  182. package/esm5/lib/igx-data-grid-column-component.js +302 -115
  183. package/esm5/lib/igx-data-grid-component.js +42 -5
  184. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  185. package/esm5/lib/igx-date-time-column-component.js +20 -20
  186. package/esm5/lib/igx-definition-base-component.js +46 -45
  187. package/esm5/lib/igx-editor-cell-info.js +23 -23
  188. package/esm5/lib/igx-filter-cell-info.js +26 -26
  189. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  190. package/esm5/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  191. package/esm5/lib/igx-grid-conditional-style-font-info-component.js +155 -0
  192. package/esm5/lib/igx-grid-conditional-style-font-info-dynamic-module.js +33 -0
  193. package/esm5/lib/igx-grid-conditional-style-font-info-module.js +28 -0
  194. package/esm5/lib/igx-header-component.js +16 -16
  195. package/esm5/lib/igx-image-cell-info.js +6 -6
  196. package/esm5/lib/igx-image-column-component.js +10 -10
  197. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  198. package/esm5/lib/igx-numeric-column-component.js +30 -30
  199. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igx-section-header-component.js +16 -16
  201. package/esm5/lib/igx-summary-cell-info.js +9 -9
  202. package/esm5/lib/igx-summary-row-component.js +16 -16
  203. package/esm5/lib/igx-template-cell-info.js +2 -2
  204. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  205. package/esm5/lib/igx-text-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-column-component.js +8 -8
  207. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  208. package/esm5/public_api.js +5 -0
  209. package/fesm2015/igniteui-angular-data-grids.js +10236 -9009
  210. package/fesm5/igniteui-angular-data-grids.js +10219 -8745
  211. package/lib/ColumnFilterCondition_combined.d.ts +1784 -1694
  212. package/lib/ContentCellModelHelper.d.ts +4 -4
  213. package/lib/EditorCell.d.ts +74 -74
  214. package/lib/FilterCell.d.ts +61 -61
  215. package/lib/GridCellBase.d.ts +140 -95
  216. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
  217. package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
  218. package/lib/ImageCell.d.ts +20 -20
  219. package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
  220. package/lib/NumericCell.d.ts +2 -1
  221. package/lib/SectionHeaderCell.d.ts +4 -4
  222. package/lib/SummaryCell.d.ts +11 -11
  223. package/lib/TemplateCell.d.ts +6 -6
  224. package/lib/TemplateHeader.d.ts +3 -3
  225. package/lib/TemplateHeaderCell.d.ts +3 -3
  226. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  227. package/lib/TemplateSectionHeader.d.ts +2 -2
  228. package/lib/TextCell.d.ts +10 -8
  229. package/lib/TextCellDecoration.d.ts +26 -0
  230. package/lib/TextHeaderCell.d.ts +37 -35
  231. package/lib/VerticalSeparatorCell.d.ts +9 -9
  232. package/lib/igx-cell-info.d.ts +63 -0
  233. package/lib/igx-data-grid-column-component.d.ts +68 -2
  234. package/lib/igx-data-grid-component.d.ts +9 -2
  235. package/lib/igx-definition-base-component.d.ts +1 -1
  236. package/lib/igx-grid-conditional-style-font-info-component.d.ts +33 -0
  237. package/lib/igx-grid-conditional-style-font-info-dynamic-module.d.ts +9 -0
  238. package/lib/igx-grid-conditional-style-font-info-module.d.ts +8 -0
  239. package/package.json +4 -4
  240. package/public_api.d.ts +5 -0
@@ -23,111 +23,111 @@ export class IgxEditorCellInfo extends IgxCellInfo {
23
23
  * Gets whether the editor cell is hidden or not.
24
24
  */
25
25
  get isHidden() {
26
- return this.i.mv;
26
+ return this.i.n8;
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.mo;
32
+ const r = this.i.n1;
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.mo = null : this.i.mo = v.i;
39
+ v == null ? this.i.n1 = null : this.i.n1 = 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.mm;
45
+ return this.i.nz;
46
46
  }
47
47
  set dataType(v) {
48
- this.i.mm = ensureEnum(DataSourceSchemaPropertyType_$type, v);
48
+ this.i.nz = 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.nr;
54
+ return this.i.o4;
55
55
  }
56
56
  set errorMessage(v) {
57
- this.i.nr = v;
57
+ this.i.o4 = v;
58
58
  }
59
59
  /**
60
60
  * Gets or sets the user selected value.
61
61
  */
62
62
  get editValue() {
63
- return this.i.ne;
63
+ return this.i.or;
64
64
  }
65
65
  set editValue(v) {
66
- this.i.ne = v;
66
+ this.i.or = 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.mq;
72
+ return this.i.n3;
73
73
  }
74
74
  set editorType(v) {
75
- this.i.mq = ensureEnum(EditorType_$type, v);
75
+ this.i.n3 = 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.nd;
81
+ return this.i.oq;
82
82
  }
83
83
  set editorDataSource(v) {
84
- this.i.nd = v;
84
+ this.i.oq = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the editors display member.
88
88
  */
89
89
  get editorTextField() {
90
- return this.i.nm;
90
+ return this.i.oz;
91
91
  }
92
92
  set editorTextField(v) {
93
- this.i.nm = v;
93
+ this.i.oz = v;
94
94
  }
95
95
  /**
96
96
  * Gets or sets the editors value member.
97
97
  */
98
98
  get editorValueField() {
99
- return this.i.mk;
99
+ return this.i.nx;
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.mk = v;
106
+ this.i.nx = v;
107
107
  }
108
108
  get dateFormatString() {
109
- return this.i.nj;
109
+ return this.i.ow;
110
110
  }
111
111
  set dateFormatString(v) {
112
- this.i.nj = v;
112
+ this.i.ow = v;
113
113
  }
114
114
  get showTodayButton() {
115
- return this.i.mw;
115
+ return this.i.n9;
116
116
  }
117
117
  set showTodayButton(v) {
118
- this.i.mw = ensureBool(v);
118
+ this.i.n9 = 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.nb;
124
+ return this.i.oo;
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.na;
130
+ return this.i.on;
131
131
  }
132
132
  findByName(name) {
133
133
  var baseResult = super.findByName(name);
@@ -27,38 +27,38 @@ export class IgxFilterCellInfo extends IgxCellInfo {
27
27
  * Gets or sets whether the cell is hit test visible.
28
28
  */
29
29
  get dataType() {
30
- return this.i.mo;
30
+ return this.i.n1;
31
31
  }
32
32
  set dataType(v) {
33
- this.i.mo = ensureEnum(DataSourceSchemaPropertyType_$type, v);
33
+ this.i.n1 = ensureEnum(DataSourceSchemaPropertyType_$type, v);
34
34
  }
35
35
  /**
36
36
  * Gets or sets the current filter to display in the cell.
37
37
  */
38
38
  get filter() {
39
- return this.i.mm;
39
+ return this.i.nz;
40
40
  }
41
41
  set filter(v) {
42
- this.i.mm = v;
42
+ this.i.nz = v;
43
43
  }
44
44
  /**
45
45
  * Gets or sets the current filter expression applied to the column.
46
46
  */
47
47
  get filterExpression() {
48
- return this.i.mq;
48
+ return this.i.n3;
49
49
  }
50
50
  set filterExpression(v) {
51
- this.i.mq = v;
51
+ this.i.n3 = v;
52
52
  }
53
53
  get filterOperands() {
54
54
  if (this._filterOperands === null) {
55
55
  let coll = new IgxGridFilterOperandsCollection();
56
- let innerColl = this.i.ms;
56
+ let innerColl = this.i.n5;
57
57
  if (!innerColl) {
58
58
  innerColl = new GridFilterOperandsCollection_internal();
59
59
  }
60
60
  this._filterOperands = coll._fromInner(innerColl);
61
- this.i.ms = innerColl;
61
+ this.i.n5 = innerColl;
62
62
  }
63
63
  return this._filterOperands;
64
64
  }
@@ -70,62 +70,62 @@ export class IgxFilterCellInfo extends IgxCellInfo {
70
70
  let coll = new IgxGridFilterOperandsCollection();
71
71
  this._filterOperands = coll._fromOuter(v);
72
72
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
73
- let innerColl = this.i.ms;
73
+ let innerColl = this.i.n5;
74
74
  if (!innerColl) {
75
75
  innerColl = new GridFilterOperandsCollection_internal();
76
76
  }
77
77
  syncColl._inner = innerColl;
78
78
  syncColl.clear();
79
79
  this._filterOperands._setSyncTarget(syncColl);
80
- this.i.ms = innerColl;
80
+ this.i.n5 = innerColl;
81
81
  }
82
82
  get operatorType() {
83
- return this.i.mk;
83
+ return this.i.nx;
84
84
  }
85
85
  set operatorType(v) {
86
- this.i.mk = v;
86
+ this.i.nx = v;
87
87
  }
88
88
  get filterValue() {
89
- return this.i.m6;
89
+ return this.i.oj;
90
90
  }
91
91
  set filterValue(v) {
92
- this.i.m6 = v;
92
+ this.i.oj = v;
93
93
  }
94
94
  get selectorTop() {
95
- return this.i.m0;
95
+ return this.i.od;
96
96
  }
97
97
  set selectorTop(v) {
98
- this.i.m0 = +v;
98
+ this.i.od = +v;
99
99
  }
100
100
  get selectorLeft() {
101
- return this.i.mz;
101
+ return this.i.oc;
102
102
  }
103
103
  set selectorLeft(v) {
104
- this.i.mz = +v;
104
+ this.i.oc = +v;
105
105
  }
106
106
  get editorTop() {
107
- return this.i.my;
107
+ return this.i.ob;
108
108
  }
109
109
  set editorTop(v) {
110
- this.i.my = +v;
110
+ this.i.ob = +v;
111
111
  }
112
112
  get editorLeft() {
113
- return this.i.mx;
113
+ return this.i.oa;
114
114
  }
115
115
  set editorLeft(v) {
116
- this.i.mx = +v;
116
+ this.i.oa = +v;
117
117
  }
118
118
  get clearIconTop() {
119
- return this.i.mw;
119
+ return this.i.n9;
120
120
  }
121
121
  set clearIconTop(v) {
122
- this.i.mw = +v;
122
+ this.i.n9 = +v;
123
123
  }
124
124
  get clearIconLeft() {
125
- return this.i.mv;
125
+ return this.i.n8;
126
126
  }
127
127
  set clearIconLeft(v) {
128
- this.i.mv = +v;
128
+ this.i.n8 = +v;
129
129
  }
130
130
  findByName(name) {
131
131
  var baseResult = super.findByName(name);
@@ -37,37 +37,37 @@ export let IgxFilterRowDefinitionComponent = /*@__PURE__*/ (() => {
37
37
  * Gets or sets the amount of left padding to use for the cell content for this column.
38
38
  */
39
39
  get paddingLeft() {
40
- return this.i.g3;
40
+ return this.i.g4;
41
41
  }
42
42
  set paddingLeft(v) {
43
- this.i.g3 = +v;
43
+ this.i.g4 = +v;
44
44
  }
45
45
  /**
46
46
  * Gets or sets the amount of top padding to use for the cell content for this column.
47
47
  */
48
48
  get paddingTop() {
49
- return this.i.g5;
49
+ return this.i.g6;
50
50
  }
51
51
  set paddingTop(v) {
52
- this.i.g5 = +v;
52
+ this.i.g6 = +v;
53
53
  }
54
54
  /**
55
55
  * Gets or sets the amount of right padding to use for the cell content of this column.
56
56
  */
57
57
  get paddingRight() {
58
- return this.i.g4;
58
+ return this.i.g5;
59
59
  }
60
60
  set paddingRight(v) {
61
- this.i.g4 = +v;
61
+ this.i.g5 = +v;
62
62
  }
63
63
  /**
64
64
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
65
65
  */
66
66
  get paddingBottom() {
67
- return this.i.g2;
67
+ return this.i.g3;
68
68
  }
69
69
  set paddingBottom(v) {
70
- this.i.g2 = +v;
70
+ this.i.g3 = +v;
71
71
  }
72
72
  }
73
73
  IgxFilterRowDefinitionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxFilterRowDefinitionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -28,18 +28,18 @@ export class IgxGridConditionFilterStringErrorsParsingEventArgs {
28
28
  this.onImplementationCreated();
29
29
  }
30
30
  get propertyName() {
31
- return this.i.propertyName;
31
+ return this.i.b;
32
32
  }
33
33
  set propertyName(v) {
34
- this.i.propertyName = v;
34
+ this.i.b = v;
35
35
  }
36
36
  /**
37
37
  * Gets the errors from parsing the filter string.
38
38
  */
39
39
  get errors() {
40
- return this.i.errors;
40
+ return this.i.a;
41
41
  }
42
42
  set errors(v) {
43
- this.i.errors = v;
43
+ this.i.a = v;
44
44
  }
45
45
  }
@@ -0,0 +1,144 @@
1
+ import { Component, Input, ChangeDetectionStrategy } from '@angular/core';
2
+ import { GridConditionalStyleFontInfo } from "./GridConditionalStyleFontInfo";
3
+ import { TypeRegistrar } from "igniteui-angular-core";
4
+ import { NamePatcher, toSpinal, initializePropertiesFromCss } from "igniteui-angular-core";
5
+ import { FontInfo } from "igniteui-angular-core";
6
+ import * as i0 from "@angular/core";
7
+ export let IgxGridConditionalStyleFontInfoComponent = /*@__PURE__*/ (() => {
8
+ class IgxGridConditionalStyleFontInfoComponent {
9
+ constructor() {
10
+ this.__p = null;
11
+ this._hasUserValues = new Set();
12
+ this._stylingContainer = null;
13
+ this._stylingParent = null;
14
+ this._inStyling = false;
15
+ if (this._styling) {
16
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
17
+ }
18
+ this._implementation = this.createImplementation();
19
+ this._implementation.externalObject = this;
20
+ this.onImplementationCreated();
21
+ if (this._initializeAdapters) {
22
+ this._initializeAdapters();
23
+ }
24
+ }
25
+ createImplementation() {
26
+ return new GridConditionalStyleFontInfo();
27
+ }
28
+ ngOnInit() {
29
+ }
30
+ /**
31
+ * @hidden
32
+ */
33
+ get i() {
34
+ return this._implementation;
35
+ } /**
36
+ * @hidden
37
+ */
38
+ static _createFromInternal(internal) {
39
+ if (!internal) {
40
+ return null;
41
+ }
42
+ if (!internal.$type) {
43
+ return null;
44
+ }
45
+ let name = internal.$type.name;
46
+ let externalName = "Igx" + name + "Component";
47
+ if (!TypeRegistrar.isRegistered(externalName)) {
48
+ return null;
49
+ }
50
+ return TypeRegistrar.create(externalName);
51
+ }
52
+ onImplementationCreated() {
53
+ }
54
+ /**
55
+ * Gets or sets the font info for a conditional style.
56
+ */
57
+ get textStyle() {
58
+ if (this.i.textStyle == null) {
59
+ return null;
60
+ }
61
+ return this.i.textStyle.fontString;
62
+ }
63
+ set textStyle(v) {
64
+ let fi = new FontInfo();
65
+ fi.fontString = v;
66
+ this.i.textStyle = fi;
67
+ }
68
+ findByName(name) {
69
+ if (this.findEphemera) {
70
+ if (name && name.indexOf("@@e:") == 0) {
71
+ return this.findEphemera(name);
72
+ }
73
+ }
74
+ return null;
75
+ }
76
+ get hasUserValues() {
77
+ return this._hasUserValues;
78
+ }
79
+ __m(propertyName) {
80
+ if (!this._inStyling) {
81
+ this._hasUserValues.add(propertyName);
82
+ }
83
+ }
84
+ _styling(container, component, parent) {
85
+ if (this._inStyling) {
86
+ return;
87
+ }
88
+ this._inStyling = true;
89
+ this._stylingContainer = container;
90
+ this._stylingParent = component;
91
+ let genericPrefix = "";
92
+ let typeName = this.i.$type.name;
93
+ if (typeName.indexOf("Xam") === 0) {
94
+ typeName = typeName.substring(3);
95
+ }
96
+ genericPrefix = toSpinal("GridConditionalStyleFontInfoComponent");
97
+ let additionalPrefixes = [];
98
+ let prefix = toSpinal(typeName);
99
+ additionalPrefixes.push(prefix + "-");
100
+ let b = this.i.$type.baseType;
101
+ while (b && b.name != "Object" &&
102
+ b.name != "Base" &&
103
+ b.name != "Control" &&
104
+ b.Name != "DependencyObject" &&
105
+ b.Name != "FrameworkElement") {
106
+ typeName = b.name;
107
+ if (typeName.indexOf("Xam") === 0) {
108
+ typeName = typeName.substring(3);
109
+ }
110
+ let basePrefix = toSpinal(typeName);
111
+ additionalPrefixes.push(basePrefix + "-");
112
+ b = b.baseType;
113
+ }
114
+ if (parent) {
115
+ let parentTypeName = parent.i.$type.name;
116
+ if (parentTypeName.indexOf("Xam") === 0) {
117
+ parentTypeName = parentTypeName.substring(3);
118
+ }
119
+ let parentPrefix = toSpinal(parentTypeName);
120
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
121
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
122
+ }
123
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
124
+ if (this._otherStyling) {
125
+ this._otherStyling(container, component, parent);
126
+ }
127
+ this._inStyling = false;
128
+ }
129
+ }
130
+ IgxGridConditionalStyleFontInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridConditionalStyleFontInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
131
+ IgxGridConditionalStyleFontInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGridConditionalStyleFontInfoComponent, selector: "igx-grid-conditional-style-font-info", inputs: { textStyle: "textStyle" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
132
+ return IgxGridConditionalStyleFontInfoComponent;
133
+ })();
134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridConditionalStyleFontInfoComponent, decorators: [{
135
+ type: Component,
136
+ args: [{
137
+ selector: 'igx-grid-conditional-style-font-info',
138
+ template: ``,
139
+ providers: [],
140
+ changeDetection: ChangeDetectionStrategy.OnPush
141
+ }]
142
+ }], ctorParameters: function () { return []; }, propDecorators: { textStyle: [{
143
+ type: Input
144
+ }] } });
@@ -0,0 +1,34 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { NgModule } from '@angular/core';
8
+ import { CommonModule } from '@angular/common';
9
+ import { IgxGridConditionalStyleFontInfoModule } from './igx-grid-conditional-style-font-info-module';
10
+ import { IgxGridConditionalStyleFontInfoComponent } from './igx-grid-conditional-style-font-info-component';
11
+ import { GridConditionalStyleFontInfo } from './GridConditionalStyleFontInfo';
12
+ import { TypeRegistrar } from "igniteui-angular-core";
13
+ import * as i0 from "@angular/core";
14
+ export let IgxGridConditionalStyleFontInfoDynamicModule = /*@__PURE__*/ (() => {
15
+ class IgxGridConditionalStyleFontInfoDynamicModule {
16
+ constructor() {
17
+ TypeRegistrar.registerCons("IgxGridConditionalStyleFontInfoComponent", IgxGridConditionalStyleFontInfoComponent);
18
+ TypeRegistrar.register("GridConditionalStyleFontInfo", GridConditionalStyleFontInfo.$type);
19
+ }
20
+ }
21
+ IgxGridConditionalStyleFontInfoDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridConditionalStyleFontInfoDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22
+ IgxGridConditionalStyleFontInfoDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridConditionalStyleFontInfoDynamicModule, imports: [CommonModule, IgxGridConditionalStyleFontInfoModule], exports: [IgxGridConditionalStyleFontInfoModule] });
23
+ IgxGridConditionalStyleFontInfoDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridConditionalStyleFontInfoDynamicModule, imports: [[CommonModule, IgxGridConditionalStyleFontInfoModule], IgxGridConditionalStyleFontInfoModule] });
24
+ return IgxGridConditionalStyleFontInfoDynamicModule;
25
+ })();
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridConditionalStyleFontInfoDynamicModule, decorators: [{
27
+ type: NgModule,
28
+ args: [{
29
+ declarations: [],
30
+ imports: [CommonModule, IgxGridConditionalStyleFontInfoModule],
31
+ exports: [IgxGridConditionalStyleFontInfoModule],
32
+ entryComponents: [IgxGridConditionalStyleFontInfoComponent]
33
+ }]
34
+ }], ctorParameters: function () { return []; } });
@@ -0,0 +1,27 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { NgModule } from '@angular/core';
8
+ import { CommonModule } from '@angular/common';
9
+ import { IgxGridConditionalStyleFontInfoComponent } from './igx-grid-conditional-style-font-info-component';
10
+ import * as i0 from "@angular/core";
11
+ export let IgxGridConditionalStyleFontInfoModule = /*@__PURE__*/ (() => {
12
+ class IgxGridConditionalStyleFontInfoModule {
13
+ }
14
+ IgxGridConditionalStyleFontInfoModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridConditionalStyleFontInfoModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ IgxGridConditionalStyleFontInfoModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridConditionalStyleFontInfoModule, declarations: [IgxGridConditionalStyleFontInfoComponent], imports: [CommonModule], exports: [IgxGridConditionalStyleFontInfoComponent] });
16
+ IgxGridConditionalStyleFontInfoModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridConditionalStyleFontInfoModule, imports: [[CommonModule]] });
17
+ return IgxGridConditionalStyleFontInfoModule;
18
+ })();
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridConditionalStyleFontInfoModule, decorators: [{
20
+ type: NgModule,
21
+ args: [{
22
+ declarations: [IgxGridConditionalStyleFontInfoComponent],
23
+ imports: [CommonModule],
24
+ exports: [IgxGridConditionalStyleFontInfoComponent],
25
+ entryComponents: []
26
+ }]
27
+ }] });
@@ -35,67 +35,67 @@ export let IgxHeaderComponent = /*@__PURE__*/ (() => {
35
35
  * Gets or sets the color to use for the sort indicator icon
36
36
  */
37
37
  get sortIndicatorColor() {
38
- return brushToString(this.i.ho);
38
+ return brushToString(this.i.hp);
39
39
  }
40
40
  set sortIndicatorColor(v) {
41
- this.i.ho = stringToBrush(v);
41
+ this.i.hp = stringToBrush(v);
42
42
  }
43
43
  /**
44
44
  * Gets the actual background color that is used for the cells when they are selected
45
45
  */
46
46
  get actualSortIndicatorColor() {
47
- return brushToString(this.i.hm);
47
+ return brushToString(this.i.hn);
48
48
  }
49
49
  set actualSortIndicatorColor(v) {
50
- this.i.hm = stringToBrush(v);
50
+ this.i.hn = stringToBrush(v);
51
51
  }
52
52
  get sortIndicatorStyle() {
53
- return this.i.g1;
53
+ return this.i.g2;
54
54
  }
55
55
  set sortIndicatorStyle(v) {
56
- this.i.g1 = ensureEnum(SortIndicatorStyle_$type, v);
56
+ this.i.g2 = ensureEnum(SortIndicatorStyle_$type, v);
57
57
  }
58
58
  get actualSortIndicatorStyle() {
59
- return this.i.g0;
59
+ return this.i.g1;
60
60
  }
61
61
  set actualSortIndicatorStyle(v) {
62
- this.i.g0 = ensureEnum(SortIndicatorStyle_$type, v);
62
+ this.i.g1 = ensureEnum(SortIndicatorStyle_$type, v);
63
63
  }
64
64
  /**
65
65
  * Gets or sets the amount of left padding to use for the cell content.
66
66
  */
67
67
  get paddingLeft() {
68
- return this.i.g7;
68
+ return this.i.g8;
69
69
  }
70
70
  set paddingLeft(v) {
71
- this.i.g7 = +v;
71
+ this.i.g8 = +v;
72
72
  }
73
73
  /**
74
74
  * Gets or sets the amount of top padding to use for the cell content.
75
75
  */
76
76
  get paddingTop() {
77
- return this.i.g9;
77
+ return this.i.ha;
78
78
  }
79
79
  set paddingTop(v) {
80
- this.i.g9 = +v;
80
+ this.i.ha = +v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the amount of right padding to use for the cell content.
84
84
  */
85
85
  get paddingRight() {
86
- return this.i.g8;
86
+ return this.i.g9;
87
87
  }
88
88
  set paddingRight(v) {
89
- this.i.g8 = +v;
89
+ this.i.g9 = +v;
90
90
  }
91
91
  /**
92
92
  * Gets or sets the amount of bottom padding to use for the cell content.
93
93
  */
94
94
  get paddingBottom() {
95
- return this.i.g6;
95
+ return this.i.g7;
96
96
  }
97
97
  set paddingBottom(v) {
98
- this.i.g6 = +v;
98
+ this.i.g7 = +v;
99
99
  }
100
100
  }
101
101
  IgxHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -23,27 +23,27 @@ export class IgxImageCellInfo extends IgxCellInfo {
23
23
  * Sets or gets the resource path to use to get the image for the cell.
24
24
  */
25
25
  get imagePath() {
26
- return this.i.mr;
26
+ return this.i.n4;
27
27
  }
28
28
  set imagePath(v) {
29
- this.i.mr = v;
29
+ this.i.n4 = v;
30
30
  }
31
31
  /**
32
32
  * Sets or gets the image stretching behavior for the image.
33
33
  */
34
34
  get imageStretchOption() {
35
- return this.i.mm;
35
+ return this.i.nz;
36
36
  }
37
37
  set imageStretchOption(v) {
38
- this.i.mm = ensureEnum(ImageStretchOptions_$type, v);
38
+ this.i.nz = ensureEnum(ImageStretchOptions_$type, v);
39
39
  }
40
40
  /**
41
41
  * Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
42
42
  */
43
43
  get imageResourceType() {
44
- return this.i.mk;
44
+ return this.i.nx;
45
45
  }
46
46
  set imageResourceType(v) {
47
- this.i.mk = ensureEnum(ImageResourceType_$type, v);
47
+ this.i.nx = ensureEnum(ImageResourceType_$type, v);
48
48
  }
49
49
  }