@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="collection"><code>collection</code></td>
76
+ <td class="name"><code>collection</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Array.&lt;*></span>
82
+ <span class="param-type">
83
+
84
+ Array.&lt;*>
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -248,11 +253,16 @@
248
253
  <tbody>
249
254
 
250
255
  <tr class="deep-level-0">
251
- <td class="name"><code><a href="Collection.html#items">items</a></code></td>
256
+ <td class="name"><code><a href="#items">items</a></code></td>
252
257
  <td class="name">
253
258
  <code>
254
259
 
255
- <span class="param-type">Array.&lt;any></span>
260
+ <span class="param-type">
261
+
262
+ Array.&lt;any>
263
+
264
+ </span>
265
+
256
266
 
257
267
 
258
268
  </code>
@@ -261,11 +271,16 @@
261
271
  </tr>
262
272
 
263
273
  <tr class="deep-level-0">
264
- <td class="name"><code><a href="Collection.html#items">items</a></code></td>
274
+ <td class="name"><code><a href="#items">items</a></code></td>
265
275
  <td class="name">
266
276
  <code>
267
277
 
268
- <span class="param-type">Array.&lt;any></span>
278
+ <span class="param-type">
279
+
280
+ Array.&lt;any>
281
+
282
+ </span>
283
+
269
284
 
270
285
 
271
286
  </code>
@@ -284,7 +299,12 @@
284
299
  <span class="method-parameter is-pulled-right">
285
300
  <label>类型:</label>
286
301
 
287
- <span class="param-type">Array.&lt;any></span>
302
+ <span class="param-type">
303
+
304
+ Array.&lt;any>
305
+
306
+ </span>
307
+
288
308
 
289
309
 
290
310
  </span>
@@ -354,7 +374,12 @@
354
374
  <span class="method-parameter is-pulled-right">
355
375
  <label>类型:</label>
356
376
 
357
- <span class="param-type">Array.&lt;any></span>
377
+ <span class="param-type">
378
+
379
+ Array.&lt;any>
380
+
381
+ </span>
382
+
358
383
 
359
384
 
360
385
  </span>
@@ -444,12 +469,17 @@
444
469
  <tbody>
445
470
 
446
471
  <tr class="deep-level-0">
447
- <td class="name"><code><a href="Collection.html#isCollection">isCollection</a></code></td>
472
+ <td class="name"><code><a href="#isCollection">isCollection</a></code></td>
448
473
  <td class="name">
449
474
  <code>
450
475
 
451
476
 
452
- <span class="param-type">Boolean</span>
477
+ <span class="param-type">
478
+
479
+ Boolean
480
+
481
+ </span>
482
+
453
483
 
454
484
 
455
485
 
@@ -459,12 +489,17 @@
459
489
  </tr>
460
490
 
461
491
  <tr class="deep-level-0">
462
- <td class="name"><code><a href="Collection.html#add">add</a></code></td>
492
+ <td class="name"><code><a href="#add">add</a></code></td>
463
493
  <td class="name">
464
494
  <code>
465
495
 
466
496
 
467
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
497
+ <span class="param-type">
498
+
499
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
500
+
501
+ </span>
502
+
468
503
 
469
504
 
470
505
 
@@ -474,7 +509,7 @@
474
509
  </tr>
475
510
 
476
511
  <tr class="deep-level-0">
477
- <td class="name"><code><a href="Collection.html#addMany">addMany</a></code></td>
512
+ <td class="name"><code><a href="#addMany">addMany</a></code></td>
478
513
  <td class="name">
479
514
  <code>
480
515
 
@@ -484,12 +519,17 @@
484
519
  </tr>
485
520
 
486
521
  <tr class="deep-level-0">
487
- <td class="name"><code><a href="Collection.html#all">all</a></code></td>
522
+ <td class="name"><code><a href="#all">all</a></code></td>
488
523
  <td class="name">
489
524
  <code>
490
525
 
491
526
 
492
- <span class="param-type">Array.&lt;*></span>
527
+ <span class="param-type">
528
+
529
+ Array.&lt;*>
530
+
531
+ </span>
532
+
493
533
 
494
534
 
495
535
 
@@ -499,12 +539,17 @@
499
539
  </tr>
500
540
 
501
541
  <tr class="deep-level-0">
502
- <td class="name"><code><a href="Collection.html#at">at</a></code></td>
542
+ <td class="name"><code><a href="#at">at</a></code></td>
503
543
  <td class="name">
504
544
  <code>
505
545
 
506
546
 
507
- <span class="param-type">*</span>
547
+ <span class="param-type">
548
+
549
+ *
550
+
551
+ </span>
552
+
508
553
 
509
554
 
510
555
 
@@ -514,12 +559,17 @@
514
559
  </tr>
515
560
 
516
561
  <tr class="deep-level-0">
517
- <td class="name"><code><a href="Collection.html#clone">clone</a></code></td>
562
+ <td class="name"><code><a href="#clone">clone</a></code></td>
518
563
  <td class="name">
519
564
  <code>
520
565
 
521
566
 
522
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
567
+ <span class="param-type">
568
+
569
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
570
+
571
+ </span>
572
+
523
573
 
524
574
 
525
575
 
@@ -529,12 +579,17 @@
529
579
  </tr>
530
580
 
531
581
  <tr class="deep-level-0">
532
- <td class="name"><code><a href="Collection.html#concat">concat</a></code></td>
582
+ <td class="name"><code><a href="#concat">concat</a></code></td>
533
583
  <td class="name">
534
584
  <code>
535
585
 
536
586
 
537
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
587
+ <span class="param-type">
588
+
589
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
590
+
591
+ </span>
592
+
538
593
 
539
594
 
540
595
 
@@ -544,12 +599,17 @@
544
599
  </tr>
545
600
 
546
601
  <tr class="deep-level-0">
547
- <td class="name"><code><a href="Collection.html#createInstance">createInstance</a></code></td>
602
+ <td class="name"><code><a href="#createInstance">createInstance</a></code></td>
548
603
  <td class="name">
549
604
  <code>
550
605
 
551
606
 
552
- <span class="param-type">*</span>
607
+ <span class="param-type">
608
+
609
+ *
610
+
611
+ </span>
612
+
553
613
 
554
614
 
555
615
 
@@ -559,12 +619,17 @@
559
619
  </tr>
560
620
 
561
621
  <tr class="deep-level-0">
562
- <td class="name"><code><a href="Collection.html#every">every</a></code></td>
622
+ <td class="name"><code><a href="#every">every</a></code></td>
563
623
  <td class="name">
564
624
  <code>
565
625
 
566
626
 
567
- <span class="param-type">Boolean</span>
627
+ <span class="param-type">
628
+
629
+ Boolean
630
+
631
+ </span>
632
+
568
633
 
569
634
 
570
635
 
@@ -574,12 +639,17 @@
574
639
  </tr>
575
640
 
576
641
  <tr class="deep-level-0">
577
- <td class="name"><code><a href="Collection.html#filter">filter</a></code></td>
642
+ <td class="name"><code><a href="#filter">filter</a></code></td>
578
643
  <td class="name">
579
644
  <code>
580
645
 
581
646
 
582
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
647
+ <span class="param-type">
648
+
649
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
650
+
651
+ </span>
652
+
583
653
 
584
654
 
585
655
 
@@ -589,12 +659,17 @@
589
659
  </tr>
590
660
 
591
661
  <tr class="deep-level-0">
592
- <td class="name"><code><a href="Collection.html#find">find</a></code></td>
662
+ <td class="name"><code><a href="#find">find</a></code></td>
593
663
  <td class="name">
594
664
  <code>
595
665
 
596
666
 
597
- <span class="param-type">*</span>
667
+ <span class="param-type">
668
+
669
+ *
670
+
671
+ </span>
672
+
598
673
 
599
674
 
600
675
 
@@ -604,12 +679,17 @@
604
679
  </tr>
605
680
 
606
681
  <tr class="deep-level-0">
607
- <td class="name"><code><a href="Collection.html#findIndex">findIndex</a></code></td>
682
+ <td class="name"><code><a href="#findIndex">findIndex</a></code></td>
608
683
  <td class="name">
609
684
  <code>
610
685
 
611
686
 
612
- <span class="param-type">Number</span>
687
+ <span class="param-type">
688
+
689
+ Number
690
+
691
+ </span>
692
+
613
693
 
614
694
 
615
695
 
@@ -619,12 +699,17 @@
619
699
  </tr>
620
700
 
621
701
  <tr class="deep-level-0">
622
- <td class="name"><code><a href="Collection.html#flatten">flatten</a></code></td>
702
+ <td class="name"><code><a href="#flatten">flatten</a></code></td>
623
703
  <td class="name">
624
704
  <code>
625
705
 
626
706
 
627
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
707
+ <span class="param-type">
708
+
709
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
710
+
711
+ </span>
712
+
628
713
 
629
714
 
630
715
 
@@ -634,12 +719,17 @@
634
719
  </tr>
635
720
 
636
721
  <tr class="deep-level-0">
637
- <td class="name"><code><a href="Collection.html#forEach">forEach</a></code></td>
722
+ <td class="name"><code><a href="#forEach">forEach</a></code></td>
638
723
  <td class="name">
639
724
  <code>
640
725
 
641
726
 
642
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
727
+ <span class="param-type">
728
+
729
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
730
+
731
+ </span>
732
+
643
733
 
644
734
 
645
735
 
@@ -649,12 +739,17 @@
649
739
  </tr>
650
740
 
651
741
  <tr class="deep-level-0">
652
- <td class="name"><code><a href="Collection.html#getItemAt">getItemAt</a></code></td>
742
+ <td class="name"><code><a href="#getItemAt">getItemAt</a></code></td>
653
743
  <td class="name">
654
744
  <code>
655
745
 
656
746
 
657
- <span class="param-type">*</span>
747
+ <span class="param-type">
748
+
749
+ *
750
+
751
+ </span>
752
+
658
753
 
659
754
 
660
755
 
@@ -664,12 +759,17 @@
664
759
  </tr>
665
760
 
666
761
  <tr class="deep-level-0">
667
- <td class="name"><code><a href="Collection.html#includes">includes</a></code></td>
762
+ <td class="name"><code><a href="#includes">includes</a></code></td>
668
763
  <td class="name">
669
764
  <code>
670
765
 
671
766
 
672
- <span class="param-type">Boolean</span>
767
+ <span class="param-type">
768
+
769
+ Boolean
770
+
771
+ </span>
772
+
673
773
 
674
774
 
675
775
 
@@ -679,12 +779,17 @@
679
779
  </tr>
680
780
 
681
781
  <tr class="deep-level-0">
682
- <td class="name"><code><a href="Collection.html#indexOf">indexOf</a></code></td>
782
+ <td class="name"><code><a href="#indexOf">indexOf</a></code></td>
683
783
  <td class="name">
684
784
  <code>
685
785
 
686
786
 
687
- <span class="param-type">Number</span>
787
+ <span class="param-type">
788
+
789
+ Number
790
+
791
+ </span>
792
+
688
793
 
689
794
 
690
795
 
@@ -694,12 +799,17 @@
694
799
  </tr>
695
800
 
696
801
  <tr class="deep-level-0">
697
- <td class="name"><code><a href="Collection.html#join">join</a></code></td>
802
+ <td class="name"><code><a href="#join">join</a></code></td>
698
803
  <td class="name">
699
804
  <code>
700
805
 
701
806
 
702
- <span class="param-type">String</span>
807
+ <span class="param-type">
808
+
809
+ String
810
+
811
+ </span>
812
+
703
813
 
704
814
 
705
815
 
@@ -709,12 +819,17 @@
709
819
  </tr>
710
820
 
711
821
  <tr class="deep-level-0">
712
- <td class="name"><code><a href="Collection.html#lastIndexOf">lastIndexOf</a></code></td>
822
+ <td class="name"><code><a href="#lastIndexOf">lastIndexOf</a></code></td>
713
823
  <td class="name">
714
824
  <code>
715
825
 
716
826
 
717
- <span class="param-type">Number</span>
827
+ <span class="param-type">
828
+
829
+ Number
830
+
831
+ </span>
832
+
718
833
 
719
834
 
720
835
 
@@ -724,12 +839,17 @@
724
839
  </tr>
725
840
 
726
841
  <tr class="deep-level-0">
727
- <td class="name"><code><a href="Collection.html#map">map</a></code></td>
842
+ <td class="name"><code><a href="#map">map</a></code></td>
728
843
  <td class="name">
729
844
  <code>
730
845
 
731
846
 
732
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
847
+ <span class="param-type">
848
+
849
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
850
+
851
+ </span>
852
+
733
853
 
734
854
 
735
855
 
@@ -739,12 +859,17 @@
739
859
  </tr>
740
860
 
741
861
  <tr class="deep-level-0">
742
- <td class="name"><code><a href="Collection.html#pop">pop</a></code></td>
862
+ <td class="name"><code><a href="#pop">pop</a></code></td>
743
863
  <td class="name">
744
864
  <code>
745
865
 
746
866
 
747
- <span class="param-type">*</span>
867
+ <span class="param-type">
868
+
869
+ *
870
+
871
+ </span>
872
+
748
873
 
749
874
 
750
875
 
@@ -754,12 +879,17 @@
754
879
  </tr>
755
880
 
756
881
  <tr class="deep-level-0">
757
- <td class="name"><code><a href="Collection.html#push">push</a></code></td>
882
+ <td class="name"><code><a href="#push">push</a></code></td>
758
883
  <td class="name">
759
884
  <code>
760
885
 
761
886
 
762
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
887
+ <span class="param-type">
888
+
889
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
890
+
891
+ </span>
892
+
763
893
 
764
894
 
765
895
 
@@ -769,12 +899,17 @@
769
899
  </tr>
770
900
 
771
901
  <tr class="deep-level-0">
772
- <td class="name"><code><a href="Collection.html#reduce">reduce</a></code></td>
902
+ <td class="name"><code><a href="#reduce">reduce</a></code></td>
773
903
  <td class="name">
774
904
  <code>
775
905
 
776
906
 
777
- <span class="param-type">*</span>
907
+ <span class="param-type">
908
+
909
+ *
910
+
911
+ </span>
912
+
778
913
 
779
914
 
780
915
 
@@ -784,12 +919,17 @@
784
919
  </tr>
785
920
 
786
921
  <tr class="deep-level-0">
787
- <td class="name"><code><a href="Collection.html#reduceRight">reduceRight</a></code></td>
922
+ <td class="name"><code><a href="#reduceRight">reduceRight</a></code></td>
788
923
  <td class="name">
789
924
  <code>
790
925
 
791
926
 
792
- <span class="param-type">*</span>
927
+ <span class="param-type">
928
+
929
+ *
930
+
931
+ </span>
932
+
793
933
 
794
934
 
795
935
 
@@ -799,12 +939,17 @@
799
939
  </tr>
800
940
 
801
941
  <tr class="deep-level-0">
802
- <td class="name"><code><a href="Collection.html#remove">remove</a></code></td>
942
+ <td class="name"><code><a href="#remove">remove</a></code></td>
803
943
  <td class="name">
804
944
  <code>
805
945
 
806
946
 
807
- <span class="param-type">Boolean</span>
947
+ <span class="param-type">
948
+
949
+ Boolean
950
+
951
+ </span>
952
+
808
953
 
809
954
 
810
955
 
@@ -814,7 +959,7 @@
814
959
  </tr>
815
960
 
816
961
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="Collection.html#removeAll">removeAll</a></code></td>
962
+ <td class="name"><code><a href="#removeAll">removeAll</a></code></td>
818
963
  <td class="name">
819
964
  <code>
820
965
 
@@ -824,12 +969,17 @@
824
969
  </tr>
825
970
 
826
971
  <tr class="deep-level-0">
827
- <td class="name"><code><a href="Collection.html#removeAt">removeAt</a></code></td>
972
+ <td class="name"><code><a href="#removeAt">removeAt</a></code></td>
828
973
  <td class="name">
829
974
  <code>
830
975
 
831
976
 
