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
@@ -14,43 +14,46 @@ export declare class WebTooltipDescription extends Description {
14
14
  private k;
15
15
  get disableArrow(): boolean;
16
16
  set disableArrow(a: boolean);
17
- private r;
17
+ private n;
18
+ get withArrow(): boolean;
19
+ set withArrow(a: boolean);
20
+ private t;
18
21
  get offset(): number;
19
22
  set offset(a: number);
20
- private ad;
23
+ private af;
21
24
  get placement(): string;
22
25
  set placement(a: string);
23
- private w;
26
+ private y;
24
27
  get anchor(): string;
25
28
  set anchor(a: string);
26
- private ae;
29
+ private ag;
27
30
  get showTriggers(): string;
28
31
  set showTriggers(a: string);
29
- private z;
32
+ private ab;
30
33
  get hideTriggers(): string;
31
34
  set hideTriggers(a: string);
32
- private s;
35
+ private u;
33
36
  get showDelay(): number;
34
37
  set showDelay(a: number);
35
- private q;
38
+ private s;
36
39
  get hideDelay(): number;
37
40
  set hideDelay(a: number);
38
- private aa;
41
+ private ac;
39
42
  get message(): string;
40
43
  set message(a: string);
41
44
  private m;
42
45
  get sticky(): boolean;
43
46
  set sticky(a: boolean);
44
- private ac;
47
+ private ae;
45
48
  get openingRef(): string;
46
49
  set openingRef(a: string);
47
- private ab;
50
+ private ad;
48
51
  get openedRef(): string;
49
52
  set openedRef(a: string);
50
- private y;
53
+ private aa;
51
54
  get closingRef(): string;
52
55
  set closingRef(a: string);
53
- private x;
56
+ private z;
54
57
  get closedRef(): string;
55
58
  set closedRef(a: string);
56
59
  }
@@ -8,34 +8,34 @@ export declare class WebTreeGridDescription extends WebGridBaseDirectiveDescript
8
8
  static $t: Type;
9
9
  protected get_type(): string;
10
10
  constructor();
11
- private g4;
11
+ private g8;
12
12
  get childDataKey(): string;
13
13
  set childDataKey(a: string);
14
- private g6;
14
+ private ha;
15
15
  get foreignKey(): string;
16
16
  set foreignKey(a: string);
17
- private g7;
17
+ private hb;
18
18
  get hasChildrenKey(): string;
19
19
  set hasChildrenKey(a: string);
20
- private g0;
20
+ private g4;
21
21
  get cascadeOnDelete(): boolean;
22
22
  set cascadeOnDelete(a: boolean);
23
- private g8;
23
+ private hc;
24
24
  get id(): string;
25
25
  set id(a: string);
26
- private gx;
26
+ private g1;
27
27
  get rootRecords(): WebTreeGridRecordDescription[];
28
28
  set rootRecords(a: WebTreeGridRecordDescription[]);
29
- private gw;
29
+ private g0;
30
30
  get processedRootRecords(): WebTreeGridRecordDescription[];
31
31
  set processedRootRecords(a: WebTreeGridRecordDescription[]);
32
- private g5;
32
+ private g9;
33
33
  get dataRef(): string;
34
34
  set dataRef(a: string);
35
- private g2;
35
+ private g6;
36
36
  get expansionDepth(): number;
37
37
  set expansionDepth(a: number);
38
- private g9;
38
+ private hd;
39
39
  get rowLoadingIndicatorTemplateRef(): string;
40
40
  set rowLoadingIndicatorTemplateRef(a: string);
41
41
  }
@@ -8,244 +8,244 @@ export declare abstract class XYChartDescription extends DomainChartDescription
8
8
  static $t: Type;
9
9
  protected get_type(): string;
10
10
  constructor();
11
- private vm;
11
+ private vo;
12
12
  get xAxisFormatLabelRef(): string;
13
13
  set xAxisFormatLabelRef(a: string);
14
- private v4;
14
+ private v6;
15
15
  get yAxisFormatLabelRef(): string;
16
16
  set yAxisFormatLabelRef(a: string);
17
- private tj;
17
+ private tl;
18
18
  get xAxisLabelLeftMargin(): number;
19
19
  set xAxisLabelLeftMargin(a: number);
20
- private tl;
20
+ private tn;
21
21
  get xAxisLabelTopMargin(): number;
