Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 28427c0

Browse files
committed
[FIX] Remove processGestures
1 parent 6fa1999 commit 28427c0

40 files changed

+2807
-167
lines changed

analysis.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@
925925
"column": 12
926926
},
927927
"end": {
928-
"line": 910,
928+
"line": 908,
929929
"column": 13
930930
}
931931
},
@@ -945,11 +945,11 @@
945945
"privacy": "protected",
946946
"sourceRange": {
947947
"start": {
948-
"line": 912,
948+
"line": 910,
949949
"column": 12
950950
},
951951
"end": {
952-
"line": 923,
952+
"line": 921,
953953
"column": 13
954954
}
955955
},
@@ -969,11 +969,11 @@
969969
"privacy": "public",
970970
"sourceRange": {
971971
"start": {
972-
"line": 930,
972+
"line": 928,
973973
"column": 12
974974
},
975975
"end": {
976-
"line": 945,
976+
"line": 943,
977977
"column": 13
978978
}
979979
},
@@ -986,11 +986,11 @@
986986
"privacy": "public",
987987
"sourceRange": {
988988
"start": {
989-
"line": 947,
989+
"line": 945,
990990
"column": 12
991991
},
992992
"end": {
993-
"line": 951,
993+
"line": 949,
994994
"column": 13
995995
}
996996
},
@@ -1003,11 +1003,11 @@
10031003
"privacy": "public",
10041004
"sourceRange": {
10051005
"start": {
1006-
"line": 956,
1006+
"line": 954,
10071007
"column": 12
10081008
},
10091009
"end": {
1010-
"line": 960,
1010+
"line": 958,
10111011
"column": 13
10121012
}
10131013
},
@@ -1020,11 +1020,11 @@
10201020
"privacy": "public",
10211021
"sourceRange": {
10221022
"start": {
1023-
"line": 965,
1023+
"line": 963,
10241024
"column": 12
10251025
},
10261026
"end": {
1027-
"line": 969,
1027+
"line": 967,
10281028
"column": 13
10291029
}
10301030
},
@@ -1037,11 +1037,11 @@
10371037
"privacy": "public",
10381038
"sourceRange": {
10391039
"start": {
1040-
"line": 974,
1040+
"line": 972,
10411041
"column": 12
10421042
},
10431043
"end": {
1044-
"line": 978,
1044+
"line": 976,
10451045
"column": 13
10461046
}
10471047
},
@@ -1054,11 +1054,11 @@
10541054
"privacy": "private",
10551055
"sourceRange": {
10561056
"start": {
1057-
"line": 983,
1057+
"line": 981,
10581058
"column": 12
10591059
},
10601060
"end": {
1061-
"line": 987,
1061+
"line": 985,
10621062
"column": 13
10631063
}
10641064
},
@@ -1071,11 +1071,11 @@
10711071
"privacy": "private",
10721072
"sourceRange": {
10731073
"start": {
1074-
"line": 994,
1074+
"line": 992,
10751075
"column": 12
10761076
},
10771077
"end": {
1078-
"line": 998,
1078+
"line": 996,
10791079
"column": 13
10801080
}
10811081
},
@@ -1097,20 +1097,20 @@
10971097
"privacy": "public",
10981098
"sourceRange": {
10991099
"start": {
1100-
"line": 1024,
1100+
"line": 1021,
11011101
"column": 12
11021102
},
11031103
"end": {
1104-
"line": 1028,
1104+
"line": 1025,
11051105
"column": 13
11061106
}
11071107
},
11081108
"metadata": {},
11091109
"params": [
11101110
{
11111111
"name": "events",
1112-
"type": "{processGestures: Boolean, events: Array.<{gesture: Boolean, pointerType: String, pointerId: Integer, x: Array.<Floats>, y: Array.<Floats>, t: Array.<Floats>}>}",
1113-
"description": "to process (strokes)\nDepending of of your users writes the strokes you may or may not activate the gestures. <code>t</code> attribute is optional in the set of strokes but it is highly recommended to pass it for better accuracy.\n\nExample of input :\n````{\n \"processGestures\": true,\n \"events\": [{\n \"pointerType\": \"PEN\",\n \"pointerId\": 1,\n \"x\": [273, 278, 281],\n \"y\": [121, 128, 133],\n \"t\": [3185.7900000000004, 3213.8150000000005, 3222.5350000000003]\n },{\n \"pointerType\": \"PEN\",\n \"pointerId\": 1,\n \"x\": [173, 178, 181],\n \"y\": [221, 228, 233],\n \"t\": [6185.7900000000004, 6213.8150000000005,6222.5350000000003]\n }]\n }\n````"
1112+
"type": "{events: Array.<{gesture: Boolean, pointerType: String, pointerId: Integer, x: Array.<Floats>, y: Array.<Floats>, t: Array.<Floats>}>}",
1113+
"description": "to process (strokes)\nDepending of of your users writes the strokes you may or may not activate the gestures. <code>t</code> attribute is optional in the set of strokes but it is highly recommended to pass it for better accuracy.\n\nExample of input :\n````{\n \"events\": [{\n \"pointerType\": \"PEN\",\n \"pointerId\": 1,\n \"x\": [273, 278, 281],\n \"y\": [121, 128, 133],\n \"t\": [3185.7900000000004, 3213.8150000000005, 3222.5350000000003]\n },{\n \"pointerType\": \"PEN\",\n \"pointerId\": 1,\n \"x\": [173, 178, 181],\n \"y\": [221, 228, 233],\n \"t\": [6185.7900000000004, 6213.8150000000005,6222.5350000000003]\n }]\n }\n````"
11141114
}
11151115
]
11161116
},
@@ -1120,11 +1120,11 @@
11201120
"privacy": "public",
11211121
"sourceRange": {
11221122
"start": {
1123-
"line": 1033,
1123+
"line": 1030,
11241124
"column": 12
11251125
},
11261126
"end": {
1127-
"line": 1037,
1127+
"line": 1034,
11281128
"column": 13
11291129
}
11301130
},
@@ -1137,11 +1137,11 @@
11371137
"privacy": "public",
11381138
"sourceRange": {
11391139
"start": {
1140-
"line": 1043,
1140+
"line": 1040,
11411141
"column": 12
11421142
},
11431143
"end": {
1144-
"line": 1047,
1144+
"line": 1044,
11451145
"column": 13
11461146
}
11471147
},
@@ -1154,11 +1154,11 @@
11541154
"privacy": "protected",
11551155
"sourceRange": {
11561156
"start": {
1157-
"line": 1049,
1157+
"line": 1046,
11581158
"column": 12
11591159
},
11601160
"end": {
1161-
"line": 1054,
1161+
"line": 1051,
11621162
"column": 13
11631163
}
11641164
},
@@ -1184,11 +1184,11 @@
11841184
"privacy": "protected",
11851185
"sourceRange": {
11861186
"start": {
1187-
"line": 1056,
1187+
"line": 1053,
11881188
"column": 12
11891189
},
11901190
"end": {
1191-
"line": 1061,
1191+
"line": 1058,
11921192
"column": 13
11931193
}
11941194
},
@@ -1214,11 +1214,11 @@
12141214
"privacy": "protected",
12151215
"sourceRange": {
12161216
"start": {
1217-
"line": 1063,
1217+
"line": 1060,
12181218
"column": 12
12191219
},
12201220
"end": {
1221-
"line": 1068,
1221+
"line": 1065,
12221222
"column": 13
12231223
}
12241224
},
@@ -1238,11 +1238,11 @@
12381238
"privacy": "protected",
12391239
"sourceRange": {
12401240
"start": {
1241-
"line": 1070,
1241+
"line": 1067,
12421242
"column": 12
12431243
},
12441244
"end": {
1245-
"line": 1074,
1245+
"line": 1071,
12461246
"column": 13
12471247
}
12481248
},
@@ -1259,11 +1259,11 @@
12591259
"privacy": "protected",
12601260
"sourceRange": {
12611261
"start": {
1262-
"line": 1076,
1262+
"line": 1073,
12631263
"column": 12
12641264
},
12651265
"end": {
1266-
"line": 1097,
1266+
"line": 1094,
12671267
"column": 13
12681268
}
12691269
},
@@ -1313,7 +1313,7 @@
13131313
"column": 8
13141314
},
13151315
"end": {
1316-
"line": 1098,
1316+
"line": 1095,
13171317
"column": 9
13181318
}
13191319
},
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @notwaldorf
2+
/.travis.yml @azakus
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @notwaldorf
2+
/.travis.yml @azakus
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"excludeIdentifiers": [
3+
"iron-flex-layout"
4+
]
5+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* DO NOT EDIT
3+
*
4+
* This file was automatically generated by
5+
* https://github.com/Polymer/gen-typescript-declarations
6+
*
7+
* To modify these typings, edit the source file(s):
8+
* iron-flex-layout-classes.html
9+
*/
10+
11+
/// <reference path="../polymer/types/polymer.d.ts" />
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* DO NOT EDIT
3+
*
4+
* This file was automatically generated by
5+
* https://github.com/Polymer/gen-typescript-declarations
6+
*
7+
* To modify these typings, edit the source file(s):
8+
* iron-flex-layout.html
9+
*/
10+
11+
/// <reference path="../polymer/types/polymer.d.ts" />
12+

0 commit comments

Comments
 (0)