@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
@@ -146,12 +146,17 @@
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
 
153
153
 
154
- <span class="param-type">boolean</span>
154
+ <span class="param-type">
155
+
156
+ boolean
157
+
158
+ </span>
159
+
155
160
 
156
161
 
157
162
 
@@ -161,12 +166,17 @@
161
166
  </tr>
162
167
 
163
168
  <tr class="deep-level-0">
164
- <td class="name"><code><a href="CheckUtil.html#isArray">isArray</a></code></td>
169
+ <td class="name"><code><a href="#isArray">isArray</a></code></td>
165
170
  <td class="name">
166
171
  <code>
167
172
 
168
173
 
169
- <span class="param-type">boolean</span>
174
+ <span class="param-type">
175
+
176
+ boolean
177
+
178
+ </span>
179
+
170
180
 
171
181
 
172
182
 
@@ -176,12 +186,17 @@
176
186
  </tr>
177
187
 
178
188
  <tr class="deep-level-0">
179
- <td class="name"><code><a href="CheckUtil.html#isArrayLike">isArrayLike</a></code></td>
189
+ <td class="name"><code><a href="#isArrayLike">isArrayLike</a></code></td>
180
190
  <td class="name">
181
191
  <code>
182
192
 
183
193
 
184
- <span class="param-type">boolean</span>
194
+ <span class="param-type">
195
+
196
+ boolean
197
+
198
+ </span>
199
+
185
200
 
186
201
 
187
202
 
@@ -193,12 +208,17 @@ equal to <code>0</code> and less than or equal to <code>Number.MAX_SAFE_INTEGER<
193
208
  </tr>
194
209
 
195
210
  <tr class="deep-level-0">
196
- <td class="name"><code><a href="CheckUtil.html#isArrayLikeObject">isArrayLikeObject</a></code></td>
211
+ <td class="name"><code><a href="#isArrayLikeObject">isArrayLikeObject</a></code></td>
197
212
  <td class="name">
198
213
  <code>
199
214
 
200
215
 
201
- <span class="param-type">boolean</span>
216
+ <span class="param-type">
217
+
218
+ boolean
219
+
220
+ </span>
221
+
202
222
 
203
223
 
204
224
 
@@ -209,12 +229,17 @@ is an object.</p></code></td>
209
229
  </tr>
210
230
 
211
231
  <tr class="deep-level-0">
212
- <td class="name"><code><a href="CheckUtil.html#isBase64">isBase64</a></code></td>
232
+ <td class="name"><code><a href="#isBase64">isBase64</a></code></td>
213
233
  <td class="name">
214
234
  <code>
215
235
 
216
236
 
217
- <span class="param-type">boolean</span>
237
+ <span class="param-type">
238
+
239
+ boolean
240
+
241
+ </span>
242
+
218
243
 
219
244
 
220
245
 
@@ -224,12 +249,17 @@ is an object.</p></code></td>
224
249
  </tr>
225
250
 
226
251
  <tr class="deep-level-0">
227
- <td class="name"><code><a href="CheckUtil.html#isBoolean">isBoolean</a></code></td>
252
+ <td class="name"><code><a href="#isBoolean">isBoolean</a></code></td>
228
253
  <td class="name">
229
254
  <code>
230
255
 
231
256
 
232
- <span class="param-type">boolean</span>
257
+ <span class="param-type">
258
+
259
+ boolean
260
+
261
+ </span>
262
+
233
263
 
234
264
 
235
265
 
@@ -239,12 +269,17 @@ is an object.</p></code></td>
239
269
  </tr>
240
270
 
241
271
  <tr class="deep-level-0">
242
- <td class="name"><code><a href="CheckUtil.html#isElement">isElement</a></code></td>
272
+ <td class="name"><code><a href="#isElement">isElement</a></code></td>
243
273
  <td class="name">
244
274
  <code>
245
275
 
246
276
 
247
- <span class="param-type">boolean</span>
277
+ <span class="param-type">
278
+
279
+ boolean
280
+
281
+ </span>
282
+
248
283
 
249
284
 
250
285
 
@@ -254,12 +289,17 @@ is an object.</p></code></td>
254
289
  </tr>
