@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
@@ -15304,6 +15304,196 @@ tianditu MKT 一个矩阵集 1000
15304
15304
 
15305
15305
 
15306
15306
 
15307
+ </div>
15308
+
15309
+ <div class="member">
15310
+
15311
+
15312
+
15313
+ <h4 class="name" id="getTipTextByEditOption">
15314
+ <a class="href-link" href="#getTipTextByEditOption">#</a>
15315
+
15316
+ <span class="code-name" style="font-size:30px">
15317
+
15318
+ getTipTextByEditOption<span class="signature">(tipType, tipTextObject, editOption)</span>
15319
+
15320
+ </span>
15321
+ </h4>
15322
+
15323
+
15324
+
15325
+ <div class="description">
15326
+ <p>根据编辑配置项获取指定类型的提示文本</p>
15327
+ </div>
15328
+
15329
+
15330
+
15331
+
15332
+
15333
+
15334
+
15335
+
15336
+
15337
+
15338
+ <h4>参数:</h4>
15339
+
15340
+ <div class="table-container">
15341
+ <table class="params table">
15342
+ <thead>
15343
+ <tr>
15344
+
15345
+ <th>名称</th>
15346
+
15347
+
15348
+ <th>类型</th>
15349
+
15350
+
15351
+
15352
+ <th class="last">描述</th>
15353
+ </tr>
15354
+ </thead>
15355
+
15356
+ <tbody>
15357
+
15358
+
15359
+
15360
+ <tr class="deep-level-0">
15361
+
15362
+ <td class="name"><code>tipType</code></td>
15363
+
15364
+
15365
+ <td class="type">
15366
+
15367
+ </td>
15368
+
15369
+
15370
+
15371
+ <td class="description last"><p>提示文本类型</p></td>
15372
+ </tr>
15373
+
15374
+
15375
+
15376
+
15377
+
15378
+
15379
+ <tr class="deep-level-0">
15380
+
15381
+ <td class="name"><code>tipTextObject</code></td>
15382
+
15383
+
15384
+ <td class="type">
15385
+
15386
+ </td>
15387
+
15388
+
15389
+
15390
+ <td class="description last"><p>提示文本对象</p></td>
15391
+ </tr>
15392
+
15393
+
15394
+
15395
+
15396
+
15397
+
15398
+ <tr class="deep-level-0">
15399
+
15400
+ <td class="name"><code>editOption</code></td>
15401
+
15402
+
15403
+ <td class="type">
15404
+
15405
+ </td>
15406
+
15407
+
15408
+
15409
+ <td class="description last"><p>编辑配置项</p></td>
15410
+ </tr>
15411
+
15412
+
15413
+
15414
+
15415
+ </tbody>
15416
+ </table>
15417
+ </div>
15418
+
15419
+
15420
+
15421
+
15422
+
15423
+
15424
+ <dl class="details">
15425
+
15426
+
15427
+
15428
+
15429
+
15430
+
15431
+
15432
+
15433
+
15434
+
15435
+
15436
+
15437
+
15438
+
15439
+
15440
+
15441
+
15442
+
15443
+
15444
+
15445
+
15446
+
15447
+
15448
+
15449
+
15450
+
15451
+
15452
+
15453
+
15454
+
15455
+
15456
+ </dl>
15457
+
15458
+
15459
+
15460
+
15461
+
15462
+
15463
+
15464
+
15465
+
15466
+
15467
+
15468
+
15469
+
15470
+
15471
+
15472
+
15473
+
15474
+
15475
+ <div class='columns method-parameter'>
15476
+ <div class="column is-2"><label>返回值:</label></div>
15477
+ <div class="column is-10">
15478
+
15479
+
15480
+
15481
+ <div class="columns">
15482
+
15483
+ <div class='param-desc column is-7'><p>提示文本</p></div>
15484
+
15485
+
15486
+ </div>
15487
+
15488
+
15489
+ </div>
15490
+ </div>
15491
+
15492
+
15493
+
15494
+
15495
+
15496
+
15307
15497
  </div>
15308
15498
 
15309
15499
  <div class="member">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapgis/webclient-common",
3
- "version":"17.6.18",
3
+ "version":"17.6.21",
4
4
  "description": "An important part of the MapGIS Client for JavaScript product, which provides interfaces and functions unrelated to the map engine.",
5
5
  "main": "dist/webclient-common-es6.min.js",
6
6
  "scripts": {},