@mapgis/webclient-leaflet-plugin 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 (27) hide show
  1. package/README.md +24 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
  4. package/dist/webclient-leaflet-plugin-es6.min.js +6 -6
  5. package/documention/DrawControl.html +19 -7
  6. package/documention/L.zondy.MapvBaseLayer.html +36 -12
  7. package/documention/MapViewLeaflet.html +740 -224
  8. package/documention/Popup.html +125 -33
  9. package/documention/Screenshot.html +30 -10
  10. package/documention/SketchEditorLeaflet.html +211 -71
  11. package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +267 -83
  12. package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +410 -130
  13. package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +292 -88
  14. package/documention/Zondy.ThemeLayer.ThemeLayer.html +201 -61
  15. package/documention/Zondy.ThemeLayer.ThemeStyle.html +448 -112
  16. package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +312 -92
  17. package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +421 -125
  18. package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +286 -86
  19. package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +296 -88
  20. package/documention/Zondy.Widget.html +40 -12
  21. package/documention/Zondy.view.UI.html +23 -7
  22. package/documention/global.html +24 -8
  23. package/documention/index.html +4 -4
  24. package/documention/scripts/sideBar.js +111 -6
  25. package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +1 -1
  26. package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +1 -1
  27. package/package.json +1 -1
@@ -69,13 +69,17 @@
69
69
 
70
70
  <tr class="deep-level-0">
71
71
 
72
- <td class="name" id="options"><code>options</code></td>
72
+ <td class="name"><code>options</code></td>
73
73
 
74
74
 
75
75
  <td class="type">
76
76
 
77
77
 
78
- <span class="param-type">Object</span>
78
+ <span class="param-type">
79
+
80
+ Object
81
+
82
+ </span>
79
83
 
80
84
 
81
85
 
@@ -96,13 +100,17 @@
96
100
 
97
101
  <tr class="deep-level-1">
98
102
 
99
- <td class="name" id="fill"><code>fill</code></td>
103
+ <td class="name"><code>fill</code></td>
100
104
 
101
105
 
102
106
  <td class="type">
103
107
 
104
108
 
105
- <span class="param-type">boolean</span>
109
+ <span class="param-type">
110
+
111
+ boolean
112
+
113
+ </span>
106
114
 
107
115
 
108
116
 
@@ -125,13 +133,17 @@
125
133
 
126
134
  <tr class="deep-level-1">
127
135
 
128
- <td class="name" id="fillColor"><code>fillColor</code></td>
136
+ <td class="name"><code>fillColor</code></td>
129
137
 
130
138
 
131
139
  <td class="type">
132
140
 
133
141
 
134
- <span class="param-type">string</span>
142
+ <span class="param-type">
143
+
144
+ string
145
+
146
+ </span>
135
147
 
136
148
 
137
149
 
@@ -154,13 +166,17 @@
154
166
 
155
167
  <tr class="deep-level-1">
156
168
 
157
- <td class="name" id="fillOpacity"><code>fillOpacity</code></td>
169
+ <td class="name"><code>fillOpacity</code></td>
158
170
 
159
171
 
160
172
  <td class="type">
161
173
 
162
174
 
163
- <span class="param-type">number</span>
175
+ <span class="param-type">
176
+
177
+ number
178
+
179
+ </span>
164
180
 
165
181
 
166
182
 
@@ -183,13 +199,17 @@
183
199
 
184
200
  <tr class="deep-level-1">
185
201
 
186
- <td class="name" id="stroke"><code>stroke</code></td>
202
+ <td class="name"><code>stroke</code></td>
187
203
 
188
204
 
189
205
  <td class="type">
190
206
 
191
207
 
192
- <span class="param-type">boolean</span>
208
+ <span class="param-type">
209
+
210
+ boolean
211
+
212
+ </span>
193
213
 
194
214
 
195
215
 
@@ -212,13 +232,17 @@
212
232
 
213
233
  <tr class="deep-level-1">
214
234
 
215
- <td class="name" id="strokeColor"><code>strokeColor</code></td>
235
+ <td class="name"><code>strokeColor</code></td>
216
236
 
217
237
 
218
238
  <td class="type">
219
239
 
220
240
 
221
- <span class="param-type">string</span>
241
+ <span class="param-type">
242
+
243
+ string
244
+
245
+ </span>
222
246
 
223
247
 
224
248
 
@@ -241,13 +265,17 @@
241
265
 
242
266
  <tr class="deep-level-1">
243
267
 
244
- <td class="name" id="strokeOpacity"><code>strokeOpacity</code></td>
268
+ <td class="name"><code>strokeOpacity</code></td>
245
269
 