255
290
 
256
291
  <tr class="deep-level-0">
257
- <td class="name"><code><a href="CheckUtil.html#isError">isError</a></code></td>
292
+ <td class="name"><code><a href="#isError">isError</a></code></td>
258
293
  <td class="name">
259
294
  <code>
260
295
 
261
296
 
262
- <span class="param-type">boolean</span>
297
+ <span class="param-type">
298
+
299
+ boolean
300
+
301
+ </span>
302
+
263
303
 
264
304
 
265
305
 
@@ -270,12 +310,17 @@ is an object.</p></code></td>
270
310
  </tr>
271
311
 
272
312
  <tr class="deep-level-0">
273
- <td class="name"><code><a href="CheckUtil.html#isFunction">isFunction</a></code></td>
313
+ <td class="name"><code><a href="#isFunction">isFunction</a></code></td>
274
314
  <td class="name">
275
315
  <code>
276
316
 
277
317
 
278
- <span class="param-type">boolean</span>
318
+ <span class="param-type">
319
+
320
+ boolean
321
+
322
+ </span>
323
+
279
324
 
280
325
 
281
326
 
@@ -285,12 +330,17 @@ is an object.</p></code></td>
285
330
  </tr>
286
331
 
287
332
  <tr class="deep-level-0">
288
- <td class="name"><code><a href="CheckUtil.html#isLength">isLength</a></code></td>
333
+ <td class="name"><code><a href="#isLength">isLength</a></code></td>
289
334
  <td class="name">
290
335
  <code>
291
336
 
292
337
 
293
- <span class="param-type">boolean</span>
338
+ <span class="param-type">
339
+
340
+ boolean
341
+
342
+ </span>
343
+
294
344
 
295
345
 
296
346
 
@@ -298,16 +348,21 @@ is an object.</p></code></td>
298
348
  </td>
299
349
  <td class="name"><code><p>Checks if <code>value</code> is a valid array-like length.</p>
300
350
  <p><strong>Note:</strong> This method is loosely based on
301
- <a href="http://ecma-international.org/ecma-262/7.0/#sec-tolength"><code>ToLength</code></a>.</p></code></td>
351
+ </code></td>
302
352
  </tr>
303
353
 
304
354
  <tr class="deep-level-0">
305
- <td class="name"><code><a href="CheckUtil.html#isNative">isNative</a></code></td>
355
+ <td class="name"><code><a href="#isNative">isNative</a></code></td>
306
356
  <td class="name">
307
357
  <code>
308
358
 
309
359
 
310
- <span class="param-type">boolean</span>
360
+ <span class="param-type">
361
+
362
+ boolean
363
+
364
+ </span>
365
+
311
366
 
312
367
 
313
368
 
@@ -317,12 +372,17 @@ is an object.</p></code></td>
317
372
  </tr>
318
373
 
319
374
  <tr class="deep-level-0">
320
- <td class="name"><code><a href="CheckUtil.html#isNil">isNil</a></code></td>
375
+ <td class="name"><code><a href="#isNil">isNil</a></code></td>
321
376
  <td class="name">
322
377
  <code>
323
378
 
324
379
 
325
- <span class="param-type">boolean</span>
380
+ <span class="param-type">
381
+
382
+ boolean
383
+
384
+ </span>
385
+
326
386
 
327
387
 
328
388
 
@@ -332,12 +392,17 @@ is an object.</p></code></td>
332
392
  </tr>
333
393
 
334
394
  <tr class="deep-level-0">
335
- <td class="name"><code><a href="CheckUtil.html#isNull">isNull</a></code></td>
395
+ <td class="name"><code><a href="#isNull">isNull</a></code></td>
336
396
  <td class="name">
337
397
  <code>
338
398
 
339
399
 
340
- <span class="param-type">boolean</span>
400
+ <span class="param-type">
401
+
402
+ boolean
403
+
404
+ </span>
405
+
341
406
 
342
407
 
343
408
 
@@ -347,12 +412,17 @@ is an object.</p></code></td>
347
412
  </tr>
348
413
 
349
414
  <tr class="deep-level-0">
