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