22
22
  set xAxisLabelTopMargin(a: number);
23
- private tk;
23
+ private tm;
24
24
  get xAxisLabelRightMargin(): number;
25
25
  set xAxisLabelRightMargin(a: number);
26
- private ti;
26
+ private tk;
27
27
  get xAxisLabelBottomMargin(): number;
28
28
  set xAxisLabelBottomMargin(a: number);
29
- private t2;
29
+ private t4;
30
30
  get yAxisLabelLeftMargin(): number;
31
31
  set yAxisLabelLeftMargin(a: number);
32
- private t4;
32
+ private t6;
33
33
  get yAxisLabelTopMargin(): number;
34
34
  set yAxisLabelTopMargin(a: number);
35
- private t3;
35
+ private t5;
36
36
  get yAxisLabelRightMargin(): number;
37
37
  set yAxisLabelRightMargin(a: number);
38
- private t1;
38
+ private t3;
39
39
  get yAxisLabelBottomMargin(): number;
40
40
  set yAxisLabelBottomMargin(a: number);
41
- private vr;
41
+ private vt;
42
42
  get xAxisLabelTextColor(): string;
43
43
  set xAxisLabelTextColor(a: string);
44
- private v9;
44
+ private wb;
45
45
  get yAxisLabelTextColor(): string;
46
46
  set yAxisLabelTextColor(a: string);
47
- private vk;
47
+ private vm;
48
48
  get actualXAxisLabelTextColor(): string;
49
49
  set actualXAxisLabelTextColor(a: string);
50
- private vl;
50
+ private vn;
51
51
  get actualYAxisLabelTextColor(): string;
52
52
  set actualYAxisLabelTextColor(a: string);
53
- private tw;
53
+ private ty;
54
54
  get xAxisTitleMargin(): number;
55
55
  set xAxisTitleMargin(a: number);
56
- private uf;
56
+ private uh;
57
57
  get yAxisTitleMargin(): number;
58
58
  set yAxisTitleMargin(a: number);
59
- private tv;
59
+ private tx;
60
60
  get xAxisTitleLeftMargin(): number;
61
61
  set xAxisTitleLeftMargin(a: number);
62
- private ue;
62
+ private ug;
63
63
  get yAxisTitleLeftMargin(): number;
64
64
  set yAxisTitleLeftMargin(a: number);
65
- private ty;
65
+ private t0;
66
66
  get xAxisTitleTopMargin(): number;
67
67
  set xAxisTitleTopMargin(a: number);
68
- private uh;
68
+ private uj;
69
69
  get yAxisTitleTopMargin(): number;
70
70
  set yAxisTitleTopMargin(a: number);
71
- private tx;
71
+ private tz;
72
72
  get xAxisTitleRightMargin(): number;
73
73
  set xAxisTitleRightMargin(a: number);
74
- private ug;
74
+ private ui;
75
75
  get yAxisTitleRightMargin(): number;
76
76
  set yAxisTitleRightMargin(a: number);
77
- private tu;
77
+ private tw;
78
78
  get xAxisTitleBottomMargin(): number;
79
79
  set xAxisTitleBottomMargin(a: number);
80
- private ud;
80
+ private uf;
81
81
  get yAxisTitleBottomMargin(): number;
82
82
  set yAxisTitleBottomMargin(a: number);
83
- private v2;
83
+ private v4;
84
84
  get xAxisTitleTextColor(): string;
85
85
  set xAxisTitleTextColor(a: string);
86
- private wk;
86
+ private wm;
87
87
  get yAxisTitleTextColor(): string;
88
88
  set yAxisTitleTextColor(a: string);
89
- private vs;
89
+ private vu;
90
90
  get xAxisLabelTextStyle(): string;
91
91
  set xAxisLabelTextStyle(a: string);
92
- private wa;
92
+ private wc;
93
93
  get yAxisLabelTextStyle(): string;
94
94
  set yAxisLabelTextStyle(a: string);
95
- private v3;
95
+ private v5;
96
96
  get xAxisTitleTextStyle(): string;
97
97
  set xAxisTitleTextStyle(a: string);
98
- private wl;
98
+ private wn;
99
99
  get yAxisTitleTextStyle(): string;
100
100
  set yAxisTitleTextStyle(a: string);
