@mapgis/webclient-common 17.6.18 → 17.6.21

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 (31) hide show
  1. package/README.md +23 -0
  2. package/dist/es5/webclient-common.min.js +10 -10
  3. package/dist/webclient-common-es6.min.js +10 -10
  4. package/documention/BaseView.html +345 -0
  5. package/documention/HTMLMarkerSymbol.html +2 -2
  6. package/documention/LayerDef.html +2 -2
  7. package/documention/MapView.html +350 -0
  8. package/documention/OutStatisticType.html +2 -2
  9. package/documention/QueryFeaturesData.html +2 -2
  10. package/documention/QueryFeaturesInLayersData.html +4 -4
  11. package/documention/QueryFeaturesInLayersOptions.html +2 -2
  12. package/documention/QueryFeaturesResult.html +2 -2
  13. package/documention/QueryFeauresOptions.html +2 -2
  14. package/documention/RendererCollection.html +7332 -0
  15. package/documention/SceneView.html +350 -0
  16. package/documention/SketchCircleDrawTool.html +5 -164
  17. package/documention/SketchEditor.html +405 -4
  18. package/documention/SketchEditor3D.html +77 -0
  19. package/documention/SketchExtentDrawTool.html +5 -164
  20. package/documention/SketchFreehandPolygonDrawTool.html +5 -0
  21. package/documention/SketchFreehandPolylineDrawTool.html +5 -164
  22. package/documention/SketchPointDrawTool.html +10 -0
  23. package/documention/SketchPolygonDrawTool.html +10 -0
  24. package/documention/SketchPolylineDrawTool.html +10 -328
  25. package/documention/SketchStyle.html +92 -0
  26. package/documention/TileDisplayMode.html +805 -0
  27. package/documention/ViewEventType.html +81 -0
  28. package/documention/WorkFlowServer600371.html +4216 -0
  29. package/documention/WorkFlowServer600372.html +4213 -0
  30. package/documention/global.html +190 -0
  31. package/package.json +1 -1
@@ -907,6 +907,87 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
907
907
 
908
908
 
909
909
 
910
+ </dl>
911
+
912
+
913
+
914
+
915
+
916
+ </div>
917
+
918
+ <div class="member">
919
+
920
+ <span class="method-parameter is-pulled-right">
921
+ <label>类型:</label>
922
+
923
+ <span class="param-type">String</span>
924
+
925
+
926
+ </span>
927
+
928
+ <h4 class="name" id=".innerViewCreated">
929
+ <a class="href-link" href="#.innerViewCreated">#</a>
930
+
931
+
932
+ <span class='tag'>static</span>
933
+
934
+ <span class='tag'>readonly</span>
935
+
936
+
937
+ <span class="code-name">
938
+ innerViewCreated
939
+ </span>
940
+
941
+ </h4>
942
+
943
+
944
+
945
+
946
+ <div class="description">
947
+ <p>'innerView-created',引擎视图创建完毕事件</p>
948
+ </div>
949
+
950
+
951
+
952
+
953
+
954
+ <dl class="details">
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+ <dt class="tag-default">Default Value:</dt>
980
+ <dd class="tag-default"><ul class="dummy">
981
+ <li>'innerView-created'</li>
982
+ </ul></dd>
983
+
984
+
985
+
986
+
987
+
988
+
989
+
990
+
910
991
  </dl>
911
992
 
912
993