@next-bricks/data-view 0.15.2 → 0.15.4

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
@@ -1348,6 +1348,159 @@
1348
1348
  "events": [],
1349
1349
  "methods": []
1350
1350
  },
1351
+ "data-view.grid-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
+ "name": "maskStyle",
1379
+ "annotation": {
1380
+ "type": "reference",
1381
+ "typeName": {
1382
+ "type": "qualifiedName",
1383
+ "left": {
1384
+ "type": "identifier",
1385
+ "name": "React"
1386
+ },
1387
+ "right": {
1388
+ "type": "identifier",
1389
+ "name": "CSSProperties"
1390
+ }
1391
+ }
1392
+ }
1393
+ },
1394
+ {
1395
+ "name": "particleColor",
1396
+ "annotation": {
1397
+ "type": "reference",
1398
+ "typeName": {
1399
+ "type": "identifier",
1400
+ "name": "ParticleColor"
1401
+ }
1402
+ }
1403
+ }
1404
+ ],
1405
+ "events": [],
1406
+ "methods": [],
1407
+ "types": [
1408
+ {
1409
+ "type": "interface",
1410
+ "name": "ParticleColor",
1411
+ "body": [
1412
+ {
1413
+ "type": "propertySignature",
1414
+ "key": {
1415
+ "type": "identifier",
1416
+ "name": "startColor"
1417
+ },
1418
+ "annotation": {
1419
+ "type": "indexedAccess",
1420
+ "objectType": {
1421
+ "type": "reference",
1422
+ "typeName": {
1423
+ "type": "qualifiedName",
1424
+ "left": {
1425
+ "type": "identifier",
1426
+ "name": "React"
1427
+ },
1428
+ "right": {
1429
+ "type": "identifier",
1430
+ "name": "CSSProperties"
1431
+ }
1432
+ }
1433
+ },
1434
+ "indexType": {
1435
+ "type": "jsLiteral",
1436
+ "value": "color"
1437
+ }
1438
+ },
1439
+ "computed": false
1440
+ },
1441
+ {
1442
+ "type": "propertySignature",
1443
+ "key": {
1444
+ "type": "identifier",
1445
+ "name": "endColor"
1446
+ },
1447
+ "annotation": {
1448
+ "type": "indexedAccess",
1449
+ "objectType": {
1450
+ "type": "reference",
1451
+ "typeName": {
1452
+ "type": "qualifiedName",
1453
+ "left": {
1454
+ "type": "identifier",
1455
+ "name": "React"
1456
+ },
1457
+ "right": {
1458
+ "type": "identifier",
1459
+ "name": "CSSProperties"
1460
+ }
1461
+ }
1462
+ },
1463
+ "indexType": {
1464
+ "type": "jsLiteral",
1465
+ "value": "color"
1466
+ }
1467
+ },
1468
+ "computed": false
1469
+ }
1470
+ ]
1471
+ }
1472
+ ]
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
+ },
1351
1504
  "data-view.title-text": {
1352
1505
  "properties": [
1353
1506
  {
@@ -1539,6 +1692,52 @@
1539
1692
  }
1540
1693
  ]
1541
1694
  },
