igniteui-angular-core 20.2.0 → 20.2.1-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 (230) hide show
  1. package/bundles/igniteui-angular-core.umd.js +6890 -5217
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/AxisDescription.js +276 -276
  4. package/esm2015/lib/AxisDescriptionMetadata.js +10 -5
  5. package/esm2015/lib/AxisMouseEventArgsDescription.js +29 -21
  6. package/esm2015/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  7. package/esm2015/lib/BaseDOMEventProxy_combined.js +420 -419
  8. package/esm2015/lib/CanvasGestureDOMEventProxy.js +252 -252
  9. package/esm2015/lib/CanvasScalingHelpers.js +79 -0
  10. package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  11. package/esm2015/lib/CategoryChartDescription.js +121 -121
  12. package/esm2015/lib/DashboardTileDescription.js +90 -82
  13. package/esm2015/lib/DashboardTileDescriptionMetadata.js +1 -0
  14. package/esm2015/lib/DataChartDescription.js +103 -95
  15. package/esm2015/lib/DataChartDescriptionMetadata.js +1 -0
  16. package/esm2015/lib/DataPieBaseChartDescription.js +117 -117
  17. package/esm2015/lib/DataPieChartDescription.js +32 -32
  18. package/esm2015/lib/DataSourceLocalDataProvider.js +371 -158
  19. package/esm2015/lib/DomainChartDescription.js +786 -778
  20. package/esm2015/lib/DomainChartDescriptionMetadata.js +10 -2
  21. package/esm2015/lib/EventProxy.js +32 -31
  22. package/esm2015/lib/FeatureState.js +29 -0
  23. package/esm2015/lib/FinancialChartDescription.js +151 -151
  24. package/esm2015/lib/GeographicMapDescription.js +41 -41
  25. package/esm2015/lib/ImageLoadEventArgsDescription.js +58 -0
  26. package/esm2015/lib/ImageLoadEventArgsDescriptionMetadata.js +41 -0
  27. package/esm2015/lib/LabelFormatOverrideEventArgsDescription.js +50 -0
  28. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  29. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +76 -0
  30. package/esm2015/lib/LastSevenDaysExpressionDescription.js +25 -0
  31. package/esm2015/lib/LastSevenDaysExpressionDescriptionMetadata.js +39 -0
  32. package/esm2015/lib/LastThirtyDaysExpressionDescription.js +25 -0
  33. package/esm2015/lib/LastThirtyDaysExpressionDescriptionMetadata.js +39 -0
  34. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescription.js +25 -0
  35. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +39 -0
  36. package/esm2015/lib/MonthToDateExpressionDescription.js +25 -0
  37. package/esm2015/lib/MonthToDateExpressionDescriptionMetadata.js +39 -0
  38. package/esm2015/lib/NumericAxisBaseDescription.js +84 -84
  39. package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  40. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  41. package/esm2015/lib/QuarterToDateExpressionDescription.js +25 -0
  42. package/esm2015/lib/QuarterToDateExpressionDescriptionMetadata.js +39 -0
  43. package/esm2015/lib/RadialBaseChartDescription.js +217 -217
  44. package/esm2015/lib/ScrollerView_combined.js +12 -12
  45. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -1
  46. package/esm2015/lib/SeriesViewerDescription.js +503 -487
  47. package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  48. package/esm2015/lib/TimeAxisLabelFormatDescription.js +14 -6
  49. package/esm2015/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -35
  50. package/esm2015/lib/TrailingTwelveMonthsExpressionDescription.js +25 -0
  51. package/esm2015/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +39 -0
  52. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  53. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescription.js +23 -0
  54. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  55. package/esm2015/lib/WebColumnDescription.js +131 -115
  56. package/esm2015/lib/WebColumnDescriptionMetadata.js +4 -0
  57. package/esm2015/lib/WebColumnGroupDescription.js +12 -12
  58. package/esm2015/lib/WebCustomDateRangeDescription.js +16 -0
  59. package/esm2015/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  60. package/esm2015/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  61. package/esm2015/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  62. package/esm2015/lib/WebDefaultMergeStrategyDescription.js +26 -0
  63. package/esm2015/lib/WebDefaultMergeStrategyDescriptionMetadata.js +42 -0
  64. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescription.js +23 -0
  65. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  66. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +341 -325
  67. package/esm2015/lib/WebGridDescription.js +52 -52
  68. package/esm2015/lib/WebGridMergeStrategyDescription.js +26 -0
  69. package/esm2015/lib/WebGridMergeStrategyDescriptionMetadata.js +43 -0
  70. package/esm2015/lib/WebGridResourceStringsDescription.js +549 -437
  71. package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  72. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  73. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  74. package/esm2015/lib/WebPivotGridDescription.js +42 -42
  75. package/esm2015/lib/WebPositionSettingsDescription.js +18 -10
  76. package/esm2015/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  77. package/esm2015/lib/WebRowIslandDescription.js +356 -340
  78. package/esm2015/lib/WebRowIslandDescriptionMetadata.js +6 -0
  79. package/esm2015/lib/WebTooltipDescription.js +43 -35
  80. package/esm2015/lib/WebTooltipDescriptionMetadata.js +1 -0
  81. package/esm2015/lib/WebTreeGridDescription.js +28 -28
  82. package/esm2015/lib/XYChartDescription.js +217 -217
  83. package/esm2015/public_api.js +28 -2
  84. package/esm5/lib/AxisDescription.js +276 -276
  85. package/esm5/lib/AxisDescriptionMetadata.js +10 -5
  86. package/esm5/lib/AxisMouseEventArgsDescription.js +31 -19
  87. package/esm5/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  88. package/esm5/lib/BaseDOMEventProxy_combined.js +418 -417
  89. package/esm5/lib/CanvasGestureDOMEventProxy.js +252 -252
  90. package/esm5/lib/CanvasScalingHelpers.js +83 -0
  91. package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  92. package/esm5/lib/CategoryChartDescription.js +121 -121
  93. package/esm5/lib/DashboardTileDescription.js +94 -82
  94. package/esm5/lib/DashboardTileDescriptionMetadata.js +1 -0
  95. package/esm5/lib/DataChartDescription.js +107 -95
  96. package/esm5/lib/DataChartDescriptionMetadata.js +1 -0
  97. package/esm5/lib/DataPieBaseChartDescription.js +117 -117
  98. package/esm5/lib/DataPieChartDescription.js +32 -32
  99. package/esm5/lib/DataSourceLocalDataProvider.js +407 -168
  100. package/esm5/lib/DomainChartDescription.js +790 -778
  101. package/esm5/lib/DomainChartDescriptionMetadata.js +10 -2
  102. package/esm5/lib/EventProxy.js +32 -31
  103. package/esm5/lib/FeatureState.js +29 -0
  104. package/esm5/lib/FinancialChartDescription.js +151 -151
  105. package/esm5/lib/GeographicMapDescription.js +41 -41
  106. package/esm5/lib/ImageLoadEventArgsDescription.js +80 -0
  107. package/esm5/lib/ImageLoadEventArgsDescriptionMetadata.js +45 -0
  108. package/esm5/lib/LabelFormatOverrideEventArgsDescription.js +68 -0
  109. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  110. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +83 -0
  111. package/esm5/lib/LastSevenDaysExpressionDescription.js +26 -0
  112. package/esm5/lib/LastSevenDaysExpressionDescriptionMetadata.js +43 -0
  113. package/esm5/lib/LastThirtyDaysExpressionDescription.js +26 -0
  114. package/esm5/lib/LastThirtyDaysExpressionDescriptionMetadata.js +43 -0
  115. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescription.js +26 -0
  116. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +43 -0
  117. package/esm5/lib/MonthToDateExpressionDescription.js +26 -0
  118. package/esm5/lib/MonthToDateExpressionDescriptionMetadata.js +43 -0
  119. package/esm5/lib/NumericAxisBaseDescription.js +84 -84
  120. package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  121. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  122. package/esm5/lib/QuarterToDateExpressionDescription.js +26 -0
  123. package/esm5/lib/QuarterToDateExpressionDescriptionMetadata.js +43 -0
  124. package/esm5/lib/RadialBaseChartDescription.js +217 -217
  125. package/esm5/lib/ScrollerView_combined.js +12 -12
  126. package/esm5/lib/SeriesDescriptionMetadata.js +1 -1
  127. package/esm5/lib/SeriesViewerDescription.js +510 -486
  128. package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  129. package/esm5/lib/TimeAxisLabelFormatDescription.js +17 -5
  130. package/esm5/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -39
  131. package/esm5/lib/TrailingTwelveMonthsExpressionDescription.js +26 -0
  132. package/esm5/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +43 -0
  133. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  134. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescription.js +24 -0
  135. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  136. package/esm5/lib/WebColumnDescription.js +139 -115
  137. package/esm5/lib/WebColumnDescriptionMetadata.js +4 -0
  138. package/esm5/lib/WebColumnGroupDescription.js +12 -12
  139. package/esm5/lib/WebCustomDateRangeDescription.js +26 -1
  140. package/esm5/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  141. package/esm5/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  142. package/esm5/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  143. package/esm5/lib/WebDefaultMergeStrategyDescription.js +31 -0
  144. package/esm5/lib/WebDefaultMergeStrategyDescriptionMetadata.js +46 -0
  145. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescription.js +24 -0
  146. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  147. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +349 -325
  148. package/esm5/lib/WebGridDescription.js +52 -52
  149. package/esm5/lib/WebGridMergeStrategyDescription.js +31 -0
  150. package/esm5/lib/WebGridMergeStrategyDescriptionMetadata.js +47 -0
  151. package/esm5/lib/WebGridResourceStringsDescription.js +626 -458
  152. package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  153. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  154. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  155. package/esm5/lib/WebPivotGridDescription.js +42 -42
  156. package/esm5/lib/WebPositionSettingsDescription.js +22 -10
  157. package/esm5/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  158. package/esm5/lib/WebRowIslandDescription.js +364 -340
  159. package/esm5/lib/WebRowIslandDescriptionMetadata.js +6 -0
  160. package/esm5/lib/WebTooltipDescription.js +47 -35
  161. package/esm5/lib/WebTooltipDescriptionMetadata.js +1 -0
  162. package/esm5/lib/WebTreeGridDescription.js +28 -28
  163. package/esm5/lib/XYChartDescription.js +217 -217
  164. package/esm5/public_api.js +28 -2
  165. package/fesm2015/igniteui-angular-core.js +6610 -5175
  166. package/fesm5/igniteui-angular-core.js +6864 -5218
  167. package/lib/AxisDescription.d.ts +106 -106
  168. package/lib/AxisMouseEventArgsDescription.d.ts +12 -9
  169. package/lib/BaseDOMEventProxy_combined.d.ts +81 -80
  170. package/lib/CanvasGestureDOMEventProxy.d.ts +29 -29
  171. package/lib/CanvasScalingHelpers.d.ts +17 -0
  172. package/lib/CategoryChartDescription.d.ts +45 -45
  173. package/lib/DashboardTileDescription.d.ts +33 -30
  174. package/lib/DataChartDescription.d.ts +36 -33
  175. package/lib/DataPieBaseChartDescription.d.ts +43 -43
  176. package/lib/DataPieChartDescription.d.ts +12 -12
  177. package/lib/DataSourceLocalDataProvider.d.ts +36 -27
  178. package/lib/DomainChartDescription.d.ts +291 -288
  179. package/lib/DomainChartDescriptionMetadata.d.ts +2 -1
  180. package/lib/EventProxy.d.ts +28 -27
  181. package/lib/FeatureState.d.ts +22 -0
  182. package/lib/FinancialChartDescription.d.ts +56 -56
  183. package/lib/GeographicMapDescription.d.ts +14 -14
  184. package/lib/ImageLoadEventArgsDescription.d.ts +23 -0
  185. package/lib/ImageLoadEventArgsDescriptionMetadata.d.ts +13 -0
  186. package/lib/LabelFormatOverrideEventArgsDescription.d.ts +21 -0
  187. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata.d.ts +1 -0
  188. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.d.ts +23 -0
  189. package/lib/LastSevenDaysExpressionDescription.d.ts +12 -0
  190. package/lib/LastSevenDaysExpressionDescriptionMetadata.d.ts +13 -0
  191. package/lib/LastThirtyDaysExpressionDescription.d.ts +12 -0
  192. package/lib/LastThirtyDaysExpressionDescriptionMetadata.d.ts +13 -0
  193. package/lib/LastThreeSixtyFiveDaysExpressionDescription.d.ts +12 -0
  194. package/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.d.ts +13 -0
  195. package/lib/MonthToDateExpressionDescription.d.ts +12 -0
  196. package/lib/MonthToDateExpressionDescriptionMetadata.d.ts +13 -0
  197. package/lib/NumericAxisBaseDescription.d.ts +32 -32
  198. package/lib/QuarterToDateExpressionDescription.d.ts +12 -0
  199. package/lib/QuarterToDateExpressionDescriptionMetadata.d.ts +13 -0
  200. package/lib/RadialBaseChartDescription.d.ts +80 -80
  201. package/lib/SeriesViewerDescription.d.ts +178 -172
  202. package/lib/TimeAxisLabelFormatDescription.d.ts +6 -3
  203. package/lib/TimeAxisLabelFormatDescriptionMetadata.d.ts +1 -13
  204. package/lib/TrailingTwelveMonthsExpressionDescription.d.ts +12 -0
  205. package/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.d.ts +13 -0
  206. package/lib/WebByLevelTreeGridMergeStrategyDescription.d.ts +10 -0
  207. package/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  208. package/lib/WebColumnDescription.d.ts +46 -40
  209. package/lib/WebColumnGroupDescription.d.ts +4 -4
  210. package/lib/WebCustomDateRangeDescription.d.ts +7 -0
  211. package/lib/WebDateRangeValueEventArgsDescription.d.ts +3 -3
  212. package/lib/WebDefaultMergeStrategyDescription.d.ts +11 -0
  213. package/lib/WebDefaultMergeStrategyDescriptionMetadata.d.ts +13 -0
  214. package/lib/WebDefaultTreeGridMergeStrategyDescription.d.ts +10 -0
  215. package/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  216. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -112
  217. package/lib/WebGridDescription.d.ts +18 -18
  218. package/lib/WebGridMergeStrategyDescription.d.ts +11 -0
  219. package/lib/WebGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  220. package/lib/WebGridResourceStringsDescription.d.ts +197 -155
  221. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  222. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  223. package/lib/WebPivotGridDescription.d.ts +15 -15
  224. package/lib/WebPositionSettingsDescription.d.ts +7 -4
  225. package/lib/WebRowIslandDescription.d.ts +125 -118
  226. package/lib/WebTooltipDescription.d.ts +15 -12
  227. package/lib/WebTreeGridDescription.d.ts +10 -10
  228. package/lib/XYChartDescription.d.ts +80 -80
  229. package/package.json +1 -1
  230. package/public_api.d.ts +28 -2
