igniteui-angular-core 20.2.0 → 20.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -29,7 +29,7 @@ var StackedFragmentSeriesDescriptionMetadata = /** @class */ /*@__PURE__*/ (func
29
29
  PropertyUpdatedEventArgsDescriptionMetadata.d(a);
30
30
  };
31
31
  StackedFragmentSeriesDescriptionMetadata.c = function (a) {
32
- a.item("DataSourceRef", "(w:ItemsSource,xam:ItemsSource,p:ItemsSource)DataRef::object");
32
+ a.item("DataSourceRef", "(w:ItemsSource,xam:ItemsSource,s:DataSource,k:DataSource,wf:ItemsSource)DataRef::object");
33
33
  a.item("HighlightedDataSourceRef", "(w:HighlightedItemsSource,xam:HighlightedItemsSource,p:HighlightedItemsSource)DataRef::object");
34
34
  a.item("Brush", "Brush");
35
35
  a.item("ActualBrush", "Brush");
@@ -16,6 +16,7 @@ var TimeAxisLabelFormatDescription = /** @class */ /*@__PURE__*/ (function (_sup
16
16
  var _this = _super.call(this) || this;
17
17
  _this.k = 0;
18
18
  _this.m = null;
19
+ _this.q = null;
19
20
  _this.p = null;
20
21
  _this.o = null;
21
22
  _this.n = null;
@@ -55,10 +56,10 @@ var TimeAxisLabelFormatDescription = /** @class */ /*@__PURE__*/ (function (_sup
55
56
  });
56
57
  Object.defineProperty(TimeAxisLabelFormatDescription.prototype, "repeatedYearFormat", {
57
58
  get: function () {
58
- return this.p;
59
+ return this.q;
59
60
  },
60
61
  set: function (a) {
61
- this.p = a;
62
+ this.q = a;
62
63
  this.j("RepeatedYearFormat");
63
64
  },
64
65
  enumerable: false,
@@ -66,22 +67,33 @@ var TimeAxisLabelFormatDescription = /** @class */ /*@__PURE__*/ (function (_sup
66
67
  });
67
68
  Object.defineProperty(TimeAxisLabelFormatDescription.prototype, "repeatedMonthFormat", {
68
69
  get: function () {
69
- return this.o;
70
+ return this.p;
70
71
  },
71
72
  set: function (a) {
72
- this.o = a;
73
+ this.p = a;
73
74
  this.j("RepeatedMonthFormat");
74
75
  },
75
76
  enumerable: false,
76
77
  configurable: true
77
78
  });
78
79
  Object.defineProperty(TimeAxisLabelFormatDescription.prototype, "repeatedDayFormat", {
80
+ get: function () {
81
+ return this.o;
82
+ },
83
+ set: function (a) {
84
+ this.o = a;
85
+ this.j("RepeatedDayFormat");
86
+ },
87
+ enumerable: false,
88
+ configurable: true
89
+ });
90
+ Object.defineProperty(TimeAxisLabelFormatDescription.prototype, "labelFormatOverrideRef", {
79
91
  get: function () {
80
92
  return this.n;
81
93
  },
82
94
  set: function (a) {
83
95
  this.n = a;
84
- this.j("RepeatedDayFormat");
96
+ this.j("LabelFormatOverrideRef");
85
97
  },
86
98
  enumerable: false,
87
99
  configurable: true
@@ -4,42 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- import { __extends } from "tslib";
8
- import { Base, String_$type, markType } from "./type";
9
- import { Dictionary$2 } from "./Dictionary$2";
10
- import { TimeAxisLabelFormatDescription } from "./TimeAxisLabelFormatDescription";
11
- /**
12
- * @hidden
13
- */
14
- var TimeAxisLabelFormatDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
15
- __extends(TimeAxisLabelFormatDescriptionMetadata, _super);
16
- function TimeAxisLabelFormatDescriptionMetadata() {
17
- return _super !== null && _super.apply(this, arguments) || this;
18
- }
19
- TimeAxisLabelFormatDescriptionMetadata.b = function (a) {
20
- if (TimeAxisLabelFormatDescriptionMetadata.a == null) {
21
- TimeAxisLabelFormatDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
22
- TimeAxisLabelFormatDescriptionMetadata.c(TimeAxisLabelFormatDescriptionMetadata.a);
23
- }
24
- if (a.k(TimeAxisLabelFormatDescriptionMetadata.a)) {
25
- return;
26
- }
27
- a.ad(TimeAxisLabelFormatDescriptionMetadata.a);
28
- };
29
- TimeAxisLabelFormatDescriptionMetadata.c = function (a) {
30
- a.item("Range", "TimeSpan");
31
- a.item("Format", "String");
32
- a.item("RepeatedYearFormat", "String");
33
- a.item("RepeatedMonthFormat", "String");
34
- a.item("RepeatedDayFormat", "String");
35
- };
36
- TimeAxisLabelFormatDescriptionMetadata.d = function (a) {
37
- TimeAxisLabelFormatDescriptionMetadata.b(a);
38
- a.af("TimeAxisLabelFormat", function () { return new TimeAxisLabelFormatDescription(); });
39
- a.ae("TimeAxisLabelFormat", TimeAxisLabelFormatDescriptionMetadata.a);
40
- };
41
- TimeAxisLabelFormatDescriptionMetadata.$t = markType(TimeAxisLabelFormatDescriptionMetadata, 'TimeAxisLabelFormatDescriptionMetadata');
42
- TimeAxisLabelFormatDescriptionMetadata.a = null;
43
- return TimeAxisLabelFormatDescriptionMetadata;
44
- }(Base));
45
- export { TimeAxisLabelFormatDescriptionMetadata };
7
+ export { TimeAxisLabelFormatDescriptionMetadata } from "./LabelFormatOverrideEventArgsDescriptionMetadata_combined";
@@ -0,0 +1,26 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
9
+ import { markType } from "./type";
10
+ /**
11
+ * @hidden
12
+ */
13
+ var TrailingTwelveMonthsExpressionDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(TrailingTwelveMonthsExpressionDescription, _super);
15
+ function TrailingTwelveMonthsExpressionDescription() {
16
+ return _super.call(this) || this;
17
+ }
18
+ TrailingTwelveMonthsExpressionDescription.prototype.get_type = function () {
19
+ return "TrailingTwelveMonthsExpression";
20
+ };
21
+ TrailingTwelveMonthsExpressionDescription.$t = markType(TrailingTwelveMonthsExpressionDescription, 'TrailingTwelveMonthsExpressionDescription', WrapperExpressionDescription.$);
22
+ TrailingTwelveMonthsExpressionDescription.__marshalByValue2 = true;
23
+ TrailingTwelveMonthsExpressionDescription.__marshalByValueAlias2 = "TrailingTwelveMonthsExpression";
24
+ return TrailingTwelveMonthsExpressionDescription;
25
+ }(WrapperExpressionDescription));
26
+ export { TrailingTwelveMonthsExpressionDescription };
@@ -0,0 +1,43 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { Base, String_$type, markType } from "./type";
9
+ import { Dictionary$2 } from "./Dictionary$2";
10
+ import { WrapperExpressionDescriptionMetadata } from "./WrapperExpressionDescriptionMetadata";
11
+ import { TrailingTwelveMonthsExpressionDescription } from "./TrailingTwelveMonthsExpressionDescription";
12
+ /**
13
+ * @hidden
14
+ */
15
+ var TrailingTwelveMonthsExpressionDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ __extends(TrailingTwelveMonthsExpressionDescriptionMetadata, _super);
17
+ function TrailingTwelveMonthsExpressionDescriptionMetadata() {
18
+ return _super !== null && _super.apply(this, arguments) || this;
19
+ }
20
+ TrailingTwelveMonthsExpressionDescriptionMetadata.b = function (a) {
21
+ if (TrailingTwelveMonthsExpressionDescriptionMetadata.a == null) {
22
+ TrailingTwelveMonthsExpressionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
23
+ TrailingTwelveMonthsExpressionDescriptionMetadata.c(TrailingTwelveMonthsExpressionDescriptionMetadata.a);
24
+ }
25
+ if (a.k(TrailingTwelveMonthsExpressionDescriptionMetadata.a)) {
26
+ return;
27
+ }
28
+ a.ad(TrailingTwelveMonthsExpressionDescriptionMetadata.a);
29
+ };
30
+ TrailingTwelveMonthsExpressionDescriptionMetadata.c = function (a) {
31
+ WrapperExpressionDescriptionMetadata.c(a);
32
+ };
33
+ TrailingTwelveMonthsExpressionDescriptionMetadata.d = function (a) {
34
+ WrapperExpressionDescriptionMetadata.d(a);
35
+ TrailingTwelveMonthsExpressionDescriptionMetadata.b(a);
36
+ a.af("TrailingTwelveMonthsExpression", function () { return new TrailingTwelveMonthsExpressionDescription(); });
37
+ a.ae("TrailingTwelveMonthsExpression", TrailingTwelveMonthsExpressionDescriptionMetadata.a);
38
+ };
39
+ TrailingTwelveMonthsExpressionDescriptionMetadata.$t = markType(TrailingTwelveMonthsExpressionDescriptionMetadata, 'TrailingTwelveMonthsExpressionDescriptionMetadata');
40
+ TrailingTwelveMonthsExpressionDescriptionMetadata.a = null;
41
+ return TrailingTwelveMonthsExpressionDescriptionMetadata;
42
+ }(Base));
43
+ export { TrailingTwelveMonthsExpressionDescriptionMetadata };
@@ -24,6 +24,7 @@ import { WebFilteringExpressionsTreeDescriptionMetadata } from "./WebFilteringEx
24
24
  import { WebPinningConfigDescriptionMetadata } from "./WebPinningConfigDescriptionMetadata";
25
25
  import { WebFilteringStrategyDescriptionMetadata } from "./WebFilteringStrategyDescriptionMetadata";
26
26
  import { WebGridSortingStrategyDescriptionMetadata } from "./WebGridSortingStrategyDescriptionMetadata";
27
+ import { WebGridMergeStrategyDescriptionMetadata } from "./WebGridMergeStrategyDescriptionMetadata";
27
28
  import { WebSortingOptionsDescriptionMetadata } from "./WebSortingOptionsDescriptionMetadata";
28
29
  import { WebSortingExpressionDescriptionMetadata } from "./WebSortingExpressionDescriptionMetadata";
29
30
  import { WebOverlayOutletDirectiveDescriptionMetadata } from "./WebOverlayOutletDirectiveDescriptionMetadata";
@@ -291,6 +292,7 @@ var WebGridBaseDirectiveDescriptionMetadata = /** @class */ /*@__PURE__*/ (funct
291
292
  WebPinningConfigDescriptionMetadata.d(a);
292
293
  WebFilteringStrategyDescriptionMetadata.d(a);
293
294
  WebGridSortingStrategyDescriptionMetadata.d(a);
295
+ WebGridMergeStrategyDescriptionMetadata.d(a);
294
296
  WebSortingOptionsDescriptionMetadata.d(a);
295
297
  WebSortingExpressionDescriptionMetadata.d(a);
296
298
  WebOverlayOutletDirectiveDescriptionMetadata.d(a);
@@ -414,6 +416,7 @@ var WebGridBaseDirectiveDescriptionMetadata = /** @class */ /*@__PURE__*/ (funct
414
416
  a.item("ShowSummaryOnCollapse", "Boolean");
415
417
  a.item("FilterStrategy", "ExportedType:WebFilteringStrategy");
416
418
  a.item("SortStrategy", "ExportedType:WebGridSortingStrategy");
419
+ a.item("MergeStrategy", "ExportedType:WebGridMergeStrategy");
417
420
  a.item("SortingOptions", "ExportedType:WebSortingOptions");
418
421
  a.item("SelectedRows", "Array:object");
419
422
  a.item("HeadSelectorTemplateRef", "(w:HeadSelectorTemplate,p:HeadSelectorTemplate)TemplateRef::object");
@@ -425,6 +428,9 @@ var WebGridBaseDirectiveDescriptionMetadata = /** @class */ /*@__PURE__*/ (funct
425
428
  a.item("CellSelection", "ExportedType:string:GridSelectionMode");
426
429
  a.item("CellSelection@stringUnion", "WebComponents;React");
427
430
  a.item("CellSelection@names", "None;Single;Multiple;MultipleCascade");
431
+ a.item("CellMergeMode", "ExportedType:string:GridCellMergeMode");
432
+ a.item("CellMergeMode@stringUnion", "WebComponents;React");
433
+ a.item("CellMergeMode@names", "Always;OnSort");
428
434
  a.item("RowSelection", "ExportedType:string:GridSelectionMode");
429
435
  a.item("RowSelection@stringUnion", "WebComponents;React");
430
436
  a.item("RowSelection@names", "None;Single;Multiple;MultipleCascade");
@@ -0,0 +1,24 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { WebDefaultMergeStrategyDescription } from "./WebDefaultMergeStrategyDescription";
9
+ import { markType } from "./type";
10
+ /**
11
+ * @hidden
12
+ */
13
+ var WebByLevelTreeGridMergeStrategyDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(WebByLevelTreeGridMergeStrategyDescription, _super);
15
+ function WebByLevelTreeGridMergeStrategyDescription() {
16
+ return _super.call(this) || this;
17
+ }
18
+ WebByLevelTreeGridMergeStrategyDescription.prototype.get_type = function () {
19
+ return "WebByLevelTreeGridMergeStrategy";
20
+ };
21
+ WebByLevelTreeGridMergeStrategyDescription.$t = markType(WebByLevelTreeGridMergeStrategyDescription, 'WebByLevelTreeGridMergeStrategyDescription', WebDefaultMergeStrategyDescription.$);
22
+ return WebByLevelTreeGridMergeStrategyDescription;
23
+ }(WebDefaultMergeStrategyDescription));
24
+ export { WebByLevelTreeGridMergeStrategyDescription };
@@ -0,0 +1,49 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { Base, String_$type, markType } from "./type";
9
+ import { Dictionary$2 } from "./Dictionary$2";
10
+ import { WebDefaultMergeStrategyDescriptionMetadata } from "./WebDefaultMergeStrategyDescriptionMetadata";
11
+ import { WebByLevelTreeGridMergeStrategyDescription } from "./WebByLevelTreeGridMergeStrategyDescription";
12
+ /**
13
+ * @hidden
14
+ */
15
+ var WebByLevelTreeGridMergeStrategyDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ __extends(WebByLevelTreeGridMergeStrategyDescriptionMetadata, _super);
17
+ function WebByLevelTreeGridMergeStrategyDescriptionMetadata() {
18
+ return _super !== null && _super.apply(this, arguments) || this;
19
+ }
20
+ WebByLevelTreeGridMergeStrategyDescriptionMetadata.b = function (a) {
21
+ if (WebByLevelTreeGridMergeStrategyDescriptionMetadata.a == null) {
22
+ WebByLevelTreeGridMergeStrategyDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
23
+ WebByLevelTreeGridMergeStrategyDescriptionMetadata.c(WebByLevelTreeGridMergeStrategyDescriptionMetadata.a);
24
+ }
25
+ if (a.k(WebByLevelTreeGridMergeStrategyDescriptionMetadata.a)) {
26
+ return;
27
+ }
28
+ a.ad(WebByLevelTreeGridMergeStrategyDescriptionMetadata.a);
29
+ };
30
+ WebByLevelTreeGridMergeStrategyDescriptionMetadata.c = function (a) {
31
+ WebDefaultMergeStrategyDescriptionMetadata.c(a);
32
+ a.item("__qualifiedNameTS", "String:ByLevelTreeGridMergeStrategy");
33
+ a.item("__packageNameWC", "String:grids");
34
+ a.item("__skipModuleRegisterWebComponents", "Boolean");
35
+ a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
36
+ a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
37
+ a.item("__skipSuffix", "Boolean");
38
+ };
39
+ WebByLevelTreeGridMergeStrategyDescriptionMetadata.d = function (a) {
40
+ WebDefaultMergeStrategyDescriptionMetadata.d(a);
41
+ WebByLevelTreeGridMergeStrategyDescriptionMetadata.b(a);
42
+ a.af("WebByLevelTreeGridMergeStrategy", function () { return new WebByLevelTreeGridMergeStrategyDescription(); });
43
+ a.ae("WebByLevelTreeGridMergeStrategy", WebByLevelTreeGridMergeStrategyDescriptionMetadata.a);
44
+ };
45
+ WebByLevelTreeGridMergeStrategyDescriptionMetadata.$t = markType(WebByLevelTreeGridMergeStrategyDescriptionMetadata, 'WebByLevelTreeGridMergeStrategyDescriptionMetadata');
46
+ WebByLevelTreeGridMergeStrategyDescriptionMetadata.a = null;
47
+ return WebByLevelTreeGridMergeStrategyDescriptionMetadata;
48
+ }(Base));
49
+ export { WebByLevelTreeGridMergeStrategyDescriptionMetadata };