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
@@ -20,248 +20,248 @@ var CanvasGestureDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super)
20
20
  __extends(CanvasGestureDOMEventProxy, _super);
21
21
  function CanvasGestureDOMEventProxy(a, b, c) {
22
22
  var _this = _super.call(this) || this;
23
- _this.dh = 0;
24
- _this.dj = "";
25
- _this.c5 = null;
26
- _this.di = null;
27
- _this.db = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
28
- _this.d7 = null;
29
- _this.c6 = false;
30
- _this.dc = new List$1(Number_$type, 0);
31
- _this.dd = new List$1(Point_$type, 0);
32
- _this.c8 = false;
33
- _this.de = new List$1(TouchPointInfo.$, 0);
34
- _this.bx = c;
35
- _this.b3 = b;
36
- _this.c5 = new TouchGestureRecognizer(new DOMExecutionContext(b));
37
- var d = _this.c5;
38
- d.holdEnding = delegateCombine(d.holdEnding, runOn(_this, _this.dl));
39
- var e = _this.c5;
40
- e.holdStarting = delegateCombine(e.holdStarting, runOn(_this, _this.dm));
41
- var f = _this.c5;
42
- f.zoomStarting = delegateCombine(f.zoomStarting, runOn(_this, _this.du));
43
- var g = _this.c5;
44
- g.zoomEnding = delegateCombine(g.zoomEnding, runOn(_this, _this.dt));
45
- var h = _this.c5;
46
- h.panStarting = delegateCombine(h.panStarting, runOn(_this, _this.ds));
47
- var i = _this.c5;
48
- i.panEnding = delegateCombine(i.panEnding, runOn(_this, _this.dr));
49
- var j = _this.c5;
50
- j.manipulationStarting = delegateCombine(j.manipulationStarting, runOn(_this, _this.dq));
51
- var k = _this.c5;
52
- k.manipulationChanging = delegateCombine(k.manipulationChanging, runOn(_this, _this.dn));
53
- var l = _this.c5;
54
- l.manipulationEnding = delegateCombine(l.manipulationEnding, runOn(_this, _this.dp));
55
- var m = _this.c5;
56
- m.doubleTapped = delegateCombine(m.doubleTapped, runOn(_this, _this.dk));
57
- var n = _this.c5;
58
- n.flingStarting = delegateCombine(n.flingStarting, runOn(_this, _this.c7));
59
- _this.ap = function (o) { return true; };
23
+ _this.di = 0;
24
+ _this.dk = "";
25
+ _this.c6 = null;
26
+ _this.dj = null;
27
+ _this.dc = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
28
+ _this.d8 = null;
29
+ _this.c7 = false;
30
+ _this.dd = new List$1(Number_$type, 0);
31
+ _this.de = new List$1(Point_$type, 0);
32
+ _this.c9 = false;
33
+ _this.df = new List$1(TouchPointInfo.$, 0);
34
+ _this.by = c;
35
+ _this.b4 = b;
36
+ _this.c6 = new TouchGestureRecognizer(new DOMExecutionContext(b));
37
+ var d = _this.c6;
38
+ d.holdEnding = delegateCombine(d.holdEnding, runOn(_this, _this.dm));
39
+ var e = _this.c6;
40
+ e.holdStarting = delegateCombine(e.holdStarting, runOn(_this, _this.dn));
41
+ var f = _this.c6;
42
+ f.zoomStarting = delegateCombine(f.zoomStarting, runOn(_this, _this.dv));
43
+ var g = _this.c6;
44
+ g.zoomEnding = delegateCombine(g.zoomEnding, runOn(_this, _this.du));
45
+ var h = _this.c6;
46
+ h.panStarting = delegateCombine(h.panStarting, runOn(_this, _this.dt));
47
+ var i = _this.c6;
48
+ i.panEnding = delegateCombine(i.panEnding, runOn(_this, _this.ds));
49
+ var j = _this.c6;
50
+ j.manipulationStarting = delegateCombine(j.manipulationStarting, runOn(_this, _this.dr));
51
+ var k = _this.c6;
52
+ k.manipulationChanging = delegateCombine(k.manipulationChanging, runOn(_this, _this.dp));
53
+ var l = _this.c6;
54
+ l.manipulationEnding = delegateCombine(l.manipulationEnding, runOn(_this, _this.dq));
55
+ var m = _this.c6;
56
+ m.doubleTapped = delegateCombine(m.doubleTapped, runOn(_this, _this.dl));
57
+ var n = _this.c6;
58
+ n.flingStarting = delegateCombine(n.flingStarting, runOn(_this, _this.c8));
59
+ _this.aq = function (o) { return true; };
60
60
  _this.ab = true;
61
- CanvasGestureDOMEventProxy.dg++;
62
- _this.dh = CanvasGestureDOMEventProxy.dg;
63
- _this.dj = ".DOMProxy" + _this.dh.toString();
64
- _this.bi = 0;
65
- _this.b4 = a;
66
- BaseDOMEventProxy.bt = false;
61
+ CanvasGestureDOMEventProxy.dh++;
62
+ _this.di = CanvasGestureDOMEventProxy.dh;
63
+ _this.dk = ".DOMProxy" + _this.di.toString();
64
+ _this.bj = 0;
65
+ _this.b5 = a;
66
+ BaseDOMEventProxy.bu = false;
67
67
  try {
68
- BaseDOMEventProxy.bt = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
68
+ BaseDOMEventProxy.bu = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
69
69
  }
70
70
  catch (o) {
71
71
  }
72
- BaseDOMEventProxy.bu = false;
72
+ BaseDOMEventProxy.bv = false;
73
73
  try {
74
- BaseDOMEventProxy.bu = (window.PointerEvent !== undefined);
74
+ BaseDOMEventProxy.bv = (window.PointerEvent !== undefined);
75
75
  }
76
76
  catch (p) {
77
77
  }
78
- if (BaseDOMEventProxy.by) {
78
+ if (BaseDOMEventProxy.bz) {
79
79
  _this.ab = false;
80
80
  }
81
- BaseDOMEventProxy.cc = _this.cb();
82
- BaseDOMEventProxy.b9 = _this.ca();
83
- _this.at(_this.b4, "");
84
- _this.ao = function (q) { return true; };
81
+ BaseDOMEventProxy.cd = _this.cc();
82
+ BaseDOMEventProxy.ca = _this.cb();
83
+ _this.au(_this.b5, "");
84
+ _this.ap = function (q) { return true; };
85
85
  return _this;
86
86
  }
87
87
  CanvasGestureDOMEventProxy.prototype.d = function () {
88
- var a = new CanvasGestureDOMEventProxy(this.b4, this.b3, this.bx);
88
+ var a = new CanvasGestureDOMEventProxy(this.b5, this.b4, this.by);
89
89
  a.ab = this.ab;
90
- a.ap = this.ap;
90
+ a.aq = this.aq;
91
91
  return a;
92
92
  };
93
- CanvasGestureDOMEventProxy.prototype.c7 = function (a, b) {
93
+ CanvasGestureDOMEventProxy.prototype.c8 = function (a, b) {
94
94
  return this.ag({ $type: Point_$type, x: b.a, y: b.b }, b.h, b.i);
95
95
  };
96
- CanvasGestureDOMEventProxy.prototype.dk = function (a, b) {
97
- this.a0({ $type: Point_$type, x: b.a, y: b.b });
96
+ CanvasGestureDOMEventProxy.prototype.dl = function (a, b) {
97
+ this.a1({ $type: Point_$type, x: b.a, y: b.b });
98
98
  };
99
99
  CanvasGestureDOMEventProxy.prototype.get_an = function () {
100
100
  return true;
101
101
  };
102
102
  CanvasGestureDOMEventProxy.prototype.get_ac = function () {
103
- return this.c5.n == 5;
103
+ return this.c6.n == 5;
104
104
  };
105
- CanvasGestureDOMEventProxy.prototype.au = function () {
106
- _super.prototype.au.call(this);
107
- this.c5.bd();
105
+ CanvasGestureDOMEventProxy.prototype.av = function () {
106
+ _super.prototype.av.call(this);
107
+ this.c6.bd();
108
108
  };
109
- CanvasGestureDOMEventProxy.prototype.dp = function (a, b) {
110
- if (this.c5.n == 0) {
111
- this.a4({ $type: Point_$type, x: b.a, y: b.b }, b.d);
112
- this.cr();
109
+ CanvasGestureDOMEventProxy.prototype.dq = function (a, b) {
110
+ if (this.c6.n == 0) {
111
+ this.a5({ $type: Point_$type, x: b.a, y: b.b }, b.d);
112
+ this.cs();
113
113
  }
114
114
  };
115
- CanvasGestureDOMEventProxy.prototype.dn = function (a, b) {
116
- if (this.c5.n == 2) {
117
- this.bc({ $type: Point_$type, x: b.a, y: b.b }, b.d);
118
- this.bf({ $type: Point_$type, x: b.a, y: b.b }, b.d, b.e, b.c);
115
+ CanvasGestureDOMEventProxy.prototype.dp = function (a, b) {
116
+ if (this.c6.n == 2) {
117
+ this.bd({ $type: Point_$type, x: b.a, y: b.b }, b.d);
118
+ this.bg({ $type: Point_$type, x: b.a, y: b.b }, b.d, b.e, b.c);
119
119
  }
120
- if (this.c5.n == 1 || this.c5.n == 5) {
121
- this.ay({ $type: Point_$type, x: b.a, y: b.b }, true);
122
- this.a2({ $type: Point_$type, x: b.a, y: b.b });
120
+ if (this.c6.n == 1 || this.c6.n == 5) {
121
+ this.az({ $type: Point_$type, x: b.a, y: b.b }, true);
122
+ this.a3({ $type: Point_$type, x: b.a, y: b.b });
123
123
  }
124
124
  };
125
- CanvasGestureDOMEventProxy.prototype.dq = function (a, b) {
126
- };
127
125
  CanvasGestureDOMEventProxy.prototype.dr = function (a, b) {
128
- this.c6 = false;
129
- if (this.c5.n == 0) {
130
- this.ax({ $type: Point_$type, x: b.a, y: b.b }, true, false);
131
- this.a1({ $type: Point_$type, x: b.a, y: b.b });
132
- }
133
126
  };
134
127
  CanvasGestureDOMEventProxy.prototype.ds = function (a, b) {
135
- this.a3({ $type: Point_$type, x: b.a, y: b.b });
128
+ this.c7 = false;
129
+ if (this.c6.n == 0) {
130
+ this.ay({ $type: Point_$type, x: b.a, y: b.b }, true, false);
131
+ this.a2({ $type: Point_$type, x: b.a, y: b.b });
132
+ }
136
133
  };
137
134
  CanvasGestureDOMEventProxy.prototype.dt = function (a, b) {
138
- this.be({ $type: Point_$type, x: b.a, y: b.b }, b.d, b.e, b.c);
135
+ this.a4({ $type: Point_$type, x: b.a, y: b.b });
139
136
  };
140
137
  CanvasGestureDOMEventProxy.prototype.du = function (a, b) {
141
- this.bd({ $type: Point_$type, x: b.a, y: b.b }, 1);
142
- this.bg({ $type: Point_$type, x: b.a, y: b.b }, 1, 1, 1);
138
+ this.bf({ $type: Point_$type, x: b.a, y: b.b }, b.d, b.e, b.c);
143
139
  };
144
- CanvasGestureDOMEventProxy.prototype.dm = function (a, b) {
145
- this.c6 = true;
146
- this.a5({ $type: Point_$type, x: b.a, y: b.b });
140
+ CanvasGestureDOMEventProxy.prototype.dv = function (a, b) {
141
+ this.be({ $type: Point_$type, x: b.a, y: b.b }, 1);
142
+ this.bh({ $type: Point_$type, x: b.a, y: b.b }, 1, 1, 1);
147
143
  };
148
- CanvasGestureDOMEventProxy.prototype.dl = function (a, b) {
149
- if (this.c5.n == 0) {
150
- this.ax({ $type: Point_$type, x: b.a, y: b.b }, true, false);
144
+ CanvasGestureDOMEventProxy.prototype.dn = function (a, b) {
145
+ this.c7 = true;
146
+ this.a6({ $type: Point_$type, x: b.a, y: b.b });
147
+ };
148
+ CanvasGestureDOMEventProxy.prototype.dm = function (a, b) {
149
+ if (this.c6.n == 0) {
150
+ this.ay({ $type: Point_$type, x: b.a, y: b.b }, true, false);
151
151
  }
152
152
  };
153
- CanvasGestureDOMEventProxy.c9 = function () {
154
- BaseDOMEventProxy.bt = false;
153
+ CanvasGestureDOMEventProxy.da = function () {
154
+ BaseDOMEventProxy.bu = false;
155
155
  try {
156
- BaseDOMEventProxy.bt = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
156
+ BaseDOMEventProxy.bu = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
157
157
  }
158
158
  catch (a) {
159
159
  }
160
- BaseDOMEventProxy.bu = false;
160
+ BaseDOMEventProxy.bv = false;
161
161
  try {
162
- BaseDOMEventProxy.bu = (window.PointerEvent !== undefined);
162
+ BaseDOMEventProxy.bv = (window.PointerEvent !== undefined);
163
163
  }
164
164
  catch (b) {
165
165
  }
166
- return BaseDOMEventProxy.by;
166
+ return BaseDOMEventProxy.bz;
167
167
  };
168
- CanvasGestureDOMEventProxy.prototype.dv = function (a, b, c) {
168
+ CanvasGestureDOMEventProxy.prototype.dw = function (a, b, c) {
169
169
  };
170
- CanvasGestureDOMEventProxy.prototype.at = function (a, b) {
170
+ CanvasGestureDOMEventProxy.prototype.au = function (a, b) {
171
171
  var c = a;
172
- if (!this.b3.supportsDOMEvents()) {
172
+ if (!this.b4.supportsDOMEvents()) {
173
173
  return;
174
174
  }
175
- var d = this.dj + b;
175
+ var d = this.dk + b;
176
176
  var e = new List$1(Delegate_$type, 0);
177
- this.db.addItem(d, e);
178
- this.dv(a, b, e);
179
- if (!BaseDOMEventProxy.by) {
180
- e.add(c.listen("mousemove", runOn(this, this.cj)));
181
- e.add(c.listen("mouseleave", runOn(this, this.ci)));
182
- e.add(c.listen("mousedown", runOn(this, this.ch)));
183
- e.add(c.listen("mouseup", runOn(this, this.cl)));
184
- e.add(this.b3.globalListen("window", "mouseup", runOn(this, this.cz)));
185
- }
186
- e.add(c.listen("keydown", runOn(this, this.ce)));
187
- e.add(c.listen("keyup", runOn(this, this.cg)));
188
- if (BaseDOMEventProxy.by) {
189
- var source_ = this.b4.getNativeElement();
190
- BaseDOMEventProxy.ct(source_);
191
- var f = this.b4.getNativeElement();
192
- if (BaseDOMEventProxy.bu) {
193
- e.add(c.listen("pointerdown", runOn(this, this.dy)));
194
- e.add(c.listen("pointerup", runOn(this, this.d1)));
195
- e.add(c.listen("pointercancel", runOn(this, this.dx)));
196
- e.add(c.listen("pointermove", runOn(this, this.dz)));
197
- e.add(c.listen("pointerleave", runOn(this, this.d0)));
198
- e.add(c.listen("lostpointercapture", runOn(this, this.dw)));
177
+ this.dc.addItem(d, e);
178
+ this.dw(a, b, e);
179
+ if (!BaseDOMEventProxy.bz) {
180
+ e.add(c.listen("mousemove", runOn(this, this.ck)));
181
+ e.add(c.listen("mouseleave", runOn(this, this.cj)));
182
+ e.add(c.listen("mousedown", runOn(this, this.ci)));
183
+ e.add(c.listen("mouseup", runOn(this, this.cm)));
184
+ e.add(this.b4.globalListen("window", "mouseup", runOn(this, this.c0)));
185
+ }
186
+ e.add(c.listen("keydown", runOn(this, this.cf)));
187
+ e.add(c.listen("keyup", runOn(this, this.ch)));
188
+ if (BaseDOMEventProxy.bz) {
189
+ var source_ = this.b5.getNativeElement();
190
+ BaseDOMEventProxy.cu(source_);
191
+ var f = this.b5.getNativeElement();
192
+ if (BaseDOMEventProxy.bv) {
193
+ e.add(c.listen("pointerdown", runOn(this, this.dz)));
194
+ e.add(c.listen("pointerup", runOn(this, this.d2)));
195
+ e.add(c.listen("pointercancel", runOn(this, this.dy)));
196
+ e.add(c.listen("pointermove", runOn(this, this.d0)));
197
+ e.add(c.listen("pointerleave", runOn(this, this.d1)));
198
+ e.add(c.listen("lostpointercapture", runOn(this, this.dx)));
199
199
  }
200
200
  else {
201
- e.add(c.listen("MSPointerDown", runOn(this, this.dy)));
202
- e.add(c.listen("MSPointerUp", runOn(this, this.d1)));
203
- e.add(c.listen("MSPointerCancel", runOn(this, this.dx)));
204
- e.add(c.listen("MSPointerMove", runOn(this, this.dz)));
205
- e.add(c.listen("MSPointerLeave", runOn(this, this.d0)));
206
- e.add(c.listen("MSLostPointerCapture", runOn(this, this.dw)));
201
+ e.add(c.listen("MSPointerDown", runOn(this, this.dz)));
202
+ e.add(c.listen("MSPointerUp", runOn(this, this.d2)));
203
+ e.add(c.listen("MSPointerCancel", runOn(this, this.dy)));
204
+ e.add(c.listen("MSPointerMove", runOn(this, this.d0)));
205
+ e.add(c.listen("MSPointerLeave", runOn(this, this.d1)));
206
+ e.add(c.listen("MSLostPointerCapture", runOn(this, this.dx)));
207
207
  }
208
208
  }
209
209
  else {
210
- e.add(c.listen("touchstart", runOn(this, this.d4)));
211
- e.add(c.listen("touchmove", runOn(this, this.d3)));
212
- e.add(c.listen("touchend", runOn(this, this.d2)));
210
+ e.add(c.listen("touchstart", runOn(this, this.d5)));
211
+ e.add(c.listen("touchmove", runOn(this, this.d4)));
212
+ e.add(c.listen("touchend", runOn(this, this.d3)));
213
213
  }
214
- if (this.bx) {
215
- e.add(c.listen("wheel", runOn(this, this.cm)));
214
+ if (this.by) {
215
+ e.add(c.listen("wheel", runOn(this, this.cn)));
216
216
  }
217
217
  else {
218
- e.add(c.listen("DOMMouseScroll", runOn(this, this.ck)));
219
- e.add(c.listen("mousewheel", runOn(this, this.ck)));
218
+ e.add(c.listen("DOMMouseScroll", runOn(this, this.cl)));
219
+ e.add(c.listen("mousewheel", runOn(this, this.cl)));
220
220
  }
221
221
  };
222
- CanvasGestureDOMEventProxy.prototype.d1 = function (e_) {
223
- var a = this.br(e_);
224
- var b = this.dc.indexOf((e_.originalEvent.pointerId));
222
+ CanvasGestureDOMEventProxy.prototype.d2 = function (e_) {
223
+ var a = this.bs(e_);
224
+ var b = this.dd.indexOf((e_.originalEvent.pointerId));
225
225
  if (b >= 0) {
226
- this.dc.removeAt(b);
227
226
  this.dd.removeAt(b);
228
- this.b8 = this.dc.count;
227
+ this.de.removeAt(b);
228
+ this.b9 = this.dd.count;
229
229
  }
230
230
  if (a) {
231
- this.d2(e_);
231
+ this.d3(e_);
232
232
  }
233
233
  else {
234
- this.cl(e_);
234
+ this.cm(e_);
235
235
  }
236
236
  };
237
- CanvasGestureDOMEventProxy.prototype.dw = function (e_) {
238
- var a = this.br(e_);
239
- };
240
237
  CanvasGestureDOMEventProxy.prototype.dx = function (e_) {
241
- var a = this.br(e_);
242
- var b = this.dc.indexOf((e_.originalEvent.pointerId));
238
+ var a = this.bs(e_);
239
+ };
240
+ CanvasGestureDOMEventProxy.prototype.dy = function (e_) {
241
+ var a = this.bs(e_);
242
+ var b = this.dd.indexOf((e_.originalEvent.pointerId));
243
243
  if (b >= 0) {
244
- this.dc.removeAt(b);
245
244
  this.dd.removeAt(b);
246
- this.b8 = this.dc.count;
245
+ this.de.removeAt(b);
246
+ this.b9 = this.dd.count;
247
247
  }
248
248
  };
249
- CanvasGestureDOMEventProxy.prototype.dy = function (e_) {
250
- var a = this.br(e_);
251
- BaseDOMEventProxy.cs(e_);
252
- this.dc.add((e_.originalEvent.pointerId));
253
- this.dd.add({ $type: Point_$type, x: e_.pageX, y: e_.pageY });
254
- this.b8 = this.dc.count;
249
+ CanvasGestureDOMEventProxy.prototype.dz = function (e_) {
250
+ var a = this.bs(e_);
251
+ BaseDOMEventProxy.ct(e_);
252
+ this.dd.add((e_.originalEvent.pointerId));
253
+ this.de.add({ $type: Point_$type, x: e_.pageX, y: e_.pageY });
254
+ this.b9 = this.dd.count;
255
255
  if (a) {
256
- this.cy(e_);
256
+ this.cz(e_);
257
257
  }
258
258
  else {
259
- this.cx(e_);
259
+ this.cy(e_);
260
260
  }
261
- this.cw(e_);
262
- if (!this.c8 && this.ad(this.c3, a, false)) {
263
- var eventSource_ = this.b4.getNativeElement();
264
- if (BaseDOMEventProxy.bu) {
261
+ this.cx(e_);
262
+ if (!this.c9 && this.ad(this.c4, a, false)) {
263
+ var eventSource_ = this.b5.getNativeElement();
264
+ if (BaseDOMEventProxy.bv) {
265
265
  eventSource_.setPointerCapture(e_.originalEvent.pointerId);
266
266
  }
267
267
  else {
@@ -269,24 +269,24 @@ var CanvasGestureDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super)
269
269
  }
270
270
  }
271
271
  if (a) {
272
- this.d4(e_);
272
+ this.d5(e_);
273
273
  }
274
274
  else {
275
- this.ch(e_);
275
+ this.ci(e_);
276
276
  }
277
277
  };
278
- CanvasGestureDOMEventProxy.prototype.dz = function (e_) {
279
- var a = this.br(e_);
280
- BaseDOMEventProxy.cs(e_);
281
- this.cw(e_);
282
- this.cy(e_);
283
- var b = this.dc.indexOf((e_.originalEvent.pointerId));
278
+ CanvasGestureDOMEventProxy.prototype.d0 = function (e_) {
279
+ var a = this.bs(e_);
280
+ BaseDOMEventProxy.ct(e_);
281
+ this.cx(e_);
282
+ this.cz(e_);
283
+ var b = this.dd.indexOf((e_.originalEvent.pointerId));
284
284
  if (b >= 0) {
285
- this.dd._inner[b] = { $type: Point_$type, x: e_.pageX, y: e_.pageY };
285
+ this.de._inner[b] = { $type: Point_$type, x: e_.pageX, y: e_.pageY };
286
286
  }
287
- if (this.c8 && this.ad(this.c3, a, false)) {
288
- var eventSource_ = this.b4.getNativeElement();
289
- if (BaseDOMEventProxy.bu) {
287
+ if (this.c9 && this.ad(this.c4, a, false)) {
288
+ var eventSource_ = this.b5.getNativeElement();
289
+ if (BaseDOMEventProxy.bv) {
290
290
  eventSource_.setPointerCapture(e_.originalEvent.pointerId);
291
291
  }
292
292
  else {
@@ -294,64 +294,64 @@ var CanvasGestureDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super)
294
294
  }
295
295
  }
296
296
  if (a) {
297
- this.d3(e_);
297
+ this.d4(e_);
298
298
  }
299
299
  else {
300
- this.cj(e_);
300
+ this.ck(e_);
301
301
  }
302
302
  };
303
- CanvasGestureDOMEventProxy.prototype.d0 = function (e_) {
304
- var a = this.br(e_);
303
+ CanvasGestureDOMEventProxy.prototype.d1 = function (e_) {
304
+ var a = this.bs(e_);
305
305
  if (a) {
306
306
  }
307
307
  else {
308
- this.ci(e_);
308
+ this.cj(e_);
309
309
  }
310
310
  };
311
- CanvasGestureDOMEventProxy.prototype.d4 = function (e_) {
312
- this.bs = true;
313
- this.cw(e_);
314
- this.cy(e_);
315
- this.d7 = this.c2;
316
- if (this.ad(this.c3, true, false)) {
317
- if (!this.ab || this.b8 > 1) {
318
- if (this.bw) {
319
- this.bw = false;
320
- this.cd();
311
+ CanvasGestureDOMEventProxy.prototype.d5 = function (e_) {
312
+ this.bt = true;
313
+ this.cx(e_);
314
+ this.cz(e_);
315
+ this.d8 = this.c3;
316
+ if (this.ad(this.c4, true, false)) {
317
+ if (!this.ab || this.b9 > 1) {
318
+ if (this.bx) {
319
+ this.bx = false;
320
+ this.ce();
321
321
  }
322
- this.cu(e_);
322
+ this.cv(e_);
323
323
  }
324
324
  else {
325
- this.bw = true;
326
- this.c6 = false;
325
+ this.bx = true;
326
+ this.c7 = false;
327
327
  }
328
- this.ba(this.c3, false, true);
329
- this.a7(this.c3);
330
- this.az(this.c2, true);
331
- this.c5.a7(this.df(e_));
328
+ this.bb(this.c4, false, true);
329
+ this.a8(this.c4);
330
+ this.a0(this.c3, true);
331
+ this.c6.a7(this.dg(e_));
332
332
  }
333
333
  };
334
- CanvasGestureDOMEventProxy.prototype.df = function (e_) {
335
- var a = BaseDOMEventProxy.c4(this.b4);
336
- var b = this.bl;
334
+ CanvasGestureDOMEventProxy.prototype.dg = function (e_) {
335
+ var a = BaseDOMEventProxy.c5(this.b5);
336
+ var b = this.bm;
337
337
  var c = 0;
338
338
  var d = 0;
339
339
  if (Rect.l_op_Inequality(b, null)) {
340
340
  c = b.left;
341
341
  d = b.top;
342
342
  }
343
- this.de.clear();
344
- if (BaseDOMEventProxy.by) {
345
- var e = this.dc.count;
343
+ this.df.clear();
344
+ if (BaseDOMEventProxy.bz) {
345
+ var e = this.dd.count;
346
346
  for (var j_ = 0; j_ < e; j_++) {
347
- var f = this.dc._inner[j_];
348
- var g = this.dd._inner[j_];
347
+ var f = this.dd._inner[j_];
348
+ var g = this.de._inner[j_];
349
349
  var h = g.x;
350
350
  var i = g.y;
351
351
  var j = new TouchPointInfo(1);
352
352
  j.a = (h - a.left) - b.left;
353
353
  j.b = (i - a.top) - b.top;
354
- this.de.add(j);
354
+ this.df.add(j);
355
355
  }
356
356
  }
357
357
  else {
@@ -362,100 +362,100 @@ var CanvasGestureDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super)
362
362
  var n = new TouchPointInfo(1);
363
363
  n.a = (l - a.left) - c;
364
364
  n.b = (m - a.top) - d;
365
- this.de.add(n);
365
+ this.df.add(n);
366
366
  }
367
367
  }
368
- return this.de;
368
+ return this.df;
369
369
  };
370
- CanvasGestureDOMEventProxy.prototype.d3 = function (a) {
371
- this.bs = true;
372
- this.cw(a);
373
- this.cy(a);
374
- if (this.bw) {
375
- if ((this.ad(this.c3, true, false) && this.da()) || this.c6 == true || this.c5.n == 2) {
376
- this.bw = false;
377
- this.cd();
370
+ CanvasGestureDOMEventProxy.prototype.d4 = function (a) {
371
+ this.bt = true;
372
+ this.cx(a);
373
+ this.cz(a);
374
+ if (this.bx) {
375
+ if ((this.ad(this.c4, true, false) && this.db()) || this.c7 == true || this.c6.n == 2) {
376
+ this.bx = false;
377
+ this.ce();
378
378
  }
379
379
  }
380
- if ((this.c6 || this.c5.n == 2 || this.ad(this.c3, true, false)) && !this.bw) {
381
- this.c6 = true;
382
- this.cu(a);
383
- this.c5.a7(this.df(a));
380
+ if ((this.c7 || this.c6.n == 2 || this.ad(this.c4, true, false)) && !this.bx) {
381
+ this.c7 = true;
382
+ this.cv(a);
383
+ this.c6.a7(this.dg(a));
384
384
  }
385
385
  };
386
- CanvasGestureDOMEventProxy.prototype.da = function () {
387
- var a = { $type: Point_$type, x: this.d7.x - this.c2.x, y: this.d7.y - this.c2.y };
386
+ CanvasGestureDOMEventProxy.prototype.db = function () {
387
+ var a = { $type: Point_$type, x: this.d8.x - this.c3.x, y: this.d8.y - this.c3.y };
388
388
  if (Math.abs(a.x) > Math.abs(a.y)) {
389
389
  a.y = 0;
390
390
  }
391
391
  if (Math.abs(a.y) > Math.abs(a.x)) {
392
392
  a.x = 0;
393
393
  }
394
- return this.ap(a);
394
+ return this.aq(a);
395
395
  };
396
- CanvasGestureDOMEventProxy.prototype.d2 = function (a) {
397
- this.bs = false;
398
- this.cw(a);
399
- this.cy(a);
400
- if (this.bw) {
401
- this.bw = false;
402
- this.cd();
396
+ CanvasGestureDOMEventProxy.prototype.d3 = function (a) {
397
+ this.bt = false;
398
+ this.cx(a);
399
+ this.cz(a);
400
+ if (this.bx) {
401
+ this.bx = false;
402
+ this.ce();
403
403
  }
404
- var b = this.c5.n;
405
- var c = this.ad(this.c3, true, false) || b != 0;
406
- if (this.c5.n != 2 && this.c5.n != 5) {
407
- this.ba(this.c3, false, true);
408
- this.bb(this.c3);
404
+ var b = this.c6.n;
405
+ var c = this.ad(this.c4, true, false) || b != 0;
406
+ if (this.c6.n != 2 && this.c6.n != 5) {
407
+ this.bb(this.c4, false, true);
408
+ this.bc(this.c4);
409
409
  }
410
- var d = this.c5.n == 2;
410
+ var d = this.c6.n == 2;
411
411
  if (d) {
412
412
  c = true;
413
- this.ax({ $type: Point_$type, x: this.c5.at, y: this.c5.au }, true, true);
413
+ this.ay({ $type: Point_$type, x: this.c6.at, y: this.c6.au }, true, true);
414
414
  }
415
- this.c5.a7(this.df(a));
416
- if (this.c5.n == 0) {
417
- this.cr();
415
+ this.c6.a7(this.dg(a));
416
+ if (this.c6.n == 0) {
417
+ this.cs();
418
418
  }
419
- if (!d && this.c5.n == 0) {
420
- this.ax({ $type: Point_$type, x: this.c5.at, y: this.c5.au }, true, false);
419
+ if (!d && this.c6.n == 0) {
420
+ this.ay({ $type: Point_$type, x: this.c6.at, y: this.c6.au }, true, false);
421
421
  }
422
- if (this.c5.n != 0) {
422
+ if (this.c6.n != 0) {
423
423
  c = true;
424
424
  }
425
425
  if (c) {
426
- this.cu(a);
426
+ this.cv(a);
427
427
  }
428
428
  };
429
- CanvasGestureDOMEventProxy.prototype.d5 = function (a) {
430
- if (this.db.containsKey(a)) {
431
- var b = this.db.item(a);
432
- this.db.removeItem(a);
429
+ CanvasGestureDOMEventProxy.prototype.d6 = function (a) {
430
+ if (this.dc.containsKey(a)) {
431
+ var b = this.dc.item(a);
432
+ this.dc.removeItem(a);
433
433
  for (var c = 0; c < b.count; c++) {
434
434
  b._inner[c]();
435
435
  }
436
436
  b.clear();
437
437
  }
438
438
  };
439
- CanvasGestureDOMEventProxy.prototype.bh = function (a, b) {
439
+ CanvasGestureDOMEventProxy.prototype.bi = function (a, b) {
440
440
  if (a == null) {
441
441
  return;
442
442
  }
443
443
  var c = a;
444
- var d = this.dj + b;
445
- this.d5(d);
444
+ var d = this.dk + b;
445
+ this.d6(d);
446
446
  };
447
- CanvasGestureDOMEventProxy.prototype.av = function () {
448
- if (this.b4 == null) {
447
+ CanvasGestureDOMEventProxy.prototype.aw = function () {
448
+ if (this.b5 == null) {
449
449
  return;
450
450
  }
451
- this.d5(this.dj);
452
- this.b4 = null;
451
+ this.d6(this.dk);
452
+ this.b5 = null;
453
453
  };
454
454
  CanvasGestureDOMEventProxy.register = function () {
455
455
  TypeRegistrar.register("CanvasGestureDOMEventProxy", CanvasGestureDOMEventProxy.$);
456
456
  };
457
457
  CanvasGestureDOMEventProxy.$t = markType(CanvasGestureDOMEventProxy, 'CanvasGestureDOMEventProxy', BaseDOMEventProxy.$);
458
- CanvasGestureDOMEventProxy.dg = 0;
458
+ CanvasGestureDOMEventProxy.dh = 0;
459
459
  return CanvasGestureDOMEventProxy;
460
460
  }(BaseDOMEventProxy));
461
461
  export { CanvasGestureDOMEventProxy };