@@ -14,131 +14,145 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
14
14
  __extends(WebGridResourceStringsDescription, _super);
15
15
  function WebGridResourceStringsDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.cr = null;
17
+ _this.c5 = null;
18
+ _this.c6 = null;
19
+ _this.c4 = null;
20
+ _this.aw = null;
21
+ _this.ax = null;
22
+ _this.bx = null;
23
+ _this.ct = null;
24
+ _this.cw = null;
25
+ _this.cv = null;
18
26
  _this.cs = null;
27
+ _this.cu = null;
28
+ _this.cx = null;
19
29
  _this.cq = null;
20
- _this.ak = null;
21
- _this.al = null;
22
- _this.bl = null;
23
- _this.cf = null;
24
- _this.ci = null;
25
- _this.ch = null;
26
- _this.ce = null;
27
- _this.cg = null;
28
- _this.cj = null;
29
- _this.cc = null;
30
- _this.ai = null;
31
- _this.cd = null;
32
- _this.bt = null;
33
- _this.bu = null;
34
- _this.ck = null;
35
- _this.bx = null;
36
- _this.by = null;
37
- _this.bv = null;
38
- _this.bw = null;
30
+ _this.au = null;
31
+ _this.cr = null;
32
+ _this.b5 = null;
33
+ _this.b6 = null;
34
+ _this.cy = null;
39
35
  _this.b9 = null;
40
- _this.cb = null;
41
36
  _this.ca = null;
42
- _this.br = null;
43
- _this.bm = null;
44
- _this.bo = null;
37
+ _this.b7 = null;
45
38
  _this.b8 = null;
46
- _this.bq = null;
47
- _this.bp = null;
48
- _this.cn = null;
49
- _this.cp = null;
50
- _this.cl = null;
51
- _this.b2 = null;
52
- _this.b6 = null;
53
39
  _this.cm = null;
40
+ _this.cp = null;
41
+ _this.co = null;
54
42
  _this.b3 = null;
55
- _this.b7 = null;
43
+ _this.by = null;
56
44
  _this.b0 = null;
57
- _this.b4 = null;
45
+ _this.cl = null;
46
+ _this.b2 = null;
58
47
  _this.b1 = null;
59
- _this.b5 = null;
60
- _this.co = null;
48
+ _this.c1 = null;
49
+ _this.c3 = null;
50
+ _this.cz = null;
51
+ _this.cf = null;
52
+ _this.cj = null;
53
+ _this.c0 = null;
54
+ _this.cg = null;
55
+ _this.ck = null;
56
+ _this.cc = null;
57
+ _this.ch = null;
58
+ _this.cd = null;
59
+ _this.ci = null;
60
+ _this.c2 = null;
61
+ _this.cb = null;
61
62
  _this.bz = null;
62
- _this.bn = null;
63
- _this.bs = null;
64
- _this.dz = null;
65
- _this.d3 = null;
66
- _this.d2 = null;
67
- _this.d4 = null;
68
- _this.dy = null;
69
- _this.d0 = null;
70
- _this.d1 = null;
71
- _this.a0 = null;
72
- _this.a1 = null;
73
- _this.a2 = null;
74
- _this.a3 = null;
75
- _this.az = null;
76
- _this.a4 = null;
77
- _this.a5 = null;
78
- _this.a6 = null;
79
- _this.a7 = null;
80
- _this.a8 = null;
81
- _this.ay = null;
82
- _this.as = null;
83
- _this.at = null;
84
- _this.au = null;
85
- _this.aq = null;
86
- _this.an = null;
63
+ _this.ce = null;
64
+ _this.cn = null;
65
+ _this.b4 = null;
66
+ _this.ed = null;
67
+ _this.eh = null;
68
+ _this.eg = null;
69
+ _this.ei = null;
70
+ _this.ec = null;
71
+ _this.ee = null;
72
+ _this.ef = null;
73
+ _this.bc = null;
74
+ _this.bd = null;
87
75
  _this.be = null;
76
+ _this.bf = null;
77
+ _this.bb = null;
88
78
  _this.bg = null;
89
79
  _this.bh = null;
90
- _this.am = null;
91
- _this.ao = null;
92
- _this.a9 = null;
93
80
  _this.bi = null;
94
- _this.bd = null;
95
- _this.bk = null;
96
- _this.bf = null;
97
- _this.ax = null;
98
81
  _this.bj = null;
99
- _this.bc = null;
100
- _this.aw = null;
101
- _this.ap = null;
102
- _this.ar = null;
103
- _this.av = null;
104
- _this.bb = null;
82
+ _this.bk = null;
105
83
  _this.ba = null;
106
- _this.af = null;
107
- _this.u = null;
108
- _this.ad = null;
109
- _this.ab = null;
84
+ _this.a4 = null;
85
+ _this.a5 = null;
86
+ _this.a6 = null;
87
+ _this.a2 = null;
88
+ _this.az = null;
89
+ _this.bq = null;
90
+ _this.bs = null;
91
+ _this.bt = null;
92
+ _this.ay = null;
93
+ _this.a0 = null;
94
+ _this.bl = null;
95
+ _this.bu = null;
96
+ _this.bp = null;
97
+ _this.bw = null;
98
+ _this.br = null;
99
+ _this.a9 = null;
100
+ _this.bv = null;
101
+ _this.bo = null;
102
+ _this.a8 = null;
103
+ _this.a1 = null;
104
+ _this.a3 = null;
105
+ _this.a7 = null;
106
+ _this.bn = null;
107
+ _this.bm = null;
108
+ _this.ar = null;
109
+ _this.aj = null;
110
110
  _this.x = null;
111
+ _this.al = null;
112
+ _this.ai = null;
113
+ _this.aa = null;
114
+ _this.ab = null;
111
115
  _this.y = null;
112
- _this.v = null;
113
- _this.ae = null;
116
+ _this.am = null;
114
117
  _this.t = null;
115
- _this.ag = null;
116
- _this.z = null;
117
- _this.aa = null;
118
- _this.ac = null;
118
+ _this.u = null;
119
+ _this.v = null;
119
120
  _this.w = null;
121
+ _this.as = null;
122
+ _this.ac = null;
123
+ _this.ad = null;
124
+ _this.ak = null;
125
+ _this.z = null;
126
+ _this.at = null;
127
+ _this.an = null;
128
+ _this.aq = null;
129
+ _this.ag = null;
130
+ _this.af = null;
131
+ _this.ae = null;
120
132
  _this.ah = null;
121
- _this.c0 = null;
122
- _this.ct = null;
123
- _this.cu = null;
124
- _this.c1 = null;
125
- _this.c2 = null;
126
- _this.du = null;
127
- _this.dt = null;
128
- _this.dv = null;
129
- _this.d5 = null;
130
- _this.ee = null;
131
- _this.ec = null;
132
- _this.ef = null;
133
- _this.ed = null;
133
+ _this.ao = null;
134
+ _this.ap = null;
135
+ _this.de = null;
136
+ _this.c7 = null;
137
+ _this.c8 = null;
138
+ _this.df = null;
139
+ _this.dg = null;
140
+ _this.d8 = null;
134
141
  _this.d7 = null;
135
- _this.d6 = null;
136
142
  _this.d9 = null;
137
- _this.d8 = null;
143
+ _this.ej = null;
144
+ _this.es = null;
145
+ _this.eq = null;
146
+ _this.et = null;
147
+ _this.er = null;
148
+ _this.el = null;
149
+ _this.ek = null;
150
+ _this.en = null;
151
+ _this.em = null;
152
+ _this.ep = null;
153
+ _this.eo = null;
138
154
  _this.eb = null;
139
155
  _this.ea = null;
140
- _this.dx = null;
141
- _this.dw = null;
142
156
  _this.n = null;
143
157
  _this.l = null;
144
158
  _this.s = null;
@@ -148,37 +162,37 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
148
162
  _this.r = null;
149
163
  _this.p = null;
150
164
  _this.o = null;
151
- _this.dd = null;
152
- _this.c4 = null;
153
- _this.c8 = null;
154
- _this.c7 = null;
155
- _this.c9 = null;
156
- _this.c3 = null;
157
- _this.c6 = null;
158
- _this.c5 = null;
159
- _this.db = null;
160
- _this.da = null;
161
- _this.dh = null;
162
- _this.de = null;
163
- _this.df = null;
165
+ _this.ds = null;
164
166
  _this.di = null;
165
- _this.dk = null;
166
- _this.dc = null;
167
- _this.dj = null;
168
- _this.dr = null;
169
- _this.dg = null;
170
167
  _this.dm = null;
171
- _this.dp = null;
172
168
  _this.dl = null;
173
- _this.dq = null;
174
169
  _this.dn = null;
