@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -151,7 +151,11 @@
151
151
  <code>
152
152
 
153
153
 
154
- <span class="param-type">boolean</span>
154
+ <span class="param-type">
155
+
156
+ boolean
157
+
158
+ </span>
155
159
 
156
160
 
157
161
 
@@ -167,7 +171,11 @@
167
171
  <code>
168
172
 
169
173
 
170
- <span class="param-type">boolean</span>
174
+ <span class="param-type">
175
+
176
+ boolean
177
+
178
+ </span>
171
179
 
172
180
 
173
181
 
@@ -183,7 +191,11 @@
183
191
  <code>
184
192
 
185
193
 
186
- <span class="param-type">boolean</span>
194
+ <span class="param-type">
195
+
196
+ boolean
197
+
198
+ </span>
187
199
 
188
200
 
189
201
 
@@ -201,7 +213,11 @@ equal to <code>0</code> and less than or equal to <code>Number.MAX_SAFE_INTEGER<
201
213
  <code>
202
214
 
203
215
 
204
- <span class="param-type">boolean</span>
216
+ <span class="param-type">
217
+
218
+ boolean
219
+
220
+ </span>
205
221
 
206
222
 
207
223
 
@@ -218,7 +234,11 @@ is an object.</p></code></td>
218
234
  <code>
219
235
 
220
236
 
221
- <span class="param-type">boolean</span>
237
+ <span class="param-type">
238
+
239
+ boolean
240
+
241
+ </span>
222
242
 
223
243
 
224
244
 
@@ -234,7 +254,11 @@ is an object.</p></code></td>
234
254
  <code>
235
255
 
236
256
 
237
- <span class="param-type">boolean</span>
257
+ <span class="param-type">
258
+
259
+ boolean
260
+
261
+ </span>
238
262
 
239
263
 
240
264
 
@@ -250,7 +274,11 @@ is an object.</p></code></td>
250
274
  <code>
251
275
 
252
276
 
253
- <span class="param-type">boolean</span>
277
+ <span class="param-type">
278
+
279
+ boolean
280
+
281
+ </span>
254
282
 
255
283
 
256
284
 
@@ -266,7 +294,11 @@ is an object.</p></code></td>
266
294
  <code>
267
295
 
268
296
 
269
- <span class="param-type">boolean</span>
297
+ <span class="param-type">
298
+
299
+ boolean
300
+
301
+ </span>
270
302
 
271
303
 
272
304
 
@@ -283,7 +315,11 @@ is an object.</p></code></td>
283
315
  <code>
284
316
 
285
317
 
286
- <span class="param-type">boolean</span>
318
+ <span class="param-type">
319
+
320
+ boolean
321
+
322
+ </span>
287
323
 
288
324
 
289
325
 
@@ -299,7 +335,11 @@ is an object.</p></code></td>
299
335
  <code>
300
336
 
301
337
 
302
- <span class="param-type">boolean</span>
338
+ <span class="param-type">
339
+
340
+ boolean
341
+
342
+ </span>
303
343
 
304
344
 
305
345
 
@@ -308,7 +348,7 @@ is an object.</p></code></td>
308
348
  </td>
309
349
  <td class="name"><code><p>Checks if <code>value</code> is a valid array-like length.</p>
310
350
  <p><strong>Note:</strong> This method is loosely based on
311
- <a href="http://ecma-international.org/ecma-262/7.0/#sec-tolength"><code>ToLength</code></a>.</p></code></td>
351
+ </code></td>
312
352
  </tr>
313
353
 
314
354
  <tr class="deep-level-0">
@@ -317,7 +357,11 @@ is an object.</p></code></td>
317
357
  <code>
318
358
 
319
359
 
320
- <span class="param-type">boolean</span>
360
+ <span class="param-type">
361
+
362
+ boolean
363
+
364
+ </span>
321
365
 
322
366
 
323
367
 