246
270
 
247
271
  <td class="type">
248
272
 
249
273
 
250
- <span class="param-type">number</span>
274
+ <span class="param-type">
275
+
276
+ number
277
+
278
+ </span>
251
279
 
252
280
 
253
281
 
@@ -270,13 +298,17 @@
270
298
 
271
299
  <tr class="deep-level-1">
272
300
 
273
- <td class="name" id="strokeWidth"><code>strokeWidth</code></td>
301
+ <td class="name"><code>strokeWidth</code></td>
274
302
 
275
303
 
276
304
  <td class="type">
277
305
 
278
306
 
279
- <span class="param-type">number</span>
307
+ <span class="param-type">
308
+
309
+ number
310
+
311
+ </span>
280
312
 
281
313
 
282
314
 
@@ -299,13 +331,17 @@
299
331
 
300
332
  <tr class="deep-level-1">
301
333
 
302
- <td class="name" id="strokeLinecap"><code>strokeLinecap</code></td>
334
+ <td class="name"><code>strokeLinecap</code></td>
303
335
 
304
336
 
305
337
  <td class="type">
306
338
 
307
339
 
308
- <span class="param-type">string</span>
340
+ <span class="param-type">
341
+
342
+ string
343
+
344
+ </span>
309
345
 
310
346
 
311
347
 
@@ -328,13 +364,17 @@
328
364
 
329
365
  <tr class="deep-level-1">
330
366
 
331
- <td class="name" id="strokeLineJoin"><code>strokeLineJoin</code></td>
367
+ <td class="name"><code>strokeLineJoin</code></td>
332
368
 
333
369
 
334
370
  <td class="type">
335
371
 
336
372
 
337
- <span class="param-type">string</span>
373
+ <span class="param-type">
374
+
375
+ string
376
+
377
+ </span>
338
378
 
339
379
 
340
380
 
@@ -357,13 +397,17 @@
357
397
 
358
398
  <tr class="deep-level-1">
359
399
 
360
- <td class="name" id="strokeDashstyle"><code>strokeDashstyle</code></td>
400
+ <td class="name"><code>strokeDashstyle</code></td>
361
401
 
362
402
 
363
403
  <td class="type">
364
404
 
365
405
 
366
- <span class="param-type">string</span>
406
+ <span class="param-type">
407
+
408
+ string
409
+
410
+ </span>
367
411
 
368
412
 
369
413
 
@@ -386,13 +430,17 @@
386
430
 
387
431
  <tr class="deep-level-1">
388
432
 
389
- <td class="name" id="pointRadius"><code>pointRadius</code></td>
433
+ <td class="name"><code>pointRadius</code></td>
390
434
 
391
435
 
392
436
  <td class="type">
393
437
 
394
438
 
395
- <span class="param-type">number</span>
439
+ <span class="param-type">
440
+
441
+ number
442
+
443
+ </span>
396
444
 
397
445
 
398
446
 
@@ -415,13 +463,17 @@
415
463
 
416
464
  <tr class="deep-level-1">
417
465
 
418
- <td class="name" id="shadowBlur"><code>shadowBlur</code></td>
466
+ <td class="name"><code>shadowBlur</code></td>
419
467
 
420
468
 
421
469
  <td class="type">
422
470
 
423
471
 
424
- <span class="param-type">number</span>
472
+ <span class="param-type">
473
+
474
+ number
475
+
476
+ </span>
425
477
 
426
478
 
427
479
 
@@ -444,13 +496,17 @@
444
496
 
445
497
  <tr class="deep-level-1">
446
498
 
447
- <td class="name" id="shadowColor"><code>shadowColor</code></td>
499
+ <td class="name"><code>shadowColor</code></td>
448
500
 
449
501
 
450
502
  <td class="type">
451
503
 
452
504
 
453
- <span class="param-type">string</span>
505
+ <span class="param-type">
506
+
507
+ string
508
+
509
+ </span>
454
510
 
455
511
 
456
512
 
@@ -473,13 +529,17 @@
473
529
 
474
530
  <tr class="deep-level-1">
475
531
 
476
- <td class="name" id="shadowOffsetX"><code>shadowOffsetX</code></td>
532
+ <td class="name"><code>shadowOffsetX</code></td>
477
533
 
478
534
 
479
535
  <td class="type">
480
536
 
481
537
 
482
- <span class="param-type">number</span>
538
+ <span class="param-type">
539
+
540
+ number
541
+
542
+ </span>
483
543
 
484
544
 
485
545
 
@@ -502,13 +562,17 @@
502
562
 
503
563
  <tr class="deep-level-1">