101
- private vq;
101
+ private vs;
102
102
  get xAxisLabelRef(): string;
103
103
  set xAxisLabelRef(a: string);
104
- private v8;
104
+ private wa;
105
105
  get yAxisLabelRef(): string;
106
106
  set yAxisLabelRef(a: string);
107
- private vv;
107
+ private vx;
108
108
  get xAxisMajorStroke(): string;
109
109
  set xAxisMajorStroke(a: string);
110
- private wd;
110
+ private wf;
111
111
  get yAxisMajorStroke(): string;
112
112
  set yAxisMajorStroke(a: string);
113
- private tm;
113
+ private to;
114
114
  get xAxisMajorStrokeThickness(): number;
115
115
  set xAxisMajorStrokeThickness(a: number);
116
- private t5;
116
+ private t7;
117
117
  get yAxisMajorStrokeThickness(): number;
118
118
  set yAxisMajorStrokeThickness(a: number);
119
- private tp;
119
+ private tr;
120
120
  get xAxisMinorStrokeThickness(): number;
121
121
  set xAxisMinorStrokeThickness(a: number);
122
- private t8;
122
+ private ua;
123
123
  get yAxisMinorStrokeThickness(): number;
124
124
  set yAxisMinorStrokeThickness(a: number);
125
- private vx;
125
+ private vz;
126
126
  get xAxisStrip(): string;
127
127
  set xAxisStrip(a: string);
128
- private wf;
128
+ private wh;
129
129
  get yAxisStrip(): string;
130
130
  set yAxisStrip(a: string);
131
- private vy;
131
+ private v0;
132
132
  get xAxisStroke(): string;
133
133
  set xAxisStroke(a: string);
134
- private wg;
134
+ private wi;
135
135
  get yAxisStroke(): string;
136
136
  set yAxisStroke(a: string);
137
- private tq;
137
+ private ts;
138
138
  get xAxisStrokeThickness(): number;
139
139
  set xAxisStrokeThickness(a: number);
140
- private t9;
140
+ private ub;
141
141
  get yAxisStrokeThickness(): number;
142
142
  set yAxisStrokeThickness(a: number);
143
- private tr;
143
+ private tt;
144
144
  get xAxisTickLength(): number;
145
145
  set xAxisTickLength(a: number);
146
- private ua;
146
+ private uc;
147
147
  get yAxisTickLength(): number;
148
148
  set yAxisTickLength(a: number);
149
- private vz;
149
+ private v1;
150
150
  get xAxisTickStroke(): string;
151
151
  set xAxisTickStroke(a: string);
152
- private wh;
152
+ private wj;
153
153
  get yAxisTickStroke(): string;
154
154
  set yAxisTickStroke(a: string);
155
- private ts;
155
+ private tu;
156
156
  get xAxisTickStrokeThickness(): number;
157
157
  set xAxisTickStrokeThickness(a: number);
158
- private ub;
158
+ private ud;
159
159
  get yAxisTickStrokeThickness(): number;
160
160
  set yAxisTickStrokeThickness(a: number);
161
- private v0;
161
+ private v2;
162
162
  get xAxisTitle(): string;
163
163
  set xAxisTitle(a: string);
164
- private wi;
164
+ private wk;
165
165
  get yAxisTitle(): string;
166
166
  set yAxisTitle(a: string);
167
- private vw;
167
+ private vy;
168
168
  get xAxisMinorStroke(): string;
169
169
  set xAxisMinorStroke(a: string);
170
- private we;
170
+ private wg;
171
171
  get yAxisMinorStroke(): string;
172
172
  set yAxisMinorStroke(a: string);
173
- private th;
173
+ private tj;
174
174
  get xAxisLabelAngle(): number;
175
175
  set xAxisLabelAngle(a: number);
176
- private t0;
176
+ private t2;
177
177
  get yAxisLabelAngle(): number;
178
178
  set yAxisLabelAngle(a: number);
179
- private tg;
179
+ private ti;
180
180
  get xAxisExtent(): number;
181
181
  set xAxisExtent(a: number);
182
- private tz;
182
+ private t1;
183
183
  get yAxisExtent(): number;
184
184
  set yAxisExtent(a: number);
185
- private tn;
185
+ private tp;
186
186
  get xAxisMaximumExtent(): number;
187
187
  set xAxisMaximumExtent(a: number);
