@next-bricks/data-view 1.3.4 → 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/types.json CHANGED
@@ -233,56 +233,6 @@
233
233
  }
234
234
  ]
235
235
  },
236
- "data-view.modern-style-page-title": {
237
- "properties": [
238
- {
239
- "name": "pageTitle",
240
- "annotation": {
241
- "type": "keyword",
242
- "value": "string"
243
- }
244
- },
245
- {
246
- "name": "description",
247
- "annotation": {
248
- "type": "keyword",
249
- "value": "string"
250
- }
251
- },
252
- {
253
- "name": "backgroundStyle",
254
- "annotation": {
255
- "type": "reference",
256
- "typeName": {
257
- "type": "identifier",
258
- "name": "CSSProperties"
259
- }
260
- }
261
- },
262
- {
263
- "name": "leftRoundStyle",
264
- "annotation": {
265
- "type": "reference",
266
- "typeName": {
267
- "type": "identifier",
268
- "name": "CSSProperties"
269
- }
270
- }
271
- },
272
- {
273
- "name": "rightRoundStyle",
274
- "annotation": {
275
- "type": "reference",
276
- "typeName": {
277
- "type": "identifier",
278
- "name": "CSSProperties"
279
- }
280
- }
281
- }
282
- ],
283
- "events": [],
284
- "methods": []
285
- },
286
236
  "data-view.modern-style-component-title": {
287
237
  "properties": [
288
238
  {
@@ -337,76 +287,54 @@
337
287
  "events": [],
338
288
  "methods": []
339
289
  },
340
- "data-view.dropdown-menu": {
290
+ "data-view.modern-style-page-title": {
341
291
  "properties": [
342
292
  {
343
- "name": "options",
293
+ "name": "pageTitle",
344
294
  "annotation": {
345
- "type": "array",
346
- "elementType": {
347
- "type": "typeLiteral",
348
- "members": [
349
- {
350
- "type": "propertySignature",
351
- "key": {
352
- "type": "identifier",
353
- "name": "label"
354
- },
355
- "annotation": {
356
- "type": "keyword",
357
- "value": "string"
358
- },
359
- "computed": false
360
- },
361
- {
362
- "type": "propertySignature",
363
- "key": {
364
- "type": "identifier",
365
- "name": "value"
366
- },
367
- "annotation": {
368
- "type": "keyword",
369
- "value": "string"
370
- },
371
- "computed": false
372
- }
373
- ]
374
- }
295
+ "type": "keyword",
296
+ "value": "string"
375
297
  }
376
298
  },
377
299
  {
378
- "name": "value",
300
+ "name": "description",
379
301
  "annotation": {
380
302
  "type": "keyword",
381
303
  "value": "string"
382
304
  }
383
305
  },
384
306
  {
385
- "name": "placeholder",
307
+ "name": "backgroundStyle",
386
308
  "annotation": {
387
- "type": "keyword",
388
- "value": "string"
309
+ "type": "reference",
310
+ "typeName": {
311
+ "type": "identifier",
312
+ "name": "CSSProperties"
313
+ }
389
314
  }
390
315
  },
391
316
  {
392
- "name": "allowClear",
317
+ "name": "leftRoundStyle",
393
318
  "annotation": {
394
- "type": "keyword",
395
- "value": "boolean"
319
+ "type": "reference",
320
+ "typeName": {
321
+ "type": "identifier",
322
+ "name": "CSSProperties"
323
+ }
396
324
  }
397
- }
398
- ],
399
- "events": [
325
+ },
400
326
  {
401
- "name": "value.change",
402
- "detail": {
403
- "annotation": {
404
- "type": "keyword",
405
- "value": "string"
327
+ "name": "rightRoundStyle",
328
+ "annotation": {
329
+ "type": "reference",
330
+ "typeName": {
331
+ "type": "identifier",
332
+ "name": "CSSProperties"
406
333
  }
407
334
  }
408
335
  }
409
336
  ],
337
+ "events": [],
410
338
  "methods": []
411
339
  },
412
340
  "data-view.battery-chart": {
@@ -548,133 +476,77 @@
548
476
  }
549
477
  ]
550
478
  },
551
- "data-view.particle-animation": {
479
+ "data-view.dropdown-menu": {
552
480
  "properties": [
553
481
  {
554
- "name": "colors",
482
+ "name": "options",
555
483
  "annotation": {
556
- "type": "reference",
557
- "typeName": {
558
- "type": "identifier",
559
- "name": "ColorType"
484
+ "type": "array",
485
+ "elementType": {
486
+ "type": "typeLiteral",
487
+ "members": [
488
+ {
489
+ "type": "propertySignature",
490
+ "key": {
491
+ "type": "identifier",
492
+ "name": "label"
493
+ },
494
+ "annotation": {
495
+ "type": "keyword",
496
+ "value": "string"
497
+ },
498
+ "computed": false
499
+ },
500
+ {
501
+ "type": "propertySignature",
502
+ "key": {
503
+ "type": "identifier",
504
+ "name": "value"
505
+ },
506
+ "annotation": {
507
+ "type": "keyword",
508
+ "value": "string"
509
+ },
510
+ "computed": false
511
+ }
512
+ ]
560
513
  }
561
514
  }
562
515
  },
563
516
  {
564
- "name": "containerStyle",
517
+ "name": "value",
565
518
  "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
- }
519
+ "type": "keyword",
520
+ "value": "string"
521
+ }
522
+ },
523
+ {
524
+ "name": "placeholder",
525
+ "annotation": {
526
+ "type": "keyword",
527
+ "value": "string"
528
+ }
529
+ },
530
+ {
531
+ "name": "allowClear",
532
+ "annotation": {
533
+ "type": "keyword",
534
+ "value": "boolean"
578
535
  }
579
536
  }
580
537
  ],
581
- "events": [],
582
- "methods": [],
583
- "types": [
538
+ "events": [
584
539
  {
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
540
+ "name": "value.change",
541
+ "detail": {
542
+ "annotation": {
543
+ "type": "keyword",
544
+ "value": "string"
674
545
  }
675
- ]
546
+ }
676
547
  }
677
- ]
548
+ ],
549
+ "methods": []
678
550
  },
679
551
  "data-view.app-wall-card-item": {
680
552
  "properties": [
@@ -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,36 +1348,6 @@
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
- },
1381
1351
  "data-view.grid-background": {
1382
1352
  "properties": [
1383
1353
  {
@@ -1501,6 +1471,36 @@
1501
1471
  }
1502
1472
  ]
1503
1473
  },
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/data-view",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,5 +41,5 @@
41
41
  "peerDependencies": {
42
42
  "@next-bricks/icons": "*"
43
43
  },
44
- "gitHead": "618d48256d1463d33e356a80ddb4294882b8257e"
44
+ "gitHead": "9e05e6e558539a3d93a0b582188793b36f63f48c"
45
45
  }