350
- <td class="name"><code><a href="CheckUtil.html#isNumber">isNumber</a></code></td>
415
+ <td class="name"><code><a href="#isNumber">isNumber</a></code></td>
351
416
  <td class="name">
352
417
  <code>
353
418
 
354
419
 
355
- <span class="param-type">boolean</span>
420
+ <span class="param-type">
421
+
422
+ boolean
423
+
424
+ </span>
425
+
356
426
 
357
427
 
358
428
 
@@ -364,29 +434,38 @@ classified as numbers, use the <code>Number.isFinite</code> method.</p></code></
364
434
  </tr>
365
435
 
366
436
  <tr class="deep-level-0">
367
- <td class="name"><code><a href="CheckUtil.html#isObject">isObject</a></code></td>
437
+ <td class="name"><code><a href="#isObject">isObject</a></code></td>
368
438
  <td class="name">
369
439
  <code>
370
440
 
371
441
 
372
- <span class="param-type">boolean</span>
442
+ <span class="param-type">
443
+
444
+ boolean
445
+
446
+ </span>
447
+
373
448
 
374
449
 
375
450
 
376
451
  </code>
377
452
  </td>
378
453
  <td class="name"><code><p>Checks if <code>value</code> is the
379
- <a href="http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types">language type</a>
380
- 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>
381
455
  </tr>
382
456
 
383
457
  <tr class="deep-level-0">
384
- <td class="name"><code><a href="CheckUtil.html#isObjectLike">isObjectLike</a></code></td>
458
+ <td class="name"><code><a href="#isObjectLike">isObjectLike</a></code></td>
385
459
  <td class="name">
386
460
  <code>
387
461
 
388
462
 
389
- <span class="param-type">boolean</span>
463
+ <span class="param-type">
464
+
465
+ boolean
466
+
467
+ </span>
468
+
390
469
 
391
470
 
392
471
 
@@ -397,12 +476,17 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
397
476
  </tr>
398
477
 
399
478
  <tr class="deep-level-0">
400
- <td class="name"><code><a href="CheckUtil.html#isPlainObject">isPlainObject</a></code></td>
479
+ <td class="name"><code><a href="#isPlainObject">isPlainObject</a></code></td>
401
480
  <td class="name">
402
481
  <code>
403
482
 
404
483
 
405
- <span class="param-type">boolean</span>
484
+ <span class="param-type">
485
+
486
+ boolean
487
+
488
+ </span>
489
+
406
490
 
407
491
 
408
492
 
@@ -413,12 +497,17 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
413
497
  </tr>
414
498
 
415
499
  <tr class="deep-level-0">
416
- <td class="name"><code><a href="CheckUtil.html#isString">isString</a></code></td>
500
+ <td class="name"><code><a href="#isString">isString</a></code></td>
417
501
  <td class="name">
418
502
  <code>
419
503
 
420
504
 
421
- <span class="param-type">boolean</span>
505
+ <span class="param-type">
506
+
507
+ boolean
508
+
509
+ </span>
510
+
422
511
 
423
512
 
424
513
 
@@ -428,12 +517,17 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
428
517
  </tr>
429
518
 
430
519
  <tr class="deep-level-0">
431
- <td class="name"><code><a href="CheckUtil.html#isSymbol">isSymbol</a></code></td>
520
+ <td class="name"><code><a href="#isSymbol">isSymbol</a></code></td>
432
521
  <td class="name">
433
522
  <code>
434
523
 
435
524
 
436
- <span class="param-type">boolean</span>
525
+ <span class="param-type">
526
+
527
+ boolean
528
+
529
+ </span>
530
+
437
531
 
438
532
 
439
533
 
@@ -443,12 +537,17 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
443
537
  </tr>
444
538
 
445
539
  <tr class="deep-level-0">
446
- <td class="name"><code><a href="CheckUtil.html#isUndefined">isUndefined</a></code></td>
540
+ <td class="name"><code><a href="#isUndefined">isUndefined</a></code></td>
447
541
  <td class="name">
448
542
  <code>
449
543
 
450
544
 
451
- <span class="param-type">boolean</span>
545
+ <span class="param-type">
546
+
547
+ boolean
548
+
549
+ </span>
550
+
452
551
 
453
552
 