188
- private t6;
188
+ private t8;
189
189
  get yAxisMaximumExtent(): number;
190
190
  set yAxisMaximumExtent(a: number);
191
- private to;
191
+ private tq;
192
192
  get xAxisMaximumExtentPercentage(): number;
193
193
  set xAxisMaximumExtentPercentage(a: number);
194
- private t7;
194
+ private t9;
195
195
  get yAxisMaximumExtentPercentage(): number;
196
196
  set yAxisMaximumExtentPercentage(a: number);
197
- private tt;
197
+ private tv;
198
198
  get xAxisTitleAngle(): number;
199
199
  set xAxisTitleAngle(a: number);
200
- private uc;
200
+ private ue;
201
201
  get yAxisTitleAngle(): number;
202
202
  set yAxisTitleAngle(a: number);
203
- private tc;
203
+ private te;
204
204
  get xAxisInverted(): boolean;
205
205
  set xAxisInverted(a: boolean);
206
- private td;
206
+ private tf;
207
207
  get yAxisInverted(): boolean;
208
208
  set yAxisInverted(a: boolean);
209
- private v1;
209
+ private v3;
210
210
  get xAxisTitleAlignment(): string;
211
211
  set xAxisTitleAlignment(a: string);
212
- private wj;
212
+ private wl;
213
213
  get yAxisTitleAlignment(): string;
214
214
  set yAxisTitleAlignment(a: string);
215
- private vo;
215
+ private vq;
216
216
  get xAxisLabelHorizontalAlignment(): string;
217
217
  set xAxisLabelHorizontalAlignment(a: string);
218
- private v6;
218
+ private v8;
219
219
  get yAxisLabelHorizontalAlignment(): string;
220
220
  set yAxisLabelHorizontalAlignment(a: string);
221
- private vt;
221
+ private vv;
222
222
  get xAxisLabelVerticalAlignment(): string;
223
223
  set xAxisLabelVerticalAlignment(a: string);
224
- private wb;
224
+ private wd;
225
225
  get yAxisLabelVerticalAlignment(): string;
226
226
  set yAxisLabelVerticalAlignment(a: string);
227
- private vu;
227
+ private vw;
228
228
  get xAxisLabelVisibility(): string;
229
229
  set xAxisLabelVisibility(a: string);
230
- private wc;
230
+ private we;
231
231
  get yAxisLabelVisibility(): string;
232
232
  set yAxisLabelVisibility(a: string);
233
- private v7;
233
+ private v9;
234
234
  get yAxisLabelLocation(): string;
235
235
  set yAxisLabelLocation(a: string);
236
- private vp;
236
+ private vr;
237
237
  get xAxisLabelLocation(): string;
238
238
  set xAxisLabelLocation(a: string);
239
- private vn;
239
+ private vp;
240
240
  get xAxisLabelFormat(): string;
241
241
  set xAxisLabelFormat(a: string);
242
- private s8;
242
+ private ta;
243
243
  get xAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
244
244
  set xAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
245
- private v5;
245
+ private v7;
246
246
  get yAxisLabelFormat(): string;
247
247
  set yAxisLabelFormat(a: string);
248
- private s9;
248
+ private tb;
249
249
  get yAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
250
250
  set yAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
251
251
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-core",
3
- "version": "20.2.0-beta.0",
3
+ "version": "20.2.1-beta.0",
4
4
  "description": "Ignite UI Angular Core logic used in multiple UI components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-charts",
