@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -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 +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -146,7 +146,7 @@
146
146
  <tbody>
147
147
 
148
148
  <tr class="deep-level-0">
149
- <td class="name"><code><a href="CheckUtil.html#isArguments">isArguments</a></code></td>
149
+ <td class="name"><code><a href="#isArguments">isArguments</a></code></td>
150
150
  <td class="name">
151
151
  <code>
152
152
 
@@ -154,6 +154,7 @@
154
154
  <span class="param-type">boolean</span>
155
155
 
156
156
 
157
+
157
158
 
158
159
  </code>
159
160
  </td>
@@ -161,7 +162,7 @@
161
162
  </tr>
162
163
 
163
164
  <tr class="deep-level-0">
164
- <td class="name"><code><a href="CheckUtil.html#isArray">isArray</a></code></td>
165
+ <td class="name"><code><a href="#isArray">isArray</a></code></td>
165
166
  <td class="name">
166
167
  <code>
167
168
 
@@ -169,6 +170,7 @@
169
170
  <span class="param-type">boolean</span>
170
171
 
171
172
 
173
+
172
174
 
173
175
  </code>
174
176
  </td>
@@ -176,7 +178,7 @@
176
178
  </tr>
177
179
 
178
180
  <tr class="deep-level-0">
179
- <td class="name"><code><a href="CheckUtil.html#isArrayLike">isArrayLike</a></code></td>
181
+ <td class="name"><code><a href="#isArrayLike">isArrayLike</a></code></td>
180
182
  <td class="name">
181
183
  <code>
182
184
 
@@ -184,6 +186,7 @@
184
186
  <span class="param-type">boolean</span>
185
187
 
186
188
 
189
+
187
190
 
188
191
  </code>
189
192
  </td>
@@ -193,7 +196,7 @@ equal to <code>0</code> and less than or equal to <code>Number.MAX_SAFE_INTEGER<
193
196
  </tr>
194
197
 
195
198
  <tr class="deep-level-0">
196
- <td class="name"><code><a href="CheckUtil.html#isArrayLikeObject">isArrayLikeObject</a></code></td>
199
+ <td class="name"><code><a href="#isArrayLikeObject">isArrayLikeObject</a></code></td>
197
200
  <td class="name">
198
201
  <code>
199
202
 
@@ -201,6 +204,7 @@ equal to <code>0</code> and less than or equal to <code>Number.MAX_SAFE_INTEGER<
201
204
  <span class="param-type">boolean</span>
202
205
 
203
206
 
207
+
204
208
 
205
209
  </code>
206
210
  </td>
@@ -209,7 +213,7 @@ is an object.</p></code></td>
209
213
  </tr>
210
214
 
211
215
  <tr class="deep-level-0">
212
- <td class="name"><code><a href="CheckUtil.html#isBase64">isBase64</a></code></td>
216
+ <td class="name"><code><a href="#isBase64">isBase64</a></code></td>
213
217
  <td class="name">
214
218
  <code>
215
219
 
@@ -217,6 +221,7 @@ is an object.</p></code></td>
217
221
  <span class="param-type">boolean</span>
218
222
 
219
223
 
224
+
220
225
 
221
226
  </code>
222
227
  </td>
@@ -224,7 +229,7 @@ is an object.</p></code></td>
224
229
  </tr>
225
230
 
226
231
  <tr class="deep-level-0">
227
- <td class="name"><code><a href="CheckUtil.html#isBoolean">isBoolean</a></code></td>
232
+ <td class="name"><code><a href="#isBoolean">isBoolean</a></code></td>
228
233
  <td class="name">
229
234
  <code>
230
235
 
@@ -232,6 +237,7 @@ is an object.</p></code></td>
232
237
  <span class="param-type">boolean</span>
233
238
 
234
239
 
240
+
235
241
 
236
242
  </code>
237
243
  </td>
@@ -239,7 +245,7 @@ is an object.</p></code></td>
239
245
  </tr>
240
246
 
241
247
  <tr class="deep-level-0">
242
- <td class="name"><code><a href="CheckUtil.html#isElement">isElement</a></code></td>
248
+ <td class="name"><code><a href="#isElement">isElement</a></code></td>
243
249
  <td class="name">
244
250
  <code>
245
251
 
@@ -247,6 +253,7 @@ is an object.</p></code></td>
247
253
  <span class="param-type">boolean</span>
248
254
 
249
255
 
256
+
250
257
 
251
258
  </code>
252
259
  </td>
@@ -254,7 +261,7 @@ is an object.</p></code></td>
254
261
  </tr>