504
564
 
505
- <td class="name" id="shadowOffsetY"><code>shadowOffsetY</code></td>
565
+ <td class="name"><code>shadowOffsetY</code></td>
506
566
 
507
567
 
508
568
  <td class="type">
509
569
 
510
570
 
511
- <span class="param-type">number</span>
571
+ <span class="param-type">
572
+
573
+ number
574
+
575
+ </span>
512
576
 
513
577
 
514
578
 
@@ -531,13 +595,17 @@
531
595
 
532
596
  <tr class="deep-level-1">
533
597
 
534
- <td class="name" id="label"><code>label</code></td>
598
+ <td class="name"><code>label</code></td>
535
599
 
536
600
 
537
601
  <td class="type">
538
602
 
539
603
 
540
- <span class="param-type">string</span>
604
+ <span class="param-type">
605
+
606
+ string
607
+
608
+ </span>
541
609
 
542
610
 
543
611
 
@@ -558,13 +626,17 @@
558
626
 
559
627
  <tr class="deep-level-1">
560
628
 
561
- <td class="name" id="fontColor"><code>fontColor</code></td>
629
+ <td class="name"><code>fontColor</code></td>
562
630
 
563
631
 
564
632
  <td class="type">
565
633
 
566
634
 
567
- <span class="param-type">string</span>
635
+ <span class="param-type">
636
+
637
+ string
638
+
639
+ </span>
568
640
 
569
641
 
570
642
 
@@ -585,13 +657,17 @@
585
657
 
586
658
  <tr class="deep-level-1">
587
659
 
588
- <td class="name" id="fontSize"><code>fontSize</code></td>
660
+ <td class="name"><code>fontSize</code></td>
589
661
 
590
662
 
591
663
  <td class="type">
592
664
 
593
665
 
594
- <span class="param-type">number</span>
666
+ <span class="param-type">
667
+
668
+ number
669
+
670
+ </span>
595
671
 
596
672
 
597
673
 
@@ -614,13 +690,17 @@
614
690
 
615
691
  <tr class="deep-level-1">
616
692
 
617
- <td class="name" id="fontStyle"><code>fontStyle</code></td>
693
+ <td class="name"><code>fontStyle</code></td>
618
694
 
619
695
 
620
696
  <td class="type">
621
697
 
622
698
 
623
- <span class="param-type">string</span>
699
+ <span class="param-type">
700
+
701
+ string
702
+
703
+ </span>
624
704
 
625
705
 
626
706
 
@@ -643,13 +723,17 @@
643
723
 
644
724
  <tr class="deep-level-1">
645
725
 
646
- <td class="name" id="fontVariant"><code>fontVariant</code></td>
726
+ <td class="name"><code>fontVariant</code></td>
647
727
 
648
728
 
649
729
  <td class="type">
650
730
 
651
731
 
652
- <span class="param-type">string</span>
732
+ <span class="param-type">
733
+
734
+ string
735
+
736
+ </span>
653
737
 
654
738
 
655
739
 
@@ -672,13 +756,17 @@
672
756
 
673
757
  <tr class="deep-level-1">
674
758
 
675
- <td class="name" id="fontWeight"><code>fontWeight</code></td>
759
+ <td class="name"><code>fontWeight</code></td>
676
760
 
677
761
 
678
762
  <td class="type">
679
763
 
680
764
 
681
- <span class="param-type">string</span>
765
+ <span class="param-type">
766
+
767
+ string
768
+
769
+ </span>
682
770
 
683
771
 
684
772
 
@@ -701,13 +789,17 @@
701
789
 
702
790
  <tr class="deep-level-1">
703
791
 
704
- <td class="name" id="fontFamily"><code>fontFamily</code></td>
792
+ <td class="name"><code>fontFamily</code></td>
705
793
 
706
794
 
707
795
  <td class="type">
708
796
 
709
797
 
710
- <span class="param-type">string</span>
798
+ <span class="param-type">
799
+
800
+ string
801
+
802
+ </span>
711
803
 
712
804
 
713
805
 
@@ -732,13 +824,17 @@
732
824
 
733
825
  <tr class="deep-level-1">
734
826
 
735
- <td class="name" id="labelPosition"><code>labelPosition</code></td>
827
+ <td class="name"><code>labelPosition</code></td>
736
828
 
737
829
 
738
830
  <td class="type">
739
831
 
740
832
 
741
- <span class="param-type">string</span>
833
+ <span class="param-type">
834
+
835
+ string
836
+
837
+ </span>
742
838
 
743
839
 
744
840
 
@@ -761,13 +857,17 @@
761
857
 
762
858
  <tr class="deep-level-1">
