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
@@ -17,46 +17,47 @@ import { List$1 } from "./List$1";
17
17
  var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
18
18
  __extends(BaseDOMEventProxy, _super);
19
19
  function BaseDOMEventProxy() {
20
- var _this = _super !== null && _super.apply(this, arguments) || this;
20
+ var _this = _super.call(this) || this;
21
+ _this.b5 = null;
22
+ _this.bw = false;
23
+ _this.by = false;
21
24
  _this.b4 = null;
22
- _this.bv = false;
23
- _this.bx = false;
24
- _this.b3 = null;
25
- _this.bo = false;
26
- _this.b1 = 0;
25
+ _this.bp = false;
27
26
  _this.b2 = 0;
28
- _this.bz = 0;
27
+ _this.b3 = 0;
29
28
  _this.b0 = 0;
30
- _this.b5 = 0;
29
+ _this.b1 = 0;
30
+ _this.b6 = 0;
31
+ _this.c4 = null;
31
32
  _this.c3 = null;
32
- _this.c2 = null;
33
+ _this.bo = false;
34
+ _this.b7 = -1;
35
+ _this.bt = false;
36
+ _this.bq = false;
33
37
  _this.bn = false;
34
- _this.b6 = -1;
35
- _this.bs = false;
36
- _this.bp = false;
37
- _this.bm = false;
38
+ _this.ao = 1;
38
39
  return _this;
39
40
  }
40
41
  BaseDOMEventProxy.prototype.d = function () {
41
- var a = new DOMEventProxy(this.b4, this.b3, this.bx);
42
+ var a = new DOMEventProxy(this.b5, this.b4, this.by);
42
43
  a.ab = this.ab;
43
- a.ap = this.ap;
44
+ a.aq = this.aq;
44
45
  return a;
45
46
  };