832
- <span class="param-type">*</span>
977
+ <span class="param-type">
978
+
979
+ *
980
+
981
+ </span>
982
+
833
983
 
834
984
 
835
985
 
@@ -839,12 +989,17 @@
839
989
  </tr>
840
990
 
841
991
  <tr class="deep-level-0">
842
- <td class="name"><code><a href="Collection.html#removeMany">removeMany</a></code></td>
992
+ <td class="name"><code><a href="#removeMany">removeMany</a></code></td>
843
993
  <td class="name">
844
994
  <code>
845
995
 
846
996
 
847
- <span class="param-type">Array.&lt;*></span>
997
+ <span class="param-type">
998
+
999
+ Array.&lt;*>
1000
+
1001
+ </span>
1002
+
848
1003
 
849
1004
 
850
1005
 
@@ -854,7 +1009,7 @@
854
1009
  </tr>
855
1010
 
856
1011
  <tr class="deep-level-0">
857
- <td class="name"><code><a href="Collection.html#reorder">reorder</a></code></td>
1012
+ <td class="name"><code><a href="#reorder">reorder</a></code></td>
858
1013
  <td class="name">
859
1014
  <code>
860
1015
 
@@ -864,12 +1019,17 @@
864
1019
  </tr>
865
1020
 
866
1021
  <tr class="deep-level-0">
867
- <td class="name"><code><a href="Collection.html#reverse">reverse</a></code></td>
1022
+ <td class="name"><code><a href="#reverse">reverse</a></code></td>
868
1023
  <td class="name">
869
1024
  <code>
870
1025
 
871
1026
 
872
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1027
+ <span class="param-type">
1028
+
1029
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1030
+
1031
+ </span>
1032
+
873
1033
 
874
1034
 
875
1035
 
@@ -879,12 +1039,17 @@
879
1039
  </tr>
880
1040
 
881
1041
  <tr class="deep-level-0">
882
- <td class="name"><code><a href="Collection.html#shift">shift</a></code></td>
1042
+ <td class="name"><code><a href="#shift">shift</a></code></td>
883
1043
  <td class="name">
884
1044
  <code>
885
1045
 
886
1046
 
887
- <span class="param-type">*</span>
1047
+ <span class="param-type">
1048
+
1049
+ *
1050
+
1051
+ </span>
1052
+
888
1053
 
889
1054
 
890
1055
 
@@ -894,12 +1059,17 @@
894
1059
  </tr>
895
1060
 
896
1061
  <tr class="deep-level-0">
897
- <td class="name"><code><a href="Collection.html#slice">slice</a></code></td>
1062
+ <td class="name"><code><a href="#slice">slice</a></code></td>
898
1063
  <td class="name">
899
1064
  <code>
900
1065
 
901
1066
 
902
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1067
+ <span class="param-type">
1068
+
1069
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1070
+
1071
+ </span>
1072
+
903
1073
 
904
1074
 
905
1075
 
@@ -909,12 +1079,17 @@
909
1079
  </tr>
910
1080
 
911
1081
  <tr class="deep-level-0">
912
- <td class="name"><code><a href="Collection.html#some">some</a></code></td>
1082
+ <td class="name"><code><a href="#some">some</a></code></td>
913
1083
  <td class="name">
914
1084
  <code>
915
1085
 
916
1086
 
917
- <span class="param-type">Boolean</span>
1087
+ <span class="param-type">
1088
+
1089
+ Boolean
1090
+
1091
+ </span>
1092
+
918
1093
 
919
1094
 
920
1095
 
@@ -924,12 +1099,17 @@
924
1099
  </tr>
925
1100
 
926
1101
  <tr class="deep-level-0">
927
- <td class="name"><code><a href="Collection.html#sort">sort</a></code></td>
1102
+ <td class="name"><code><a href="#sort">sort</a></code></td>
928
1103
  <td class="name">
929
1104
  <code>
930
1105
 
931
1106
 
932
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1107
+ <span class="param-type">
1108
+
1109
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1110
+
1111
+ </span>
1112
+
933
1113
 
934
1114
 
935
1115
 
@@ -939,12 +1119,17 @@
939
1119
  </tr>
940
1120
 
941
1121
  <tr class="deep-level-0">
942
- <td class="name"><code><a href="Collection.html#splice">splice</a></code></td>
1122
+ <td class="name"><code><a href="#splice">splice</a></code></td>
943
1123
  <td class="name">
944
1124
  <code>
945
1125
 
946
1126
 
947
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1127
+ <span class="param-type">
1128
+
1129
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1130
+
1131
+ </span>
1132
+
948
1133
 
949
1134
 
950
1135
 
@@ -954,12 +1139,17 @@
954
1139
  </tr>
955
1140
 
956
1141
  <tr class="deep-level-0">
957
- <td class="name"><code><a href="Collection.html#toArray">toArray</a></code></td>
1142
+ <td class="name"><code><a href="#toArray">toArray</a></code></td>
958
1143
  <td class="name">
959
1144
  <code>
960
1145
 
961
1146
 
962
- <span class="param-type">Array</span>
1147
+ <span class="param-type">
1148
+
1149
+ Array
1150
+
1151
+ </span>
1152
+
963
1153
 
964
1154
 
965
1155
 
@@ -969,12 +1159,17 @@
969
1159
  </tr>
970
1160
 
971
1161
  <tr class="deep-level-0">
972
- <td class="name"><code><a href="Collection.html#unique">unique</a></code></td>
1162
+ <td class="name"><code><a href="#unique">unique</a></code></td>
973
1163
  <td class="name">
974
1164
  <code>
975
1165
 
976
1166
 
977
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1167
+ <span class="param-type">
1168
+
1169
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1170
+
1171
+ </span>
1172
+
978
1173
 
979
1174
 
980
1175
 
@@ -984,7 +1179,7 @@
984
1179
  </tr>
985
1180
 
986
1181
  <tr class="deep-level-0">
987
- <td class="name"><code><a href="Collection.html#unshift">unshift</a></code></td>
1182
+ <td class="name"><code><a href="#unshift">unshift</a></code></td>
988
1183
  <td class="name">
989
1184
  <code>
990
1185
 
@@ -1055,13 +1250,18 @@
1055
1250
 
1056
1251
  <tr class="deep-level-0">
1057
1252
 
1058
- <td class="name" id="item"><code>item</code></td>
1253
+ <td class="name"><code>item</code></td>
1059
1254
 
1060
1255
 
1061
1256
  <td class="type">
1062
1257
 
1063
1258
 
1064
- <span class="param-type">*</span>
1259
+ <span class="param-type">
1260
+
1261
+ *
1262
+
1263
+ </span>
1264
+
1065
1265
 
1066
1266
 
1067
1267
 
@@ -1149,7 +1349,12 @@
1149
1349
  <div class='column is-5 has-text-left'>
1150
1350
  <label>类型: </label>
1151
1351
 
1152
- <span class="param-type">Boolean</span>
1352
+ <span class="param-type">
1353
+
1354
+ Boolean
1355
+
1356
+ </span>
1357
+
1153
1358
 
1154
1359
 
1155
1360
  </div>
@@ -1230,13 +1435,18 @@ const isCollection = Collection.isCollection(collection)</code></pre>
1230
1435
 
1231
1436
  <tr class="deep-level-0">
1232
1437
 
1233
- <td class="name" id="item"><code>item</code></td>
1438
+ <td class="name"><code>item</code></td>
1234
1439
 
1235
1440
 
1236
1441
  <td class="type">
1237
1442
 
1238
1443
 
1239
- <span class="param-type">*</span>
1444
+ <span class="param-type">
1445
+
1446
+ *
1447
+
1448
+ </span>
1449
+
1240
1450
 
1241
1451
 
1242
1452
 
@@ -1254,13 +1464,18 @@ const isCollection = Collection.isCollection(collection)</code></pre>
1254
1464
 
1255
1465
  <tr class="deep-level-0">
1256
1466
 
1257
- <td class="name" id="index"><code>index</code></td>
1467
+ <td class="name"><code>index</code></td>
1258
1468
 
1259
1469
 
1260
1470
  <td class="type">
1261
1471
 
1262
1472
 
1263
- <span class="param-type">Number</span>
1473
+ <span class="param-type">
1474
+
1475
+ Number
1476
+
1477
+ </span>
1478
+
1264
1479
 
1265
1480
 
1266
1481
 
@@ -1348,7 +1563,12 @@ const isCollection = Collection.isCollection(collection)</code></pre>
1348
1563
  <div class='column is-5 has-text-left'>
1349
1564
  <label>类型: </label>
1350
1565
 
1351
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1566
+ <span class="param-type">
1567
+
1568
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1569
+
1570
+ </span>
1571
+
1352
1572
 
1353
1573
 
1354
1574
  </div>
