@next-bricks/nav 1.21.0 → 1.21.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 +41 -41
- package/dist/chunks/{4433.3909070f.js → 4433.f118facf.js} +2 -2
- package/dist/chunks/4433.f118facf.js.map +1 -0
- package/dist/chunks/{main.41b0a90a.js → main.f2b7602d.js} +2 -2
- package/dist/chunks/{main.41b0a90a.js.map → main.f2b7602d.js.map} +1 -1
- package/dist/chunks/query-search.ddaf6185.js +3 -0
- package/dist/chunks/query-search.ddaf6185.js.map +1 -0
- package/dist/examples.json +10 -10
- package/dist/{index.0a907dd0.js → index.724c12f9.js} +2 -2
- package/dist/{index.0a907dd0.js.map → index.724c12f9.js.map} +1 -1
- package/dist/manifest.json +76 -76
- package/dist/types.json +46 -46
- package/package.json +2 -2
- package/dist/chunks/4433.3909070f.js.map +0 -1
- package/dist/chunks/query-search.5516bf5e.js +0 -3
- package/dist/chunks/query-search.5516bf5e.js.map +0 -1
- /package/dist/chunks/{query-search.5516bf5e.js.LICENSE.txt → query-search.ddaf6185.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -564,29 +564,29 @@
|
|
|
564
564
|
"events": [],
|
|
565
565
|
"methods": []
|
|
566
566
|
},
|
|
567
|
-
"eo-
|
|
567
|
+
"eo-launchpad-recent-visits": {
|
|
568
568
|
"properties": [
|
|
569
569
|
{
|
|
570
|
-
"name": "
|
|
570
|
+
"name": "target",
|
|
571
571
|
"annotation": {
|
|
572
|
-
"type": "
|
|
573
|
-
"
|
|
572
|
+
"type": "reference",
|
|
573
|
+
"typeName": {
|
|
574
|
+
"type": "identifier",
|
|
575
|
+
"name": "Target"
|
|
576
|
+
}
|
|
574
577
|
}
|
|
575
578
|
}
|
|
576
579
|
],
|
|
577
580
|
"events": [],
|
|
578
581
|
"methods": []
|
|
579
582
|
},
|
|
580
|
-
"eo-
|
|
583
|
+
"eo-sidebar-menu": {
|
|
581
584
|
"properties": [
|
|
582
585
|
{
|
|
583
|
-
"name": "
|
|
586
|
+
"name": "menuCollapsed",
|
|
584
587
|
"annotation": {
|
|
585
|
-
"type": "
|
|
586
|
-
"
|
|
587
|
-
"type": "identifier",
|
|
588
|
-
"name": "Target"
|
|
589
|
-
}
|
|
588
|
+
"type": "keyword",
|
|
589
|
+
"value": "boolean"
|
|
590
590
|
}
|
|
591
591
|
}
|
|
592
592
|
],
|
|
@@ -630,10 +630,10 @@
|
|
|
630
630
|
"events": [],
|
|
631
631
|
"methods": []
|
|
632
632
|
},
|
|
633
|
-
"eo-
|
|
633
|
+
"eo-search-launchpad": {
|
|
634
634
|
"properties": [
|
|
635
635
|
{
|
|
636
|
-
"name": "
|
|
636
|
+
"name": "readonly",
|
|
637
637
|
"annotation": {
|
|
638
638
|
"type": "keyword",
|
|
639
639
|
"value": "boolean"
|
|
@@ -1470,6 +1470,11 @@
|
|
|
1470
1470
|
}
|
|
1471
1471
|
]
|
|
1472
1472
|
},
|
|
1473
|
+
"nav.query-search": {
|
|
1474
|
+
"properties": [],
|
|
1475
|
+
"events": [],
|
|
1476
|
+
"methods": []
|
|
1477
|
+
},
|
|
1473
1478
|
"nav.get-menu-config-options": {
|
|
1474
1479
|
"type": "provider",
|
|
1475
1480
|
"params": [
|
|
@@ -1859,34 +1864,6 @@
|
|
|
1859
1864
|
}
|
|
1860
1865
|
]
|
|
1861
1866
|
},
|
|
1862
|
-
"nav.query-search": {
|
|
1863
|
-
"properties": [],
|
|
1864
|
-
"events": [],
|
|
1865
|
-
"methods": []
|
|
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
|
{
|
|
@@ -2934,11 +2911,6 @@
|
|
|
2934
2911
|
}
|
|
2935
2912
|
]
|
|
2936
2913
|
},
|
|
2937
|
-
"eo-launchpad-button-v2": {
|
|
2938
|
-
"properties": [],
|
|
2939
|
-
"events": [],
|
|
2940
|
-
"methods": []
|
|
2941
|
-
},
|
|
2942
2914
|
"eo-nav-menu": {
|
|
2943
2915
|
"properties": [
|
|
2944
2916
|
{
|
|
@@ -2972,6 +2944,34 @@
|
|
|
2972
2944
|
"events": [],
|
|
2973
2945
|
"methods": []
|
|
2974
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
|
+
"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.
|
|
3
|
+
"version": "1.21.1",
|
|
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": "2dae09d17a0c2e00912dd2080746733da742b547"
|
|
47
47
|
}
|