175
- _this.ds = null;
176
- _this.cy = null;
177
- _this.cw = null;
178
- _this.cx = null;
179
- _this.cv = null;
180
- _this.aj = null;
181
- _this.cz = null;
170
+ _this.dh = null;
171
+ _this.dk = null;
172
+ _this.dj = null;
173
+ _this.dq = null;
174
+ _this.dp = null;
175
+ _this.dw = null;
176
+ _this.dt = null;
177
+ _this.du = null;
178
+ _this.dx = null;
179
+ _this.dz = null;
180
+ _this.dr = null;
181
+ _this.dy = null;
182
+ _this.d5 = null;
183
+ _this.dv = null;
184
+ _this.d1 = null;
185
+ _this.d3 = null;
186
+ _this.d0 = null;
187
+ _this.d4 = null;
188
+ _this.d2 = null;
189
+ _this.d6 = null;
190
+ _this.dc = null;
191
+ _this.da = null;
192
+ _this.db = null;
193
+ _this.c9 = null;
194
+ _this.av = null;
195
+ _this.dd = null;
182
196
  return _this;
183
197
  }
184
198
  WebGridResourceStringsDescription.prototype.get_type = function () {
@@ -193,10 +207,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
193
207
  });
194
208
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_groupByArea_message", {
195
209
  get: function () {
196
- return this.cr;
210
+ return this.c5;
197
211
  },
198
212
  set: function (a) {
199
- this.cr = a;
213
+ this.c5 = a;
200
214
  this.j("Igx_grid_groupByArea_message");
201
215
  },
202
216
  enumerable: false,
@@ -204,10 +218,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
204
218
  });
205
219
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_groupByArea_select_message", {
206
220
  get: function () {
207
- return this.cs;
221
+ return this.c6;
208
222
  },
209
223
  set: function (a) {
210
- this.cs = a;
224
+ this.c6 = a;
211
225
  this.j("Igx_grid_groupByArea_select_message");
212
226
  },
213
227
  enumerable: false,
@@ -215,10 +229,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
215
229
  });
216
230
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_groupByArea_deselect_message", {
217
231
  get: function () {
218
- return this.cq;
232
+ return this.c4;
219
233
  },
220
234
  set: function (a) {
221
- this.cq = a;
235
+ this.c4 = a;
222
236
  this.j("Igx_grid_groupByArea_deselect_message");
223
237
  },
224
238
  enumerable: false,
@@ -226,10 +240,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
226
240
  });
227
241
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_emptyFilteredGrid_message", {
228
242
  get: function () {
229
- return this.ak;
243
+ return this.aw;
230
244
  },
231
245
  set: function (a) {
232
- this.ak = a;
246
+ this.aw = a;
233
247
  this.j("Igx_grid_emptyFilteredGrid_message");
234
248
  },
235
249
  enumerable: false,
@@ -237,10 +251,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
237
251
  });
238
252
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_emptyGrid_message", {
239
253
  get: function () {
240
- return this.al;
254
+ return this.ax;
241
255
  },
242
256
  set: function (a) {
243
- this.al = a;
257
+ this.ax = a;
244
258
  this.j("Igx_grid_emptyGrid_message");
245
259
  },
246
260
  enumerable: false,
@@ -248,10 +262,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
248
262
  });
249
263
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter", {
250
264
  get: function () {
251
- return this.bl;
265
+ return this.bx;
252
266
  },
253
267
  set: function (a) {
254
- this.bl = a;
268
+ this.bx = a;
255
269
  this.j("Igx_grid_filter");
256
270
  },
257
271
  enumerable: false,
@@ -259,10 +273,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
259
273
  });
260
274
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_row_close", {
261
275
  get: function () {
262
- return this.cf;
276
+ return this.ct;
263
277
  },
264
278
  set: function (a) {
265
- this.cf = a;
279
+ this.ct = a;
266
280
  this.j("Igx_grid_filter_row_close");
267
281
  },
268
282
  enumerable: false,
@@ -270,10 +284,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
270
284
  });
271
285
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_row_reset", {
272
286
  get: function () {
273
- return this.ci;
287
+ return this.cw;
274
288
  },
275
289
  set: function (a) {
276
- this.ci = a;
290
+ this.cw = a;
277
291
  this.j("Igx_grid_filter_row_reset");
278
292
  },
279
293
  enumerable: false,
@@ -281,10 +295,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
281
295
  });
282
296
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_row_placeholder", {
283
297
  get: function () {
284
- return this.ch;
298
+ return this.cv;
285
299
  },
286
300
  set: function (a) {
287
- this.ch = a;
301
+ this.cv = a;
288
302
  this.j("Igx_grid_filter_row_placeholder");
289
303
  },
290
304
  enumerable: false,
@@ -292,10 +306,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
292
306
  });
293
307
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_row_boolean_placeholder", {
294
308
  get: function () {
295
- return this.ce;
309
+ return this.cs;
296
310
  },
297
311
  set: function (a) {
298
- this.ce = a;
312
+ this.cs = a;
299
313
  this.j("Igx_grid_filter_row_boolean_placeholder");
300
314
  },
301
315
  enumerable: false,
@@ -303,10 +317,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
303
317
  });
304
318
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_row_date_placeholder", {
305
319
  get: function () {
306
- return this.cg;
320
+ return this.cu;
307
321
  },
308
322
  set: function (a) {
309
- this.cg = a;
323
+ this.cu = a;
310
324
  this.j("Igx_grid_filter_row_date_placeholder");
311
325
  },
312
326
  enumerable: false,
@@ -314,10 +328,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
314
328
  });
315
329
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_row_time_placeholder", {
316
330
  get: function () {
317
- return this.cj;
331
+ return this.cx;
318
332
  },
319
333
  set: function (a) {
320
- this.cj = a;
334
+ this.cx = a;
321
335
  this.j("Igx_grid_filter_row_time_placeholder");
322
336
  },
323
337
  enumerable: false,
@@ -325,10 +339,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
325
339
  });
326
340
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_operator_and", {
327
341
  get: function () {
328
- return this.cc;
342
+ return this.cq;
329
343
  },
330
344
  set: function (a) {
331
- this.cc = a;
345
+ this.cq = a;
332
346
  this.j("Igx_grid_filter_operator_and");
333
347
  },
334
348
  enumerable: false,
@@ -336,10 +350,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
336
350
  });
337
351
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_complex_filter", {
338
352
  get: function () {
339
- return this.ai;
353
+ return this.au;
340
354
  },
341
355
  set: function (a) {
342
- this.ai = a;
356
+ this.au = a;
343
357
  this.j("Igx_grid_complex_filter");
344
358
  },
345
359
  enumerable: false,
@@ -347,10 +361,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
347
361
  });
348
362
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_operator_or", {
349
363
  get: function () {
350
- return this.cd;
364
+ return this.cr;
351
365
  },
352
366
  set: function (a) {
353
- this.cd = a;
367
+ this.cr = a;
354
368
  this.j("Igx_grid_filter_operator_or");
355
369
  },
356
370
  enumerable: false,
@@ -358,10 +372,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
358
372
  });
359
373
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_contains", {
360
374
  get: function () {
361
- return this.bt;
375
+ return this.b5;
362
376
  },
363
377
  set: function (a) {
364
- this.bt = a;
378
+ this.b5 = a;
365
379
  this.j("Igx_grid_filter_contains");
366
380
  },
367
381
  enumerable: false,
@@ -369,10 +383,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
369
383
  });
370
384
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_doesNotContain", {
371
385
  get: function () {
372
- return this.bu;
386
+ return this.b6;
373
387
  },
374
388
  set: function (a) {
375
- this.bu = a;
389
+ this.b6 = a;
376
390
  this.j("Igx_grid_filter_doesNotContain");
377
391
  },
378
392
  enumerable: false,
@@ -380,10 +394,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
380
394
  });
381
395
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_startsWith", {
382
396
  get: function () {
383
- return this.ck;
397
+ return this.cy;
384
398
  },
385
399
  set: function (a) {
386
- this.ck = a;
400
+ this.cy = a;
387
401
  this.j("Igx_grid_filter_startsWith");
388
402
  },
389
403
  enumerable: false,
@@ -391,10 +405,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
391
405
  });
392
406
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_endsWith", {
393
407
  get: function () {
394
- return this.bx;
408
+ return this.b9;
395
409
  },
396
410
  set: function (a) {
397
- this.bx = a;
411
+ this.b9 = a;
398
412
  this.j("Igx_grid_filter_endsWith");
399
413
  },
400
414
  enumerable: false,
@@ -402,10 +416,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
402
416
  });
403
417
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_equals", {
404
418
  get: function () {
405
- return this.by;
419
+ return this.ca;
406
420
  },
407
421
  set: function (a) {
408
- this.by = a;
422
+ this.ca = a;
409
423
  this.j("Igx_grid_filter_equals");
410
424
  },
411
425
  enumerable: false,
@@ -413,10 +427,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
413
427
  });
414
428
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_doesNotEqual", {
415
429
  get: function () {
416
- return this.bv;
430
+ return this.b7;
417
431
  },
418
432
  set: function (a) {
419
- this.bv = a;
433
+ this.b7 = a;
420
434
  this.j("Igx_grid_filter_doesNotEqual");
421
435
  },
422
436
  enumerable: false,
@@ -424,10 +438,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
424
438
  });
425
439
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_empty", {
426
440
  get: function () {
427
- return this.bw;
441
+ return this.b8;
428
442
  },
429
443
  set: function (a) {
430
- this.bw = a;
444
+ this.b8 = a;
431
445
  this.j("Igx_grid_filter_empty");
432
446
  },
433
447
  enumerable: false,
@@ -435,10 +449,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
435
449
  });
436
450
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_notEmpty", {
437
451
  get: function () {
438
- return this.b9;
452
+ return this.cm;
439
453
  },
440
454
  set: function (a) {
441
- this.b9 = a;
455
+ this.cm = a;
442
456
  this.j("Igx_grid_filter_notEmpty");
443
457
  },
444
458
  enumerable: false,
@@ -446,10 +460,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
446
460
  });
447
461
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_null", {
448
462
  get: function () {
449
- return this.cb;
463
+ return this.cp;
450
464
  },
451
465
  set: function (a) {
452
- this.cb = a;
466
+ this.cp = a;
453
467
  this.j("Igx_grid_filter_null");
454
468
  },
455
469
  enumerable: false,
@@ -457,10 +471,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
457
471
  });
458
472
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_notNull", {
459
473
  get: function () {
460
- return this.ca;
474
+ return this.co;
461
475
  },
462
476
  set: function (a) {
463
- this.ca = a;
477
+ this.co = a;
464
478
  this.j("Igx_grid_filter_notNull");
465
479
  },
466
480
  enumerable: false,
@@ -468,10 +482,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
468
482
  });
469
483
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_before", {
470
484
  get: function () {
471
- return this.br;
485
+ return this.b3;
472
486
  },
473
487
  set: function (a) {
474
- this.br = a;
488
+ this.b3 = a;
475
489
  this.j("Igx_grid_filter_before");
476
490
  },
477
491
  enumerable: false,
@@ -479,10 +493,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
479
493
  });
480
494
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_after", {
481
495
  get: function () {
482
- return this.bm;
496
+ return this.by;
483
497
  },
484
498
  set: function (a) {
485
- this.bm = a;
499
+ this.by = a;
486
500
  this.j("Igx_grid_filter_after");
487
501
  },
488
502
  enumerable: false,
@@ -490,10 +504,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
490
504
  });
491
505
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_at", {
492
506
  get: function () {
493
- return this.bo;
507
+ return this.b0;
494
508
  },
495
509
  set: function (a) {
496
- this.bo = a;
510
+ this.b0 = a;
497
511
  this.j("Igx_grid_filter_at");
498
512
  },
499
513
  enumerable: false,
@@ -501,10 +515,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
501
515
  });
502
516
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_not_at", {
503
517
  get: function () {
504
- return this.b8;
518
+ return this.cl;
505
519
  },
506
520
  set: function (a) {
507
- this.b8 = a;
521
+ this.cl = a;
508
522
  this.j("Igx_grid_filter_not_at");
509
523
  },
