@next-bricks/data-view 0.14.0 → 0.14.1
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 +6 -6
- package/dist/chunks/{3494.a4f4c9fb.js → 3494.b3abd8ab.js} +2 -2
- package/dist/chunks/{7822.a0b2c2c0.js.map → 3494.b3abd8ab.js.map} +1 -1
- package/dist/chunks/{6301.9023c47c.js → 6301.be3f60e6.js} +2 -2
- package/dist/chunks/{6301.9023c47c.js.map → 6301.be3f60e6.js.map} +1 -1
- package/dist/chunks/7782.bb582139.js +2 -0
- package/dist/chunks/7782.bb582139.js.map +1 -0
- package/dist/chunks/{7822.a0b2c2c0.js → 7822.fef16e7a.js} +2 -2
- package/dist/chunks/{3494.a4f4c9fb.js.map → 7822.fef16e7a.js.map} +1 -1
- package/dist/chunks/{complex-search.8bae1f77.js → complex-search.9df082ca.js} +2 -2
- package/dist/chunks/{complex-search.8bae1f77.js.map → complex-search.9df082ca.js.map} +1 -1
- package/dist/chunks/{main.78bfe79b.js → main.1cc50c45.js} +2 -2
- package/dist/chunks/{main.78bfe79b.js.map → main.1cc50c45.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.1bacb40b.js → modern-style-treemap.52ca84fd.js} +3 -3
- package/dist/chunks/{modern-style-treemap.1bacb40b.js.map → modern-style-treemap.52ca84fd.js.map} +1 -1
- package/dist/{index.5f28649b.js → index.6404f146.js} +2 -2
- package/dist/{index.5f28649b.js.map → index.6404f146.js.map} +1 -1
- package/dist/manifest.json +136 -103
- package/dist/types.json +253 -253
- package/package.json +3 -3
- package/dist/chunks/7782.d3ddfa4c.js +0 -2
- package/dist/chunks/7782.d3ddfa4c.js.map +0 -1
- /package/dist/chunks/{modern-style-treemap.1bacb40b.js.LICENSE.txt → modern-style-treemap.52ca84fd.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -40,6 +40,60 @@
|
|
|
40
40
|
"events": [],
|
|
41
41
|
"methods": []
|
|
42
42
|
},
|
|
43
|
+
"data-view.modern-style-component-title": {
|
|
44
|
+
"properties": [
|
|
45
|
+
{
|
|
46
|
+
"name": "hideLeftComponent",
|
|
47
|
+
"annotation": {
|
|
48
|
+
"type": "keyword",
|
|
49
|
+
"value": "boolean"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "hideRightComponent",
|
|
54
|
+
"annotation": {
|
|
55
|
+
"type": "keyword",
|
|
56
|
+
"value": "boolean"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "componentTitle",
|
|
61
|
+
"annotation": {
|
|
62
|
+
"type": "keyword",
|
|
63
|
+
"value": "string"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "titleTextStyle",
|
|
68
|
+
"annotation": {
|
|
69
|
+
"type": "reference",
|
|
70
|
+
"typeName": {
|
|
71
|
+
"type": "identifier",
|
|
72
|
+
"name": "CSSProperties"
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "squareColor",
|
|
78
|
+
"annotation": {
|
|
79
|
+
"type": "indexedAccess",
|
|
80
|
+
"objectType": {
|
|
81
|
+
"type": "reference",
|
|
82
|
+
"typeName": {
|
|
83
|
+
"type": "identifier",
|
|
84
|
+
"name": "CSSProperties"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"indexType": {
|
|
88
|
+
"type": "jsLiteral",
|
|
89
|
+
"value": "color"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"events": [],
|
|
95
|
+
"methods": []
|
|
96
|
+
},
|
|
43
97
|
"data-view.modern-style-page-title": {
|
|
44
98
|
"properties": [
|
|
45
99
|
{
|
|
@@ -283,60 +337,6 @@
|
|
|
283
337
|
}
|
|
284
338
|
]
|
|
285
339
|
},
|
|
286
|
-
"data-view.modern-style-component-title": {
|
|
287
|
-
"properties": [
|
|
288
|
-
{
|
|
289
|
-
"name": "hideLeftComponent",
|
|
290
|
-
"annotation": {
|
|
291
|
-
"type": "keyword",
|
|
292
|
-
"value": "boolean"
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"name": "hideRightComponent",
|
|
297
|
-
"annotation": {
|
|
298
|
-
"type": "keyword",
|
|
299
|
-
"value": "boolean"
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "componentTitle",
|
|
304
|
-
"annotation": {
|
|
305
|
-
"type": "keyword",
|
|
306
|
-
"value": "string"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"name": "titleTextStyle",
|
|
311
|
-
"annotation": {
|
|
312
|
-
"type": "reference",
|
|
313
|
-
"typeName": {
|
|
314
|
-
"type": "identifier",
|
|
315
|
-
"name": "CSSProperties"
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"name": "squareColor",
|
|
321
|
-
"annotation": {
|
|
322
|
-
"type": "indexedAccess",
|
|
323
|
-
"objectType": {
|
|
324
|
-
"type": "reference",
|
|
325
|
-
"typeName": {
|
|
326
|
-
"type": "identifier",
|
|
327
|
-
"name": "CSSProperties"
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
"indexType": {
|
|
331
|
-
"type": "jsLiteral",
|
|
332
|
-
"value": "color"
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
],
|
|
337
|
-
"events": [],
|
|
338
|
-
"methods": []
|
|
339
|
-
},
|
|
340
340
|
"data-view.battery-chart": {
|
|
341
341
|
"properties": [
|
|
342
342
|
{
|
|
@@ -1348,159 +1348,6 @@
|
|
|
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
|
-
},
|
|
1504
1351
|
"data-view.title-text": {
|
|
1505
1352
|
"properties": [
|
|
1506
1353
|
{
|
|
@@ -1692,52 +1539,6 @@
|
|
|
1692
1539
|
}
|
|
1693
1540
|
]
|
|
1694
1541
|
},
|
|
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
|
-
},
|
|
1741
1542
|
"data-view.lights-component-title": {
|
|
1742
1543
|
"properties": [
|
|
1743
1544
|
{
|
|
@@ -1843,6 +1644,205 @@
|
|
|
1843
1644
|
"events": [],
|
|
1844
1645
|
"methods": []
|
|
1845
1646
|
},
|
|
1647
|
+
"data-view.top-title-bar": {
|
|
1648
|
+
"properties": [
|
|
1649
|
+
{
|
|
1650
|
+
"name": "text",
|
|
1651
|
+
"annotation": {
|
|
1652
|
+
"type": "keyword",
|
|
1653
|
+
"value": "string"
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "type",
|
|
1658
|
+
"annotation": {
|
|
1659
|
+
"type": "reference",
|
|
1660
|
+
"typeName": {
|
|
1661
|
+
"type": "identifier",
|
|
1662
|
+
"name": "TitleBarType"
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
],
|
|
1667
|
+
"events": [],
|
|
1668
|
+
"methods": [],
|
|
1669
|
+
"types": [
|
|
1670
|
+
{
|
|
1671
|
+
"type": "typeAlias",
|
|
1672
|
+
"name": "TitleBarType",
|
|
1673
|
+
"annotation": {
|
|
1674
|
+
"type": "union",
|
|
1675
|
+
"types": [
|
|
1676
|
+
{
|
|
1677
|
+
"type": "jsLiteral",
|
|
1678
|
+
"value": "normal"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"type": "jsLiteral",
|
|
1682
|
+
"value": "sample"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"type": "jsLiteral",
|
|
1686
|
+
"value": "square"
|
|
1687
|
+
}
|
|
1688
|
+
]
|
|
1689
|
+
}
|
|
1690
|
+
}
|
|
1691
|
+
]
|
|
1692
|
+
},
|
|
1693
|
+
"data-view.gear-background": {
|
|
1694
|
+
"properties": [
|
|
1695
|
+
{
|
|
1696
|
+
"name": "color",
|
|
1697
|
+
"annotation": {
|
|
1698
|
+
"type": "indexedAccess",
|
|
1699
|
+
"objectType": {
|
|
1700
|
+
"type": "reference",
|
|
1701
|
+
"typeName": {
|
|
1702
|
+
"type": "qualifiedName",
|
|
1703
|
+
"left": {
|
|
1704
|
+
"type": "identifier",
|
|
1705
|
+
"name": "React"
|
|
1706
|
+
},
|
|
1707
|
+
"right": {
|
|
1708
|
+
"type": "identifier",
|
|
1709
|
+
"name": "CSSProperties"
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
"indexType": {
|
|
1714
|
+
"type": "jsLiteral",
|
|
1715
|
+
"value": "color"
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
],
|
|
1720
|
+
"events": [],
|
|
1721
|
+
"methods": []
|
|
1722
|
+
},
|
|
1723
|
+
"data-view.grid-background": {
|
|
1724
|
+
"properties": [
|
|
1725
|
+
{
|
|
1726
|
+
"name": "color",
|
|
1727
|
+
"annotation": {
|
|
1728
|
+
"type": "indexedAccess",
|
|
1729
|
+
"objectType": {
|
|
1730
|
+
"type": "reference",
|
|
1731
|
+
"typeName": {
|
|
1732
|
+
"type": "qualifiedName",
|
|
1733
|
+
"left": {
|
|
1734
|
+
"type": "identifier",
|
|
1735
|
+
"name": "React"
|
|
1736
|
+
},
|
|
1737
|
+
"right": {
|
|
1738
|
+
"type": "identifier",
|
|
1739
|
+
"name": "CSSProperties"
|
|
1740
|
+
}
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
"indexType": {
|
|
1744
|
+
"type": "jsLiteral",
|
|
1745
|
+
"value": "color"
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "maskStyle",
|
|
1751
|
+
"annotation": {
|
|
1752
|
+
"type": "reference",
|
|
1753
|
+
"typeName": {
|
|
1754
|
+
"type": "qualifiedName",
|
|
1755
|
+
"left": {
|
|
1756
|
+
"type": "identifier",
|
|
1757
|
+
"name": "React"
|
|
1758
|
+
},
|
|
1759
|
+
"right": {
|
|
1760
|
+
"type": "identifier",
|
|
1761
|
+
"name": "CSSProperties"
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "particleColor",
|
|
1768
|
+
"annotation": {
|
|
1769
|
+
"type": "reference",
|
|
1770
|
+
"typeName": {
|
|
1771
|
+
"type": "identifier",
|
|
1772
|
+
"name": "ParticleColor"
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
],
|
|
1777
|
+
"events": [],
|
|
1778
|
+
"methods": [],
|
|
1779
|
+
"types": [
|
|
1780
|
+
{
|
|
1781
|
+
"type": "interface",
|
|
1782
|
+
"name": "ParticleColor",
|
|
1783
|
+
"body": [
|
|
1784
|
+
{
|
|
1785
|
+
"type": "propertySignature",
|
|
1786
|
+
"key": {
|
|
1787
|
+
"type": "identifier",
|
|
1788
|
+
"name": "startColor"
|
|
1789
|
+
},
|
|
1790
|
+
"annotation": {
|
|
1791
|
+
"type": "indexedAccess",
|
|
1792
|
+
"objectType": {
|
|
1793
|
+
"type": "reference",
|
|
1794
|
+
"typeName": {
|
|
1795
|
+
"type": "qualifiedName",
|
|
1796
|
+
"left": {
|
|
1797
|
+
"type": "identifier",
|
|
1798
|
+
"name": "React"
|
|
1799
|
+
},
|
|
1800
|
+
"right": {
|
|
1801
|
+
"type": "identifier",
|
|
1802
|
+
"name": "CSSProperties"
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
"indexType": {
|
|
1807
|
+
"type": "jsLiteral",
|
|
1808
|
+
"value": "color"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
"computed": false
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"type": "propertySignature",
|
|
1815
|
+
"key": {
|
|
1816
|
+
"type": "identifier",
|
|
1817
|
+
"name": "endColor"
|
|
1818
|
+
},
|
|
1819
|
+
"annotation": {
|
|
1820
|
+
"type": "indexedAccess",
|
|
1821
|
+
"objectType": {
|
|
1822
|
+
"type": "reference",
|
|
1823
|
+
"typeName": {
|
|
1824
|
+
"type": "qualifiedName",
|
|
1825
|
+
"left": {
|
|
1826
|
+
"type": "identifier",
|
|
1827
|
+
"name": "React"
|
|
1828
|
+
},
|
|
1829
|
+
"right": {
|
|
1830
|
+
"type": "identifier",
|
|
1831
|
+
"name": "CSSProperties"
|
|
1832
|
+
}
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
"indexType": {
|
|
1836
|
+
"type": "jsLiteral",
|
|
1837
|
+
"value": "color"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
"computed": false
|
|
1841
|
+
}
|
|
1842
|
+
]
|
|
1843
|
+
}
|
|
1844
|
+
]
|
|
1845
|
+
},
|
|
1846
1846
|
"data-view.loading-panel": {
|
|
1847
1847
|
"properties": [
|
|
1848
1848
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"postpublish": "mv package.json.bak package.json"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@next-core/build-next-bricks": "^1.13.
|
|
37
|
+
"@next-core/build-next-bricks": "^1.13.4",
|
|
38
38
|
"@next-core/test-next": "^1.0.8",
|
|
39
39
|
"@types/d3-hierarchy": "^3.1.2",
|
|
40
40
|
"@types/three": "^0.150.1"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "d033c1ffcaa9c5533165394bbdedae90017eac86"
|
|
43
43
|
}
|