@next-bricks/nav 1.22.1 → 1.22.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/chunks/{4433.5c4fbcc4.js → 4433.7f2599ca.js} +2 -2
- package/dist/chunks/4433.7f2599ca.js.map +1 -0
- package/dist/chunks/{main.9d7b3e70.js → main.ec2217b3.js} +2 -2
- package/dist/chunks/{main.9d7b3e70.js.map → main.ec2217b3.js.map} +1 -1
- package/dist/chunks/query-search.14d7cb12.js +3 -0
- package/dist/chunks/query-search.14d7cb12.js.map +1 -0
- package/dist/examples.json +8 -8
- package/dist/{index.6660ce64.js → index.4e22b349.js} +2 -2
- package/dist/{index.6660ce64.js.map → index.4e22b349.js.map} +1 -1
- package/dist/manifest.json +90 -90
- package/dist/types.json +119 -119
- package/package.json +2 -2
- package/dist/chunks/4433.5c4fbcc4.js.map +0 -1
- package/dist/chunks/query-search.ea67427a.js +0 -3
- package/dist/chunks/query-search.ea67427a.js.map +0 -1
- /package/dist/chunks/{query-search.ea67427a.js.LICENSE.txt → query-search.14d7cb12.js.LICENSE.txt} +0 -0
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
|
{
|
|
@@ -57,6 +52,94 @@
|
|
|
57
52
|
"events": [],
|
|
58
53
|
"methods": []
|
|
59
54
|
},
|
|
55
|
+
"eo-frame-breadcrumb": {
|
|
56
|
+
"properties": [
|
|
57
|
+
{
|
|
58
|
+
"name": "breadcrumb",
|
|
59
|
+
"annotation": {
|
|
60
|
+
"type": "array",
|
|
61
|
+
"elementType": {
|
|
62
|
+
"type": "reference",
|
|
63
|
+
"typeName": {
|
|
64
|
+
"type": "identifier",
|
|
65
|
+
"name": "BreadcrumbItemConf"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "noCurrentApp",
|
|
72
|
+
"annotation": {
|
|
73
|
+
"type": "keyword",
|
|
74
|
+
"value": "boolean"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "menu",
|
|
79
|
+
"annotation": {
|
|
80
|
+
"type": "reference",
|
|
81
|
+
"typeName": {
|
|
82
|
+
"type": "identifier",
|
|
83
|
+
"name": "Menu"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"events": [],
|
|
89
|
+
"methods": [],
|
|
90
|
+
"types": [
|
|
91
|
+
{
|
|
92
|
+
"type": "interface",
|
|
93
|
+
"name": "Menu",
|
|
94
|
+
"body": [
|
|
95
|
+
{
|
|
96
|
+
"type": "propertySignature",
|
|
97
|
+
"key": {
|
|
98
|
+
"type": "identifier",
|
|
99
|
+
"name": "title"
|
|
100
|
+
},
|
|
101
|
+
"annotation": {
|
|
102
|
+
"type": "keyword",
|
|
103
|
+
"value": "string"
|
|
104
|
+
},
|
|
105
|
+
"computed": false
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"type": "propertySignature",
|
|
109
|
+
"key": {
|
|
110
|
+
"type": "identifier",
|
|
111
|
+
"name": "icon"
|
|
112
|
+
},
|
|
113
|
+
"annotation": {
|
|
114
|
+
"type": "reference",
|
|
115
|
+
"typeName": {
|
|
116
|
+
"type": "identifier",
|
|
117
|
+
"name": "GeneralIconProps"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"optional": true,
|
|
121
|
+
"computed": false
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"type": "propertySignature",
|
|
125
|
+
"key": {
|
|
126
|
+
"type": "identifier",
|
|
127
|
+
"name": "link"
|
|
128
|
+
},
|
|
129
|
+
"annotation": {
|
|
130
|
+
"type": "reference",
|
|
131
|
+
"typeName": {
|
|
132
|
+
"type": "identifier",
|
|
133
|
+
"name": "ExtendedLocationDescriptor"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"optional": true,
|
|
137
|
+
"computed": false
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
},
|
|
60
143
|
"eo-sidebar-menu-item": {
|
|
61
144
|
"properties": [
|
|
62
145
|
{
|
|
@@ -145,93 +228,26 @@
|
|
|
145
228
|
"events": [],
|
|
146
229
|
"methods": []
|
|
147
230
|
},
|
|
148
|
-
"
|
|
231
|
+
"nav.easyops-navbar-alerts": {
|
|
232
|
+
"properties": [],
|
|
233
|
+
"events": [],
|
|
234
|
+
"methods": []
|
|
235
|
+
},
|
|
236
|
+
"eo-sidebar-sub-menu": {
|
|
149
237
|
"properties": [
|
|
150
|
-
{
|
|
151
|
-
"name": "breadcrumb",
|
|
152
|
-
"annotation": {
|
|
153
|
-
"type": "array",
|
|
154
|
-
"elementType": {
|
|
155
|
-
"type": "reference",
|
|
156
|
-
"typeName": {
|
|
157
|
-
"type": "identifier",
|
|
158
|
-
"name": "BreadcrumbItemConf"
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"name": "noCurrentApp",
|
|
165
|
-
"annotation": {
|
|
166
|
-
"type": "keyword",
|
|
167
|
-
"value": "boolean"
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
238
|
{
|
|
171
239
|
"name": "menu",
|
|
172
240
|
"annotation": {
|
|
173
241
|
"type": "reference",
|
|
174
242
|
"typeName": {
|
|
175
243
|
"type": "identifier",
|
|
176
|
-
"name": "
|
|
244
|
+
"name": "SidebarMenu"
|
|
177
245
|
}
|
|
178
246
|
}
|
|
179
247
|
}
|
|
180
248
|
],
|
|
181
249
|
"events": [],
|
|
182
|
-
"methods": []
|
|
183
|
-
"types": [
|
|
184
|
-
{
|
|
185
|
-
"type": "interface",
|
|
186
|
-
"name": "Menu",
|
|
187
|
-
"body": [
|
|
188
|
-
{
|
|
189
|
-
"type": "propertySignature",
|
|
190
|
-
"key": {
|
|
191
|
-
"type": "identifier",
|
|
192
|
-
"name": "title"
|
|
193
|
-
},
|
|
194
|
-
"annotation": {
|
|
195
|
-
"type": "keyword",
|
|
196
|
-
"value": "string"
|
|
197
|
-
},
|
|
198
|
-
"computed": false
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"type": "propertySignature",
|
|
202
|
-
"key": {
|
|
203
|
-
"type": "identifier",
|
|
204
|
-
"name": "icon"
|
|
205
|
-
},
|
|
206
|
-
"annotation": {
|
|
207
|
-
"type": "reference",
|
|
208
|
-
"typeName": {
|
|
209
|
-
"type": "identifier",
|
|
210
|
-
"name": "GeneralIconProps"
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
"optional": true,
|
|
214
|
-
"computed": false
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"type": "propertySignature",
|
|
218
|
-
"key": {
|
|
219
|
-
"type": "identifier",
|
|
220
|
-
"name": "link"
|
|
221
|
-
},
|
|
222
|
-
"annotation": {
|
|
223
|
-
"type": "reference",
|
|
224
|
-
"typeName": {
|
|
225
|
-
"type": "identifier",
|
|
226
|
-
"name": "ExtendedLocationDescriptor"
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
"optional": true,
|
|
230
|
-
"computed": false
|
|
231
|
-
}
|
|
232
|
-
]
|
|
233
|
-
}
|
|
234
|
-
]
|
|
250
|
+
"methods": []
|
|
235
251
|
},
|
|
236
252
|
"eo-directory": {
|
|
237
253
|
"properties": [
|
|
@@ -543,22 +559,6 @@
|
|
|
543
559
|
}
|
|
544
560
|
]
|
|
545
561
|
},
|
|
546
|
-
"eo-sidebar-sub-menu": {
|
|
547
|
-
"properties": [
|
|
548
|
-
{
|
|
549
|
-
"name": "menu",
|
|
550
|
-
"annotation": {
|
|
551
|
-
"type": "reference",
|
|
552
|
-
"typeName": {
|
|
553
|
-
"type": "identifier",
|
|
554
|
-
"name": "SidebarMenu"
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
}
|
|
558
|
-
],
|
|
559
|
-
"events": [],
|
|
560
|
-
"methods": []
|
|
561
|
-
},
|
|
562
562
|
"nav.nav-logo": {
|
|
563
563
|
"properties": [],
|
|
564
564
|
"events": [],
|
|
@@ -1864,29 +1864,6 @@
|
|
|
1864
1864
|
"events": [],
|
|
1865
1865
|
"methods": []
|
|
1866
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
|
{
|
|
@@ -2979,6 +2956,29 @@
|
|
|
2979
2956
|
"events": [],
|
|
2980
2957
|
"methods": []
|
|
2981
2958
|
},
|
|
2959
|
+
"eo-launchpad-quick-access": {
|
|
2960
|
+
"properties": [
|
|
2961
|
+
{
|
|
2962
|
+
"name": "readonly",
|
|
2963
|
+
"annotation": {
|
|
2964
|
+
"type": "keyword",
|
|
2965
|
+
"value": "boolean"
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"name": "target",
|
|
2970
|
+
"annotation": {
|
|
2971
|
+
"type": "reference",
|
|
2972
|
+
"typeName": {
|
|
2973
|
+
"type": "identifier",
|
|
2974
|
+
"name": "Target"
|
|
2975
|
+
}
|
|
2976
|
+
}
|
|
2977
|
+
}
|
|
2978
|
+
],
|
|
2979
|
+
"events": [],
|
|
2980
|
+
"methods": []
|
|
2981
|
+
},
|
|
2982
2982
|
"eo-launchpad-button-v2": {
|
|
2983
2983
|
"properties": [],
|
|
2984
2984
|
"events": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/nav",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.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": "
|
|
46
|
+
"gitHead": "283ac8307f0a52648f8a161e6a5242981d09254a"
|
|
47
47
|
}
|