510
524
  enumerable: false,
@@ -512,10 +526,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
512
526
  });
513
527
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_at_before", {
514
528
  get: function () {
515
- return this.bq;
529
+ return this.b2;
516
530
  },
517
531
  set: function (a) {
518
- this.bq = a;
532
+ this.b2 = a;
519
533
  this.j("Igx_grid_filter_at_before");
520
534
  },
521
535
  enumerable: false,
@@ -523,10 +537,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
523
537
  });
524
538
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_at_after", {
525
539
  get: function () {
526
- return this.bp;
540
+ return this.b1;
527
541
  },
528
542
  set: function (a) {
529
- this.bp = a;
543
+ this.b1 = a;
530
544
  this.j("Igx_grid_filter_at_after");
531
545
  },
532
546
  enumerable: false,
@@ -534,10 +548,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
534
548
  });
535
549
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_today", {
536
550
  get: function () {
537
- return this.cn;
551
+ return this.c1;
538
552
  },
539
553
  set: function (a) {
540
- this.cn = a;
554
+ this.c1 = a;
541
555
  this.j("Igx_grid_filter_today");
542
556
  },
543
557
  enumerable: false,
@@ -545,10 +559,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
545
559
  });
546
560
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_yesterday", {
547
561
  get: function () {
548
- return this.cp;
562
+ return this.c3;
549
563
  },
550
564
  set: function (a) {
551
- this.cp = a;
565
+ this.c3 = a;
552
566
  this.j("Igx_grid_filter_yesterday");
553
567
  },
554
568
  enumerable: false,
@@ -556,10 +570,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
556
570
  });
557
571
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_thisMonth", {
558
572
  get: function () {
559
- return this.cl;
573
+ return this.cz;
560
574
  },
561
575
  set: function (a) {
562
- this.cl = a;
576
+ this.cz = a;
563
577
  this.j("Igx_grid_filter_thisMonth");
564
578
  },
565
579
  enumerable: false,
@@ -567,10 +581,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
567
581
  });
568
582
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_lastMonth", {
569
583
  get: function () {
570
- return this.b2;
584
+ return this.cf;
571
585
  },
572
586
  set: function (a) {
573
- this.b2 = a;
587
+ this.cf = a;
574
588
  this.j("Igx_grid_filter_lastMonth");
575
589
  },
576
590
  enumerable: false,
@@ -578,10 +592,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
578
592
  });
579
593
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_nextMonth", {
580
594
  get: function () {
581
- return this.b6;
595
+ return this.cj;
582
596
  },
583
597
  set: function (a) {
584
- this.b6 = a;
598
+ this.cj = a;
585
599
  this.j("Igx_grid_filter_nextMonth");
586
600
  },
587
601
  enumerable: false,
@@ -589,10 +603,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
589
603
  });
590
604
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_thisYear", {
591
605
  get: function () {
592
- return this.cm;
606
+ return this.c0;
593
607
  },
594
608
  set: function (a) {
595
- this.cm = a;
609
+ this.c0 = a;
596
610
  this.j("Igx_grid_filter_thisYear");
597
611
  },
598
612
  enumerable: false,
@@ -600,10 +614,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
600
614
  });
601
615
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_lastYear", {
602
616
  get: function () {
603
- return this.b3;
617
+ return this.cg;
604
618
  },
605
619
  set: function (a) {
606
- this.b3 = a;
620
+ this.cg = a;
607
621
  this.j("Igx_grid_filter_lastYear");
608
622
  },
609
623
  enumerable: false,
@@ -611,10 +625,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
611
625
  });
612
626
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_nextYear", {
613
627
  get: function () {
614
- return this.b7;
628
+ return this.ck;
615
629
  },
616
630
  set: function (a) {
617
- this.b7 = a;
631
+ this.ck = a;
618
632
  this.j("Igx_grid_filter_nextYear");
619
633
  },
620
634
  enumerable: false,
@@ -622,10 +636,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
622
636
  });
623
637
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_greaterThan", {
624
638
  get: function () {
625
- return this.b0;
639
+ return this.cc;
626
640
  },
627
641
  set: function (a) {
628
- this.b0 = a;
642
+ this.cc = a;
629
643
  this.j("Igx_grid_filter_greaterThan");
630
644
  },
631
645
  enumerable: false,
@@ -633,10 +647,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
633
647
  });
634
648
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_lessThan", {
635
649
  get: function () {
636
- return this.b4;
650
+ return this.ch;
637
651
  },
638
652
  set: function (a) {
639
- this.b4 = a;
653
+ this.ch = a;
640
654
  this.j("Igx_grid_filter_lessThan");
641
655
  },
642
656
  enumerable: false,
@@ -644,10 +658,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
644
658
  });
645
659
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_greaterThanOrEqualTo", {
646
660
  get: function () {
647
- return this.b1;
661
+ return this.cd;
648
662
  },
649
663
  set: function (a) {
650
- this.b1 = a;
664
+ this.cd = a;
651
665
  this.j("Igx_grid_filter_greaterThanOrEqualTo");
652
666
  },
653
667
  enumerable: false,
@@ -655,10 +669,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
655
669
  });
656
670
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_lessThanOrEqualTo", {
657
671
  get: function () {
658
- return this.b5;
672
+ return this.ci;
659
673
  },
660
674
  set: function (a) {
661
- this.b5 = a;
675
+ this.ci = a;
662
676
  this.j("Igx_grid_filter_lessThanOrEqualTo");
663
677
  },
664
678
  enumerable: false,
@@ -666,10 +680,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
666
680
  });
667
681
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_true", {
668
682
  get: function () {
669
- return this.co;
683
+ return this.c2;
670
684
  },
671
685
  set: function (a) {
672
- this.co = a;
686
+ this.c2 = a;
673
687
  this.j("Igx_grid_filter_true");
674
688
  },
675
689
  enumerable: false,
@@ -677,10 +691,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
677
691
  });
678
692
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_false", {
679
693
  get: function () {
680
- return this.bz;
694
+ return this.cb;
681
695
  },
682
696
  set: function (a) {
683
- this.bz = a;
697
+ this.cb = a;
684
698
  this.j("Igx_grid_filter_false");
685
699
  },
686
700
  enumerable: false,
@@ -688,21 +702,43 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
688
702
  });
689
703
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_all", {
690
704
  get: function () {
691
- return this.bn;
705
+ return this.bz;
692
706
  },
693
707
  set: function (a) {
694
- this.bn = a;
708
+ this.bz = a;
695
709
  this.j("Igx_grid_filter_all");
696
710
  },
697
711
  enumerable: false,
698
712
  configurable: true
699
713
  });
714
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_in", {
715
+ get: function () {
716
+ return this.ce;
717
+ },
718
+ set: function (a) {
719
+ this.ce = a;
720
+ this.j("Igx_grid_filter_in");
721
+ },
722
+ enumerable: false,
723
+ configurable: true
724
+ });
725
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_notIn", {
726
+ get: function () {
727
+ return this.cn;
728
+ },
729
+ set: function (a) {
730
+ this.cn = a;
731
+ this.j("Igx_grid_filter_notIn");
732
+ },
733
+ enumerable: false,
734
+ configurable: true
735
+ });
700
736
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_filter_condition_placeholder", {
701
737
  get: function () {
702
- return this.bs;
738
+ return this.b4;
703
739
  },
704
740
  set: function (a) {
705
- this.bs = a;
741
+ this.b4 = a;
706
742
  this.j("Igx_grid_filter_condition_placeholder");
707
743
  },
708
744
  enumerable: false,
@@ -710,10 +746,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
710
746
  });
711
747
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_summary_count", {
712
748
  get: function () {
713
- return this.dz;
749
+ return this.ed;
714
750
  },
715
751
  set: function (a) {
716
- this.dz = a;
752
+ this.ed = a;
717
753
  this.j("Igx_grid_summary_count");
718
754
  },
719
755
  enumerable: false,
@@ -721,10 +757,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
721
757
  });
722
758
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_summary_min", {
723
759
  get: function () {
724
- return this.d3;
760
+ return this.eh;
725
761
  },
726
762
  set: function (a) {
727
- this.d3 = a;
763
+ this.eh = a;
728
764
  this.j("Igx_grid_summary_min");
729
765
  },
730
766
  enumerable: false,
@@ -732,10 +768,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
732
768
  });
733
769
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_summary_max", {
734
770
  get: function () {
735
- return this.d2;
771
+ return this.eg;
736
772
  },
737
773
  set: function (a) {
738
- this.d2 = a;
774
+ this.eg = a;
739
775
  this.j("Igx_grid_summary_max");
740
776
  },
741
777
  enumerable: false,
@@ -743,10 +779,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
743
779
  });
744
780
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_summary_sum", {
745
781
  get: function () {
746
- return this.d4;
782
+ return this.ei;
747
783
  },
748
784
  set: function (a) {
749
- this.d4 = a;
785
+ this.ei = a;
750
786
  this.j("Igx_grid_summary_sum");
751
787
  },
752
788
  enumerable: false,
@@ -754,10 +790,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
754
790
  });
755
791
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_summary_average", {
756
792
  get: function () {
757
- return this.dy;
793
+ return this.ec;
758
794
  },
759
795
  set: function (a) {
760
- this.dy = a;
796
+ this.ec = a;
761
797
  this.j("Igx_grid_summary_average");
762
798
  },
763
799
  enumerable: false,
@@ -765,10 +801,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
765
801
  });
766
802
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_summary_earliest", {
767
803
  get: function () {
768
- return this.d0;
804
+ return this.ee;
769
805
  },
770
806
  set: function (a) {
771
- this.d0 = a;
807
+ this.ee = a;
772
808
  this.j("Igx_grid_summary_earliest");
773
809
  },
774
810
  enumerable: false,
@@ -776,10 +812,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
776
812
  });
777
813
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_summary_latest", {
778
814
  get: function () {
779
- return this.d1;
815
+ return this.ef;
780
816
  },
781
817
  set: function (a) {
782
- this.d1 = a;
818
+ this.ef = a;
783
819
  this.j("Igx_grid_summary_latest");
784
820
  },
785
821
  enumerable: false,
@@ -787,10 +823,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
787
823
  });
788
824
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_filter_moving_left", {
789
825
  get: function () {
790
- return this.a0;
826
+ return this.bc;
791
827
  },
792
828
  set: function (a) {
793
- this.a0 = a;
829
+ this.bc = a;
794
830
  this.j("Igx_grid_excel_filter_moving_left");
795
831
  },
796
832
  enumerable: false,
@@ -798,10 +834,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
798
834
  });
799
835
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_filter_moving_left_short", {
800
836
  get: function () {
801
- return this.a1;
837
+ return this.bd;
802
838
  },
803
839
  set: function (a) {
804
- this.a1 = a;
840
+ this.bd = a;
805
841
  this.j("Igx_grid_excel_filter_moving_left_short");
806
842
  },
807
843
  enumerable: false,
@@ -809,10 +845,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
809
845
  });
810
846
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_filter_moving_right", {
811
847
  get: function () {
812
- return this.a2;
848
+ return this.be;
813
849
  },
814
850
  set: function (a) {
815
- this.a2 = a;
851
+ this.be = a;
816
852
  this.j("Igx_grid_excel_filter_moving_right");
817
853
  },
818
854
  enumerable: false,
@@ -820,10 +856,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
820
856
  });
821
857
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_filter_moving_right_short", {
822
858
  get: function () {
823
- return this.a3;
859
+ return this.bf;
824
860
  },
825
861
  set: function (a) {
826
- this.a3 = a;
862
+ this.bf = a;
827
863
  this.j("Igx_grid_excel_filter_moving_right_short");
828
864
  },
829
865
  enumerable: false,
@@ -831,10 +867,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
831
867
  });
832
868
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_filter_moving_header", {
833
869
  get: function () {
834
- return this.az;
870
+ return this.bb;
835
871
  },