46
- Object.defineProperty(BaseDOMEventProxy, "by", {
47
+ Object.defineProperty(BaseDOMEventProxy, "bz", {
47
48
  get: function () {
48
- return (BaseDOMEventProxy.bt || BaseDOMEventProxy.bu);
49
+ return (BaseDOMEventProxy.bu || BaseDOMEventProxy.bv);
49
50
  },
50
51
  enumerable: false,
51
52
  configurable: true
52
53
  });
53
- BaseDOMEventProxy.prototype.bk = function (a) {
54
- return DOMEventProxy.c4(a);
54
+ BaseDOMEventProxy.prototype.bl = function (a) {
55
+ return DOMEventProxy.c5(a);
55
56
  };
56
- BaseDOMEventProxy.prototype.br = function (e_) {
57
+ BaseDOMEventProxy.prototype.bs = function (e_) {
57
58
  var pointerEvent_ = e_.originalEvent;
58
59
  var a = false;
59
- if (BaseDOMEventProxy.bu) {
60
+ if (BaseDOMEventProxy.bv) {
60
61
  a = (pointerEvent_.pointerType == 'touch');
61
62
  }
62
63
  else {
@@ -64,24 +65,24 @@ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
64
65
  }
65
66
  return a;
66
67
  };
67
- BaseDOMEventProxy.prototype.cu = function (a) {
68
+ BaseDOMEventProxy.prototype.cv = function (a) {
68
69
  if (!this.ae) {
69
- if (this.bq(a)) {
70
- if (this.ar == null || this.ar(a)) {
70
+ if (this.br(a)) {
71
+ if (this.as == null || this.as(a)) {
71
72
  a.preventDefault();
72
73
  }
73
74
  }
74
75
  }
75
76
  };
76
- BaseDOMEventProxy.prototype.bq = function (e_) {
77
+ BaseDOMEventProxy.prototype.br = function (e_) {
77
78
  return (e_.originalEvent.cancelable || e_.originalEvent.cancelable == undefined);
78
79
  };
79
- BaseDOMEventProxy.prototype.cq = function () {
80
- var source_ = this.b4.getNativeElement();
81
- BaseDOMEventProxy.ct(source_);
80
+ BaseDOMEventProxy.prototype.cr = function () {
81
+ var source_ = this.b5.getNativeElement();
82
+ BaseDOMEventProxy.cu(source_);
82
83
  };
83
- BaseDOMEventProxy.ct = function (source_) {
84
- if (BaseDOMEventProxy.bu) {
84
+ BaseDOMEventProxy.cu = function (source_) {
85
+ if (BaseDOMEventProxy.bv) {
85
86
  source_.style.touchAction = 'none';
86
87
  }
87
88
  else {
@@ -94,8 +95,8 @@ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
94
95
  source_.style.mozUserSelect = 'none';
95
96
  source_.style.userSelect = 'none';
96
97
  };
97
- BaseDOMEventProxy.cn = function (source_) {
98
- if (BaseDOMEventProxy.bu) {
98
+ BaseDOMEventProxy.co = function (source_) {
99
+ if (BaseDOMEventProxy.bv) {
99
100
  source_.style.touchAction = 'auto';
100
101
  }
101
102
  else {
@@ -108,20 +109,20 @@ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
108
109
  source_.style.mozUserSelect = 'auto';
109
110
  source_.style.userSelect = 'auto';
110
111
  };
111
- BaseDOMEventProxy.prototype.co = function () {
112
- var source_ = this.b4.getNativeElement();
113
- BaseDOMEventProxy.cn(source_);
112
+ BaseDOMEventProxy.prototype.cp = function () {
113
+ var source_ = this.b5.getNativeElement();
114
+ BaseDOMEventProxy.co(source_);
114
115
  };
115
- BaseDOMEventProxy.prototype.aw = function () {
116
- _super.prototype.aw.call(this);
116
+ BaseDOMEventProxy.prototype.ax = function () {
117
+ _super.prototype.ax.call(this);
117
118
  if (!this.ae) {
118
- this.cq();
119
+ this.cr();
119
120
  }
120
121
  else {
121
- this.co();
122
+ this.cp();
122
123
  }
123
124
  };
124
- BaseDOMEventProxy.prototype.cb = function () {
125
+ BaseDOMEventProxy.prototype.cc = function () {
125
126
  var ver_ = -1;
126
127
  var matchIE_ = /Trident\/([\d.]+)/;
127
128
  if ((matchIE_.exec(navigator.userAgent) != null)) {
@@ -129,7 +130,7 @@ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
129
130
  }
130
131
  return ver_;
131
132
  };
132
- BaseDOMEventProxy.prototype.ca = function () {
133
+ BaseDOMEventProxy.prototype.cb = function () {
133
134
  var ver_ = -1;
134
135
  var matchIE_ = /Edge\/([\d.]+)/;
135
136
  if ((matchIE_.exec(navigator.userAgent) != null)) {
@@ -137,8 +138,8 @@ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
137
138
  }
138
139
  return ver_;
139
140
  };
140
- BaseDOMEventProxy.cs = function (e_) {
141
- var a = BaseDOMEventProxy.cc >= 6;
141
+ BaseDOMEventProxy.ct = function (e_) {
142
+ var a = BaseDOMEventProxy.cd >= 6;
142
143
  var oe_ = e_.originalEvent;
143
144
  if ((((typeof e_.pageX == 'undefined')) || a) && oe_.clientX != null) {
144
145
  var od_ = void 0;
@@ -170,8 +171,8 @@ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
170
171
  e_.button = oe_.button;
171
172
  }
172
173
  };
173
- BaseDOMEventProxy.c4 = function (a) {
174
- var b = BaseDOMEventProxy.cc >= 6;
174
+ BaseDOMEventProxy.c5 = function (a) {
175
+ var b = BaseDOMEventProxy.cd >= 6;
175
176
  var source_ = a.getNativeElement();
176
177
  var d_ = source_.ownerDocument;
177
178
  var doc_ = d_ ? d_.documentElement : null;
@@ -194,70 +195,70 @@ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
194
195
  return new Rect(0, e.left, e.top, 0, 0);
195
196
  }
196
197
  };
197
- Object.defineProperty(BaseDOMEventProxy.prototype, "b8", {
198
+ Object.defineProperty(BaseDOMEventProxy.prototype, "b9", {
198
199
  get: function () {
199
- return this.b5;
200
+ return this.b6;
200
201
  },
201
202
  set: function (a) {
202
- this.b5 = a;
203
+ this.b6 = a;
203
204
  },
204
205
  enumerable: false,
205
206
  configurable: true
206
207
  });
207
- BaseDOMEventProxy.prototype.cx = function (a) {
208
- this.as = a;
209
- BaseDOMEventProxy.cs(a);
210
- var b = BaseDOMEventProxy.c4(this.b4);
208
+ BaseDOMEventProxy.prototype.cy = function (a) {
209
+ this.at = a;
210
+ BaseDOMEventProxy.ct(a);
211
+ var b = BaseDOMEventProxy.c5(this.b5);
211
212
  var c = 0;
212
213
  var d = 0;
213
- if (Rect.l_op_Inequality(this.bl, null)) {
214
- c = this.bl.left;
215
- d = this.bl.top;
216
- }
217
- this.b1 = a.pageX - b.left;
218
- this.b2 = a.pageY - b.top;
219
- this.bz = this.b1 - c;
220
- this.b0 = this.b2 - d;
221
- this.c3 = { $type: Point_$type, x: this.b1, y: this.b2 };
222
- this.c2 = { $type: Point_$type, x: this.bz, y: this.b0 };
223
- };
224
- BaseDOMEventProxy.prototype.cy = function (e_) {
225
- this.as = e_;
226
- BaseDOMEventProxy.cs(e_);
227
- if (BaseDOMEventProxy.by) {
214
+ if (Rect.l_op_Inequality(this.bm, null)) {
215
+ c = this.bm.left;
216
+ d = this.bm.top;
217
+ }
218
+ this.b2 = (a.pageX - b.left) * this.ao;
219
+ this.b3 = (a.pageY - b.top) * this.ao;
220
+ this.b0 = this.b2 - c;
221
+ this.b1 = this.b3 - d;
222
+ this.c4 = { $type: Point_$type, x: this.b2, y: this.b3 };
223
+ this.c3 = { $type: Point_$type, x: this.b0, y: this.b1 };
224
+ };
225
+ BaseDOMEventProxy.prototype.cz = function (e_) {
226
+ this.at = e_;
227
+ BaseDOMEventProxy.ct(e_);
228
+ if (BaseDOMEventProxy.bz) {
228
229
  var a = e_.pageX;
229
230
  var b = e_.pageY;
230
- var c = BaseDOMEventProxy.c4(this.b4);
231
- this.b1 = a - c.left;
232
- this.b2 = b - c.top;
231
+ var c = BaseDOMEventProxy.c5(this.b5);
232
+ this.b2 = a - c.left;
233
+ this.b3 = b - c.top;
233
234
  }
234
235
  else {
235
- this.b5 = 0;
236
+ this.b6 = 0;
236
237
  if (!e_.originalEvent.targetTouches || e_.originalEvent.targetTouches.length < 1) {
237
238
  return;
238
239
  }
239
240
  ;
240
- this.b5 = (e_.originalEvent.targetTouches.length);
241
+ this.b6 = (e_.originalEvent.targetTouches.length);
241
242
  var d = (e_.originalEvent.targetTouches[0].pageX);
242
243
  var e = (e_.originalEvent.targetTouches[0].pageY);
243
- var f = BaseDOMEventProxy.c4(this.b4);
244
- this.b1 = d - f.left;
245
- this.b2 = e - f.top;
244
+ var f = BaseDOMEventProxy.c5(this.b5);
245
+ this.b2 = d - f.left;
246
+ this.b3 = e - f.top;
246
247
  }
247
248
  var g = 0;
248
249
  var h = 0;
249
- if (Rect.l_op_Inequality(this.bl, null)) {
250
- g = this.bl.left;
251
- h = this.bl.top;
252
- }
253
- this.bz = this.b1 - g;
254
- this.b0 = this.b2 - h;
255
- this.c3 = { $type: Point_$type, x: this.b1, y: this.b2 };
256
- this.c2 = { $type: Point_$type, x: this.bz, y: this.b0 };
257
- };
258
- BaseDOMEventProxy.prototype.cm = function (e_) {
259
- this.cw(e_);
260
- if (this.ad(this.c3, false, true)) {
250
+ if (Rect.l_op_Inequality(this.bm, null)) {
251
+ g = this.bm.left;
252
+ h = this.bm.top;
253
+ }
254
+ this.b0 = this.b2 - g;
255
+ this.b1 = this.b3 - h;
256
+ this.c4 = { $type: Point_$type, x: this.b2, y: this.b3 };
257
+ this.c3 = { $type: Point_$type, x: this.b0, y: this.b1 };
258
+ };
259
+ BaseDOMEventProxy.prototype.cn = function (e_) {
260
+ this.cx(e_);
261
+ if (this.ad(this.c4, false, true)) {
261
262
  var deltaY_ = 0;
262
263
  var ev_ = e_;
263
264
  deltaY_ = (ev_.originalEvent ? ev_.originalEvent.deltaY : ev_.deltaY);
@@ -268,17 +269,17 @@ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
268
269
  deltaY_ = deltaY_ * 40;
269
270
  deltaX_ = deltaX_ * 40;
270
271
  }
271
- var b = this.aj(this.c2, deltaY_);
272
- var c = this.ak(this.c2, deltaX_);
272
+ var b = this.aj(this.c3, deltaY_);
273
+ var c = this.ak(this.c3, deltaX_);
273
274
  if (b || c) {
274
- this.cu(e_);
275
+ this.cv(e_);
275
276
  }
276
277
  }
277
278
  };
278
- BaseDOMEventProxy.prototype.ck = function (e_) {
279
- this.cw(e_);
279
+ BaseDOMEventProxy.prototype.cl = function (e_) {
280
280
  this.cx(e_);
281
- if (this.ad(this.c3, false, true)) {
281
+ this.cy(e_);
282
+ if (this.ad(this.c4, false, true)) {
282
283
  var ev_ = e_;
283
284
  var delta_ = 0;
284
285
  if (ev_.wheelDelta) {
@@ -298,125 +299,125 @@ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
298
299
  }
299
300
  ;
300
301
  delta_ = delta_ / 10;
301
- var a = this.aj(this.c2, delta_);
302
+ var a = this.aj(this.c3, delta_);
302
303
  if (a) {
303
- this.cu(e_);
304
+ this.cv(e_);
304
305
  }
305
306
  }
306
307
  };
307
- BaseDOMEventProxy.prototype.cr = function () {
308
- if (this.bn) {
309
- if (this.b6 == -1) {
310
- this.b6 = this.b3.setTimeout(runOn(this, this.cp), 500);
308
+ BaseDOMEventProxy.prototype.cs = function () {
309
+ if (this.bo) {
310
+ if (this.b7 == -1) {
311
+ this.b7 = this.b4.setTimeout(runOn(this, this.cq), 500);
311
312
  }
312
313
  else {
313
- window.clearTimeout(this.b6);
314
- this.b6 = -1;
315
- this.b6 = this.b3.setTimeout(runOn(this, this.cp), 500);
314
+ window.clearTimeout(this.b7);
315
+ this.b7 = -1;
316
+ this.b7 = this.b4.setTimeout(runOn(this, this.cq), 500);
316
317
  }
317
318
  }
318
319
  };
319
- BaseDOMEventProxy.prototype.cd = function () {
320
- this.bn = true;
321
- if (this.b6 != -1) {
322
- window.clearTimeout(this.b6);
323
- this.b6 = -1;
320
+ BaseDOMEventProxy.prototype.ce = function () {
321
+ this.bo = true;
322
+ if (this.b7 != -1) {
323
+ window.clearTimeout(this.b7);
324
+ this.b7 = -1;
324
325
  }
325
326
  };
326
- BaseDOMEventProxy.prototype.cp = function () {
327
- this.bn = false;
327
+ BaseDOMEventProxy.prototype.cq = function () {
328
+ this.bo = false;
328
329
  };
329
- Object.defineProperty(BaseDOMEventProxy.prototype, "bw", {
330
+ Object.defineProperty(BaseDOMEventProxy.prototype, "bx", {
330
331
  get: function () {
331
- return this.bp;
332
+ return this.bq;
332
333
  },
333
334
  set: function (a) {
334
- this.bp = a;
335
+ this.bq = a;
335
336
  },
336
337
  enumerable: false,
337
338
  configurable: true
338
339
  });
339
- BaseDOMEventProxy.prototype.ci = function (a) {
340
- if (this.bp || this.bn) {
340
+ BaseDOMEventProxy.prototype.cj = function (a) {
341
+ if (this.bq || this.bo) {
341
342
  return;
342
343
  }
343
- this.cx(a);
344
- if (this.bs) {
345
- this.bs = false;
346
- this.a9(this.c2);
344
+ this.cy(a);
345
+ if (this.bt) {
346
+ this.bt = false;
347
+ this.ba(this.c3);
347
348
  }
348
349
  };
349
- BaseDOMEventProxy.prototype.cj = function (a) {
350
- if (this.bp || this.bn) {
350
+ BaseDOMEventProxy.prototype.ck = function (a) {
351
+ if (this.bq || this.bo) {
351
352
  return;
352
353
  }
354
+ this.cy(a);
353
355
  this.cx(a);
354
- this.cw(a);
355
356
  var b = new MouseEventArgs();
356
- b.position = this.c3;
357
- if (this.ad(this.c3, false, false)) {
358
- if (!this.bs) {
359
- this.bs = true;
360
- this.a8(this.c3);
357
+ b.position = this.c4;
358
+ if (this.ad(this.c4, false, false)) {
359
+ if (!this.bt) {
360
+ this.bt = true;
361
+ this.a9(this.c4);
361
362
  }
362
- this.ba(this.c3, true, false);
363
- this.ay(this.c2, false);
363
+ this.bb(this.c4, true, false);
364
+ this.az(this.c3, false);
364
365
  }
365
- else if (this.bs) {
366
- this.ci(a);
366
+ else if (this.bt) {
367
+ this.cj(a);
367
368
  }
368
369
  };
369
- BaseDOMEventProxy.prototype.cv = function (a) {
370
- this.b4.focus(this.bv);
370
+ BaseDOMEventProxy.prototype.cw = function (a) {
371
+ this.b5.focus(this.bw);
371
372
  };
372
- BaseDOMEventProxy.prototype.ch = function (a) {
373
- if (this.bp || this.bn) {
373
+ BaseDOMEventProxy.prototype.ci = function (a) {
374
+ if (this.bq || this.bo) {
374
375
  return;
375
376
  }
376
- this.cv(a);
377
- this.cx(a);
378
377
  this.cw(a);
379
- if (this.ad(this.c3, false, false)) {
380
- this.bm = true;
381
- this.a7(this.c3);
382
- this.az(this.c2, false);
383
- this.cu(a);
378
+ this.cy(a);
379
+ this.cx(a);
380
+ if (this.ad(this.c4, false, false)) {
381
+ this.bn = true;
382
+ this.a8(this.c4);
383
+ this.a0(this.c3, false);
384
+ this.cv(a);
384
385
  }
385
386
  };
386
- BaseDOMEventProxy.prototype.cz = function (a) {
387
- if (this.bp || this.bn) {
387
+ BaseDOMEventProxy.prototype.c0 = function (a) {
388
+ if (this.bq || this.bo) {
388
389
  return;
389
390
  }
390
- if (this.bm) {
391
- this.cl(a);
391
+ if (this.bn) {
392
+ this.cm(a);
392
393
  }
393
394
  };
394
- BaseDOMEventProxy.prototype.cl = function (a) {
395
- if (this.bp || this.bn) {
395
+ BaseDOMEventProxy.prototype.cm = function (a) {
396
+ if (this.bq || this.bo) {
396
397
  return;
397
398
  }
398
- this.cw(a);
399
- if (PointUtil.equals(this.c3, null) || PointUtil.equals(this.c2, null)) {
400
- this.cx(a);
399
+ this.cx(a);
400
+ if (PointUtil.equals(this.c4, null) || PointUtil.equals(this.c3, null)) {
401
+ this.cy(a);
401
402
  }
402
- var b = this.ad(this.c3, false, false) || this.bm || this.bs;
403
- this.bm = false;
404
- this.bb(this.c3);
405
- this.ax(this.c2, false, false);
403
+ var b = this.ad(this.c4, false, false) || this.bn || this.bt;
404
+ this.bn = false;
405
+ this.bc(this.c4);
406
+ this.ay(this.c3, false, false);
406
407
  if (b) {
407
- this.cu(a);
408
+ this.cv(a);
408
409
  }
409
410
  };
410
- BaseDOMEventProxy.prototype.ce = function (a) {
411
- this.cf(a, true);
411
+ BaseDOMEventProxy.prototype.cf = function (a) {
412
+ this.cg(a, true);
412
413
  };
413
- BaseDOMEventProxy.prototype.cg = function (a) {
414
- this.cf(a, false);
414
+ BaseDOMEventProxy.prototype.ch = function (a) {
415
+ this.cg(a, false);
415
416
  };
416
- BaseDOMEventProxy.prototype.c1 = function (a) {
417
- return BaseDOMEventProxy.c0(a);
417
+ BaseDOMEventProxy.prototype.c2 = function (a) {
418
+ return BaseDOMEventProxy.c1(a);
418
419
  };
419
- BaseDOMEventProxy.c0 = function (a) {
420
+ BaseDOMEventProxy.c1 = function (a) {
420
421
  var b;
421
422
  switch (a.which) {
422
423
  case 33:
@@ -526,10 +527,10 @@ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
526
527
  }
527
528
  return b;
528
529
  };
529
- BaseDOMEventProxy.prototype.cf = function (a, b) {
530
- var c = this.c1(a);
530
+ BaseDOMEventProxy.prototype.cg = function (a, b) {
531
+ var c = this.c2(a);
531
532
  var d = c != 0;
532
- this.cw(a);
533
+ this.cx(a);
533
534
  if (d) {
534
535
  var e = false;
535
536
  if (b) {
@@ -539,35 +540,35 @@ var BaseDOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
539
540
  e = this.ai(c);
540
541
  }
541
542
  if (e) {
542
- this.cu(a);
543
+ this.cv(a);
543
544
  }
544
545
  }
545
546
  };
546
- BaseDOMEventProxy.prototype.cw = function (a) {
547
- this.as = a;
548
- this.bi = 0;
547
+ BaseDOMEventProxy.prototype.cx = function (a) {
548
+ this.at = a;
549
+ this.bj = 0;
549
550
  if (a.shiftKey) {
550
- this.bi = this.bi | 4;
551
+ this.bj = this.bj | 4;
551
552
  }
552
553
  if (a.altKey) {
553
- this.bi = this.bi | 1;
554
+ this.bj = this.bj | 1;
554
555
  }
555
556
  if (a.ctrlKey) {
556
- this.bi = this.bi | 2;
557
+ this.bj = this.bj | 2;
557
558
  }
558
559
  this.al = a.button == 2;
559
560
  };
560
- BaseDOMEventProxy.prototype.bj = function () {
561
- var a = BaseDOMEventProxy.c4(this.b4);
561
+ BaseDOMEventProxy.prototype.bk = function () {
562
+ var a = BaseDOMEventProxy.c5(this.b5);
562
563
  var b = a.left;
563
564
  var c = a.top;
564
565
  return { $type: Point_$type, x: b, y: c };
565
566
  };
566
567
  BaseDOMEventProxy.$t = markType(BaseDOMEventProxy, 'BaseDOMEventProxy', EventProxy.$);
567
- BaseDOMEventProxy.bt = false;
568
568
  BaseDOMEventProxy.bu = false;
569
- BaseDOMEventProxy.cc = 0;
570
- BaseDOMEventProxy.b9 = 0;
569
+ BaseDOMEventProxy.bv = false;
570
+ BaseDOMEventProxy.cd = 0;
571
+ BaseDOMEventProxy.ca = 0;
571
572
  return BaseDOMEventProxy;
572
573
  }(EventProxy));
573
574
  export { BaseDOMEventProxy };
@@ -578,325 +579,325 @@ var DOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
578
579
  __extends(DOMEventProxy, _super);
579
580
  function DOMEventProxy(a, b, c) {
580
581
  var _this = _super.call(this) || this;
581
- _this.de = 0;
582
- _this.dg = "";
583
- _this.c6 = false;
584
- _this.df = null;
585
- _this.c8 = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
586
- _this.d3 = null;
587
- _this.dc = -1;
582
+ _this.df = 0;
583
+ _this.dh = "";
584
+ _this.c7 = false;
585
+ _this.dg = null;
586
+ _this.c9 = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
588
587
  _this.d4 = null;
589
- _this.da = 0;
588
+ _this.dd = -1;
589
+ _this.d5 = null;
590
590
  _this.db = 0;
591
- _this.c9 = 5;
592
- _this.c5 = false;
593
- _this.d2 = null;
594
- _this.bx = c;
595
- _this.b3 = b;
596
- _this.ap = function (d) { return true; };
591
+ _this.dc = 0;
592
+ _this.da = 5;
593
+ _this.c6 = false;
594
+ _this.d3 = null;
595
+ _this.by = c;
596
+ _this.b4 = b;
597
+ _this.aq = function (d) { return true; };
597
598
  _this.ab = false;
598
- DOMEventProxy.dd++;
599
- _this.de = DOMEventProxy.dd;
600
- _this.dg = ".DOMProxy" + _this.de.toString();
601
- _this.bi = 0;
602
- _this.b4 = a;
603
- BaseDOMEventProxy.bt = false;
599
+ DOMEventProxy.de++;
600
+ _this.df = DOMEventProxy.de;
601
+ _this.dh = ".DOMProxy" + _this.df.toString();
602
+ _this.bj = 0;
603
+ _this.b5 = a;
604
+ BaseDOMEventProxy.bu = false;
604
605
  try {
605
- BaseDOMEventProxy.bt = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
606
+ BaseDOMEventProxy.bu = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
606
607
  }
607
608
  catch (d) {
608
609
  }
609
- BaseDOMEventProxy.bu = false;
610
+ BaseDOMEventProxy.bv = false;
610
611
  try {
611
- BaseDOMEventProxy.bu = (window.PointerEvent !== undefined);
612
+ BaseDOMEventProxy.bv = (window.PointerEvent !== undefined);
612
613
  }
613
614
  catch (e) {
614
615
  }
615
- BaseDOMEventProxy.cc = _this.cb();
616
- BaseDOMEventProxy.b9 = _this.ca();
617
- _this.at(_this.b4, "");
618
- _this.ao = function (f) { return true; };
616
+ BaseDOMEventProxy.cd = _this.cc();
617
+ BaseDOMEventProxy.ca = _this.cb();
618
+ _this.au(_this.b5, "");
619
+ _this.ap = function (f) { return true; };
619
620
  return _this;
620
621
  }
621
- DOMEventProxy.prototype.dh = function (a, b, c) {
622
+ DOMEventProxy.prototype.di = function (a, b, c) {
622
623
  };
623
- DOMEventProxy.prototype.at = function (a, b) {
624
+ DOMEventProxy.prototype.au = function (a, b) {
624
625
  var c = a;
625
- var d = this.dg + b;
626
- if (!this.b3.supportsDOMEvents()) {
626
+ var d = this.dh + b;
627
+ if (!this.b4.supportsDOMEvents()) {
627
628
  return;
628
629
  }
629
630
  var e = new List$1(Delegate_$type, 0);
630
- this.c8.addItem(d, e);
631
- this.dh(a, b, e);
632
- if (!BaseDOMEventProxy.by) {
633
- e.add(c.listen("mousemove", runOn(this, this.cj)));
634
- e.add(c.listen("mouseleave", runOn(this, this.ci)));
635
- e.add(c.listen("mousedown", runOn(this, this.ch)));
636
- e.add(c.listen("mouseup", runOn(this, this.cl)));
637
- e.add(this.b3.globalListen("window", "mouseup", runOn(this, this.cz)));
638
- }
639
- e.add(c.listen("keydown", runOn(this, this.ce)));
640
- e.add(c.listen("keyup", runOn(this, this.cg)));
641
- var source_ = this.b4.getNativeElement();
631
+ this.c9.addItem(d, e);
632
+ this.di(a, b, e);
633
+ if (!BaseDOMEventProxy.bz) {
634
+ e.add(c.listen("mousemove", runOn(this, this.ck)));
635
+ e.add(c.listen("mouseleave", runOn(this, this.cj)));
636
+ e.add(c.listen("mousedown", runOn(this, this.ci)));
637
+ e.add(c.listen("mouseup", runOn(this, this.cm)));
638
+ e.add(this.b4.globalListen("window", "mouseup", runOn(this, this.c0)));
639
+ }
640
+ e.add(c.listen("keydown", runOn(this, this.cf)));
641
+ e.add(c.listen("keyup", runOn(this, this.ch)));
642
+ var source_ = this.b5.getNativeElement();
642
643
  if (!this.ae) {
643
- BaseDOMEventProxy.ct(source_);
644
+ BaseDOMEventProxy.cu(source_);
644
645
  }
645
- if (BaseDOMEventProxy.by) {
646
- var f = this.b4.getNativeElement();
646
+ if (BaseDOMEventProxy.bz) {
647
+ var f = this.b5.getNativeElement();
647
648
  if ((window.MSGesture !== undefined)) {
648
649
  var gesture_ = new window.MSGesture();
649
650
  var container_ = f;
650
651
  gesture_.target = container_;
651
- this.df = gesture_;
652
- e.add(c.listen("MSGestureStart", runOn(this, this.dk)));
653
- e.add(c.listen("MSGestureChange", runOn(this, this.di)));
654
- e.add(c.listen("MSGestureEnd", runOn(this, this.dj)));
655
- }
656
- if (BaseDOMEventProxy.bu) {
657
- e.add(c.listen("pointerdown", runOn(this, this.dn)));
658
- e.add(c.listen("pointerup", runOn(this, this.dr)));
659
- e.add(c.listen("pointercancel", runOn(this, this.dm)));
660
- e.add(c.listen("pointermove", runOn(this, this.dp)));
661
- e.add(c.listen("pointerout", runOn(this, this.dq)));
662
- e.add(c.listen("lostpointercapture", runOn(this, this.dl)));
652
+ this.dg = gesture_;
653
+ e.add(c.listen("MSGestureStart", runOn(this, this.dl)));
654
+ e.add(c.listen("MSGestureChange", runOn(this, this.dj)));
655
+ e.add(c.listen("MSGestureEnd", runOn(this, this.dk)));
656
+ }
657
+ if (BaseDOMEventProxy.bv) {
658
+ e.add(c.listen("pointerdown", runOn(this, this.dp)));
659
+ e.add(c.listen("pointerup", runOn(this, this.ds)));
660
+ e.add(c.listen("pointercancel", runOn(this, this.dn)));
661
+ e.add(c.listen("pointermove", runOn(this, this.dq)));
662
+ e.add(c.listen("pointerout", runOn(this, this.dr)));
663
+ e.add(c.listen("lostpointercapture", runOn(this, this.dm)));
663
664
  }
664
665
  else {
665
- e.add(c.listen("MSPointerDown", runOn(this, this.dn)));
666
- e.add(c.listen("MSPointerUp", runOn(this, this.dr)));
667
- e.add(c.listen("MSPointerCancel", runOn(this, this.dm)));
668
- e.add(c.listen("MSPointerMove", runOn(this, this.dp)));
669
- e.add(c.listen("MSPointerOut", runOn(this, this.dq)));
670
- e.add(c.listen("MSLostPointerCapture", runOn(this, this.dl)));
666
+ e.add(c.listen("MSPointerDown", runOn(this, this.dp)));
667
+ e.add(c.listen("MSPointerUp", runOn(this, this.ds)));
668
+ e.add(c.listen("MSPointerCancel", runOn(this, this.dn)));
669
+ e.add(c.listen("MSPointerMove", runOn(this, this.dq)));
670
+ e.add(c.listen("MSPointerOut", runOn(this, this.dr)));
671
+ e.add(c.listen("MSLostPointerCapture", runOn(this, this.dm)));
671
672
  }
672
673
  }
673
674
  else {
674
- e.add(c.listen("gesturestart", runOn(this, this.dk)));
675
- e.add(c.listen("gesturechange", runOn(this, this.di)));
676
- e.add(c.listen("gestureend", runOn(this, this.dj)));
677
- e.add(c.listen("touchstart", runOn(this, this.du)));
678
- e.add(c.listen("touchmove", runOn(this, this.dt)));
679
- e.add(c.listen("touchend", runOn(this, this.ds)));
675
+ e.add(c.listen("gesturestart", runOn(this, this.dl)));
676
+ e.add(c.listen("gesturechange", runOn(this, this.dj)));
677
+ e.add(c.listen("gestureend", runOn(this, this.dk)));
678
+ e.add(c.listen("touchstart", runOn(this, this.dv)));
679
+ e.add(c.listen("touchmove", runOn(this, this.du)));
680
+ e.add(c.listen("touchend", runOn(this, this.dt)));
680
681
  }
681
- if (this.bx) {
682
- e.add(c.listen("wheel", runOn(this, this.cm)));
682
+ if (this.by) {
683
+ e.add(c.listen("wheel", runOn(this, this.cn)));
683
684
  }
684
685
  else {
685
- e.add(c.listen("DOMMouseScroll", runOn(this, this.ck)));
686
- e.add(c.listen("mousewheel", runOn(this, this.ck)));
686
+ e.add(c.listen("DOMMouseScroll", runOn(this, this.cl)));
687
+ e.add(c.listen("mousewheel", runOn(this, this.cl)));
687
688
  }
688
689
  };
689
- DOMEventProxy.prototype.dr = function (e_) {
690
- var a = this.br(e_);
690
+ DOMEventProxy.prototype.ds = function (e_) {
691
+ var a = this.bs(e_);
691
692
  if (a) {
692
- this.b8 = this.b8 - 1;
693
- if (this.b8 < 0) {
694
- this.b8 = 0;
693
+ this.b9 = this.b9 - 1;
694
+ if (this.b9 < 0) {
695
+ this.b9 = 0;
695
696
  }
696
697
  }
697
- if (this.b8 < 2 && this.c6 && a) {
698
- this.c6 = false;
698
+ if (this.b9 < 2 && this.c7 && a) {
699
+ this.c7 = false;
699
700
  var b = (e_.originalEvent.scale);
700
- this.a4(this.c2, b);
701
+ this.a5(this.c3, b);
701
702
  }
702
703
  else {
703
704
  if (a) {
704
- this.ds(e_);
705
+ this.dt(e_);
705
706
  }
706
707
  else {
707
- this.cl(e_);
708
+ this.cm(e_);
708
709
  }
709
710
  }
710
711
  };
711
- DOMEventProxy.prototype.dl = function (e_) {
712
- var a = this.br(e_);
712
+ DOMEventProxy.prototype.dm = function (e_) {
713
+ var a = this.bs(e_);
713
714
  if (a) {
714
- this.b8--;
715
- if (this.b8 < 0) {
716
- this.b8 = 0;
715
+ this.b9--;
716
+ if (this.b9 < 0) {
717
+ this.b9 = 0;
717
718
  }
718
719
  }
719
- if (this.b8 < 2 && this.c6 && a) {
720
- this.c6 = false;
720
+ if (this.b9 < 2 && this.c7 && a) {
721
+ this.c7 = false;
721
722
  var b = (e_.originalEvent.scale);
722
- this.a4(this.c2, b);
723
+ this.a5(this.c3, b);
723
724
  }
724
725
  };
725
- DOMEventProxy.prototype.dm = function (e_) {
726
- var a = this.br(e_);
726
+ DOMEventProxy.prototype.dn = function (e_) {
727
+ var a = this.bs(e_);
727
728
  if (a) {
728
- this.b8--;
729
- if (this.b8 < 0) {
730
- this.b8 = 0;
729
+ this.b9--;
730
+ if (this.b9 < 0) {
731
+ this.b9 = 0;
731
732
  }
732
733
  }
733
- if (this.b8 < 2 && this.c6 && a) {
734
- this.c6 = false;
734
+ if (this.b9 < 2 && this.c7 && a) {
735
+ this.c7 = false;
735
736
  var b = (e_.originalEvent.scale);
736
- this.a4(this.c2, b);
737
+ this.a5(this.c3, b);
737
738
  }
738
739
  };
739
- DOMEventProxy.prototype.dn = function (e_) {
740
- var a = this.br(e_);
741
- if (this.df != null && a) {
742
- this.b8++;
743
- var mGesture_ = this.df;
740
+ DOMEventProxy.prototype.dp = function (e_) {
741
+ var a = this.bs(e_);
742
+ if (this.dg != null && a) {
743
+ this.b9++;
744
+ var mGesture_ = this.dg;
744
745
  mGesture_.addPointer(e_.originalEvent.pointerId);
745
746
  }
746
- var eventSource_ = this.b4.getNativeElement();
747
- if (BaseDOMEventProxy.bu) {
747
+ var eventSource_ = this.b5.getNativeElement();
748
+ if (BaseDOMEventProxy.bv) {
748
749
  eventSource_.setPointerCapture(e_.originalEvent.pointerId);
749
750
  }
750
751
  else {
751
752
  eventSource_.msSetPointerCapture(e_.originalEvent.pointerId);
752
753
  }
753
- if (this.b8 > 1 && !this.c6 && a) {
754
- this.c6 = true;
755
- this.cy(e_);
754
+ if (this.b9 > 1 && !this.c7 && a) {
755
+ this.c7 = true;
756
+ this.cz(e_);
756
757
  var b = (e_.originalEvent.scale);
757
- this.bd(this.c2, b);
758
+ this.be(this.c3, b);
758
759
  }
759
760
  else {
760
761
  if (a) {
761
- this.du(e_);
762
+ this.dv(e_);
762
763
  }
763
764
  else {
764
- this.ch(e_);
765
+ this.ci(e_);
765
766
  }
766
767
  }
767
768
  };
768
- DOMEventProxy.prototype.dp = function (e_) {
769
- var a = this.br(e_);
770
- if (this.c6) {
769
+ DOMEventProxy.prototype.dq = function (e_) {
770
+ var a = this.bs(e_);
771
+ if (this.c7) {
771
772
  return;
772
773
  }
773
774
  if (a) {
774
- this.dt(e_);
775
+ this.du(e_);
775
776
  }
776
777
  else {
777
- this.cj(e_);
778
+ this.ck(e_);
778
779
  }
779
780
  };
780
- DOMEventProxy.prototype.dq = function (e_) {
781
- var a = this.br(e_);
782
- if (this.c6) {
781
+ DOMEventProxy.prototype.dr = function (e_) {
782
+ var a = this.bs(e_);
783
+ if (this.c7) {
783
784
  return;
784
785
  }
785
786
  if (a) {
786
787
  }
787
788
  else {
788
- this.ci(e_);
789
+ this.cj(e_);
789
790
  }
790
791
  };
791
- DOMEventProxy.prototype.dk = function (e_) {
792
- this.bs = true;
793
- this.cw(e_);
794
- this.cy(e_);
795
- this.dw();
796
- if (this.ad(this.c3, true, false)) {
797
- this.cu(e_);
798
- if (BaseDOMEventProxy.by && this.b8 < 2) {
792
+ DOMEventProxy.prototype.dl = function (e_) {
793
+ this.bt = true;
794
+ this.cx(e_);
795
+ this.cz(e_);
796
+ this.dx();
797
+ if (this.ad(this.c4, true, false)) {
798
+ this.cv(e_);
799
+ if (BaseDOMEventProxy.bz && this.b9 < 2) {
799
800
  return;
800
801
  }
801
802
  var a = (e_.originalEvent.scale);
802
- this.bd(this.c2, a);
803
+ this.be(this.c3, a);
803
804
  }
804
805
  };
805
- DOMEventProxy.prototype.di = function (e_) {
806
- this.bs = true;
807
- this.cw(e_);
808
- this.cy(e_);
809
- if (this.ad(this.c3, true, false)) {
810
- this.cu(e_);
811
- if (BaseDOMEventProxy.by && this.b8 < 2) {
806
+ DOMEventProxy.prototype.dj = function (e_) {
807
+ this.bt = true;
808
+ this.cx(e_);
809
+ this.cz(e_);
810
+ if (this.ad(this.c4, true, false)) {
811
+ this.cv(e_);
812
+ if (BaseDOMEventProxy.bz && this.b9 < 2) {
812
813
  return;
813
814
  }
814
815
  var a = (e_.originalEvent.scale);
815
- this.bc(this.c2, a);
816
+ this.bd(this.c3, a);
816
817
  }
817
818
  };
818
- DOMEventProxy.prototype.dj = function (e_) {
819
- this.cu(e_);
819
+ DOMEventProxy.prototype.dk = function (e_) {
820
+ this.cv(e_);
820
821
  var a = (e_.originalEvent.scale);
821
- this.bs = false;
822
- this.cw(e_);
823
- this.cy(e_);
824
- if (!BaseDOMEventProxy.by || this.c6) {
825
- this.a4(this.c2, a);
822
+ this.bt = false;
823
+ this.cx(e_);
824
+ this.cz(e_);
825
+ if (!BaseDOMEventProxy.bz || this.c7) {
826
+ this.a5(this.c3, a);
826
827
  }
827
828
  };
828
- DOMEventProxy.prototype.du = function (e_) {
829
- this.bs = true;
830
- this.cw(e_);
831
- this.cy(e_);
832
- this.d3 = this.c2;
833
- if (this.ad(this.c3, true, false)) {
829
+ DOMEventProxy.prototype.dv = function (e_) {
830
+ this.bt = true;
831
+ this.cx(e_);
832
+ this.cz(e_);
833
+ this.d4 = this.c3;
834
+ if (this.ad(this.c4, true, false)) {
834
835
  if (!this.ab) {
835
- this.cu(e_);
836
+ this.cv(e_);
836
837
  }
837
838
  else {
838
- this.bw = true;
839
+ this.bx = true;
839
840
  }
840
- this.ba(this.c3, false, true);
841
- this.a7(this.c3);
842
- this.az(this.c2, true);
843
- this.dz();
841
+ this.bb(this.c4, false, true);
842
+ this.a8(this.c4);
843
+ this.a0(this.c3, true);
844
+ this.d0();
844
845
  }
845
846
  };
846
- DOMEventProxy.prototype.dz = function () {
847
- if (this.dc == -1) {
848
- this.da = this.c3.x;
849
- this.db = this.c3.y;
850
- this.dc = this.b3.setTimeout(runOn(this, this.dx), 1500);
847
+ DOMEventProxy.prototype.d0 = function () {
848
+ if (this.dd == -1) {
849
+ this.db = this.c4.x;
850
+ this.dc = this.c4.y;
851
+ this.dd = this.b4.setTimeout(runOn(this, this.dy), 1500);
851
852
  }
852
853
  };
853
- DOMEventProxy.prototype.dw = function () {
854
- if (Math.abs(this.da - this.c3.x) > this.c9 || Math.abs(this.db - this.c3.y) > this.c9) {
855
- this.d0();
854
+ DOMEventProxy.prototype.dx = function () {
855
+ if (Math.abs(this.db - this.c4.x) > this.da || Math.abs(this.dc - this.c4.y) > this.da) {
856
+ this.d1();
856
857
  }
857
858
  };
858
- DOMEventProxy.prototype.d0 = function () {
859
- if (this.dc != -1) {
860
- window.clearTimeout(this.dc);
861
- this.dc = -1;
859
+ DOMEventProxy.prototype.d1 = function () {
860
+ if (this.dd != -1) {
861
+ window.clearTimeout(this.dd);
862
+ this.dd = -1;
862
863
  }
863
864
  };
864
- DOMEventProxy.prototype.dx = function () {
865
- this.dc = -1;
866
- if (this.bw) {
867
- this.bw = false;
868
- this.cd();
865
+ DOMEventProxy.prototype.dy = function () {
866
+ this.dd = -1;
867
+ if (this.bx) {
868
+ this.bx = false;
869
+ this.ce();
869
870
  }
870
- this.a5(this.c2);
871
+ this.a6(this.c3);
871
872
  };
872
- DOMEventProxy.prototype.dt = function (a) {
873
- this.bs = true;
874
- this.cw(a);
875
- this.cy(a);
876
- if (this.bw) {
877
- if (this.ad(this.c3, true, false) && this.c7()) {
878
- this.bw = false;
879
- this.cd();
873
+ DOMEventProxy.prototype.du = function (a) {
874
+ this.bt = true;
875
+ this.cx(a);
876
+ this.cz(a);
877
+ if (this.bx) {
878
+ if (this.ad(this.c4, true, false) && this.c8()) {
879
+ this.bx = false;
880
+ this.ce();
880
881
  }
881
882
  }
882
- this.dw();
883
- this.d1();
884
- if (this.ad(this.c3, true, false) && this.b8 == 1 && !this.bw) {
885
- this.cu(a);
886
- if (!this.c5) {
887
- this.c5 = true;
888
- this.d2 = this.c2;
889
- this.a3(this.d2);
883
+ this.dx();
884
+ this.d2();
885
+ if (this.ad(this.c4, true, false) && this.b9 == 1 && !this.bx) {
886
+ this.cv(a);
887
+ if (!this.c6) {
888
+ this.c6 = true;
889
+ this.d3 = this.c3;
890
+ this.a4(this.d3);
890
891
  }
891
892
  else {
892
- this.ba(this.c3, true, true);
893
- this.ay(this.c2, true);
894
- this.a2(this.c2);
893
+ this.bb(this.c4, true, true);
894
+ this.az(this.c3, true);
895
+ this.a3(this.c3);
895
896
  }
896
897
  }
897
898
  };
898
- DOMEventProxy.prototype.c7 = function () {
899
- var a = { $type: Point_$type, x: this.d3.x - this.c2.x, y: this.d3.y - this.c2.y };
899
+ DOMEventProxy.prototype.c8 = function () {
900
+ var a = { $type: Point_$type, x: this.d4.x - this.c3.x, y: this.d4.y - this.c3.y };
900
901
  if (Math.abs(a.x) < 2 && Math.abs(a.y) < 2) {
901
902
  return false;
902
903
  }
@@ -906,74 +907,74 @@ var DOMEventProxy = /** @class */ /*@__PURE__*/ (function (_super) {
906
907
  if (Math.abs(a.y) > Math.abs(a.x)) {
907
908
  a.x = 0;
908
909
  }
909
- return this.ap(a);
910
+ return this.aq(a);
910
911
  };
911
- DOMEventProxy.prototype.ds = function (a) {
912
- this.bs = false;
913
- this.cw(a);
914
- this.cy(a);
915
- this.d0();
916
- if (this.bw) {
917
- this.bw = false;
918
- this.cd();
919
- }
920
- this.cu(a);
921
- this.ba(this.c3, false, true);
922
- this.bb(this.c3);
923
- if (this.b8 == 0) {
924
- this.dy(this.c3);
925
- this.cr();
912
+ DOMEventProxy.prototype.dt = function (a) {
913
+ this.bt = false;
914
+ this.cx(a);
915
+ this.cz(a);
916
+ this.d1();
917
+ if (this.bx) {
918
+ this.bx = false;
919
+ this.ce();
926
920
  }
927
- if (this.c5 && this.b8 == 0) {
928
- this.c5 = false;
929
- this.d2 = null;
930
- this.a1(this.c2);
931
- this.cr();
921
+ this.cv(a);
922
+ this.bb(this.c4, false, true);
923
+ this.bc(this.c4);
924
+ if (this.b9 == 0) {
925
+ this.dz(this.c4);
926
+ this.cs();
932
927
  }
933
- this.ax(this.c2, true, this.b8 > 0);
928
+ if (this.c6 && this.b9 == 0) {
929
+ this.c6 = false;
930
+ this.d3 = null;
931
+ this.a2(this.c3);
932
+ this.cs();
933
+ }
934
+ this.ay(this.c3, true, this.b9 > 0);
934
935
  };
935
- DOMEventProxy.prototype.dy = function (a) {
936
- if (Rect.l_op_Equality(this.d4, null)) {
937
- this.d4 = new Rect(0, a.x - 50, a.y - 50, 100, 100);
938
- this.b3.setTimeout(runOn(this, this.d1), 500);
936
+ DOMEventProxy.prototype.dz = function (a) {
937
+ if (Rect.l_op_Equality(this.d5, null)) {
938
+ this.d5 = new Rect(0, a.x - 50, a.y - 50, 100, 100);
939
+ this.b4.setTimeout(runOn(this, this.d2), 500);
939
940
  }
940
941
  else {
941
- if (a.x >= this.d4.x && a.x <= this.d4.right && a.y >= this.d4.y && a.y <= this.d4.bottom) {
942
- this.d1();
943
- this.a0(a);
942
+ if (a.x >= this.d5.x && a.x <= this.d5.right && a.y >= this.d5.y && a.y <= this.d5.bottom) {
943
+ this.d2();
944
+ this.a1(a);
944
945
  }
945
946
  }
946
947
  };
947
- DOMEventProxy.prototype.d1 = function () {
948
- this.d4 = null;
948
+ DOMEventProxy.prototype.d2 = function () {
949
+ this.d5 = null;
949
950
  };
950
- DOMEventProxy.prototype.dv = function (a) {
951
- if (this.c8.containsKey(a)) {
952
- var b = this.c8.item(a);
953
- this.c8.removeItem(a);
951
+ DOMEventProxy.prototype.dw = function (a) {
952
+ if (this.c9.containsKey(a)) {
953
+ var b = this.c9.item(a);
954
+ this.c9.removeItem(a);
954
955
  for (var c = 0; c < b.count; c++) {
955
956
  b._inner[c]();
956
957
  }
957
958
  b.clear();
958
959
  }
959
960
  };
960
- DOMEventProxy.prototype.bh = function (a, b) {
961
+ DOMEventProxy.prototype.bi = function (a, b) {
961
962
  if (a == null) {
962
963
  return;
963
964
  }
964
965
  var c = a;
965
- var d = this.dg + b;
966
- this.dv(d);
966
+ var d = this.dh + b;
967
+ this.dw(d);
967
968
  };
968
- DOMEventProxy.prototype.av = function () {
969
- if (this.b4 == null) {
969
+ DOMEventProxy.prototype.aw = function () {
970
+ if (this.b5 == null) {
970
971
  return;
971
972
  }
972
- this.dv(this.dg);
973
- this.b4 = null;
973
+ this.dw(this.dh);
974
+ this.b5 = null;
974
975
  };
975
976
  DOMEventProxy.$t = markType(DOMEventProxy, 'DOMEventProxy', BaseDOMEventProxy.$);
976
- DOMEventProxy.dd = 0;
977
+ DOMEventProxy.de = 0;
977
978
  return DOMEventProxy;
978
979
  }(BaseDOMEventProxy));
979
980
  export { DOMEventProxy };