454
553
 
@@ -519,13 +618,18 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
519
618
 
520
619
  <tr class="deep-level-0">
521
620
 
522
- <td class="name" id="value"><code>value</code></td>
621
+ <td class="name"><code>value</code></td>
523
622
 
524
623
 
525
624
  <td class="type">
526
625
 
527
626
 
528
- <span class="param-type">*</span>
627
+ <span class="param-type">
628
+
629
+ *
630
+
631
+ </span>
632
+
529
633
 
530
634
 
531
635
 
@@ -616,7 +720,12 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p></code></td>
616
720
  <div class='column is-5 has-text-left'>
617
721
  <label>类型: </label>
618
722
 
619
- <span class="param-type">boolean</span>
723
+ <span class="param-type">
724
+
725
+ boolean
726
+
727
+ </span>
728
+
620
729
 
621
730
 
622
731
  </div>
@@ -702,13 +811,18 @@ isArguments([1, 2, 3])
702
811
 
703
812
  <tr class="deep-level-0">
704
813
 
705
- <td class="name" id="value"><code>value</code></td>
814
+ <td class="name"><code>value</code></td>
706
815
 
707
816
 
708
817
  <td class="type">
709
818
 
710
819
 
711
- <span class="param-type">*</span>
820
+ <span class="param-type">
821
+
822
+ *
823
+
824
+ </span>
825
+
712
826
 
713
827
 
714
828
 
@@ -799,7 +913,12 @@ isArguments([1, 2, 3])
799
913
  <div class='column is-5 has-text-left'>
800
914
  <label>类型: </label>
801
915
 
802
- <span class="param-type">boolean</span>
916
+ <span class="param-type">
917
+
918
+ boolean
919
+
920
+ </span>
921
+
803
922
 
804
923
 
805
924
  </div>
@@ -884,13 +1003,18 @@ equal to <code>0</code> and less than or equal to <code>Number.MAX_SAFE_INTEGER<
884
1003
 
885
1004
  <tr class="deep-level-0">
886
1005
 
887
- <td class="name" id="value"><code>value</code></td>
1006
+ <td class="name"><code>value</code></td>
888
1007
 
889
1008
 
890
1009
  <td class="type">
891
1010
 
892
1011
 
893
- <span class="param-type">*</span>
1012
+ <span class="param-type">
1013
+
1014
+ *
1015
+
1016
+ </span>
1017
+
894
1018
 
895
1019
 
896
1020
 
@@ -981,7 +1105,12 @@ equal to <code>0</code> and less than or equal to <code>Number.MAX_SAFE_INTEGER<
981
1105
  <div class='column is-5 has-text-left'>
982
1106
  <label>类型: </label>
983
1107
 
984
- <span class="param-type">boolean</span>
1108
+ <span class="param-type">
1109
+
1110
+ boolean
1111
+
1112
+ </span>
1113
+
985
1114
 
986
1115
 
987
1116
  </div>
@@ -1074,13 +1203,18 @@ is an object.</p>
1074
1203
 
1075
1204
  <tr class="deep-level-0">
1076
1205
 
1077
- <td class="name" id="value"><code>value</code></td>
1206
+ <td class="name"><code>value</code></td>
1078
1207
 
1079
1208
 
1080
1209
  <td class="type">
1081
1210
 
1082
1211
 
1083
- <span class="param-type">*</span>
1212
+ <span class="param-type">
1213
+
1214
+ *
1215
+
1216
+ </span>
1217
+
1084
1218
 
1085
1219
 
1086
1220
 
@@ -1172,7 +1306,12 @@ else <code>false</code>.</p></div>
1172
1306
  <div class='column is-5 has-text-left'>
1173
1307
  <label>类型: </label>
1174
1308
 
1175
- <span class="param-type">boolean</span>
1309
+ <span class="param-type">
1310
+
1311
+ boolean
1312
+
1313
+ </span>
1314
+
1176
1315
 
1177
1316
 
1178
1317
  </div>
@@ -1264,13 +1403,18 @@ isArrayLikeObject(Function)
1264
1403
 
1265
1404
  <tr class="deep-level-0">
1266
1405
 
