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.
- 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
|
@@ -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
|
|
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.
|
|
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.
|
|
27
|
+
_this.b3 = 0;
|
|
29
28
|
_this.b0 = 0;
|
|
30
|
-
_this.
|
|
29
|
+
_this.b1 = 0;
|
|
30
|
+
_this.b6 = 0;
|
|
31
|
+
_this.c4 = null;
|
|
31
32
|
_this.c3 = null;
|
|
32
|
-
_this.
|
|
33
|
+
_this.bo = false;
|
|
34
|
+
_this.b7 = -1;
|
|
35
|
+
_this.bt = false;
|
|
36
|
+
_this.bq = false;
|
|
33
37
|
_this.bn = false;
|
|
34
|
-
_this.
|
|
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.
|
|
42
|
+
var a = new DOMEventProxy(this.b5, this.b4, this.by);
|
|
42
43
|
a.ab = this.ab;
|
|
43
|
-
a.
|
|
44
|
+
a.aq = this.aq;
|
|
44
45
|
return a;
|
|
45
46
|
};
|
|
46
|
-
Object.defineProperty(BaseDOMEventProxy, "
|
|
47
|
+
Object.defineProperty(BaseDOMEventProxy, "bz", {
|
|
47
48
|
get: function () {
|
|
48
|
-
return (BaseDOMEventProxy.
|
|
49
|
+
return (BaseDOMEventProxy.bu || BaseDOMEventProxy.bv);
|
|
49
50
|
},
|
|
50
51
|
enumerable: false,
|
|
51
52
|
configurable: true
|
|
52
53
|
});
|
|
53
|
-
BaseDOMEventProxy.prototype.
|
|
54
|
-
return DOMEventProxy.
|
|
54
|
+
BaseDOMEventProxy.prototype.bl = function (a) {
|
|
55
|
+
return DOMEventProxy.c5(a);
|
|
55
56
|
};
|
|
56
|
-
BaseDOMEventProxy.prototype.
|
|
57
|
+
BaseDOMEventProxy.prototype.bs = function (e_) {
|
|
57
58
|
var pointerEvent_ = e_.originalEvent;
|
|
58
59
|
var a = false;
|
|
59
|
-
if (BaseDOMEventProxy.
|
|
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.
|
|
68
|
+
BaseDOMEventProxy.prototype.cv = function (a) {
|
|
68
69
|
if (!this.ae) {
|
|
69
|
-
if (this.
|
|
70
|
-
if (this.
|
|
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.
|
|
77
|
+
BaseDOMEventProxy.prototype.br = function (e_) {
|
|
77
78
|
return (e_.originalEvent.cancelable || e_.originalEvent.cancelable == undefined);
|
|
78
79
|
};
|
|
79
|
-
BaseDOMEventProxy.prototype.
|
|
80
|
-
var source_ = this.
|
|
81
|
-
BaseDOMEventProxy.
|
|
80
|
+
BaseDOMEventProxy.prototype.cr = function () {
|
|
81
|
+
var source_ = this.b5.getNativeElement();
|
|
82
|
+
BaseDOMEventProxy.cu(source_);
|
|
82
83
|
};
|
|
83
|
-
BaseDOMEventProxy.
|
|
84
|
-
if (BaseDOMEventProxy.
|
|
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.
|
|
98
|
-
if (BaseDOMEventProxy.
|
|
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.
|
|
112
|
-
var source_ = this.
|
|
113
|
-
BaseDOMEventProxy.
|
|
112
|
+
BaseDOMEventProxy.prototype.cp = function () {
|
|
113
|
+
var source_ = this.b5.getNativeElement();
|
|
114
|
+
BaseDOMEventProxy.co(source_);
|
|
114
115
|
};
|
|
115
|
-
BaseDOMEventProxy.prototype.
|
|
116
|
-
_super.prototype.
|
|
116
|
+
BaseDOMEventProxy.prototype.ax = function () {
|
|
117
|
+
_super.prototype.ax.call(this);
|
|
117
118
|
if (!this.ae) {
|
|
118
|
-
this.
|
|
119
|
+
this.cr();
|
|
119
120
|
}
|
|
120
121
|
else {
|
|
121
|
-
this.
|
|
122
|
+
this.cp();
|
|
122
123
|
}
|
|
123
124
|
};
|
|
124
|
-
BaseDOMEventProxy.prototype.
|
|
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.
|
|
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.
|
|
141
|
-
var a = BaseDOMEventProxy.
|
|
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.
|
|
174
|
-
var b = BaseDOMEventProxy.
|
|
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, "
|
|
198
|
+
Object.defineProperty(BaseDOMEventProxy.prototype, "b9", {
|
|
198
199
|
get: function () {
|
|
199
|
-
return this.
|
|
200
|
+
return this.b6;
|
|
200
201
|
},
|
|
201
202
|
set: function (a) {
|
|
202
|
-
this.
|
|
203
|
+
this.b6 = a;
|
|
203
204
|
},
|
|
204
205
|
enumerable: false,
|
|
205
206
|
configurable: true
|
|
206
207
|
});
|
|
207
|
-
BaseDOMEventProxy.prototype.
|
|
208
|
-
this.
|
|
209
|
-
BaseDOMEventProxy.
|
|
210
|
-
var b = BaseDOMEventProxy.
|
|
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.
|
|
214
|
-
c = this.
|
|
215
|
-
d = this.
|
|
216
|
-
}
|
|
217
|
-
this.
|
|
218
|
-
this.
|
|
219
|
-
this.
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
222
|
-
this.
|
|
223
|
-
};
|
|
224
|
-
BaseDOMEventProxy.prototype.
|
|
225
|
-
this.
|
|
226
|
-
BaseDOMEventProxy.
|
|
227
|
-
if (BaseDOMEventProxy.
|
|
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.
|
|
231
|
-
this.
|
|
232
|
-
this.
|
|
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.
|
|
236
|
+
this.b6 = 0;
|
|
236
237
|
if (!e_.originalEvent.targetTouches || e_.originalEvent.targetTouches.length < 1) {
|
|
237
238
|
return;
|
|
238
239
|
}
|
|
239
240
|
;
|
|
240
|
-
this.
|
|
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.
|
|
244
|
-
this.
|
|
245
|
-
this.
|
|
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.
|
|
250
|
-
g = this.
|
|
251
|
-
h = this.
|
|
252
|
-
}
|
|
253
|
-
this.
|
|
254
|
-
this.
|
|
255
|
-
this.
|
|
256
|
-
this.
|
|
257
|
-
};
|
|
258
|
-
BaseDOMEventProxy.prototype.
|
|
259
|
-
this.
|
|
260
|
-
if (this.ad(this.
|
|
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.
|
|
272
|
-
var c = this.ak(this.
|
|
272
|
+
var b = this.aj(this.c3, deltaY_);
|
|
273
|
+
var c = this.ak(this.c3, deltaX_);
|
|
273
274
|
if (b || c) {
|
|
274
|
-
this.
|
|
275
|
+
this.cv(e_);
|
|
275
276
|
}
|
|
276
277
|
}
|
|
277
278
|
};
|
|
278
|
-
BaseDOMEventProxy.prototype.
|
|
279
|
-
this.cw(e_);
|
|
279
|
+
BaseDOMEventProxy.prototype.cl = function (e_) {
|
|
280
280
|
this.cx(e_);
|
|
281
|
-
|
|
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.
|
|
302
|
+
var a = this.aj(this.c3, delta_);
|
|
302
303
|
if (a) {
|
|
303
|
-
this.
|
|
304
|
+
this.cv(e_);
|
|
304
305
|
}
|
|
305
306
|
}
|
|
306
307
|
};
|
|
307
|
-
BaseDOMEventProxy.prototype.
|
|
308
|
-
if (this.
|
|
309
|
-
if (this.
|
|
310
|
-
this.
|
|
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.
|
|
314
|
-
this.
|
|
315
|
-
this.
|
|
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.
|
|
320
|
-
this.
|
|
321
|
-
if (this.
|
|
322
|
-
window.clearTimeout(this.
|
|
323
|
-
this.
|
|
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.
|
|
327
|
-
this.
|
|
327
|
+
BaseDOMEventProxy.prototype.cq = function () {
|
|
328
|
+
this.bo = false;
|
|
328
329
|
};
|
|
329
|
-
Object.defineProperty(BaseDOMEventProxy.prototype, "
|
|
330
|
+
Object.defineProperty(BaseDOMEventProxy.prototype, "bx", {
|
|
330
331
|
get: function () {
|
|
331
|
-
return this.
|
|
332
|
+
return this.bq;
|
|
332
333
|
},
|
|
333
334
|
set: function (a) {
|
|
334
|
-
this.
|
|
335
|
+
this.bq = a;
|
|
335
336
|
},
|
|
336
337
|
enumerable: false,
|
|
337
338
|
configurable: true
|
|
338
339
|
});
|
|
339
|
-
BaseDOMEventProxy.prototype.
|
|
340
|
-
if (this.
|
|
340
|
+
BaseDOMEventProxy.prototype.cj = function (a) {
|
|
341
|
+
if (this.bq || this.bo) {
|
|
341
342
|
return;
|
|
342
343
|
}
|
|
343
|
-
this.
|
|
344
|
-
if (this.
|
|
345
|
-
this.
|
|
346
|
-
this.
|
|
344
|
+
this.cy(a);
|
|
345
|
+
if (this.bt) {
|
|
346
|
+
this.bt = false;
|
|
347
|
+
this.ba(this.c3);
|
|
347
348
|
}
|
|
348
349
|
};
|
|
349
|
-
BaseDOMEventProxy.prototype.
|
|
350
|
-
if (this.
|
|
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.
|
|
357
|
-
if (this.ad(this.
|
|
358
|
-
if (!this.
|
|
359
|
-
this.
|
|
360
|
-
this.
|
|
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.
|
|
363
|
-
this.
|
|
363
|
+
this.bb(this.c4, true, false);
|
|
364
|
+
this.az(this.c3, false);
|
|
364
365
|
}
|
|
365
|
-
else if (this.
|
|
366
|
-
this.
|
|
366
|
+
else if (this.bt) {
|
|
367
|
+
this.cj(a);
|
|
367
368
|
}
|
|
368
369
|
};
|
|
369
|
-
BaseDOMEventProxy.prototype.
|
|
370
|
-
this.
|
|
370
|
+
BaseDOMEventProxy.prototype.cw = function (a) {
|
|
371
|
+
this.b5.focus(this.bw);
|
|
371
372
|
};
|
|
372
|
-
BaseDOMEventProxy.prototype.
|
|
373
|
-
if (this.
|
|
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
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
this.
|
|
383
|
-
this.
|
|
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.
|
|
387
|
-
if (this.
|
|
387
|
+
BaseDOMEventProxy.prototype.c0 = function (a) {
|
|
388
|
+
if (this.bq || this.bo) {
|
|
388
389
|
return;
|
|
389
390
|
}
|
|
390
|
-
if (this.
|
|
391
|
-
this.
|
|
391
|
+
if (this.bn) {
|
|
392
|
+
this.cm(a);
|
|
392
393
|
}
|
|
393
394
|
};
|
|
394
|
-
BaseDOMEventProxy.prototype.
|
|
395
|
-
if (this.
|
|
395
|
+
BaseDOMEventProxy.prototype.cm = function (a) {
|
|
396
|
+
if (this.bq || this.bo) {
|
|
396
397
|
return;
|
|
397
398
|
}
|
|
398
|
-
this.
|
|
399
|
-
if (PointUtil.equals(this.
|
|
400
|
-
this.
|
|
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.
|
|
403
|
-
this.
|
|
404
|
-
this.
|
|
405
|
-
this.
|
|
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.
|
|
408
|
+
this.cv(a);
|
|
408
409
|
}
|
|
409
410
|
};
|
|
410
|
-
BaseDOMEventProxy.prototype.
|
|
411
|
-
this.
|
|
411
|
+
BaseDOMEventProxy.prototype.cf = function (a) {
|
|
412
|
+
this.cg(a, true);
|
|
412
413
|
};
|
|
413
|
-
BaseDOMEventProxy.prototype.
|
|
414
|
-
this.
|
|
414
|
+
BaseDOMEventProxy.prototype.ch = function (a) {
|
|
415
|
+
this.cg(a, false);
|
|
415
416
|
};
|
|
416
|
-
BaseDOMEventProxy.prototype.
|
|
417
|
-
return BaseDOMEventProxy.
|
|
417
|
+
BaseDOMEventProxy.prototype.c2 = function (a) {
|
|
418
|
+
return BaseDOMEventProxy.c1(a);
|
|
418
419
|
};
|
|
419
|
-
BaseDOMEventProxy.
|
|
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.
|
|
530
|
-
var c = this.
|
|
530
|
+
BaseDOMEventProxy.prototype.cg = function (a, b) {
|
|
531
|
+
var c = this.c2(a);
|
|
531
532
|
var d = c != 0;
|
|
532
|
-
this.
|
|
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.
|
|
543
|
+
this.cv(a);
|
|
543
544
|
}
|
|
544
545
|
}
|
|
545
546
|
};
|
|
546
|
-
BaseDOMEventProxy.prototype.
|
|
547
|
-
this.
|
|
548
|
-
this.
|
|
547
|
+
BaseDOMEventProxy.prototype.cx = function (a) {
|
|
548
|
+
this.at = a;
|
|
549
|
+
this.bj = 0;
|
|
549
550
|
if (a.shiftKey) {
|
|
550
|
-
this.
|
|
551
|
+
this.bj = this.bj | 4;
|
|
551
552
|
}
|
|
552
553
|
if (a.altKey) {
|
|
553
|
-
this.
|
|
554
|
+
this.bj = this.bj | 1;
|
|
554
555
|
}
|
|
555
556
|
if (a.ctrlKey) {
|
|
556
|
-
this.
|
|
557
|
+
this.bj = this.bj | 2;
|
|
557
558
|
}
|
|
558
559
|
this.al = a.button == 2;
|
|
559
560
|
};
|
|
560
|
-
BaseDOMEventProxy.prototype.
|
|
561
|
-
var a = BaseDOMEventProxy.
|
|
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.
|
|
570
|
-
BaseDOMEventProxy.
|
|
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.
|
|
582
|
-
_this.
|
|
583
|
-
_this.
|
|
584
|
-
_this.
|
|
585
|
-
_this.
|
|
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.
|
|
588
|
+
_this.dd = -1;
|
|
589
|
+
_this.d5 = null;
|
|
590
590
|
_this.db = 0;
|
|
591
|
-
_this.
|
|
592
|
-
_this.
|
|
593
|
-
_this.
|
|
594
|
-
_this.
|
|
595
|
-
_this.
|
|
596
|
-
_this.
|
|
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.
|
|
599
|
-
_this.
|
|
600
|
-
_this.
|
|
601
|
-
_this.
|
|
602
|
-
_this.
|
|
603
|
-
BaseDOMEventProxy.
|
|
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.
|
|
606
|
+
BaseDOMEventProxy.bu = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
|
|
606
607
|
}
|
|
607
608
|
catch (d) {
|
|
608
609
|
}
|
|
609
|
-
BaseDOMEventProxy.
|
|
610
|
+
BaseDOMEventProxy.bv = false;
|
|
610
611
|
try {
|
|
611
|
-
BaseDOMEventProxy.
|
|
612
|
+
BaseDOMEventProxy.bv = (window.PointerEvent !== undefined);
|
|
612
613
|
}
|
|
613
614
|
catch (e) {
|
|
614
615
|
}
|
|
615
|
-
BaseDOMEventProxy.
|
|
616
|
-
BaseDOMEventProxy.
|
|
617
|
-
_this.
|
|
618
|
-
_this.
|
|
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.
|
|
622
|
+
DOMEventProxy.prototype.di = function (a, b, c) {
|
|
622
623
|
};
|
|
623
|
-
DOMEventProxy.prototype.
|
|
624
|
+
DOMEventProxy.prototype.au = function (a, b) {
|
|
624
625
|
var c = a;
|
|
625
|
-
var d = this.
|
|
626
|
-
if (!this.
|
|
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.
|
|
631
|
-
this.
|
|
632
|
-
if (!BaseDOMEventProxy.
|
|
633
|
-
e.add(c.listen("mousemove", runOn(this, this.
|
|
634
|
-
e.add(c.listen("mouseleave", runOn(this, this.
|
|
635
|
-
e.add(c.listen("mousedown", runOn(this, this.
|
|
636
|
-
e.add(c.listen("mouseup", runOn(this, this.
|
|
637
|
-
e.add(this.
|
|
638
|
-
}
|
|
639
|
-
e.add(c.listen("keydown", runOn(this, this.
|
|
640
|
-
e.add(c.listen("keyup", runOn(this, this.
|
|
641
|
-
var source_ = this.
|
|
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.
|
|
644
|
+
BaseDOMEventProxy.cu(source_);
|
|
644
645
|
}
|
|
645
|
-
if (BaseDOMEventProxy.
|
|
646
|
-
var f = this.
|
|
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.
|
|
652
|
-
e.add(c.listen("MSGestureStart", runOn(this, this.
|
|
653
|
-
e.add(c.listen("MSGestureChange", runOn(this, this.
|
|
654
|
-
e.add(c.listen("MSGestureEnd", runOn(this, this.
|
|
655
|
-
}
|
|
656
|
-
if (BaseDOMEventProxy.
|
|
657
|
-
e.add(c.listen("pointerdown", runOn(this, this.
|
|
658
|
-
e.add(c.listen("pointerup", runOn(this, this.
|
|
659
|
-
e.add(c.listen("pointercancel", runOn(this, this.
|
|
660
|
-
e.add(c.listen("pointermove", runOn(this, this.
|
|
661
|
-
e.add(c.listen("pointerout", runOn(this, this.
|
|
662
|
-
e.add(c.listen("lostpointercapture", runOn(this, this.
|
|
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.
|
|
666
|
-
e.add(c.listen("MSPointerUp", runOn(this, this.
|
|
667
|
-
e.add(c.listen("MSPointerCancel", runOn(this, this.
|
|
668
|
-
e.add(c.listen("MSPointerMove", runOn(this, this.
|
|
669
|
-
e.add(c.listen("MSPointerOut", runOn(this, this.
|
|
670
|
-
e.add(c.listen("MSLostPointerCapture", runOn(this, this.
|
|
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.
|
|
675
|
-
e.add(c.listen("gesturechange", runOn(this, this.
|
|
676
|
-
e.add(c.listen("gestureend", runOn(this, this.
|
|
677
|
-
e.add(c.listen("touchstart", runOn(this, this.
|
|
678
|
-
e.add(c.listen("touchmove", runOn(this, this.
|
|
679
|
-
e.add(c.listen("touchend", runOn(this, this.
|
|
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.
|
|
682
|
-
e.add(c.listen("wheel", runOn(this, this.
|
|
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.
|
|
686
|
-
e.add(c.listen("mousewheel", runOn(this, this.
|
|
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.
|
|
690
|
-
var a = this.
|
|
690
|
+
DOMEventProxy.prototype.ds = function (e_) {
|
|
691
|
+
var a = this.bs(e_);
|
|
691
692
|
if (a) {
|
|
692
|
-
this.
|
|
693
|
-
if (this.
|
|
694
|
-
this.
|
|
693
|
+
this.b9 = this.b9 - 1;
|
|
694
|
+
if (this.b9 < 0) {
|
|
695
|
+
this.b9 = 0;
|
|
695
696
|
}
|
|
696
697
|
}
|
|
697
|
-
if (this.
|
|
698
|
-
this.
|
|
698
|
+
if (this.b9 < 2 && this.c7 && a) {
|
|
699
|
+
this.c7 = false;
|
|
699
700
|
var b = (e_.originalEvent.scale);
|
|
700
|
-
this.
|
|
701
|
+
this.a5(this.c3, b);
|
|
701
702
|
}
|
|
702
703
|
else {
|
|
703
704
|
if (a) {
|
|
704
|
-
this.
|
|
705
|
+
this.dt(e_);
|
|
705
706
|
}
|
|
706
707
|
else {
|
|
707
|
-
this.
|
|
708
|
+
this.cm(e_);
|
|
708
709
|
}
|
|
709
710
|
}
|
|
710
711
|
};
|
|
711
|
-
DOMEventProxy.prototype.
|
|
712
|
-
var a = this.
|
|
712
|
+
DOMEventProxy.prototype.dm = function (e_) {
|
|
713
|
+
var a = this.bs(e_);
|
|
713
714
|
if (a) {
|
|
714
|
-
this.
|
|
715
|
-
if (this.
|
|
716
|
-
this.
|
|
715
|
+
this.b9--;
|
|
716
|
+
if (this.b9 < 0) {
|
|
717
|
+
this.b9 = 0;
|
|
717
718
|
}
|
|
718
719
|
}
|
|
719
|
-
if (this.
|
|
720
|
-
this.
|
|
720
|
+
if (this.b9 < 2 && this.c7 && a) {
|
|
721
|
+
this.c7 = false;
|
|
721
722
|
var b = (e_.originalEvent.scale);
|
|
722
|
-
this.
|
|
723
|
+
this.a5(this.c3, b);
|
|
723
724
|
}
|
|
724
725
|
};
|
|
725
|
-
DOMEventProxy.prototype.
|
|
726
|
-
var a = this.
|
|
726
|
+
DOMEventProxy.prototype.dn = function (e_) {
|
|
727
|
+
var a = this.bs(e_);
|
|
727
728
|
if (a) {
|
|
728
|
-
this.
|
|
729
|
-
if (this.
|
|
730
|
-
this.
|
|
729
|
+
this.b9--;
|
|
730
|
+
if (this.b9 < 0) {
|
|
731
|
+
this.b9 = 0;
|
|
731
732
|
}
|
|
732
733
|
}
|
|
733
|
-
if (this.
|
|
734
|
-
this.
|
|
734
|
+
if (this.b9 < 2 && this.c7 && a) {
|
|
735
|
+
this.c7 = false;
|
|
735
736
|
var b = (e_.originalEvent.scale);
|
|
736
|
-
this.
|
|
737
|
+
this.a5(this.c3, b);
|
|
737
738
|
}
|
|
738
739
|
};
|
|
739
|
-
DOMEventProxy.prototype.
|
|
740
|
-
var a = this.
|
|
741
|
-
if (this.
|
|
742
|
-
this.
|
|
743
|
-
var mGesture_ = this.
|
|
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.
|
|
747
|
-
if (BaseDOMEventProxy.
|
|
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.
|
|
754
|
-
this.
|
|
755
|
-
this.
|
|
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.
|
|
758
|
+
this.be(this.c3, b);
|
|
758
759
|
}
|
|
759
760
|
else {
|
|
760
761
|
if (a) {
|
|
761
|
-
this.
|
|
762
|
+
this.dv(e_);
|
|
762
763
|
}
|
|
763
764
|
else {
|
|
764
|
-
this.
|
|
765
|
+
this.ci(e_);
|
|
765
766
|
}
|
|
766
767
|
}
|
|
767
768
|
};
|
|
768
|
-
DOMEventProxy.prototype.
|
|
769
|
-
var a = this.
|
|
770
|
-
if (this.
|
|
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.
|
|
775
|
+
this.du(e_);
|
|
775
776
|
}
|
|
776
777
|
else {
|
|
777
|
-
this.
|
|
778
|
+
this.ck(e_);
|
|
778
779
|
}
|
|
779
780
|
};
|
|
780
|
-
DOMEventProxy.prototype.
|
|
781
|
-
var a = this.
|
|
782
|
-
if (this.
|
|
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.
|
|
789
|
+
this.cj(e_);
|
|
789
790
|
}
|
|
790
791
|
};
|
|
791
|
-
DOMEventProxy.prototype.
|
|
792
|
-
this.
|
|
793
|
-
this.
|
|
794
|
-
this.
|
|
795
|
-
this.
|
|
796
|
-
if (this.ad(this.
|
|
797
|
-
this.
|
|
798
|
-
if (BaseDOMEventProxy.
|
|
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.
|
|
803
|
+
this.be(this.c3, a);
|
|
803
804
|
}
|
|
804
805
|
};
|
|
805
|
-
DOMEventProxy.prototype.
|
|
806
|
-
this.
|
|
807
|
-
this.
|
|
808
|
-
this.
|
|
809
|
-
if (this.ad(this.
|
|
810
|
-
this.
|
|
811
|
-
if (BaseDOMEventProxy.
|
|
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.
|
|
816
|
+
this.bd(this.c3, a);
|
|
816
817
|
}
|
|
817
818
|
};
|
|
818
|
-
DOMEventProxy.prototype.
|
|
819
|
-
this.
|
|
819
|
+
DOMEventProxy.prototype.dk = function (e_) {
|
|
820
|
+
this.cv(e_);
|
|
820
821
|
var a = (e_.originalEvent.scale);
|
|
821
|
-
this.
|
|
822
|
-
this.
|
|
823
|
-
this.
|
|
824
|
-
if (!BaseDOMEventProxy.
|
|
825
|
-
this.
|
|
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.
|
|
829
|
-
this.
|
|
830
|
-
this.
|
|
831
|
-
this.
|
|
832
|
-
this.
|
|
833
|
-
if (this.ad(this.
|
|
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.
|
|
836
|
+
this.cv(e_);
|
|
836
837
|
}
|
|
837
838
|
else {
|
|
838
|
-
this.
|
|
839
|
+
this.bx = true;
|
|
839
840
|
}
|
|
840
|
-
this.
|
|
841
|
-
this.
|
|
842
|
-
this.
|
|
843
|
-
this.
|
|
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.
|
|
847
|
-
if (this.
|
|
848
|
-
this.
|
|
849
|
-
this.
|
|
850
|
-
this.
|
|
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.
|
|
854
|
-
if (Math.abs(this.
|
|
855
|
-
this.
|
|
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.
|
|
859
|
-
if (this.
|
|
860
|
-
window.clearTimeout(this.
|
|
861
|
-
this.
|
|
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.
|
|
865
|
-
this.
|
|
866
|
-
if (this.
|
|
867
|
-
this.
|
|
868
|
-
this.
|
|
865
|
+
DOMEventProxy.prototype.dy = function () {
|
|
866
|
+
this.dd = -1;
|
|
867
|
+
if (this.bx) {
|
|
868
|
+
this.bx = false;
|
|
869
|
+
this.ce();
|
|
869
870
|
}
|
|
870
|
-
this.
|
|
871
|
+
this.a6(this.c3);
|
|
871
872
|
};
|
|
872
|
-
DOMEventProxy.prototype.
|
|
873
|
-
this.
|
|
874
|
-
this.
|
|
875
|
-
this.
|
|
876
|
-
if (this.
|
|
877
|
-
if (this.ad(this.
|
|
878
|
-
this.
|
|
879
|
-
this.
|
|
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.
|
|
883
|
-
this.
|
|
884
|
-
if (this.ad(this.
|
|
885
|
-
this.
|
|
886
|
-
if (!this.
|
|
887
|
-
this.
|
|
888
|
-
this.
|
|
889
|
-
this.
|
|
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.
|
|
893
|
-
this.
|
|
894
|
-
this.
|
|
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.
|
|
899
|
-
var a = { $type: Point_$type, x: this.
|
|
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.
|
|
910
|
+
return this.aq(a);
|
|
910
911
|
};
|
|
911
|
-
DOMEventProxy.prototype.
|
|
912
|
-
this.
|
|
913
|
-
this.
|
|
914
|
-
this.
|
|
915
|
-
this.
|
|
916
|
-
if (this.
|
|
917
|
-
this.
|
|
918
|
-
this.
|
|
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
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
this.
|
|
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
|
-
|
|
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.
|
|
936
|
-
if (Rect.l_op_Equality(this.
|
|
937
|
-
this.
|
|
938
|
-
this.
|
|
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.
|
|
942
|
-
this.
|
|
943
|
-
this.
|
|
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.
|
|
948
|
-
this.
|
|
948
|
+
DOMEventProxy.prototype.d2 = function () {
|
|
949
|
+
this.d5 = null;
|
|
949
950
|
};
|
|
950
|
-
DOMEventProxy.prototype.
|
|
951
|
-
if (this.
|
|
952
|
-
var b = this.
|
|
953
|
-
this.
|
|
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.
|
|
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.
|
|
966
|
-
this.
|
|
966
|
+
var d = this.dh + b;
|
|
967
|
+
this.dw(d);
|
|
967
968
|
};
|
|
968
|
-
DOMEventProxy.prototype.
|
|
969
|
-
if (this.
|
|
969
|
+
DOMEventProxy.prototype.aw = function () {
|
|
970
|
+
if (this.b5 == null) {
|
|
970
971
|
return;
|
|
971
972
|
}
|
|
972
|
-
this.
|
|
973
|
-
this.
|
|
973
|
+
this.dw(this.dh);
|
|
974
|
+
this.b5 = null;
|
|
974
975
|
};
|
|
975
976
|
DOMEventProxy.$t = markType(DOMEventProxy, 'DOMEventProxy', BaseDOMEventProxy.$);
|
|
976
|
-
DOMEventProxy.
|
|
977
|
+
DOMEventProxy.de = 0;
|
|
977
978
|
return DOMEventProxy;
|
|
978
979
|
}(BaseDOMEventProxy));
|
|
979
980
|
export { DOMEventProxy };
|