836
872
  set: function (a) {
837
- this.az = a;
873
+ this.bb = a;
838
874
  this.j("Igx_grid_excel_filter_moving_header");
839
875
  },
840
876
  enumerable: false,
@@ -842,10 +878,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
842
878
  });
843
879
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_filter_sorting_asc", {
844
880
  get: function () {
845
- return this.a4;
881
+ return this.bg;
846
882
  },
847
883
  set: function (a) {
848
- this.a4 = a;
884
+ this.bg = a;
849
885
  this.j("Igx_grid_excel_filter_sorting_asc");
850
886
  },
851
887
  enumerable: false,
@@ -853,10 +889,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
853
889
  });
854
890
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_filter_sorting_asc_short", {
855
891
  get: function () {
856
- return this.a5;
892
+ return this.bh;
857
893
  },
858
894
  set: function (a) {
859
- this.a5 = a;
895
+ this.bh = a;
860
896
  this.j("Igx_grid_excel_filter_sorting_asc_short");
861
897
  },
862
898
  enumerable: false,
@@ -864,10 +900,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
864
900
  });
865
901
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_filter_sorting_desc", {
866
902
  get: function () {
867
- return this.a6;
903
+ return this.bi;
868
904
  },
869
905
  set: function (a) {
870
- this.a6 = a;
906
+ this.bi = a;
871
907
  this.j("Igx_grid_excel_filter_sorting_desc");
872
908
  },
873
909
  enumerable: false,
@@ -875,10 +911,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
875
911
  });
876
912
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_filter_sorting_desc_short", {
877
913
  get: function () {
878
- return this.a7;
914
+ return this.bj;
879
915
  },
880
916
  set: function (a) {
881
- this.a7 = a;
917
+ this.bj = a;
882
918
  this.j("Igx_grid_excel_filter_sorting_desc_short");
883
919
  },
884
920
  enumerable: false,
@@ -886,10 +922,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
886
922
  });
887
923
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_filter_sorting_header", {
888
924
  get: function () {
889
- return this.a8;
925
+ return this.bk;
890
926
  },
891
927
  set: function (a) {
892
- this.a8 = a;
928
+ this.bk = a;
893
929
  this.j("Igx_grid_excel_filter_sorting_header");
894
930
  },
895
931
  enumerable: false,
@@ -897,10 +933,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
897
933
  });
898
934
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_filter_clear", {
899
935
  get: function () {
900
- return this.ay;
936
+ return this.ba;
901
937
  },
902
938
  set: function (a) {
903
- this.ay = a;
939
+ this.ba = a;
904
940
  this.j("Igx_grid_excel_filter_clear");
905
941
  },
906
942
  enumerable: false,
@@ -908,10 +944,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
908
944
  });
909
945
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_custom_dialog_add", {
910
946
  get: function () {
911
- return this.as;
947
+ return this.a4;
912
948
  },
913
949
  set: function (a) {
914
- this.as = a;
950
+ this.a4 = a;
915
951
  this.j("Igx_grid_excel_custom_dialog_add");
916
952
  },
917
953
  enumerable: false,
@@ -919,10 +955,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
919
955
  });
920
956
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_custom_dialog_clear", {
921
957
  get: function () {
922
- return this.at;
958
+ return this.a5;
923
959
  },
924
960
  set: function (a) {
925
- this.at = a;
961
+ this.a5 = a;
926
962
  this.j("Igx_grid_excel_custom_dialog_clear");
927
963
  },
928
964
  enumerable: false,
@@ -930,10 +966,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
930
966
  });
931
967
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_custom_dialog_header", {
932
968
  get: function () {
933
- return this.au;
969
+ return this.a6;
934
970
  },
935
971
  set: function (a) {
936
- this.au = a;
972
+ this.a6 = a;
937
973
  this.j("Igx_grid_excel_custom_dialog_header");
938
974
  },
939
975
  enumerable: false,
@@ -941,10 +977,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
941
977
  });
942
978
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_cancel", {
943
979
  get: function () {
944
- return this.aq;
980
+ return this.a2;
945
981
  },
946
982
  set: function (a) {
947
- this.aq = a;
983
+ this.a2 = a;
948
984
  this.j("Igx_grid_excel_cancel");
949
985
  },
950
986
  enumerable: false,
@@ -952,10 +988,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
952
988
  });
953
989
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_apply", {
954
990
  get: function () {
955
- return this.an;
991
+ return this.az;
956
992
  },
957
993
  set: function (a) {
958
- this.an = a;
994
+ this.az = a;
959
995
  this.j("Igx_grid_excel_apply");
960
996
  },
961
997
  enumerable: false,
@@ -963,10 +999,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
963
999
  });
964
1000
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_search_placeholder", {
965
1001
  get: function () {
966
- return this.be;
1002
+ return this.bq;
967
1003
  },
968
1004
  set: function (a) {
969
- this.be = a;
1005
+ this.bq = a;
970
1006
  this.j("Igx_grid_excel_search_placeholder");
971
1007
  },
972
1008
  enumerable: false,
@@ -974,10 +1010,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
974
1010
  });
975
1011
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_select_all", {
976
1012
  get: function () {
977
- return this.bg;
1013
+ return this.bs;
978
1014
  },
979
1015
  set: function (a) {
980
- this.bg = a;
1016
+ this.bs = a;
981
1017
  this.j("Igx_grid_excel_select_all");
982
1018
  },
983
1019
  enumerable: false,
@@ -985,10 +1021,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
985
1021
  });
986
1022
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_select_all_search_results", {
987
1023
  get: function () {
988
- return this.bh;
1024
+ return this.bt;
989
1025
  },
990
1026
  set: function (a) {
991
- this.bh = a;
1027
+ this.bt = a;
992
1028
  this.j("Igx_grid_excel_select_all_search_results");
993
1029
  },
994
1030
  enumerable: false,
@@ -996,10 +1032,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
996
1032
  });
997
1033
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_add_to_filter", {
998
1034
  get: function () {
999
- return this.am;
1035
+ return this.ay;
1000
1036
  },
1001
1037
  set: function (a) {
1002
- this.am = a;
1038
+ this.ay = a;
1003
1039
  this.j("Igx_grid_excel_add_to_filter");
1004
1040
  },
1005
1041
  enumerable: false,
@@ -1007,10 +1043,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1007
1043
  });
1008
1044
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_blanks", {
1009
1045
  get: function () {
1010
- return this.ao;
1046
+ return this.a0;
1011
1047
  },
1012
1048
  set: function (a) {
1013
- this.ao = a;
1049
+ this.a0 = a;
1014
1050
  this.j("Igx_grid_excel_blanks");
1015
1051
  },
1016
1052
  enumerable: false,
@@ -1018,10 +1054,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1018
1054
  });
1019
1055
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_hide", {
1020
1056
  get: function () {
1021
- return this.a9;
1057
+ return this.bl;
1022
1058
  },
1023
1059
  set: function (a) {
1024
- this.a9 = a;
1060
+ this.bl = a;
1025
1061
  this.j("Igx_grid_excel_hide");
1026
1062
  },
1027
1063
  enumerable: false,
@@ -1029,10 +1065,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1029
1065
  });
1030
1066
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_show", {
1031
1067
  get: function () {
1032
- return this.bi;
1068
+ return this.bu;
1033
1069
  },
1034
1070
  set: function (a) {
1035
- this.bi = a;
1071
+ this.bu = a;
1036
1072
  this.j("Igx_grid_excel_show");
1037
1073
  },
1038
1074
  enumerable: false,
@@ -1040,10 +1076,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1040
1076
  });
1041
1077
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_pin", {
1042
1078
  get: function () {
1043
- return this.bd;
1079
+ return this.bp;
1044
1080
  },
1045
1081
  set: function (a) {
1046
- this.bd = a;
1082
+ this.bp = a;
1047
1083
  this.j("Igx_grid_excel_pin");
1048
1084
  },
1049
1085
  enumerable: false,
@@ -1051,10 +1087,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1051
1087
  });
1052
1088
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_unpin", {
1053
1089
  get: function () {
1054
- return this.bk;
1090
+ return this.bw;
1055
1091
  },
1056
1092
  set: function (a) {
1057
- this.bk = a;
1093
+ this.bw = a;
1058
1094
  this.j("Igx_grid_excel_unpin");
1059
1095
  },
1060
1096
  enumerable: false,
@@ -1062,10 +1098,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1062
1098
  });
1063
1099
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_select", {
1064
1100
  get: function () {
1065
- return this.bf;
1101
+ return this.br;
1066
1102
  },
1067
1103
  set: function (a) {
1068
- this.bf = a;
1104
+ this.br = a;
1069
1105
  this.j("Igx_grid_excel_select");
1070
1106
  },
1071
1107
  enumerable: false,
@@ -1073,10 +1109,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1073
1109
  });
1074
1110
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_deselect", {
1075
1111
  get: function () {
1076
- return this.ax;
1112
+ return this.a9;
1077
1113
  },
1078
1114
  set: function (a) {
1079
- this.ax = a;
1115
+ this.a9 = a;
1080
1116
  this.j("Igx_grid_excel_deselect");
1081
1117
  },
1082
1118
  enumerable: false,
@@ -1084,10 +1120,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1084
1120
  });
1085
1121
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_text_filter", {
1086
1122
  get: function () {
1087
- return this.bj;
1123
+ return this.bv;
1088
1124
  },
1089
1125
  set: function (a) {
1090
- this.bj = a;
1126
+ this.bv = a;
1091
1127
  this.j("Igx_grid_excel_text_filter");
1092
1128
  },
1093
1129
  enumerable: false,
@@ -1095,10 +1131,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1095
1131
  });
1096
1132
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_number_filter", {
1097
1133
  get: function () {
1098
- return this.bc;
1134
+ return this.bo;
1099
1135
  },
1100
1136
  set: function (a) {
1101
- this.bc = a;
1137
+ this.bo = a;
1102
1138
  this.j("Igx_grid_excel_number_filter");
1103
1139
  },
1104
1140
  enumerable: false,
@@ -1106,10 +1142,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1106
1142
  });
1107
1143
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_date_filter", {
1108
1144
  get: function () {
1109
- return this.aw;
1145
+ return this.a8;
1110
1146
  },
1111
1147
  set: function (a) {
1112
- this.aw = a;
1148
+ this.a8 = a;
1113
1149
  this.j("Igx_grid_excel_date_filter");
1114
1150
  },
1115
1151
  enumerable: false,
@@ -1117,10 +1153,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1117
1153
  });
1118
1154
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_boolean_filter", {
1119
1155
  get: function () {
1120
- return this.ap;
1156
+ return this.a1;
1121
1157
  },
1122
1158
  set: function (a) {
1123
- this.ap = a;
1159
+ this.a1 = a;
1124
1160
  this.j("Igx_grid_excel_boolean_filter");
1125
1161
  },
1126
1162
  enumerable: false,
@@ -1128,10 +1164,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1128
1164
  });
1129
1165
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_currency_filter", {
1130
1166
  get: function () {
1131
- return this.ar;
1167
+ return this.a3;
1132
1168
  },
1133
1169
  set: function (a) {
1134
- this.ar = a;
1170
+ this.a3 = a;
1135
1171
  this.j("Igx_grid_excel_currency_filter");
1136
1172
  },
1137
1173
  enumerable: false,
@@ -1139,10 +1175,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1139
1175
  });
1140
1176
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_custom_filter", {
1141
1177
  get: function () {
1142
- return this.av;
1178
+ return this.a7;
1143
1179
  },
1144
1180
  set: function (a) {
1145
- this.av = a;
1181
+ this.a7 = a;
1146
1182
  this.j("Igx_grid_excel_custom_filter");
1147
1183
  },
1148
1184
  enumerable: false,
@@ -1150,10 +1186,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1150
1186
  });
1151
1187
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_no_matches", {
1152
1188
  get: function () {
1153
- return this.bb;
1189
+ return this.bn;
1154
1190
  },