1267
- <td class="name" id="value"><code>value</code></td>
1406
+ <td class="name"><code>value</code></td>
1268
1407
 
1269
1408
 
1270
1409
  <td class="type">
1271
1410
 
1272
1411
 
1273
- <span class="param-type">*</span>
1412
+ <span class="param-type">
1413
+
1414
+ *
1415
+
1416
+ </span>
1417
+
1274
1418
 
1275
1419
 
1276
1420
 
@@ -1358,7 +1502,12 @@ isArrayLikeObject(Function)
1358
1502
  <div class='column is-5 has-text-left'>
1359
1503
  <label>类型: </label>
1360
1504
 
1361
- <span class="param-type">boolean</span>
1505
+ <span class="param-type">
1506
+
1507
+ boolean
1508
+
1509
+ </span>
1510
+
1362
1511
 
1363
1512
 
1364
1513
  </div>
@@ -1433,13 +1582,18 @@ isArrayLikeObject(Function)
1433
1582
 
1434
1583
  <tr class="deep-level-0">
1435
1584
 
1436
- <td class="name" id="value"><code>value</code></td>
1585
+ <td class="name"><code>value</code></td>
1437
1586
 
1438
1587
 
1439
1588
  <td class="type">
1440
1589
 
1441
1590
 
1442
- <span class="param-type">*</span>
1591
+ <span class="param-type">
1592
+
1593
+ *
1594
+
1595
+ </span>
1596
+
1443
1597
 
1444
1598
 
1445
1599
 
@@ -1527,7 +1681,12 @@ isArrayLikeObject(Function)
1527
1681
  <div class='column is-5 has-text-left'>
1528
1682
  <label>类型: </label>
1529
1683
 
1530
- <span class="param-type">boolean</span>
1684
+ <span class="param-type">
1685
+
1686
+ boolean
1687
+
1688
+ </span>
1689
+
1531
1690
 
1532
1691
 
1533
1692
  </div>
@@ -1613,13 +1772,18 @@ isBoolean(null)
1613
1772
 
1614
1773
  <tr class="deep-level-0">
1615
1774
 
1616
- <td class="name" id="value"><code>value</code></td>
1775
+ <td class="name"><code>value</code></td>
1617
1776
 
1618
1777
 
1619
1778
  <td class="type">
1620
1779
 
1621
1780
 
1622
- <span class="param-type">*</span>
1781
+ <span class="param-type">
1782
+
1783
+ *
1784
+
1785
+ </span>
1786
+
1623
1787
 
1624
1788
 
1625
1789
 
@@ -1710,7 +1874,12 @@ isBoolean(null)
1710
1874
  <div class='column is-5 has-text-left'>
1711
1875
  <label>类型: </label>
1712
1876
 
1713
- <span class="param-type">boolean</span>
1877
+ <span class="param-type">
1878
+
1879
+ boolean
1880
+
1881
+ </span>
1882
+
1714
1883
 
1715
1884
 
1716
1885
  </div>
@@ -1797,13 +1966,18 @@ isElement('&lt;body>')
1797
1966
 
1798
1967
  <tr class="deep-level-0">
1799
1968
 
1800
- <td class="name" id="value"><code>value</code></td>
1969
+ <td class="name"><code>value</code></td>
1801
1970
 
1802
1971
 
1803
1972
  <td class="type">
1804
1973
 
1805
1974
 
1806
- <span class="param-type">*</span>
1975
+ <span class="param-type">
1976
+
1977
+ *
1978
+
1979
+ </span>
1980
+
1807
1981
 
1808
1982
 
1809
1983
 
@@ -1894,7 +2068,12 @@ isElement('&lt;body>')
1894
2068
  <div class='column is-5 has-text-left'>
1895
2069
  <label>类型: </label>
1896
2070
 
1897
- <span class="param-type">boolean</span>
2071
+ <span class="param-type">
2072
+
2073
+ boolean
2074
+
2075
+ </span>
2076
+
1898
2077
 
1899
2078
 
1900
2079
  </div>
@@ -1980,13 +2159,18 @@ isError(Error)
1980
2159
 
1981
2160
  <tr class="deep-level-0">
1982
2161
 
