@next-bricks/nav 1.21.0 → 1.21.2

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
@@ -1,9 +1,4 @@
1
1
  {
2
- "nav.easyops-navbar-alerts": {
3
- "properties": [],
4
- "events": [],
5
- "methods": []
6
- },
7
2
  "eo-app-bar-wrapper": {
8
3
  "properties": [
9
4
  {
@@ -145,6 +140,11 @@
145
140
  }
146
141
  ]
147
142
  },
143
+ "nav.easyops-navbar-alerts": {
144
+ "properties": [],
145
+ "events": [],
146
+ "methods": []
147
+ },
148
148
  "eo-sidebar-menu-item": {
149
149
  "properties": [
150
150
  {
@@ -1384,92 +1384,6 @@
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
- },
1473
1387
  "nav.get-menu-config-options": {
1474
1388
  "type": "provider",
1475
1389
  "params": [
@@ -1864,6 +1778,92 @@
1864
1778
  "events": [],
1865
1779
  "methods": []
1866
1780
  },
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
1867
  "eo-launchpad-quick-access": {
1868
1868
  "properties": [
1869
1869
  {
@@ -2934,11 +2934,6 @@
2934
2934
  }
2935
2935
  ]
2936
2936
  },
2937
- "eo-launchpad-button-v2": {
2938
- "properties": [],
2939
- "events": [],
2940
- "methods": []
2941
- },
2942
2937
  "eo-nav-menu": {
2943
2938
  "properties": [
2944
2939
  {
@@ -2972,6 +2967,11 @@
2972
2967
  "events": [],
2973
2968
  "methods": []
2974
2969
  },
2970
+ "eo-launchpad-button-v2": {
2971
+ "properties": [],
2972
+ "events": [],
2973
+ "methods": []
2974
+ },
2975
2975
  "eo-launchpad-button": {
2976
2976
  "properties": [],
2977
2977
  "events": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/nav",
3
- "version": "1.21.0",
3
+ "version": "1.21.2",
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": "d1b4e71644c85d039c05f4eb07b44d20e1e370cb"
46
+ "gitHead": "5a4bdde29f7462e629528c09e236fdc721cf12a5"
47
47
  }