763
859
 
764
- <td class="name" id="labelAlign"><code>labelAlign</code></td>
860
+ <td class="name"><code>labelAlign</code></td>
765
861
 
766
862
 
767
863
  <td class="type">
768
864
 
769
865
 
770
- <span class="param-type">string</span>
866
+ <span class="param-type">
867
+
868
+ string
869
+
870
+ </span>
771
871
 
772
872
 
773
873
 
@@ -790,13 +890,17 @@
790
890
 
791
891
  <tr class="deep-level-1">
792
892
 
793
- <td class="name" id="labelBaseline"><code>labelBaseline</code></td>
893
+ <td class="name"><code>labelBaseline</code></td>
794
894
 
795
895
 
796
896
  <td class="type">
797
897
 
798
898
 
799
- <span class="param-type">string</span>
899
+ <span class="param-type">
900
+
901
+ string
902
+
903
+ </span>
800
904
 
801
905
 
802
906
 
@@ -819,13 +923,17 @@
819
923
 
820
924
  <tr class="deep-level-1">
821
925
 
822
- <td class="name" id="labelXOffset"><code>labelXOffset</code></td>
926
+ <td class="name"><code>labelXOffset</code></td>
823
927
 
824
928
 
825
929
  <td class="type">
826
930
 
827
931
 
828
- <span class="param-type">number</span>
932
+ <span class="param-type">
933
+
934
+ number
935
+
936
+ </span>
829
937
 
830
938
 
831
939
 
@@ -848,13 +956,17 @@
848
956
 
849
957
  <tr class="deep-level-1">
850
958
 
851
- <td class="name" id="labelYOffset"><code>labelYOffset</code></td>
959
+ <td class="name"><code>labelYOffset</code></td>
852
960
 
853
961
 
854
962
  <td class="type">
855
963
 
856
964
 
857
- <span class="param-type">number</span>
965
+ <span class="param-type">
966
+
967
+ number
968
+
969
+ </span>
858
970
 
859
971
 
860
972
 
@@ -983,7 +1095,11 @@
983
1095
  <td class="name">
984
1096
  <code>
985
1097
 
986
- <span class="param-type">boolean</span>
1098
+ <span class="param-type">
1099
+
1100
+ boolean
1101
+
1102
+ </span>
987
1103
 
988
1104
 
989
1105
 
@@ -997,7 +1113,11 @@
997
1113
  <td class="name">
998
1114
  <code>
999
1115
 
1000
- <span class="param-type">string</span>
1116
+ <span class="param-type">
1117
+
1118
+ string
1119
+
1120
+ </span>
1001
1121
 
1002
1122
 
1003
1123
 
@@ -1011,7 +1131,11 @@
1011
1131
  <td class="name">
1012
1132
  <code>
1013
1133
 
1014
- <span class="param-type">number</span>
1134
+ <span class="param-type">
1135
+
1136
+ number
1137
+
1138
+ </span>
1015
1139
 
1016
1140
 
1017
1141
 
@@ -1025,7 +1149,11 @@
1025
1149
  <td class="name">
1026
1150
  <code>
1027
1151
 
1028
- <span class="param-type">string</span>
1152
+ <span class="param-type">
1153
+
1154
+ string
1155
+
1156
+ </span>
1029
1157
 
1030
1158
 
1031
1159
 
@@ -1039,7 +1167,11 @@
1039
1167
  <td class="name">
1040
1168
  <code>
1041
1169
 
1042
- <span class="param-type">string</span>
1170
+ <span class="param-type">
1171
+
1172
+ string
1173
+
1174
+ </span>
1043
1175
 
1044
1176
 
1045
1177
 
@@ -1054,7 +1186,11 @@
1054
1186
  <td class="name">
1055
1187
  <code>
1056
1188
 
1057
- <span class="param-type">number</span>
1189
+ <span class="param-type">
1190
+
1191
+ number
1192
+
1193
+ </span>
1058
1194
 
1059
1195
 
1060
1196
 
@@ -1068,7 +1204,11 @@
1068
1204
  <td class="name">
1069
1205
  <code>
1070
1206
 
1071
- <span class="param-type">string</span>
1207
+ <span class="param-type">
1208
+
1209
+ string
1210
+
1211
+ </span>
1072
1212
 
1073
1213
 
1074
1214
 
@@ -1082,7 +1222,11 @@
1082
1222
  <td class="name">
1083
1223
  <code>
1084
1224
 
1085
- <span class="param-type">string</span>
1225
+ <span class="param-type">
1226
+
1227
+ string
1228
+
1229
+ </span>
1086
1230
 
