@next-bricks/data-view 1.12.10 → 1.12.11

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/types.json CHANGED
@@ -94,56 +94,6 @@
94
94
  "events": [],
95
95
  "methods": []
96
96
  },
97
- "data-view.modern-style-page-title": {
98
- "properties": [
99
- {
100
- "name": "pageTitle",
101
- "annotation": {
102
- "type": "keyword",
103
- "value": "string"
104
- }
105
- },
106
- {
107
- "name": "description",
108
- "annotation": {
109
- "type": "keyword",
110
- "value": "string"
111
- }
112
- },
113
- {
114
- "name": "backgroundStyle",
115
- "annotation": {
116
- "type": "reference",
117
- "typeName": {
118
- "type": "identifier",
119
- "name": "CSSProperties"
120
- }
121
- }
122
- },
123
- {
124
- "name": "leftRoundStyle",
125
- "annotation": {
126
- "type": "reference",
127
- "typeName": {
128
- "type": "identifier",
129
- "name": "CSSProperties"
130
- }
131
- }
132
- },
133
- {
134
- "name": "rightRoundStyle",
135
- "annotation": {
136
- "type": "reference",
137
- "typeName": {
138
- "type": "identifier",
139
- "name": "CSSProperties"
140
- }
141
- }
142
- }
143
- ],
144
- "events": [],
145
- "methods": []
146
- },
147
97
  "data-view.tabs-drawer": {
148
98
  "properties": [
149
99
  {
@@ -476,6 +426,56 @@
476
426
  }
477
427
  ]
478
428
  },
