@next-bricks/nav 1.21.2 → 1.21.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/bricks.json +24 -24
- package/dist/chunks/{4433.1a246a4b.js → 4433.2b3974a2.js} +2 -2
- package/dist/chunks/4433.2b3974a2.js.map +1 -0
- package/dist/chunks/{main.884f0c80.js → main.aacf193d.js} +2 -2
- package/dist/chunks/{main.884f0c80.js.map → main.aacf193d.js.map} +1 -1
- package/dist/chunks/query-search.7e206925.js +3 -0
- package/dist/chunks/query-search.7e206925.js.map +1 -0
- package/dist/examples.json +6 -6
- package/dist/{index.aed696df.js → index.fe33e405.js} +2 -2
- package/dist/{index.aed696df.js.map → index.fe33e405.js.map} +1 -1
- package/dist/manifest.json +55 -55
- package/dist/types.json +114 -114
- package/package.json +2 -2
- package/dist/chunks/4433.1a246a4b.js.map +0 -1
- package/dist/chunks/query-search.495a1127.js +0 -3
- package/dist/chunks/query-search.495a1127.js.map +0 -1
- /package/dist/chunks/{query-search.495a1127.js.LICENSE.txt → query-search.7e206925.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -52,6 +52,11 @@
|
|
|
52
52
|
"events": [],
|
|
53
53
|
"methods": []
|
|
54
54
|
},
|
|
55
|
+
"nav.easyops-navbar-alerts": {
|
|
56
|
+
"properties": [],
|
|
57
|
+
"events": [],
|
|
58
|
+
"methods": []
|
|
59
|
+
},
|
|
55
60
|
"eo-frame-breadcrumb": {
|
|
56
61
|
"properties": [
|
|
57
62
|
{
|
|
@@ -140,11 +145,6 @@
|
|
|
140
145
|
}
|
|
141
146
|
]
|
|
142
147
|
},
|
|
143
|
-
"nav.easyops-navbar-alerts": {
|
|
144
|
-
"properties": [],
|
|
145
|
-
"events": [],
|
|
146
|
-
"methods": []
|
|
147
|
-
},
|
|
148
148
|
"eo-sidebar-menu-item": {
|
|
149
149
|
"properties": [
|
|
150
150
|
{
|
|
@@ -1384,6 +1384,92 @@
|
|
|
1384
1384
|
],
|
|
1385
1385
|
"methods": []
|
|
1386
1386
|
},
|
|
1387
|
+
"nav.poll-announce": {
|
|
1388
|
+
"properties": [
|
|
1389
|
+
{
|
|
1390
|
+
"name": "pollEnabled",
|
|
1391
|
+
"annotation": {
|
|
1392
|
+
"type": "keyword",
|
|
1393
|
+
"value": "boolean"
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"name": "realTimeMessage",
|
|
1398
|
+
"annotation": {
|
|
1399
|
+
"type": "reference",
|
|
1400
|
+
"typeName": {
|
|
1401
|
+
"type": "identifier",
|
|
1402
|
+
"name": "Message"
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
],
|
|
1407
|
+
"events": [
|
|
1408
|
+
{
|
|
1409
|
+
"name": "notification.close",
|
|
1410
|
+
"detail": {
|
|
1411
|
+
"annotation": {
|
|
1412
|
+
"type": "keyword",
|
|
1413
|
+
"value": "void"
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "notification.open",
|
|
1419
|
+
"detail": {
|
|
1420
|
+
"annotation": {
|
|
1421
|
+
"type": "keyword",
|
|
1422
|
+
"value": "void"
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
],
|
|
1427
|
+
"methods": [],
|
|
1428
|
+
"types": [
|
|
1429
|
+
{
|
|
1430
|
+
"type": "interface",
|
|
1431
|
+
"name": "Message",
|
|
1432
|
+
"body": [
|
|
1433
|
+
{
|
|
1434
|
+
"type": "propertySignature",
|
|
1435
|
+
"key": {
|
|
1436
|
+
"type": "identifier",
|
|
1437
|
+
"name": "title"
|
|
1438
|
+
},
|
|
1439
|
+
"annotation": {
|
|
1440
|
+
"type": "keyword",
|
|
1441
|
+
"value": "string"
|
|
1442
|
+
},
|
|
1443
|
+
"computed": false
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"type": "propertySignature",
|
|
1447
|
+
"key": {
|
|
1448
|
+
"type": "identifier",
|
|
1449
|
+
"name": "data"
|
|
1450
|
+
},
|
|
1451
|
+
"annotation": {
|
|
1452
|
+
"type": "keyword",
|
|
1453
|
+
"value": "string"
|
|
1454
|
+
},
|
|
1455
|
+
"computed": false
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"type": "propertySignature",
|
|
1459
|
+
"key": {
|
|
1460
|
+
"type": "identifier",
|
|
1461
|
+
"name": "instanceId"
|
|
1462
|
+
},
|
|
1463
|
+
"annotation": {
|
|
1464
|
+
"type": "keyword",
|
|
1465
|
+
"value": "string"
|
|
1466
|
+
},
|
|
1467
|
+
"computed": false
|
|
1468
|
+
}
|
|
1469
|
+
]
|
|
1470
|
+
}
|
|
1471
|
+
]
|
|
1472
|
+
},
|
|
1387
1473
|
"nav.get-menu-config-options": {
|
|
1388
1474
|
"type": "provider",
|
|
1389
1475
|
"params": [
|
|
@@ -1778,115 +1864,6 @@
|
|
|
1778
1864
|
"events": [],
|
|
1779
1865
|
"methods": []
|
|
1780
1866
|
},
|
|
1781
|
-
"nav.poll-announce": {
|
|
1782
|
-
"properties": [
|
|
1783
|
-
{
|
|
1784
|
-
"name": "pollEnabled",
|
|
1785
|
-
"annotation": {
|
|
1786
|
-
"type": "keyword",
|
|
1787
|
-
"value": "boolean"
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"name": "realTimeMessage",
|
|
1792
|
-
"annotation": {
|
|
1793
|
-
"type": "reference",
|
|
1794
|
-
"typeName": {
|
|
1795
|
-
"type": "identifier",
|
|
1796
|
-
"name": "Message"
|
|
1797
|
-
}
|
|
1798
|
-
}
|
|
1799
|
-
}
|
|
1800
|
-
],
|
|
1801
|
-
"events": [
|
|
1802
|
-
{
|
|
1803
|
-
"name": "notification.close",
|
|
1804
|
-
"detail": {
|
|
1805
|
-
"annotation": {
|
|
1806
|
-
"type": "keyword",
|
|
1807
|
-
"value": "void"
|
|
1808
|
-
}
|
|
1809
|
-
}
|
|
1810
|
-
},
|
|
1811
|
-
{
|
|
1812
|
-
"name": "notification.open",
|
|
1813
|
-
"detail": {
|
|
1814
|
-
"annotation": {
|
|
1815
|
-
"type": "keyword",
|
|
1816
|
-
"value": "void"
|
|
1817
|
-
}
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
],
|
|
1821
|
-
"methods": [],
|
|
1822
|
-
"types": [
|
|
1823
|
-
{
|
|
1824
|
-
"type": "interface",
|
|
1825
|
-
"name": "Message",
|
|
1826
|
-
"body": [
|
|
1827
|
-
{
|
|
1828
|
-
"type": "propertySignature",
|
|
1829
|
-
"key": {
|
|
1830
|
-
"type": "identifier",
|
|
1831
|
-
"name": "title"
|
|
1832
|
-
},
|
|
1833
|
-
"annotation": {
|
|
1834
|
-
"type": "keyword",
|
|
1835
|
-
"value": "string"
|
|
1836
|
-
},
|
|
1837
|
-
"computed": false
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"type": "propertySignature",
|
|
1841
|
-
"key": {
|
|
1842
|
-
"type": "identifier",
|
|
1843
|
-
"name": "data"
|
|
1844
|
-
},
|
|
1845
|
-
"annotation": {
|
|
1846
|
-
"type": "keyword",
|
|
1847
|
-
"value": "string"
|
|
1848
|
-
},
|
|
1849
|
-
"computed": false
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"type": "propertySignature",
|
|
1853
|
-
"key": {
|
|
1854
|
-
"type": "identifier",
|
|
1855
|
-
"name": "instanceId"
|
|
1856
|
-
},
|
|
1857
|
-
"annotation": {
|
|
1858
|
-
"type": "keyword",
|
|
1859
|
-
"value": "string"
|
|
1860
|
-
},
|
|
1861
|
-
"computed": false
|
|
1862
|
-
}
|
|
1863
|
-
]
|
|
1864
|
-
}
|
|
1865
|
-
]
|
|
1866
|
-
},
|
|
1867
|
-
"eo-launchpad-quick-access": {
|
|
1868
|
-
"properties": [
|
|
1869
|
-
{
|
|
1870
|
-
"name": "readonly",
|
|
1871
|
-
"annotation": {
|
|
1872
|
-
"type": "keyword",
|
|
1873
|
-
"value": "boolean"
|
|
1874
|
-
}
|
|
1875
|
-
},
|
|
1876
|
-
{
|
|
1877
|
-
"name": "target",
|
|
1878
|
-
"annotation": {
|
|
1879
|
-
"type": "reference",
|
|
1880
|
-
"typeName": {
|
|
1881
|
-
"type": "identifier",
|
|
1882
|
-
"name": "Target"
|
|
1883
|
-
}
|
|
1884
|
-
}
|
|
1885
|
-
}
|
|
1886
|
-
],
|
|
1887
|
-
"events": [],
|
|
1888
|
-
"methods": []
|
|
1889
|
-
},
|
|
1890
1867
|
"eo-directory-tree": {
|
|
1891
1868
|
"properties": [
|
|
1892
1869
|
{
|
|
@@ -2967,6 +2944,29 @@
|
|
|
2967
2944
|
"events": [],
|
|
2968
2945
|
"methods": []
|
|
2969
2946
|
},
|
|
2947
|
+
"eo-launchpad-quick-access": {
|
|
2948
|
+
"properties": [
|
|
2949
|
+
{
|
|
2950
|
+
"name": "readonly",
|
|
2951
|
+
"annotation": {
|
|
2952
|
+
"type": "keyword",
|
|
2953
|
+
"value": "boolean"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"name": "target",
|
|
2958
|
+
"annotation": {
|
|
2959
|
+
"type": "reference",
|
|
2960
|
+
"typeName": {
|
|
2961
|
+
"type": "identifier",
|
|
2962
|
+
"name": "Target"
|
|
2963
|
+
}
|
|
2964
|
+
}
|
|
2965
|
+
}
|
|
2966
|
+
],
|
|
2967
|
+
"events": [],
|
|
2968
|
+
"methods": []
|
|
2969
|
+
},
|
|
2970
2970
|
"eo-launchpad-button-v2": {
|
|
2971
2971
|
"properties": [],
|
|
2972
2972
|
"events": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/nav",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.4",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/nav",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"@next-bricks/form": "*",
|
|
44
44
|
"@next-bricks/icons": "*"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "2ba2544c177ca5e41114756003e61f1a8266c0e6"
|
|
47
47
|
}
|