@next-bricks/data-view 1.3.3 → 1.3.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.
- package/dist/bricks.json +8 -8
- package/dist/chunks/{4263.47b2c75b.js → 4263.9115169c.js} +2 -2
- package/dist/chunks/4263.9115169c.js.map +1 -0
- package/dist/chunks/5371.15b68669.js +2 -0
- package/dist/chunks/5371.15b68669.js.map +1 -0
- package/dist/chunks/china-map-chart.c33ff7d1.js +2 -0
- package/dist/chunks/china-map-chart.c33ff7d1.js.map +1 -0
- package/dist/chunks/{main.31d52d0a.js → main.f51cf727.js} +2 -2
- package/dist/chunks/{main.31d52d0a.js.map → main.f51cf727.js.map} +1 -1
- package/dist/examples.json +17 -17
- package/dist/{index.fcc7c002.js → index.956d31e5.js} +2 -2
- package/dist/{index.fcc7c002.js.map → index.956d31e5.js.map} +1 -1
- package/dist/manifest.json +191 -191
- package/dist/types.json +236 -236
- package/dist-types/china-map-chart/map.d.ts +92 -10
- package/package.json +2 -2
- package/dist/chunks/4263.47b2c75b.js.map +0 -1
- package/dist/chunks/5371.315e565c.js +0 -2
- package/dist/chunks/5371.315e565c.js.map +0 -1
- package/dist/chunks/china-map-chart.7cfeed37.js +0 -2
- package/dist/chunks/china-map-chart.7cfeed37.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -233,6 +233,110 @@
|
|
|
233
233
|
}
|
|
234
234
|
]
|
|
235
235
|
},
|
|
236
|
+
"data-view.modern-style-component-title": {
|
|
237
|
+
"properties": [
|
|
238
|
+
{
|
|
239
|
+
"name": "hideLeftComponent",
|
|
240
|
+
"annotation": {
|
|
241
|
+
"type": "keyword",
|
|
242
|
+
"value": "boolean"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "hideRightComponent",
|
|
247
|
+
"annotation": {
|
|
248
|
+
"type": "keyword",
|
|
249
|
+
"value": "boolean"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "componentTitle",
|
|
254
|
+
"annotation": {
|
|
255
|
+
"type": "keyword",
|
|
256
|
+
"value": "string"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "titleTextStyle",
|
|
261
|
+
"annotation": {
|
|
262
|
+
"type": "reference",
|
|
263
|
+
"typeName": {
|
|
264
|
+
"type": "identifier",
|
|
265
|
+
"name": "CSSProperties"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "squareColor",
|
|
271
|
+
"annotation": {
|
|
272
|
+
"type": "indexedAccess",
|
|
273
|
+
"objectType": {
|
|
274
|
+
"type": "reference",
|
|
275
|
+
"typeName": {
|
|
276
|
+
"type": "identifier",
|
|
277
|
+
"name": "CSSProperties"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"indexType": {
|
|
281
|
+
"type": "jsLiteral",
|
|
282
|
+
"value": "color"
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"events": [],
|
|
288
|
+
"methods": []
|
|
289
|
+
},
|
|
290
|
+
"data-view.modern-style-page-title": {
|
|
291
|
+
"properties": [
|
|
292
|
+
{
|
|
293
|
+
"name": "pageTitle",
|
|
294
|
+
"annotation": {
|
|
295
|
+
"type": "keyword",
|
|
296
|
+
"value": "string"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "description",
|
|
301
|
+
"annotation": {
|
|
302
|
+
"type": "keyword",
|
|
303
|
+
"value": "string"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "backgroundStyle",
|
|
308
|
+
"annotation": {
|
|
309
|
+
"type": "reference",
|
|
310
|
+
"typeName": {
|
|
311
|
+
"type": "identifier",
|
|
312
|
+
"name": "CSSProperties"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "leftRoundStyle",
|
|
318
|
+
"annotation": {
|
|
319
|
+
"type": "reference",
|
|
320
|
+
"typeName": {
|
|
321
|
+
"type": "identifier",
|
|
322
|
+
"name": "CSSProperties"
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"name": "rightRoundStyle",
|
|
328
|
+
"annotation": {
|
|
329
|
+
"type": "reference",
|
|
330
|
+
"typeName": {
|
|
331
|
+
"type": "identifier",
|
|
332
|
+
"name": "CSSProperties"
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"events": [],
|
|
338
|
+
"methods": []
|
|
339
|
+
},
|
|
236
340
|
"data-view.battery-chart": {
|
|
237
341
|
"properties": [
|
|
238
342
|
{
|
|
@@ -444,109 +548,160 @@
|
|
|
444
548
|
],
|
|
445
549
|
"methods": []
|
|
446
550
|
},
|
|
447
|
-
"data-view.
|
|
551
|
+
"data-view.app-wall-card-item": {
|
|
448
552
|
"properties": [
|
|
449
553
|
{
|
|
450
|
-
"name": "
|
|
554
|
+
"name": "status",
|
|
451
555
|
"annotation": {
|
|
452
|
-
"type": "
|
|
453
|
-
"
|
|
556
|
+
"type": "union",
|
|
557
|
+
"types": [
|
|
558
|
+
{
|
|
559
|
+
"type": "jsLiteral",
|
|
560
|
+
"value": "normal"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"type": "jsLiteral",
|
|
564
|
+
"value": "warning"
|
|
565
|
+
}
|
|
566
|
+
]
|
|
454
567
|
}
|
|
455
568
|
},
|
|
456
569
|
{
|
|
457
|
-
"name": "
|
|
570
|
+
"name": "cardTitle",
|
|
458
571
|
"annotation": {
|
|
459
572
|
"type": "keyword",
|
|
460
|
-
"value": "
|
|
573
|
+
"value": "string"
|
|
461
574
|
}
|
|
462
575
|
},
|
|
463
576
|
{
|
|
464
|
-
"name": "
|
|
577
|
+
"name": "description",
|
|
465
578
|
"annotation": {
|
|
466
579
|
"type": "keyword",
|
|
467
580
|
"value": "string"
|
|
468
581
|
}
|
|
469
|
-
}
|
|
582
|
+
}
|
|
583
|
+
],
|
|
584
|
+
"events": [],
|
|
585
|
+
"methods": []
|
|
586
|
+
},
|
|
587
|
+
"data-view.app-wall-system-card": {
|
|
588
|
+
"properties": [
|
|
470
589
|
{
|
|
471
|
-
"name": "
|
|
590
|
+
"name": "status",
|
|
472
591
|
"annotation": {
|
|
473
592
|
"type": "reference",
|
|
474
593
|
"typeName": {
|
|
475
594
|
"type": "identifier",
|
|
476
|
-
"name": "
|
|
595
|
+
"name": "StatusType"
|
|
477
596
|
}
|
|
478
597
|
}
|
|
479
598
|
},
|
|
480
599
|
{
|
|
481
|
-
"name": "
|
|
600
|
+
"name": "cardTitle",
|
|
482
601
|
"annotation": {
|
|
483
|
-
"type": "
|
|
484
|
-
"
|
|
602
|
+
"type": "keyword",
|
|
603
|
+
"value": "string"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "itemList",
|
|
608
|
+
"annotation": {
|
|
609
|
+
"type": "array",
|
|
610
|
+
"elementType": {
|
|
485
611
|
"type": "reference",
|
|
486
612
|
"typeName": {
|
|
487
613
|
"type": "identifier",
|
|
488
|
-
"name": "
|
|
614
|
+
"name": "DescriptionItem"
|
|
489
615
|
}
|
|
490
|
-
},
|
|
491
|
-
"indexType": {
|
|
492
|
-
"type": "jsLiteral",
|
|
493
|
-
"value": "color"
|
|
494
616
|
}
|
|
495
617
|
}
|
|
496
|
-
}
|
|
497
|
-
],
|
|
498
|
-
"events": [],
|
|
499
|
-
"methods": []
|
|
500
|
-
},
|
|
501
|
-
"data-view.modern-style-page-title": {
|
|
502
|
-
"properties": [
|
|
503
|
-
{
|
|
504
|
-
"name": "pageTitle",
|
|
505
|
-
"annotation": {
|
|
506
|
-
"type": "keyword",
|
|
507
|
-
"value": "string"
|
|
508
|
-
}
|
|
509
618
|
},
|
|
510
619
|
{
|
|
511
|
-
"name": "
|
|
620
|
+
"name": "buttonName",
|
|
512
621
|
"annotation": {
|
|
513
622
|
"type": "keyword",
|
|
514
623
|
"value": "string"
|
|
515
624
|
}
|
|
516
625
|
},
|
|
517
626
|
{
|
|
518
|
-
"name": "
|
|
627
|
+
"name": "containerStyle",
|
|
519
628
|
"annotation": {
|
|
520
629
|
"type": "reference",
|
|
521
630
|
"typeName": {
|
|
522
|
-
"type": "
|
|
523
|
-
"
|
|
631
|
+
"type": "qualifiedName",
|
|
632
|
+
"left": {
|
|
633
|
+
"type": "identifier",
|
|
634
|
+
"name": "React"
|
|
635
|
+
},
|
|
636
|
+
"right": {
|
|
637
|
+
"type": "identifier",
|
|
638
|
+
"name": "CSSProperties"
|
|
639
|
+
}
|
|
524
640
|
}
|
|
525
641
|
}
|
|
526
|
-
}
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"events": [
|
|
527
645
|
{
|
|
528
|
-
"name": "
|
|
529
|
-
"
|
|
530
|
-
"
|
|
531
|
-
|
|
532
|
-
"
|
|
533
|
-
"name": "CSSProperties"
|
|
646
|
+
"name": "button-click",
|
|
647
|
+
"detail": {
|
|
648
|
+
"annotation": {
|
|
649
|
+
"type": "keyword",
|
|
650
|
+
"value": "void"
|
|
534
651
|
}
|
|
535
652
|
}
|
|
536
|
-
}
|
|
653
|
+
}
|
|
654
|
+
],
|
|
655
|
+
"methods": [],
|
|
656
|
+
"types": [
|
|
537
657
|
{
|
|
538
|
-
"
|
|
658
|
+
"type": "typeAlias",
|
|
659
|
+
"name": "StatusType",
|
|
539
660
|
"annotation": {
|
|
540
|
-
"type": "
|
|
541
|
-
"
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
661
|
+
"type": "union",
|
|
662
|
+
"types": [
|
|
663
|
+
{
|
|
664
|
+
"type": "jsLiteral",
|
|
665
|
+
"value": "normal"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"type": "jsLiteral",
|
|
669
|
+
"value": "warning"
|
|
670
|
+
}
|
|
671
|
+
]
|
|
545
672
|
}
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"type": "interface",
|
|
676
|
+
"name": "DescriptionItem",
|
|
677
|
+
"body": [
|
|
678
|
+
{
|
|
679
|
+
"type": "propertySignature",
|
|
680
|
+
"key": {
|
|
681
|
+
"type": "identifier",
|
|
682
|
+
"name": "key"
|
|
683
|
+
},
|
|
684
|
+
"annotation": {
|
|
685
|
+
"type": "keyword",
|
|
686
|
+
"value": "string"
|
|
687
|
+
},
|
|
688
|
+
"computed": false
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"type": "propertySignature",
|
|
692
|
+
"key": {
|
|
693
|
+
"type": "identifier",
|
|
694
|
+
"name": "value"
|
|
695
|
+
},
|
|
696
|
+
"annotation": {
|
|
697
|
+
"type": "keyword",
|
|
698
|
+
"value": "string"
|
|
699
|
+
},
|
|
700
|
+
"computed": false
|
|
701
|
+
}
|
|
702
|
+
]
|
|
546
703
|
}
|
|
547
|
-
]
|
|
548
|
-
"events": [],
|
|
549
|
-
"methods": []
|
|
704
|
+
]
|
|
550
705
|
},
|
|
551
706
|
"data-view.particle-animation": {
|
|
552
707
|
"properties": [
|
|
@@ -676,161 +831,6 @@
|
|
|
676
831
|
}
|
|
677
832
|
]
|
|
678
833
|
},
|
|
679
|
-
"data-view.app-wall-system-card": {
|
|
680
|
-
"properties": [
|
|
681
|
-
{
|
|
682
|
-
"name": "status",
|
|
683
|
-
"annotation": {
|
|
684
|
-
"type": "reference",
|
|
685
|
-
"typeName": {
|
|
686
|
-
"type": "identifier",
|
|
687
|
-
"name": "StatusType"
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"name": "cardTitle",
|
|
693
|
-
"annotation": {
|
|
694
|
-
"type": "keyword",
|
|
695
|
-
"value": "string"
|
|
696
|
-
}
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"name": "itemList",
|
|
700
|
-
"annotation": {
|
|
701
|
-
"type": "array",
|
|
702
|
-
"elementType": {
|
|
703
|
-
"type": "reference",
|
|
704
|
-
"typeName": {
|
|
705
|
-
"type": "identifier",
|
|
706
|
-
"name": "DescriptionItem"
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
}
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"name": "buttonName",
|
|
713
|
-
"annotation": {
|
|
714
|
-
"type": "keyword",
|
|
715
|
-
"value": "string"
|
|
716
|
-
}
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"name": "containerStyle",
|
|
720
|
-
"annotation": {
|
|
721
|
-
"type": "reference",
|
|
722
|
-
"typeName": {
|
|
723
|
-
"type": "qualifiedName",
|
|
724
|
-
"left": {
|
|
725
|
-
"type": "identifier",
|
|
726
|
-
"name": "React"
|
|
727
|
-
},
|
|
728
|
-
"right": {
|
|
729
|
-
"type": "identifier",
|
|
730
|
-
"name": "CSSProperties"
|
|
731
|
-
}
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
}
|
|
735
|
-
],
|
|
736
|
-
"events": [
|
|
737
|
-
{
|
|
738
|
-
"name": "button-click",
|
|
739
|
-
"detail": {
|
|
740
|
-
"annotation": {
|
|
741
|
-
"type": "keyword",
|
|
742
|
-
"value": "void"
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
],
|
|
747
|
-
"methods": [],
|
|
748
|
-
"types": [
|
|
749
|
-
{
|
|
750
|
-
"type": "typeAlias",
|
|
751
|
-
"name": "StatusType",
|
|
752
|
-
"annotation": {
|
|
753
|
-
"type": "union",
|
|
754
|
-
"types": [
|
|
755
|
-
{
|
|
756
|
-
"type": "jsLiteral",
|
|
757
|
-
"value": "normal"
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"type": "jsLiteral",
|
|
761
|
-
"value": "warning"
|
|
762
|
-
}
|
|
763
|
-
]
|
|
764
|
-
}
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"type": "interface",
|
|
768
|
-
"name": "DescriptionItem",
|
|
769
|
-
"body": [
|
|
770
|
-
{
|
|
771
|
-
"type": "propertySignature",
|
|
772
|
-
"key": {
|
|
773
|
-
"type": "identifier",
|
|
774
|
-
"name": "key"
|
|
775
|
-
},
|
|
776
|
-
"annotation": {
|
|
777
|
-
"type": "keyword",
|
|
778
|
-
"value": "string"
|
|
779
|
-
},
|
|
780
|
-
"computed": false
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"type": "propertySignature",
|
|
784
|
-
"key": {
|
|
785
|
-
"type": "identifier",
|
|
786
|
-
"name": "value"
|
|
787
|
-
},
|
|
788
|
-
"annotation": {
|
|
789
|
-
"type": "keyword",
|
|
790
|
-
"value": "string"
|
|
791
|
-
},
|
|
792
|
-
"computed": false
|
|
793
|
-
}
|
|
794
|
-
]
|
|
795
|
-
}
|
|
796
|
-
]
|
|
797
|
-
},
|
|
798
|
-
"data-view.app-wall-card-item": {
|
|
799
|
-
"properties": [
|
|
800
|
-
{
|
|
801
|
-
"name": "status",
|
|
802
|
-
"annotation": {
|
|
803
|
-
"type": "union",
|
|
804
|
-
"types": [
|
|
805
|
-
{
|
|
806
|
-
"type": "jsLiteral",
|
|
807
|
-
"value": "normal"
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"type": "jsLiteral",
|
|
811
|
-
"value": "warning"
|
|
812
|
-
}
|
|
813
|
-
]
|
|
814
|
-
}
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"name": "cardTitle",
|
|
818
|
-
"annotation": {
|
|
819
|
-
"type": "keyword",
|
|
820
|
-
"value": "string"
|
|
821
|
-
}
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
"name": "description",
|
|
825
|
-
"annotation": {
|
|
826
|
-
"type": "keyword",
|
|
827
|
-
"value": "string"
|
|
828
|
-
}
|
|
829
|
-
}
|
|
830
|
-
],
|
|
831
|
-
"events": [],
|
|
832
|
-
"methods": []
|
|
833
|
-
},
|
|
834
834
|
"data-view.app-wall-relation-line": {
|
|
835
835
|
"properties": [
|
|
836
836
|
{
|
|
@@ -1737,6 +1737,35 @@
|
|
|
1737
1737
|
}
|
|
1738
1738
|
]
|
|
1739
1739
|
},
|
|
1740
|
+
"data-view.lights-component-title": {
|
|
1741
|
+
"properties": [
|
|
1742
|
+
{
|
|
1743
|
+
"name": "componentTitle",
|
|
1744
|
+
"annotation": {
|
|
1745
|
+
"type": "keyword",
|
|
1746
|
+
"value": "string"
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "theme",
|
|
1751
|
+
"annotation": {
|
|
1752
|
+
"type": "union",
|
|
1753
|
+
"types": [
|
|
1754
|
+
{
|
|
1755
|
+
"type": "jsLiteral",
|
|
1756
|
+
"value": "light"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"type": "jsLiteral",
|
|
1760
|
+
"value": "dark"
|
|
1761
|
+
}
|
|
1762
|
+
]
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1765
|
+
],
|
|
1766
|
+
"events": [],
|
|
1767
|
+
"methods": []
|
|
1768
|
+
},
|
|
1740
1769
|
"data-view.hi-tech-button": {
|
|
1741
1770
|
"properties": [
|
|
1742
1771
|
{
|
|
@@ -1808,35 +1837,6 @@
|
|
|
1808
1837
|
}
|
|
1809
1838
|
]
|
|
1810
1839
|
},
|
|
1811
|
-
"data-view.lights-component-title": {
|
|
1812
|
-
"properties": [
|
|
1813
|
-
{
|
|
1814
|
-
"name": "componentTitle",
|
|
1815
|
-
"annotation": {
|
|
1816
|
-
"type": "keyword",
|
|
1817
|
-
"value": "string"
|
|
1818
|
-
}
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"name": "theme",
|
|
1822
|
-
"annotation": {
|
|
1823
|
-
"type": "union",
|
|
1824
|
-
"types": [
|
|
1825
|
-
{
|
|
1826
|
-
"type": "jsLiteral",
|
|
1827
|
-
"value": "light"
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"type": "jsLiteral",
|
|
1831
|
-
"value": "dark"
|
|
1832
|
-
}
|
|
1833
|
-
]
|
|
1834
|
-
}
|
|
1835
|
-
}
|
|
1836
|
-
],
|
|
1837
|
-
"events": [],
|
|
1838
|
-
"methods": []
|
|
1839
|
-
},
|
|
1840
1840
|
"data-view.tech-mesh-base-view": {
|
|
1841
1841
|
"properties": [],
|
|
1842
1842
|
"events": [],
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export declare const CHINA: {
|
|
2
2
|
type: string;
|
|
3
3
|
features: ({
|
|
4
|
+
id: string;
|
|
4
5
|
type: string;
|
|
5
6
|
properties: {
|
|
6
|
-
adcode:
|
|
7
|
+
adcode: number;
|
|
7
8
|
name: string;
|
|
8
9
|
center: number[];
|
|
10
|
+
cp: number[];
|
|
9
11
|
centroid: number[];
|
|
10
12
|
childrenNum: number;
|
|
11
13
|
level: string;
|
|
@@ -14,18 +16,46 @@ export declare const CHINA: {
|
|
|
14
16
|
};
|
|
15
17
|
subFeatureIndex: number;
|
|
16
18
|
acroutes: number[];
|
|
17
|
-
|
|
19
|
+
ishasjl?: undefined;
|
|
20
|
+
adchar?: undefined;
|
|
21
|
+
childNum?: undefined;
|
|
18
22
|
};
|
|
19
23
|
geometry: {
|
|
20
24
|
type: string;
|
|
21
25
|
coordinates: number[][][][];
|
|
22
26
|
};
|
|
23
27
|
} | {
|
|
28
|
+
id: string;
|
|
24
29
|
type: string;
|
|
25
30
|
properties: {
|
|
26
31
|
adcode: number;
|
|
27
32
|
name: string;
|
|
28
33
|
center: number[];
|
|
34
|
+
cp: number[];
|
|
35
|
+
childrenNum: number;
|
|
36
|
+
level: string;
|
|
37
|
+
parent: {
|
|
38
|
+
adcode: number;
|
|
39
|
+
};
|
|
40
|
+
subFeatureIndex: number;
|
|
41
|
+
acroutes: number[];
|
|
42
|
+
centroid?: undefined;
|
|
43
|
+
ishasjl?: undefined;
|
|
44
|
+
adchar?: undefined;
|
|
45
|
+
childNum?: undefined;
|
|
46
|
+
};
|
|
47
|
+
geometry: {
|
|
48
|
+
type: string;
|
|
49
|
+
coordinates: number[][][][];
|
|
50
|
+
};
|
|
51
|
+
} | {
|
|
52
|
+
id: string;
|
|
53
|
+
type: string;
|
|
54
|
+
properties: {
|
|
55
|
+
adcode: number;
|
|
56
|
+
name: string;
|
|
57
|
+
center: number[];
|
|
58
|
+
cp: number[];
|
|
29
59
|
centroid: number[];
|
|
30
60
|
childrenNum: number;
|
|
31
61
|
level: string;
|
|
@@ -34,29 +64,81 @@ export declare const CHINA: {
|
|
|
34
64
|
};
|
|
35
65
|
subFeatureIndex: number;
|
|
36
66
|
acroutes: number[];
|
|
67
|
+
ishasjl?: undefined;
|
|
37
68
|
adchar?: undefined;
|
|
69
|
+
childNum?: undefined;
|
|
70
|
+
};
|
|
71
|
+
geometry: {
|
|
72
|
+
type: string;
|
|
73
|
+
coordinates: number[][][];
|
|
74
|
+
};
|
|
75
|
+
} | {
|
|
76
|
+
id: string;
|
|
77
|
+
type: string;
|
|
78
|
+
properties: {
|
|
79
|
+
adcode: number;
|
|
80
|
+
ishasjl: string;
|
|
81
|
+
name: string;
|
|
82
|
+
center: number[];
|
|
83
|
+
cp: number[];
|
|
84
|
+
centroid: number[];
|
|
85
|
+
childrenNum: number;
|
|
86
|
+
level: string;
|
|
87
|
+
parent: {
|
|
88
|
+
adcode: number;
|
|
89
|
+
};
|
|
90
|
+
subFeatureIndex: number;
|
|
91
|
+
acroutes: number[];
|
|
92
|
+
adchar?: undefined;
|
|
93
|
+
childNum?: undefined;
|
|
38
94
|
};
|
|
39
95
|
geometry: {
|
|
40
96
|
type: string;
|
|
41
97
|
coordinates: number[][][][];
|
|
42
98
|
};
|
|
43
99
|
} | {
|
|
100
|
+
id: string;
|
|
44
101
|
type: string;
|
|
45
102
|
properties: {
|
|
46
|
-
|
|
103
|
+
ishasjl: string;
|
|
47
104
|
name: string;
|
|
48
|
-
center: any;
|
|
49
|
-
centroid: any;
|
|
50
|
-
childrenNum: any;
|
|
51
|
-
level: any;
|
|
52
|
-
parent: any;
|
|
53
|
-
subFeatureIndex: any;
|
|
54
|
-
acroutes: any;
|
|
55
105
|
adchar: string;
|
|
106
|
+
adcode: string;
|
|
107
|
+
center?: undefined;
|
|
108
|
+
cp?: undefined;
|
|
109
|
+
centroid?: undefined;
|
|
110
|
+
childrenNum?: undefined;
|
|
111
|
+
level?: undefined;
|
|
112
|
+
parent?: undefined;
|
|
113
|
+
subFeatureIndex?: undefined;
|
|
114
|
+
acroutes?: undefined;
|
|
115
|
+
childNum?: undefined;
|
|
56
116
|
};
|
|
57
117
|
geometry: {
|
|
58
118
|
type: string;
|
|
59
119
|
coordinates: number[][][][];
|
|
60
120
|
};
|
|
121
|
+
} | {
|
|
122
|
+
type: string;
|
|
123
|
+
geometry: {
|
|
124
|
+
type: string;
|
|
125
|
+
coordinates: number[][][][];
|
|
126
|
+
};
|
|
127
|
+
properties: {
|
|
128
|
+
ishasjl: string;
|
|
129
|
+
name: string;
|
|
130
|
+
childNum: number;
|
|
131
|
+
adcode?: undefined;
|
|
132
|
+
center?: undefined;
|
|
133
|
+
cp?: undefined;
|
|
134
|
+
centroid?: undefined;
|
|
135
|
+
childrenNum?: undefined;
|
|
136
|
+
level?: undefined;
|
|
137
|
+
parent?: undefined;
|
|
138
|
+
subFeatureIndex?: undefined;
|
|
139
|
+
acroutes?: undefined;
|
|
140
|
+
adchar?: undefined;
|
|
141
|
+
};
|
|
142
|
+
id?: undefined;
|
|
61
143
|
})[];
|
|
62
144
|
};
|