igniteui-angular-core 20.2.0-beta.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
@@ -13,131 +13,145 @@ export let WebGridResourceStringsDescription = /*@__PURE__*/ (() => {
13
13
  class WebGridResourceStringsDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.cr = null;
16
+ this.c5 = null;
17
+ this.c6 = null;
18
+ this.c4 = null;
19
+ this.aw = null;
20
+ this.ax = null;
21
+ this.bx = null;
22
+ this.ct = null;
23
+ this.cw = null;
24
+ this.cv = null;
17
25
  this.cs = null;
26
+ this.cu = null;
27
+ this.cx = null;
18
28
  this.cq = null;
19
- this.ak = null;
20
- this.al = null;
21
- this.bl = null;
22
- this.cf = null;
23
- this.ci = null;
24
- this.ch = null;
25
- this.ce = null;
26
- this.cg = null;
27
- this.cj = null;
28
- this.cc = null;
29
- this.ai = null;
30
- this.cd = null;
31
- this.bt = null;
32
- this.bu = null;
33
- this.ck = null;
34
- this.bx = null;
35
- this.by = null;
36
- this.bv = null;
37
- this.bw = null;
29
+ this.au = null;
30
+ this.cr = null;
31
+ this.b5 = null;
32
+ this.b6 = null;
33
+ this.cy = null;
38
34
  this.b9 = null;
39
- this.cb = null;
40
35
  this.ca = null;
41
- this.br = null;
42
- this.bm = null;
43
- this.bo = null;
36
+ this.b7 = null;
44
37
  this.b8 = null;
45
- this.bq = null;
46
- this.bp = null;
47
- this.cn = null;
48
- this.cp = null;
49
- this.cl = null;
50
- this.b2 = null;
51
- this.b6 = null;
52
38
  this.cm = null;
39
+ this.cp = null;
40
+ this.co = null;
53
41
  this.b3 = null;
54
- this.b7 = null;
42
+ this.by = null;
55
43
  this.b0 = null;
56
- this.b4 = null;
44
+ this.cl = null;
45
+ this.b2 = null;
57
46
  this.b1 = null;
58
- this.b5 = null;
59
- this.co = null;
47
+ this.c1 = null;
48
+ this.c3 = null;
49
+ this.cz = null;
50
+ this.cf = null;
51
+ this.cj = null;
52
+ this.c0 = null;
53
+ this.cg = null;
54
+ this.ck = null;
55
+ this.cc = null;
56
+ this.ch = null;
57
+ this.cd = null;
58
+ this.ci = null;
59
+ this.c2 = null;
60
+ this.cb = null;
60
61
  this.bz = null;
61
- this.bn = null;
62
- this.bs = null;
63
- this.dz = null;
64
- this.d3 = null;
65
- this.d2 = null;
66
- this.d4 = null;
67
- this.dy = null;
68
- this.d0 = null;
69
- this.d1 = null;
70
- this.a0 = null;
71
- this.a1 = null;
72
- this.a2 = null;
73
- this.a3 = null;
74
- this.az = null;
75
- this.a4 = null;
76
- this.a5 = null;
77
- this.a6 = null;
78
- this.a7 = null;
79
- this.a8 = null;
80
- this.ay = null;
81
- this.as = null;
82
- this.at = null;
83
- this.au = null;
84
- this.aq = null;
85
- this.an = null;
62
+ this.ce = null;
63
+ this.cn = null;
64
+ this.b4 = null;
65
+ this.ed = null;
66
+ this.eh = null;
67
+ this.eg = null;
68
+ this.ei = null;
69
+ this.ec = null;
70
+ this.ee = null;
71
+ this.ef = null;
72
+ this.bc = null;
73
+ this.bd = null;
86
74
  this.be = null;
75
+ this.bf = null;
76
+ this.bb = null;
87
77
  this.bg = null;
88
78
  this.bh = null;
89
- this.am = null;
90
- this.ao = null;
91
- this.a9 = null;
92
79
  this.bi = null;
93
- this.bd = null;
94
- this.bk = null;
95
- this.bf = null;
96
- this.ax = null;
97
80
  this.bj = null;
98
- this.bc = null;
99
- this.aw = null;
100
- this.ap = null;
101
- this.ar = null;
102
- this.av = null;
103
- this.bb = null;
81
+ this.bk = null;
104
82
  this.ba = null;
105
- this.af = null;
106
- this.u = null;
107
- this.ad = null;
108
- this.ab = null;
83
+ this.a4 = null;
84
+ this.a5 = null;
85
+ this.a6 = null;
86
+ this.a2 = null;
87
+ this.az = null;
88
+ this.bq = null;
89
+ this.bs = null;
90
+ this.bt = null;
91
+ this.ay = null;
92
+ this.a0 = null;
93
+ this.bl = null;
94
+ this.bu = null;
95
+ this.bp = null;
96
+ this.bw = null;
97
+ this.br = null;
98
+ this.a9 = null;
99
+ this.bv = null;
100
+ this.bo = null;
101
+ this.a8 = null;
102
+ this.a1 = null;
103
+ this.a3 = null;
104
+ this.a7 = null;
105
+ this.bn = null;
106
+ this.bm = null;
107
+ this.ar = null;
108
+ this.aj = null;
109
109
  this.x = null;
110
+ this.al = null;
111
+ this.ai = null;
112
+ this.aa = null;
113
+ this.ab = null;
110
114
  this.y = null;
111
- this.v = null;
112
- this.ae = null;
115
+ this.am = null;
113
116
  this.t = null;
114
- this.ag = null;
115
- this.z = null;
116
- this.aa = null;
117
- this.ac = null;
117
+ this.u = null;
118
+ this.v = null;
118
119
  this.w = null;
120
+ this.as = null;
121
+ this.ac = null;
122
+ this.ad = null;
123
+ this.ak = null;
124
+ this.z = null;
125
+ this.at = null;
126
+ this.an = null;
127
+ this.aq = null;
128
+ this.ag = null;
129
+ this.af = null;
130
+ this.ae = null;
119
131
  this.ah = null;
120
- this.c0 = null;
121
- this.ct = null;
122
- this.cu = null;
123
- this.c1 = null;
124
- this.c2 = null;
125
- this.du = null;
126
- this.dt = null;
127
- this.dv = null;
128
- this.d5 = null;
129
- this.ee = null;
130
- this.ec = null;
131
- this.ef = null;
132
- this.ed = null;
132
+ this.ao = null;
133
+ this.ap = null;
134
+ this.de = null;
135
+ this.c7 = null;
136
+ this.c8 = null;
137
+ this.df = null;
138
+ this.dg = null;
139
+ this.d8 = null;
133
140
  this.d7 = null;
134
- this.d6 = null;
135
141
  this.d9 = null;
136
- this.d8 = null;
142
+ this.ej = null;
143
+ this.es = null;
144
+ this.eq = null;
145
+ this.et = null;
146
+ this.er = null;
147
+ this.el = null;
148
+ this.ek = null;
149
+ this.en = null;
150
+ this.em = null;
151
+ this.ep = null;
152
+ this.eo = null;
137
153
  this.eb = null;
138
154
  this.ea = null;
139
- this.dx = null;
140
- this.dw = null;
141
155
  this.n = null;
142
156
  this.l = null;
143
157
  this.s = null;
@@ -147,37 +161,37 @@ export let WebGridResourceStringsDescription = /*@__PURE__*/ (() => {
147
161
  this.r = null;
148
162
  this.p = null;
149
163
  this.o = null;
150
- this.dd = null;
151
- this.c4 = null;
152
- this.c8 = null;
153
- this.c7 = null;
154
- this.c9 = null;
155
- this.c3 = null;
156
- this.c6 = null;
157
- this.c5 = null;
158
- this.db = null;
159
- this.da = null;
160
- this.dh = null;
161
- this.de = null;
162
- this.df = null;
164
+ this.ds = null;
163
165
  this.di = null;
164
- this.dk = null;
165
- this.dc = null;
166
- this.dj = null;
167
- this.dr = null;
168
- this.dg = null;
169
166
  this.dm = null;
170
- this.dp = null;
171
167
  this.dl = null;
172
- this.dq = null;
173
168
  this.dn = null;
174
- this.ds = null;
175
- this.cy = null;
176
- this.cw = null;
177
- this.cx = null;
178
- this.cv = null;
179
- this.aj = null;
180
- this.cz = null;
169
+ this.dh = null;
170
+ this.dk = null;
171
+ this.dj = null;
172
+ this.dq = null;
173
+ this.dp = null;
174
+ this.dw = null;
175
+ this.dt = null;
176
+ this.du = null;
177
+ this.dx = null;
178
+ this.dz = null;
179
+ this.dr = null;
180
+ this.dy = null;
181
+ this.d5 = null;
182
+ this.dv = null;
183
+ this.d1 = null;
184
+ this.d3 = null;
185
+ this.d0 = null;
186
+ this.d4 = null;
187
+ this.d2 = null;
188
+ this.d6 = null;
189
+ this.dc = null;
190
+ this.da = null;
191
+ this.db = null;
192
+ this.c9 = null;
193
+ this.av = null;
194
+ this.dd = null;
181
195
  }
182
196
  get_type() {
183
197
  return "WebGridResourceStrings";
@@ -186,682 +200,703 @@ export let WebGridResourceStringsDescription = /*@__PURE__*/ (() => {
186
200
  return this.get_type();
187
201
  }
188
202
  get igx_grid_groupByArea_message() {
189
- return this.cr;
203
+ return this.c5;
190
204
  }
191
205
  set igx_grid_groupByArea_message(a) {
192
- this.cr = a;
206
+ this.c5 = a;
193
207
  this.j("Igx_grid_groupByArea_message");
194
208
  }
195
209
  get igx_grid_groupByArea_select_message() {
196
- return this.cs;
210
+ return this.c6;
197
211
  }
198
212
  set igx_grid_groupByArea_select_message(a) {
199
- this.cs = a;
213
+ this.c6 = a;
200
214
  this.j("Igx_grid_groupByArea_select_message");
201
215
  }
202
216
  get igx_grid_groupByArea_deselect_message() {
203
- return this.cq;
217
+ return this.c4;
204
218
  }
205
219
  set igx_grid_groupByArea_deselect_message(a) {
206
- this.cq = a;
220
+ this.c4 = a;
207
221
  this.j("Igx_grid_groupByArea_deselect_message");
208
222
  }
209
223
  get igx_grid_emptyFilteredGrid_message() {
210
- return this.ak;
224
+ return this.aw;
211
225
  }
212
226
  set igx_grid_emptyFilteredGrid_message(a) {
213
- this.ak = a;
227
+ this.aw = a;
214
228
  this.j("Igx_grid_emptyFilteredGrid_message");
215
229
  }
216
230
  get igx_grid_emptyGrid_message() {
217
- return this.al;
231
+ return this.ax;
218
232
  }
219
233
  set igx_grid_emptyGrid_message(a) {
220
- this.al = a;
234
+ this.ax = a;
221
235
  this.j("Igx_grid_emptyGrid_message");
222
236
  }
223
237
  get igx_grid_filter() {
224
- return this.bl;
238
+ return this.bx;
225
239
  }
226
240
  set igx_grid_filter(a) {
227
- this.bl = a;
241
+ this.bx = a;
228
242
  this.j("Igx_grid_filter");
229
243
  }
230
244
  get igx_grid_filter_row_close() {
231
- return this.cf;
245
+ return this.ct;
232
246
  }
233
247
  set igx_grid_filter_row_close(a) {
234
- this.cf = a;
248
+ this.ct = a;
235
249
  this.j("Igx_grid_filter_row_close");
236
250
  }
237
251
  get igx_grid_filter_row_reset() {
238
- return this.ci;
252
+ return this.cw;
239
253
  }
240
254
  set igx_grid_filter_row_reset(a) {
241
- this.ci = a;
255
+ this.cw = a;
242
256
  this.j("Igx_grid_filter_row_reset");
243
257
  }
244
258
  get igx_grid_filter_row_placeholder() {
245
- return this.ch;
259
+ return this.cv;
246
260
  }
247
261
  set igx_grid_filter_row_placeholder(a) {
248
- this.ch = a;
262
+ this.cv = a;
249
263
  this.j("Igx_grid_filter_row_placeholder");
250
264
  }
251
265
  get igx_grid_filter_row_boolean_placeholder() {
252
- return this.ce;
266
+ return this.cs;
253
267
  }
254
268
  set igx_grid_filter_row_boolean_placeholder(a) {
255
- this.ce = a;
269
+ this.cs = a;
256
270
  this.j("Igx_grid_filter_row_boolean_placeholder");
257
271
  }
258
272
  get igx_grid_filter_row_date_placeholder() {
259
- return this.cg;
273
+ return this.cu;
260
274
  }
261
275
  set igx_grid_filter_row_date_placeholder(a) {
262
- this.cg = a;
276
+ this.cu = a;
263
277
  this.j("Igx_grid_filter_row_date_placeholder");
264
278
  }
265
279
  get igx_grid_filter_row_time_placeholder() {
266
- return this.cj;
280
+ return this.cx;
267
281
  }
268
282
  set igx_grid_filter_row_time_placeholder(a) {
269
- this.cj = a;
283
+ this.cx = a;
270
284
  this.j("Igx_grid_filter_row_time_placeholder");
271
285
  }
272
286
  get igx_grid_filter_operator_and() {
273
- return this.cc;
287
+ return this.cq;
274
288
  }
275
289
  set igx_grid_filter_operator_and(a) {
276
- this.cc = a;
290
+ this.cq = a;
277
291
  this.j("Igx_grid_filter_operator_and");
278
292
  }
279
293
  get igx_grid_complex_filter() {
280
- return this.ai;
294
+ return this.au;
281
295
  }
282
296
  set igx_grid_complex_filter(a) {
283
- this.ai = a;
297
+ this.au = a;
284
298
  this.j("Igx_grid_complex_filter");
285
299
  }
286
300
  get igx_grid_filter_operator_or() {
287
- return this.cd;
301
+ return this.cr;
288
302
  }
289
303
  set igx_grid_filter_operator_or(a) {
290
- this.cd = a;
304
+ this.cr = a;
291
305
  this.j("Igx_grid_filter_operator_or");
292
306
  }
293
307
  get igx_grid_filter_contains() {
294
- return this.bt;
308
+ return this.b5;
295
309
  }
296
310
  set igx_grid_filter_contains(a) {
297
- this.bt = a;
311
+ this.b5 = a;
298
312
  this.j("Igx_grid_filter_contains");
299
313
  }
300
314
  get igx_grid_filter_doesNotContain() {
301
- return this.bu;
315
+ return this.b6;
302
316
  }
303
317
  set igx_grid_filter_doesNotContain(a) {
304
- this.bu = a;
318
+ this.b6 = a;
305
319
  this.j("Igx_grid_filter_doesNotContain");
306
320
  }
307
321
  get igx_grid_filter_startsWith() {
308
- return this.ck;
322
+ return this.cy;
309
323
  }
310
324
  set igx_grid_filter_startsWith(a) {
311
- this.ck = a;
325
+ this.cy = a;
312
326
  this.j("Igx_grid_filter_startsWith");
313
327
  }
314
328
  get igx_grid_filter_endsWith() {
315
- return this.bx;
329
+ return this.b9;
316
330
  }
317
331
  set igx_grid_filter_endsWith(a) {
318
- this.bx = a;
332
+ this.b9 = a;
319
333
  this.j("Igx_grid_filter_endsWith");
320
334
  }
321
335
  get igx_grid_filter_equals() {
322
- return this.by;
336
+ return this.ca;
323
337
  }
324
338
  set igx_grid_filter_equals(a) {
325
- this.by = a;
339
+ this.ca = a;
326
340
  this.j("Igx_grid_filter_equals");
327
341
  }
328
342
  get igx_grid_filter_doesNotEqual() {
329
- return this.bv;
343
+ return this.b7;
330
344
  }
331
345
  set igx_grid_filter_doesNotEqual(a) {
332
- this.bv = a;
346
+ this.b7 = a;
333
347
  this.j("Igx_grid_filter_doesNotEqual");
334
348
  }
335
349
  get igx_grid_filter_empty() {
336
- return this.bw;
350
+ return this.b8;
337
351
  }
338
352
  set igx_grid_filter_empty(a) {
339
- this.bw = a;
353
+ this.b8 = a;
340
354
  this.j("Igx_grid_filter_empty");
341
355
  }
342
356
  get igx_grid_filter_notEmpty() {
343
- return this.b9;
357
+ return this.cm;
344
358
  }
345
359
  set igx_grid_filter_notEmpty(a) {
346
- this.b9 = a;
360
+ this.cm = a;
347
361
  this.j("Igx_grid_filter_notEmpty");
348
362
  }
349
363
  get igx_grid_filter_null() {
350
- return this.cb;
364
+ return this.cp;
351
365
  }
352
366
  set igx_grid_filter_null(a) {
353
- this.cb = a;
367
+ this.cp = a;
354
368
  this.j("Igx_grid_filter_null");
355
369
  }
356
370
  get igx_grid_filter_notNull() {
357
- return this.ca;
371
+ return this.co;
358
372
  }
359
373
  set igx_grid_filter_notNull(a) {
360
- this.ca = a;
374
+ this.co = a;
361
375
  this.j("Igx_grid_filter_notNull");
362
376
  }
363
377
  get igx_grid_filter_before() {
364
- return this.br;
378
+ return this.b3;
365
379
  }
366
380
  set igx_grid_filter_before(a) {
367
- this.br = a;
381
+ this.b3 = a;
368
382
  this.j("Igx_grid_filter_before");
369
383
  }
370
384
  get igx_grid_filter_after() {
371
- return this.bm;
385
+ return this.by;
372
386
  }
373
387
  set igx_grid_filter_after(a) {
374
- this.bm = a;
388
+ this.by = a;
375
389
  this.j("Igx_grid_filter_after");
376
390
  }
377
391
  get igx_grid_filter_at() {
378
- return this.bo;
392
+ return this.b0;
379
393
  }
380
394
  set igx_grid_filter_at(a) {
381
- this.bo = a;
395
+ this.b0 = a;
382
396
  this.j("Igx_grid_filter_at");
383
397
  }
384
398
  get igx_grid_filter_not_at() {
385
- return this.b8;
399
+ return this.cl;
386
400
  }
387
401
  set igx_grid_filter_not_at(a) {
388
- this.b8 = a;
402
+ this.cl = a;
389
403
  this.j("Igx_grid_filter_not_at");
390
404
  }
391
405
  get igx_grid_filter_at_before() {
392
- return this.bq;
406
+ return this.b2;
393
407
  }
394
408
  set igx_grid_filter_at_before(a) {
395
- this.bq = a;
409
+ this.b2 = a;
396
410
  this.j("Igx_grid_filter_at_before");
397
411
  }
398
412
  get igx_grid_filter_at_after() {
399
- return this.bp;
413
+ return this.b1;
400
414
  }
401
415
  set igx_grid_filter_at_after(a) {
402
- this.bp = a;
416
+ this.b1 = a;
403
417
  this.j("Igx_grid_filter_at_after");
404
418
  }
405
419
  get igx_grid_filter_today() {
406
- return this.cn;
420
+ return this.c1;
407
421
  }
408
422
  set igx_grid_filter_today(a) {
409
- this.cn = a;
423
+ this.c1 = a;
410
424
  this.j("Igx_grid_filter_today");
411
425
  }
412
426
  get igx_grid_filter_yesterday() {
413
- return this.cp;
427
+ return this.c3;
414
428
  }
415
429
  set igx_grid_filter_yesterday(a) {
416
- this.cp = a;
430
+ this.c3 = a;
417
431
  this.j("Igx_grid_filter_yesterday");
418
432
  }
419
433
  get igx_grid_filter_thisMonth() {
420
- return this.cl;
434
+ return this.cz;
421
435
  }
422
436
  set igx_grid_filter_thisMonth(a) {
423
- this.cl = a;
437
+ this.cz = a;
424
438
  this.j("Igx_grid_filter_thisMonth");
425
439
  }
426
440
  get igx_grid_filter_lastMonth() {
427
- return this.b2;
441
+ return this.cf;
428
442
  }
429
443
  set igx_grid_filter_lastMonth(a) {
430
- this.b2 = a;
444
+ this.cf = a;
431
445
  this.j("Igx_grid_filter_lastMonth");
432
446
  }
433
447
  get igx_grid_filter_nextMonth() {
434
- return this.b6;
448
+ return this.cj;
435
449
  }
436
450
  set igx_grid_filter_nextMonth(a) {
437
- this.b6 = a;
451
+ this.cj = a;
438
452
  this.j("Igx_grid_filter_nextMonth");
439
453
  }
440
454
  get igx_grid_filter_thisYear() {
441
- return this.cm;
455
+ return this.c0;
442
456
  }
443
457
  set igx_grid_filter_thisYear(a) {
444
- this.cm = a;
458
+ this.c0 = a;
445
459
  this.j("Igx_grid_filter_thisYear");
446
460
  }
447
461
  get igx_grid_filter_lastYear() {
448
- return this.b3;
462
+ return this.cg;
449
463
  }
450
464
  set igx_grid_filter_lastYear(a) {
451
- this.b3 = a;
465
+ this.cg = a;
452
466
  this.j("Igx_grid_filter_lastYear");
453
467
  }
454
468
  get igx_grid_filter_nextYear() {
455
- return this.b7;
469
+ return this.ck;
456
470
  }
457
471
  set igx_grid_filter_nextYear(a) {
458
- this.b7 = a;
472
+ this.ck = a;
459
473
  this.j("Igx_grid_filter_nextYear");
460
474
  }
461
475
  get igx_grid_filter_greaterThan() {
462
- return this.b0;
476
+ return this.cc;
463
477
  }
464
478
  set igx_grid_filter_greaterThan(a) {
465
- this.b0 = a;
479
+ this.cc = a;
466
480
  this.j("Igx_grid_filter_greaterThan");
467
481
  }
468
482
  get igx_grid_filter_lessThan() {
469
- return this.b4;
483
+ return this.ch;
470
484
  }
471
485
  set igx_grid_filter_lessThan(a) {
472
- this.b4 = a;
486
+ this.ch = a;
473
487
  this.j("Igx_grid_filter_lessThan");
474
488
  }
475
489
  get igx_grid_filter_greaterThanOrEqualTo() {
476
- return this.b1;
490
+ return this.cd;
477
491
  }
478
492
  set igx_grid_filter_greaterThanOrEqualTo(a) {
479
- this.b1 = a;
493
+ this.cd = a;
480
494
  this.j("Igx_grid_filter_greaterThanOrEqualTo");
481
495
  }
482
496
  get igx_grid_filter_lessThanOrEqualTo() {
483
- return this.b5;
497
+ return this.ci;
484
498
  }
485
499
  set igx_grid_filter_lessThanOrEqualTo(a) {
486
- this.b5 = a;
500
+ this.ci = a;
487
501
  this.j("Igx_grid_filter_lessThanOrEqualTo");
488
502
  }
489
503
  get igx_grid_filter_true() {
490
- return this.co;
504
+ return this.c2;
491
505
  }
492
506
  set igx_grid_filter_true(a) {
493
- this.co = a;
507
+ this.c2 = a;
494
508
  this.j("Igx_grid_filter_true");
495
509
  }
496
510
  get igx_grid_filter_false() {
497
- return this.bz;
511
+ return this.cb;
498
512
  }
499
513
  set igx_grid_filter_false(a) {
500
- this.bz = a;
514
+ this.cb = a;
501
515
  this.j("Igx_grid_filter_false");
502
516
  }
503
517
  get igx_grid_filter_all() {
504
- return this.bn;
518
+ return this.bz;
505
519
  }
506
520
  set igx_grid_filter_all(a) {
507
- this.bn = a;
521
+ this.bz = a;
508
522
  this.j("Igx_grid_filter_all");
509
523
  }
524
+ get igx_grid_filter_in() {
525
+ return this.ce;
526
+ }
527
+ set igx_grid_filter_in(a) {
528
+ this.ce = a;
529
+ this.j("Igx_grid_filter_in");
530
+ }
531
+ get igx_grid_filter_notIn() {
532
+ return this.cn;
533
+ }
534
+ set igx_grid_filter_notIn(a) {
535
+ this.cn = a;
536
+ this.j("Igx_grid_filter_notIn");
537
+ }
510
538
  get igx_grid_filter_condition_placeholder() {
511
- return this.bs;
539
+ return this.b4;
512
540
  }
513
541
  set igx_grid_filter_condition_placeholder(a) {
514
- this.bs = a;
542
+ this.b4 = a;
515
543
  this.j("Igx_grid_filter_condition_placeholder");
516
544
  }
517
545
  get igx_grid_summary_count() {
518
- return this.dz;
546
+ return this.ed;
519
547
  }
520
548
  set igx_grid_summary_count(a) {
521
- this.dz = a;
549
+ this.ed = a;
522
550
  this.j("Igx_grid_summary_count");
523
551
  }
524
552
  get igx_grid_summary_min() {
525
- return this.d3;
553
+ return this.eh;
526
554
  }
527
555
  set igx_grid_summary_min(a) {
528
- this.d3 = a;
556
+ this.eh = a;
529
557
  this.j("Igx_grid_summary_min");
530
558
  }
531
559
  get igx_grid_summary_max() {
532
- return this.d2;
560
+ return this.eg;
533
561
  }
534
562
  set igx_grid_summary_max(a) {
535
- this.d2 = a;
563
+ this.eg = a;
536
564
  this.j("Igx_grid_summary_max");
537
565
  }
538
566
  get igx_grid_summary_sum() {
539
- return this.d4;
567
+ return this.ei;
540
568
  }
541
569
  set igx_grid_summary_sum(a) {
542
- this.d4 = a;
570
+ this.ei = a;
543
571
  this.j("Igx_grid_summary_sum");
544
572
  }
545
573
  get igx_grid_summary_average() {
546
- return this.dy;
574
+ return this.ec;
547
575
  }
548
576
  set igx_grid_summary_average(a) {
549
- this.dy = a;
577
+ this.ec = a;
550
578
  this.j("Igx_grid_summary_average");
551
579
  }
552
580
  get igx_grid_summary_earliest() {
553
- return this.d0;
581
+ return this.ee;
554
582
  }
555
583
  set igx_grid_summary_earliest(a) {
556
- this.d0 = a;
584
+ this.ee = a;
557
585
  this.j("Igx_grid_summary_earliest");
558
586
  }
559
587
  get igx_grid_summary_latest() {
560
- return this.d1;
588
+ return this.ef;
561
589
  }
562
590
  set igx_grid_summary_latest(a) {
563
- this.d1 = a;
591
+ this.ef = a;
564
592
  this.j("Igx_grid_summary_latest");
565
593
  }
566
594
  get igx_grid_excel_filter_moving_left() {
567
- return this.a0;
595
+ return this.bc;
568
596
  }
569
597
  set igx_grid_excel_filter_moving_left(a) {
570
- this.a0 = a;
598
+ this.bc = a;
571
599
  this.j("Igx_grid_excel_filter_moving_left");
572
600
  }
573
601
  get igx_grid_excel_filter_moving_left_short() {
574
- return this.a1;
602
+ return this.bd;
575
603
  }
576
604
  set igx_grid_excel_filter_moving_left_short(a) {
577
- this.a1 = a;
605
+ this.bd = a;
578
606
  this.j("Igx_grid_excel_filter_moving_left_short");
579
607
  }
580
608
  get igx_grid_excel_filter_moving_right() {
581
- return this.a2;
609
+ return this.be;
582
610
  }
583
611
  set igx_grid_excel_filter_moving_right(a) {
584
- this.a2 = a;
612
+ this.be = a;
585
613
  this.j("Igx_grid_excel_filter_moving_right");
586
614
  }
587
615
  get igx_grid_excel_filter_moving_right_short() {
588
- return this.a3;
616
+ return this.bf;
589
617
  }
590
618
  set igx_grid_excel_filter_moving_right_short(a) {
591
- this.a3 = a;
619
+ this.bf = a;
592
620
  this.j("Igx_grid_excel_filter_moving_right_short");
593
621
  }
594
622
  get igx_grid_excel_filter_moving_header() {
595
- return this.az;
623
+ return this.bb;
596
624
  }
597
625
  set igx_grid_excel_filter_moving_header(a) {
598
- this.az = a;
626
+ this.bb = a;
599
627
  this.j("Igx_grid_excel_filter_moving_header");
600
628
  }
601
629
  get igx_grid_excel_filter_sorting_asc() {
602
- return this.a4;
630
+ return this.bg;
603
631
  }
604
632
  set igx_grid_excel_filter_sorting_asc(a) {
605
- this.a4 = a;
633
+ this.bg = a;
606
634
  this.j("Igx_grid_excel_filter_sorting_asc");
607
635
  }
608
636
  get igx_grid_excel_filter_sorting_asc_short() {
609
- return this.a5;
637
+ return this.bh;
610
638
  }
611
639
  set igx_grid_excel_filter_sorting_asc_short(a) {
612
- this.a5 = a;
640
+ this.bh = a;
613
641
  this.j("Igx_grid_excel_filter_sorting_asc_short");
614
642
  }
615
643
  get igx_grid_excel_filter_sorting_desc() {
616
- return this.a6;
644
+ return this.bi;
617
645
  }
618
646
  set igx_grid_excel_filter_sorting_desc(a) {
619
- this.a6 = a;
647
+ this.bi = a;
620
648
  this.j("Igx_grid_excel_filter_sorting_desc");
621
649
  }
622
650
  get igx_grid_excel_filter_sorting_desc_short() {
623
- return this.a7;
651
+ return this.bj;
624
652
  }
625
653
  set igx_grid_excel_filter_sorting_desc_short(a) {
626
- this.a7 = a;
654
+ this.bj = a;
627
655
  this.j("Igx_grid_excel_filter_sorting_desc_short");
628
656
  }
629
657
  get igx_grid_excel_filter_sorting_header() {
630
- return this.a8;
658
+ return this.bk;
631
659
  }
632
660
  set igx_grid_excel_filter_sorting_header(a) {
633
- this.a8 = a;
661
+ this.bk = a;
634
662
  this.j("Igx_grid_excel_filter_sorting_header");
635
663
  }
636
664
  get igx_grid_excel_filter_clear() {
637
- return this.ay;
665
+ return this.ba;
638
666
  }
639
667
  set igx_grid_excel_filter_clear(a) {
640
- this.ay = a;
668
+ this.ba = a;
641
669
  this.j("Igx_grid_excel_filter_clear");
642
670
  }
643
671
  get igx_grid_excel_custom_dialog_add() {
644
- return this.as;
672
+ return this.a4;
645
673
  }
646
674
  set igx_grid_excel_custom_dialog_add(a) {
647
- this.as = a;
675
+ this.a4 = a;
648
676
  this.j("Igx_grid_excel_custom_dialog_add");
649
677
  }
650
678
  get igx_grid_excel_custom_dialog_clear() {
651
- return this.at;
679
+ return this.a5;
652
680
  }
653
681
  set igx_grid_excel_custom_dialog_clear(a) {
654
- this.at = a;
682
+ this.a5 = a;
655
683
  this.j("Igx_grid_excel_custom_dialog_clear");
656
684
  }
657
685
  get igx_grid_excel_custom_dialog_header() {
658
- return this.au;
686
+ return this.a6;
659
687
  }
660
688
  set igx_grid_excel_custom_dialog_header(a) {
661
- this.au = a;
689
+ this.a6 = a;
662
690
  this.j("Igx_grid_excel_custom_dialog_header");
663
691
  }
664
692
  get igx_grid_excel_cancel() {
665
- return this.aq;
693
+ return this.a2;
666
694
  }
667
695
  set igx_grid_excel_cancel(a) {
668
- this.aq = a;
696
+ this.a2 = a;
669
697
  this.j("Igx_grid_excel_cancel");
670
698
  }
671
699
  get igx_grid_excel_apply() {
672
- return this.an;
700
+ return this.az;
673
701
  }
674
702
  set igx_grid_excel_apply(a) {
675
- this.an = a;
703
+ this.az = a;
676
704
  this.j("Igx_grid_excel_apply");
677
705
  }
678
706
  get igx_grid_excel_search_placeholder() {
679
- return this.be;
707
+ return this.bq;
680
708
  }
681
709
  set igx_grid_excel_search_placeholder(a) {
682
- this.be = a;
710
+ this.bq = a;
683
711
  this.j("Igx_grid_excel_search_placeholder");
684
712
  }
685
713
  get igx_grid_excel_select_all() {
686
- return this.bg;
714
+ return this.bs;
687
715
  }
688
716
  set igx_grid_excel_select_all(a) {
689
- this.bg = a;
717
+ this.bs = a;
690
718
  this.j("Igx_grid_excel_select_all");
691
719
  }
692
720
  get igx_grid_excel_select_all_search_results() {
693
- return this.bh;
721
+ return this.bt;
694
722
  }
695
723
  set igx_grid_excel_select_all_search_results(a) {
696
- this.bh = a;
724
+ this.bt = a;
697
725
  this.j("Igx_grid_excel_select_all_search_results");
698
726
  }
699
727
  get igx_grid_excel_add_to_filter() {
700
- return this.am;
728
+ return this.ay;
701
729
  }
702
730
  set igx_grid_excel_add_to_filter(a) {
703
- this.am = a;
731
+ this.ay = a;
704
732
  this.j("Igx_grid_excel_add_to_filter");
705
733
  }
706
734
  get igx_grid_excel_blanks() {
707
- return this.ao;
735
+ return this.a0;
708
736
  }
709
737
  set igx_grid_excel_blanks(a) {
710
- this.ao = a;
738
+ this.a0 = a;
711
739
  this.j("Igx_grid_excel_blanks");
712
740
  }
713
741
  get igx_grid_excel_hide() {
714
- return this.a9;
742
+ return this.bl;
715
743
  }
716
744
  set igx_grid_excel_hide(a) {
717
- this.a9 = a;
745
+ this.bl = a;
718
746
  this.j("Igx_grid_excel_hide");
719
747
  }
720
748
  get igx_grid_excel_show() {
721
- return this.bi;
749
+ return this.bu;
722
750
  }
723
751
  set igx_grid_excel_show(a) {
724
- this.bi = a;
752
+ this.bu = a;
725
753
  this.j("Igx_grid_excel_show");
726
754
  }
727
755
  get igx_grid_excel_pin() {
728
- return this.bd;
756
+ return this.bp;
729
757
  }
730
758
  set igx_grid_excel_pin(a) {
731
- this.bd = a;
759
+ this.bp = a;
732
760
  this.j("Igx_grid_excel_pin");
733
761
  }
734
762
  get igx_grid_excel_unpin() {
735
- return this.bk;
763
+ return this.bw;
736
764
  }
737
765
  set igx_grid_excel_unpin(a) {
738
- this.bk = a;
766
+ this.bw = a;
739
767
  this.j("Igx_grid_excel_unpin");
740
768
  }
741
769
  get igx_grid_excel_select() {
742
- return this.bf;
770
+ return this.br;
743
771
  }
744
772
  set igx_grid_excel_select(a) {
745
- this.bf = a;
773
+ this.br = a;
746
774
  this.j("Igx_grid_excel_select");
747
775
  }
748
776
  get igx_grid_excel_deselect() {
749
- return this.ax;
777
+ return this.a9;
750
778
  }
751
779
  set igx_grid_excel_deselect(a) {
752
- this.ax = a;
780
+ this.a9 = a;
753
781
  this.j("Igx_grid_excel_deselect");
754
782
  }
755
783
  get igx_grid_excel_text_filter() {
756
- return this.bj;
784
+ return this.bv;
757
785
  }
758
786
  set igx_grid_excel_text_filter(a) {
759
- this.bj = a;
787
+ this.bv = a;
760
788
  this.j("Igx_grid_excel_text_filter");
761
789
  }
762
790
  get igx_grid_excel_number_filter() {
763
- return this.bc;
791
+ return this.bo;
764
792
  }
765
793
  set igx_grid_excel_number_filter(a) {
766
- this.bc = a;
794
+ this.bo = a;
767
795
  this.j("Igx_grid_excel_number_filter");
768
796
  }
769
797
  get igx_grid_excel_date_filter() {
770
- return this.aw;
798
+ return this.a8;
771
799
  }
772
800
  set igx_grid_excel_date_filter(a) {
773
- this.aw = a;
801
+ this.a8 = a;
774
802
  this.j("Igx_grid_excel_date_filter");
775
803
  }
776
804
  get igx_grid_excel_boolean_filter() {
777
- return this.ap;
805
+ return this.a1;
778
806
  }
779
807
  set igx_grid_excel_boolean_filter(a) {
780
- this.ap = a;
808
+ this.a1 = a;
781
809
  this.j("Igx_grid_excel_boolean_filter");
782
810
  }
783
811
  get igx_grid_excel_currency_filter() {
784
- return this.ar;
812
+ return this.a3;
785
813
  }
786
814
  set igx_grid_excel_currency_filter(a) {
787
- this.ar = a;
815
+ this.a3 = a;
788
816
  this.j("Igx_grid_excel_currency_filter");
789
817
  }
790
818
  get igx_grid_excel_custom_filter() {
791
- return this.av;
819
+ return this.a7;
792
820
  }
793
821
  set igx_grid_excel_custom_filter(a) {
794
- this.av = a;
822
+ this.a7 = a;
795
823
  this.j("Igx_grid_excel_custom_filter");
796
824
  }
797
825
  get igx_grid_excel_no_matches() {
798
- return this.bb;
826
+ return this.bn;
799
827
  }
800
828
  set igx_grid_excel_no_matches(a) {
801
- this.bb = a;
829
+ this.bn = a;
802
830
  this.j("Igx_grid_excel_no_matches");
803
831
  }
804
832
  get igx_grid_excel_matches_count() {
805
- return this.ba;
833
+ return this.bm;
806
834
  }
807
835
  set igx_grid_excel_matches_count(a) {
808
- this.ba = a;
836
+ this.bm = a;
809
837
  this.j("Igx_grid_excel_matches_count");
810
838
  }
811
839
  get igx_grid_advanced_filter_title() {
812
- return this.af;
840
+ return this.ar;
813
841
  }
814
842
  set igx_grid_advanced_filter_title(a) {
815
- this.af = a;
843
+ this.ar = a;
816
844
  this.j("Igx_grid_advanced_filter_title");
817
845
  }
846
+ get igx_grid_advanced_filter_from_label() {
847
+ return this.aj;
848
+ }
849
+ set igx_grid_advanced_filter_from_label(a) {
850
+ this.aj = a;
851
+ this.j("Igx_grid_advanced_filter_from_label");
852
+ }
818
853
  get igx_grid_advanced_filter_and_group() {
819
- return this.u;
854
+ return this.x;
820
855
  }
821
856
  set igx_grid_advanced_filter_and_group(a) {
822
- this.u = a;
857
+ this.x = a;
823
858
  this.j("Igx_grid_advanced_filter_and_group");
824
859
  }
825
860
  get igx_grid_advanced_filter_or_group() {
826
- return this.ad;
861
+ return this.al;
827
862
  }
828
863
  set igx_grid_advanced_filter_or_group(a) {
829
- this.ad = a;
864
+ this.al = a;
830
865
  this.j("Igx_grid_advanced_filter_or_group");
831
866
  }
832
867
  get igx_grid_advanced_filter_end_group() {
833
- return this.ab;
868
+ return this.ai;
834
869
  }
835
870
  set igx_grid_advanced_filter_end_group(a) {
836
- this.ab = a;
871
+ this.ai = a;
837
872
  this.j("Igx_grid_advanced_filter_end_group");
838
873
  }
839
874
  get igx_grid_advanced_filter_create_and_group() {
840
- return this.x;
875
+ return this.aa;
841
876
  }
842
877
  set igx_grid_advanced_filter_create_and_group(a) {
843
- this.x = a;
878
+ this.aa = a;
844
879
  this.j("Igx_grid_advanced_filter_create_and_group");
845
880
  }
846
881
  get igx_grid_advanced_filter_create_or_group() {
847
- return this.y;
882
+ return this.ab;
848
883
  }
849
884
  set igx_grid_advanced_filter_create_or_group(a) {
850
- this.y = a;
885
+ this.ab = a;
851
886
  this.j("Igx_grid_advanced_filter_create_or_group");
852
887
  }
853
888
  get igx_grid_advanced_filter_and_label() {
854
- return this.v;
889
+ return this.y;
855
890
  }
856
891
  set igx_grid_advanced_filter_and_label(a) {
857
- this.v = a;
892
+ this.y = a;
858
893
  this.j("Igx_grid_advanced_filter_and_label");
859
894
  }
860
895
  get igx_grid_advanced_filter_or_label() {
861
- return this.ae;
896
+ return this.am;
862
897
  }
863
898
  set igx_grid_advanced_filter_or_label(a) {
864
- this.ae = a;
899
+ this.am = a;
865
900
  this.j("Igx_grid_advanced_filter_or_label");
866
901
  }
867
902
  get igx_grid_advanced_filter_add_condition() {
@@ -871,193 +906,270 @@ export let WebGridResourceStringsDescription = /*@__PURE__*/ (() => {
871
906
  this.t = a;
872
907
  this.j("Igx_grid_advanced_filter_add_condition");
873
908
  }
909
+ get igx_grid_advanced_filter_add_condition_root() {
910
+ return this.u;
911
+ }
912
+ set igx_grid_advanced_filter_add_condition_root(a) {
913
+ this.u = a;
914
+ this.j("Igx_grid_advanced_filter_add_condition_root");
915
+ }
916
+ get igx_grid_advanced_filter_add_group() {
917
+ return this.v;
918
+ }
919
+ set igx_grid_advanced_filter_add_group(a) {
920
+ this.v = a;
921
+ this.j("Igx_grid_advanced_filter_add_group");
922
+ }
923
+ get igx_grid_advanced_filter_add_group_root() {
924
+ return this.w;
925
+ }
926
+ set igx_grid_advanced_filter_add_group_root(a) {
927
+ this.w = a;
928
+ this.j("Igx_grid_advanced_filter_add_group_root");
929
+ }
874
930
  get igx_grid_advanced_filter_ungroup() {
875
- return this.ag;
931
+ return this.as;
876
932
  }
877
933
  set igx_grid_advanced_filter_ungroup(a) {
878
- this.ag = a;
934
+ this.as = a;
879
935
  this.j("Igx_grid_advanced_filter_ungroup");
880
936
  }
881
937
  get igx_grid_advanced_filter_delete() {
882
- return this.z;
938
+ return this.ac;
883
939
  }
884
940
  set igx_grid_advanced_filter_delete(a) {
885
- this.z = a;
941
+ this.ac = a;
886
942
  this.j("Igx_grid_advanced_filter_delete");
887
943
  }
888
944
  get igx_grid_advanced_filter_delete_filters() {
889
- return this.aa;
945
+ return this.ad;
890
946
  }
891
947
  set igx_grid_advanced_filter_delete_filters(a) {
892
- this.aa = a;
948
+ this.ad = a;
893
949
  this.j("Igx_grid_advanced_filter_delete_filters");
894
950
  }
895
951
  get igx_grid_advanced_filter_initial_text() {
896
- return this.ac;
952
+ return this.ak;
897
953
  }
898
954
  set igx_grid_advanced_filter_initial_text(a) {
899
- this.ac = a;
955
+ this.ak = a;
900
956
  this.j("Igx_grid_advanced_filter_initial_text");
901
957
  }
902
958
  get igx_grid_advanced_filter_column_placeholder() {
903
- return this.w;
959
+ return this.z;
904
960
  }
905
961
  set igx_grid_advanced_filter_column_placeholder(a) {
906
- this.w = a;
962
+ this.z = a;
907
963
  this.j("Igx_grid_advanced_filter_column_placeholder");
908
964
  }
909
965
  get igx_grid_advanced_filter_value_placeholder() {
910
- return this.ah;
966
+ return this.at;
911
967
  }
912
968
  set igx_grid_advanced_filter_value_placeholder(a) {
913
- this.ah = a;
969
+ this.at = a;
914
970
  this.j("Igx_grid_advanced_filter_value_placeholder");
915
971
  }
972
+ get igx_grid_advanced_filter_query_value_placeholder() {
973
+ return this.an;
974
+ }
975
+ set igx_grid_advanced_filter_query_value_placeholder(a) {
976
+ this.an = a;
977
+ this.j("Igx_grid_advanced_filter_query_value_placeholder");
978
+ }
979
+ get igx_grid_advanced_filter_switch_group() {
980
+ return this.aq;
981
+ }
982
+ set igx_grid_advanced_filter_switch_group(a) {
983
+ this.aq = a;
984
+ this.j("Igx_grid_advanced_filter_switch_group");
985
+ }
986
+ get igx_grid_advanced_filter_dialog_title() {
987
+ return this.ag;
988
+ }
989
+ set igx_grid_advanced_filter_dialog_title(a) {
990
+ this.ag = a;
991
+ this.j("Igx_grid_advanced_filter_dialog_title");
992
+ }
993
+ get igx_grid_advanced_filter_dialog_message() {
994
+ return this.af;
995
+ }
996
+ set igx_grid_advanced_filter_dialog_message(a) {
997
+ this.af = a;
998
+ this.j("Igx_grid_advanced_filter_dialog_message");
999
+ }
1000
+ get igx_grid_advanced_filter_dialog_checkbox_text() {
1001
+ return this.ae;
1002
+ }
1003
+ set igx_grid_advanced_filter_dialog_checkbox_text(a) {
1004
+ this.ae = a;
1005
+ this.j("Igx_grid_advanced_filter_dialog_checkbox_text");
1006
+ }
1007
+ get igx_grid_advanced_filter_drop_ghost_text() {
1008
+ return this.ah;
1009
+ }
1010
+ set igx_grid_advanced_filter_drop_ghost_text(a) {
1011
+ this.ah = a;
1012
+ this.j("Igx_grid_advanced_filter_drop_ghost_text");
1013
+ }
1014
+ get igx_grid_advanced_filter_select_entity() {
1015
+ return this.ao;
1016
+ }
1017
+ set igx_grid_advanced_filter_select_entity(a) {
1018
+ this.ao = a;
1019
+ this.j("Igx_grid_advanced_filter_select_entity");
1020
+ }
1021
+ get igx_grid_advanced_filter_select_return_field_single() {
1022
+ return this.ap;
1023
+ }
1024
+ set igx_grid_advanced_filter_select_return_field_single(a) {
1025
+ this.ap = a;
1026
+ this.j("Igx_grid_advanced_filter_select_return_field_single");
1027
+ }
916
1028
  get igx_grid_pinned_row_indicator() {
917
- return this.c0;
1029
+ return this.de;
918
1030
  }
919
1031
  set igx_grid_pinned_row_indicator(a) {
920
- this.c0 = a;
1032
+ this.de = a;
921
1033
  this.j("Igx_grid_pinned_row_indicator");
922
1034
  }
923
1035
  get igx_grid_hiding_check_all_label() {
924
- return this.ct;
1036
+ return this.c7;
925
1037
  }
926
1038
  set igx_grid_hiding_check_all_label(a) {
927
- this.ct = a;
1039
+ this.c7 = a;
928
1040
  this.j("Igx_grid_hiding_check_all_label");
929
1041
  }
930
1042
  get igx_grid_hiding_uncheck_all_label() {
931
- return this.cu;
1043
+ return this.c8;
932
1044
  }
933
1045
  set igx_grid_hiding_uncheck_all_label(a) {
934
- this.cu = a;
1046
+ this.c8 = a;
935
1047
  this.j("Igx_grid_hiding_uncheck_all_label");
936
1048
  }
937
1049
  get igx_grid_pinning_check_all_label() {
938
- return this.c1;
1050
+ return this.df;
939
1051
  }
940
1052
  set igx_grid_pinning_check_all_label(a) {
941
- this.c1 = a;
1053
+ this.df = a;
942
1054
  this.j("Igx_grid_pinning_check_all_label");
943
1055
  }
944
1056
  get igx_grid_pinning_uncheck_all_label() {
945
- return this.c2;
1057
+ return this.dg;
946
1058
  }
947
1059
  set igx_grid_pinning_uncheck_all_label(a) {
948
- this.c2 = a;
1060
+ this.dg = a;
949
1061
  this.j("Igx_grid_pinning_uncheck_all_label");
950
1062
  }
951
1063
  get igx_grid_row_edit_btn_done() {
952
- return this.du;
1064
+ return this.d8;
953
1065
  }
954
1066
  set igx_grid_row_edit_btn_done(a) {
955
- this.du = a;
1067
+ this.d8 = a;
956
1068
  this.j("Igx_grid_row_edit_btn_done");
957
1069
  }
958
1070
  get igx_grid_row_edit_btn_cancel() {
959
- return this.dt;
1071
+ return this.d7;
960
1072
  }
961
1073
  set igx_grid_row_edit_btn_cancel(a) {
962
- this.dt = a;
1074
+ this.d7 = a;
963
1075
  this.j("Igx_grid_row_edit_btn_cancel");
964
1076
  }
965
1077
  get igx_grid_row_edit_text() {
966
- return this.dv;
1078
+ return this.d9;
967
1079
  }
968
1080
  set igx_grid_row_edit_text(a) {
969
- this.dv = a;
1081
+ this.d9 = a;
970
1082
  this.j("Igx_grid_row_edit_text");
971
1083
  }
972
1084
  get igx_grid_toolbar_actions_filter_prompt() {
973
- return this.d5;
1085
+ return this.ej;
974
1086
  }
975
1087
  set igx_grid_toolbar_actions_filter_prompt(a) {
976
- this.d5 = a;
1088
+ this.ej = a;
977
1089
  this.j("Igx_grid_toolbar_actions_filter_prompt");
978
1090
  }
979
1091
  get igx_grid_toolbar_pinning_button_tooltip() {
980
- return this.ee;
1092
+ return this.es;
981
1093
  }
982
1094
  set igx_grid_toolbar_pinning_button_tooltip(a) {
983
- this.ee = a;
1095
+ this.es = a;
984
1096
  this.j("Igx_grid_toolbar_pinning_button_tooltip");
985
1097
  }
986
1098
  get igx_grid_toolbar_hiding_button_tooltip() {
987
- return this.ec;
1099
+ return this.eq;
988
1100
  }
989
1101
  set igx_grid_toolbar_hiding_button_tooltip(a) {
990
- this.ec = a;
1102
+ this.eq = a;
991
1103
  this.j("Igx_grid_toolbar_hiding_button_tooltip");
992
1104
  }
993
1105
  get igx_grid_toolbar_pinning_title() {
994
- return this.ef;
1106
+ return this.et;
995
1107
  }
996
1108
  set igx_grid_toolbar_pinning_title(a) {
997
- this.ef = a;
1109
+ this.et = a;
998
1110
  this.j("Igx_grid_toolbar_pinning_title");
999
1111
  }
1000
1112
  get igx_grid_toolbar_hiding_title() {
1001
- return this.ed;
1113
+ return this.er;
1002
1114
  }
1003
1115
  set igx_grid_toolbar_hiding_title(a) {
1004
- this.ed = a;
1116
+ this.er = a;
1005
1117
  this.j("Igx_grid_toolbar_hiding_title");
1006
1118
  }
1007
1119
  get igx_grid_toolbar_advanced_filtering_button_tooltip() {
1008
- return this.d7;
1120
+ return this.el;
1009
1121
  }
1010
1122
  set igx_grid_toolbar_advanced_filtering_button_tooltip(a) {
1011
- this.d7 = a;
1123
+ this.el = a;
1012
1124
  this.j("Igx_grid_toolbar_advanced_filtering_button_tooltip");
1013
1125
  }
1014
1126
  get igx_grid_toolbar_advanced_filtering_button_label() {
1015
- return this.d6;
1127
+ return this.ek;
1016
1128
  }
1017
1129
  set igx_grid_toolbar_advanced_filtering_button_label(a) {
1018
- this.d6 = a;
1130
+ this.ek = a;
1019
1131
  this.j("Igx_grid_toolbar_advanced_filtering_button_label");
1020
1132
  }
1021
1133
  get igx_grid_toolbar_exporter_button_tooltip() {
1022
- return this.d9;
1134
+ return this.en;
1023
1135
  }
1024
1136
  set igx_grid_toolbar_exporter_button_tooltip(a) {
1025
- this.d9 = a;
1137
+ this.en = a;
1026
1138
  this.j("Igx_grid_toolbar_exporter_button_tooltip");
1027
1139
  }
1028
1140
  get igx_grid_toolbar_exporter_button_label() {
1029
- return this.d8;
1141
+ return this.em;
1030
1142
  }
1031
1143
  set igx_grid_toolbar_exporter_button_label(a) {
1032
- this.d8 = a;
1144
+ this.em = a;
1033
1145
  this.j("Igx_grid_toolbar_exporter_button_label");
1034
1146
  }
1035
1147
  get igx_grid_toolbar_exporter_excel_entry_text() {
1036
- return this.eb;
1148
+ return this.ep;
1037
1149
  }
1038
1150
  set igx_grid_toolbar_exporter_excel_entry_text(a) {
1039
- this.eb = a;
1151
+ this.ep = a;
1040
1152
  this.j("Igx_grid_toolbar_exporter_excel_entry_text");
1041
1153
  }
1042
1154
  get igx_grid_toolbar_exporter_csv_entry_text() {
1043
- return this.ea;
1155
+ return this.eo;
1044
1156
  }
1045
1157
  set igx_grid_toolbar_exporter_csv_entry_text(a) {
1046
- this.ea = a;
1158
+ this.eo = a;
1047
1159
  this.j("Igx_grid_toolbar_exporter_csv_entry_text");
1048
1160
  }
1049
1161
  get igx_grid_snackbar_addrow_label() {
1050
- return this.dx;
1162
+ return this.eb;
1051
1163
  }
1052
1164
  set igx_grid_snackbar_addrow_label(a) {
1053
- this.dx = a;
1165
+ this.eb = a;
1054
1166
  this.j("Igx_grid_snackbar_addrow_label");
1055
1167
  }
1056
1168
  get igx_grid_snackbar_addrow_actiontext() {
1057
- return this.dw;
1169
+ return this.ea;
1058
1170
  }
1059
1171
  set igx_grid_snackbar_addrow_actiontext(a) {
1060
- this.dw = a;
1172
+ this.ea = a;
1061
1173
  this.j("Igx_grid_snackbar_addrow_actiontext");
1062
1174
  }
1063
1175
  get igx_grid_actions_edit_label() {
@@ -1124,220 +1236,220 @@ export let WebGridResourceStringsDescription = /*@__PURE__*/ (() => {
1124
1236
  this.j("Igx_grid_actions_jumpDown_label");
1125
1237
  }
1126
1238
  get igx_grid_pivot_date_dimension_total() {
1127
- return this.dd;
1239
+ return this.ds;
1128
1240
  }
1129
1241
  set igx_grid_pivot_date_dimension_total(a) {
1130
- this.dd = a;
1242
+ this.ds = a;
1131
1243
  this.j("Igx_grid_pivot_date_dimension_total");
1132
1244
  }
1133
1245
  get igx_grid_pivot_aggregate_count() {
1134
- return this.c4;
1246
+ return this.di;
1135
1247
  }
1136
1248
  set igx_grid_pivot_aggregate_count(a) {
1137
- this.c4 = a;
1249
+ this.di = a;
1138
1250
  this.j("Igx_grid_pivot_aggregate_count");
1139
1251
  }
1140
1252
  get igx_grid_pivot_aggregate_min() {
1141
- return this.c8;
1253
+ return this.dm;
1142
1254
  }
1143
1255
  set igx_grid_pivot_aggregate_min(a) {
1144
- this.c8 = a;
1256
+ this.dm = a;
1145
1257
  this.j("Igx_grid_pivot_aggregate_min");
1146
1258
  }
1147
1259
  get igx_grid_pivot_aggregate_max() {
1148
- return this.c7;
1260
+ return this.dl;
1149
1261
  }
1150
1262
  set igx_grid_pivot_aggregate_max(a) {
1151
- this.c7 = a;
1263
+ this.dl = a;
1152
1264
  this.j("Igx_grid_pivot_aggregate_max");
1153
1265
  }
1154
1266
  get igx_grid_pivot_aggregate_sum() {
1155
- return this.c9;
1267
+ return this.dn;
1156
1268
  }
1157
1269
  set igx_grid_pivot_aggregate_sum(a) {
1158
- this.c9 = a;
1270
+ this.dn = a;
1159
1271
  this.j("Igx_grid_pivot_aggregate_sum");
1160
1272
  }
1161
1273
  get igx_grid_pivot_aggregate_avg() {
1162
- return this.c3;
1274
+ return this.dh;
1163
1275
  }
1164
1276
  set igx_grid_pivot_aggregate_avg(a) {
1165
- this.c3 = a;
1277
+ this.dh = a;
1166
1278
  this.j("Igx_grid_pivot_aggregate_avg");
1167
1279
  }
1168
1280
  get igx_grid_pivot_aggregate_date_latest() {
1169
- return this.c6;
1281
+ return this.dk;
1170
1282
  }
1171
1283
  set igx_grid_pivot_aggregate_date_latest(a) {
1172
- this.c6 = a;
1284
+ this.dk = a;
1173
1285
  this.j("Igx_grid_pivot_aggregate_date_latest");
1174
1286
  }
1175
1287
  get igx_grid_pivot_aggregate_date_earliest() {
1176
- return this.c5;
1288
+ return this.dj;
1177
1289
  }
1178
1290
  set igx_grid_pivot_aggregate_date_earliest(a) {
1179
- this.c5 = a;
1291
+ this.dj = a;
1180
1292
  this.j("Igx_grid_pivot_aggregate_date_earliest");
1181
1293
  }
1182
1294
  get igx_grid_pivot_aggregate_time_latest() {
1183
- return this.db;
1295
+ return this.dq;
1184
1296
  }
1185
1297
  set igx_grid_pivot_aggregate_time_latest(a) {
1186
- this.db = a;
1298
+ this.dq = a;
1187
1299
  this.j("Igx_grid_pivot_aggregate_time_latest");
1188
1300
  }
1189
1301
  get igx_grid_pivot_aggregate_time_earliest() {
1190
- return this.da;
1302
+ return this.dp;
1191
1303
  }
1192
1304
  set igx_grid_pivot_aggregate_time_earliest(a) {
1193
- this.da = a;
1305
+ this.dp = a;
1194
1306
  this.j("Igx_grid_pivot_aggregate_time_earliest");
1195
1307
  }
1196
1308
  get igx_grid_pivot_empty_row_drop_area() {
1197
- return this.dh;
1309
+ return this.dw;
1198
1310
  }
1199
1311
  set igx_grid_pivot_empty_row_drop_area(a) {
1200
- this.dh = a;
1312
+ this.dw = a;
1201
1313
  this.j("Igx_grid_pivot_empty_row_drop_area");
1202
1314
  }
1203
1315
  get igx_grid_pivot_empty_column_drop_area() {
1204
- return this.de;
1316
+ return this.dt;
1205
1317
  }
1206
1318
  set igx_grid_pivot_empty_column_drop_area(a) {
1207
- this.de = a;
1319
+ this.dt = a;
1208
1320
  this.j("Igx_grid_pivot_empty_column_drop_area");
1209
1321
  }
1210
1322
  get igx_grid_pivot_empty_filter_drop_area() {
1211
- return this.df;
1323
+ return this.du;
1212
1324
  }
1213
1325
  set igx_grid_pivot_empty_filter_drop_area(a) {
1214
- this.df = a;
1326
+ this.du = a;
1215
1327
  this.j("Igx_grid_pivot_empty_filter_drop_area");
1216
1328
  }
1217
1329
  get igx_grid_pivot_empty_value_drop_area() {
1218
- return this.di;
1330
+ return this.dx;
1219
1331
  }
1220
1332
  set igx_grid_pivot_empty_value_drop_area(a) {
1221
- this.di = a;
1333
+ this.dx = a;
1222
1334
  this.j("Igx_grid_pivot_empty_value_drop_area");
1223
1335
  }
1224
1336
  get igx_grid_pivot_row_drop_chip() {
1225
- return this.dk;
1337
+ return this.dz;
1226
1338
  }
1227
1339
  set igx_grid_pivot_row_drop_chip(a) {
1228
- this.dk = a;
1340
+ this.dz = a;
1229
1341
  this.j("Igx_grid_pivot_row_drop_chip");
1230
1342
  }
1231
1343
  get igx_grid_pivot_column_drop_chip() {
1232
- return this.dc;
1344
+ return this.dr;
1233
1345
  }
1234
1346
  set igx_grid_pivot_column_drop_chip(a) {
1235
- this.dc = a;
1347
+ this.dr = a;
1236
1348
  this.j("Igx_grid_pivot_column_drop_chip");
1237
1349
  }
1238
1350
  get igx_grid_pivot_filter_drop_chip() {
1239
- return this.dj;
1351
+ return this.dy;
1240
1352
  }
1241
1353
  set igx_grid_pivot_filter_drop_chip(a) {
1242
- this.dj = a;
1354
+ this.dy = a;
1243
1355
  this.j("Igx_grid_pivot_filter_drop_chip");
1244
1356
  }
1245
1357
  get igx_grid_pivot_value_drop_chip() {
1246
- return this.dr;
1358
+ return this.d5;
1247
1359
  }
1248
1360
  set igx_grid_pivot_value_drop_chip(a) {
1249
- this.dr = a;
1361
+ this.d5 = a;
1250
1362
  this.j("Igx_grid_pivot_value_drop_chip");
1251
1363
  }
1252
1364
  get igx_grid_pivot_empty_message() {
1253
- return this.dg;
1365
+ return this.dv;
1254
1366
  }
1255
1367
  set igx_grid_pivot_empty_message(a) {
1256
- this.dg = a;
1368
+ this.dv = a;
1257
1369
  this.j("Igx_grid_pivot_empty_message");
1258
1370
  }
1259
1371
  get igx_grid_pivot_selector_filters() {
1260
- return this.dm;
1372
+ return this.d1;
1261
1373
  }
1262
1374
  set igx_grid_pivot_selector_filters(a) {
1263
- this.dm = a;
1375
+ this.d1 = a;
1264
1376
  this.j("Igx_grid_pivot_selector_filters");
1265
1377
  }
1266
1378
  get igx_grid_pivot_selector_rows() {
1267
- return this.dp;
1379
+ return this.d3;
1268
1380
  }
1269
1381
  set igx_grid_pivot_selector_rows(a) {
1270
- this.dp = a;
1382
+ this.d3 = a;
1271
1383
  this.j("Igx_grid_pivot_selector_rows");
1272
1384
  }
1273
1385
  get igx_grid_pivot_selector_columns() {
1274
- return this.dl;
1386
+ return this.d0;
1275
1387
  }
1276
1388
  set igx_grid_pivot_selector_columns(a) {
1277
- this.dl = a;
1389
+ this.d0 = a;
1278
1390
  this.j("Igx_grid_pivot_selector_columns");
1279
1391
  }
1280
1392
  get igx_grid_pivot_selector_values() {
1281
- return this.dq;
1393
+ return this.d4;
1282
1394
  }
1283
1395
  set igx_grid_pivot_selector_values(a) {
1284
- this.dq = a;
1396
+ this.d4 = a;
1285
1397
  this.j("Igx_grid_pivot_selector_values");
1286
1398
  }
1287
1399
  get igx_grid_pivot_selector_panel_empty() {
1288
- return this.dn;
1400
+ return this.d2;
1289
1401
  }
1290
1402
  set igx_grid_pivot_selector_panel_empty(a) {
1291
- this.dn = a;
1403
+ this.d2 = a;
1292
1404
  this.j("Igx_grid_pivot_selector_panel_empty");
1293
1405
  }
1294
1406
  get igx_grid_required_validation_error() {
1295
- return this.ds;
1407
+ return this.d6;
1296
1408
  }
1297
1409
  set igx_grid_required_validation_error(a) {
1298
- this.ds = a;
1410
+ this.d6 = a;
1299
1411
  this.j("Igx_grid_required_validation_error");
1300
1412
  }
1301
1413
  get igx_grid_min_validation_error() {
1302
- return this.cy;
1414
+ return this.dc;
1303
1415
  }
1304
1416
  set igx_grid_min_validation_error(a) {
1305
- this.cy = a;
1417
+ this.dc = a;
1306
1418
  this.j("Igx_grid_min_validation_error");
1307
1419
  }
1308
1420
  get igx_grid_max_validation_error() {
1309
- return this.cw;
1421
+ return this.da;
1310
1422
  }
1311
1423
  set igx_grid_max_validation_error(a) {
1312
- this.cw = a;
1424
+ this.da = a;
1313
1425
  this.j("Igx_grid_max_validation_error");
1314
1426
  }
1315
1427
  get igx_grid_min_length_validation_error() {
1316
- return this.cx;
1428
+ return this.db;
1317
1429
  }
1318
1430
  set igx_grid_min_length_validation_error(a) {
1319
- this.cx = a;
1431
+ this.db = a;
1320
1432
  this.j("Igx_grid_min_length_validation_error");
1321
1433
  }
1322
1434
  get igx_grid_max_length_validation_error() {
1323
- return this.cv;
1435
+ return this.c9;
1324
1436
  }
1325
1437
  set igx_grid_max_length_validation_error(a) {
1326
- this.cv = a;
1438
+ this.c9 = a;
1327
1439
  this.j("Igx_grid_max_length_validation_error");
1328
1440
  }
1329
1441
  get igx_grid_email_validation_error() {
1330
- return this.aj;
1442
+ return this.av;
1331
1443
  }
1332
1444
  set igx_grid_email_validation_error(a) {
1333
- this.aj = a;
1445
+ this.av = a;
1334
1446
  this.j("Igx_grid_email_validation_error");
1335
1447
  }
1336
1448
  get igx_grid_pattern_validation_error() {
1337
- return this.cz;
1449
+ return this.dd;
1338
1450
  }
1339
1451
  set igx_grid_pattern_validation_error(a) {
1340
- this.cz = a;
1452
+ this.dd = a;
1341
1453
  this.j("Igx_grid_pattern_validation_error");
1342
1454
  }
1343
1455
  }