1087
1231
 
1088
1232
 
@@ -1096,7 +1240,11 @@
1096
1240
  <td class="name">
1097
1241
  <code>
1098
1242
 
1099
- <span class="param-type">string</span>
1243
+ <span class="param-type">
1244
+
1245
+ string
1246
+
1247
+ </span>
1100
1248
 
1101
1249
 
1102
1250
 
@@ -1110,7 +1258,11 @@
1110
1258
  <td class="name">
1111
1259
  <code>
1112
1260
 
1113
- <span class="param-type">string</span>
1261
+ <span class="param-type">
1262
+
1263
+ string
1264
+
1265
+ </span>
1114
1266
 
1115
1267
 
1116
1268
 
@@ -1124,7 +1276,11 @@
1124
1276
  <td class="name">
1125
1277
  <code>
1126
1278
 
1127
- <span class="param-type">string</span>
1279
+ <span class="param-type">
1280
+
1281
+ string
1282
+
1283
+ </span>
1128
1284
 
1129
1285
 
1130
1286
 
@@ -1138,7 +1294,11 @@
1138
1294
  <td class="name">
1139
1295
  <code>
1140
1296
 
1141
- <span class="param-type">string</span>
1297
+ <span class="param-type">
1298
+
1299
+ string
1300
+
1301
+ </span>
1142
1302
 
1143
1303
 
1144
1304
 
@@ -1152,7 +1312,11 @@
1152
1312
  <td class="name">
1153
1313
  <code>
1154
1314
 
1155
- <span class="param-type">string</span>
1315
+ <span class="param-type">
1316
+
1317
+ string
1318
+
1319
+ </span>
1156
1320
 
1157
1321
 
1158
1322
 
@@ -1166,7 +1330,11 @@
1166
1330
  <td class="name">
1167
1331
  <code>
1168
1332
 
1169
- <span class="param-type">boolean</span>
1333
+ <span class="param-type">
1334
+
1335
+ boolean
1336
+
1337
+ </span>
1170
1338
 
1171
1339
 
1172
1340
 
@@ -1180,7 +1348,11 @@
1180
1348
  <td class="name">
1181
1349
  <code>
1182
1350
 
1183
- <span class="param-type">number</span>
1351
+ <span class="param-type">
1352
+
1353
+ number
1354
+
1355
+ </span>
1184
1356
 
1185
1357
 
1186
1358
 
@@ -1194,7 +1366,11 @@
1194
1366
  <td class="name">
1195
1367
  <code>
1196
1368
 
1197
- <span class="param-type">number</span>
1369
+ <span class="param-type">
1370
+
1371
+ number
1372
+
1373
+ </span>
1198
1374
 
1199
1375
 
1200
1376
 
@@ -1208,7 +1384,11 @@
1208
1384
  <td class="name">
1209
1385
  <code>
1210
1386
 
1211
- <span class="param-type">number</span>
1387
+ <span class="param-type">
1388
+
1389
+ number
1390
+
1391
+ </span>
1212
1392
 
1213
1393
 
1214
1394
 
@@ -1222,7 +1402,11 @@
1222
1402
  <td class="name">
1223
1403
  <code>
1224
1404
 
1225
- <span class="param-type">number</span>
1405
+ <span class="param-type">
1406
+
1407
+ number
1408
+
1409
+ </span>
1226
1410
 
1227
1411
 
1228
1412
 
@@ -1236,7 +1420,11 @@
1236
1420
  <td class="name">
1237
1421
  <code>
1238
1422
 
1239
- <span class="param-type">string</span>
1423
+ <span class="param-type">
1424
+
1425
+ string
1426
+
1427
+ </span>
1240
1428
 
1241
1429
 
1242
1430
 
@@ -1250,7 +1438,11 @@
1250
1438
  <td class="name">
1251
1439
  <code>
1252
1440
 
1253
- <span class="param-type">number</span>
1441
+ <span class="param-type">
1442
+
1443
+ number
1444
+
1445
+ </span>
1254
1446
 
1255
1447
 
1256
1448
 
@@ -1264,7 +1456,11 @@
1264
1456
  <td class="name">
1265
1457
  <code>
1266
1458
 
1267
- <span class="param-type">number</span>
1459
+ <span class="param-type">
1460
+
1461
+ number
1462
+
1463
+ </span>
1268
1464
 
1269
1465
 
1270
1466
 
@@ -1278,7 +1474,11 @@
1278
1474
  <td class="name">
1279
1475
  <code>
1280
1476
 
1281
- <span class="param-type">boolean</span>
1477
+ <span class="param-type">
1478
+
1479
+ boolean
1480
+
1481
+ </span>
1282
1482
 