1983
- <td class="name" id="value"><code>value</code></td>
2162
+ <td class="name"><code>value</code></td>
1984
2163
 
1985
2164
 
1986
2165
  <td class="type">
1987
2166
 
1988
2167
 
1989
- <span class="param-type">*</span>
2168
+ <span class="param-type">
2169
+
2170
+ *
2171
+
2172
+ </span>
2173
+
1990
2174
 
1991
2175
 
1992
2176
 
@@ -2077,7 +2261,12 @@ isError(Error)
2077
2261
  <div class='column is-5 has-text-left'>
2078
2262
  <label>类型: </label>
2079
2263
 
2080
- <span class="param-type">boolean</span>
2264
+ <span class="param-type">
2265
+
2266
+ boolean
2267
+
2268
+ </span>
2269
+
2081
2270
 
2082
2271
 
2083
2272
  </div>
@@ -2177,13 +2366,18 @@ isFunction(/abc/)
2177
2366
 
2178
2367
  <tr class="deep-level-0">
2179
2368
 
2180
- <td class="name" id="value"><code>value</code></td>
2369
+ <td class="name"><code>value</code></td>
2181
2370
 
2182
2371
 
2183
2372
  <td class="type">
2184
2373
 
2185
2374
 
2186
- <span class="param-type">*</span>
2375
+ <span class="param-type">
2376
+
2377
+ *
2378
+
2379
+ </span>
2380
+
2187
2381
 
2188
2382
 
2189
2383
 
@@ -2274,7 +2468,12 @@ isFunction(/abc/)
2274
2468
  <div class='column is-5 has-text-left'>
2275
2469
  <label>类型: </label>
2276
2470
 
2277
- <span class="param-type">boolean</span>
2471
+ <span class="param-type">
2472
+
2473
+ boolean
2474
+
2475
+ </span>
2476
+
2278
2477
 
2279
2478
 
2280
2479
  </div>
@@ -2366,13 +2565,18 @@ isLength('3')
2366
2565
 
2367
2566
  <tr class="deep-level-0">
2368
2567
 
2369
- <td class="name" id="value"><code>value</code></td>
2568
+ <td class="name"><code>value</code></td>
2370
2569
 
2371
2570
 
2372
2571
  <td class="type">
2373
2572
 
2374
2573
 
2375
- <span class="param-type">*</span>
2574
+ <span class="param-type">
2575
+
2576
+ *
2577
+
2578
+ </span>
2579
+
2376
2580
 
2377
2581
 
2378
2582
 
@@ -2464,7 +2668,12 @@ else <code>false</code>.</p></div>
2464
2668
  <div class='column is-5 has-text-left'>
2465
2669
  <label>类型: </label>
2466
2670
 
2467
- <span class="param-type">boolean</span>
2671
+ <span class="param-type">
2672
+
2673
+ boolean
2674
+
2675
+ </span>
2676
+
2468
2677
 
2469
2678
 
2470
2679
  </div>
@@ -2550,13 +2759,18 @@ isNative(isDate)
2550
2759
 
2551
2760
  <tr class="deep-level-0">
2552
2761
 
2553
- <td class="name" id="value"><code>value</code></td>
2762
+ <td class="name"><code>value</code></td>
2554
2763
 
2555
2764
 
2556
2765
  <td class="type">
2557
2766
 
2558
2767
 
2559
- <span class="param-type">*</span>
2768
+ <span class="param-type">
2769
+
2770
+ *
2771
+
2772
+ </span>
2773
+
2560
2774
 
2561
2775
 
2562
2776
 
@@ -2647,7 +2861,12 @@ isNative(isDate)
2647
2861
  <div class='column is-5 has-text-left'>
2648
2862
  <label>类型: </label>
2649
2863
 
2650
- <span class="param-type">boolean</span>
2864
+ <span class="param-type">
2865
+
2866
+ boolean
2867
+
2868
+ </span>
2869
+
2651
2870
 
2652
2871
 
2653
2872
  </div>
@@ -2736,13 +2955,18 @@ isNil(NaN)
2736
2955
 
2737
2956
  <tr class="deep-level-0">
2738
2957
 