@@ -333,7 +377,11 @@ is an object.</p></code></td>
333
377
  <code>
334
378
 
335
379
 
336
- <span class="param-type">boolean</span>
380
+ <span class="param-type">
381
+
382
+ boolean
383
+
384
+ </span>
337
385
 
338
386
 
339
387
 
@@ -349,7 +397,11 @@ is an object.</p></code></td>
349
397
  <code>
350
398
 
351
399
 
352
- <span class="param-type">boolean</span>
400
+ <span class="param-type">
401
+
402
+ boolean
403
+
404
+ </span>
353
405
 
354
406
 
355
407
 
@@ -365,7 +417,11 @@ is an object.</p></code></td>
365
417
  <code>
366
418
 
367
419
 
368
- <span class="param-type">boolean</span>
420
+ <span class="param-type">
421
+
422
+ boolean
423
+
424
+ </span>
369
425
 
370
426
 
371
427
 
@@ -383,7 +439,11 @@ classified as numbers, use the <code>Number.isFinite</code> method.</p></code></
383
439
  <code>
384
440
 
385
441
 
386
- <span class="param-type">boolean</span>
442
+ <span class="param-type">
443
+
444
+ boolean
445
+
446
+ </span>
387
447
 
388
448
 
389
449
 
@@ -391,8 +451,7 @@ classified as numbers, use the <code>Number.isFinite</code> method.</p></code></
391
451
  </code>
392
452
  </td>
393
453
  <td class="name"><code><p>Checks if <code>value</code> is the
394
- <a href="http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types">language type</a>
395
- of <code>Object</code>. (e.g. arrays, functions, objects, regexes, <code>new Number(0)</code>, and <code>new String('')</code>)</p></code></td>
454
+ </code></td>
396
455
  </tr>
397
456
 
398
457
  <tr class="deep-level-0">