1283
1483
 
1284
1484
 
@@ -1292,7 +1492,11 @@
1292
1492
  <td class="name">
1293
1493
  <code>
1294
1494
 
1295
- <span class="param-type">string</span>
1495
+ <span class="param-type">
1496
+
1497
+ string
1498
+
1499
+ </span>
1296
1500
 
1297
1501
 
1298
1502
 
@@ -1306,7 +1510,11 @@
1306
1510
  <td class="name">
1307
1511
  <code>
1308
1512
 
1309
- <span class="param-type">string</span>
1513
+ <span class="param-type">
1514
+
1515
+ string
1516
+
1517
+ </span>
1310
1518
 
1311
1519
 
1312
1520
 
@@ -1321,7 +1529,11 @@ solid 表示实线。</p></code></td>
1321
1529
  <td class="name">
1322
1530
  <code>
1323
1531
 
1324
- <span class="param-type">string</span>
1532
+ <span class="param-type">
1533
+
1534
+ string
1535
+
1536
+ </span>
1325
1537
 
1326
1538
 
1327
1539
 
@@ -1335,7 +1547,11 @@ solid 表示实线。</p></code></td>
1335
1547
  <td class="name">
1336
1548
  <code>
1337
1549
 
1338
- <span class="param-type">string</span>
1550
+ <span class="param-type">
1551
+
1552
+ string
1553
+
1554
+ </span>
1339
1555
 
1340
1556
 
1341
1557
 
@@ -1349,7 +1565,11 @@ solid 表示实线。</p></code></td>
1349
1565
  <td class="name">
1350
1566
  <code>
1351
1567
 
1352
- <span class="param-type">number</span>
1568
+ <span class="param-type">
1569
+
1570
+ number
1571
+
1572
+ </span>
1353
1573
 
1354
1574
 
1355
1575
 
@@ -1363,7 +1583,11 @@ solid 表示实线。</p></code></td>
1363
1583
  <td class="name">
1364
1584
  <code>
1365
1585
 
1366
- <span class="param-type">number</span>
1586
+ <span class="param-type">
1587
+
1588
+ number
1589
+
1590
+ </span>
1367
1591
 
1368
1592
 
1369
1593
 
@@ -1383,7 +1607,11 @@ solid 表示实线。</p></code></td>
1383
1607
  <span class="method-parameter is-pulled-right">
1384
1608
  <label>类型:</label>
1385
1609
 
1386
- <span class="param-type">boolean</span>
1610
+ <span class="param-type">
1611
+
1612
+ boolean
1613
+
1614
+ </span>
1387
1615
 
1388
1616
 
1389
1617
 
@@ -1461,7 +1689,11 @@ solid 表示实线。</p></code></td>
1461
1689
  <span class="method-parameter is-pulled-right">
1462
1690
  <label>类型:</label>
1463
1691
 
1464
- <span class="param-type">string</span>
1692
+ <span class="param-type">
1693
+
1694
+ string
1695
+
1696
+ </span>
1465
1697
 
1466
1698
 
1467
1699
 
@@ -1539,7 +1771,11 @@ solid 表示实线。</p></code></td>
1539
1771
  <span class="method-parameter is-pulled-right">
1540
1772
  <label>类型:</label>
1541
1773
 
1542
- <span class="param-type">number</span>
1774
+ <span class="param-type">
1775
+
1776
+ number
1777
+
1778
+ </span>
1543
1779
 
1544
1780
 
1545
1781
 
@@ -1617,7 +1853,11 @@ solid 表示实线。</p></code></td>
1617
1853
  <span class="method-parameter is-pulled-right">
1618
1854
  <label>类型:</label>
1619
1855
 
1620
- <span class="param-type">string</span>
1856
+ <span class="param-type">
1857
+
1858
+ string
1859
+
1860
+ </span>
1621
1861
 
1622
1862
 
1623
1863
 
@@ -1690,7 +1930,11 @@ solid 表示实线。</p></code></td>
1690
1930
  <span class="method-parameter is-pulled-right">
1691
1931
  <label>类型:</label>
1692
1932
 
1693
- <span class="param-type">string</span>
1933
+ <span class="param-type">
1934
+
1935
+ string
1936
+
1937
+ </span>
1694
1938
 
1695
1939
 
1696
1940
 
@@ -1769,7 +2013,11 @@ solid 表示实线。</p></code></td>
1769
2013
  <span class="method-parameter is-pulled-right">
1770
2014
  <label>类型:</label>
1771
2015
 