429
+ "data-view.modern-style-page-title": {
430
+ "properties": [
431
+ {
432
+ "name": "pageTitle",
433
+ "annotation": {
434
+ "type": "keyword",
435
+ "value": "string"
436
+ }
437
+ },
438
+ {
439
+ "name": "description",
440
+ "annotation": {
441
+ "type": "keyword",
442
+ "value": "string"
443
+ }
444
+ },
445
+ {
446
+ "name": "backgroundStyle",
447
+ "annotation": {
448
+ "type": "reference",
449
+ "typeName": {
450
+ "type": "identifier",
451
+ "name": "CSSProperties"
452
+ }
453
+ }
454
+ },
455
+ {
456
+ "name": "leftRoundStyle",
457
+ "annotation": {
458
+ "type": "reference",
459
+ "typeName": {
460
+ "type": "identifier",
461
+ "name": "CSSProperties"
462
+ }
463
+ }
464
+ },
465
+ {
466
+ "name": "rightRoundStyle",
467
+ "annotation": {
468
+ "type": "reference",
469
+ "typeName": {
470
+ "type": "identifier",
471
+ "name": "CSSProperties"
472
+ }
473
+ }
474
+ }
475
+ ],
476
+ "events": [],
477
+ "methods": []
478
+ },
479
479
  "data-view.dropdown-menu": {
480
480
  "properties": [
481
481
  {
@@ -548,134 +548,6 @@
548
548
  ],
549
549
  "methods": []
550
550
  },
551
- "data-view.particle-animation": {
552
- "properties": [
553
- {
554
- "name": "colors",
555
- "annotation": {
556
- "type": "reference",
557
- "typeName": {
558
- "type": "identifier",
559
- "name": "ColorType"
560
- }
561
- }
562
- },
563
- {
564
- "name": "containerStyle",
565
- "annotation": {
566
- "type": "reference",
567
- "typeName": {
568
- "type": "qualifiedName",
569
- "left": {
570
- "type": "identifier",
571
- "name": "React"
572
- },
573
- "right": {
574
- "type": "identifier",
575
- "name": "CSSProperties"
576
- }
577
- }
578
- }
579
- }
580
- ],
581
- "events": [],
582
- "methods": [],
583
- "types": [
584
- {
585
- "type": "interface",
586
- "name": "ColorType",
587
- "body": [
588
- {
589
- "type": "propertySignature",
590
- "key": {
591
- "type": "identifier",
592
- "name": "startColor"
593
- },
594
- "annotation": {
595
- "type": "indexedAccess",
596
- "objectType": {
597
- "type": "reference",
598
- "typeName": {
599
- "type": "qualifiedName",
600
- "left": {
601
- "type": "identifier",
602
- "name": "React"
603
- },
604
- "right": {
605
- "type": "identifier",
606
- "name": "CSSProperties"
607
- }
608
- }
609
- },
610
- "indexType": {
611
- "type": "jsLiteral",
612
- "value": "color"
613
- }
614
- },
615
- "computed": false
616
- },
617
- {
618
- "type": "propertySignature",
619
- "key": {
620
- "type": "identifier",
621
- "name": "middleColor"
622
- },
623
- "annotation": {
624
- "type": "indexedAccess",
625
- "objectType": {
626
- "type": "reference",
627
- "typeName": {
628
- "type": "qualifiedName",
629
- "left": {
630
- "type": "identifier",
631
- "name": "React"
632
- },
633
- "right": {
634
- "type": "identifier",
635
- "name": "CSSProperties"
636
- }
637
- }
638
- },
639
- "indexType": {
640
- "type": "jsLiteral",
641
- "value": "color"
642
- }
643
- },
644
- "computed": false
645
- },
646
- {
647
- "type": "propertySignature",
648
- "key": {
649
- "type": "identifier",
650
- "name": "endColor"
651
- },
652
- "annotation": {
653
- "type": "indexedAccess",
654
- "objectType": {
655
- "type": "reference",
656
- "typeName": {
657
- "type": "qualifiedName",
658
- "left": {
659
- "type": "identifier",
660
- "name": "React"
661
- },
662
- "right": {
663
- "type": "identifier",
664
- "name": "CSSProperties"
665
- }
666
- }
667
- },
668
- "indexType": {
669
- "type": "jsLiteral",
670
- "value": "color"
671
- }
672
- },
673
- "computed": false
674
- }
675
- ]
676
- }
677
- ]
678
- },
679
551
  "data-view.app-wall-card-item": {
680
552
  "properties": [
681
553
  {
@@ -831,6 +703,134 @@
831
703
  }
832
704
  ]
833
705
  },
706
+ "data-view.particle-animation": {
707
+ "properties": [
708
+ {
709
+ "name": "colors",
710
+ "annotation": {
711
+ "type": "reference",
712
+ "typeName": {
713
+ "type": "identifier",
714
+ "name": "ColorType"
715
+ }
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
+ "methods": [],
738
+ "types": [
739
+ {
740
+ "type": "interface",
741
+ "name": "ColorType",
742
+ "body": [
743
+ {
744
+ "type": "propertySignature",
745
+ "key": {
746
+ "type": "identifier",
747
+ "name": "startColor"
748
+ },
749
+ "annotation": {
750
+ "type": "indexedAccess",
751
+ "objectType": {
752
+ "type": "reference",
753
+ "typeName": {
754
+ "type": "qualifiedName",
755
+ "left": {
756
+ "type": "identifier",
757
+ "name": "React"
758
+ },
759
+ "right": {
760
+ "type": "identifier",
761
+ "name": "CSSProperties"
762
+ }
763
+ }
764
+ },
765
+ "indexType": {
766
+ "type": "jsLiteral",
767
+ "value": "color"
768
+ }
769
+ },
770
+ "computed": false
771
+ },
772
+ {
773
+ "type": "propertySignature",
774
+ "key": {
775
+ "type": "identifier",
776
+ "name": "middleColor"
777
+ },
778
+ "annotation": {
779
+ "type": "indexedAccess",
780
+ "objectType": {
781
+ "type": "reference",
782
+ "typeName": {
783
+ "type": "qualifiedName",
784
+ "left": {
785
+ "type": "identifier",
786
+ "name": "React"
787
+ },
788
+ "right": {
789
+ "type": "identifier",
790
+ "name": "CSSProperties"
791
+ }
792
+ }
793
+ },
794
+ "indexType": {
795
+ "type": "jsLiteral",
796
+ "value": "color"
797
+ }
798
+ },
799
+ "computed": false
800
+ },
801
+ {
802
+ "type": "propertySignature",
803
+ "key": {
804
+ "type": "identifier",
805
+ "name": "endColor"
806
+ },
807
+ "annotation": {
808
+ "type": "indexedAccess",
809
+ "objectType": {
810
+ "type": "reference",
811
+ "typeName": {
812
+ "type": "qualifiedName",
813
+ "left": {
814
+ "type": "identifier",
815
+ "name": "React"
816
+ },
817
+ "right": {
818
+ "type": "identifier",
819
+ "name": "CSSProperties"
820
+ }
821
+ }
822
+ },
823
+ "indexType": {
824
+ "type": "jsLiteral",
825
+ "value": "color"
826
+ }
827
+ },
828
+ "computed": false
829
+ }
830
+ ]
831
+ }
832
+ ]
833
+ },
834
834
  "data-view.app-wall-relation-line": {
835
835
  "properties": [
836
836
  {
@@ -1348,6 +1348,36 @@
1348
1348
  "events": [],
1349
1349
  "methods": []
1350
1350
  },
1351
+ "data-view.gear-background": {
1352
+ "properties": [
1353
+ {
1354
+ "name": "color",
1355
+ "annotation": {
1356
+ "type": "indexedAccess",
1357
+ "objectType": {
1358
+ "type": "reference",
1359
+ "typeName": {
1360
+ "type": "qualifiedName",
1361
+ "left": {
1362
+ "type": "identifier",
1363
+ "name": "React"
1364
+ },
1365
+ "right": {
1366
+ "type": "identifier",
1367
+ "name": "CSSProperties"
1368
+ }
1369
+ }
1370
+ },
1371
+ "indexType": {
1372
+ "type": "jsLiteral",
1373
+ "value": "color"
1374
+ }
1375
+ }
1376
+ }
1377
+ ],
1378
+ "events": [],
1379
+ "methods": []
1380
+ },
1351
1381
  "data-view.grid-background": {
1352
1382
  "properties": [
1353
1383
  {
@@ -1471,36 +1501,6 @@
1471
1501
  }
1472
1502
  ]
1473
1503
  },
1474
- "data-view.gear-background": {
1475
- "properties": [
1476
- {
1477
- "name": "color",
1478
- "annotation": {
1479
- "type": "indexedAccess",
1480
- "objectType": {
1481
- "type": "reference",
1482
- "typeName": {
1483
- "type": "qualifiedName",
1484
- "left": {
1485
- "type": "identifier",
1486
- "name": "React"
1487
- },
1488
- "right": {
1489
- "type": "identifier",
1490
- "name": "CSSProperties"
1491
- }
1492
- }
1493
- },
1494
- "indexType": {
1495
- "type": "jsLiteral",
1496
- "value": "color"
1497
- }
1498
- }
1499
- }
1500
- ],
1501
- "events": [],
1502
- "methods": []
1503
- },
1504
1504
  "data-view.title-text": {
1505
1505
  "properties": [
1506
1506
  {
@@ -1598,29 +1598,6 @@
1598
1598
  }
1599
1599
  ]
1600
1600
  },
1601
- "data-view.brick-notification": {
1602
- "properties": [
1603
- {
1604
- "name": "message",
1605
- "annotation": {
1606
- "type": "keyword",
1607
- "value": "string"
1608
- }
1609
- },
1610
- {
1611
- "name": "icon",
1612
- "annotation": {
1613
- "type": "reference",
1614
- "typeName": {
1615
- "type": "identifier",
1616
- "name": "GeneralIconProps"
1617
- }
1618
- }
1619
- }
1620
- ],
1621
- "events": [],
1622
- "methods": []
1623
- },
1624
1601
  "data-view.tabs-page-title": {
1625
1602
  "properties": [
1626
1603
  {
@@ -1698,6 +1675,29 @@
1698
1675
  }
1699
1676
  ]
1700
1677
  },
1678
+ "data-view.brick-notification": {
1679
+ "properties": [
1680
+ {
1681
+ "name": "message",
1682
+ "annotation": {
1683
+ "type": "keyword",
1684
+ "value": "string"
1685
+ }
1686
+ },
1687
+ {
1688
+ "name": "icon",
1689
+ "annotation": {
1690
+ "type": "reference",
1691
+ "typeName": {
1692
+ "type": "identifier",
1693
+ "name": "GeneralIconProps"
1694
+ }
1695
+ }
1696
+ }
1697
+ ],
1698
+ "events": [],
1699
+ "methods": []
1700
+ },
1701
1701
  "data-view.top-title-bar": {
1702
1702
  "properties": [
1703
1703
  {
@@ -2283,60 +2283,14 @@
2283
2283
  "name": "enableTitlePrefix",
2284
2284
  "annotation": {
2285
2285
  "type": "keyword",
2286
- "value": "boolean"
2287
- }
2288
- },
2289
- {
2290
- "name": "showDefaultPrefix",
2291
- "annotation": {
2292
- "type": "keyword",
2293
- "value": "boolean"
2294
- }
2295
- }
2296
- ],
2297
- "events": [],
2298
- "methods": []
2299
- },
2300
- "data-view.data-display-flipper-sixth": {
2301
- "properties": [
2302
- {
2303
- "name": "flipperTitle",
2304
- "annotation": {
2305
- "type": "keyword",
2306
- "value": "string"
2307
- }
2308
- },
2309
- {
2310
- "name": "flipperStyle",
2311
- "annotation": {
2312
- "type": "reference",
2313
- "typeName": {
2314
- "type": "qualifiedName",
2315
- "left": {
2316
- "type": "identifier",
2317
- "name": "React"
2318
- },
2319
- "right": {
2320
- "type": "identifier",
2321
- "name": "CSSProperties"
2322
- }
2323
- }
2286
+ "value": "boolean"
2324
2287
  }
2325
2288
  },
2326
2289
  {
2327
- "name": "data",
2290
+ "name": "showDefaultPrefix",
2328
2291
  "annotation": {
2329
- "type": "union",
2330
- "types": [
2331
- {
2332
- "type": "keyword",
2333
- "value": "number"
2334
- },
2335
- {
2336
- "type": "keyword",
2337
- "value": "string"
2338
- }
2339
- ]
2292
+ "type": "keyword",
2293
+ "value": "boolean"
2340
2294
  }
2341
2295
  }
2342
2296
  ],
@@ -2442,6 +2396,52 @@
2442
2396
  }
2443
2397
  ]
2444
2398
  },
2399
+ "data-view.data-display-flipper-sixth": {
2400
+ "properties": [
2401
+ {
2402
+ "name": "flipperTitle",
2403
+ "annotation": {
2404
+ "type": "keyword",
2405
+ "value": "string"
2406
+ }
2407
+ },
2408
+ {
2409
+ "name": "flipperStyle",
2410
+ "annotation": {
2411
+ "type": "reference",
2412
+ "typeName": {
2413
+ "type": "qualifiedName",
2414
+ "left": {
2415
+ "type": "identifier",
2416
+ "name": "React"
2417
+ },
2418
+ "right": {
2419
+ "type": "identifier",
2420
+ "name": "CSSProperties"
2421
+ }
2422
+ }
2423
+ }
2424
+ },
2425
+ {
2426
+ "name": "data",
2427
+ "annotation": {
2428
+ "type": "union",
2429
+ "types": [
2430
+ {
2431
+ "type": "keyword",
2432
+ "value": "number"
2433
+ },
2434
+ {
2435
+ "type": "keyword",
2436
+ "value": "string"
2437
+ }
2438
+ ]
2439
+ }
2440
+ }
2441
+ ],
2442
+ "events": [],
2443
+ "methods": []
2444
+ },
2445
2445
  "data-view.loading-panel": {
2446
2446
  "properties": [
2447
2447
  {
@@ -3235,8 +3235,15 @@
3235
3235
  }
3236
3236
  ]
3237
3237
  },
3238
- "data-view.globe-with-orbit-indicator": {
3238
+ "data-view.china-map": {
3239
3239
  "properties": [
3240
+ {
3241
+ "name": "province",
3242
+ "annotation": {
3243
+ "type": "keyword",
3244
+ "value": "string"
3245
+ }
3246
+ },
3240
3247
  {
3241
3248
  "name": "dataSource",
3242
3249
  "annotation": {
@@ -3251,30 +3258,14 @@
3251
3258
  }
3252
3259
  },
3253
3260
  {
3254
- "name": "centerDataSource",
3255
- "annotation": {
3256
- "type": "reference",
3257
- "typeName": {
3258
- "type": "identifier",
3259
- "name": "DataItem"
3260
- }
3261
- }
3262
- },
3263
- {
3264
- "name": "cornerDataSource",
3261
+ "name": "maxScale",
3265
3262
  "annotation": {
3266
- "type": "array",
3267
- "elementType": {
3268
- "type": "reference",
3269
- "typeName": {
3270
- "type": "identifier",
3271
- "name": "CornerDataItem"
3272
- }
3273
- }
3263
+ "type": "keyword",
3264
+ "value": "number"
3274
3265
  }
3275
3266
  },
3276
3267
  {
3277
- "name": "maxScale",
3268
+ "name": "textScale",
3278
3269
  "annotation": {
3279
3270
  "type": "keyword",
3280
3271
  "value": "number"
@@ -3292,76 +3283,79 @@
3292
3283
  "type": "propertySignature",
3293
3284
  "key": {
3294
3285
  "type": "identifier",
3295
- "name": "label"
3286
+ "name": "province"
3296
3287
  },
3297
3288
  "annotation": {
3298
3289
  "type": "keyword",
3299
3290
  "value": "string"
3300
3291
  },
3292
+ "optional": true,
3301
3293
  "computed": false
3302
3294
  },
3303
3295
  {
3304
3296
  "type": "propertySignature",
3305
3297
  "key": {
3306
3298
  "type": "identifier",
3307
- "name": "value"
3299
+ "name": "city"
3308
3300
  },
3309
3301
  "annotation": {
3310
- "type": "union",
3311
- "types": [
3302
+ "type": "keyword",
3303
+ "value": "string"
3304
+ },
3305
+ "optional": true,
3306
+ "computed": false
3307
+ },
3308
+ {
3309
+ "type": "propertySignature",
3310
+ "key": {
3311
+ "type": "identifier",
3312
+ "name": "coordinate"
3313
+ },
3314
+ "annotation": {
3315
+ "type": "tuple",
3316
+ "elementTypes": [
3312
3317
  {
3313
- "type": "keyword",
3314
- "value": "string"
3318
+ "type": "namedTupleMember",
3319
+ "label": "longitude",
3320
+ "optional": false,
3321
+ "elementType": {
3322
+ "type": "keyword",
3323
+ "value": "number"
3324
+ }
3315
3325
  },
3316
3326
  {
3317
- "type": "keyword",
3318
- "value": "number"
3327
+ "type": "namedTupleMember",
3328
+ "label": "latitude",
3329
+ "optional": false,
3330
+ "elementType": {
3331
+ "type": "keyword",
3332
+ "value": "number"
3333
+ }
3319
3334
  }
3320
3335
  ]
3321
3336
  },
3322
- "computed": false
3323
- }
3324
- ]
3325
- },
3326
- {
3327
- "type": "interface",
3328
- "name": "CornerDataItem",
3329
- "body": [
3337
+ "optional": true,
3338
+ "computed": false,
3339
+ "description": "手动设置经纬度信息,优先级高于 province 和 city"
3340
+ },
3330
3341
  {
3331
3342
  "type": "propertySignature",
3332
3343
  "key": {
3333
3344
  "type": "identifier",
3334
- "name": "color"
3345
+ "name": "text"
3335
3346
  },
3336
3347
  "annotation": {
3337
3348
  "type": "keyword",
3338
3349
  "value": "string"
3339
3350
  },
3340
- "optional": true,
3341
3351
  "computed": false
3342
3352
  }
3343
- ],
3344
- "extends": [
3345
- {
3346
- "type": "expressionWithTypeArguments",
3347
- "expression": {
3348
- "type": "identifier",
3349
- "name": "DataItem"
3350
- }
3351
- }
3352
3353
  ]
3353
3354
  }
3354
3355
  ]
3355
3356
  },
3356
- "data-view.china-map": {
3357
+ "data-view.globe-with-orbit-indicator": {
3357
3358
  "properties": [
3358
- {
3359
- "name": "province",
3360
- "annotation": {
3361
- "type": "keyword",
3362
- "value": "string"
3363
- }
3364
- },
3365
3359
  {
3366
3360
  "name": "dataSource",
3367
3361
  "annotation": {
@@ -3376,14 +3370,30 @@
3376
3370
  }
3377
3371
  },
3378
3372
  {
3379
- "name": "maxScale",
3373
+ "name": "centerDataSource",
3380
3374
  "annotation": {
3381
- "type": "keyword",
3382
- "value": "number"
3375
+ "type": "reference",
3376
+ "typeName": {
3377
+ "type": "identifier",
3378
+ "name": "DataItem"
3379
+ }
3383
3380
  }
3384
3381
  },
3385
3382
  {
3386
- "name": "textScale",
3383
+ "name": "cornerDataSource",
3384
+ "annotation": {
3385
+ "type": "array",
3386
+ "elementType": {
3387
+ "type": "reference",
3388
+ "typeName": {
3389
+ "type": "identifier",
3390
+ "name": "CornerDataItem"
3391
+ }
3392
+ }
3393
+ }
3394
+ },
3395
+ {
3396
+ "name": "maxScale",
3387
3397
  "annotation": {
3388
3398
  "type": "keyword",
3389
3399
  "value": "number"
@@ -3401,73 +3411,63 @@
3401
3411
  "type": "propertySignature",
3402
3412
  "key": {
3403
3413
  "type": "identifier",
3404
- "name": "province"
3405
- },
3406
- "annotation": {
3407
- "type": "keyword",
3408
- "value": "string"
3409
- },
3410
- "optional": true,
3411
- "computed": false
3412
- },
3413
- {
3414
- "type": "propertySignature",
3415
- "key": {
3416
- "type": "identifier",
3417
- "name": "city"
3414
+ "name": "label"
3418
3415
  },
3419
3416
  "annotation": {
3420
3417
  "type": "keyword",
3421
3418
  "value": "string"
3422
3419
  },
3423
- "optional": true,
3424
3420
  "computed": false
3425
3421
  },
3426
3422
  {
3427
3423
  "type": "propertySignature",
3428
3424
  "key": {
3429
3425
  "type": "identifier",
3430
- "name": "coordinate"
3426
+ "name": "value"
3431
3427
  },
3432
3428
  "annotation": {
3433
- "type": "tuple",
3434
- "elementTypes": [
3429
+ "type": "union",
3430
+ "types": [
3435
3431
  {
3436
- "type": "namedTupleMember",
3437
- "label": "longitude",
3438
- "optional": false,
3439
- "elementType": {
3440
- "type": "keyword",
3441
- "value": "number"
3442
- }
3432
+ "type": "keyword",
3433
+ "value": "string"
3443
3434
  },
3444
3435
  {
3445
- "type": "namedTupleMember",
3446
- "label": "latitude",
3447
- "optional": false,
3448
- "elementType": {
3449
- "type": "keyword",
3450
- "value": "number"
3451
- }
3436
+ "type": "keyword",
3437
+ "value": "number"
3452
3438
  }
3453
3439
  ]
3454
3440
  },
3455
- "optional": true,
3456
- "computed": false,
3457
- "description": "手动设置经纬度信息,优先级高于 province 和 city"
3458
- },
3441
+ "computed": false
3442
+ }
3443
+ ]
3444
+ },
3445
+ {
3446
+ "type": "interface",
3447
+ "name": "CornerDataItem",
3448
+ "body": [
3459
3449
  {
3460
3450
  "type": "propertySignature",
3461
3451
  "key": {
3462
3452
  "type": "identifier",
3463
- "name": "text"
3453
+ "name": "color"
3464
3454
  },
3465
3455
  "annotation": {
3466
3456
  "type": "keyword",
3467
3457
  "value": "string"
3468
3458
  },
3459
+ "optional": true,
3469
3460
  "computed": false
3470
3461
  }
3462
+ ],
3463
+ "extends": [
3464
+ {
3465
+ "type": "expressionWithTypeArguments",
3466
+ "expression": {
3467
+ "type": "identifier",
3468
+ "name": "DataItem"
3469
+ }
3470
+ }
3471
3471
  ]
3472
3472
  }
3473
3473
  ]