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