2739
- <td class="name" id="value"><code>value</code></td>
2958
+ <td class="name"><code>value</code></td>
2740
2959
 
2741
2960
 
2742
2961
  <td class="type">
2743
2962
 
2744
2963
 
2745
- <span class="param-type">*</span>
2964
+ <span class="param-type">
2965
+
2966
+ *
2967
+
2968
+ </span>
2969
+
2746
2970
 
2747
2971
 
2748
2972
 
@@ -2833,7 +3057,12 @@ isNil(NaN)
2833
3057
  <div class='column is-5 has-text-left'>
2834
3058
  <label>类型: </label>
2835
3059
 
2836
- <span class="param-type">boolean</span>
3060
+ <span class="param-type">
3061
+
3062
+ boolean
3063
+
3064
+ </span>
3065
+
2837
3066
 
2838
3067
 
2839
3068
  </div>
@@ -2921,13 +3150,18 @@ classified as numbers, use the <code>Number.isFinite</code> method.</p>
2921
3150
 
2922
3151
  <tr class="deep-level-0">
2923
3152
 
2924
- <td class="name" id="value"><code>value</code></td>
3153
+ <td class="name"><code>value</code></td>
2925
3154
 
2926
3155
 
2927
3156
  <td class="type">
2928
3157
 
2929
3158
 
2930
- <span class="param-type">*</span>
3159
+ <span class="param-type">
3160
+
3161
+ *
3162
+
3163
+ </span>
3164
+
2931
3165
 
2932
3166
 
2933
3167
 
@@ -3025,7 +3259,12 @@ classified as numbers, use the <code>Number.isFinite</code> method.</p>
3025
3259
  <div class='column is-5 has-text-left'>
3026
3260
  <label>类型: </label>
3027
3261
 
3028
- <span class="param-type">boolean</span>
3262
+ <span class="param-type">
3263
+
3264
+ boolean
3265
+
3266
+ </span>
3267
+
3029
3268
 
3030
3269
 
3031
3270
  </div>
