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