1155
1191
  set: function (a) {
1156
- this.bb = a;
1192
+ this.bn = a;
1157
1193
  this.j("Igx_grid_excel_no_matches");
1158
1194
  },
1159
1195
  enumerable: false,
@@ -1161,10 +1197,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1161
1197
  });
1162
1198
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_excel_matches_count", {
1163
1199
  get: function () {
1164
- return this.ba;
1200
+ return this.bm;
1165
1201
  },
1166
1202
  set: function (a) {
1167
- this.ba = a;
1203
+ this.bm = a;
1168
1204
  this.j("Igx_grid_excel_matches_count");
1169
1205
  },
1170
1206
  enumerable: false,
@@ -1172,21 +1208,32 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1172
1208
  });
1173
1209
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_title", {
1174
1210
  get: function () {
1175
- return this.af;
1211
+ return this.ar;
1176
1212
  },
1177
1213
  set: function (a) {
1178
- this.af = a;
1214
+ this.ar = a;
1179
1215
  this.j("Igx_grid_advanced_filter_title");
1180
1216
  },
1181
1217
  enumerable: false,
1182
1218
  configurable: true
1183
1219
  });
1220
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_from_label", {
1221
+ get: function () {
1222
+ return this.aj;
1223
+ },
1224
+ set: function (a) {
1225
+ this.aj = a;
1226
+ this.j("Igx_grid_advanced_filter_from_label");
1227
+ },
1228
+ enumerable: false,
1229
+ configurable: true
1230
+ });
1184
1231
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_and_group", {
1185
1232
  get: function () {
1186
- return this.u;
1233
+ return this.x;
1187
1234
  },
1188
1235
  set: function (a) {
1189
- this.u = a;
1236
+ this.x = a;
1190
1237
  this.j("Igx_grid_advanced_filter_and_group");
1191
1238
  },
1192
1239
  enumerable: false,
@@ -1194,153 +1241,274 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1194
1241
  });
1195
1242
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_or_group", {
1196
1243
  get: function () {
1197
- return this.ad;
1244
+ return this.al;
1198
1245
  },
1199
1246
  set: function (a) {
1200
- this.ad = a;
1247
+ this.al = a;
1201
1248
  this.j("Igx_grid_advanced_filter_or_group");
1202
1249
  },
1203
1250
  enumerable: false,
1204
1251
  configurable: true
1205
1252
  });
1206
1253
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_end_group", {
1254
+ get: function () {
1255
+ return this.ai;
1256
+ },
1257
+ set: function (a) {
1258
+ this.ai = a;
1259
+ this.j("Igx_grid_advanced_filter_end_group");
1260
+ },
1261
+ enumerable: false,
1262
+ configurable: true
1263
+ });
1264
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_create_and_group", {
1265
+ get: function () {
1266
+ return this.aa;
1267
+ },
1268
+ set: function (a) {
1269
+ this.aa = a;
1270
+ this.j("Igx_grid_advanced_filter_create_and_group");
1271
+ },
1272
+ enumerable: false,
1273
+ configurable: true
1274
+ });
1275
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_create_or_group", {
1207
1276
  get: function () {
1208
1277
  return this.ab;
1209
1278
  },
1210
1279
  set: function (a) {
1211
1280
  this.ab = a;
1212
- this.j("Igx_grid_advanced_filter_end_group");
1281
+ this.j("Igx_grid_advanced_filter_create_or_group");
1282
+ },
1283
+ enumerable: false,
1284
+ configurable: true
1285
+ });
1286
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_and_label", {
1287
+ get: function () {
1288
+ return this.y;
1289
+ },
1290
+ set: function (a) {
1291
+ this.y = a;
1292
+ this.j("Igx_grid_advanced_filter_and_label");
1293
+ },
1294
+ enumerable: false,
1295
+ configurable: true
1296
+ });
1297
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_or_label", {
1298
+ get: function () {
1299
+ return this.am;
1300
+ },
1301
+ set: function (a) {
1302
+ this.am = a;
1303
+ this.j("Igx_grid_advanced_filter_or_label");
1304
+ },
1305
+ enumerable: false,
1306
+ configurable: true
1307
+ });
1308
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_add_condition", {
1309
+ get: function () {
1310
+ return this.t;
1311
+ },
1312
+ set: function (a) {
1313
+ this.t = a;
1314
+ this.j("Igx_grid_advanced_filter_add_condition");
1315
+ },
1316
+ enumerable: false,
1317
+ configurable: true
1318
+ });
1319
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_add_condition_root", {
1320
+ get: function () {
1321
+ return this.u;
1322
+ },
1323
+ set: function (a) {
1324
+ this.u = a;
1325
+ this.j("Igx_grid_advanced_filter_add_condition_root");
1326
+ },
1327
+ enumerable: false,
1328
+ configurable: true
1329
+ });
1330
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_add_group", {
1331
+ get: function () {
1332
+ return this.v;
1333
+ },
1334
+ set: function (a) {
1335
+ this.v = a;
1336
+ this.j("Igx_grid_advanced_filter_add_group");
1337
+ },
1338
+ enumerable: false,
1339
+ configurable: true
1340
+ });
1341
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_add_group_root", {
1342
+ get: function () {
1343
+ return this.w;
1344
+ },
1345
+ set: function (a) {
1346
+ this.w = a;
1347
+ this.j("Igx_grid_advanced_filter_add_group_root");
1348
+ },
1349
+ enumerable: false,
1350
+ configurable: true
1351
+ });
1352
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_ungroup", {
1353
+ get: function () {
1354
+ return this.as;
1355
+ },
1356
+ set: function (a) {
1357
+ this.as = a;
1358
+ this.j("Igx_grid_advanced_filter_ungroup");
1359
+ },
1360
+ enumerable: false,
1361
+ configurable: true
1362
+ });
1363
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_delete", {
1364
+ get: function () {
1365
+ return this.ac;
1366
+ },
1367
+ set: function (a) {
1368
+ this.ac = a;
1369
+ this.j("Igx_grid_advanced_filter_delete");
1370
+ },
1371
+ enumerable: false,
1372
+ configurable: true
1373
+ });
1374
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_delete_filters", {
1375
+ get: function () {
1376
+ return this.ad;
1377
+ },
1378
+ set: function (a) {
1379
+ this.ad = a;
1380
+ this.j("Igx_grid_advanced_filter_delete_filters");
1213
1381
  },
1214
1382
  enumerable: false,
1215
1383
  configurable: true
1216
1384
  });
1217
- Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_create_and_group", {
1385
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_initial_text", {
1218
1386
  get: function () {
1219
- return this.x;
1387
+ return this.ak;
1220
1388
  },
1221
1389
  set: function (a) {
1222
- this.x = a;
1223
- this.j("Igx_grid_advanced_filter_create_and_group");
1390
+ this.ak = a;
1391
+ this.j("Igx_grid_advanced_filter_initial_text");
1224
1392
  },
1225
1393
  enumerable: false,
1226
1394
  configurable: true
1227
1395
  });
1228
- Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_create_or_group", {
1396
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_column_placeholder", {
1229
1397
  get: function () {
1230
- return this.y;
1398
+ return this.z;
1231
1399
  },
1232
1400
  set: function (a) {
1233
- this.y = a;
1234
- this.j("Igx_grid_advanced_filter_create_or_group");
1401
+ this.z = a;
1402
+ this.j("Igx_grid_advanced_filter_column_placeholder");
1235
1403
  },
1236
1404
  enumerable: false,
1237
1405
  configurable: true
1238
1406
  });
1239
- Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_and_label", {
1407
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_value_placeholder", {
1240
1408
  get: function () {
1241
- return this.v;
1409
+ return this.at;
1242
1410
  },
1243
1411
  set: function (a) {
1244
- this.v = a;
1245
- this.j("Igx_grid_advanced_filter_and_label");
1412
+ this.at = a;
1413
+ this.j("Igx_grid_advanced_filter_value_placeholder");
1246
1414
  },
1247
1415
  enumerable: false,
1248
1416
  configurable: true
1249
1417
  });
1250
- Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_or_label", {
1418
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_query_value_placeholder", {
1251
1419
  get: function () {
1252
- return this.ae;
1420
+ return this.an;
1253
1421
  },
1254
1422
  set: function (a) {
1255
- this.ae = a;
1256
- this.j("Igx_grid_advanced_filter_or_label");
1423
+ this.an = a;
1424
+ this.j("Igx_grid_advanced_filter_query_value_placeholder");
1257
1425
  },
1258
1426
  enumerable: false,
1259
1427
  configurable: true
1260
1428
  });
1261
- Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_add_condition", {
1429
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_switch_group", {
1262
1430
  get: function () {
1263
- return this.t;
1431
+ return this.aq;
1264
1432
  },
1265
1433
  set: function (a) {
1266
- this.t = a;
1267
- this.j("Igx_grid_advanced_filter_add_condition");
1434
+ this.aq = a;
1435
+ this.j("Igx_grid_advanced_filter_switch_group");
1268
1436
  },
1269
1437
  enumerable: false,
1270
1438
  configurable: true
1271
1439
  });
1272
- Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_ungroup", {
1440
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_dialog_title", {
1273
1441
  get: function () {
1274
1442
  return this.ag;
1275
1443
  },
1276
1444
  set: function (a) {
1277
1445
  this.ag = a;
1278
- this.j("Igx_grid_advanced_filter_ungroup");
1446
+ this.j("Igx_grid_advanced_filter_dialog_title");
1279
1447
  },
1280
1448
  enumerable: false,
1281
1449
  configurable: true
1282
1450
  });
1283
- Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_delete", {
1451
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_dialog_message", {
1284
1452
  get: function () {
1285
- return this.z;
1453
+ return this.af;
1286
1454
  },
1287
1455
  set: function (a) {
1288
- this.z = a;
1289
- this.j("Igx_grid_advanced_filter_delete");
1456
+ this.af = a;
1457
+ this.j("Igx_grid_advanced_filter_dialog_message");
1290
1458
  },
1291
1459
  enumerable: false,
1292
1460
  configurable: true
1293
1461
  });
1294
- Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_delete_filters", {
1462
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_dialog_checkbox_text", {
1295
1463
  get: function () {
1296
- return this.aa;
1464
+ return this.ae;
1297
1465
  },
1298
1466
  set: function (a) {
1299
- this.aa = a;
1300
- this.j("Igx_grid_advanced_filter_delete_filters");
1467
+ this.ae = a;
1468
+ this.j("Igx_grid_advanced_filter_dialog_checkbox_text");
1301
1469
  },
1302
1470
  enumerable: false,
1303
1471
  configurable: true
1304
1472
  });
1305
- Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_initial_text", {
1473
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_drop_ghost_text", {
1306
1474
  get: function () {
1307
- return this.ac;
1475
+ return this.ah;
1308
1476
  },
1309
1477
  set: function (a) {
1310
- this.ac = a;
1311
- this.j("Igx_grid_advanced_filter_initial_text");
1478
+ this.ah = a;
1479
+ this.j("Igx_grid_advanced_filter_drop_ghost_text");
1312
1480
  },
1313
1481
  enumerable: false,
1314
1482
  configurable: true
1315
1483
  });
1316
- Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_column_placeholder", {
1484
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_select_entity", {
1317
1485
  get: function () {
1318
- return this.w;
1486
+ return this.ao;
1319
1487
  },
1320
1488
  set: function (a) {
1321
- this.w = a;
1322
- this.j("Igx_grid_advanced_filter_column_placeholder");
1489
+ this.ao = a;
1490
+ this.j("Igx_grid_advanced_filter_select_entity");
1323
1491
  },
1324
1492
  enumerable: false,
1325
1493
  configurable: true
1326
1494
  });
1327
- Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_value_placeholder", {
1495
+ Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_advanced_filter_select_return_field_single", {
1328
1496
  get: function () {
1329
- return this.ah;
1497
+ return this.ap;
1330
1498
  },
