@next-bricks/nav 1.25.3 → 1.26.0
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 +26 -26
- package/dist/chunks/{6128.8878d558.js → 6128.debd36f3.js} +2 -2
- package/dist/chunks/6128.debd36f3.js.map +1 -0
- package/dist/chunks/{main.6cba1f41.js → main.5ea8c334.js} +2 -2
- package/dist/chunks/{main.6cba1f41.js.map → main.5ea8c334.js.map} +1 -1
- package/dist/chunks/query-search.d5d0f0f9.js +3 -0
- package/dist/chunks/query-search.d5d0f0f9.js.map +1 -0
- package/dist/examples.json +6 -6
- package/dist/index.d0dd7062.js +2 -0
- package/dist/{index.b2d3092b.js.map → index.d0dd7062.js.map} +1 -1
- package/dist/manifest.json +112 -112
- package/dist/types.json +77 -77
- package/package.json +2 -2
- package/dist/chunks/6128.8878d558.js.map +0 -1
- package/dist/chunks/query-search.640f922a.js +0 -3
- package/dist/chunks/query-search.640f922a.js.map +0 -1
- package/dist/index.b2d3092b.js +0 -2
- /package/dist/chunks/{query-search.640f922a.js.LICENSE.txt → query-search.d5d0f0f9.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -30,6 +30,26 @@
|
|
|
30
30
|
"description": "菜单构件",
|
|
31
31
|
"category": "navigation"
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
"name": "eo-launchpad-button-v2",
|
|
35
|
+
"properties": [],
|
|
36
|
+
"events": [],
|
|
37
|
+
"slots": [],
|
|
38
|
+
"methods": [],
|
|
39
|
+
"parts": [],
|
|
40
|
+
"description": "构件 `eo-launchpad-button-v2`",
|
|
41
|
+
"insider": true
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "eo-launchpad-button",
|
|
45
|
+
"properties": [],
|
|
46
|
+
"events": [],
|
|
47
|
+
"slots": [],
|
|
48
|
+
"methods": [],
|
|
49
|
+
"parts": [],
|
|
50
|
+
"description": "Launchpad 按钮构件",
|
|
51
|
+
"insider": true
|
|
52
|
+
},
|
|
33
53
|
{
|
|
34
54
|
"name": "nav.launchpad-config",
|
|
35
55
|
"properties": [
|
|
@@ -86,6 +106,25 @@
|
|
|
86
106
|
"description": "进行 Launchpad 配置。\n\n也可用于菜单自定义显示产品功能清单。",
|
|
87
107
|
"insider": true
|
|
88
108
|
},
|
|
109
|
+
{
|
|
110
|
+
"name": "eo-launchpad-quick-access",
|
|
111
|
+
"properties": [
|
|
112
|
+
{
|
|
113
|
+
"name": "readonly",
|
|
114
|
+
"type": "boolean"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "target",
|
|
118
|
+
"type": "Target"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"events": [],
|
|
122
|
+
"slots": [],
|
|
123
|
+
"methods": [],
|
|
124
|
+
"parts": [],
|
|
125
|
+
"description": "快捷访问",
|
|
126
|
+
"insider": true
|
|
127
|
+
},
|
|
89
128
|
{
|
|
90
129
|
"name": "nav.easyops-navbar-alerts",
|
|
91
130
|
"properties": [],
|
|
@@ -128,16 +167,6 @@
|
|
|
128
167
|
"description": "launchpad 最近访问",
|
|
129
168
|
"insider": true
|
|
130
169
|
},
|
|
131
|
-
{
|
|
132
|
-
"name": "eo-launchpad-button",
|
|
133
|
-
"properties": [],
|
|
134
|
-
"events": [],
|
|
135
|
-
"slots": [],
|
|
136
|
-
"methods": [],
|
|
137
|
-
"parts": [],
|
|
138
|
-
"description": "Launchpad 按钮构件",
|
|
139
|
-
"insider": true
|
|
140
|
-
},
|
|
141
170
|
{
|
|
142
171
|
"name": "eo-frame-breadcrumb",
|
|
143
172
|
"properties": [
|
|
@@ -165,53 +194,6 @@
|
|
|
165
194
|
"parts": [],
|
|
166
195
|
"description": "面包屑"
|
|
167
196
|
},
|
|
168
|
-
{
|
|
169
|
-
"name": "eo-app-bar-wrapper",
|
|
170
|
-
"alias": [
|
|
171
|
-
"basic.app-bar-wrapper"
|
|
172
|
-
],
|
|
173
|
-
"properties": [
|
|
174
|
-
{
|
|
175
|
-
"name": "isFixed",
|
|
176
|
-
"description": "是否固定定位。",
|
|
177
|
-
"deprecated": "使用 `position` 属性代替",
|
|
178
|
-
"default": "true",
|
|
179
|
-
"type": "boolean"
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "position",
|
|
183
|
-
"description": "设置定位方式:静态定位或固定定位。\n\n设置时优先级高于 `isFixed`。",
|
|
184
|
-
"default": "\"fixed\"",
|
|
185
|
-
"type": "\"static\" | \"fixed\""
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"name": "displayCenter",
|
|
189
|
-
"description": "居中显示",
|
|
190
|
-
"default": "false",
|
|
191
|
-
"type": "boolean"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"name": "extraAppBarContentStyle",
|
|
195
|
-
"description": "自定义样式",
|
|
196
|
-
"attribute": false,
|
|
197
|
-
"type": "React.CSSProperties"
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"events": [],
|
|
201
|
-
"slots": [
|
|
202
|
-
{
|
|
203
|
-
"name": "left",
|
|
204
|
-
"description": "左侧内容区"
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"name": "right",
|
|
208
|
-
"description": "右侧内容区"
|
|
209
|
-
}
|
|
210
|
-
],
|
|
211
|
-
"methods": [],
|
|
212
|
-
"parts": [],
|
|
213
|
-
"description": "应用顶部容器"
|
|
214
|
-
},
|
|
215
197
|
{
|
|
216
198
|
"name": "eo-sidebar-menu-item",
|
|
217
199
|
"properties": [
|
|
@@ -261,23 +243,51 @@
|
|
|
261
243
|
"category": "navigation"
|
|
262
244
|
},
|
|
263
245
|
{
|
|
264
|
-
"name": "eo-
|
|
246
|
+
"name": "eo-app-bar-wrapper",
|
|
247
|
+
"alias": [
|
|
248
|
+
"basic.app-bar-wrapper"
|
|
249
|
+
],
|
|
265
250
|
"properties": [
|
|
266
251
|
{
|
|
267
|
-
"name": "
|
|
252
|
+
"name": "isFixed",
|
|
253
|
+
"description": "是否固定定位。",
|
|
254
|
+
"deprecated": "使用 `position` 属性代替",
|
|
255
|
+
"default": "true",
|
|
268
256
|
"type": "boolean"
|
|
269
257
|
},
|
|
270
258
|
{
|
|
271
|
-
"name": "
|
|
272
|
-
"
|
|
259
|
+
"name": "position",
|
|
260
|
+
"description": "设置定位方式:静态定位或固定定位。\n\n设置时优先级高于 `isFixed`。",
|
|
261
|
+
"default": "\"fixed\"",
|
|
262
|
+
"type": "\"static\" | \"fixed\""
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "displayCenter",
|
|
266
|
+
"description": "居中显示",
|
|
267
|
+
"default": "false",
|
|
268
|
+
"type": "boolean"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "extraAppBarContentStyle",
|
|
272
|
+
"description": "自定义样式",
|
|
273
|
+
"attribute": false,
|
|
274
|
+
"type": "React.CSSProperties"
|
|
273
275
|
}
|
|
274
276
|
],
|
|
275
277
|
"events": [],
|
|
276
|
-
"slots": [
|
|
278
|
+
"slots": [
|
|
279
|
+
{
|
|
280
|
+
"name": "left",
|
|
281
|
+
"description": "左侧内容区"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "right",
|
|
285
|
+
"description": "右侧内容区"
|
|
286
|
+
}
|
|
287
|
+
],
|
|
277
288
|
"methods": [],
|
|
278
289
|
"parts": [],
|
|
279
|
-
"description": "
|
|
280
|
-
"insider": true
|
|
290
|
+
"description": "应用顶部容器"
|
|
281
291
|
},
|
|
282
292
|
{
|
|
283
293
|
"name": "eo-sidebar-menu-group",
|
|
@@ -315,16 +325,6 @@
|
|
|
315
325
|
"description": "侧栏菜单分组",
|
|
316
326
|
"category": "navigation"
|
|
317
327
|
},
|
|
318
|
-
{
|
|
319
|
-
"name": "eo-launchpad-button-v2",
|
|
320
|
-
"properties": [],
|
|
321
|
-
"events": [],
|
|
322
|
-
"slots": [],
|
|
323
|
-
"methods": [],
|
|
324
|
-
"parts": [],
|
|
325
|
-
"description": "构件 `eo-launchpad-button-v2`",
|
|
326
|
-
"insider": true
|
|
327
|
-
},
|
|
328
328
|
{
|
|
329
329
|
"name": "eo-sidebar-menu-submenu",
|
|
330
330
|
"properties": [
|
|
@@ -509,6 +509,44 @@
|
|
|
509
509
|
"parts": [],
|
|
510
510
|
"description": "目录"
|
|
511
511
|
},
|
|
512
|
+
{
|
|
513
|
+
"name": "eo-directory-tree-leaf",
|
|
514
|
+
"properties": [
|
|
515
|
+
{
|
|
516
|
+
"name": "depth",
|
|
517
|
+
"description": "深度",
|
|
518
|
+
"default": "0",
|
|
519
|
+
"type": "number"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "selected",
|
|
523
|
+
"description": "是否选中",
|
|
524
|
+
"type": "boolean"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "icon",
|
|
528
|
+
"attribute": false,
|
|
529
|
+
"type": "GeneralIconProps"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"name": "faded",
|
|
533
|
+
"type": "boolean"
|
|
534
|
+
}
|
|
535
|
+
],
|
|
536
|
+
"events": [
|
|
537
|
+
{
|
|
538
|
+
"name": "select",
|
|
539
|
+
"description": "选择事件",
|
|
540
|
+
"detail": {
|
|
541
|
+
"type": "void"
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
],
|
|
545
|
+
"slots": [],
|
|
546
|
+
"methods": [],
|
|
547
|
+
"parts": [],
|
|
548
|
+
"description": "目录树叶子节点"
|
|
549
|
+
},
|
|
512
550
|
{
|
|
513
551
|
"name": "eo-directory-tree",
|
|
514
552
|
"properties": [
|
|
@@ -606,44 +644,6 @@
|
|
|
606
644
|
"parts": [],
|
|
607
645
|
"description": "目录树"
|
|
608
646
|
},
|
|
609
|
-
{
|
|
610
|
-
"name": "eo-directory-tree-leaf",
|
|
611
|
-
"properties": [
|
|
612
|
-
{
|
|
613
|
-
"name": "depth",
|
|
614
|
-
"description": "深度",
|
|
615
|
-
"default": "0",
|
|
616
|
-
"type": "number"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "selected",
|
|
620
|
-
"description": "是否选中",
|
|
621
|
-
"type": "boolean"
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"name": "icon",
|
|
625
|
-
"attribute": false,
|
|
626
|
-
"type": "GeneralIconProps"
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"name": "faded",
|
|
630
|
-
"type": "boolean"
|
|
631
|
-
}
|
|
632
|
-
],
|
|
633
|
-
"events": [
|
|
634
|
-
{
|
|
635
|
-
"name": "select",
|
|
636
|
-
"description": "选择事件",
|
|
637
|
-
"detail": {
|
|
638
|
-
"type": "void"
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
],
|
|
642
|
-
"slots": [],
|
|
643
|
-
"methods": [],
|
|
644
|
-
"parts": [],
|
|
645
|
-
"description": "目录树叶子节点"
|
|
646
|
-
},
|
|
647
647
|
{
|
|
648
648
|
"name": "eo-directory-tree-internal-node",
|
|
649
649
|
"properties": [
|
package/dist/types.json
CHANGED
|
@@ -92,59 +92,6 @@
|
|
|
92
92
|
}
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
|
-
"eo-app-bar-wrapper": {
|
|
96
|
-
"properties": [
|
|
97
|
-
{
|
|
98
|
-
"name": "isFixed",
|
|
99
|
-
"annotation": {
|
|
100
|
-
"type": "keyword",
|
|
101
|
-
"value": "boolean"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"name": "position",
|
|
106
|
-
"annotation": {
|
|
107
|
-
"type": "union",
|
|
108
|
-
"types": [
|
|
109
|
-
{
|
|
110
|
-
"type": "jsLiteral",
|
|
111
|
-
"value": "static"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"type": "jsLiteral",
|
|
115
|
-
"value": "fixed"
|
|
116
|
-
}
|
|
117
|
-
]
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"name": "displayCenter",
|
|
122
|
-
"annotation": {
|
|
123
|
-
"type": "keyword",
|
|
124
|
-
"value": "boolean"
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"name": "extraAppBarContentStyle",
|
|
129
|
-
"annotation": {
|
|
130
|
-
"type": "reference",
|
|
131
|
-
"typeName": {
|
|
132
|
-
"type": "qualifiedName",
|
|
133
|
-
"left": {
|
|
134
|
-
"type": "identifier",
|
|
135
|
-
"name": "React"
|
|
136
|
-
},
|
|
137
|
-
"right": {
|
|
138
|
-
"type": "identifier",
|
|
139
|
-
"name": "CSSProperties"
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
],
|
|
145
|
-
"events": [],
|
|
146
|
-
"methods": []
|
|
147
|
-
},
|
|
148
95
|
"eo-sidebar-menu-item": {
|
|
149
96
|
"properties": [
|
|
150
97
|
{
|
|
@@ -233,6 +180,59 @@
|
|
|
233
180
|
"events": [],
|
|
234
181
|
"methods": []
|
|
235
182
|
},
|
|
183
|
+
"eo-app-bar-wrapper": {
|
|
184
|
+
"properties": [
|
|
185
|
+
{
|
|
186
|
+
"name": "isFixed",
|
|
187
|
+
"annotation": {
|
|
188
|
+
"type": "keyword",
|
|
189
|
+
"value": "boolean"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "position",
|
|
194
|
+
"annotation": {
|
|
195
|
+
"type": "union",
|
|
196
|
+
"types": [
|
|
197
|
+
{
|
|
198
|
+
"type": "jsLiteral",
|
|
199
|
+
"value": "static"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"type": "jsLiteral",
|
|
203
|
+
"value": "fixed"
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "displayCenter",
|
|
210
|
+
"annotation": {
|
|
211
|
+
"type": "keyword",
|
|
212
|
+
"value": "boolean"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "extraAppBarContentStyle",
|
|
217
|
+
"annotation": {
|
|
218
|
+
"type": "reference",
|
|
219
|
+
"typeName": {
|
|
220
|
+
"type": "qualifiedName",
|
|
221
|
+
"left": {
|
|
222
|
+
"type": "identifier",
|
|
223
|
+
"name": "React"
|
|
224
|
+
},
|
|
225
|
+
"right": {
|
|
226
|
+
"type": "identifier",
|
|
227
|
+
"name": "CSSProperties"
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"events": [],
|
|
234
|
+
"methods": []
|
|
235
|
+
},
|
|
236
236
|
"eo-sidebar-sub-menu": {
|
|
237
237
|
"properties": [
|
|
238
238
|
{
|
|
@@ -1178,7 +1178,7 @@
|
|
|
1178
1178
|
}
|
|
1179
1179
|
]
|
|
1180
1180
|
},
|
|
1181
|
-
"eo-launchpad
|
|
1181
|
+
"eo-search-launchpad": {
|
|
1182
1182
|
"properties": [
|
|
1183
1183
|
{
|
|
1184
1184
|
"name": "readonly",
|
|
@@ -1186,16 +1186,6 @@
|
|
|
1186
1186
|
"type": "keyword",
|
|
1187
1187
|
"value": "boolean"
|
|
1188
1188
|
}
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"name": "target",
|
|
1192
|
-
"annotation": {
|
|
1193
|
-
"type": "reference",
|
|
1194
|
-
"typeName": {
|
|
1195
|
-
"type": "identifier",
|
|
1196
|
-
"name": "Target"
|
|
1197
|
-
}
|
|
1198
|
-
}
|
|
1199
1189
|
}
|
|
1200
1190
|
],
|
|
1201
1191
|
"events": [],
|
|
@@ -1874,6 +1864,29 @@
|
|
|
1874
1864
|
"events": [],
|
|
1875
1865
|
"methods": []
|
|
1876
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
|
+
},
|
|
1877
1890
|
"eo-directory-tree": {
|
|
1878
1891
|
"properties": [
|
|
1879
1892
|
{
|
|
@@ -2966,19 +2979,6 @@
|
|
|
2966
2979
|
"events": [],
|
|
2967
2980
|
"methods": []
|
|
2968
2981
|
},
|
|
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.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/nav",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"@next-bricks/form": "*",
|
|
46
46
|
"@next-bricks/icons": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "c73e47c2697a820d0f0bb7405b7c6c3b49b39abd"
|
|
49
49
|
}
|