1772
- <span class="param-type">number</span>
2016
+ <span class="param-type">
2017
+
2018
+ number
2019
+
2020
+ </span>
1773
2021
 
1774
2022
 
1775
2023
 
@@ -1847,7 +2095,11 @@ solid 表示实线。</p></code></td>
1847
2095
  <span class="method-parameter is-pulled-right">
1848
2096
  <label>类型:</label>
1849
2097
 
1850
- <span class="param-type">string</span>
2098
+ <span class="param-type">
2099
+
2100
+ string
2101
+
2102
+ </span>
1851
2103
 
1852
2104
 
1853
2105
 
@@ -1925,7 +2177,11 @@ solid 表示实线。</p></code></td>
1925
2177
  <span class="method-parameter is-pulled-right">
1926
2178
  <label>类型:</label>
1927
2179
 
1928
- <span class="param-type">string</span>
2180
+ <span class="param-type">
2181
+
2182
+ string
2183
+
2184
+ </span>
1929
2185
 
1930
2186
 
1931
2187
 
@@ -2003,7 +2259,11 @@ solid 表示实线。</p></code></td>
2003
2259
  <span class="method-parameter is-pulled-right">
2004
2260
  <label>类型:</label>
2005
2261
 
2006
- <span class="param-type">string</span>
2262
+ <span class="param-type">
2263
+
2264
+ string
2265
+
2266
+ </span>
2007
2267
 
2008
2268
 
2009
2269
 
@@ -2081,7 +2341,11 @@ solid 表示实线。</p></code></td>
2081
2341
  <span class="method-parameter is-pulled-right">
2082
2342
  <label>类型:</label>
2083
2343
 
2084
- <span class="param-type">string</span>
2344
+ <span class="param-type">
2345
+
2346
+ string
2347
+
2348
+ </span>
2085
2349
 
2086
2350
 
2087
2351
 
@@ -2154,7 +2418,11 @@ solid 表示实线。</p></code></td>
2154
2418
  <span class="method-parameter is-pulled-right">
2155
2419
  <label>类型:</label>
2156
2420
 
2157
- <span class="param-type">string</span>
2421
+ <span class="param-type">
2422
+
2423
+ string
2424
+
2425
+ </span>
2158
2426
 
2159
2427
 
2160
2428
 
@@ -2232,7 +2500,11 @@ solid 表示实线。</p></code></td>
2232
2500
  <span class="method-parameter is-pulled-right">
2233
2501
  <label>类型:</label>
2234
2502
 
2235
- <span class="param-type">string</span>
2503
+ <span class="param-type">
2504
+
2505
+ string
2506
+
2507
+ </span>
2236
2508
 
2237
2509
 
2238
2510
 
@@ -2310,7 +2582,11 @@ solid 表示实线。</p></code></td>
2310
2582
  <span class="method-parameter is-pulled-right">
2311
2583
  <label>类型:</label>
2312
2584
 
2313
- <span class="param-type">string</span>
2585
+ <span class="param-type">
2586
+
2587
+ string
2588
+
2589
+ </span>
2314
2590
 
2315
2591
 
2316
2592
 
@@ -2388,7 +2664,11 @@ solid 表示实线。</p></code></td>
2388
2664
  <span class="method-parameter is-pulled-right">
2389
2665
  <label>类型:</label>
2390
2666
 
2391
- <span class="param-type">boolean</span>
2667
+ <span class="param-type">
2668
+
2669
+ boolean
2670
+
2671
+ </span>
2392
2672
 
2393
2673
 
2394
2674
 
@@ -2461,7 +2741,11 @@ solid 表示实线。</p></code></td>
2461
2741
  <span class="method-parameter is-pulled-right">
2462
2742
  <label>类型:</label>
2463
2743
 
2464
- <span class="param-type">number</span>
2744
+ <span class="param-type">
2745
+
2746
+ number
2747
+
2748
+ </span>
2465
2749
 
2466
2750
 
2467
2751
 
@@ -2534,7 +2818,11 @@ solid 表示实线。</p></code></td>
2534
2818
  <span class="method-parameter is-pulled-right">
2535
2819
  <label>类型:</label>
2536
2820
 
2537
- <span class="param-type">number</span>
2821
+ <span class="param-type">
2822
+
2823
+ number
2824
+
2825
+ </span>
2538
2826
 
2539
2827
 
2540
2828
 
@@ -2607,7 +2895,11 @@ solid 表示实线。</p></code></td>
2607
2895
  <span class="method-parameter is-pulled-right">
2608
2896
  <label>类型:</label>
2609
2897
 
2610
- <span class="param-type">number</span>
2898
+ <span class="param-type">
2899
+
2900
+ number
2901
+
2902
+ </span>
2611
2903
 