1331
1499
  set: function (a) {
1332
- this.ah = a;
1333
- this.j("Igx_grid_advanced_filter_value_placeholder");
1500
+ this.ap = a;
1501
+ this.j("Igx_grid_advanced_filter_select_return_field_single");
1334
1502
  },
1335
1503
  enumerable: false,
1336
1504
  configurable: true
1337
1505
  });
1338
1506
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pinned_row_indicator", {
1339
1507
  get: function () {
1340
- return this.c0;
1508
+ return this.de;
1341
1509
  },
1342
1510
  set: function (a) {
1343
- this.c0 = a;
1511
+ this.de = a;
1344
1512
  this.j("Igx_grid_pinned_row_indicator");
1345
1513
  },
1346
1514
  enumerable: false,
@@ -1348,10 +1516,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1348
1516
  });
1349
1517
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_hiding_check_all_label", {
1350
1518
  get: function () {
1351
- return this.ct;
1519
+ return this.c7;
1352
1520
  },
1353
1521
  set: function (a) {
1354
- this.ct = a;
1522
+ this.c7 = a;
1355
1523
  this.j("Igx_grid_hiding_check_all_label");
1356
1524
  },
1357
1525
  enumerable: false,
@@ -1359,10 +1527,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1359
1527
  });
1360
1528
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_hiding_uncheck_all_label", {
1361
1529
  get: function () {
1362
- return this.cu;
1530
+ return this.c8;
1363
1531
  },
1364
1532
  set: function (a) {
1365
- this.cu = a;
1533
+ this.c8 = a;
1366
1534
  this.j("Igx_grid_hiding_uncheck_all_label");
1367
1535
  },
1368
1536
  enumerable: false,
@@ -1370,10 +1538,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1370
1538
  });
1371
1539
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pinning_check_all_label", {
1372
1540
  get: function () {
1373
- return this.c1;
1541
+ return this.df;
1374
1542
  },
1375
1543
  set: function (a) {
1376
- this.c1 = a;
1544
+ this.df = a;
1377
1545
  this.j("Igx_grid_pinning_check_all_label");
1378
1546
  },
1379
1547
  enumerable: false,
@@ -1381,10 +1549,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1381
1549
  });
1382
1550
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pinning_uncheck_all_label", {
1383
1551
  get: function () {
1384
- return this.c2;
1552
+ return this.dg;
1385
1553
  },
1386
1554
  set: function (a) {
1387
- this.c2 = a;
1555
+ this.dg = a;
1388
1556
  this.j("Igx_grid_pinning_uncheck_all_label");
1389
1557
  },
1390
1558
  enumerable: false,
@@ -1392,10 +1560,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1392
1560
  });
1393
1561
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_row_edit_btn_done", {
1394
1562
  get: function () {
1395
- return this.du;
1563
+ return this.d8;
1396
1564
  },
1397
1565
  set: function (a) {
1398
- this.du = a;
1566
+ this.d8 = a;
1399
1567
  this.j("Igx_grid_row_edit_btn_done");
1400
1568
  },
1401
1569
  enumerable: false,
@@ -1403,10 +1571,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1403
1571
  });
1404
1572
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_row_edit_btn_cancel", {
1405
1573
  get: function () {
1406
- return this.dt;
1574
+ return this.d7;
1407
1575
  },
1408
1576
  set: function (a) {
1409
- this.dt = a;
1577
+ this.d7 = a;
1410
1578
  this.j("Igx_grid_row_edit_btn_cancel");
1411
1579
  },
1412
1580
  enumerable: false,
@@ -1414,10 +1582,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1414
1582
  });
1415
1583
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_row_edit_text", {
1416
1584
  get: function () {
1417
- return this.dv;
1585
+ return this.d9;
1418
1586
  },
1419
1587
  set: function (a) {
1420
- this.dv = a;
1588
+ this.d9 = a;
1421
1589
  this.j("Igx_grid_row_edit_text");
1422
1590
  },
1423
1591
  enumerable: false,
@@ -1425,10 +1593,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1425
1593
  });
1426
1594
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_toolbar_actions_filter_prompt", {
1427
1595
  get: function () {
1428
- return this.d5;
1596
+ return this.ej;
1429
1597
  },
1430
1598
  set: function (a) {
1431
- this.d5 = a;
1599
+ this.ej = a;
1432
1600
  this.j("Igx_grid_toolbar_actions_filter_prompt");
1433
1601
  },
1434
1602
  enumerable: false,
@@ -1436,10 +1604,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1436
1604
  });
1437
1605
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_toolbar_pinning_button_tooltip", {
1438
1606
  get: function () {
1439
- return this.ee;
1607
+ return this.es;
1440
1608
  },
1441
1609
  set: function (a) {
1442
- this.ee = a;
1610
+ this.es = a;
1443
1611
  this.j("Igx_grid_toolbar_pinning_button_tooltip");
1444
1612
  },
1445
1613
  enumerable: false,
@@ -1447,10 +1615,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1447
1615
  });
1448
1616
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_toolbar_hiding_button_tooltip", {
1449
1617
  get: function () {
1450
- return this.ec;
1618
+ return this.eq;
1451
1619
  },
1452
1620
  set: function (a) {
1453
- this.ec = a;
1621
+ this.eq = a;
1454
1622
  this.j("Igx_grid_toolbar_hiding_button_tooltip");
1455
1623
  },
1456
1624
  enumerable: false,
@@ -1458,10 +1626,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1458
1626
  });
1459
1627
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_toolbar_pinning_title", {
1460
1628
  get: function () {
1461
- return this.ef;
1629
+ return this.et;
1462
1630
  },
1463
1631
  set: function (a) {
1464
- this.ef = a;
1632
+ this.et = a;
1465
1633
  this.j("Igx_grid_toolbar_pinning_title");
1466
1634
  },
1467
1635
  enumerable: false,
@@ -1469,10 +1637,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1469
1637
  });
1470
1638
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_toolbar_hiding_title", {
1471
1639
  get: function () {
1472
- return this.ed;
1640
+ return this.er;
1473
1641
  },
1474
1642
  set: function (a) {
1475
- this.ed = a;
1643
+ this.er = a;
1476
1644
  this.j("Igx_grid_toolbar_hiding_title");
1477
1645
  },
1478
1646
  enumerable: false,
@@ -1480,10 +1648,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1480
1648
  });
1481
1649
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_toolbar_advanced_filtering_button_tooltip", {
1482
1650
  get: function () {
1483
- return this.d7;
1651
+ return this.el;
1484
1652
  },
1485
1653
  set: function (a) {
1486
- this.d7 = a;
1654
+ this.el = a;
1487
1655
  this.j("Igx_grid_toolbar_advanced_filtering_button_tooltip");
1488
1656
  },
1489
1657
  enumerable: false,
@@ -1491,10 +1659,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1491
1659
  });
1492
1660
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_toolbar_advanced_filtering_button_label", {
1493
1661
  get: function () {
1494
- return this.d6;
1662
+ return this.ek;
1495
1663
  },
1496
1664
  set: function (a) {
1497
- this.d6 = a;
1665
+ this.ek = a;
1498
1666
  this.j("Igx_grid_toolbar_advanced_filtering_button_label");
1499
1667
  },
1500
1668
  enumerable: false,
@@ -1502,10 +1670,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1502
1670
  });
1503
1671
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_toolbar_exporter_button_tooltip", {
1504
1672
  get: function () {
1505
- return this.d9;
1673
+ return this.en;
1506
1674
  },
1507
1675
  set: function (a) {
1508
- this.d9 = a;
1676
+ this.en = a;
1509
1677
  this.j("Igx_grid_toolbar_exporter_button_tooltip");
1510
1678
  },
1511
1679
  enumerable: false,
@@ -1513,10 +1681,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1513
1681
  });
1514
1682
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_toolbar_exporter_button_label", {
1515
1683
  get: function () {
1516
- return this.d8;
1684
+ return this.em;
1517
1685
  },
1518
1686
  set: function (a) {
1519
- this.d8 = a;
1687
+ this.em = a;
1520
1688
  this.j("Igx_grid_toolbar_exporter_button_label");
1521
1689
  },
1522
1690
  enumerable: false,
@@ -1524,10 +1692,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1524
1692
  });
1525
1693
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_toolbar_exporter_excel_entry_text", {
1526
1694
  get: function () {
1527
- return this.eb;
1695
+ return this.ep;
1528
1696
  },
1529
1697
  set: function (a) {
1530
- this.eb = a;
1698
+ this.ep = a;
1531
1699
  this.j("Igx_grid_toolbar_exporter_excel_entry_text");
1532
1700
  },
1533
1701
  enumerable: false,
@@ -1535,10 +1703,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1535
1703
  });
1536
1704
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_toolbar_exporter_csv_entry_text", {
1537
1705
  get: function () {
1538
- return this.ea;
1706
+ return this.eo;
1539
1707
  },
1540
1708
  set: function (a) {
1541
- this.ea = a;
1709
+ this.eo = a;
1542
1710
  this.j("Igx_grid_toolbar_exporter_csv_entry_text");
1543
1711
  },
1544
1712
  enumerable: false,
@@ -1546,10 +1714,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1546
1714
  });
1547
1715
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_snackbar_addrow_label", {
1548
1716
  get: function () {
1549
- return this.dx;
1717
+ return this.eb;
1550
1718
  },
1551
1719
  set: function (a) {
1552
- this.dx = a;
1720
+ this.eb = a;
1553
1721
  this.j("Igx_grid_snackbar_addrow_label");
1554
1722
  },
1555
1723
  enumerable: false,
@@ -1557,10 +1725,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1557
1725
  });
1558
1726
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_snackbar_addrow_actiontext", {
1559
1727
  get: function () {
1560
- return this.dw;
1728
+ return this.ea;
1561
1729
  },
1562
1730
  set: function (a) {
1563
- this.dw = a;
1731
+ this.ea = a;
1564
1732
  this.j("Igx_grid_snackbar_addrow_actiontext");
1565
1733
  },
1566
1734
  enumerable: false,
@@ -1667,10 +1835,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1667
1835
  });
1668
1836
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_date_dimension_total", {
1669
1837
  get: function () {
1670
- return this.dd;
1838
+ return this.ds;
1671
1839
  },
1672
1840
  set: function (a) {
1673
- this.dd = a;
1841
+ this.ds = a;
1674
1842
  this.j("Igx_grid_pivot_date_dimension_total");
1675
1843
  },
1676
1844
  enumerable: false,
@@ -1678,10 +1846,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1678
1846
  });
1679
1847
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_aggregate_count", {
1680
1848
  get: function () {
1681
- return this.c4;
1849
+ return this.di;
1682
1850
  },
1683
1851
  set: function (a) {
1684
- this.c4 = a;
1852
+ this.di = a;
1685
1853
  this.j("Igx_grid_pivot_aggregate_count");
1686
1854
  },
1687
1855
  enumerable: false,
@@ -1689,10 +1857,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1689
1857
  });
1690
1858
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_aggregate_min", {
1691
1859
  get: function () {
1692
- return this.c8;
1860
+ return this.dm;
1693
1861
  },
1694
1862
  set: function (a) {
1695
- this.c8 = a;
1863
+ this.dm = a;
1696
1864
  this.j("Igx_grid_pivot_aggregate_min");
1697
1865
  },
1698
1866
  enumerable: false,
@@ -1700,10 +1868,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1700
1868
  });
1701
1869
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_aggregate_max", {
1702
1870
  get: function () {
1703
- return this.c7;
1871
+ return this.dl;
1704
1872
  },
1705
1873
  set: function (a) {
1706
- this.c7 = a;
1874
+ this.dl = a;
1707
1875
  this.j("Igx_grid_pivot_aggregate_max");
1708
1876
  },
1709
1877
  enumerable: false,
@@ -1711,10 +1879,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1711
1879
  });
1712
1880
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_aggregate_sum", {
1713
1881
  get: function () {
1714
- return this.c9;
1882
+ return this.dn;
1715
1883
  },
