@next-bricks/nav 1.14.1 → 1.14.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/bricks.json +31 -31
- package/dist/examples.json +11 -11
- package/dist/{index.1534d47a.js → index.31243e95.js} +2 -2
- package/dist/{index.1534d47a.js.map → index.31243e95.js.map} +1 -1
- package/dist/manifest.json +167 -167
- package/dist/types.json +129 -129
- package/package.json +2 -2
package/dist/types.json
CHANGED
|
@@ -57,94 +57,6 @@
|
|
|
57
57
|
"events": [],
|
|
58
58
|
"methods": []
|
|
59
59
|
},
|
|
60
|
-
"eo-sidebar-menu-item": {
|
|
61
|
-
"properties": [
|
|
62
|
-
{
|
|
63
|
-
"name": "url",
|
|
64
|
-
"annotation": {
|
|
65
|
-
"type": "indexedAccess",
|
|
66
|
-
"objectType": {
|
|
67
|
-
"type": "reference",
|
|
68
|
-
"typeName": {
|
|
69
|
-
"type": "identifier",
|
|
70
|
-
"name": "LinkProps"
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
"indexType": {
|
|
74
|
-
"type": "jsLiteral",
|
|
75
|
-
"value": "url"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"name": "href",
|
|
81
|
-
"annotation": {
|
|
82
|
-
"type": "indexedAccess",
|
|
83
|
-
"objectType": {
|
|
84
|
-
"type": "reference",
|
|
85
|
-
"typeName": {
|
|
86
|
-
"type": "identifier",
|
|
87
|
-
"name": "LinkProps"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"indexType": {
|
|
91
|
-
"type": "jsLiteral",
|
|
92
|
-
"value": "href"
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"name": "target",
|
|
98
|
-
"annotation": {
|
|
99
|
-
"type": "indexedAccess",
|
|
100
|
-
"objectType": {
|
|
101
|
-
"type": "reference",
|
|
102
|
-
"typeName": {
|
|
103
|
-
"type": "identifier",
|
|
104
|
-
"name": "LinkProps"
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
"indexType": {
|
|
108
|
-
"type": "jsLiteral",
|
|
109
|
-
"value": "target"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"name": "icon",
|
|
115
|
-
"annotation": {
|
|
116
|
-
"type": "reference",
|
|
117
|
-
"typeName": {
|
|
118
|
-
"type": "identifier",
|
|
119
|
-
"name": "GeneralIconProps"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"name": "selected",
|
|
125
|
-
"annotation": {
|
|
126
|
-
"type": "keyword",
|
|
127
|
-
"value": "boolean"
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"name": "inSubmenu",
|
|
132
|
-
"annotation": {
|
|
133
|
-
"type": "keyword",
|
|
134
|
-
"value": "boolean"
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"name": "menuCollapsed",
|
|
139
|
-
"annotation": {
|
|
140
|
-
"type": "keyword",
|
|
141
|
-
"value": "boolean"
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
],
|
|
145
|
-
"events": [],
|
|
146
|
-
"methods": []
|
|
147
|
-
},
|
|
148
60
|
"eo-frame-breadcrumb": {
|
|
149
61
|
"properties": [
|
|
150
62
|
{
|
|
@@ -233,6 +145,94 @@
|
|
|
233
145
|
}
|
|
234
146
|
]
|
|
235
147
|
},
|
|
148
|
+
"eo-sidebar-menu-item": {
|
|
149
|
+
"properties": [
|
|
150
|
+
{
|
|
151
|
+
"name": "url",
|
|
152
|
+
"annotation": {
|
|
153
|
+
"type": "indexedAccess",
|
|
154
|
+
"objectType": {
|
|
155
|
+
"type": "reference",
|
|
156
|
+
"typeName": {
|
|
157
|
+
"type": "identifier",
|
|
158
|
+
"name": "LinkProps"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"indexType": {
|
|
162
|
+
"type": "jsLiteral",
|
|
163
|
+
"value": "url"
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "href",
|
|
169
|
+
"annotation": {
|
|
170
|
+
"type": "indexedAccess",
|
|
171
|
+
"objectType": {
|
|
172
|
+
"type": "reference",
|
|
173
|
+
"typeName": {
|
|
174
|
+
"type": "identifier",
|
|
175
|
+
"name": "LinkProps"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"indexType": {
|
|
179
|
+
"type": "jsLiteral",
|
|
180
|
+
"value": "href"
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "target",
|
|
186
|
+
"annotation": {
|
|
187
|
+
"type": "indexedAccess",
|
|
188
|
+
"objectType": {
|
|
189
|
+
"type": "reference",
|
|
190
|
+
"typeName": {
|
|
191
|
+
"type": "identifier",
|
|
192
|
+
"name": "LinkProps"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"indexType": {
|
|
196
|
+
"type": "jsLiteral",
|
|
197
|
+
"value": "target"
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "icon",
|
|
203
|
+
"annotation": {
|
|
204
|
+
"type": "reference",
|
|
205
|
+
"typeName": {
|
|
206
|
+
"type": "identifier",
|
|
207
|
+
"name": "GeneralIconProps"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "selected",
|
|
213
|
+
"annotation": {
|
|
214
|
+
"type": "keyword",
|
|
215
|
+
"value": "boolean"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "inSubmenu",
|
|
220
|
+
"annotation": {
|
|
221
|
+
"type": "keyword",
|
|
222
|
+
"value": "boolean"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "menuCollapsed",
|
|
227
|
+
"annotation": {
|
|
228
|
+
"type": "keyword",
|
|
229
|
+
"value": "boolean"
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"events": [],
|
|
234
|
+
"methods": []
|
|
235
|
+
},
|
|
236
236
|
"eo-sidebar-sub-menu": {
|
|
237
237
|
"properties": [
|
|
238
238
|
{
|
|
@@ -249,6 +249,11 @@
|
|
|
249
249
|
"events": [],
|
|
250
250
|
"methods": []
|
|
251
251
|
},
|
|
252
|
+
"nav.nav-logo": {
|
|
253
|
+
"properties": [],
|
|
254
|
+
"events": [],
|
|
255
|
+
"methods": []
|
|
256
|
+
},
|
|
252
257
|
"eo-directory": {
|
|
253
258
|
"properties": [
|
|
254
259
|
{
|
|
@@ -559,11 +564,6 @@
|
|
|
559
564
|
}
|
|
560
565
|
]
|
|
561
566
|
},
|
|
562
|
-
"nav.nav-logo": {
|
|
563
|
-
"properties": [],
|
|
564
|
-
"events": [],
|
|
565
|
-
"methods": []
|
|
566
|
-
},
|
|
567
567
|
"eo-search-launchpad": {
|
|
568
568
|
"properties": [
|
|
569
569
|
{
|
|
@@ -593,6 +593,19 @@
|
|
|
593
593
|
"events": [],
|
|
594
594
|
"methods": []
|
|
595
595
|
},
|
|
596
|
+
"eo-sidebar-menu": {
|
|
597
|
+
"properties": [
|
|
598
|
+
{
|
|
599
|
+
"name": "menuCollapsed",
|
|
600
|
+
"annotation": {
|
|
601
|
+
"type": "keyword",
|
|
602
|
+
"value": "boolean"
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
],
|
|
606
|
+
"events": [],
|
|
607
|
+
"methods": []
|
|
608
|
+
},
|
|
596
609
|
"eo-sidebar-menu-submenu": {
|
|
597
610
|
"properties": [
|
|
598
611
|
{
|
|
@@ -630,19 +643,6 @@
|
|
|
630
643
|
"events": [],
|
|
631
644
|
"methods": []
|
|
632
645
|
},
|
|
633
|
-
"eo-sidebar-menu": {
|
|
634
|
-
"properties": [
|
|
635
|
-
{
|
|
636
|
-
"name": "menuCollapsed",
|
|
637
|
-
"annotation": {
|
|
638
|
-
"type": "keyword",
|
|
639
|
-
"value": "boolean"
|
|
640
|
-
}
|
|
641
|
-
}
|
|
642
|
-
],
|
|
643
|
-
"events": [],
|
|
644
|
-
"methods": []
|
|
645
|
-
},
|
|
646
646
|
"eo-directory-tree-internal-node": {
|
|
647
647
|
"properties": [
|
|
648
648
|
{
|
|
@@ -958,6 +958,29 @@
|
|
|
958
958
|
}
|
|
959
959
|
]
|
|
960
960
|
},
|
|
961
|
+
"eo-launchpad-quick-access": {
|
|
962
|
+
"properties": [
|
|
963
|
+
{
|
|
964
|
+
"name": "readonly",
|
|
965
|
+
"annotation": {
|
|
966
|
+
"type": "keyword",
|
|
967
|
+
"value": "boolean"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "target",
|
|
972
|
+
"annotation": {
|
|
973
|
+
"type": "reference",
|
|
974
|
+
"typeName": {
|
|
975
|
+
"type": "identifier",
|
|
976
|
+
"name": "Target"
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"events": [],
|
|
982
|
+
"methods": []
|
|
983
|
+
},
|
|
961
984
|
"eo-directory-tree": {
|
|
962
985
|
"properties": [
|
|
963
986
|
{
|
|
@@ -1874,29 +1897,6 @@
|
|
|
1874
1897
|
"events": [],
|
|
1875
1898
|
"methods": []
|
|
1876
1899
|
},
|
|
1877
|
-
"eo-launchpad-quick-access": {
|
|
1878
|
-
"properties": [
|
|
1879
|
-
{
|
|
1880
|
-
"name": "readonly",
|
|
1881
|
-
"annotation": {
|
|
1882
|
-
"type": "keyword",
|
|
1883
|
-
"value": "boolean"
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"name": "target",
|
|
1888
|
-
"annotation": {
|
|
1889
|
-
"type": "reference",
|
|
1890
|
-
"typeName": {
|
|
1891
|
-
"type": "identifier",
|
|
1892
|
-
"name": "Target"
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
|
-
],
|
|
1897
|
-
"events": [],
|
|
1898
|
-
"methods": []
|
|
1899
|
-
},
|
|
1900
1900
|
"eo-launchpad-button-v2": {
|
|
1901
1901
|
"properties": [],
|
|
1902
1902
|
"events": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/nav",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.2",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-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": "822e80c2bfb15fb6a029ee53542bf3386b55f744"
|
|
47
47
|
}
|