1695
+ "data-view.top-title-bar": {
1696
+ "properties": [
1697
+ {
1698
+ "name": "text",
1699
+ "annotation": {
1700
+ "type": "keyword",
1701
+ "value": "string"
1702
+ }
1703
+ },
1704
+ {
1705
+ "name": "type",
1706
+ "annotation": {
1707
+ "type": "reference",
1708
+ "typeName": {
1709
+ "type": "identifier",
1710
+ "name": "TitleBarType"
1711
+ }
1712
+ }
1713
+ }
1714
+ ],
1715
+ "events": [],
1716
+ "methods": [],
1717
+ "types": [
1718
+ {
1719
+ "type": "typeAlias",
1720
+ "name": "TitleBarType",
1721
+ "annotation": {
1722
+ "type": "union",
1723
+ "types": [
1724
+ {
1725
+ "type": "jsLiteral",
1726
+ "value": "normal"
1727
+ },
1728
+ {
1729
+ "type": "jsLiteral",
1730
+ "value": "sample"
1731
+ },
1732
+ {
1733
+ "type": "jsLiteral",
1734
+ "value": "square"
1735
+ }
1736
+ ]
1737
+ }
1738
+ }
1739
+ ]
1740
+ },
1542
1741
  "data-view.lights-component-title": {
1543
1742
  "properties": [
1544
1743
  {
@@ -1644,205 +1843,6 @@
1644
1843
  "events": [],
1645
1844
  "methods": []
1646
1845
  },
1647
- "data-view.grid-background": {
1648
- "properties": [
1649
- {
1650
- "name": "color",
1651
- "annotation": {
1652
- "type": "indexedAccess",
1653
- "objectType": {
1654
- "type": "reference",
1655
- "typeName": {
1656
- "type": "qualifiedName",
1657
- "left": {
1658
- "type": "identifier",
1659
- "name": "React"
1660
- },
1661
- "right": {
1662
- "type": "identifier",
1663
- "name": "CSSProperties"
1664
- }
1665
- }
1666
- },
1667
- "indexType": {
1668
- "type": "jsLiteral",
1669
- "value": "color"
1670
- }
1671
- }
1672
- },
1673
- {
1674
- "name": "maskStyle",
1675
- "annotation": {
1676
- "type": "reference",
1677
- "typeName": {
1678
- "type": "qualifiedName",
1679
- "left": {
1680
- "type": "identifier",
1681
- "name": "React"
1682
- },
1683
- "right": {
1684
- "type": "identifier",
1685
- "name": "CSSProperties"
1686
- }
1687
- }
1688
- }
1689
- },
1690
- {
1691
- "name": "particleColor",
1692
- "annotation": {
1693
- "type": "reference",
1694
- "typeName": {
1695
- "type": "identifier",
1696
- "name": "ParticleColor"
1697
- }
1698
- }
1699
- }
1700
- ],
1701
- "events": [],
1702
- "methods": [],
1703
- "types": [
1704
- {
1705
- "type": "interface",
1706
- "name": "ParticleColor",
1707
- "body": [
1708
- {
1709
- "type": "propertySignature",
1710
- "key": {
1711
- "type": "identifier",
1712
- "name": "startColor"
1713
- },
1714
- "annotation": {
1715
- "type": "indexedAccess",
1716
- "objectType": {
1717
- "type": "reference",
1718
- "typeName": {
1719
- "type": "qualifiedName",
1720
- "left": {
1721
- "type": "identifier",
1722
- "name": "React"
1723
- },
1724
- "right": {
1725
- "type": "identifier",
1726
- "name": "CSSProperties"
1727
- }
1728
- }
1729
- },
1730
- "indexType": {
1731
- "type": "jsLiteral",
1732
- "value": "color"
1733
- }
1734
- },
1735
- "computed": false
1736
- },
1737
- {
1738
- "type": "propertySignature",
1739
- "key": {
1740
- "type": "identifier",
1741
- "name": "endColor"
1742
- },
1743
- "annotation": {
1744
- "type": "indexedAccess",
1745
- "objectType": {
1746
- "type": "reference",
1747
- "typeName": {
1748
- "type": "qualifiedName",
1749
- "left": {
1750
- "type": "identifier",
1751
- "name": "React"
1752
- },
1753
- "right": {
1754
- "type": "identifier",
1755
- "name": "CSSProperties"
1756
- }
1757
- }
1758
- },
1759
- "indexType": {
1760
- "type": "jsLiteral",
1761
- "value": "color"
1762
- }
1763
- },
1764
- "computed": false
1765
- }
1766
- ]
1767
- }
1768
- ]
1769
- },
1770
- "data-view.top-title-bar": {
1771
- "properties": [
1772
- {
1773
- "name": "text",
1774
- "annotation": {
1775
- "type": "keyword",
1776
- "value": "string"
1777
- }
1778
- },
1779
- {
1780
- "name": "type",
1781
- "annotation": {
1782
- "type": "reference",
1783
- "typeName": {
1784
- "type": "identifier",
1785
- "name": "TitleBarType"
1786
- }
1787
- }
1788
- }
1789
- ],
1790
- "events": [],
1791
- "methods": [],
1792
- "types": [
1793
- {
1794
- "type": "typeAlias",
1795
- "name": "TitleBarType",
1796
- "annotation": {
1797
- "type": "union",
1798
- "types": [
1799
- {
1800
- "type": "jsLiteral",
1801
- "value": "normal"
1802
- },
1803
- {
1804
- "type": "jsLiteral",
1805
- "value": "sample"
1806
- },
1807
- {
1808
- "type": "jsLiteral",
1809
- "value": "square"
1810
- }
1811
- ]
1812
- }
1813
- }
1814
- ]
1815
- },
1816
- "data-view.gear-background": {
1817
- "properties": [
1818
- {
1819
- "name": "color",
1820
- "annotation": {
1821
- "type": "indexedAccess",
1822
- "objectType": {
1823
- "type": "reference",
1824
- "typeName": {
1825
- "type": "qualifiedName",
1826
- "left": {
1827
- "type": "identifier",
1828
- "name": "React"
1829
- },
1830
- "right": {
1831
- "type": "identifier",
1832
- "name": "CSSProperties"
1833
- }
1834
- }
1835
- },
1836
- "indexType": {
1837
- "type": "jsLiteral",
1838
- "value": "color"
1839
- }
1840
- }
1841
- }
1842
- ],
1843
- "events": [],
1844
- "methods": []
1845
- },
1846
1846
  "data-view.loading-panel": {
1847
1847
  "properties": [
1848
1848
  {
@@ -1,4 +1,4 @@
1
- 现在风格的组件标题
1
+ 现代风格的组件标题
2
2
 
3
3
  ## Examples
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/data-view",
3
- "version": "0.15.2",
3
+ "version": "0.15.4",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,5 +39,5 @@
39
39
  "@types/d3-hierarchy": "^3.1.2",
40
40
  "@types/three": "^0.150.1"
41
41
  },
42
- "gitHead": "2e267ee8d0ed940342898fa0a9769a62095c3cc2"
42
+ "gitHead": "a5f3b8577a29ba83b8e758222e3ed89356b97df1"
43
43
  }