6
6
  "keywords": [
package/public_api.d.ts CHANGED
@@ -356,6 +356,7 @@ export * from './lib/DOMWindowBridge';
356
356
  export * from './lib/IIcon';
357
357
  export * from './lib/LegendItemHelper';
358
358
  export * from './lib/DataContext';
359
+ export * from './lib/FeatureState';
359
360
  export * from './lib/HighlightedValueLabelMode';
360
361
  export * from './lib/SeriesHighlightedValuesDisplayMode';
361
362
  export * from './lib/LegendItemBadgeMode';
@@ -1374,6 +1375,8 @@ export * from './lib/IconDescriptionMetadata';
1374
1375
  export * from './lib/IconDescriptionModule';
1375
1376
  export * from './lib/ImageCapturedEventArgsDescription';
1376
1377
  export * from './lib/ImageCapturedEventArgsDescriptionMetadata';
1378
+ export * from './lib/ImageLoadEventArgsDescription';
1379
+ export * from './lib/ImageLoadEventArgsDescriptionMetadata';
1377
1380
  export * from './lib/ImagesChangedEventArgsDescription';
1378
1381
  export * from './lib/ImagesChangedEventArgsDescriptionMetadata';
1379
1382
  export * from './lib/ImageTilesReadyEventArgsDescription';
@@ -1395,11 +1398,19 @@ export * from './lib/KeyEventArgsDescription';
1395
1398
  export * from './lib/KeyEventArgsDescriptionMetadata';
1396
1399
  export * from './lib/LabelDescription';
1397
1400
  export * from './lib/LabelDescriptionMetadata';
1401
+ export * from './lib/LabelFormatOverrideEventArgsDescription';
1402
+ export * from './lib/LabelFormatOverrideEventArgsDescriptionMetadata';
1398
1403
  export * from './lib/LabelDescriptionModule';
1399
1404
  export * from './lib/LastMonthExpressionDescription';
1400
1405
  export * from './lib/LastMonthExpressionDescriptionMetadata';
1401
1406
  export * from './lib/LastQuarterExpressionDescription';
1402
1407
  export * from './lib/LastQuarterExpressionDescriptionMetadata';
1408
+ export * from './lib/LastSevenDaysExpressionDescription';
1409
+ export * from './lib/LastSevenDaysExpressionDescriptionMetadata';
1410
+ export * from './lib/LastThirtyDaysExpressionDescription';
1411
+ export * from './lib/LastThirtyDaysExpressionDescriptionMetadata';
1412
+ export * from './lib/LastThreeSixtyFiveDaysExpressionDescription';
1413
+ export * from './lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata';
1403
1414
  export * from './lib/LastWeekExpressionDescription';
1404
1415
  export * from './lib/LastWeekExpressionDescriptionMetadata';
1405
1416
  export * from './lib/LastYearExpressionDescription';
@@ -1449,6 +1460,8 @@ export * from './lib/LocalDataSourceDescriptionMetadata';
1449
1460
  export * from './lib/LocalDataSourceDescriptionModule';
1450
1461
  export * from './lib/LostFocusEventArgsDescription';
1451
1462
  export * from './lib/LostFocusEventArgsDescriptionMetadata';
1463
+ export * from './lib/MonthToDateExpressionDescription';
1464
+ export * from './lib/MonthToDateExpressionDescriptionMetadata';
1452
1465
  export * from './lib/MultiColumnComboBoxDescription';
1453
1466
  export * from './lib/MultiColumnComboBoxDescriptionMetadata';
1454
1467
  export * from './lib/MultiColumnComboBoxDescriptionModule';
@@ -1569,6 +1582,8 @@ export * from './lib/Q3ExpressionDescription';
1569
1582
  export * from './lib/Q3ExpressionDescriptionMetadata';
1570
1583
  export * from './lib/Q4ExpressionDescription';
1571
1584
  export * from './lib/Q4ExpressionDescriptionMetadata';
1585
+ export * from './lib/QuarterToDateExpressionDescription';
1586
+ export * from './lib/QuarterToDateExpressionDescriptionMetadata';
1572
1587
  export * from './lib/RadialBaseChartDescription';
1573
1588
  export * from './lib/RadialBaseChartDescriptionMetadata';
1574
1589
  export * from './lib/RadialGaugeCoreDescriptionModule';
@@ -1781,6 +1796,8 @@ export * from './lib/ToolPanelContextChangedEventArgsDescription';
1781
1796
  export * from './lib/ToolPanelContextChangedEventArgsDescriptionMetadata';
1782
1797
  export * from './lib/ToolPanelContextSwappedEventArgsDescription';
1783
1798
  export * from './lib/ToolPanelContextSwappedEventArgsDescriptionMetadata';
1799
+ export * from './lib/TrailingTwelveMonthsExpressionDescription';
1800
+ export * from './lib/TrailingTwelveMonthsExpressionDescriptionMetadata';
1784
1801
  export * from './lib/TransactionStateDescription';
1785
1802
  export * from './lib/TransactionStateDescriptionMetadata';
1786
1803
  export * from './lib/TransitionOutCompletedEventArgsDescription';
@@ -1922,6 +1939,8 @@ export * from './lib/WebButtonGroupDescription';
1922
1939
  export * from './lib/WebButtonGroupDescriptionMetadata';
1923
1940
  export * from './lib/WebButtonGroupDescriptionModule';
1924
1941
  export * from './lib/WebButtonDescriptionModule';
1942
+ export * from './lib/WebByLevelTreeGridMergeStrategyDescription';
1943
+ export * from './lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata';
1925
1944
  export * from './lib/WebCalendarDescription';
1926
1945
  export * from './lib/WebCalendarDescriptionMetadata';
1927
1946
  export * from './lib/WebCalendarBaseDescription';
@@ -2093,6 +2112,10 @@ export * from './lib/WebDateTimeFilteringOperandDescriptionMetadata';
2093
2112
  export * from './lib/WebDateTimeInputDescription';
2094
2113
  export * from './lib/WebDateTimeInputDescriptionMetadata';
2095
2114
  export * from './lib/WebDateTimeInputDescriptionModule';
2115
+ export * from './lib/WebDefaultMergeStrategyDescription';
2116
+ export * from './lib/WebDefaultMergeStrategyDescriptionMetadata';
2117
+ export * from './lib/WebDefaultTreeGridMergeStrategyDescription';
2118
+ export * from './lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata';
2096
2119
  export * from './lib/WebDialogDescription';
2097
2120
  export * from './lib/WebDialogDescriptionMetadata';
2098
2121
  export * from './lib/WebDialogDescriptionModule';
@@ -2224,6 +2247,8 @@ export * from './lib/WebGridCreatedEventArgsDescription';
2224
2247
  export * from './lib/WebGridCreatedEventArgsDescriptionMetadata';
2225
2248
  export * from './lib/WebGridCreatedEventArgsDetailDescription';
2226
2249
  export * from './lib/WebGridCreatedEventArgsDetailDescriptionMetadata';
2250
+ export * from './lib/WebGridMergeStrategyDescription';
2251
+ export * from './lib/WebGridMergeStrategyDescriptionMetadata';
2227
2252
  export * from './lib/WebGridPaginatorTemplateContextDescription';
2228
2253
  export * from './lib/WebGridPaginatorTemplateContextDescriptionMetadata';
2229
2254
  export * from './lib/WebGridRowEventArgsDescription';
@@ -2807,6 +2832,8 @@ export * from './lib/BulletGraphDescription';
2807
2832
  export * from './lib/BulletGraphDescriptionMetadata';
2808
2833
  export * from './lib/LinearGaugeDescription';
2809
2834
  export * from './lib/LinearGaugeDescriptionMetadata';
2835
+ export * from './lib/DomainChartDescription';
2836
+ export * from './lib/DomainChartDescriptionMetadata';
2810
2837
  export * from './lib/CategoryChartDescription';
2811
2838
  export * from './lib/CategoryChartDescriptionMetadata';
2812
2839
  export * from './lib/RadialGaugeDescription';
@@ -3074,8 +3101,6 @@ export * from './lib/DefinitionBaseDescriptionMetadata';
3074
3101
  export * from './lib/DetrendedPriceOscillatorIndicatorDescription';
3075
3102
  export * from './lib/DetrendedPriceOscillatorIndicatorDescriptionMetadata';
3076
3103
  export * from './lib/DetrendedPriceOscillatorIndicatorDescriptionModule';
3077
- export * from './lib/DomainChartDescription';
3078
- export * from './lib/DomainChartDescriptionMetadata';
3079
3104
  export * from './lib/DomainChartSeriesPointerEventArgsDescription';
3080
3105
  export * from './lib/DomainChartSeriesPointerEventArgsDescriptionMetadata';
3081
3106
  export * from './lib/EaseOfMovementIndicatorDescription';
@@ -3667,6 +3692,7 @@ export * from './lib/igx-simple-default-tooltip-component';
3667
3692
  export * from './lib/CanvasGestureDOMEventProxy';
3668
3693
  export * from './lib/BaseDOMEventProxy';
3669
3694
  export * from './lib/DOMEventProxy';
3695
+ export * from './lib/CanvasScalingHelpers';
3670
3696
  export * from './lib/TouchPointInfo';
3671
3697
  export * from './lib/TouchGestureState';
3672
3698
  export * from './lib/TouchGestureRecognizer';