@@ -3119,13 +3358,18 @@ of <code>Object</code>. (e.g. arrays, functions, objects, regexes, <code>new Num
3119
3358
 
3120
3359
  <tr class="deep-level-0">
3121
3360
 
3122
- <td class="name" id="value"><code>value</code></td>
3361
+ <td class="name"><code>value</code></td>
3123
3362
 
3124
3363
 
3125
3364
  <td class="type">
3126
3365
 
3127
3366
 
3128
- <span class="param-type">*</span>
3367
+ <span class="param-type">
3368
+
3369
+ *
3370
+
3371
+ </span>
3372
+
3129
3373
 
3130
3374
 
3131
3375
 
@@ -3216,7 +3460,12 @@ of <code>Object</code>. (e.g. arrays, functions, objects, regexes, <code>new Num
3216
3460
  <div class='column is-5 has-text-left'>
3217
3461
  <label>类型: </label>
3218
3462
 
3219
- <span class="param-type">boolean</span>
3463
+ <span class="param-type">
3464
+
3465
+ boolean
3466
+
3467
+ </span>
3468
+
3220
3469
 
3221
3470
 
3222
3471
  </div>
@@ -3309,13 +3558,18 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p>
3309
3558
 
3310
3559
  <tr class="deep-level-0">
3311
3560
 
3312
- <td class="name" id="value"><code>value</code></td>
3561
+ <td class="name"><code>value</code></td>
3313
3562
 
3314
3563
 
3315
3564
  <td class="type">
3316
3565
 
3317
3566
 
3318
- <span class="param-type">*</span>
3567
+ <span class="param-type">
3568
+
3569
+ *
3570
+
3571
+ </span>
3572
+
3319
3573
 
3320
3574
 
3321
3575
 
@@ -3403,7 +3657,12 @@ and has a <code>typeof</code> result of &quot;object&quot;.</p>
3403
3657
  <div class='column is-5 has-text-left'>
3404
3658
  <label>类型: </label>
3405
3659
 
3406
- <span class="param-type">boolean</span>
3660
+ <span class="param-type">
3661
+
3662
+ boolean
3663
+
3664
+ </span>
3665
+
3407
3666
 
3408
3667
 
3409
3668
  </div>
@@ -3496,13 +3755,18 @@ isObjectLike(null)
3496
3755
 
3497
3756
  <tr class="deep-level-0">
3498
3757
 
3499
- <td class="name" id="value"><code>value</code></td>
3758
+ <td class="name"><code>value</code></td>
3500
3759
 
3501
3760
 
3502
3761
  <td class="type">
3503
3762
 
3504
3763
 
3505
- <span class="param-type">*</span>
3764
+ <span class="param-type">
3765
+
3766
+ *
3767
+
3768
+ </span>
3769
+
3506
3770
 
3507
3771
 
3508
3772
 
@@ -3593,7 +3857,12 @@ isObjectLike(null)
3593
3857
  <div class='column is-5 has-text-left'>
3594
3858
  <label>类型: </label>
3595
3859
 
3596
- <span class="param-type">boolean</span>
3860
+ <span class="param-type">
3861
+
3862
+ boolean
3863
+
3864
+ </span>
3865
+
3597
3866
 
3598
3867
 
3599
3868
  </div>
@@ -3689,13 +3958,18 @@ isPlainObject(Object.create(null))
3689
3958
 
3690
3959
  <tr class="deep-level-0">
3691
3960
 
3692
- <td class="name" id="value"><code>value</code></td>
3961
+ <td class="name"><code>value</code></td>
3693
3962
 
3694
3963
 
3695
3964
  <td class="type">
3696
3965
 
3697
3966
 
3698
- <span class="param-type">*</span>
3967
+ <span class="param-type">
3968
+
3969
+ *
3970
+
3971
+ </span>
3972
+
3699
3973
 
3700
3974
 
3701
3975
 
@@ -3786,7 +4060,12 @@ isPlainObject(Object.create(null))
3786
4060
  <div class='column is-5 has-text-left'>
3787
4061
  <label>类型: </label>
3788
4062
 
3789
- <span class="param-type">boolean</span>
4063
+ <span class="param-type">
4064
+
4065
+ boolean
4066
+
4067
+ </span>
4068
+
3790
4069
 
3791
4070
 
3792
4071
  </div>
@@ -3872,13 +4151,18 @@ isString(1)
3872
4151
 
3873
4152
  <tr class="deep-level-0">
3874
4153
 
3875
- <td class="name" id="value"><code>value</code></td>
4154
+ <td class="name"><code>value</code></td>
3876
4155
 
3877
4156
 
3878
4157
  <td class="type">
3879
4158
 
3880
4159
 
3881
- <span class="param-type">*</span>
4160
+ <span class="param-type">
4161
+
4162
+ *
4163
+
4164
+ </span>
4165
+
3882
4166
 
3883
4167
 
3884
4168
 
@@ -3969,7 +4253,12 @@ isString(1)
3969
4253
  <div class='column is-5 has-text-left'>
3970
4254
  <label>类型: </label>
3971
4255
 
3972
- <span class="param-type">boolean</span>
4256
+ <span class="param-type">
4257
+
4258
+ boolean
4259
+
4260
+ </span>
4261
+
3973
4262
 
3974
4263
 
3975
4264
  </div>
@@ -4055,13 +4344,18 @@ isSymbol('abc')
4055
4344
 
4056
4345
  <tr class="deep-level-0">
4057
4346
 
4058
- <td class="name" id="value"><code>value</code></td>
4347
+ <td class="name"><code>value</code></td>
4059
4348
 
4060
4349
 
4061
4350
  <td class="type">
4062
4351
 
4063
4352
 
4064
- <span class="param-type">*</span>
4353
+ <span class="param-type">
4354
+
4355
+ *
4356
+
4357
+ </span>
4358
+
4065
4359
 
4066
4360
 
4067
4361
 
@@ -4152,7 +4446,12 @@ isSymbol('abc')
4152
4446
  <div class='column is-5 has-text-left'>
4153
4447
  <label>类型: </label>
4154
4448
 
4155
- <span class="param-type">boolean</span>
4449
+ <span class="param-type">
4450
+
4451
+ boolean
4452
+
4453
+ </span>
4454
+
4156
4455
 
4157
4456
 
4158
4457
  </div>