@next-bricks/nav 1.21.0 → 1.21.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 +24 -24
- package/dist/chunks/{4433.3909070f.js → 4433.1a246a4b.js} +2 -2
- package/dist/chunks/4433.1a246a4b.js.map +1 -0
- package/dist/chunks/{main.41b0a90a.js → main.884f0c80.js} +2 -2
- package/dist/chunks/{main.41b0a90a.js.map → main.884f0c80.js.map} +1 -1
- package/dist/chunks/query-search.495a1127.js +3 -0
- package/dist/chunks/query-search.495a1127.js.map +1 -0
- package/dist/examples.json +3 -3
- package/dist/{index.0a907dd0.js → index.aed696df.js} +2 -2
- package/dist/{index.0a907dd0.js.map → index.aed696df.js.map} +1 -1
- package/dist/manifest.json +43 -43
- package/dist/types.json +96 -96
- package/package.json +2 -2
- package/dist/chunks/4433.3909070f.js.map +0 -1
- package/dist/chunks/query-search.5516bf5e.js +0 -3
- package/dist/chunks/query-search.5516bf5e.js.map +0 -1
- /package/dist/chunks/{query-search.5516bf5e.js.LICENSE.txt → query-search.495a1127.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"id": "bricks/nav",
|
|
3
3
|
"bricks": [
|
|
4
4
|
"nav.launchpad-config",
|
|
5
|
-
"nav.easyops-navbar-alerts",
|
|
6
5
|
"nav.app-bar-wrapper",
|
|
6
|
+
"nav.easyops-navbar-alerts",
|
|
7
7
|
"nav.nav-logo",
|
|
8
8
|
"nav.poll-announce",
|
|
9
9
|
"nav.get-menu-config-options",
|
|
@@ -11,13 +11,14 @@
|
|
|
11
11
|
"nav.query-search"
|
|
12
12
|
],
|
|
13
13
|
"elements": [
|
|
14
|
-
"eo-
|
|
14
|
+
"eo-nav-menu",
|
|
15
15
|
"eo-launchpad-button-v2",
|
|
16
16
|
"eo-launchpad-quick-access",
|
|
17
17
|
"eo-search-launchpad",
|
|
18
18
|
"eo-launchpad-recent-visits",
|
|
19
19
|
"eo-app-bar-wrapper",
|
|
20
20
|
"eo-frame-breadcrumb",
|
|
21
|
+
"eo-launchpad-button",
|
|
21
22
|
"eo-sidebar-menu-item",
|
|
22
23
|
"eo-sidebar-menu-group",
|
|
23
24
|
"eo-sidebar-menu-submenu",
|
|
@@ -27,22 +28,19 @@
|
|
|
27
28
|
"eo-directory",
|
|
28
29
|
"eo-directory-tree",
|
|
29
30
|
"eo-directory-tree-leaf",
|
|
30
|
-
"eo-directory-tree-internal-node"
|
|
31
|
-
"eo-nav-menu"
|
|
31
|
+
"eo-directory-tree-internal-node"
|
|
32
32
|
],
|
|
33
33
|
"processors": [],
|
|
34
34
|
"editors": [],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"eo-
|
|
37
|
-
"eo-
|
|
38
|
-
"eo-
|
|
39
|
-
|
|
40
|
-
"eo-launchpad-button-v2": [
|
|
41
|
-
"basic.lock-body-scroll",
|
|
36
|
+
"eo-nav-menu": [
|
|
37
|
+
"eo-menu-item",
|
|
38
|
+
"eo-popover",
|
|
39
|
+
"eo-search",
|
|
42
40
|
"eo-icon",
|
|
43
41
|
"eo-link",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
42
|
+
"eo-input",
|
|
43
|
+
"eo-tooltip"
|
|
46
44
|
],
|
|
47
45
|
"nav.launchpad-config": [
|
|
48
46
|
"eo-icon",
|
|
@@ -50,9 +48,12 @@
|
|
|
50
48
|
"eo-dropdown-actions",
|
|
51
49
|
"basic.show-dialog"
|
|
52
50
|
],
|
|
53
|
-
"
|
|
51
|
+
"eo-launchpad-button-v2": [
|
|
52
|
+
"basic.lock-body-scroll",
|
|
54
53
|
"eo-icon",
|
|
55
|
-
"eo-link"
|
|
54
|
+
"eo-link",
|
|
55
|
+
"basic.show-dialog",
|
|
56
|
+
"basic.show-notification"
|
|
56
57
|
],
|
|
57
58
|
"eo-launchpad-quick-access": [
|
|
58
59
|
"eo-icon",
|
|
@@ -77,6 +78,14 @@
|
|
|
77
78
|
"eo-breadcrumb-item",
|
|
78
79
|
"eo-icon"
|
|
79
80
|
],
|
|
81
|
+
"eo-launchpad-button": [
|
|
82
|
+
"eo-icon",
|
|
83
|
+
"eo-link"
|
|
84
|
+
],
|
|
85
|
+
"nav.easyops-navbar-alerts": [
|
|
86
|
+
"eo-icon",
|
|
87
|
+
"eo-link"
|
|
88
|
+
],
|
|
80
89
|
"eo-sidebar-menu-item": [
|
|
81
90
|
"eo-link",
|
|
82
91
|
"eo-icon"
|
|
@@ -141,16 +150,7 @@
|
|
|
141
150
|
"eo-button",
|
|
142
151
|
"eo-search",
|
|
143
152
|
"eo-tooltip"
|
|
144
|
-
],
|
|
145
|
-
"eo-nav-menu": [
|
|
146
|
-
"eo-menu-item",
|
|
147
|
-
"eo-popover",
|
|
148
|
-
"eo-search",
|
|
149
|
-
"eo-icon",
|
|
150
|
-
"eo-link",
|
|
151
|
-
"eo-input",
|
|
152
|
-
"eo-tooltip"
|
|
153
153
|
]
|
|
154
154
|
},
|
|
155
|
-
"filePath": "bricks/nav/dist/index.
|
|
155
|
+
"filePath": "bricks/nav/dist/index.aed696df.js"
|
|
156
156
|
}
|