255
262
 
256
263
  <tr class="deep-level-0">
257
- <td class="name"><code><a href="CheckUtil.html#isError">isError</a></code></td>
264
+ <td class="name"><code><a href="#isError">isError</a></code></td>
258
265
  <td class="name">
259
266
  <code>
260
267
 
@@ -262,6 +269,7 @@ is an object.</p></code></td>
262
269
  <span class="param-type">boolean</span>
263
270
 
264
271
 
272
+
265
273
 
266
274
  </code>
267
275
  </td>
@@ -270,7 +278,7 @@ is an object.</p></code></td>
270
278
  </tr>
271
279
 
272
280
  <tr class="deep-level-0">
273
- <td class="name"><code><a href="CheckUtil.html#isFunction">isFunction</a></code></td>
281
+ <td class="name"><code><a href="#isFunction">isFunction</a></code></td>
274
282
  <td class="name">
275
283
  <code>
276
284
 
@@ -278,6 +286,7 @@ is an object.</p></code></td>
278
286
  <span class="param-type">boolean</span>
279
287
 
280
288
 
289
+
281
290
 
282
291
  </code>
283
292
  </td>
@@ -285,7 +294,7 @@ is an object.</p></code></td>
285
294
  </tr>
286
295
 
287
296
  <tr class="deep-level-0">
288
- <td class="name"><code><a href="CheckUtil.html#isLength">isLength</a></code></td>
297
+ <td class="name"><code><a href="#isLength">isLength</a></code></td>
289
298
  <td class="name">
290
299
  <code>
291
300
 
@@ -293,6 +302,7 @@ is an object.</p></code></td>
293
302
  <span class="param-type">boolean</span>
294
303
 
295
304
 
305
+
296
306
 
297
307
  </code>
298
308
  </td>
@@ -302,7 +312,7 @@ is an object.</p></code></td>
302
312
  </tr>
303
313
 
304
314
  <tr class="deep-level-0">
305
- <td class="name"><code><a href="CheckUtil.html#isNative">isNative</a></code></td>
315
+ <td class="name"><code><a href="#isNative">isNative</a></code></td>
306
316
  <td class="name">
307
317
  <code>
308
318
 
@@ -310,6 +320,7 @@ is an object.</p></code></td>
310
320
  <span class="param-type">boolean</span>
311
321
 
312
322
 
323
+
313
324
 
314
325
  </code>
315
326
  </td>
@@ -317,7 +328,7 @@ is an object.</p></code></td>
317
328
  </tr>
318
329
 
319
330
  <tr class="deep-level-0">
320
- <td class="name"><code><a href="CheckUtil.html#isNil">isNil</a></code></td>
331
+ <td class="name"><code><a href="#isNil">isNil</a></code></td>
321
332
  <td class="name">
322
333
  <code>
323
334
 
@@ -325,6 +336,7 @@ is an object.</p></code></td>
325
336
  <span class="param-type">boolean</span>
326
337
 
327
338
 
339
+
328
340
 
329
341
  </code>
330
342
  </td>
@@ -332,7 +344,7 @@ is an object.</p></code></td>
332
344
  </tr>
333
345
 
334
346
  <tr class="deep-level-0">
335
- <td class="name"><code><a href="CheckUtil.html#isNull">isNull</a></code></td>
347
+ <td class="name"><code><a href="#isNull">isNull</a></code></td>
336
348
  <td class="name">
337
349
  <code>
338
350
 
@@ -340,6 +352,7 @@ is an object.</p></code></td>
340
352
  <span class="param-type">boolean</span>
341
353
 
342
354
 
355
+
343
356
 
344
357
  </code>
345
358
  </td>
@@ -347,7 +360,7 @@ is an object.</p></code></td>
347
360
  </tr>
348
361
 
349
362
  <tr class="deep-level-0">
350
- <td class="name"><code><a href="CheckUtil.html#isNumber">isNumber</a></code></td>
363
+ <td class="name"><code><a href="#isNumber">isNumber</a></code></td>
351
364
  <td class="name">
352
365
  <code>
353
366
 
@@ -355,6 +368,7 @@ is an object.</p></code></td>
355
368
  <span class="param-type">boolean</span>
356
369
 
357
370
 
371
+
358
372
 
359
373
  </code>
360
374
  </td>
@@ -364,7 +378,7 @@ classified as numbers, use the <code>Number.isFinite</code> method.</p></code></
364
378
  </tr>
365
379
 
366
380
  <tr class="deep-level-0">