@@ -401,7 +460,11 @@ of <code>Object</code>. (e.g. arrays, functions, objects, regexes, <code>new Num
401
460
  <code>
402
461
 
403
462
 
404
- <span class="param-type">boolean</span>
463
+ <span class="param-type">
464
+
465
+ boolean
466
+
467
+ </span>
405
468
 
406
469
 
407
470
 
@@ -418,7 +481,11 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
418
481
  <code>
419
482
 
420
483
 
421
- <span class="param-type">boolean</span>
484
+ <span class="param-type">
485
+
486
+ boolean
487
+
488
+ </span>
422
489
 
423
490
 
424
491
 
@@ -435,7 +502,11 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
435
502
  <code>
436
503
 
437
504
 
438
- <span class="param-type">boolean</span>
505
+ <span class="param-type">
506
+
507
+ boolean
508
+
509
+ </span>
439
510
 
440
511
 
441
512
 
@@ -451,7 +522,11 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
451
522
  <code>
452
523
 
453
524
 
454
- <span class="param-type">boolean</span>
525
+ <span class="param-type">
526
+
527
+ boolean
528
+
529
+ </span>
455
530
 
456
531
 
457
532
 
@@ -467,7 +542,11 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
467
542
  <code>
468
543
 
469
544
 
470
- <span class="param-type">boolean</span>
545
+ <span class="param-type">
546
+
547
+ boolean
548
+
549
+ </span>
471
550
 
472
551
 
473
552
 
@@ -539,13 +618,17 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
539
618
 
540
619
  <tr class="deep-level-0">
541
620
 
542
- <td class="name" id="value"><code>value</code></td>
621
+ <td class="name"><code>value</code></td>
543
622
 
544
623
 
545
624
  <td class="type">
546
625
 
547
626
 
548
- <span class="param-type">*</span>
627
+ <span class="param-type">
628
+
629
+ *
630
+
631
+ </span>
549
632
 
550
633
 
551
634
 
@@ -637,7 +720,11 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
637
720
  <div class='column is-5 has-text-left'>
638
721
  <label>类型: </label>
639
722
 
640
- <span class="param-type">boolean</span>
723
+ <span class="param-type">
724
+
725
+ boolean
726
+
727
+ </span>
641
728
 
642
729
 
643
730
 
@@ -724,13 +811,17 @@ isArguments([1, 2, 3])
724
811
 
725
812
  <tr class="deep-level-0">
726
813
 
727
- <td class="name" id="value"><code>value</code></td>
814
+ <td class="name"><code>value</code></td>
728
815
 
729
816
 
730
817
  <td class="type">
731
818
 
732
819
 
733
- <span class="param-type">*</span>
820
+ <span class="param-type">
821
+
822
+ *
823
+
824
+ </span>
734
825
 
735
826
 
736
827
 
@@ -822,7 +913,11 @@ isArguments([1, 2, 3])
822
913
  <div class='column is-5 has-text-left'>
823
914
  <label>类型: </label>
824
915
 
825
- <span class="param-type">boolean</span>
916
+ <span class="param-type">
917
+
918
+ boolean
919
+
920
+ </span>
826
921
 
827
922
 
828
923
 
@@ -908,13 +1003,17 @@ equal to <code>0</code> and less than or equal to <code>Number.MAX_SAFE_INTEGER<
908
1003
 
909
1004
  <tr class="deep-level-0">
910
1005
 
911
- <td class="name" id="value"><code>value</code></td>
1006
+ <td class="name"><code>value</code></td>
912
1007
 
913
1008
 
914
1009
  <td class="type">
915
1010
 
916
1011
 
917
- <span class="param-type">*</span>
1012
+ <span class="param-type">
1013
+
1014
+ *
1015
+
1016
+ </span>
918
1017
 
919
1018
 
920
1019
 
@@ -1006,7 +1105,11 @@ equal to <code>0</code> and less than or equal to <code>Number.MAX_SAFE_INTEGER<
1006
1105
  <div class='column is-5 has-text-left'>
1007
1106
  <label>类型: </label>
1008
1107
 
1009
- <span class="param-type">boolean</span>
1108
+ <span class="param-type">
1109
+
1110
+ boolean
1111
+
1112
+ </span>
1010
1113
 
1011
1114
 
1012
1115
 
@@ -1100,13 +1203,17 @@ is an object.</p>
1100
1203
 
1101
1204
  <tr class="deep-level-0">
1102
1205
 
1103
- <td class="name" id="value"><code>value</code></td>
1206
+ <td class="name"><code>value</code></td>
1104
1207
 
1105
1208
 
1106
1209
  <td class="type">
1107
1210
 
1108
1211
 
1109
- <span class="param-type">*</span>
1212
+ <span class="param-type">
1213
+
1214
+ *
1215
+
1216
+ </span>
1110
1217
 
1111
1218
 
1112
1219
 
@@ -1199,7 +1306,11 @@ else <code>false</code>.</p></div>
1199
1306
  <div class='column is-5 has-text-left'>
1200
1307
  <label>类型: </label>
1201
1308
 
1202
- <span class="param-type">boolean</span>
1309
+ <span class="param-type">
1310
+
1311
+ boolean
1312
+
1313
+ </span>
1203
1314
 
1204
1315
 
1205
1316
 
@@ -1292,13 +1403,17 @@ isArrayLikeObject(Function)
1292
1403
 
1293
1404
  <tr class="deep-level-0">
1294
1405
 
1295
- <td class="name" id="value"><code>value</code></td>
1406
+ <td class="name"><code>value</code></td>
1296
1407
 
1297
1408
 
1298
1409
  <td class="type">
1299
1410
 
1300
1411
 
1301
- <span class="param-type">*</span>
1412
+ <span class="param-type">
1413
+
1414
+ *
1415
+
1416
+ </span>
1302
1417
 
1303
1418
 
1304
1419
 
@@ -1387,7 +1502,11 @@ isArrayLikeObject(Function)
1387
1502
  <div class='column is-5 has-text-left'>
1388
1503
  <label>类型: </label>
1389
1504
 
1390
- <span class="param-type">boolean</span>
1505
+ <span class="param-type">
1506
+
1507
+ boolean
1508
+
1509
+ </span>
1391
1510
 
1392
1511
 
1393
1512
 
@@ -1463,13 +1582,17 @@ isArrayLikeObject(Function)
1463
1582
 
1464
1583
  <tr class="deep-level-0">
1465
1584
 
1466
- <td class="name" id="value"><code>value</code></td>
1585
+ <td class="name"><code>value</code></td>
1467
1586
 
1468
1587
 
1469
1588
  <td class="type">
1470
1589
 
1471
1590
 
1472
- <span class="param-type">*</span>
1591
+ <span class="param-type">
1592
+
1593
+ *
1594
+
1595
+ </span>
1473
1596
 
1474
1597
 
1475
1598
 
@@ -1558,7 +1681,11 @@ isArrayLikeObject(Function)
1558
1681
  <div class='column is-5 has-text-left'>
1559
1682
  <label>类型: </label>
1560
1683
 
1561
- <span class="param-type">boolean</span>
1684
+ <span class="param-type">
1685
+
1686
+ boolean
1687
+
1688
+ </span>
1562
1689
 
1563
1690
 
1564
1691
 
@@ -1645,13 +1772,17 @@ isBoolean(null)
1645
1772
 
1646
1773
  <tr class="deep-level-0">
1647
1774
 
1648
- <td class="name" id="value"><code>value</code></td>
1775
+ <td class="name"><code>value</code></td>
1649
1776
 
1650
1777
 
1651
1778
  <td class="type">
1652
1779
 
1653
1780
 
1654
- <span class="param-type">*</span>
1781
+ <span class="param-type">
1782
+
1783
+ *
1784
+
1785
+ </span>
1655
1786
 
1656
1787
 
1657
1788
 
@@ -1743,7 +1874,11 @@ isBoolean(null)
1743
1874
  <div class='column is-5 has-text-left'>
1744
1875
  <label>类型: </label>
1745
1876
 
1746
- <span class="param-type">boolean</span>
1877
+ <span class="param-type">
1878
+
1879
+ boolean
1880
+
1881
+ </span>
1747
1882
 
1748
1883
 
1749
1884
 
@@ -1831,13 +1966,17 @@ isElement('&lt;body>')
1831
1966
 
1832
1967
  <tr class="deep-level-0">
1833
1968
 
1834
- <td class="name" id="value"><code>value</code></td>
1969
+ <td class="name"><code>value</code></td>
1835
1970
 
1836
1971
 
1837
1972
  <td class="type">
1838
1973
 
1839
1974
 
1840
- <span class="param-type">*</span>
1975
+ <span class="param-type">
1976
+
1977
+ *
1978
+
1979
+ </span>
1841
1980
 
1842
1981
 
1843
1982
 
@@ -1929,7 +2068,11 @@ isElement('&lt;body>')
1929
2068
  <div class='column is-5 has-text-left'>
1930
2069
  <label>类型: </label>
1931
2070
 
1932
- <span class="param-type">boolean</span>
2071
+ <span class="param-type">
2072
+
2073
+ boolean
2074
+
2075
+ </span>
1933
2076
 
1934
2077
 
1935
2078
 
@@ -2016,13 +2159,17 @@ isError(Error)
2016
2159
 
2017
2160
  <tr class="deep-level-0">
2018
2161
 
2019
- <td class="name" id="value"><code>value</code></td>
2162
+ <td class="name"><code>value</code></td>
2020
2163
 
2021
2164
 
2022
2165
  <td class="type">
2023
2166
 
2024
2167
 
2025
- <span class="param-type">*</span>
2168
+ <span class="param-type">
2169
+
2170
+ *
2171
+
2172
+ </span>
2026
2173
 
2027
2174
 
2028
2175
 
@@ -2114,7 +2261,11 @@ isError(Error)
2114
2261
  <div class='column is-5 has-text-left'>
2115
2262
  <label>类型: </label>
2116
2263
 
2117
- <span class="param-type">boolean</span>
2264
+ <span class="param-type">
2265
+
2266
+ boolean
2267
+
2268
+ </span>
2118
2269
 
2119
2270
 
2120
2271
 
@@ -2215,13 +2366,17 @@ isFunction(/abc/)
2215
2366
 
2216
2367
  <tr class="deep-level-0">
2217
2368
 
2218
- <td class="name" id="value"><code>value</code></td>
2369
+ <td class="name"><code>value</code></td>
2219
2370
 
2220
2371
 
2221
2372
  <td class="type">
2222
2373
 
2223
2374
 
2224
- <span class="param-type">*</span>
2375
+ <span class="param-type">
2376
+
2377
+ *
2378
+
2379
+ </span>
2225
2380
 
2226
2381
 
2227
2382
 
@@ -2313,7 +2468,11 @@ isFunction(/abc/)
2313
2468
  <div class='column is-5 has-text-left'>
2314
2469
  <label>类型: </label>
2315
2470
 
2316
- <span class="param-type">boolean</span>
2471
+ <span class="param-type">
2472
+
2473
+ boolean
2474
+
2475
+ </span>
2317
2476
 
2318
2477
 
2319
2478
 
@@ -2406,13 +2565,17 @@ isLength('3')
2406
2565
 
2407
2566
  <tr class="deep-level-0">
2408
2567
 
2409
- <td class="name" id="value"><code>value</code></td>
2568
+ <td class="name"><code>value</code></td>
2410
2569
 
2411
2570
 
2412
2571
  <td class="type">
2413
2572
 
2414
2573
 
2415
- <span class="param-type">*</span>
2574
+ <span class="param-type">
2575
+
2576
+ *
2577
+
2578
+ </span>
2416
2579
 
2417
2580
 
2418
2581
 
@@ -2505,7 +2668,11 @@ else <code>false</code>.</p></div>
2505
2668
  <div class='column is-5 has-text-left'>
2506
2669
  <label>类型: </label>
2507
2670
 
2508
- <span class="param-type">boolean</span>
2671
+ <span class="param-type">
2672
+
2673
+ boolean
2674
+
2675
+ </span>
2509
2676
 
2510
2677
 
2511
2678
 
@@ -2592,13 +2759,17 @@ isNative(isDate)
2592
2759
 
2593
2760
  <tr class="deep-level-0">
2594
2761
 
2595
- <td class="name" id="value"><code>value</code></td>
2762
+ <td class="name"><code>value</code></td>
2596
2763
 
2597
2764
 
2598
2765
  <td class="type">
2599
2766
 
2600
2767
 
2601
- <span class="param-type">*</span>
2768
+ <span class="param-type">
2769
+
2770
+ *
2771
+
2772
+ </span>
2602
2773
 
2603
2774
 
2604
2775
 
@@ -2690,7 +2861,11 @@ isNative(isDate)
2690
2861
  <div class='column is-5 has-text-left'>
2691
2862
  <label>类型: </label>
2692
2863
 
2693
- <span class="param-type">boolean</span>
2864
+ <span class="param-type">
2865
+
2866
+ boolean
2867
+
2868
+ </span>
2694
2869
 
2695
2870
 
2696
2871
 
@@ -2780,13 +2955,17 @@ isNil(NaN)
2780
2955
 
2781
2956
  <tr class="deep-level-0">
2782
2957
 
2783
- <td class="name" id="value"><code>value</code></td>
2958
+ <td class="name"><code>value</code></td>
2784
2959
 
2785
2960
 
2786
2961
  <td class="type">
2787
2962
 
2788
2963
 
2789
- <span class="param-type">*</span>
2964
+ <span class="param-type">
2965
+
2966
+ *
2967
+
2968
+ </span>
2790
2969
 
2791
2970
 
2792
2971
 
@@ -2878,7 +3057,11 @@ isNil(NaN)
2878
3057
  <div class='column is-5 has-text-left'>
2879
3058
  <label>类型: </label>
2880
3059
 
2881
- <span class="param-type">boolean</span>
3060
+ <span class="param-type">
3061
+
3062
+ boolean
3063
+
3064
+ </span>
2882
3065
 
2883
3066
 
2884
3067
 
@@ -2967,13 +3150,17 @@ classified as numbers, use the <code>Number.isFinite</code> method.</p>
2967
3150
 
2968
3151
  <tr class="deep-level-0">
2969
3152
 
2970
- <td class="name" id="value"><code>value</code></td>
3153
+ <td class="name"><code>value</code></td>
2971
3154
 
2972
3155
 
2973
3156
  <td class="type">
2974
3157
 
2975
3158
 
2976
- <span class="param-type">*</span>
3159
+ <span class="param-type">
3160
+
3161
+ *
3162
+
3163
+ </span>
2977
3164
 
2978
3165
 
2979
3166
 
@@ -3072,7 +3259,11 @@ classified as numbers, use the <code>Number.isFinite</code> method.</p>
3072
3259
  <div class='column is-5 has-text-left'>
3073
3260
  <label>类型: </label>
3074
3261
 
3075
- <span class="param-type">boolean</span>
3262
+ <span class="param-type">
3263
+
3264
+ boolean
3265
+
3266
+ </span>
3076
3267
 
3077
3268
 
3078
3269
 
@@ -3167,13 +3358,17 @@ of <code>Object</code>. (e.g. arrays, functions, objects, regexes, <code>new Num
3167
3358
 
3168
3359
  <tr class="deep-level-0">
3169
3360
 
3170
- <td class="name" id="value"><code>value</code></td>
3361
+ <td class="name"><code>value</code></td>
3171
3362
 
3172
3363
 
3173
3364
  <td class="type">
3174
3365
 
3175
3366
 
3176
- <span class="param-type">*</span>
3367
+ <span class="param-type">
3368
+
3369
+ *
3370
+
3371
+ </span>
3177
3372
 
3178
3373
 
3179
3374
 
@@ -3265,7 +3460,11 @@ of <code>Object</code>. (e.g. arrays, functions, objects, regexes, <code>new Num
3265
3460
  <div class='column is-5 has-text-left'>
3266
3461
  <label>类型: </label>
3267
3462
 
3268
- <span class="param-type">boolean</span>
3463
+ <span class="param-type">
3464
+
3465
+ boolean
3466
+
3467
+ </span>
3269
3468
 
3270
3469
 
3271
3470
 
@@ -3359,13 +3558,17 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p>
3359
3558
 
3360
3559
  <tr class="deep-level-0">
3361
3560
 
3362
- <td class="name" id="value"><code>value</code></td>
3561
+ <td class="name"><code>value</code></td>
3363
3562
 
3364
3563
 
3365
3564
  <td class="type">
3366
3565
 
3367
3566
 
3368
- <span class="param-type">*</span>
3567
+ <span class="param-type">
3568
+
3569
+ *
3570
+
3571
+ </span>
3369
3572
 
3370
3573
 
3371
3574
 
@@ -3454,7 +3657,11 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p>
3454
3657
  <div class='column is-5 has-text-left'>
3455
3658
  <label>类型: </label>
3456
3659
 
3457
- <span class="param-type">boolean</span>
3660
+ <span class="param-type">
3661
+
3662
+ boolean
3663
+
3664
+ </span>
3458
3665
 
3459
3666
 
3460
3667
 
@@ -3548,13 +3755,17 @@ isObjectLike(null)
3548
3755
 
3549
3756
  <tr class="deep-level-0">
3550
3757
 
3551
- <td class="name" id="value"><code>value</code></td>
3758
+ <td class="name"><code>value</code></td>
3552
3759
 
3553
3760
 
3554
3761
  <td class="type">
3555
3762
 
3556
3763
 
3557
- <span class="param-type">*</span>
3764
+ <span class="param-type">
3765
+
3766
+ *
3767
+
3768
+ </span>
3558
3769
 
3559
3770
 
3560
3771
 
@@ -3646,7 +3857,11 @@ isObjectLike(null)
3646
3857
  <div class='column is-5 has-text-left'>
3647
3858
  <label>类型: </label>
3648
3859
 
3649
- <span class="param-type">boolean</span>
3860
+ <span class="param-type">
3861
+
3862
+ boolean
3863
+
3864
+ </span>
3650
3865
 
3651
3866
 
3652
3867
 
@@ -3743,13 +3958,17 @@ isPlainObject(Object.create(null))
3743
3958
 
3744
3959
  <tr class="deep-level-0">
3745
3960
 
3746
- <td class="name" id="value"><code>value</code></td>
3961
+ <td class="name"><code>value</code></td>
3747
3962
 
3748
3963
 
3749
3964
  <td class="type">
3750
3965
 
3751
3966
 
3752
- <span class="param-type">*</span>
3967
+ <span class="param-type">
3968
+
3969
+ *
3970
+
3971
+ </span>
3753
3972
 
3754
3973
 
3755
3974
 
@@ -3841,7 +4060,11 @@ isPlainObject(Object.create(null))
3841
4060
  <div class='column is-5 has-text-left'>
3842
4061
  <label>类型: </label>
3843
4062
 
3844
- <span class="param-type">boolean</span>
4063
+ <span class="param-type">
4064
+
4065
+ boolean
4066
+
4067
+ </span>
3845
4068
 
3846
4069
 
3847
4070
 
@@ -3928,13 +4151,17 @@ isString(1)
3928
4151
 
3929
4152
  <tr class="deep-level-0">
3930
4153
 
3931
- <td class="name" id="value"><code>value</code></td>
4154
+ <td class="name"><code>value</code></td>
3932
4155
 
3933
4156
 
3934
4157
  <td class="type">
3935
4158
 
3936
4159
 
3937
- <span class="param-type">*</span>
4160
+ <span class="param-type">
4161
+
4162
+ *
4163
+
4164
+ </span>
3938
4165
 
3939
4166
 
3940
4167
 
@@ -4026,7 +4253,11 @@ isString(1)
4026
4253
  <div class='column is-5 has-text-left'>
4027
4254
  <label>类型: </label>
4028
4255
 
4029
- <span class="param-type">boolean</span>
4256
+ <span class="param-type">
4257
+
4258
+ boolean
4259
+
4260
+ </span>
4030
4261
 
4031
4262
 
4032
4263
 
@@ -4113,13 +4344,17 @@ isSymbol('abc')
4113
4344
 
4114
4345
  <tr class="deep-level-0">
4115
4346
 
4116
- <td class="name" id="value"><code>value</code></td>
4347
+ <td class="name"><code>value</code></td>
4117
4348
 
4118
4349
 
4119
4350
  <td class="type">
4120
4351
 
4121
4352
 
4122
- <span class="param-type">*</span>
4353
+ <span class="param-type">
4354
+
4355
+ *
4356
+
4357
+ </span>
4123
4358
 
4124
4359
 
4125
4360
 
@@ -4211,7 +4446,11 @@ isSymbol('abc')
4211
4446
  <div class='column is-5 has-text-left'>
4212
4447
  <label>类型: </label>
4213
4448
 
4214
- <span class="param-type">boolean</span>
4449
+ <span class="param-type">
4450
+
4451
+ boolean
4452
+
4453
+ </span>
4215
4454
 
4216
4455
 
4217
4456