@next-bricks/nav 1.13.5 → 1.14.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 +19 -19
- package/dist/chunks/884.520f9619.js +2 -0
- package/dist/chunks/884.520f9619.js.map +1 -0
- package/dist/chunks/9149.94ac2bef.js +2 -0
- package/dist/chunks/9149.94ac2bef.js.map +1 -0
- package/dist/chunks/eo-launchpad-quick-access.7482850f.js +3 -0
- package/dist/chunks/eo-launchpad-quick-access.7482850f.js.map +1 -0
- package/dist/chunks/eo-launchpad-recent-visits.c59fc2e6.js +3 -0
- package/dist/chunks/eo-launchpad-recent-visits.c59fc2e6.js.map +1 -0
- package/dist/chunks/eo-search-launchpad.954fe9da.js +2 -0
- package/dist/chunks/eo-search-launchpad.954fe9da.js.map +1 -0
- package/dist/chunks/{main.a5901bd2.js → main.974b9e21.js} +2 -2
- package/dist/chunks/{main.a5901bd2.js.map → main.974b9e21.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.566d7aa5.js → index.1534d47a.js} +2 -2
- package/dist/{index.566d7aa5.js.map → index.1534d47a.js.map} +1 -1
- package/dist/manifest.json +88 -77
- package/dist/types.json +123 -102
- package/dist-types/launchpad-button-v2/MenuGroup.d.ts +3 -1
- package/dist-types/launchpad-quick-access/index.d.ts +4 -1
- package/dist-types/launchpad-recent-visits/index.d.ts +7 -1
- package/package.json +2 -2
- package/dist/chunks/884.8524df75.js +0 -2
- package/dist/chunks/884.8524df75.js.map +0 -1
- package/dist/chunks/9149.d2d41eea.js +0 -2
- package/dist/chunks/9149.d2d41eea.js.map +0 -1
- package/dist/chunks/eo-launchpad-quick-access.09df6210.js +0 -3
- package/dist/chunks/eo-launchpad-quick-access.09df6210.js.map +0 -1
- package/dist/chunks/eo-launchpad-recent-visits.87f9697d.js +0 -3
- package/dist/chunks/eo-launchpad-recent-visits.87f9697d.js.map +0 -1
- package/dist/chunks/eo-search-launchpad.a076389f.js +0 -2
- package/dist/chunks/eo-search-launchpad.a076389f.js.map +0 -1
- /package/dist/chunks/{eo-launchpad-quick-access.09df6210.js.LICENSE.txt → eo-launchpad-quick-access.7482850f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-launchpad-recent-visits.87f9697d.js.LICENSE.txt → eo-launchpad-recent-visits.c59fc2e6.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -30,26 +30,6 @@
|
|
|
30
30
|
"description": "菜单构件",
|
|
31
31
|
"category": "navigation"
|
|
32
32
|
},
|
|
33
|
-
{
|
|
34
|
-
"name": "eo-launchpad-button",
|
|
35
|
-
"properties": [],
|
|
36
|
-
"events": [],
|
|
37
|
-
"slots": [],
|
|
38
|
-
"methods": [],
|
|
39
|
-
"parts": [],
|
|
40
|
-
"description": "Launchpad 按钮构件",
|
|
41
|
-
"insider": true
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "eo-launchpad-button-v2",
|
|
45
|
-
"properties": [],
|
|
46
|
-
"events": [],
|
|
47
|
-
"slots": [],
|
|
48
|
-
"methods": [],
|
|
49
|
-
"parts": [],
|
|
50
|
-
"description": "构件 `eo-launchpad-button-v2`",
|
|
51
|
-
"insider": true
|
|
52
|
-
},
|
|
53
33
|
{
|
|
54
34
|
"name": "nav.launchpad-config",
|
|
55
35
|
"properties": [
|
|
@@ -78,6 +58,16 @@
|
|
|
78
58
|
"description": "构件 `nav.launchpad-config`",
|
|
79
59
|
"insider": true
|
|
80
60
|
},
|
|
61
|
+
{
|
|
62
|
+
"name": "eo-launchpad-button",
|
|
63
|
+
"properties": [],
|
|
64
|
+
"events": [],
|
|
65
|
+
"slots": [],
|
|
66
|
+
"methods": [],
|
|
67
|
+
"parts": [],
|
|
68
|
+
"description": "Launchpad 按钮构件",
|
|
69
|
+
"insider": true
|
|
70
|
+
},
|
|
81
71
|
{
|
|
82
72
|
"name": "nav.easyops-navbar-alerts",
|
|
83
73
|
"properties": [],
|
|
@@ -94,6 +84,11 @@
|
|
|
94
84
|
{
|
|
95
85
|
"name": "readonly",
|
|
96
86
|
"type": "boolean"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "target",
|
|
90
|
+
"attribute": false,
|
|
91
|
+
"type": "Target"
|
|
97
92
|
}
|
|
98
93
|
],
|
|
99
94
|
"events": [],
|
|
@@ -103,6 +98,16 @@
|
|
|
103
98
|
"description": "快捷访问",
|
|
104
99
|
"insider": true
|
|
105
100
|
},
|
|
101
|
+
{
|
|
102
|
+
"name": "eo-launchpad-button-v2",
|
|
103
|
+
"properties": [],
|
|
104
|
+
"events": [],
|
|
105
|
+
"slots": [],
|
|
106
|
+
"methods": [],
|
|
107
|
+
"parts": [],
|
|
108
|
+
"description": "构件 `eo-launchpad-button-v2`",
|
|
109
|
+
"insider": true
|
|
110
|
+
},
|
|
106
111
|
{
|
|
107
112
|
"name": "eo-search-launchpad",
|
|
108
113
|
"properties": [
|
|
@@ -121,7 +126,13 @@
|
|
|
121
126
|
},
|
|
122
127
|
{
|
|
123
128
|
"name": "eo-launchpad-recent-visits",
|
|
124
|
-
"properties": [
|
|
129
|
+
"properties": [
|
|
130
|
+
{
|
|
131
|
+
"name": "target",
|
|
132
|
+
"attribute": false,
|
|
133
|
+
"type": "Target"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
125
136
|
"events": [],
|
|
126
137
|
"slots": [],
|
|
127
138
|
"methods": [],
|
|
@@ -176,33 +187,6 @@
|
|
|
176
187
|
"parts": [],
|
|
177
188
|
"description": "应用顶部容器"
|
|
178
189
|
},
|
|
179
|
-
{
|
|
180
|
-
"name": "eo-frame-breadcrumb",
|
|
181
|
-
"properties": [
|
|
182
|
-
{
|
|
183
|
-
"name": "breadcrumb",
|
|
184
|
-
"description": "面包屑配置",
|
|
185
|
-
"attribute": false,
|
|
186
|
-
"type": "BreadcrumbItemConf[]"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"name": "noCurrentApp",
|
|
190
|
-
"description": "是否隐藏当前应用名称",
|
|
191
|
-
"type": "boolean"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"name": "menu",
|
|
195
|
-
"description": "菜单配置",
|
|
196
|
-
"attribute": false,
|
|
197
|
-
"type": "Menu"
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"events": [],
|
|
201
|
-
"slots": [],
|
|
202
|
-
"methods": [],
|
|
203
|
-
"parts": [],
|
|
204
|
-
"description": "面包屑"
|
|
205
|
-
},
|
|
206
190
|
{
|
|
207
191
|
"name": "eo-sidebar-menu-item",
|
|
208
192
|
"properties": [
|
|
@@ -251,6 +235,33 @@
|
|
|
251
235
|
"description": "侧栏菜单项",
|
|
252
236
|
"category": "navigation"
|
|
253
237
|
},
|
|
238
|
+
{
|
|
239
|
+
"name": "eo-frame-breadcrumb",
|
|
240
|
+
"properties": [
|
|
241
|
+
{
|
|
242
|
+
"name": "breadcrumb",
|
|
243
|
+
"description": "面包屑配置",
|
|
244
|
+
"attribute": false,
|
|
245
|
+
"type": "BreadcrumbItemConf[]"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "noCurrentApp",
|
|
249
|
+
"description": "是否隐藏当前应用名称",
|
|
250
|
+
"type": "boolean"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "menu",
|
|
254
|
+
"description": "菜单配置",
|
|
255
|
+
"attribute": false,
|
|
256
|
+
"type": "Menu"
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"events": [],
|
|
260
|
+
"slots": [],
|
|
261
|
+
"methods": [],
|
|
262
|
+
"parts": [],
|
|
263
|
+
"description": "面包屑"
|
|
264
|
+
},
|
|
254
265
|
{
|
|
255
266
|
"name": "eo-sidebar-menu-group",
|
|
256
267
|
"properties": [
|
|
@@ -471,6 +482,35 @@
|
|
|
471
482
|
"parts": [],
|
|
472
483
|
"description": "目录"
|
|
473
484
|
},
|
|
485
|
+
{
|
|
486
|
+
"name": "eo-directory-tree-leaf",
|
|
487
|
+
"properties": [
|
|
488
|
+
{
|
|
489
|
+
"name": "depth",
|
|
490
|
+
"description": "深度",
|
|
491
|
+
"default": "0",
|
|
492
|
+
"type": "number"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "selected",
|
|
496
|
+
"description": "是否选中",
|
|
497
|
+
"type": "boolean"
|
|
498
|
+
}
|
|
499
|
+
],
|
|
500
|
+
"events": [
|
|
501
|
+
{
|
|
502
|
+
"name": "select",
|
|
503
|
+
"description": "选择事件",
|
|
504
|
+
"detail": {
|
|
505
|
+
"type": "void"
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
],
|
|
509
|
+
"slots": [],
|
|
510
|
+
"methods": [],
|
|
511
|
+
"parts": [],
|
|
512
|
+
"description": "目录树叶子节点"
|
|
513
|
+
},
|
|
474
514
|
{
|
|
475
515
|
"name": "eo-directory-tree",
|
|
476
516
|
"properties": [
|
|
@@ -563,35 +603,6 @@
|
|
|
563
603
|
"parts": [],
|
|
564
604
|
"description": "目录树"
|
|
565
605
|
},
|
|
566
|
-
{
|
|
567
|
-
"name": "eo-directory-tree-leaf",
|
|
568
|
-
"properties": [
|
|
569
|
-
{
|
|
570
|
-
"name": "depth",
|
|
571
|
-
"description": "深度",
|
|
572
|
-
"default": "0",
|
|
573
|
-
"type": "number"
|
|
574
|
-
},
|
|
575
|
-
{
|
|
576
|
-
"name": "selected",
|
|
577
|
-
"description": "是否选中",
|
|
578
|
-
"type": "boolean"
|
|
579
|
-
}
|
|
580
|
-
],
|
|
581
|
-
"events": [
|
|
582
|
-
{
|
|
583
|
-
"name": "select",
|
|
584
|
-
"description": "选择事件",
|
|
585
|
-
"detail": {
|
|
586
|
-
"type": "void"
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
],
|
|
590
|
-
"slots": [],
|
|
591
|
-
"methods": [],
|
|
592
|
-
"parts": [],
|
|
593
|
-
"description": "目录树叶子节点"
|
|
594
|
-
},
|
|
595
606
|
{
|
|
596
607
|
"name": "eo-directory-tree-internal-node",
|
|
597
608
|
"properties": [
|
package/dist/types.json
CHANGED
|
@@ -57,94 +57,6 @@
|
|
|
57
57
|
"events": [],
|
|
58
58
|
"methods": []
|
|
59
59
|
},
|
|
60
|
-
"eo-frame-breadcrumb": {
|
|
61
|
-
"properties": [
|
|
62
|
-
{
|
|
63
|
-
"name": "breadcrumb",
|
|
64
|
-
"annotation": {
|
|
65
|
-
"type": "array",
|
|
66
|
-
"elementType": {
|
|
67
|
-
"type": "reference",
|
|
68
|
-
"typeName": {
|
|
69
|
-
"type": "identifier",
|
|
70
|
-
"name": "BreadcrumbItemConf"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"name": "noCurrentApp",
|
|
77
|
-
"annotation": {
|
|
78
|
-
"type": "keyword",
|
|
79
|
-
"value": "boolean"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "menu",
|
|
84
|
-
"annotation": {
|
|
85
|
-
"type": "reference",
|
|
86
|
-
"typeName": {
|
|
87
|
-
"type": "identifier",
|
|
88
|
-
"name": "Menu"
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"events": [],
|
|
94
|
-
"methods": [],
|
|
95
|
-
"types": [
|
|
96
|
-
{
|
|
97
|
-
"type": "interface",
|
|
98
|
-
"name": "Menu",
|
|
99
|
-
"body": [
|
|
100
|
-
{
|
|
101
|
-
"type": "propertySignature",
|
|
102
|
-
"key": {
|
|
103
|
-
"type": "identifier",
|
|
104
|
-
"name": "title"
|
|
105
|
-
},
|
|
106
|
-
"annotation": {
|
|
107
|
-
"type": "keyword",
|
|
108
|
-
"value": "string"
|
|
109
|
-
},
|
|
110
|
-
"computed": false
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"type": "propertySignature",
|
|
114
|
-
"key": {
|
|
115
|
-
"type": "identifier",
|
|
116
|
-
"name": "icon"
|
|
117
|
-
},
|
|
118
|
-
"annotation": {
|
|
119
|
-
"type": "reference",
|
|
120
|
-
"typeName": {
|
|
121
|
-
"type": "identifier",
|
|
122
|
-
"name": "GeneralIconProps"
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"optional": true,
|
|
126
|
-
"computed": false
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"type": "propertySignature",
|
|
130
|
-
"key": {
|
|
131
|
-
"type": "identifier",
|
|
132
|
-
"name": "link"
|
|
133
|
-
},
|
|
134
|
-
"annotation": {
|
|
135
|
-
"type": "reference",
|
|
136
|
-
"typeName": {
|
|
137
|
-
"type": "identifier",
|
|
138
|
-
"name": "ExtendedLocationDescriptor"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
"optional": true,
|
|
142
|
-
"computed": false
|
|
143
|
-
}
|
|
144
|
-
]
|
|
145
|
-
}
|
|
146
|
-
]
|
|
147
|
-
},
|
|
148
60
|
"eo-sidebar-menu-item": {
|
|
149
61
|
"properties": [
|
|
150
62
|
{
|
|
@@ -233,6 +145,94 @@
|
|
|
233
145
|
"events": [],
|
|
234
146
|
"methods": []
|
|
235
147
|
},
|
|
148
|
+
"eo-frame-breadcrumb": {
|
|
149
|
+
"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
|
+
{
|
|
171
|
+
"name": "menu",
|
|
172
|
+
"annotation": {
|
|
173
|
+
"type": "reference",
|
|
174
|
+
"typeName": {
|
|
175
|
+
"type": "identifier",
|
|
176
|
+
"name": "Menu"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
"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
|
+
]
|
|
235
|
+
},
|
|
236
236
|
"eo-sidebar-sub-menu": {
|
|
237
237
|
"properties": [
|
|
238
238
|
{
|
|
@@ -578,7 +578,18 @@
|
|
|
578
578
|
"methods": []
|
|
579
579
|
},
|
|
580
580
|
"eo-launchpad-recent-visits": {
|
|
581
|
-
"properties": [
|
|
581
|
+
"properties": [
|
|
582
|
+
{
|
|
583
|
+
"name": "target",
|
|
584
|
+
"annotation": {
|
|
585
|
+
"type": "reference",
|
|
586
|
+
"typeName": {
|
|
587
|
+
"type": "identifier",
|
|
588
|
+
"name": "Target"
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
],
|
|
582
593
|
"events": [],
|
|
583
594
|
"methods": []
|
|
584
595
|
},
|
|
@@ -947,19 +958,6 @@
|
|
|
947
958
|
}
|
|
948
959
|
]
|
|
949
960
|
},
|
|
950
|
-
"eo-launchpad-quick-access": {
|
|
951
|
-
"properties": [
|
|
952
|
-
{
|
|
953
|
-
"name": "readonly",
|
|
954
|
-
"annotation": {
|
|
955
|
-
"type": "keyword",
|
|
956
|
-
"value": "boolean"
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
],
|
|
960
|
-
"events": [],
|
|
961
|
-
"methods": []
|
|
962
|
-
},
|
|
963
961
|
"eo-directory-tree": {
|
|
964
962
|
"properties": [
|
|
965
963
|
{
|
|
@@ -1876,6 +1874,29 @@
|
|
|
1876
1874
|
"events": [],
|
|
1877
1875
|
"methods": []
|
|
1878
1876
|
},
|
|
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
|
+
},
|
|
1879
1900
|
"eo-launchpad-button-v2": {
|
|
1880
1901
|
"properties": [],
|
|
1881
1902
|
"events": [],
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import type { MenuItemData, MenuItemDataNormal, SidebarMenuItemData } from "./interfaces";
|
|
3
|
+
import { Target } from "@next-bricks/basic/link";
|
|
3
4
|
export interface MenuGroupProps {
|
|
4
5
|
name: string;
|
|
5
6
|
items: MenuItemData[];
|
|
@@ -10,8 +11,9 @@ export interface MenuItemProps {
|
|
|
10
11
|
}
|
|
11
12
|
export interface SidebarMenuItemProps {
|
|
12
13
|
item: SidebarMenuItemData;
|
|
14
|
+
target?: Target;
|
|
13
15
|
}
|
|
14
|
-
export declare function SidebarMenuItem({ item }: SidebarMenuItemProps): React.JSX.Element;
|
|
16
|
+
export declare function SidebarMenuItem({ item, target }: SidebarMenuItemProps): React.JSX.Element;
|
|
15
17
|
export interface MenuItemFolderProps {
|
|
16
18
|
name: string;
|
|
17
19
|
items: MenuItemDataNormal[];
|
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { ReactNextElement } from "@next-core/react-element";
|
|
3
3
|
import "@next-core/theme";
|
|
4
|
+
import { Target } from "@next-bricks/basic/link";
|
|
4
5
|
/**
|
|
5
6
|
* 快捷访问
|
|
6
7
|
* @insider
|
|
7
8
|
*/
|
|
8
9
|
export declare class EoLaunchpadQuickAccess extends ReactNextElement {
|
|
9
10
|
accessor readonly: boolean | undefined;
|
|
11
|
+
accessor target: Target | undefined;
|
|
10
12
|
render(): React.JSX.Element;
|
|
11
13
|
}
|
|
12
14
|
interface EoLaunchpadQuickAccessComponentProps {
|
|
13
15
|
readonly?: boolean;
|
|
16
|
+
target?: Target;
|
|
14
17
|
}
|
|
15
|
-
export declare function EoLaunchpadQuickAccessComponent({ readonly, }: EoLaunchpadQuickAccessComponentProps): React.JSX.Element;
|
|
18
|
+
export declare function EoLaunchpadQuickAccessComponent({ readonly, target, }: EoLaunchpadQuickAccessComponentProps): React.JSX.Element;
|
|
16
19
|
export {};
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { ReactNextElement } from "@next-core/react-element";
|
|
3
3
|
import "@next-core/theme";
|
|
4
|
+
import type { Target } from "@next-bricks/basic/link";
|
|
4
5
|
/**
|
|
5
6
|
* launchpad 最近访问
|
|
6
7
|
* @insider
|
|
7
8
|
*/
|
|
8
9
|
export declare class EoLaunchpadRecentVisits extends ReactNextElement {
|
|
10
|
+
accessor target: Target | undefined;
|
|
9
11
|
render(): React.JSX.Element;
|
|
10
12
|
}
|
|
11
|
-
|
|
13
|
+
interface EoLaunchpadRecentVisitsComponentProps {
|
|
14
|
+
target?: Target;
|
|
15
|
+
}
|
|
16
|
+
export declare function EoLaunchpadRecentVisitsComponent({ target, }: EoLaunchpadRecentVisitsComponentProps): React.JSX.Element;
|
|
17
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/nav",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.1",
|
|
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": "a95e2e7bbb7c9f09e1e96a63cf4ea836c504d5b6"
|
|
47
47
|
}
|