367
- <td class="name"><code><a href="CheckUtil.html#isObject">isObject</a></code></td>
381
+ <td class="name"><code><a href="#isObject">isObject</a></code></td>
368
382
  <td class="name">
369
383
  <code>
370
384
 
@@ -372,6 +386,7 @@ classified as numbers, use the <code>Number.isFinite</code> method.</p></code></
372
386
  <span class="param-type">boolean</span>
373
387
 
374
388
 
389
+
375
390
 
376
391
  </code>
377
392
  </td>
@@ -381,7 +396,7 @@ of <code>Object</code>. (e.g. arrays, functions, objects, regexes, <code>new Num
381
396
  </tr>
382
397
 
383
398
  <tr class="deep-level-0">
384
- <td class="name"><code><a href="CheckUtil.html#isObjectLike">isObjectLike</a></code></td>
399
+ <td class="name"><code><a href="#isObjectLike">isObjectLike</a></code></td>
385
400
  <td class="name">
386
401
  <code>
387
402
 
@@ -389,6 +404,7 @@ of <code>Object</code>. (e.g. arrays, functions, objects, regexes, <code>new Num
389
404
  <span class="param-type">boolean</span>
390
405
 
391
406
 
407
+
392
408
 
393
409
  </code>
394
410
  </td>
@@ -397,7 +413,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
397
413
  </tr>
398
414
 
399
415
  <tr class="deep-level-0">
400
- <td class="name"><code><a href="CheckUtil.html#isPlainObject">isPlainObject</a></code></td>
416
+ <td class="name"><code><a href="#isPlainObject">isPlainObject</a></code></td>
401
417
  <td class="name">
402
418
  <code>
403
419
 
@@ -405,6 +421,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
405
421
  <span class="param-type">boolean</span>
406
422
 
407
423
 
424
+
408
425
 
409
426
  </code>
410
427
  </td>
@@ -413,7 +430,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
413
430
  </tr>
414
431
 
415
432
  <tr class="deep-level-0">
416
- <td class="name"><code><a href="CheckUtil.html#isString">isString</a></code></td>
433
+ <td class="name"><code><a href="#isString">isString</a></code></td>
417
434
  <td class="name">
418
435
  <code>
419
436
 
@@ -421,6 +438,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
421
438
  <span class="param-type">boolean</span>
422
439
 
423
440
 
441
+
424
442
 
425
443
  </code>
426
444
  </td>
@@ -428,7 +446,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
428
446
  </tr>
429
447
 
430
448
  <tr class="deep-level-0">
431
- <td class="name"><code><a href="CheckUtil.html#isSymbol">isSymbol</a></code></td>
449
+ <td class="name"><code><a href="#isSymbol">isSymbol</a></code></td>
432
450
  <td class="name">
433
451
  <code>
434
452
 
@@ -436,6 +454,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
436
454
  <span class="param-type">boolean</span>
437
455
 
438
456
 
457
+
439
458
 
440
459
  </code>
441
460
  </td>
@@ -443,7 +462,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
443
462
  </tr>
444
463
 
445
464
  <tr class="deep-level-0">
446
- <td class="name"><code><a href="CheckUtil.html#isUndefined">isUndefined</a></code></td>
465
+ <td class="name"><code><a href="#isUndefined">isUndefined</a></code></td>
447
466
  <td class="name">
448
467
  <code>
449
468
 
@@ -451,6 +470,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
451
470
  <span class="param-type">boolean</span>
452
471
 
453
472
 
473
+
454
474
 
455
475
  </code>
456
476
  </td>
@@ -528,6 +548,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
528
548
  <span class="param-type">*</span>
529
549
 
530
550
 
551
+
531
552
 
532
553
  </td>
533
554
 
@@ -619,6 +640,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
619
640
  <span class="param-type">boolean</span>
620
641
 
621
642
 
643
+
622
644
  </div>
623
645
 
624
646
  </div>
@@ -711,6 +733,7 @@ isArguments([1, 2, 3])
711
733
  <span class="param-type">*</span>
712
734
 
713
735
 
736
+
714
737
 
715
738
  </td>
716
739
 
@@ -802,6 +825,7 @@ isArguments([1, 2, 3])
802
825
  <span class="param-type">boolean</span>
803
826
 
804
827
 
828
+
805
829
  </div>
806
830
 
807
831
  </div>
@@ -893,6 +917,7 @@ equal to <code>0</code> and less than or equal to <code>Number.MAX_SAFE_INTEGER<
893
917
  <span class="param-type">*</span>
894
918
 
895
919
 
920
+
896
921
 
897
922
  </td>
898
923
 
@@ -984,6 +1009,7 @@ equal to <code>0</code> and less than or equal to <code>Number.MAX_SAFE_INTEGER<
984
1009
  <span class="param-type">boolean</span>
985
1010
 
986
1011
 
1012
+
987
1013
  </div>
988
1014
 
989
1015
  </div>
@@ -1083,6 +1109,7 @@ is an object.</p>
1083
1109
  <span class="param-type">*</span>
1084
1110
 
1085
1111
 
1112
+
1086
1113
 
1087
1114
  </td>
1088
1115
 
@@ -1175,6 +1202,7 @@ else <code>false</code>.</p></div>
1175
1202
  <span class="param-type">boolean</span>
1176
1203
 
1177
1204
 
1205
+
1178
1206
  </div>
1179
1207
 
1180
1208
  </div>
@@ -1273,6 +1301,7 @@ isArrayLikeObject(Function)
1273
1301
  <span class="param-type">*</span>
1274
1302
 
1275
1303
 
1304
+
1276
1305
 
1277
1306
  </td>
1278
1307
 
@@ -1361,6 +1390,7 @@ isArrayLikeObject(Function)
1361
1390
  <span class="param-type">boolean</span>
1362
1391
 
1363
1392
 
1393
+
1364
1394
  </div>
1365
1395
 
1366
1396
  </div>
@@ -1442,6 +1472,7 @@ isArrayLikeObject(Function)
1442
1472
  <span class="param-type">*</span>
1443
1473
 
1444
1474
 
1475
+
1445
1476
 
1446
1477
  </td>
1447
1478
 
@@ -1530,6 +1561,7 @@ isArrayLikeObject(Function)
1530
1561
  <span class="param-type">boolean</span>
1531
1562
 
1532
1563
 
1564
+
1533
1565
  </div>
1534
1566
 
1535
1567
  </div>
@@ -1622,6 +1654,7 @@ isBoolean(null)
1622
1654
  <span class="param-type">*</span>
1623
1655
 
1624
1656
 
1657
+
1625
1658
 
1626
1659
  </td>
1627
1660
 
@@ -1713,6 +1746,7 @@ isBoolean(null)
1713
1746
  <span class="param-type">boolean</span>
1714
1747
 
1715
1748
 
1749
+
1716
1750
  </div>
1717
1751
 
1718
1752
  </div>
@@ -1806,6 +1840,7 @@ isElement('&lt;body>')
1806
1840
  <span class="param-type">*</span>
1807
1841
 
1808
1842
 
1843
+
1809
1844
 
1810
1845
  </td>
1811
1846
 
@@ -1897,6 +1932,7 @@ isElement('&lt;body>')
1897
1932
  <span class="param-type">boolean</span>
1898
1933
 
1899
1934
 
1935
+
1900
1936
  </div>
1901
1937
 
1902
1938
  </div>
@@ -1989,6 +2025,7 @@ isError(Error)
1989
2025
  <span class="param-type">*</span>
1990
2026
 
1991
2027
 
2028
+
1992
2029
 
1993
2030
  </td>
1994
2031
 
@@ -2080,6 +2117,7 @@ isError(Error)
2080
2117
  <span class="param-type">boolean</span>
2081
2118
 
2082
2119
 
2120
+
2083
2121
  </div>
2084
2122
 
2085
2123
  </div>
@@ -2186,6 +2224,7 @@ isFunction(/abc/)
2186
2224
  <span class="param-type">*</span>
2187
2225
 
2188
2226
 
2227
+
2189
2228
 
2190
2229
  </td>
2191
2230
 
@@ -2277,6 +2316,7 @@ isFunction(/abc/)
2277
2316
  <span class="param-type">boolean</span>
2278
2317
 
2279
2318
 
2319
+
2280
2320
  </div>
2281
2321
 
2282
2322
  </div>
@@ -2375,6 +2415,7 @@ isLength('3')
2375
2415
  <span class="param-type">*</span>
2376
2416
 
2377
2417
 
2418
+
2378
2419
 
2379
2420
  </td>
2380
2421
 
@@ -2467,6 +2508,7 @@ else <code>false</code>.</p></div>
2467
2508
  <span class="param-type">boolean</span>
2468
2509
 
2469
2510
 
2511
+
2470
2512
  </div>
2471
2513
 
2472
2514
  </div>
@@ -2559,6 +2601,7 @@ isNative(isDate)
2559
2601
  <span class="param-type">*</span>
2560
2602
 
2561
2603
 
2604
+
2562
2605
 
2563
2606
  </td>
2564
2607
 
@@ -2650,6 +2693,7 @@ isNative(isDate)
2650
2693
  <span class="param-type">boolean</span>
2651
2694
 
2652
2695
 
2696
+
2653
2697
  </div>
2654
2698
 
2655
2699
  </div>
@@ -2745,6 +2789,7 @@ isNil(NaN)
2745
2789
  <span class="param-type">*</span>
2746
2790
 
2747
2791
 
2792
+
2748
2793
 
2749
2794
  </td>
2750
2795
 
@@ -2836,6 +2881,7 @@ isNil(NaN)
2836
2881
  <span class="param-type">boolean</span>
2837
2882
 
2838
2883
 
2884
+
2839
2885
  </div>
2840
2886
 
2841
2887
  </div>
@@ -2930,6 +2976,7 @@ classified as numbers, use the <code>Number.isFinite</code> method.</p>
2930
2976
  <span class="param-type">*</span>
2931
2977
 
2932
2978
 
2979
+
2933
2980
 
2934
2981
  </td>
2935
2982
 
@@ -3028,6 +3075,7 @@ classified as numbers, use the <code>Number.isFinite</code> method.</p>
3028
3075
  <span class="param-type">boolean</span>
3029
3076
 
3030
3077
 
3078
+
3031
3079
  </div>
3032
3080
 
3033
3081
  </div>
@@ -3128,6 +3176,7 @@ of <code>Object</code>. (e.g. arrays, functions, objects, regexes, <code>new Num
3128
3176
  <span class="param-type">*</span>
3129
3177
 
3130
3178
 
3179
+
3131
3180
 
3132
3181
  </td>
3133
3182
 
@@ -3219,6 +3268,7 @@ of <code>Object</code>. (e.g. arrays, functions, objects, regexes, <code>new Num
3219
3268
  <span class="param-type">boolean</span>
3220
3269
 
3221
3270
 
3271
+
3222
3272
  </div>
3223
3273
 
3224
3274
  </div>
@@ -3318,6 +3368,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p>
3318
3368
  <span class="param-type">*</span>
3319
3369
 
3320
3370
 
3371
+
3321
3372
 
3322
3373
  </td>
3323
3374
 
@@ -3406,6 +3457,7 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p>
3406
3457
  <span class="param-type">boolean</span>
3407
3458
 
3408
3459
 
3460
+
3409
3461
  </div>
3410
3462
 
3411
3463
  </div>
@@ -3505,6 +3557,7 @@ isObjectLike(null)
3505
3557
  <span class="param-type">*</span>
3506
3558
 
3507
3559
 
3560
+
3508
3561
 
3509
3562
  </td>
3510
3563
 
@@ -3596,6 +3649,7 @@ isObjectLike(null)
3596
3649
  <span class="param-type">boolean</span>
3597
3650
 
3598
3651
 
3652
+
3599
3653
  </div>
3600
3654
 
3601
3655
  </div>
@@ -3698,6 +3752,7 @@ isPlainObject(Object.create(null))
3698
3752
  <span class="param-type">*</span>
3699
3753
 
3700
3754
 
3755
+
3701
3756
 
3702
3757
  </td>
3703
3758
 
@@ -3789,6 +3844,7 @@ isPlainObject(Object.create(null))
3789
3844
  <span class="param-type">boolean</span>
3790
3845
 
3791
3846
 
3847
+
3792
3848
  </div>
3793
3849
 
3794
3850
  </div>
@@ -3881,6 +3937,7 @@ isString(1)
3881
3937
  <span class="param-type">*</span>
3882
3938
 
3883
3939
 
3940
+
3884
3941
 
3885
3942
  </td>
3886
3943
 
@@ -3972,6 +4029,7 @@ isString(1)
3972
4029
  <span class="param-type">boolean</span>
3973
4030
 
3974
4031
 
4032
+
3975
4033
  </div>
3976
4034
 
3977
4035
  </div>
@@ -4064,6 +4122,7 @@ isSymbol('abc')
4064
4122
  <span class="param-type">*</span>
4065
4123
 
4066
4124
 
4125
+
4067
4126
 
4068
4127
  </td>
4069
4128
 
@@ -4155,6 +4214,7 @@ isSymbol('abc')
4155
4214
  <span class="param-type">boolean</span>
4156
4215
 
4157
4216
 
4217
+
4158
4218
  </div>
4159
4219
 
4160
4220
  </div>