2612
2904
 
2613
2905
 
@@ -2685,7 +2977,11 @@ solid 表示实线。</p></code></td>
2685
2977
  <span class="method-parameter is-pulled-right">
2686
2978
  <label>类型:</label>
2687
2979
 
2688
- <span class="param-type">number</span>
2980
+ <span class="param-type">
2981
+
2982
+ number
2983
+
2984
+ </span>
2689
2985
 
2690
2986
 
2691
2987
 
@@ -2758,7 +3054,11 @@ solid 表示实线。</p></code></td>
2758
3054
  <span class="method-parameter is-pulled-right">
2759
3055
  <label>类型:</label>
2760
3056
 
2761
- <span class="param-type">string</span>
3057
+ <span class="param-type">
3058
+
3059
+ string
3060
+
3061
+ </span>
2762
3062
 
2763
3063
 
2764
3064
 
@@ -2836,7 +3136,11 @@ solid 表示实线。</p></code></td>
2836
3136
  <span class="method-parameter is-pulled-right">
2837
3137
  <label>类型:</label>
2838
3138
 
2839
- <span class="param-type">number</span>
3139
+ <span class="param-type">
3140
+
3141
+ number
3142
+
3143
+ </span>
2840
3144
 
2841
3145
 
2842
3146
 
@@ -2909,7 +3213,11 @@ solid 表示实线。</p></code></td>
2909
3213
  <span class="method-parameter is-pulled-right">
2910
3214
  <label>类型:</label>
2911
3215
 
2912
- <span class="param-type">number</span>
3216
+ <span class="param-type">
3217
+
3218
+ number
3219
+
3220
+ </span>
2913
3221
 
2914
3222
 
2915
3223
 
@@ -2980,7 +3288,11 @@ solid 表示实线。</p></code></td>
2980
3288
  <span class="method-parameter is-pulled-right">
2981
3289
  <label>类型:</label>
2982
3290
 
2983
- <span class="param-type">boolean</span>
3291
+ <span class="param-type">
3292
+
3293
+ boolean
3294
+
3295
+ </span>
2984
3296
 
2985
3297
 
2986
3298
 
@@ -3053,7 +3365,11 @@ solid 表示实线。</p></code></td>
3053
3365
  <span class="method-parameter is-pulled-right">
3054
3366
  <label>类型:</label>
3055
3367
 
3056
- <span class="param-type">string</span>
3368
+ <span class="param-type">
3369
+
3370
+ string
3371
+
3372
+ </span>
3057
3373
 
3058
3374
 
3059
3375
 
@@ -3131,7 +3447,11 @@ solid 表示实线。</p></code></td>
3131
3447
  <span class="method-parameter is-pulled-right">
3132
3448
  <label>类型:</label>
3133
3449
 
3134
- <span class="param-type">string</span>
3450
+ <span class="param-type">
3451
+
3452
+ string
3453
+
3454
+ </span>
3135
3455
 
3136
3456
 
3137
3457
 
@@ -3210,7 +3530,11 @@ solid 表示实线。</p>
3210
3530
  <span class="method-parameter is-pulled-right">
3211
3531
  <label>类型:</label>
3212
3532
 
3213
- <span class="param-type">string</span>
3533
+ <span class="param-type">
3534
+
3535
+ string
3536
+
3537
+ </span>
3214
3538
 
3215
3539
 
3216
3540
 
@@ -3288,7 +3612,11 @@ solid 表示实线。</p>
3288
3612
  <span class="method-parameter is-pulled-right">
3289
3613
  <label>类型:</label>
3290
3614
 
3291
- <span class="param-type">string</span>
3615
+ <span class="param-type">
3616
+
3617
+ string
3618
+
3619
+ </span>
3292
3620
 
3293
3621
 
3294
3622
 
@@ -3366,7 +3694,11 @@ solid 表示实线。</p>
3366
3694
  <span class="method-parameter is-pulled-right">
3367
3695
  <label>类型:</label>
3368
3696
 
3369
- <span class="param-type">number</span>
3697
+ <span class="param-type">
3698
+
3699
+ number
3700
+
3701
+ </span>
3370
3702
 
3371
3703
 
3372
3704
 
@@ -3444,7 +3776,11 @@ solid 表示实线。</p>
3444
3776
  <span class="method-parameter is-pulled-right">
3445
3777
  <label>类型:</label>
3446
3778
 
3447
- <span class="param-type">number</span>
3779
+ <span class="param-type">
3780
+
3781
+ number
3782
+
3783
+ </span>
3448
3784
 
3449
3785
 
3450
3786