@@ -1440,13 +1660,18 @@ collection.add({
1440
1660
 
1441
1661
  <tr class="deep-level-0">
1442
1662
 
1443
- <td class="name" id="items"><code>items</code></td>
1663
+ <td class="name"><code>items</code></td>
1444
1664
 
1445
1665
 
1446
1666
  <td class="type">
1447
1667
 
1448
1668
 
1449
- <span class="param-type">Array.&lt;*></span>
1669
+ <span class="param-type">
1670
+
1671
+ Array.&lt;*>
1672
+
1673
+ </span>
1674
+
1450
1675
 
1451
1676
 
1452
1677
 
@@ -1464,13 +1689,18 @@ collection.add({
1464
1689
 
1465
1690
  <tr class="deep-level-0">
1466
1691
 
1467
- <td class="name" id="index"><code>index</code></td>
1692
+ <td class="name"><code>index</code></td>
1468
1693
 
1469
1694
 
1470
1695
  <td class="type">
1471
1696
 
1472
1697
 
1473
- <span class="param-type">Number</span>
1698
+ <span class="param-type">
1699
+
1700
+ Number
1701
+
1702
+ </span>
1703
+
1474
1704
 
1475
1705
 
1476
1706
 
@@ -1666,7 +1896,12 @@ collection.addMany([1, 2, 3], 2)</code></pre>
1666
1896
  <div class='column is-5 has-text-left'>
1667
1897
  <label>类型: </label>
1668
1898
 
1669
- <span class="param-type">Array.&lt;*></span>
1899
+ <span class="param-type">
1900
+
1901
+ Array.&lt;*>
1902
+
1903
+ </span>
1904
+
1670
1905
 
1671
1906
 
1672
1907
  </div>
@@ -1747,13 +1982,18 @@ collection.all()</code></pre>
1747
1982
 
1748
1983
  <tr class="deep-level-0">
1749
1984
 
1750
- <td class="name" id="index"><code>index</code></td>
1985
+ <td class="name"><code>index</code></td>
1751
1986
 
1752
1987
 
1753
1988
  <td class="type">
1754
1989
 
1755
1990
 
1756
- <span class="param-type">Number</span>
1991
+ <span class="param-type">
1992
+
1993
+ Number
1994
+
1995
+ </span>
1996
+
1757
1997
 
1758
1998
 
1759
1999
 
@@ -1841,7 +2081,12 @@ collection.all()</code></pre>
1841
2081
  <div class='column is-5 has-text-left'>
1842
2082
  <label>类型: </label>
1843
2083
 
1844
- <span class="param-type">*</span>
2084
+ <span class="param-type">
2085
+
2086
+ *
2087
+
2088
+ </span>
2089
+
1845
2090
 
1846
2091
 
1847
2092
  </div>
@@ -1967,7 +2212,12 @@ const item = collection.at(1)</code></pre>
1967
2212
  <div class='column is-5 has-text-left'>
1968
2213
  <label>类型: </label>
1969
2214
 
1970
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2215
+ <span class="param-type">
2216
+
2217
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
2218
+
2219
+ </span>
2220
+
1971
2221
 
1972
2222
 
1973
2223
  </div>
@@ -2048,16 +2298,25 @@ const cloneObj = collection.clone()</code></pre>
2048
2298
 
2049
2299
  <tr class="deep-level-0">
2050
2300
 
2051
- <td class="name" id="collection"><code>collection</code></td>
2301
+ <td class="name"><code>collection</code></td>
2052
2302
 
2053
2303
 
2054
2304
  <td class="type">
2055
2305
 
2056
2306
 
2057
- <span class="param-type">Array</span>
2307
+ <span class="param-type">
2308
+
2309
+ Array
2310
+
2311
+ </span>
2058
2312
  |
2059
2313
 
2060
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2314
+ <span class="param-type">
2315
+
2316
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
2317
+
2318
+ </span>
2319
+
2061
2320
 
2062
2321
 
2063
2322
 
@@ -2145,7 +2404,12 @@ const cloneObj = collection.clone()</code></pre>
2145
2404
  <div class='column is-5 has-text-left'>
2146
2405
  <label>类型: </label>
2147
2406
 
2148
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2407
+ <span class="param-type">
2408
+
2409
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
2410
+
2411
+ </span>
2412
+
2149
2413
 
2150
2414
 
2151
2415
  </div>
@@ -2227,13 +2491,18 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2227
2491
 
2228
2492
  <tr class="deep-level-0">
2229
2493
 
2230
- <td class="name" id="item"><code>item</code></td>
2494
+ <td class="name"><code>item</code></td>
2231
2495
 
2232
2496
 
2233
2497
  <td class="type">
2234
2498
 
2235
2499
 
2236
- <span class="param-type">*</span>
2500
+ <span class="param-type">
2501
+
2502
+ *
2503
+
2504
+ </span>
2505
+
2237
2506
 
2238
2507
 
2239
2508
 
@@ -2321,7 +2590,12 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2321
2590
  <div class='column is-5 has-text-left'>
2322
2591
  <label>类型: </label>
2323
2592
 
2324
- <span class="param-type">*</span>
2593
+ <span class="param-type">
2594
+
2595
+ *
2596
+
2597
+ </span>
2598
+
2325
2599
 
2326
2600
 
2327
2601
  </div>
@@ -2392,13 +2666,18 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2392
2666
 
2393
2667
  <tr class="deep-level-0">
2394
2668
 
2395
- <td class="name" id="fn"><code>fn</code></td>
2669
+ <td class="name"><code>fn</code></td>
2396
2670
 
2397
2671
 
2398
2672
  <td class="type">
2399
2673
 
2400
2674
 
2401
- <span class="param-type">function</span>
2675
+ <span class="param-type">
2676
+
2677
+ function
2678
+
2679
+ </span>
2680
+
2402
2681
 
2403
2682
 
2404
2683
 
@@ -2486,7 +2765,12 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2486
2765
  <div class='column is-5 has-text-left'>
2487
2766
  <label>类型: </label>
2488
2767
 
2489
- <span class="param-type">Boolean</span>
2768
+ <span class="param-type">
2769
+
2770
+ Boolean
2771
+
2772
+ </span>
2773
+
2490
2774
 
2491
2775
 
2492
2776
  </div>
@@ -2569,13 +2853,18 @@ const isNumber = collection.every(function(item) {
2569
2853
 
2570
2854
  <tr class="deep-level-0">
2571
2855
 
2572
- <td class="name" id="fn"><code>fn</code></td>
2856
+ <td class="name"><code>fn</code></td>
2573
2857
 
2574
2858
 
2575
2859
  <td class="type">
2576
2860
 
2577
2861
 
2578
- <span class="param-type">function</span>
2862
+ <span class="param-type">
2863
+
2864
+ function
2865
+
2866
+ </span>
2867
+
2579
2868
 
2580
2869
 
2581
2870
 
@@ -2663,7 +2952,12 @@ const isNumber = collection.every(function(item) {
2663
2952
  <div class='column is-5 has-text-left'>
2664
2953
  <label>类型: </label>
2665
2954
 
2666
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2955
+ <span class="param-type">
2956
+
2957
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
2958
+
2959
+ </span>
2960
+
2667
2961
 
2668
2962
 
2669
2963
  </div>
@@ -2746,13 +3040,18 @@ const newCollection = collection.filter(function(item) {
2746
3040
 
2747
3041
  <tr class="deep-level-0">
2748
3042
 
2749
- <td class="name" id="fn"><code>fn</code></td>
3043
+ <td class="name"><code>fn</code></td>
2750
3044
 
2751
3045
 
2752
3046
  <td class="type">
2753
3047
 
2754
3048
 
2755
- <span class="param-type">function</span>
3049
+ <span class="param-type">
3050
+
3051
+ function
3052
+
3053
+ </span>
3054
+
2756
3055
 
2757
3056
 
2758
3057
 
@@ -2840,7 +3139,12 @@ const newCollection = collection.filter(function(item) {
2840
3139
  <div class='column is-5 has-text-left'>
2841
3140
  <label>类型: </label>
2842
3141
 
2843
- <span class="param-type">*</span>
3142
+ <span class="param-type">
3143
+
3144
+ *
3145
+
3146
+ </span>
3147
+
2844
3148
 
2845
3149
 
2846
3150
  </div>
@@ -2923,13 +3227,18 @@ const item = collection.find(function(item) {
2923
3227
 
2924
3228
  <tr class="deep-level-0">
2925
3229
 
2926
- <td class="name" id="fn"><code>fn</code></td>
3230
+ <td class="name"><code>fn</code></td>
2927
3231
 
2928
3232
 
2929
3233
  <td class="type">
2930
3234
 
2931
3235
 
2932
- <span class="param-type">function</span>
3236
+ <span class="param-type">
3237
+
3238
+ function
3239
+
3240
+ </span>
3241
+
2933
3242
 
2934
3243
 
2935
3244
 
@@ -3017,7 +3326,12 @@ const item = collection.find(function(item) {
3017
3326
  <div class='column is-5 has-text-left'>
3018
3327
  <label>类型: </label>
3019
3328
 
3020
- <span class="param-type">Number</span>
3329
+ <span class="param-type">
3330
+
3331
+ Number
3332
+
3333
+ </span>
3334
+
3021
3335
 
3022
3336
 
3023
3337
  </div>
@@ -3100,13 +3414,18 @@ const index = collection.findIndex(function(item) {
3100
3414
 
3101
3415
  <tr class="deep-level-0">
3102
3416
 
3103
- <td class="name" id="fn"><code>fn</code></td>
3417
+ <td class="name"><code>fn</code></td>
3104
3418
 
3105
3419
 
3106
3420
  <td class="type">
3107
3421
 
3108
3422
 
3109
- <span class="param-type">function</span>
3423
+ <span class="param-type">
3424
+
3425
+ function
3426
+
3427
+ </span>
3428
+
3110
3429
 
3111
3430
 
3112
3431
 
@@ -3194,7 +3513,12 @@ const index = collection.findIndex(function(item) {
3194
3513
  <div class='column is-5 has-text-left'>
3195
3514
  <label>类型: </label>
3196
3515
 
3197
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3516
+ <span class="param-type">
3517
+
3518
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
3519
+
3520
+ </span>
3521
+
3198
3522
 
3199
3523
 
3200
3524
  </div>
@@ -3281,13 +3605,18 @@ const flatten = collection.flatten(function(item) {
3281
3605
 
3282
3606
  <tr class="deep-level-0">
3283
3607
 
3284
- <td class="name" id="fn"><code>fn</code></td>
3608
+ <td class="name"><code>fn</code></td>
3285
3609
 
3286
3610
 
3287
3611
  <td class="type">
3288
3612
 
3289
3613
 
3290
- <span class="param-type">function</span>
3614
+ <span class="param-type">
3615
+
3616
+ function
3617
+
3618
+ </span>
3619
+
3291
3620
 
3292
3621
 
3293
3622
 
@@ -3375,7 +3704,12 @@ const flatten = collection.flatten(function(item) {
3375
3704
  <div class='column is-5 has-text-left'>
3376
3705
  <label>类型: </label>
3377
3706
 
3378
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3707
+ <span class="param-type">
3708
+
3709
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
3710
+
3711
+ </span>
3712
+
3379
3713
 
3380
3714
 
3381
3715
  </div>
@@ -3458,13 +3792,18 @@ collection.forEach(function(item) {
3458
3792
 
3459
3793
  <tr class="deep-level-0">
3460
3794
 
3461
- <td class="name" id="index"><code>index</code></td>
3795
+ <td class="name"><code>index</code></td>
3462
3796
 
3463
3797
 
3464
3798
  <td class="type">
3465
3799
 
3466
3800
 
3467
- <span class="param-type">Number</span>
3801
+ <span class="param-type">
3802
+
3803
+ Number
3804
+
3805
+ </span>
3806
+
3468
3807
 
3469
3808
 
3470
3809
 
@@ -3552,7 +3891,12 @@ collection.forEach(function(item) {
3552
3891
  <div class='column is-5 has-text-left'>
3553
3892
  <label>类型: </label>
3554
3893
 
3555
- <span class="param-type">*</span>
3894
+ <span class="param-type">
3895
+
3896
+ *
3897
+
3898
+ </span>
3899
+
3556
3900
 
3557
3901
 
3558
3902
  </div>
@@ -3633,13 +3977,18 @@ const item = collection.getItemAt(1)</code></pre>
3633
3977
 
3634
3978
  <tr class="deep-level-0">
3635
3979
 
3636
- <td class="name" id="item"><code>item</code></td>
3980
+ <td class="name"><code>item</code></td>
3637
3981
 
3638
3982
 
3639
3983
  <td class="type">
3640
3984
 
3641
3985
 
3642
- <span class="param-type">*</span>
3986
+ <span class="param-type">
3987
+
3988
+ *
3989
+
3990
+ </span>
3991
+
3643
3992
 
3644
3993
 
3645
3994
 
@@ -3727,7 +4076,12 @@ const item = collection.getItemAt(1)</code></pre>
3727
4076
  <div class='column is-5 has-text-left'>
3728
4077
  <label>类型: </label>
3729
4078
 
3730
- <span class="param-type">Boolean</span>
4079
+ <span class="param-type">
4080
+
4081
+ Boolean
4082
+
4083
+ </span>
4084
+
3731
4085
 
3732
4086
 
3733
4087
  </div>
@@ -3808,13 +4162,18 @@ const isInclude = collection.includes(2)</code></pre>
3808
4162
 
3809
4163
  <tr class="deep-level-0">
3810
4164
 
3811
- <td class="name" id="item"><code>item</code></td>
4165
+ <td class="name"><code>item</code></td>
3812
4166
 
3813
4167
 
3814
4168
  <td class="type">
3815
4169
 
3816
4170
 
3817
- <span class="param-type">*</span>
4171
+ <span class="param-type">
4172
+
4173
+ *
4174
+
4175
+ </span>
4176
+
3818
4177
 
3819
4178
 
3820
4179
 
@@ -3832,13 +4191,18 @@ const isInclude = collection.includes(2)</code></pre>
3832
4191
 
3833
4192
  <tr class="deep-level-0">
3834
4193
 
3835
- <td class="name" id="fromIndex"><code>fromIndex</code></td>
4194
+ <td class="name"><code>fromIndex</code></td>
3836
4195
 
3837
4196
 
3838
4197
  <td class="type">
3839
4198
 
3840
4199
 
3841
- <span class="param-type">Number</span>
4200
+ <span class="param-type">
4201
+
4202
+ Number
4203
+
4204
+ </span>
4205
+
3842
4206
 
3843
4207
 
3844
4208
 
@@ -3926,7 +4290,12 @@ const isInclude = collection.includes(2)</code></pre>
3926
4290
  <div class='column is-5 has-text-left'>
3927
4291
  <label>类型: </label>
3928
4292
 
3929
- <span class="param-type">Number</span>
4293
+ <span class="param-type">
4294
+
4295
+ Number
4296
+
4297
+ </span>
4298
+
3930
4299
 
3931
4300
 
3932
4301
  </div>
@@ -4020,13 +4389,18 @@ const index = collection.indexOf(item, 1)</code></pre>
4020
4389
 
4021
4390
  <tr class="deep-level-0">
4022
4391
 
4023
- <td class="name" id="separator"><code>separator</code></td>
4392
+ <td class="name"><code>separator</code></td>
4024
4393
 
4025
4394
 
4026
4395
  <td class="type">
4027
4396
 
4028
4397
 
4029
- <span class="param-type">String</span>
4398
+ <span class="param-type">
4399
+
4400
+ String
4401
+
4402
+ </span>
4403
+
4030
4404
 
4031
4405
 
4032
4406
 
@@ -4114,7 +4488,12 @@ const index = collection.indexOf(item, 1)</code></pre>
4114
4488
  <div class='column is-5 has-text-left'>
4115
4489
  <label>类型: </label>
4116
4490
 
4117
- <span class="param-type">String</span>
4491
+ <span class="param-type">
4492
+
4493
+ String
4494
+
4495
+ </span>
4496
+
4118
4497
 
4119
4498
 
4120
4499
  </div>
@@ -4195,13 +4574,18 @@ const str = collection.join(',')</code></pre>
4195
4574
 
4196
4575
  <tr class="deep-level-0">
4197
4576
 
4198
- <td class="name" id="item"><code>item</code></td>
4577
+ <td class="name"><code>item</code></td>
4199
4578
 
4200
4579
 
4201
4580
  <td class="type">
4202
4581
 
4203
4582
 
4204
- <span class="param-type">*</span>
4583
+ <span class="param-type">
4584
+
4585
+ *
4586
+
4587
+ </span>
4588
+
4205
4589
 
4206
4590
 
4207
4591
 
@@ -4219,13 +4603,18 @@ const str = collection.join(',')</code></pre>
4219
4603
 
4220
4604
  <tr class="deep-level-0">
4221
4605
 
4222
- <td class="name" id="fromIndex"><code>fromIndex</code></td>
4606
+ <td class="name"><code>fromIndex</code></td>
4223
4607
 
4224
4608
 
4225
4609
  <td class="type">
4226
4610
 
4227
4611
 
4228
- <span class="param-type">Number</span>
4612
+ <span class="param-type">
4613
+
4614
+ Number
4615
+
4616
+ </span>
4617
+
4229
4618
 
4230
4619
 
4231
4620
 
@@ -4313,7 +4702,12 @@ const str = collection.join(',')</code></pre>
4313
4702
  <div class='column is-5 has-text-left'>
4314
4703
  <label>类型: </label>
4315
4704
 
4316
- <span class="param-type">Number</span>
4705
+ <span class="param-type">
4706
+
4707
+ Number
4708
+
4709
+ </span>
4710
+
4317
4711
 
4318
4712
 
4319
4713
  </div>
@@ -4401,13 +4795,18 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
4401
4795
 
4402
4796
  <tr class="deep-level-0">
4403
4797
 
4404
- <td class="name" id="fn"><code>fn</code></td>
4798
+ <td class="name"><code>fn</code></td>
4405
4799
 
4406
4800
 
4407
4801
  <td class="type">
4408
4802
 
4409
4803
 
4410
- <span class="param-type">function</span>
4804
+ <span class="param-type">
4805
+
4806
+ function
4807
+
4808
+ </span>
4809
+
4411
4810
 
4412
4811
 
4413
4812
 
@@ -4495,7 +4894,12 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
4495
4894
  <div class='column is-5 has-text-left'>
4496
4895
  <label>类型: </label>
4497
4896
 
4498
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
4897
+ <span class="param-type">
4898
+
4899
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
4900
+
4901
+ </span>
4902
+
4499
4903
 
4500
4904
 
4501
4905
  </div>
@@ -4623,7 +5027,12 @@ const newCollection = collection.map(function (item) {
4623
5027
  <div class='column is-5 has-text-left'>
4624
5028
  <label>类型: </label>
4625
5029
 
4626
- <span class="param-type">*</span>
5030
+ <span class="param-type">
5031
+
5032
+ *
5033
+
5034
+ </span>
5035
+
4627
5036
 
4628
5037
 
4629
5038
  </div>
@@ -4704,13 +5113,18 @@ const item = collection.pop()</code></pre>
4704
5113
 
4705
5114
  <tr class="deep-level-0">
4706
5115
 
4707
- <td class="name" id="item"><code>item</code></td>
5116
+ <td class="name"><code>item</code></td>
4708
5117
 
4709
5118
 
4710
5119
  <td class="type">
4711
5120
 
4712
5121
 
4713
- <span class="param-type">*</span>
5122
+ <span class="param-type">
5123
+
5124
+ *
5125
+
5126
+ </span>
5127
+
4714
5128
 
4715
5129
 
4716
5130
 
@@ -4798,7 +5212,12 @@ const item = collection.pop()</code></pre>
4798
5212
  <div class='column is-5 has-text-left'>
4799
5213
  <label>类型: </label>
4800
5214
 
4801
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
5215
+ <span class="param-type">
5216
+
5217
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
5218
+
5219
+ </span>
5220
+
4802
5221
 
4803
5222
 
4804
5223
  </div>
@@ -4879,13 +5298,18 @@ collection.push(4)</code></pre>
4879
5298
 
4880
5299
  <tr class="deep-level-0">
4881
5300
 
4882
- <td class="name" id="fn"><code>fn</code></td>
5301
+ <td class="name"><code>fn</code></td>
4883
5302
 
4884
5303
 
4885
5304
  <td class="type">
4886
5305
 
4887
5306
 
4888
- <span class="param-type">function</span>
5307
+ <span class="param-type">
5308
+
5309
+ function
5310
+
5311
+ </span>
5312
+
4889
5313
 
4890
5314
 
4891
5315
 
@@ -4903,13 +5327,18 @@ collection.push(4)</code></pre>
4903
5327
 
4904
5328
  <tr class="deep-level-0">
4905
5329
 
4906
- <td class="name" id="baseValue"><code>baseValue</code></td>
5330
+ <td class="name"><code>baseValue</code></td>
4907
5331
 
4908
5332
 
4909
5333
  <td class="type">
4910
5334
 
4911
5335
 
4912
- <span class="param-type">*</span>
5336
+ <span class="param-type">
5337
+
5338
+ *
5339
+
5340
+ </span>
5341
+
4913
5342
 
4914
5343
 
4915
5344
 
@@ -4997,7 +5426,12 @@ collection.push(4)</code></pre>
4997
5426
  <div class='column is-5 has-text-left'>
4998
5427
  <label>类型: </label>
4999
5428
 
5000
- <span class="param-type">*</span>
5429
+ <span class="param-type">
5430
+
5431
+ *
5432
+
5433
+ </span>
5434
+
5001
5435
 
5002
5436
 
5003
5437
  </div>
@@ -5080,13 +5514,18 @@ const sum = collection.reduce(function (reduceCarry, item) {
5080
5514
 
5081
5515
  <tr class="deep-level-0">
5082
5516
 
5083
- <td class="name" id="fn"><code>fn</code></td>
5517
+ <td class="name"><code>fn</code></td>
5084
5518
 
5085
5519
 
5086
5520
  <td class="type">
5087
5521
 
5088
5522
 
5089
- <span class="param-type">function</span>
5523
+ <span class="param-type">
5524
+
5525
+ function
5526
+
5527
+ </span>
5528
+
5090
5529
 
5091
5530
 
5092
5531
 
@@ -5104,13 +5543,18 @@ const sum = collection.reduce(function (reduceCarry, item) {
5104
5543
 
5105
5544
  <tr class="deep-level-0">
5106
5545
 
5107
- <td class="name" id="baseValue"><code>baseValue</code></td>
5546
+ <td class="name"><code>baseValue</code></td>
5108
5547
 
5109
5548
 
5110
5549
  <td class="type">
5111
5550
 
5112
5551
 
5113
- <span class="param-type">*</span>
5552
+ <span class="param-type">
5553
+
5554
+ *
5555
+
5556
+ </span>
5557
+
5114
5558
 
5115
5559
 
5116
5560
 
@@ -5198,7 +5642,12 @@ const sum = collection.reduce(function (reduceCarry, item) {
5198
5642
  <div class='column is-5 has-text-left'>
5199
5643
  <label>类型: </label>
5200
5644
 
5201
- <span class="param-type">*</span>
5645
+ <span class="param-type">
5646
+
5647
+ *
5648
+
5649
+ </span>
5650
+
5202
5651
 
5203
5652
 
5204
5653
  </div>
@@ -5281,13 +5730,18 @@ const sum = collection.reduce(function (reduceCarry, item) {
5281
5730
 
5282
5731
  <tr class="deep-level-0">
5283
5732
 
5284
- <td class="name" id="item"><code>item</code></td>
5733
+ <td class="name"><code>item</code></td>
5285
5734
 
5286
5735
 
5287
5736
  <td class="type">
5288
5737
 
5289
5738
 
5290
- <span class="param-type">*</span>
5739
+ <span class="param-type">
5740
+
5741
+ *
5742
+
5743
+ </span>
5744
+
5291
5745
 
5292
5746
 
5293
5747
 
@@ -5375,7 +5829,12 @@ const sum = collection.reduce(function (reduceCarry, item) {
5375
5829
  <div class='column is-5 has-text-left'>
5376
5830
  <label>类型: </label>
5377
5831
 
5378
- <span class="param-type">Boolean</span>
5832
+ <span class="param-type">
5833
+
5834
+ Boolean
5835
+
5836
+ </span>
5837
+
5379
5838
 
5380
5839
 
5381
5840
  </div>
@@ -5557,13 +6016,18 @@ collection.removeAll(1)</code></pre>
5557
6016
 
5558
6017
  <tr class="deep-level-0">
5559
6018
 
5560
- <td class="name" id="index"><code>index</code></td>
6019
+ <td class="name"><code>index</code></td>
5561
6020
 
5562
6021
 
5563
6022
  <td class="type">
5564
6023
 
5565
6024
 
5566
- <span class="param-type">Number</span>
6025
+ <span class="param-type">
6026
+
6027
+ Number
6028
+
6029
+ </span>
6030
+
5567
6031
 
5568
6032
 
5569
6033
 
@@ -5651,7 +6115,12 @@ collection.removeAll(1)</code></pre>
5651
6115
  <div class='column is-5 has-text-left'>
5652
6116
  <label>类型: </label>
5653
6117
 
5654
- <span class="param-type">*</span>
6118
+ <span class="param-type">
6119
+
6120
+ *
6121
+
6122
+ </span>
6123
+
5655
6124
 
5656
6125
 
5657
6126
  </div>
@@ -5732,13 +6201,18 @@ collection.removeAt(1)</code></pre>
5732
6201
 
5733
6202
  <tr class="deep-level-0">
5734
6203
 
5735
- <td class="name" id="items"><code>items</code></td>
6204
+ <td class="name"><code>items</code></td>
5736
6205
 
5737
6206
 
5738
6207
  <td class="type">
5739
6208
 
5740
6209
 
5741
- <span class="param-type">Array.&lt;*></span>
6210
+ <span class="param-type">
6211
+
6212
+ Array.&lt;*>
6213
+
6214
+ </span>
6215
+
5742
6216
 
5743
6217
 
5744
6218
 
@@ -5826,7 +6300,12 @@ collection.removeAt(1)</code></pre>
5826
6300
  <div class='column is-5 has-text-left'>
5827
6301
  <label>类型: </label>
5828
6302
 
5829
- <span class="param-type">Array.&lt;*></span>
6303
+ <span class="param-type">
6304
+
6305
+ Array.&lt;*>
6306
+
6307
+ </span>
6308
+
5830
6309
 
5831
6310
 
5832
6311
  </div>
@@ -5907,13 +6386,18 @@ collection.removeMany([1, 2])</code></pre>
5907
6386
 
5908
6387
  <tr class="deep-level-0">
5909
6388
 
5910
- <td class="name" id="item"><code>item</code></td>
6389
+ <td class="name"><code>item</code></td>
5911
6390
 
5912
6391
 
5913
6392
  <td class="type">
5914
6393
 
5915
6394
 
5916
- <span class="param-type">*</span>
6395
+ <span class="param-type">
6396
+
6397
+ *
6398
+
6399
+ </span>
6400
+
5917
6401
 
5918
6402
 
5919
6403
 
@@ -5931,13 +6415,18 @@ collection.removeMany([1, 2])</code></pre>
5931
6415
 
5932
6416
  <tr class="deep-level-0">
5933
6417
 
5934
- <td class="name" id="index"><code>index</code></td>
6418
+ <td class="name"><code>index</code></td>
5935
6419
 
5936
6420
 
5937
6421
  <td class="type">
5938
6422
 
5939
6423
 
5940
- <span class="param-type">Number</span>
6424
+ <span class="param-type">
6425
+
6426
+ Number
6427
+
6428
+ </span>
6429
+
5941
6430
 
5942
6431
 
5943
6432
 
@@ -6126,7 +6615,12 @@ collection.reorder(1, 2)</code></pre>
6126
6615
  <div class='column is-5 has-text-left'>
6127
6616
  <label>类型: </label>
6128
6617
 
6129
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
6618
+ <span class="param-type">
6619
+
6620
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
6621
+
6622
+ </span>
6623
+
6130
6624
 
6131
6625
 
6132
6626
  </div>
@@ -6252,7 +6746,12 @@ const newCollection = collection.reverse()</code></pre>
6252
6746
  <div class='column is-5 has-text-left'>
6253
6747
  <label>类型: </label>
6254
6748
 
6255
- <span class="param-type">*</span>
6749
+ <span class="param-type">
6750
+
6751
+ *
6752
+
6753
+ </span>
6754
+
6256
6755
 
6257
6756
 
6258
6757
  </div>
@@ -6333,13 +6832,18 @@ const item = collection.shift()</code></pre>
6333
6832
 
6334
6833
  <tr class="deep-level-0">
6335
6834
 
6336
- <td class="name" id="start"><code>start</code></td>
6835
+ <td class="name"><code>start</code></td>
6337
6836
 
6338
6837
 
6339
6838
  <td class="type">
6340
6839
 
6341
6840
 
6342
- <span class="param-type">Number</span>
6841
+ <span class="param-type">
6842
+
6843
+ Number
6844
+
6845
+ </span>
6846
+
6343
6847
 
6344
6848
 
6345
6849
 
@@ -6357,13 +6861,18 @@ const item = collection.shift()</code></pre>
6357
6861
 
6358
6862
  <tr class="deep-level-0">
6359
6863
 
6360
- <td class="name" id="end"><code>end</code></td>
6864
+ <td class="name"><code>end</code></td>
6361
6865
 
6362
6866
 
6363
6867
  <td class="type">
6364
6868
 
6365
6869
 
6366
- <span class="param-type">Number</span>
6870
+ <span class="param-type">
6871
+
6872
+ Number
6873
+
6874
+ </span>
6875
+
6367
6876
 
6368
6877
 
6369
6878
 
@@ -6451,7 +6960,12 @@ const item = collection.shift()</code></pre>
6451
6960
  <div class='column is-5 has-text-left'>
6452
6961
  <label>类型: </label>
6453
6962
 
6454
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
6963
+ <span class="param-type">
6964
+
6965
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
6966
+
6967
+ </span>
6968
+
6455
6969
 
6456
6970
 
6457
6971
  </div>
@@ -6532,13 +7046,18 @@ const newCollection = collection.slice(1, 3)</code></pre>
6532
7046
 
6533
7047
  <tr class="deep-level-0">
6534
7048
 
6535
- <td class="name" id="fn"><code>fn</code></td>
7049
+ <td class="name"><code>fn</code></td>
6536
7050
 
6537
7051
 
6538
7052
  <td class="type">
6539
7053
 
6540
7054
 
6541
- <span class="param-type">function</span>
7055
+ <span class="param-type">
7056
+
7057
+ function
7058
+
7059
+ </span>
7060
+
6542
7061
 
6543
7062
 
6544
7063
 
@@ -6626,7 +7145,12 @@ const newCollection = collection.slice(1, 3)</code></pre>
6626
7145
  <div class='column is-5 has-text-left'>
6627
7146
  <label>类型: </label>
6628
7147
 
6629
- <span class="param-type">Boolean</span>
7148
+ <span class="param-type">
7149
+
7150
+ Boolean
7151
+
7152
+ </span>
7153
+
6630
7154
 
6631
7155
 
6632
7156
  </div>
@@ -6709,13 +7233,18 @@ const flag = collection.some(function (item) {
6709
7233
 
6710
7234
  <tr class="deep-level-0">
6711
7235
 
6712
- <td class="name" id="fn"><code>fn</code></td>
7236
+ <td class="name"><code>fn</code></td>
6713
7237
 
6714
7238
 
6715
7239
  <td class="type">
6716
7240
 
6717
7241
 
6718
- <span class="param-type">function</span>
7242
+ <span class="param-type">
7243
+
7244
+ function
7245
+
7246
+ </span>
7247
+
6719
7248
 
6720
7249
 
6721
7250
 
@@ -6803,7 +7332,12 @@ const flag = collection.some(function (item) {
6803
7332
  <div class='column is-5 has-text-left'>
6804
7333
  <label>类型: </label>
6805
7334
 
6806
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
7335
+ <span class="param-type">
7336
+
7337
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
7338
+
7339
+ </span>
7340
+
6807
7341
 
6808
7342
 
6809
7343
  </div>
@@ -6892,13 +7426,18 @@ const newCollection = collection.sort(function (itemA, itemB) {
6892
7426
 
6893
7427
  <tr class="deep-level-0">
6894
7428
 
6895
- <td class="name" id="start"><code>start</code></td>
7429
+ <td class="name"><code>start</code></td>
6896
7430
 
6897
7431
 
6898
7432
  <td class="type">
6899
7433
 
6900
7434
 
6901
- <span class="param-type">Number</span>
7435
+ <span class="param-type">
7436
+
7437
+ Number
7438
+
7439
+ </span>
7440
+
6902
7441
 
6903
7442
 
6904
7443
 
@@ -6916,13 +7455,18 @@ const newCollection = collection.sort(function (itemA, itemB) {
6916
7455
 
6917
7456
  <tr class="deep-level-0">
6918
7457
 
6919
- <td class="name" id="deleteCount"><code>deleteCount</code></td>
7458
+ <td class="name"><code>deleteCount</code></td>
6920
7459
 
6921
7460
 
6922
7461
  <td class="type">
6923
7462
 
6924
7463
 
6925
- <span class="param-type">Number</span>
7464
+ <span class="param-type">
7465
+
7466
+ Number
7467
+
7468
+ </span>
7469
+
6926
7470
 
6927
7471
 
6928
7472
 
@@ -6940,13 +7484,18 @@ const newCollection = collection.sort(function (itemA, itemB) {
6940
7484
 
6941
7485
  <tr class="deep-level-0">
6942
7486
 
6943
- <td class="name" id="items"><code>items</code></td>
7487
+ <td class="name"><code>items</code></td>
6944
7488
 
6945
7489
 
6946
7490
  <td class="type">
6947
7491
 
6948
7492
 
6949
- <span class="param-type">*</span>
7493
+ <span class="param-type">
7494
+
7495
+ *
7496
+
7497
+ </span>
7498
+
6950
7499
 
6951
7500
 
6952
7501
 
@@ -7034,7 +7583,12 @@ const newCollection = collection.sort(function (itemA, itemB) {
7034
7583
  <div class='column is-5 has-text-left'>
7035
7584
  <label>类型: </label>
7036
7585
 
7037
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
7586
+ <span class="param-type">
7587
+
7588
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
7589
+
7590
+ </span>
7591
+
7038
7592
 
7039
7593
 
7040
7594
  </div>
@@ -7167,7 +7721,12 @@ collection.splice(1, 0, 1)</code></pre>
7167
7721
  <div class='column is-5 has-text-left'>
7168
7722
  <label>类型: </label>
7169
7723
 
7170
- <span class="param-type">Array</span>
7724
+ <span class="param-type">
7725
+
7726
+ Array
7727
+
7728
+ </span>
7729
+
7171
7730
 
7172
7731
 
7173
7732
  </div>
@@ -7248,16 +7807,25 @@ collection.toArray()</code></pre>
7248
7807
 
7249
7808
  <tr class="deep-level-0">
7250
7809
 
7251
- <td class="name" id="key"><code>key</code></td>
7810
+ <td class="name"><code>key</code></td>
7252
7811
 
7253
7812
 
7254
7813
  <td class="type">
7255
7814
 
7256
7815
 
7257
- <span class="param-type">function</span>
7816
+ <span class="param-type">
7817
+
7818
+ function
7819
+
7820
+ </span>
7258
7821
  |
7259
7822
 
7260
- <span class="param-type">String</span>
7823
+ <span class="param-type">
7824
+
7825
+ String
7826
+
7827
+ </span>
7828
+
7261
7829
 
7262
7830
 
7263
7831
 
@@ -7345,7 +7913,12 @@ collection.toArray()</code></pre>
7345
7913
  <div class='column is-5 has-text-left'>
7346
7914
  <label>类型: </label>
7347
7915
 
7348
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
7916
+ <span class="param-type">
7917
+
7918
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
7919
+
7920
+ </span>
7921
+
7349
7922
 
7350
7923
 
7351
7924
  </div>
@@ -7450,13 +8023,18 @@ students.unique(s => s.grade); // [{ name: 'Rick', grade: 'A'}, { name: 'Mick',
7450
8023
 
7451
8024
  <tr class="deep-level-0">
7452
8025
 
7453
- <td class="name" id="items"><code>items</code></td>
8026
+ <td class="name"><code>items</code></td>
7454
8027
 
7455
8028
 
7456
8029
  <td class="type">
7457
8030
 
7458
8031
 
7459
- <span class="param-type">*</span>
8032
+ <span class="param-type">
8033
+
8034
+ *
8035
+
8036
+ </span>
8037
+
7460
8038
 
7461
8039
 
7462
8040
 
@@ -7628,13 +8206,18 @@ collection.unshift(1, 2)</code></pre>
7628
8206
 
7629
8207
  <tr class="deep-level-0">
7630
8208
 
7631
- <td class="name" id="collection"><code>collection</code></td>
8209
+ <td class="name"><code>collection</code></td>
7632
8210
 
7633
8211
 
7634
8212
  <td class="type">
7635
8213
 
7636
8214
 
7637
- <span class="param-type">Array</span>
8215
+ <span class="param-type">
8216
+
8217
+ Array
8218
+
8219
+ </span>
8220
+
7638
8221
 
7639
8222
 
7640
8223
 
@@ -7755,11 +8338,16 @@ collection.unshift(1, 2)</code></pre>
7755
8338
  <tbody>
7756
8339
 
7757
8340
  <tr class="deep-level-0">
7758
- <td class="name"><code><a href="Collection.html#items">items</a></code></td>
8341
+ <td class="name"><code><a href="#items">items</a></code></td>
7759
8342
  <td class="name">
7760
8343
  <code>
7761
8344
 
7762
- <span class="param-type">Array.&lt;any></span>
8345
+ <span class="param-type">
8346
+
8347
+ Array.&lt;any>
8348
+
8349
+ </span>
8350
+
7763
8351
 
7764
8352
 
7765
8353
  </code>
@@ -7768,11 +8356,16 @@ collection.unshift(1, 2)</code></pre>
7768
8356
  </tr>
7769
8357
 
7770
8358
  <tr class="deep-level-0">
7771
- <td class="name"><code><a href="Collection.html#items">items</a></code></td>
8359
+ <td class="name"><code><a href="#items">items</a></code></td>
7772
8360
  <td class="name">
7773
8361
  <code>
7774
8362
 
7775
- <span class="param-type">Array.&lt;any></span>
8363
+ <span class="param-type">
8364
+
8365
+ Array.&lt;any>
8366
+
8367
+ </span>
8368
+
7776
8369
 
7777
8370
 
7778
8371
  </code>
@@ -7791,7 +8384,12 @@ collection.unshift(1, 2)</code></pre>
7791
8384
  <span class="method-parameter is-pulled-right">
7792
8385
  <label>类型:</label>
7793
8386
 
7794
- <span class="param-type">Array.&lt;any></span>
8387
+ <span class="param-type">
8388
+
8389
+ Array.&lt;any>
8390
+
8391
+ </span>
8392
+
7795
8393
 
7796
8394
 
7797
8395
  </span>
@@ -7861,7 +8459,12 @@ collection.unshift(1, 2)</code></pre>
7861
8459
  <span class="method-parameter is-pulled-right">
7862
8460
  <label>类型:</label>
7863
8461
 
7864
- <span class="param-type">Array.&lt;any></span>
8462
+ <span class="param-type">
8463
+
8464
+ Array.&lt;any>
8465
+
8466
+ </span>
8467
+
7865
8468
 
7866
8469
 
7867
8470
  </span>
@@ -7951,12 +8554,17 @@ collection.unshift(1, 2)</code></pre>
7951
8554
  <tbody>
7952
8555
 
7953
8556
  <tr class="deep-level-0">
7954
- <td class="name"><code><a href="Collection.html#isCollection">isCollection</a></code></td>
8557
+ <td class="name"><code><a href="#isCollection">isCollection</a></code></td>
7955
8558
  <td class="name">
7956
8559
  <code>
7957
8560
 
7958
8561
 
7959
- <span class="param-type">Boolean</span>
8562
+ <span class="param-type">
8563
+
8564
+ Boolean
8565
+
8566
+ </span>
8567
+
7960
8568
 
7961
8569
 
7962
8570
 
@@ -7966,12 +8574,17 @@ collection.unshift(1, 2)</code></pre>
7966
8574
  </tr>
7967
8575
 
7968
8576
  <tr class="deep-level-0">
7969
- <td class="name"><code><a href="Collection.html#add">add</a></code></td>
8577
+ <td class="name"><code><a href="#add">add</a></code></td>
7970
8578
  <td class="name">
7971
8579
  <code>
7972
8580
 
7973
8581
 
7974
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8582
+ <span class="param-type">
8583
+
8584
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8585
+
8586
+ </span>
8587
+
7975
8588
 
7976
8589
 
7977
8590
 
@@ -7981,7 +8594,7 @@ collection.unshift(1, 2)</code></pre>
7981
8594
  </tr>
7982
8595
 
7983
8596
  <tr class="deep-level-0">
7984
- <td class="name"><code><a href="Collection.html#addMany">addMany</a></code></td>
8597
+ <td class="name"><code><a href="#addMany">addMany</a></code></td>
7985
8598
  <td class="name">
7986
8599
  <code>
7987
8600
 
@@ -7991,12 +8604,17 @@ collection.unshift(1, 2)</code></pre>
7991
8604
  </tr>
7992
8605
 
7993
8606
  <tr class="deep-level-0">
7994
- <td class="name"><code><a href="Collection.html#all">all</a></code></td>
8607
+ <td class="name"><code><a href="#all">all</a></code></td>
7995
8608
  <td class="name">
7996
8609
  <code>
7997
8610
 
7998
8611
 
7999
- <span class="param-type">Array.&lt;*></span>
8612
+ <span class="param-type">
8613
+
8614
+ Array.&lt;*>
8615
+
8616
+ </span>
8617
+
8000
8618
 
8001
8619
 
8002
8620
 
@@ -8006,12 +8624,17 @@ collection.unshift(1, 2)</code></pre>
8006
8624
  </tr>
8007
8625
 
8008
8626
  <tr class="deep-level-0">
8009
- <td class="name"><code><a href="Collection.html#at">at</a></code></td>
8627
+ <td class="name"><code><a href="#at">at</a></code></td>
8010
8628
  <td class="name">
8011
8629
  <code>
8012
8630
 
8013
8631
 
8014
- <span class="param-type">*</span>
8632
+ <span class="param-type">
8633
+
8634
+ *
8635
+
8636
+ </span>
8637
+
8015
8638
 
8016
8639
 
8017
8640
 
@@ -8021,12 +8644,17 @@ collection.unshift(1, 2)</code></pre>
8021
8644
  </tr>
8022
8645
 
8023
8646
  <tr class="deep-level-0">
8024
- <td class="name"><code><a href="Collection.html#clone">clone</a></code></td>
8647
+ <td class="name"><code><a href="#clone">clone</a></code></td>
8025
8648
  <td class="name">
8026
8649
  <code>
8027
8650
 
8028
8651
 
8029
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8652
+ <span class="param-type">
8653
+
8654
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8655
+
8656
+ </span>
8657
+
8030
8658
 
8031
8659
 
8032
8660
 
@@ -8036,12 +8664,17 @@ collection.unshift(1, 2)</code></pre>
8036
8664
  </tr>
8037
8665
 
8038
8666
  <tr class="deep-level-0">
8039
- <td class="name"><code><a href="Collection.html#concat">concat</a></code></td>
8667
+ <td class="name"><code><a href="#concat">concat</a></code></td>
8040
8668
  <td class="name">
8041
8669
  <code>
8042
8670
 
8043
8671
 
8044
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8672
+ <span class="param-type">
8673
+
8674
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8675
+
8676
+ </span>
8677
+
8045
8678
 
8046
8679
 
8047
8680
 
@@ -8051,12 +8684,17 @@ collection.unshift(1, 2)</code></pre>
8051
8684
  </tr>
8052
8685
 
8053
8686
  <tr class="deep-level-0">
8054
- <td class="name"><code><a href="Collection.html#createInstance">createInstance</a></code></td>
8687
+ <td class="name"><code><a href="#createInstance">createInstance</a></code></td>
8055
8688
  <td class="name">
8056
8689
  <code>
8057
8690
 
8058
8691
 
8059
- <span class="param-type">*</span>
8692
+ <span class="param-type">
8693
+
8694
+ *
8695
+
8696
+ </span>
8697
+
8060
8698
 
8061
8699
 
8062
8700
 
@@ -8066,12 +8704,17 @@ collection.unshift(1, 2)</code></pre>
8066
8704
  </tr>
8067
8705
 
8068
8706
  <tr class="deep-level-0">
8069
- <td class="name"><code><a href="Collection.html#every">every</a></code></td>
8707
+ <td class="name"><code><a href="#every">every</a></code></td>
8070
8708
  <td class="name">
8071
8709
  <code>
8072
8710
 
8073
8711
 
8074
- <span class="param-type">Boolean</span>
8712
+ <span class="param-type">
8713
+
8714
+ Boolean
8715
+
8716
+ </span>
8717
+
8075
8718
 
8076
8719
 
8077
8720
 
@@ -8081,12 +8724,17 @@ collection.unshift(1, 2)</code></pre>
8081
8724
  </tr>
8082
8725
 
8083
8726
  <tr class="deep-level-0">
8084
- <td class="name"><code><a href="Collection.html#filter">filter</a></code></td>
8727
+ <td class="name"><code><a href="#filter">filter</a></code></td>
8085
8728
  <td class="name">
8086
8729
  <code>
8087
8730
 
8088
8731
 
8089
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8732
+ <span class="param-type">
8733
+
8734
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8735
+
8736
+ </span>
8737
+
8090
8738
 
8091
8739
 
8092
8740
 
@@ -8096,12 +8744,17 @@ collection.unshift(1, 2)</code></pre>
8096
8744
  </tr>
8097
8745
 
8098
8746
  <tr class="deep-level-0">
8099
- <td class="name"><code><a href="Collection.html#find">find</a></code></td>
8747
+ <td class="name"><code><a href="#find">find</a></code></td>
8100
8748
  <td class="name">
8101
8749
  <code>
8102
8750
 
8103
8751
 
8104
- <span class="param-type">*</span>
8752
+ <span class="param-type">
8753
+
8754
+ *
8755
+
8756
+ </span>
8757
+
8105
8758
 
8106
8759
 
8107
8760
 
@@ -8111,12 +8764,17 @@ collection.unshift(1, 2)</code></pre>
8111
8764
  </tr>
8112
8765
 
8113
8766
  <tr class="deep-level-0">
8114
- <td class="name"><code><a href="Collection.html#findIndex">findIndex</a></code></td>
8767
+ <td class="name"><code><a href="#findIndex">findIndex</a></code></td>
8115
8768
  <td class="name">
8116
8769
  <code>
8117
8770
 
8118
8771
 
8119
- <span class="param-type">Number</span>
8772
+ <span class="param-type">
8773
+
8774
+ Number
8775
+
8776
+ </span>
8777
+
8120
8778
 
8121
8779
 
8122
8780
 
@@ -8126,12 +8784,17 @@ collection.unshift(1, 2)</code></pre>
8126
8784
  </tr>
8127
8785
 
8128
8786
  <tr class="deep-level-0">
8129
- <td class="name"><code><a href="Collection.html#flatten">flatten</a></code></td>
8787
+ <td class="name"><code><a href="#flatten">flatten</a></code></td>
8130
8788
  <td class="name">
8131
8789
  <code>
8132
8790
 
8133
8791
 
8134
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8792
+ <span class="param-type">
8793
+
8794
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8795
+
8796
+ </span>
8797
+
8135
8798
 
8136
8799
 
8137
8800
 
@@ -8141,12 +8804,17 @@ collection.unshift(1, 2)</code></pre>
8141
8804
  </tr>
8142
8805
 
8143
8806
  <tr class="deep-level-0">
8144
- <td class="name"><code><a href="Collection.html#forEach">forEach</a></code></td>
8807
+ <td class="name"><code><a href="#forEach">forEach</a></code></td>
8145
8808
  <td class="name">
8146
8809
  <code>
8147
8810
 
8148
8811
 
8149
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8812
+ <span class="param-type">
8813
+
8814
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8815
+
8816
+ </span>
8817
+
8150
8818
 
8151
8819
 
8152
8820
 
@@ -8156,12 +8824,17 @@ collection.unshift(1, 2)</code></pre>
8156
8824
  </tr>
8157
8825
 
8158
8826
  <tr class="deep-level-0">
8159
- <td class="name"><code><a href="Collection.html#getItemAt">getItemAt</a></code></td>
8827
+ <td class="name"><code><a href="#getItemAt">getItemAt</a></code></td>
8160
8828
  <td class="name">
8161
8829
  <code>
8162
8830
 
8163
8831
 
8164
- <span class="param-type">*</span>
8832
+ <span class="param-type">
8833
+
8834
+ *
8835
+
8836
+ </span>
8837
+
8165
8838
 
8166
8839
 
8167
8840
 
@@ -8171,12 +8844,17 @@ collection.unshift(1, 2)</code></pre>
8171
8844
  </tr>
8172
8845
 
8173
8846
  <tr class="deep-level-0">
8174
- <td class="name"><code><a href="Collection.html#includes">includes</a></code></td>
8847
+ <td class="name"><code><a href="#includes">includes</a></code></td>
8175
8848
  <td class="name">
8176
8849
  <code>
8177
8850
 
8178
8851
 
8179
- <span class="param-type">Boolean</span>
8852
+ <span class="param-type">
8853
+
8854
+ Boolean
8855
+
8856
+ </span>
8857
+
8180
8858
 
8181
8859
 
8182
8860
 
@@ -8186,12 +8864,17 @@ collection.unshift(1, 2)</code></pre>
8186
8864
  </tr>
8187
8865
 
8188
8866
  <tr class="deep-level-0">
8189
- <td class="name"><code><a href="Collection.html#indexOf">indexOf</a></code></td>
8867
+ <td class="name"><code><a href="#indexOf">indexOf</a></code></td>
8190
8868
  <td class="name">
8191
8869
  <code>
8192
8870
 
8193
8871
 
8194
- <span class="param-type">Number</span>
8872
+ <span class="param-type">
8873
+
8874
+ Number
8875
+
8876
+ </span>
8877
+
8195
8878
 
8196
8879
 
8197
8880
 
@@ -8201,12 +8884,17 @@ collection.unshift(1, 2)</code></pre>
8201
8884
  </tr>
8202
8885
 
8203
8886
  <tr class="deep-level-0">
8204
- <td class="name"><code><a href="Collection.html#join">join</a></code></td>
8887
+ <td class="name"><code><a href="#join">join</a></code></td>
8205
8888
  <td class="name">
8206
8889
  <code>
8207
8890
 
8208
8891
 
8209
- <span class="param-type">String</span>
8892
+ <span class="param-type">
8893
+
8894
+ String
8895
+
8896
+ </span>
8897
+
8210
8898
 
8211
8899
 
8212
8900
 
@@ -8216,12 +8904,17 @@ collection.unshift(1, 2)</code></pre>
8216
8904
  </tr>
8217
8905
 
8218
8906
  <tr class="deep-level-0">
8219
- <td class="name"><code><a href="Collection.html#lastIndexOf">lastIndexOf</a></code></td>
8907
+ <td class="name"><code><a href="#lastIndexOf">lastIndexOf</a></code></td>
8220
8908
  <td class="name">
8221
8909
  <code>
8222
8910
 
8223
8911
 
8224
- <span class="param-type">Number</span>
8912
+ <span class="param-type">
8913
+
8914
+ Number
8915
+
8916
+ </span>
8917
+
8225
8918
 
8226
8919
 
8227
8920
 
@@ -8231,12 +8924,17 @@ collection.unshift(1, 2)</code></pre>
8231
8924
  </tr>
8232
8925
 
8233
8926
  <tr class="deep-level-0">
8234
- <td class="name"><code><a href="Collection.html#map">map</a></code></td>
8927
+ <td class="name"><code><a href="#map">map</a></code></td>
8235
8928
  <td class="name">
8236
8929
  <code>
8237
8930
 
8238
8931
 
8239
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8932
+ <span class="param-type">
8933
+
8934
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8935
+
8936
+ </span>
8937
+
8240
8938
 
8241
8939
 
8242
8940
 
@@ -8246,12 +8944,17 @@ collection.unshift(1, 2)</code></pre>
8246
8944
  </tr>
8247
8945
 
8248
8946
  <tr class="deep-level-0">
8249
- <td class="name"><code><a href="Collection.html#pop">pop</a></code></td>
8947
+ <td class="name"><code><a href="#pop">pop</a></code></td>
8250
8948
  <td class="name">
8251
8949
  <code>
8252
8950
 
8253
8951
 
8254
- <span class="param-type">*</span>
8952
+ <span class="param-type">
8953
+
8954
+ *
8955
+
8956
+ </span>
8957
+
8255
8958
 
8256
8959
 
8257
8960
 
@@ -8261,12 +8964,17 @@ collection.unshift(1, 2)</code></pre>
8261
8964
  </tr>
8262
8965
 
8263
8966
  <tr class="deep-level-0">
8264
- <td class="name"><code><a href="Collection.html#push">push</a></code></td>
8967
+ <td class="name"><code><a href="#push">push</a></code></td>
8265
8968
  <td class="name">
8266
8969
  <code>
8267
8970
 
8268
8971
 
8269
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8972
+ <span class="param-type">
8973
+
8974
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8975
+
8976
+ </span>
8977
+
8270
8978
 
8271
8979
 
8272
8980
 
@@ -8276,12 +8984,17 @@ collection.unshift(1, 2)</code></pre>
8276
8984
  </tr>
8277
8985
 
8278
8986
  <tr class="deep-level-0">
8279
- <td class="name"><code><a href="Collection.html#reduce">reduce</a></code></td>
8987
+ <td class="name"><code><a href="#reduce">reduce</a></code></td>
8280
8988
  <td class="name">
8281
8989
  <code>
8282
8990
 
8283
8991
 
8284
- <span class="param-type">*</span>
8992
+ <span class="param-type">
8993
+
8994
+ *
8995
+
8996
+ </span>
8997
+
8285
8998
 
8286
8999
 
8287
9000
 
@@ -8291,12 +9004,17 @@ collection.unshift(1, 2)</code></pre>
8291
9004
  </tr>
8292
9005
 
8293
9006
  <tr class="deep-level-0">
8294
- <td class="name"><code><a href="Collection.html#reduceRight">reduceRight</a></code></td>
9007
+ <td class="name"><code><a href="#reduceRight">reduceRight</a></code></td>
8295
9008
  <td class="name">
8296
9009
  <code>
8297
9010
 
8298
9011
 
8299
- <span class="param-type">*</span>
9012
+ <span class="param-type">
9013
+
9014
+ *
9015
+
9016
+ </span>
9017
+
8300
9018
 
8301
9019
 
8302
9020
 
@@ -8306,12 +9024,17 @@ collection.unshift(1, 2)</code></pre>
8306
9024
  </tr>
8307
9025
 
8308
9026
  <tr class="deep-level-0">
8309
- <td class="name"><code><a href="Collection.html#remove">remove</a></code></td>
9027
+ <td class="name"><code><a href="#remove">remove</a></code></td>
8310
9028
  <td class="name">
8311
9029
  <code>
8312
9030
 
8313
9031
 
8314
- <span class="param-type">Boolean</span>
9032
+ <span class="param-type">
9033
+
9034
+ Boolean
9035
+
9036
+ </span>
9037
+
8315
9038
 
8316
9039
 
8317
9040
 
@@ -8321,7 +9044,7 @@ collection.unshift(1, 2)</code></pre>
8321
9044
  </tr>
8322
9045
 
8323
9046
  <tr class="deep-level-0">
8324
- <td class="name"><code><a href="Collection.html#removeAll">removeAll</a></code></td>
9047
+ <td class="name"><code><a href="#removeAll">removeAll</a></code></td>
8325
9048
  <td class="name">
8326
9049
  <code>
8327
9050
 
@@ -8331,12 +9054,17 @@ collection.unshift(1, 2)</code></pre>
8331
9054
  </tr>
8332
9055
 
8333
9056
  <tr class="deep-level-0">
8334
- <td class="name"><code><a href="Collection.html#removeAt">removeAt</a></code></td>
9057
+ <td class="name"><code><a href="#removeAt">removeAt</a></code></td>
8335
9058
  <td class="name">
8336
9059
  <code>
8337
9060
 
8338
9061
 
8339
- <span class="param-type">*</span>
9062
+ <span class="param-type">
9063
+
9064
+ *
9065
+
9066
+ </span>
9067
+
8340
9068
 
8341
9069
 
8342
9070
 
@@ -8346,12 +9074,17 @@ collection.unshift(1, 2)</code></pre>
8346
9074
  </tr>
8347
9075
 
8348
9076
  <tr class="deep-level-0">
8349
- <td class="name"><code><a href="Collection.html#removeMany">removeMany</a></code></td>
9077
+ <td class="name"><code><a href="#removeMany">removeMany</a></code></td>
8350
9078
  <td class="name">
8351
9079
  <code>
8352
9080
 
8353
9081
 
8354
- <span class="param-type">Array.&lt;*></span>
9082
+ <span class="param-type">
9083
+
9084
+ Array.&lt;*>
9085
+
9086
+ </span>
9087
+
8355
9088
 
8356
9089
 
8357
9090
 
@@ -8361,7 +9094,7 @@ collection.unshift(1, 2)</code></pre>
8361
9094
  </tr>
8362
9095
 
8363
9096
  <tr class="deep-level-0">
8364
- <td class="name"><code><a href="Collection.html#reorder">reorder</a></code></td>
9097
+ <td class="name"><code><a href="#reorder">reorder</a></code></td>
8365
9098
  <td class="name">
8366
9099
  <code>
8367
9100
 
@@ -8371,12 +9104,17 @@ collection.unshift(1, 2)</code></pre>
8371
9104
  </tr>
8372
9105
 
8373
9106
  <tr class="deep-level-0">
8374
- <td class="name"><code><a href="Collection.html#reverse">reverse</a></code></td>
9107
+ <td class="name"><code><a href="#reverse">reverse</a></code></td>
8375
9108
  <td class="name">
8376
9109
  <code>
8377
9110
 
8378
9111
 
8379
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9112
+ <span class="param-type">
9113
+
9114
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9115
+
9116
+ </span>
9117
+
8380
9118
 
8381
9119
 
8382
9120
 
@@ -8386,12 +9124,17 @@ collection.unshift(1, 2)</code></pre>
8386
9124
  </tr>
8387
9125
 
8388
9126
  <tr class="deep-level-0">
8389
- <td class="name"><code><a href="Collection.html#shift">shift</a></code></td>
9127
+ <td class="name"><code><a href="#shift">shift</a></code></td>
8390
9128
  <td class="name">
8391
9129
  <code>
8392
9130
 
8393
9131
 
8394
- <span class="param-type">*</span>
9132
+ <span class="param-type">
9133
+
9134
+ *
9135
+
9136
+ </span>
9137
+
8395
9138
 
8396
9139
 
8397
9140
 
@@ -8401,12 +9144,17 @@ collection.unshift(1, 2)</code></pre>
8401
9144
  </tr>
8402
9145
 
8403
9146
  <tr class="deep-level-0">
8404
- <td class="name"><code><a href="Collection.html#slice">slice</a></code></td>
9147
+ <td class="name"><code><a href="#slice">slice</a></code></td>
8405
9148
  <td class="name">
8406
9149
  <code>
8407
9150
 
8408
9151
 
8409
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9152
+ <span class="param-type">
9153
+
9154
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9155
+
9156
+ </span>
9157
+
8410
9158
 
8411
9159
 
8412
9160
 
@@ -8416,12 +9164,17 @@ collection.unshift(1, 2)</code></pre>
8416
9164
  </tr>
8417
9165
 
8418
9166
  <tr class="deep-level-0">
8419
- <td class="name"><code><a href="Collection.html#some">some</a></code></td>
9167
+ <td class="name"><code><a href="#some">some</a></code></td>
8420
9168
  <td class="name">
8421
9169
  <code>
8422
9170
 
8423
9171
 
8424
- <span class="param-type">Boolean</span>
9172
+ <span class="param-type">
9173
+
9174
+ Boolean
9175
+
9176
+ </span>
9177
+
8425
9178
 
8426
9179
 
8427
9180
 
@@ -8431,12 +9184,17 @@ collection.unshift(1, 2)</code></pre>
8431
9184
  </tr>
8432
9185
 
8433
9186
  <tr class="deep-level-0">
8434
- <td class="name"><code><a href="Collection.html#sort">sort</a></code></td>
9187
+ <td class="name"><code><a href="#sort">sort</a></code></td>
8435
9188
  <td class="name">
8436
9189
  <code>
8437
9190
 
8438
9191
 
8439
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9192
+ <span class="param-type">
9193
+
9194
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9195
+
9196
+ </span>
9197
+
8440
9198
 
8441
9199
 
8442
9200
 
@@ -8446,12 +9204,17 @@ collection.unshift(1, 2)</code></pre>
8446
9204
  </tr>
8447
9205
 
8448
9206
  <tr class="deep-level-0">
8449
- <td class="name"><code><a href="Collection.html#splice">splice</a></code></td>
9207
+ <td class="name"><code><a href="#splice">splice</a></code></td>
8450
9208
  <td class="name">
8451
9209
  <code>
8452
9210
 
8453
9211
 
8454
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9212
+ <span class="param-type">
9213
+
9214
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9215
+
9216
+ </span>
9217
+
8455
9218
 
8456
9219
 
8457
9220
 
@@ -8461,12 +9224,17 @@ collection.unshift(1, 2)</code></pre>
8461
9224
  </tr>
8462
9225
 
8463
9226
  <tr class="deep-level-0">
8464
- <td class="name"><code><a href="Collection.html#toArray">toArray</a></code></td>
9227
+ <td class="name"><code><a href="#toArray">toArray</a></code></td>
8465
9228
  <td class="name">
8466
9229
  <code>
8467
9230
 
8468
9231
 
8469
- <span class="param-type">Array</span>
9232
+ <span class="param-type">
9233
+
9234
+ Array
9235
+
9236
+ </span>
9237
+
8470
9238
 
8471
9239
 
8472
9240
 
@@ -8476,12 +9244,17 @@ collection.unshift(1, 2)</code></pre>
8476
9244
  </tr>
8477
9245
 
8478
9246
  <tr class="deep-level-0">
8479
- <td class="name"><code><a href="Collection.html#unique">unique</a></code></td>
9247
+ <td class="name"><code><a href="#unique">unique</a></code></td>
8480
9248
  <td class="name">
8481
9249
  <code>
8482
9250
 
8483
9251
 
8484
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9252
+ <span class="param-type">
9253
+
9254
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9255
+
9256
+ </span>
9257
+
8485
9258
 
8486
9259
 
8487
9260
 
@@ -8491,7 +9264,7 @@ collection.unshift(1, 2)</code></pre>
8491
9264
  </tr>
8492
9265
 
8493
9266
  <tr class="deep-level-0">
8494
- <td class="name"><code><a href="Collection.html#unshift">unshift</a></code></td>
9267
+ <td class="name"><code><a href="#unshift">unshift</a></code></td>
8495
9268
  <td class="name">
8496
9269
  <code>
8497
9270
 
@@ -8562,13 +9335,18 @@ collection.unshift(1, 2)</code></pre>
8562
9335
 
8563
9336
  <tr class="deep-level-0">
8564
9337
 
8565
- <td class="name" id="item"><code>item</code></td>
9338
+ <td class="name"><code>item</code></td>
8566
9339
 
8567
9340
 
8568
9341
  <td class="type">
8569
9342
 
8570
9343
 
8571
- <span class="param-type">*</span>
9344
+ <span class="param-type">
9345
+
9346
+ *
9347
+
9348
+ </span>
9349
+
8572
9350
 
8573
9351
 
8574
9352
 
@@ -8656,7 +9434,12 @@ collection.unshift(1, 2)</code></pre>
8656
9434
  <div class='column is-5 has-text-left'>
8657
9435
  <label>类型: </label>
8658
9436
 
8659
- <span class="param-type">Boolean</span>
9437
+ <span class="param-type">
9438
+
9439
+ Boolean
9440
+
9441
+ </span>
9442
+
8660
9443
 
8661
9444
 
8662
9445
  </div>
@@ -8737,13 +9520,18 @@ const isCollection = Collection.isCollection(collection)</code></pre>
8737
9520
 
8738
9521
  <tr class="deep-level-0">
8739
9522
 
8740
- <td class="name" id="item"><code>item</code></td>
9523
+ <td class="name"><code>item</code></td>
8741
9524
 
8742
9525
 
8743
9526
  <td class="type">
8744
9527
 
8745
9528
 
8746
- <span class="param-type">*</span>
9529
+ <span class="param-type">
9530
+
9531
+ *
9532
+
9533
+ </span>
9534
+
8747
9535
 
8748
9536
 
8749
9537
 
@@ -8761,13 +9549,18 @@ const isCollection = Collection.isCollection(collection)</code></pre>
8761
9549
 
8762
9550
  <tr class="deep-level-0">
8763
9551
 
8764
- <td class="name" id="index"><code>index</code></td>
9552
+ <td class="name"><code>index</code></td>
8765
9553
 
8766
9554
 
8767
9555
  <td class="type">
8768
9556
 
8769
9557
 
8770
- <span class="param-type">Number</span>
9558
+ <span class="param-type">
9559
+
9560
+ Number
9561
+
9562
+ </span>
9563
+
8771
9564
 
8772
9565
 
8773
9566
 
@@ -8855,7 +9648,12 @@ const isCollection = Collection.isCollection(collection)</code></pre>
8855
9648
  <div class='column is-5 has-text-left'>
8856
9649
  <label>类型: </label>
8857
9650
 
8858
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9651
+ <span class="param-type">
9652
+
9653
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9654
+
9655
+ </span>
9656
+
8859
9657
 
8860
9658
 
8861
9659
  </div>
@@ -8947,13 +9745,18 @@ collection.add({
8947
9745
 
8948
9746
  <tr class="deep-level-0">
8949
9747
 
8950
- <td class="name" id="items"><code>items</code></td>
9748
+ <td class="name"><code>items</code></td>
8951
9749
 
8952
9750
 
8953
9751
  <td class="type">
8954
9752
 
8955
9753
 
8956
- <span class="param-type">Array.&lt;*></span>
9754
+ <span class="param-type">
9755
+
9756
+ Array.&lt;*>
9757
+
9758
+ </span>
9759
+
8957
9760
 
8958
9761
 
8959
9762
 
@@ -8971,13 +9774,18 @@ collection.add({
8971
9774
 
8972
9775
  <tr class="deep-level-0">
8973
9776
 
8974
- <td class="name" id="index"><code>index</code></td>
9777
+ <td class="name"><code>index</code></td>
8975
9778
 
8976
9779
 
8977
9780
  <td class="type">
8978
9781
 
8979
9782
 
8980
- <span class="param-type">Number</span>
9783
+ <span class="param-type">
9784
+
9785
+ Number
9786
+
9787
+ </span>
9788
+
8981
9789
 
8982
9790
 
8983
9791
 
@@ -9173,7 +9981,12 @@ collection.addMany([1, 2, 3], 2)</code></pre>
9173
9981
  <div class='column is-5 has-text-left'>
9174
9982
  <label>类型: </label>
9175
9983
 
9176
- <span class="param-type">Array.&lt;*></span>
9984
+ <span class="param-type">
9985
+
9986
+ Array.&lt;*>
9987
+
9988
+ </span>
9989
+
9177
9990
 
9178
9991
 
9179
9992
  </div>
@@ -9254,13 +10067,18 @@ collection.all()</code></pre>
9254
10067
 
9255
10068
  <tr class="deep-level-0">
9256
10069
 
9257
- <td class="name" id="index"><code>index</code></td>
10070
+ <td class="name"><code>index</code></td>
9258
10071
 
9259
10072
 
9260
10073
  <td class="type">
9261
10074
 
9262
10075
 
9263
- <span class="param-type">Number</span>
10076
+ <span class="param-type">
10077
+
10078
+ Number
10079
+
10080
+ </span>
10081
+
9264
10082
 
9265
10083
 
9266
10084
 
@@ -9348,7 +10166,12 @@ collection.all()</code></pre>
9348
10166
  <div class='column is-5 has-text-left'>
9349
10167
  <label>类型: </label>
9350
10168
 
9351
- <span class="param-type">*</span>
10169
+ <span class="param-type">
10170
+
10171
+ *
10172
+
10173
+ </span>
10174
+
9352
10175
 
9353
10176
 
9354
10177
  </div>
@@ -9474,7 +10297,12 @@ const item = collection.at(1)</code></pre>
9474
10297
  <div class='column is-5 has-text-left'>
9475
10298
  <label>类型: </label>
9476
10299
 
9477
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10300
+ <span class="param-type">
10301
+
10302
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
10303
+
10304
+ </span>
10305
+
9478
10306
 
9479
10307
 
9480
10308
  </div>
@@ -9555,16 +10383,25 @@ const cloneObj = collection.clone()</code></pre>
9555
10383
 
9556
10384
  <tr class="deep-level-0">
9557
10385
 
9558
- <td class="name" id="collection"><code>collection</code></td>
10386
+ <td class="name"><code>collection</code></td>
9559
10387
 
9560
10388
 
9561
10389
  <td class="type">
9562
10390
 
9563
10391
 
9564
- <span class="param-type">Array</span>
10392
+ <span class="param-type">
10393
+
10394
+ Array
10395
+
10396
+ </span>
9565
10397
  |
9566
10398
 
9567
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10399
+ <span class="param-type">
10400
+
10401
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
10402
+
10403
+ </span>
10404
+
9568
10405
 
9569
10406
 
9570
10407
 
@@ -9652,7 +10489,12 @@ const cloneObj = collection.clone()</code></pre>
9652
10489
  <div class='column is-5 has-text-left'>
9653
10490
  <label>类型: </label>
9654
10491
 
9655
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10492
+ <span class="param-type">
10493
+
10494
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
10495
+
10496
+ </span>
10497
+
9656
10498
 
9657
10499
 
9658
10500
  </div>
@@ -9734,13 +10576,18 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
9734
10576
 
9735
10577
  <tr class="deep-level-0">
9736
10578
 
9737
- <td class="name" id="item"><code>item</code></td>
10579
+ <td class="name"><code>item</code></td>
9738
10580
 
9739
10581
 
9740
10582
  <td class="type">
9741
10583
 
9742
10584
 
9743
- <span class="param-type">*</span>
10585
+ <span class="param-type">
10586
+
10587
+ *
10588
+
10589
+ </span>
10590
+
9744
10591
 
9745
10592
 
9746
10593
 
@@ -9828,7 +10675,12 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
9828
10675
  <div class='column is-5 has-text-left'>
9829
10676
  <label>类型: </label>
9830
10677
 
9831
- <span class="param-type">*</span>
10678
+ <span class="param-type">
10679
+
10680
+ *
10681
+
10682
+ </span>
10683
+
9832
10684
 
9833
10685
 
9834
10686
  </div>
@@ -9899,13 +10751,18 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
9899
10751
 
9900
10752
  <tr class="deep-level-0">
9901
10753
 
9902
- <td class="name" id="fn"><code>fn</code></td>
10754
+ <td class="name"><code>fn</code></td>
9903
10755
 
9904
10756
 
9905
10757
  <td class="type">
9906
10758
 
9907
10759
 
9908
- <span class="param-type">function</span>
10760
+ <span class="param-type">
10761
+
10762
+ function
10763
+
10764
+ </span>
10765
+
9909
10766
 
9910
10767
 
9911
10768
 
@@ -9993,7 +10850,12 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
9993
10850
  <div class='column is-5 has-text-left'>
9994
10851
  <label>类型: </label>
9995
10852
 
9996
- <span class="param-type">Boolean</span>
10853
+ <span class="param-type">
10854
+
10855
+ Boolean
10856
+
10857
+ </span>
10858
+
9997
10859
 
9998
10860
 
9999
10861
  </div>
@@ -10076,13 +10938,18 @@ const isNumber = collection.every(function(item) {
10076
10938
 
10077
10939
  <tr class="deep-level-0">
10078
10940
 
10079
- <td class="name" id="fn"><code>fn</code></td>
10941
+ <td class="name"><code>fn</code></td>
10080
10942
 
10081
10943
 
10082
10944
  <td class="type">
10083
10945
 
10084
10946
 
10085
- <span class="param-type">function</span>
10947
+ <span class="param-type">
10948
+
10949
+ function
10950
+
10951
+ </span>
10952
+
10086
10953
 
10087
10954
 
10088
10955
 
@@ -10170,7 +11037,12 @@ const isNumber = collection.every(function(item) {
10170
11037
  <div class='column is-5 has-text-left'>
10171
11038
  <label>类型: </label>
10172
11039
 
10173
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
11040
+ <span class="param-type">
11041
+
11042
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
11043
+
11044
+ </span>
11045
+
10174
11046
 
10175
11047
 
10176
11048
  </div>
@@ -10253,13 +11125,18 @@ const newCollection = collection.filter(function(item) {
10253
11125
 
10254
11126
  <tr class="deep-level-0">
10255
11127
 
10256
- <td class="name" id="fn"><code>fn</code></td>
11128
+ <td class="name"><code>fn</code></td>
10257
11129
 
10258
11130
 
10259
11131
  <td class="type">
10260
11132
 
10261
11133
 
10262
- <span class="param-type">function</span>
11134
+ <span class="param-type">
11135
+
11136
+ function
11137
+
11138
+ </span>
11139
+
10263
11140
 
10264
11141
 
10265
11142
 
@@ -10347,7 +11224,12 @@ const newCollection = collection.filter(function(item) {
10347
11224
  <div class='column is-5 has-text-left'>
10348
11225
  <label>类型: </label>
10349
11226
 
10350
- <span class="param-type">*</span>
11227
+ <span class="param-type">
11228
+
11229
+ *
11230
+
11231
+ </span>
11232
+
10351
11233
 
10352
11234
 
10353
11235
  </div>
@@ -10430,13 +11312,18 @@ const item = collection.find(function(item) {
10430
11312
 
10431
11313
  <tr class="deep-level-0">
10432
11314
 
10433
- <td class="name" id="fn"><code>fn</code></td>
11315
+ <td class="name"><code>fn</code></td>
10434
11316
 
10435
11317
 
10436
11318
  <td class="type">
10437
11319
 
10438
11320
 
10439
- <span class="param-type">function</span>
11321
+ <span class="param-type">
11322
+
11323
+ function
11324
+
11325
+ </span>
11326
+
10440
11327
 
10441
11328
 
10442
11329
 
@@ -10524,7 +11411,12 @@ const item = collection.find(function(item) {
10524
11411
  <div class='column is-5 has-text-left'>
10525
11412
  <label>类型: </label>
10526
11413
 
10527
- <span class="param-type">Number</span>
11414
+ <span class="param-type">
11415
+
11416
+ Number
11417
+
11418
+ </span>
11419
+
10528
11420
 
10529
11421
 
10530
11422
  </div>
@@ -10607,13 +11499,18 @@ const index = collection.findIndex(function(item) {
10607
11499
 
10608
11500
  <tr class="deep-level-0">
10609
11501
 
10610
- <td class="name" id="fn"><code>fn</code></td>
11502
+ <td class="name"><code>fn</code></td>
10611
11503
 
10612
11504
 
10613
11505
  <td class="type">
10614
11506
 
10615
11507
 
10616
- <span class="param-type">function</span>
11508
+ <span class="param-type">
11509
+
11510
+ function
11511
+
11512
+ </span>
11513
+
10617
11514
 
10618
11515
 
10619
11516
 
@@ -10701,7 +11598,12 @@ const index = collection.findIndex(function(item) {
10701
11598
  <div class='column is-5 has-text-left'>
10702
11599
  <label>类型: </label>
10703
11600
 
10704
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
11601
+ <span class="param-type">
11602
+
11603
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
11604
+
11605
+ </span>
11606
+
10705
11607
 
10706
11608
 
10707
11609
  </div>
@@ -10788,13 +11690,18 @@ const flatten = collection.flatten(function(item) {
10788
11690
 
10789
11691
  <tr class="deep-level-0">
10790
11692
 
10791
- <td class="name" id="fn"><code>fn</code></td>
11693
+ <td class="name"><code>fn</code></td>
10792
11694
 
10793
11695
 
10794
11696
  <td class="type">
10795
11697
 
10796
11698
 
10797
- <span class="param-type">function</span>
11699
+ <span class="param-type">
11700
+
11701
+ function
11702
+
11703
+ </span>
11704
+
10798
11705
 
10799
11706
 
10800
11707
 
@@ -10882,7 +11789,12 @@ const flatten = collection.flatten(function(item) {
10882
11789
  <div class='column is-5 has-text-left'>
10883
11790
  <label>类型: </label>
10884
11791
 
10885
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
11792
+ <span class="param-type">
11793
+
11794
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
11795
+
11796
+ </span>
11797
+
10886
11798
 
10887
11799
 
10888
11800
  </div>
@@ -10965,13 +11877,18 @@ collection.forEach(function(item) {
10965
11877
 
10966
11878
  <tr class="deep-level-0">
10967
11879
 
10968
- <td class="name" id="index"><code>index</code></td>
11880
+ <td class="name"><code>index</code></td>
10969
11881
 
10970
11882
 
10971
11883
  <td class="type">
10972
11884
 
10973
11885
 
10974
- <span class="param-type">Number</span>
11886
+ <span class="param-type">
11887
+
11888
+ Number
11889
+
11890
+ </span>
11891
+
10975
11892
 
10976
11893
 
10977
11894
 
@@ -11059,7 +11976,12 @@ collection.forEach(function(item) {
11059
11976
  <div class='column is-5 has-text-left'>
11060
11977
  <label>类型: </label>
11061
11978
 
11062
- <span class="param-type">*</span>
11979
+ <span class="param-type">
11980
+
11981
+ *
11982
+
11983
+ </span>
11984
+
11063
11985
 
11064
11986
 
11065
11987
  </div>
@@ -11140,13 +12062,18 @@ const item = collection.getItemAt(1)</code></pre>
11140
12062
 
11141
12063
  <tr class="deep-level-0">
11142
12064
 
11143
- <td class="name" id="item"><code>item</code></td>
12065
+ <td class="name"><code>item</code></td>
11144
12066
 
11145
12067
 
11146
12068
  <td class="type">
11147
12069
 
11148
12070
 
11149
- <span class="param-type">*</span>
12071
+ <span class="param-type">
12072
+
12073
+ *
12074
+
12075
+ </span>
12076
+
11150
12077
 
11151
12078
 
11152
12079
 
@@ -11234,7 +12161,12 @@ const item = collection.getItemAt(1)</code></pre>
11234
12161
  <div class='column is-5 has-text-left'>
11235
12162
  <label>类型: </label>
11236
12163
 
11237
- <span class="param-type">Boolean</span>
12164
+ <span class="param-type">
12165
+
12166
+ Boolean
12167
+
12168
+ </span>
12169
+
11238
12170
 
11239
12171
 
11240
12172
  </div>
@@ -11315,13 +12247,18 @@ const isInclude = collection.includes(2)</code></pre>
11315
12247
 
11316
12248
  <tr class="deep-level-0">
11317
12249
 
11318
- <td class="name" id="item"><code>item</code></td>
12250
+ <td class="name"><code>item</code></td>
11319
12251
 
11320
12252
 
11321
12253
  <td class="type">
11322
12254
 
11323
12255
 
11324
- <span class="param-type">*</span>
12256
+ <span class="param-type">
12257
+
12258
+ *
12259
+
12260
+ </span>
12261
+
11325
12262
 
11326
12263
 
11327
12264
 
@@ -11339,13 +12276,18 @@ const isInclude = collection.includes(2)</code></pre>
11339
12276
 
11340
12277
  <tr class="deep-level-0">
11341
12278
 
11342
- <td class="name" id="fromIndex"><code>fromIndex</code></td>
12279
+ <td class="name"><code>fromIndex</code></td>
11343
12280
 
11344
12281
 
11345
12282
  <td class="type">
11346
12283
 
11347
12284
 
11348
- <span class="param-type">Number</span>
12285
+ <span class="param-type">
12286
+
12287
+ Number
12288
+
12289
+ </span>
12290
+
11349
12291
 
11350
12292
 
11351
12293
 
@@ -11433,7 +12375,12 @@ const isInclude = collection.includes(2)</code></pre>
11433
12375
  <div class='column is-5 has-text-left'>
11434
12376
  <label>类型: </label>
11435
12377
 
11436
- <span class="param-type">Number</span>
12378
+ <span class="param-type">
12379
+
12380
+ Number
12381
+
12382
+ </span>
12383
+
11437
12384
 
11438
12385
 
11439
12386
  </div>
@@ -11527,13 +12474,18 @@ const index = collection.indexOf(item, 1)</code></pre>
11527
12474
 
11528
12475
  <tr class="deep-level-0">
11529
12476
 
11530
- <td class="name" id="separator"><code>separator</code></td>
12477
+ <td class="name"><code>separator</code></td>
11531
12478
 
11532
12479
 
11533
12480
  <td class="type">
11534
12481
 
11535
12482
 
11536
- <span class="param-type">String</span>
12483
+ <span class="param-type">
12484
+
12485
+ String
12486
+
12487
+ </span>
12488
+
11537
12489
 
11538
12490
 
11539
12491
 
@@ -11621,7 +12573,12 @@ const index = collection.indexOf(item, 1)</code></pre>
11621
12573
  <div class='column is-5 has-text-left'>
11622
12574
  <label>类型: </label>
11623
12575
 
11624
- <span class="param-type">String</span>
12576
+ <span class="param-type">
12577
+
12578
+ String
12579
+
12580
+ </span>
12581
+
11625
12582
 
11626
12583
 
11627
12584
  </div>
@@ -11702,13 +12659,18 @@ const str = collection.join(',')</code></pre>
11702
12659
 
11703
12660
  <tr class="deep-level-0">
11704
12661
 
11705
- <td class="name" id="item"><code>item</code></td>
12662
+ <td class="name"><code>item</code></td>
11706
12663
 
11707
12664
 
11708
12665
  <td class="type">
11709
12666
 
11710
12667
 
11711
- <span class="param-type">*</span>
12668
+ <span class="param-type">
12669
+
12670
+ *
12671
+
12672
+ </span>
12673
+
11712
12674
 
11713
12675
 
11714
12676
 
@@ -11726,13 +12688,18 @@ const str = collection.join(',')</code></pre>
11726
12688
 
11727
12689
  <tr class="deep-level-0">
11728
12690
 
11729
- <td class="name" id="fromIndex"><code>fromIndex</code></td>
12691
+ <td class="name"><code>fromIndex</code></td>
11730
12692
 
11731
12693
 
11732
12694
  <td class="type">
11733
12695
 
11734
12696
 
11735
- <span class="param-type">Number</span>
12697
+ <span class="param-type">
12698
+
12699
+ Number
12700
+
12701
+ </span>
12702
+
11736
12703
 
11737
12704
 
11738
12705
 
@@ -11820,7 +12787,12 @@ const str = collection.join(',')</code></pre>
11820
12787
  <div class='column is-5 has-text-left'>
11821
12788
  <label>类型: </label>
11822
12789
 
11823
- <span class="param-type">Number</span>
12790
+ <span class="param-type">
12791
+
12792
+ Number
12793
+
12794
+ </span>
12795
+
11824
12796
 
11825
12797
 
11826
12798
  </div>
@@ -11908,13 +12880,18 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
11908
12880
 
11909
12881
  <tr class="deep-level-0">
11910
12882
 
11911
- <td class="name" id="fn"><code>fn</code></td>
12883
+ <td class="name"><code>fn</code></td>
11912
12884
 
11913
12885
 
11914
12886
  <td class="type">
11915
12887
 
11916
12888
 
11917
- <span class="param-type">function</span>
12889
+ <span class="param-type">
12890
+
12891
+ function
12892
+
12893
+ </span>
12894
+
11918
12895
 
11919
12896
 
11920
12897
 
@@ -12002,7 +12979,12 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
12002
12979
  <div class='column is-5 has-text-left'>
12003
12980
  <label>类型: </label>
12004
12981
 
12005
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
12982
+ <span class="param-type">
12983
+
12984
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
12985
+
12986
+ </span>
12987
+
12006
12988
 
12007
12989
 
12008
12990
  </div>
@@ -12130,7 +13112,12 @@ const newCollection = collection.map(function (item) {
12130
13112
  <div class='column is-5 has-text-left'>
12131
13113
  <label>类型: </label>
12132
13114
 
12133
- <span class="param-type">*</span>
13115
+ <span class="param-type">
13116
+
13117
+ *
13118
+
13119
+ </span>
13120
+
12134
13121
 
12135
13122
 
12136
13123
  </div>
@@ -12211,13 +13198,18 @@ const item = collection.pop()</code></pre>
12211
13198
 
12212
13199
  <tr class="deep-level-0">
12213
13200
 
12214
- <td class="name" id="item"><code>item</code></td>
13201
+ <td class="name"><code>item</code></td>
12215
13202
 
12216
13203
 
12217
13204
  <td class="type">
12218
13205
 
12219
13206
 
12220
- <span class="param-type">*</span>
13207
+ <span class="param-type">
13208
+
13209
+ *
13210
+
13211
+ </span>
13212
+
12221
13213
 
12222
13214
 
12223
13215
 
@@ -12305,7 +13297,12 @@ const item = collection.pop()</code></pre>
12305
13297
  <div class='column is-5 has-text-left'>
12306
13298
  <label>类型: </label>
12307
13299
 
12308
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
13300
+ <span class="param-type">
13301
+
13302
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
13303
+
13304
+ </span>
13305
+
12309
13306
 
12310
13307
 
12311
13308
  </div>
@@ -12386,13 +13383,18 @@ collection.push(4)</code></pre>
12386
13383
 
12387
13384
  <tr class="deep-level-0">
12388
13385
 
12389
- <td class="name" id="fn"><code>fn</code></td>
13386
+ <td class="name"><code>fn</code></td>
12390
13387
 
12391
13388
 
12392
13389
  <td class="type">
12393
13390
 
12394
13391
 
12395
- <span class="param-type">function</span>
13392
+ <span class="param-type">
13393
+
13394
+ function
13395
+
13396
+ </span>
13397
+
12396
13398
 
12397
13399
 
12398
13400
 
@@ -12410,13 +13412,18 @@ collection.push(4)</code></pre>
12410
13412
 
12411
13413
  <tr class="deep-level-0">
12412
13414
 
12413
- <td class="name" id="baseValue"><code>baseValue</code></td>
13415
+ <td class="name"><code>baseValue</code></td>
12414
13416
 
12415
13417
 
12416
13418
  <td class="type">
12417
13419
 
12418
13420
 
12419
- <span class="param-type">*</span>
13421
+ <span class="param-type">
13422
+
13423
+ *
13424
+
13425
+ </span>
13426
+
12420
13427
 
12421
13428
 
12422
13429
 
@@ -12504,7 +13511,12 @@ collection.push(4)</code></pre>
12504
13511
  <div class='column is-5 has-text-left'>
12505
13512
  <label>类型: </label>
12506
13513
 
12507
- <span class="param-type">*</span>
13514
+ <span class="param-type">
13515
+
13516
+ *
13517
+
13518
+ </span>
13519
+
12508
13520
 
12509
13521
 
12510
13522
  </div>
@@ -12587,13 +13599,18 @@ const sum = collection.reduce(function (reduceCarry, item) {
12587
13599
 
12588
13600
  <tr class="deep-level-0">
12589
13601
 
12590
- <td class="name" id="fn"><code>fn</code></td>
13602
+ <td class="name"><code>fn</code></td>
12591
13603
 
12592
13604
 
12593
13605
  <td class="type">
12594
13606
 
12595
13607
 
12596
- <span class="param-type">function</span>
13608
+ <span class="param-type">
13609
+
13610
+ function
13611
+
13612
+ </span>
13613
+
12597
13614
 
12598
13615
 
12599
13616
 
@@ -12611,13 +13628,18 @@ const sum = collection.reduce(function (reduceCarry, item) {
12611
13628
 
12612
13629
  <tr class="deep-level-0">
12613
13630
 
12614
- <td class="name" id="baseValue"><code>baseValue</code></td>
13631
+ <td class="name"><code>baseValue</code></td>
12615
13632
 
12616
13633
 
12617
13634
  <td class="type">
12618
13635
 
12619
13636
 
12620
- <span class="param-type">*</span>
13637
+ <span class="param-type">
13638
+
13639
+ *
13640
+
13641
+ </span>
13642
+
12621
13643
 
12622
13644
 
12623
13645
 
@@ -12705,7 +13727,12 @@ const sum = collection.reduce(function (reduceCarry, item) {
12705
13727
  <div class='column is-5 has-text-left'>
12706
13728
  <label>类型: </label>
12707
13729
 
12708
- <span class="param-type">*</span>
13730
+ <span class="param-type">
13731
+
13732
+ *
13733
+
13734
+ </span>
13735
+
12709
13736
 
12710
13737
 
12711
13738
  </div>
@@ -12788,13 +13815,18 @@ const sum = collection.reduce(function (reduceCarry, item) {
12788
13815
 
12789
13816
  <tr class="deep-level-0">
12790
13817
 
12791
- <td class="name" id="item"><code>item</code></td>
13818
+ <td class="name"><code>item</code></td>
12792
13819
 
12793
13820
 
12794
13821
  <td class="type">
12795
13822
 
12796
13823
 
12797
- <span class="param-type">*</span>
13824
+ <span class="param-type">
13825
+
13826
+ *
13827
+
13828
+ </span>
13829
+
12798
13830
 
12799
13831
 
12800
13832
 
@@ -12882,7 +13914,12 @@ const sum = collection.reduce(function (reduceCarry, item) {
12882
13914
  <div class='column is-5 has-text-left'>
12883
13915
  <label>类型: </label>
12884
13916
 
12885
- <span class="param-type">Boolean</span>
13917
+ <span class="param-type">
13918
+
13919
+ Boolean
13920
+
13921
+ </span>
13922
+
12886
13923
 
12887
13924
 
12888
13925
  </div>
@@ -13064,13 +14101,18 @@ collection.removeAll(1)</code></pre>
13064
14101
 
13065
14102
  <tr class="deep-level-0">
13066
14103
 
13067
- <td class="name" id="index"><code>index</code></td>
14104
+ <td class="name"><code>index</code></td>
13068
14105
 
13069
14106
 
13070
14107
  <td class="type">
13071
14108
 
13072
14109
 
13073
- <span class="param-type">Number</span>
14110
+ <span class="param-type">
14111
+
14112
+ Number
14113
+
14114
+ </span>
14115
+
13074
14116
 
13075
14117
 
13076
14118
 
@@ -13158,7 +14200,12 @@ collection.removeAll(1)</code></pre>
13158
14200
  <div class='column is-5 has-text-left'>
13159
14201
  <label>类型: </label>
13160
14202
 
13161
- <span class="param-type">*</span>
14203
+ <span class="param-type">
14204
+
14205
+ *
14206
+
14207
+ </span>
14208
+
13162
14209
 
13163
14210
 
13164
14211
  </div>
@@ -13239,13 +14286,18 @@ collection.removeAt(1)</code></pre>
13239
14286
 
13240
14287
  <tr class="deep-level-0">
13241
14288
 
13242
- <td class="name" id="items"><code>items</code></td>
14289
+ <td class="name"><code>items</code></td>
13243
14290
 
13244
14291
 
13245
14292
  <td class="type">
13246
14293
 
13247
14294
 
13248
- <span class="param-type">Array.&lt;*></span>
14295
+ <span class="param-type">
14296
+
14297
+ Array.&lt;*>
14298
+
14299
+ </span>
14300
+
13249
14301
 
13250
14302
 
13251
14303
 
@@ -13333,7 +14385,12 @@ collection.removeAt(1)</code></pre>
13333
14385
  <div class='column is-5 has-text-left'>
13334
14386
  <label>类型: </label>
13335
14387
 
13336
- <span class="param-type">Array.&lt;*></span>
14388
+ <span class="param-type">
14389
+
14390
+ Array.&lt;*>
14391
+
14392
+ </span>
14393
+
13337
14394
 
13338
14395
 
13339
14396
  </div>
@@ -13414,13 +14471,18 @@ collection.removeMany([1, 2])</code></pre>
13414
14471
 
13415
14472
  <tr class="deep-level-0">
13416
14473
 
13417
- <td class="name" id="item"><code>item</code></td>
14474
+ <td class="name"><code>item</code></td>
13418
14475
 
13419
14476
 
13420
14477
  <td class="type">
13421
14478
 
13422
14479
 
13423
- <span class="param-type">*</span>
14480
+ <span class="param-type">
14481
+
14482
+ *
14483
+
14484
+ </span>
14485
+
13424
14486
 
13425
14487
 
13426
14488
 
@@ -13438,13 +14500,18 @@ collection.removeMany([1, 2])</code></pre>
13438
14500
 
13439
14501
  <tr class="deep-level-0">
13440
14502
 
13441
- <td class="name" id="index"><code>index</code></td>
14503
+ <td class="name"><code>index</code></td>
13442
14504
 
13443
14505
 
13444
14506
  <td class="type">
13445
14507
 
13446
14508
 
13447
- <span class="param-type">Number</span>
14509
+ <span class="param-type">
14510
+
14511
+ Number
14512
+
14513
+ </span>
14514
+
13448
14515
 
13449
14516
 
13450
14517
 
@@ -13633,7 +14700,12 @@ collection.reorder(1, 2)</code></pre>
13633
14700
  <div class='column is-5 has-text-left'>
13634
14701
  <label>类型: </label>
13635
14702
 
13636
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
14703
+ <span class="param-type">
14704
+
14705
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
14706
+
14707
+ </span>
14708
+
13637
14709
 
13638
14710
 
13639
14711
  </div>
@@ -13759,7 +14831,12 @@ const newCollection = collection.reverse()</code></pre>
13759
14831
  <div class='column is-5 has-text-left'>
13760
14832
  <label>类型: </label>
13761
14833
 
13762
- <span class="param-type">*</span>
14834
+ <span class="param-type">
14835
+
14836
+ *
14837
+
14838
+ </span>
14839
+
13763
14840
 
13764
14841
 
13765
14842
  </div>
@@ -13840,13 +14917,18 @@ const item = collection.shift()</code></pre>
13840
14917
 
13841
14918
  <tr class="deep-level-0">
13842
14919
 
13843
- <td class="name" id="start"><code>start</code></td>
14920
+ <td class="name"><code>start</code></td>
13844
14921
 
13845
14922
 
13846
14923
  <td class="type">
13847
14924
 
13848
14925
 
13849
- <span class="param-type">Number</span>
14926
+ <span class="param-type">
14927
+
14928
+ Number
14929
+
14930
+ </span>
14931
+
13850
14932
 
13851
14933
 
13852
14934
 
@@ -13864,13 +14946,18 @@ const item = collection.shift()</code></pre>
13864
14946
 
13865
14947
  <tr class="deep-level-0">
13866
14948
 
13867
- <td class="name" id="end"><code>end</code></td>
14949
+ <td class="name"><code>end</code></td>
13868
14950
 
13869
14951
 
13870
14952
  <td class="type">
13871
14953
 
13872
14954
 
13873
- <span class="param-type">Number</span>
14955
+ <span class="param-type">
14956
+
14957
+ Number
14958
+
14959
+ </span>
14960
+
13874
14961
 
13875
14962
 
13876
14963
 
@@ -13958,7 +15045,12 @@ const item = collection.shift()</code></pre>
13958
15045
  <div class='column is-5 has-text-left'>
13959
15046
  <label>类型: </label>
13960
15047
 
13961
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
15048
+ <span class="param-type">
15049
+
15050
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
15051
+
15052
+ </span>
15053
+
13962
15054
 
13963
15055
 
13964
15056
  </div>
@@ -14039,13 +15131,18 @@ const newCollection = collection.slice(1, 3)</code></pre>
14039
15131
 
14040
15132
  <tr class="deep-level-0">
14041
15133
 
14042
- <td class="name" id="fn"><code>fn</code></td>
15134
+ <td class="name"><code>fn</code></td>
14043
15135
 
14044
15136
 
14045
15137
  <td class="type">
14046
15138
 
14047
15139
 
14048
- <span class="param-type">function</span>
15140
+ <span class="param-type">
15141
+
15142
+ function
15143
+
15144
+ </span>
15145
+
14049
15146
 
14050
15147
 
14051
15148
 
@@ -14133,7 +15230,12 @@ const newCollection = collection.slice(1, 3)</code></pre>
14133
15230
  <div class='column is-5 has-text-left'>
14134
15231
  <label>类型: </label>
14135
15232
 
14136
- <span class="param-type">Boolean</span>
15233
+ <span class="param-type">
15234
+
15235
+ Boolean
15236
+
15237
+ </span>
15238
+
14137
15239
 
14138
15240
 
14139
15241
  </div>
@@ -14216,13 +15318,18 @@ const flag = collection.some(function (item) {
14216
15318
 
14217
15319
  <tr class="deep-level-0">
14218
15320
 
14219
- <td class="name" id="fn"><code>fn</code></td>
15321
+ <td class="name"><code>fn</code></td>
14220
15322
 
14221
15323
 
14222
15324
  <td class="type">
14223
15325
 
14224
15326
 
14225
- <span class="param-type">function</span>
15327
+ <span class="param-type">
15328
+
15329
+ function
15330
+
15331
+ </span>
15332
+
14226
15333
 
14227
15334
 
14228
15335
 
@@ -14310,7 +15417,12 @@ const flag = collection.some(function (item) {
14310
15417
  <div class='column is-5 has-text-left'>
14311
15418
  <label>类型: </label>
14312
15419
 
14313
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
15420
+ <span class="param-type">
15421
+
15422
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
15423
+
15424
+ </span>
15425
+
14314
15426
 
14315
15427
 
14316
15428
  </div>
@@ -14399,13 +15511,18 @@ const newCollection = collection.sort(function (itemA, itemB) {
14399
15511
 
14400
15512
  <tr class="deep-level-0">
14401
15513
 
14402
- <td class="name" id="start"><code>start</code></td>
15514
+ <td class="name"><code>start</code></td>
14403
15515
 
14404
15516
 
14405
15517
  <td class="type">
14406
15518
 
14407
15519
 
14408
- <span class="param-type">Number</span>
15520
+ <span class="param-type">
15521
+
15522
+ Number
15523
+
15524
+ </span>
15525
+
14409
15526
 
14410
15527
 
14411
15528
 
@@ -14423,13 +15540,18 @@ const newCollection = collection.sort(function (itemA, itemB) {
14423
15540
 
14424
15541
  <tr class="deep-level-0">
14425
15542
 
14426
- <td class="name" id="deleteCount"><code>deleteCount</code></td>
15543
+ <td class="name"><code>deleteCount</code></td>
14427
15544
 
14428
15545
 
14429
15546
  <td class="type">
14430
15547
 
14431
15548
 
14432
- <span class="param-type">Number</span>
15549
+ <span class="param-type">
15550
+
15551
+ Number
15552
+
15553
+ </span>
15554
+
14433
15555
 
14434
15556
 
14435
15557
 
@@ -14447,13 +15569,18 @@ const newCollection = collection.sort(function (itemA, itemB) {
14447
15569
 
14448
15570
  <tr class="deep-level-0">
14449
15571
 
14450
- <td class="name" id="items"><code>items</code></td>
15572
+ <td class="name"><code>items</code></td>
14451
15573
 
14452
15574
 
14453
15575
  <td class="type">
14454
15576
 
14455
15577
 
14456
- <span class="param-type">*</span>
15578
+ <span class="param-type">
15579
+
15580
+ *
15581
+
15582
+ </span>
15583
+
14457
15584
 
14458
15585
 
14459
15586
 
@@ -14541,7 +15668,12 @@ const newCollection = collection.sort(function (itemA, itemB) {
14541
15668
  <div class='column is-5 has-text-left'>
14542
15669
  <label>类型: </label>
14543
15670
 
14544
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
15671
+ <span class="param-type">
15672
+
15673
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
15674
+
15675
+ </span>
15676
+
14545
15677
 
14546
15678
 
14547
15679
  </div>
@@ -14674,7 +15806,12 @@ collection.splice(1, 0, 1)</code></pre>
14674
15806
  <div class='column is-5 has-text-left'>
14675
15807
  <label>类型: </label>
14676
15808
 
14677
- <span class="param-type">Array</span>
15809
+ <span class="param-type">
15810
+
15811
+ Array
15812
+
15813
+ </span>
15814
+
14678
15815
 
14679
15816
 
14680
15817
  </div>
@@ -14755,16 +15892,25 @@ collection.toArray()</code></pre>
14755
15892
 
14756
15893
  <tr class="deep-level-0">
14757
15894
 
14758
- <td class="name" id="key"><code>key</code></td>
15895
+ <td class="name"><code>key</code></td>
14759
15896
 
14760
15897
 
14761
15898
  <td class="type">
14762
15899
 
14763
15900
 
14764
- <span class="param-type">function</span>
15901
+ <span class="param-type">
15902
+
15903
+ function
15904
+
15905
+ </span>
14765
15906
  |
14766
15907
 
14767
- <span class="param-type">String</span>
15908
+ <span class="param-type">
15909
+
15910
+ String
15911
+
15912
+ </span>
15913
+
14768
15914
 
14769
15915
 
14770
15916
 
@@ -14852,7 +15998,12 @@ collection.toArray()</code></pre>
14852
15998
  <div class='column is-5 has-text-left'>
14853
15999
  <label>类型: </label>
14854
16000
 
14855
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
16001
+ <span class="param-type">
16002
+
16003
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
16004
+
16005
+ </span>
16006
+
14856
16007
 
14857
16008
 
14858
16009
  </div>
@@ -14957,13 +16108,18 @@ students.unique(s => s.grade); // [{ name: 'Rick', grade: 'A'}, { name: 'Mick',
14957
16108
 
14958
16109
  <tr class="deep-level-0">
14959
16110
 
14960
- <td class="name" id="items"><code>items</code></td>
16111
+ <td class="name"><code>items</code></td>
14961
16112
 
14962
16113
 
14963
16114
  <td class="type">
14964
16115
 
14965
16116
 
14966
- <span class="param-type">*</span>
16117
+ <span class="param-type">
16118
+
16119
+ *
16120
+
16121
+ </span>
16122
+
14967
16123
 
14968
16124
 
14969
16125