@next-bricks/nav 1.24.0 → 1.24.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 +16 -16
- package/dist/chunks/4433.37b5f4d3.js.map +1 -1
- package/dist/chunks/eo-launchpad-button-v2.2924d210.js.map +1 -1
- package/dist/examples.json +3 -3
- package/dist/{index.a5e874bc.js → index.5f3e496a.js} +2 -2
- package/dist/{index.a5e874bc.js.map → index.5f3e496a.js.map} +1 -1
- package/dist/manifest.json +56 -56
- package/dist/types.json +77 -77
- package/package.json +2 -2
package/dist/types.json
CHANGED
|
@@ -4,6 +4,59 @@
|
|
|
4
4
|
"events": [],
|
|
5
5
|
"methods": []
|
|
6
6
|
},
|
|
7
|
+
"eo-app-bar-wrapper": {
|
|
8
|
+
"properties": [
|
|
9
|
+
{
|
|
10
|
+
"name": "isFixed",
|
|
11
|
+
"annotation": {
|
|
12
|
+
"type": "keyword",
|
|
13
|
+
"value": "boolean"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "position",
|
|
18
|
+
"annotation": {
|
|
19
|
+
"type": "union",
|
|
20
|
+
"types": [
|
|
21
|
+
{
|
|
22
|
+
"type": "jsLiteral",
|
|
23
|
+
"value": "static"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"type": "jsLiteral",
|
|
27
|
+
"value": "fixed"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "displayCenter",
|
|
34
|
+
"annotation": {
|
|
35
|
+
"type": "keyword",
|
|
36
|
+
"value": "boolean"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "extraAppBarContentStyle",
|
|
41
|
+
"annotation": {
|
|
42
|
+
"type": "reference",
|
|
43
|
+
"typeName": {
|
|
44
|
+
"type": "qualifiedName",
|
|
45
|
+
"left": {
|
|
46
|
+
"type": "identifier",
|
|
47
|
+
"name": "React"
|
|
48
|
+
},
|
|
49
|
+
"right": {
|
|
50
|
+
"type": "identifier",
|
|
51
|
+
"name": "CSSProperties"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"events": [],
|
|
58
|
+
"methods": []
|
|
59
|
+
},
|
|
7
60
|
"eo-frame-breadcrumb": {
|
|
8
61
|
"properties": [
|
|
9
62
|
{
|
|
@@ -92,59 +145,6 @@
|
|
|
92
145
|
}
|
|
93
146
|
]
|
|
94
147
|
},
|
|
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
148
|
"eo-sidebar-menu-item": {
|
|
149
149
|
"properties": [
|
|
150
150
|
{
|
|
@@ -564,19 +564,6 @@
|
|
|
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
|
{
|
|
@@ -1337,6 +1324,29 @@
|
|
|
1337
1324
|
}
|
|
1338
1325
|
]
|
|
1339
1326
|
},
|
|
1327
|
+
"eo-launchpad-quick-access": {
|
|
1328
|
+
"properties": [
|
|
1329
|
+
{
|
|
1330
|
+
"name": "readonly",
|
|
1331
|
+
"annotation": {
|
|
1332
|
+
"type": "keyword",
|
|
1333
|
+
"value": "boolean"
|
|
1334
|
+
}
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "target",
|
|
1338
|
+
"annotation": {
|
|
1339
|
+
"type": "reference",
|
|
1340
|
+
"typeName": {
|
|
1341
|
+
"type": "identifier",
|
|
1342
|
+
"name": "Target"
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"events": [],
|
|
1348
|
+
"methods": []
|
|
1349
|
+
},
|
|
1340
1350
|
"eo-directory-tree-leaf": {
|
|
1341
1351
|
"properties": [
|
|
1342
1352
|
{
|
|
@@ -2956,7 +2966,7 @@
|
|
|
2956
2966
|
"events": [],
|
|
2957
2967
|
"methods": []
|
|
2958
2968
|
},
|
|
2959
|
-
"eo-launchpad
|
|
2969
|
+
"eo-search-launchpad": {
|
|
2960
2970
|
"properties": [
|
|
2961
2971
|
{
|
|
2962
2972
|
"name": "readonly",
|
|
@@ -2964,16 +2974,6 @@
|
|
|
2964
2974
|
"type": "keyword",
|
|
2965
2975
|
"value": "boolean"
|
|
2966
2976
|
}
|
|
2967
|
-
},
|
|
2968
|
-
{
|
|
2969
|
-
"name": "target",
|
|
2970
|
-
"annotation": {
|
|
2971
|
-
"type": "reference",
|
|
2972
|
-
"typeName": {
|
|
2973
|
-
"type": "identifier",
|
|
2974
|
-
"name": "Target"
|
|
2975
|
-
}
|
|
2976
|
-
}
|
|
2977
2977
|
}
|
|
2978
2978
|
],
|
|
2979
2979
|
"events": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/nav",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.1",
|
|
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": "e622f44fa46f4d70711e1c6bc12cfc0ab6e358c9"
|
|
47
47
|
}
|