1716
1884
  set: function (a) {
1717
- this.c9 = a;
1885
+ this.dn = a;
1718
1886
  this.j("Igx_grid_pivot_aggregate_sum");
1719
1887
  },
1720
1888
  enumerable: false,
@@ -1722,10 +1890,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1722
1890
  });
1723
1891
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_aggregate_avg", {
1724
1892
  get: function () {
1725
- return this.c3;
1893
+ return this.dh;
1726
1894
  },
1727
1895
  set: function (a) {
1728
- this.c3 = a;
1896
+ this.dh = a;
1729
1897
  this.j("Igx_grid_pivot_aggregate_avg");
1730
1898
  },
1731
1899
  enumerable: false,
@@ -1733,10 +1901,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1733
1901
  });
1734
1902
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_aggregate_date_latest", {
1735
1903
  get: function () {
1736
- return this.c6;
1904
+ return this.dk;
1737
1905
  },
1738
1906
  set: function (a) {
1739
- this.c6 = a;
1907
+ this.dk = a;
1740
1908
  this.j("Igx_grid_pivot_aggregate_date_latest");
1741
1909
  },
1742
1910
  enumerable: false,
@@ -1744,10 +1912,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1744
1912
  });
1745
1913
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_aggregate_date_earliest", {
1746
1914
  get: function () {
1747
- return this.c5;
1915
+ return this.dj;
1748
1916
  },
1749
1917
  set: function (a) {
1750
- this.c5 = a;
1918
+ this.dj = a;
1751
1919
  this.j("Igx_grid_pivot_aggregate_date_earliest");
1752
1920
  },
1753
1921
  enumerable: false,
@@ -1755,10 +1923,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1755
1923
  });
1756
1924
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_aggregate_time_latest", {
1757
1925
  get: function () {
1758
- return this.db;
1926
+ return this.dq;
1759
1927
  },
1760
1928
  set: function (a) {
1761
- this.db = a;
1929
+ this.dq = a;
1762
1930
  this.j("Igx_grid_pivot_aggregate_time_latest");
1763
1931
  },
1764
1932
  enumerable: false,
@@ -1766,10 +1934,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1766
1934
  });
1767
1935
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_aggregate_time_earliest", {
1768
1936
  get: function () {
1769
- return this.da;
1937
+ return this.dp;
1770
1938
  },
1771
1939
  set: function (a) {
1772
- this.da = a;
1940
+ this.dp = a;
1773
1941
  this.j("Igx_grid_pivot_aggregate_time_earliest");
1774
1942
  },
1775
1943
  enumerable: false,
@@ -1777,10 +1945,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1777
1945
  });
1778
1946
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_empty_row_drop_area", {
1779
1947
  get: function () {
1780
- return this.dh;
1948
+ return this.dw;
1781
1949
  },
1782
1950
  set: function (a) {
1783
- this.dh = a;
1951
+ this.dw = a;
1784
1952
  this.j("Igx_grid_pivot_empty_row_drop_area");
1785
1953
  },
1786
1954
  enumerable: false,
@@ -1788,10 +1956,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1788
1956
  });
1789
1957
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_empty_column_drop_area", {
1790
1958
  get: function () {
1791
- return this.de;
1959
+ return this.dt;
1792
1960
  },
1793
1961
  set: function (a) {
1794
- this.de = a;
1962
+ this.dt = a;
1795
1963
  this.j("Igx_grid_pivot_empty_column_drop_area");
1796
1964
  },
1797
1965
  enumerable: false,
@@ -1799,10 +1967,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1799
1967
  });
1800
1968
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_empty_filter_drop_area", {
1801
1969
  get: function () {
1802
- return this.df;
1970
+ return this.du;
1803
1971
  },
1804
1972
  set: function (a) {
1805
- this.df = a;
1973
+ this.du = a;
1806
1974
  this.j("Igx_grid_pivot_empty_filter_drop_area");
1807
1975
  },
1808
1976
  enumerable: false,
@@ -1810,10 +1978,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1810
1978
  });
1811
1979
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_empty_value_drop_area", {
1812
1980
  get: function () {
1813
- return this.di;
1981
+ return this.dx;
1814
1982
  },
1815
1983
  set: function (a) {
1816
- this.di = a;
1984
+ this.dx = a;
1817
1985
  this.j("Igx_grid_pivot_empty_value_drop_area");
1818
1986
  },
1819
1987
  enumerable: false,
@@ -1821,10 +1989,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1821
1989
  });
1822
1990
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_row_drop_chip", {
1823
1991
  get: function () {
1824
- return this.dk;
1992
+ return this.dz;
1825
1993
  },
1826
1994
  set: function (a) {
1827
- this.dk = a;
1995
+ this.dz = a;
1828
1996
  this.j("Igx_grid_pivot_row_drop_chip");
1829
1997
  },
1830
1998
  enumerable: false,
@@ -1832,10 +2000,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1832
2000
  });
1833
2001
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_column_drop_chip", {
1834
2002
  get: function () {
1835
- return this.dc;
2003
+ return this.dr;
1836
2004
  },
1837
2005
  set: function (a) {
1838
- this.dc = a;
2006
+ this.dr = a;
1839
2007
  this.j("Igx_grid_pivot_column_drop_chip");
1840
2008
  },
1841
2009
  enumerable: false,
@@ -1843,10 +2011,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1843
2011
  });
1844
2012
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_filter_drop_chip", {
1845
2013
  get: function () {
1846
- return this.dj;
2014
+ return this.dy;
1847
2015
  },
1848
2016
  set: function (a) {
1849
- this.dj = a;
2017
+ this.dy = a;
1850
2018
  this.j("Igx_grid_pivot_filter_drop_chip");
1851
2019
  },
1852
2020
  enumerable: false,
@@ -1854,10 +2022,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1854
2022
  });
1855
2023
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_value_drop_chip", {
1856
2024
  get: function () {
1857
- return this.dr;
2025
+ return this.d5;
1858
2026
  },
1859
2027
  set: function (a) {
1860
- this.dr = a;
2028
+ this.d5 = a;
1861
2029
  this.j("Igx_grid_pivot_value_drop_chip");
1862
2030
  },
1863
2031
  enumerable: false,
@@ -1865,10 +2033,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1865
2033
  });
1866
2034
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_empty_message", {
1867
2035
  get: function () {
1868
- return this.dg;
2036
+ return this.dv;
1869
2037
  },
1870
2038
  set: function (a) {
1871
- this.dg = a;
2039
+ this.dv = a;
1872
2040
  this.j("Igx_grid_pivot_empty_message");
1873
2041
  },
1874
2042
  enumerable: false,
@@ -1876,10 +2044,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1876
2044
  });
1877
2045
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_selector_filters", {
1878
2046
  get: function () {
1879
- return this.dm;
2047
+ return this.d1;
1880
2048
  },
1881
2049
  set: function (a) {
1882
- this.dm = a;
2050
+ this.d1 = a;
1883
2051
  this.j("Igx_grid_pivot_selector_filters");
1884
2052
  },
1885
2053
  enumerable: false,
@@ -1887,10 +2055,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1887
2055
  });
1888
2056
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_selector_rows", {
1889
2057
  get: function () {
1890
- return this.dp;
2058
+ return this.d3;
1891
2059
  },
1892
2060
  set: function (a) {
1893
- this.dp = a;
2061
+ this.d3 = a;
1894
2062
  this.j("Igx_grid_pivot_selector_rows");
1895
2063
  },
1896
2064
  enumerable: false,
@@ -1898,10 +2066,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1898
2066
  });
1899
2067
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_selector_columns", {
1900
2068
  get: function () {
1901
- return this.dl;
2069
+ return this.d0;
1902
2070
  },
1903
2071
  set: function (a) {
1904
- this.dl = a;
2072
+ this.d0 = a;
1905
2073
  this.j("Igx_grid_pivot_selector_columns");
1906
2074
  },
1907
2075
  enumerable: false,
@@ -1909,10 +2077,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1909
2077
  });
1910
2078
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_selector_values", {
1911
2079
  get: function () {
1912
- return this.dq;
2080
+ return this.d4;
1913
2081
  },
1914
2082
  set: function (a) {
1915
- this.dq = a;
2083
+ this.d4 = a;
1916
2084
  this.j("Igx_grid_pivot_selector_values");
1917
2085
  },
1918
2086
  enumerable: false,
@@ -1920,10 +2088,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1920
2088
  });
1921
2089
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pivot_selector_panel_empty", {
1922
2090
  get: function () {
1923
- return this.dn;
2091
+ return this.d2;
1924
2092
  },
1925
2093
  set: function (a) {
1926
- this.dn = a;
2094
+ this.d2 = a;
1927
2095
  this.j("Igx_grid_pivot_selector_panel_empty");
1928
2096
  },
1929
2097
  enumerable: false,
@@ -1931,10 +2099,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1931
2099
  });
1932
2100
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_required_validation_error", {
1933
2101
  get: function () {
1934
- return this.ds;
2102
+ return this.d6;
1935
2103
  },
1936
2104
  set: function (a) {
1937
- this.ds = a;
2105
+ this.d6 = a;
1938
2106
  this.j("Igx_grid_required_validation_error");
1939
2107
  },
1940
2108
  enumerable: false,
@@ -1942,10 +2110,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1942
2110
  });
1943
2111
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_min_validation_error", {
1944
2112
  get: function () {
1945
- return this.cy;
2113
+ return this.dc;
1946
2114
  },
1947
2115
  set: function (a) {
1948
- this.cy = a;
2116
+ this.dc = a;
1949
2117
  this.j("Igx_grid_min_validation_error");
1950
2118
  },
1951
2119
  enumerable: false,
@@ -1953,10 +2121,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1953
2121
  });
1954
2122
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_max_validation_error", {
1955
2123
  get: function () {
1956
- return this.cw;
2124
+ return this.da;
1957
2125
  },
1958
2126
  set: function (a) {
1959
- this.cw = a;
2127
+ this.da = a;
1960
2128
  this.j("Igx_grid_max_validation_error");
1961
2129
  },
1962
2130
  enumerable: false,
@@ -1964,10 +2132,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1964
2132
  });
1965
2133
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_min_length_validation_error", {
1966
2134
  get: function () {
1967
- return this.cx;
2135
+ return this.db;
1968
2136
  },
1969
2137
  set: function (a) {
1970
- this.cx = a;
2138
+ this.db = a;
1971
2139
  this.j("Igx_grid_min_length_validation_error");
1972
2140
  },
1973
2141
  enumerable: false,
@@ -1975,10 +2143,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1975
2143
  });
1976
2144
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_max_length_validation_error", {
1977
2145
  get: function () {
1978
- return this.cv;
2146
+ return this.c9;
1979
2147
  },
1980
2148
  set: function (a) {
1981
- this.cv = a;
2149
+ this.c9 = a;
1982
2150
  this.j("Igx_grid_max_length_validation_error");
1983
2151
  },
1984
2152
  enumerable: false,
@@ -1986,10 +2154,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1986
2154
  });
1987
2155
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_email_validation_error", {
1988
2156
  get: function () {
1989
- return this.aj;
2157
+ return this.av;
1990
2158
  },
1991
2159
  set: function (a) {
1992
- this.aj = a;
2160
+ this.av = a;
1993
2161
  this.j("Igx_grid_email_validation_error");
1994
2162
  },
1995
2163
  enumerable: false,
@@ -1997,10 +2165,10 @@ var WebGridResourceStringsDescription = /** @class */ /*@__PURE__*/ (function (_
1997
2165
  });
1998
2166
  Object.defineProperty(WebGridResourceStringsDescription.prototype, "igx_grid_pattern_validation_error", {
1999
2167
  get: function () {
2000
- return this.cz;
2168
+ return this.dd;
2001
2169
  },
2002
2170
  set: function (a) {
2003
- this.cz = a;
2171
+ this.dd = a;
2004
2172
  this.j("Igx_grid_pattern_validation_error");
2005
2173
  },
2006
2174
  enumerable: false,