@next-bricks/nav 1.22.1 → 1.22.3
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 +32 -32
- package/dist/chunks/4433.d15788e1.js +2 -0
- package/dist/chunks/4433.d15788e1.js.map +1 -0
- package/dist/chunks/{eo-nav-menu.18a02f14.js → eo-nav-menu.fd8231d3.js} +2 -2
- package/dist/chunks/eo-nav-menu.fd8231d3.js.map +1 -0
- package/dist/chunks/{main.9d7b3e70.js → main.0bf1a675.js} +2 -2
- package/dist/chunks/{main.9d7b3e70.js.map → main.0bf1a675.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.3f6f38c9.js} +2 -2
- package/dist/{index.6660ce64.js.map → index.3f6f38c9.js.map} +1 -1
- package/dist/manifest.json +97 -97
- package/dist/types.json +132 -132
- package/package.json +2 -2
- package/dist/chunks/4433.5c4fbcc4.js +0 -2
- package/dist/chunks/4433.5c4fbcc4.js.map +0 -1
- package/dist/chunks/eo-nav-menu.18a02f14.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/manifest.json
CHANGED
|
@@ -87,33 +87,19 @@
|
|
|
87
87
|
"insider": true
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
|
-
"name": "
|
|
91
|
-
"properties": [
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"name": "eo-launchpad-button-v2",
|
|
101
|
-
"properties": [],
|
|
102
|
-
"events": [],
|
|
103
|
-
"slots": [],
|
|
104
|
-
"methods": [],
|
|
105
|
-
"parts": [],
|
|
106
|
-
"description": "构件 `eo-launchpad-button-v2`",
|
|
107
|
-
"insider": true
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "eo-launchpad-button",
|
|
111
|
-
"properties": [],
|
|
90
|
+
"name": "eo-search-launchpad",
|
|
91
|
+
"properties": [
|
|
92
|
+
{
|
|
93
|
+
"name": "readonly",
|
|
94
|
+
"description": "简约模式",
|
|
95
|
+
"type": "boolean"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
112
98
|
"events": [],
|
|
113
99
|
"slots": [],
|
|
114
100
|
"methods": [],
|
|
115
101
|
"parts": [],
|
|
116
|
-
"description": "
|
|
102
|
+
"description": "launchpad 搜索",
|
|
117
103
|
"insider": true
|
|
118
104
|
},
|
|
119
105
|
{
|
|
@@ -136,19 +122,13 @@
|
|
|
136
122
|
"insider": true
|
|
137
123
|
},
|
|
138
124
|
{
|
|
139
|
-
"name": "eo-
|
|
140
|
-
"properties": [
|
|
141
|
-
{
|
|
142
|
-
"name": "readonly",
|
|
143
|
-
"description": "简约模式",
|
|
144
|
-
"type": "boolean"
|
|
145
|
-
}
|
|
146
|
-
],
|
|
125
|
+
"name": "eo-launchpad-button-v2",
|
|
126
|
+
"properties": [],
|
|
147
127
|
"events": [],
|
|
148
128
|
"slots": [],
|
|
149
129
|
"methods": [],
|
|
150
130
|
"parts": [],
|
|
151
|
-
"description": "launchpad
|
|
131
|
+
"description": "构件 `eo-launchpad-button-v2`",
|
|
152
132
|
"insider": true
|
|
153
133
|
},
|
|
154
134
|
{
|
|
@@ -215,40 +195,31 @@
|
|
|
215
195
|
"description": "应用顶部容器"
|
|
216
196
|
},
|
|
217
197
|
{
|
|
218
|
-
"name": "eo-
|
|
198
|
+
"name": "eo-frame-breadcrumb",
|
|
219
199
|
"properties": [
|
|
220
200
|
{
|
|
221
|
-
"name": "
|
|
222
|
-
"description": "
|
|
223
|
-
"
|
|
224
|
-
|
|
225
|
-
{
|
|
226
|
-
"name": "collapsed",
|
|
227
|
-
"description": "是否折叠",
|
|
228
|
-
"type": "boolean"
|
|
201
|
+
"name": "breadcrumb",
|
|
202
|
+
"description": "面包屑配置",
|
|
203
|
+
"attribute": false,
|
|
204
|
+
"type": "BreadcrumbItemConf[]"
|
|
229
205
|
},
|
|
230
206
|
{
|
|
231
|
-
"name": "
|
|
232
|
-
"description": "
|
|
207
|
+
"name": "noCurrentApp",
|
|
208
|
+
"description": "是否隐藏当前应用名称",
|
|
233
209
|
"type": "boolean"
|
|
234
210
|
},
|
|
235
211
|
{
|
|
236
|
-
"name": "
|
|
237
|
-
"description": "
|
|
238
|
-
"
|
|
212
|
+
"name": "menu",
|
|
213
|
+
"description": "菜单配置",
|
|
214
|
+
"attribute": false,
|
|
215
|
+
"type": "Menu"
|
|
239
216
|
}
|
|
240
217
|
],
|
|
241
218
|
"events": [],
|
|
242
|
-
"slots": [
|
|
243
|
-
{
|
|
244
|
-
"name": "title",
|
|
245
|
-
"description": "分组标题"
|
|
246
|
-
}
|
|
247
|
-
],
|
|
219
|
+
"slots": [],
|
|
248
220
|
"methods": [],
|
|
249
221
|
"parts": [],
|
|
250
|
-
"description": "
|
|
251
|
-
"category": "navigation"
|
|
222
|
+
"description": "面包屑"
|
|
252
223
|
},
|
|
253
224
|
{
|
|
254
225
|
"name": "eo-sidebar-menu-item",
|
|
@@ -298,6 +269,42 @@
|
|
|
298
269
|
"description": "侧栏菜单项",
|
|
299
270
|
"category": "navigation"
|
|
300
271
|
},
|
|
272
|
+
{
|
|
273
|
+
"name": "eo-sidebar-menu-group",
|
|
274
|
+
"properties": [
|
|
275
|
+
{
|
|
276
|
+
"name": "collapsable",
|
|
277
|
+
"description": "是否允许折叠",
|
|
278
|
+
"type": "boolean"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "collapsed",
|
|
282
|
+
"description": "是否折叠",
|
|
283
|
+
"type": "boolean"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "selected",
|
|
287
|
+
"description": "是否选中",
|
|
288
|
+
"type": "boolean"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "menuCollapsed",
|
|
292
|
+
"description": "菜单整体是否收起状态",
|
|
293
|
+
"type": "boolean"
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"events": [],
|
|
297
|
+
"slots": [
|
|
298
|
+
{
|
|
299
|
+
"name": "title",
|
|
300
|
+
"description": "分组标题"
|
|
301
|
+
}
|
|
302
|
+
],
|
|
303
|
+
"methods": [],
|
|
304
|
+
"parts": [],
|
|
305
|
+
"description": "侧栏菜单分组",
|
|
306
|
+
"category": "navigation"
|
|
307
|
+
},
|
|
301
308
|
{
|
|
302
309
|
"name": "eo-sidebar-menu-submenu",
|
|
303
310
|
"properties": [
|
|
@@ -336,47 +343,30 @@
|
|
|
336
343
|
"category": "navigation"
|
|
337
344
|
},
|
|
338
345
|
{
|
|
339
|
-
"name": "eo-
|
|
340
|
-
"properties": [
|
|
341
|
-
{
|
|
342
|
-
"name": "menuCollapsed",
|
|
343
|
-
"description": "菜单整体是否收起状态",
|
|
344
|
-
"type": "boolean"
|
|
345
|
-
}
|
|
346
|
-
],
|
|
346
|
+
"name": "eo-launchpad-button",
|
|
347
|
+
"properties": [],
|
|
347
348
|
"events": [],
|
|
348
349
|
"slots": [],
|
|
349
350
|
"methods": [],
|
|
350
351
|
"parts": [],
|
|
351
|
-
"description": "
|
|
352
|
-
"
|
|
352
|
+
"description": "Launchpad 按钮构件",
|
|
353
|
+
"insider": true
|
|
353
354
|
},
|
|
354
355
|
{
|
|
355
|
-
"name": "eo-
|
|
356
|
+
"name": "eo-sidebar-menu",
|
|
356
357
|
"properties": [
|
|
357
358
|
{
|
|
358
|
-
"name": "
|
|
359
|
-
"description": "
|
|
360
|
-
"attribute": false,
|
|
361
|
-
"type": "BreadcrumbItemConf[]"
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"name": "noCurrentApp",
|
|
365
|
-
"description": "是否隐藏当前应用名称",
|
|
359
|
+
"name": "menuCollapsed",
|
|
360
|
+
"description": "菜单整体是否收起状态",
|
|
366
361
|
"type": "boolean"
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"name": "menu",
|
|
370
|
-
"description": "菜单配置",
|
|
371
|
-
"attribute": false,
|
|
372
|
-
"type": "Menu"
|
|
373
362
|
}
|
|
374
363
|
],
|
|
375
364
|
"events": [],
|
|
376
365
|
"slots": [],
|
|
377
366
|
"methods": [],
|
|
378
367
|
"parts": [],
|
|
379
|
-
"description": "
|
|
368
|
+
"description": "侧栏菜单",
|
|
369
|
+
"category": "navigation"
|
|
380
370
|
},
|
|
381
371
|
{
|
|
382
372
|
"name": "eo-sidebar",
|
|
@@ -428,6 +418,33 @@
|
|
|
428
418
|
"description": "侧边栏",
|
|
429
419
|
"category": "navigation"
|
|
430
420
|
},
|
|
421
|
+
{
|
|
422
|
+
"name": "nav.easyops-navbar-alerts",
|
|
423
|
+
"properties": [],
|
|
424
|
+
"events": [],
|
|
425
|
+
"slots": [],
|
|
426
|
+
"methods": [],
|
|
427
|
+
"parts": [],
|
|
428
|
+
"description": "构件 `nav.easyops-navbar-alerts`",
|
|
429
|
+
"insider": true
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "eo-sidebar-sub-menu",
|
|
433
|
+
"properties": [
|
|
434
|
+
{
|
|
435
|
+
"name": "menu",
|
|
436
|
+
"description": "菜单项",
|
|
437
|
+
"attribute": false,
|
|
438
|
+
"type": "SidebarMenu"
|
|
439
|
+
}
|
|
440
|
+
],
|
|
441
|
+
"events": [],
|
|
442
|
+
"slots": [],
|
|
443
|
+
"methods": [],
|
|
444
|
+
"parts": [],
|
|
445
|
+
"description": "构件 `eo-sidebar-sub-menu`",
|
|
446
|
+
"category": "navigation"
|
|
447
|
+
},
|
|
431
448
|
{
|
|
432
449
|
"name": "eo-directory",
|
|
433
450
|
"properties": [
|
|
@@ -492,23 +509,6 @@
|
|
|
492
509
|
"parts": [],
|
|
493
510
|
"description": "目录"
|
|
494
511
|
},
|
|
495
|
-
{
|
|
496
|
-
"name": "eo-sidebar-sub-menu",
|
|
497
|
-
"properties": [
|
|
498
|
-
{
|
|
499
|
-
"name": "menu",
|
|
500
|
-
"description": "菜单项",
|
|
501
|
-
"attribute": false,
|
|
502
|
-
"type": "SidebarMenu"
|
|
503
|
-
}
|
|
504
|
-
],
|
|
505
|
-
"events": [],
|
|
506
|
-
"slots": [],
|
|
507
|
-
"methods": [],
|
|
508
|
-
"parts": [],
|
|
509
|
-
"description": "构件 `eo-sidebar-sub-menu`",
|
|
510
|
-
"category": "navigation"
|
|
511
|
-
},
|
|
512
512
|
{
|
|
513
513
|
"name": "eo-directory-tree",
|
|
514
514
|
"properties": [
|
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,40 +559,11 @@
|
|
|
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": [],
|
|
565
565
|
"methods": []
|
|
566
566
|
},
|
|
567
|
-
"eo-search-launchpad": {
|
|
568
|
-
"properties": [
|
|
569
|
-
{
|
|
570
|
-
"name": "readonly",
|
|
571
|
-
"annotation": {
|
|
572
|
-
"type": "keyword",
|
|
573
|
-
"value": "boolean"
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
],
|
|
577
|
-
"events": [],
|
|
578
|
-
"methods": []
|
|
579
|
-
},
|
|
580
567
|
"eo-launchpad-recent-visits": {
|
|
581
568
|
"properties": [
|
|
582
569
|
{
|
|
@@ -1191,6 +1178,29 @@
|
|
|
1191
1178
|
}
|
|
1192
1179
|
]
|
|
1193
1180
|
},
|
|
1181
|
+
"eo-launchpad-quick-access": {
|
|
1182
|
+
"properties": [
|
|
1183
|
+
{
|
|
1184
|
+
"name": "readonly",
|
|
1185
|
+
"annotation": {
|
|
1186
|
+
"type": "keyword",
|
|
1187
|
+
"value": "boolean"
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"name": "target",
|
|
1192
|
+
"annotation": {
|
|
1193
|
+
"type": "reference",
|
|
1194
|
+
"typeName": {
|
|
1195
|
+
"type": "identifier",
|
|
1196
|
+
"name": "Target"
|
|
1197
|
+
}
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1200
|
+
],
|
|
1201
|
+
"events": [],
|
|
1202
|
+
"methods": []
|
|
1203
|
+
},
|
|
1194
1204
|
"eo-sidebar-menu-group": {
|
|
1195
1205
|
"properties": [
|
|
1196
1206
|
{
|
|
@@ -1864,29 +1874,6 @@
|
|
|
1864
1874
|
"events": [],
|
|
1865
1875
|
"methods": []
|
|
1866
1876
|
},
|
|
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
1877
|
"eo-directory-tree": {
|
|
1891
1878
|
"properties": [
|
|
1892
1879
|
{
|
|
@@ -2979,6 +2966,19 @@
|
|
|
2979
2966
|
"events": [],
|
|
2980
2967
|
"methods": []
|
|
2981
2968
|
},
|
|
2969
|
+
"eo-search-launchpad": {
|
|
2970
|
+
"properties": [
|
|
2971
|
+
{
|
|
2972
|
+
"name": "readonly",
|
|
2973
|
+
"annotation": {
|
|
2974
|
+
"type": "keyword",
|
|
2975
|
+
"value": "boolean"
|
|
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.3",
|
|
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": "1f25173850e8c079385bc54c37799b9e409d98f9"
|
|
47
47
|
}
|