@next-bricks/nav 1.24.5 → 1.24.6
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 +31 -31
- package/dist/chunks/{4433.37b5f4d3.js → 4433.992e1929.js} +2 -2
- package/dist/chunks/4433.992e1929.js.map +1 -0
- package/dist/chunks/{main.0d281534.js → main.f38a6f4f.js} +2 -2
- package/dist/chunks/{main.0d281534.js.map → main.f38a6f4f.js.map} +1 -1
- package/dist/chunks/query-search.409b5c32.js +3 -0
- package/dist/chunks/query-search.409b5c32.js.map +1 -0
- package/dist/examples.json +6 -6
- package/dist/{index.8e935045.js → index.0b8fa17f.js} +2 -2
- package/dist/{index.8e935045.js.map → index.0b8fa17f.js.map} +1 -1
- package/dist/manifest.json +146 -146
- package/dist/types.json +38 -38
- package/dist-types/query-search/i18n.d.ts +10 -0
- package/package.json +2 -2
- package/dist/chunks/4433.37b5f4d3.js.map +0 -1
- package/dist/chunks/query-search.aab4b569.js +0 -3
- package/dist/chunks/query-search.aab4b569.js.map +0 -1
- /package/dist/chunks/{query-search.aab4b569.js.LICENSE.txt → query-search.409b5c32.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "bricks/nav",
|
|
3
3
|
"bricks": [
|
|
4
|
-
"nav.launchpad-config",
|
|
5
4
|
"nav.easyops-navbar-alerts",
|
|
5
|
+
"nav.launchpad-config",
|
|
6
6
|
"nav.app-bar-wrapper",
|
|
7
7
|
"nav.nav-logo",
|
|
8
8
|
"nav.poll-announce",
|
|
@@ -12,23 +12,23 @@
|
|
|
12
12
|
],
|
|
13
13
|
"elements": [
|
|
14
14
|
"eo-nav-menu",
|
|
15
|
-
"eo-launchpad-quick-access",
|
|
16
|
-
"eo-launchpad-recent-visits",
|
|
17
15
|
"eo-launchpad-button-v2",
|
|
18
16
|
"eo-launchpad-button",
|
|
17
|
+
"eo-launchpad-quick-access",
|
|
19
18
|
"eo-app-bar-wrapper",
|
|
20
19
|
"eo-search-launchpad",
|
|
20
|
+
"eo-launchpad-recent-visits",
|
|
21
21
|
"eo-frame-breadcrumb",
|
|
22
|
-
"eo-sidebar-menu-item",
|
|
23
22
|
"eo-sidebar-menu-group",
|
|
23
|
+
"eo-sidebar-menu-item",
|
|
24
24
|
"eo-sidebar-menu-submenu",
|
|
25
25
|
"eo-sidebar-menu",
|
|
26
26
|
"eo-sidebar",
|
|
27
27
|
"eo-sidebar-sub-menu",
|
|
28
|
-
"eo-directory",
|
|
29
28
|
"eo-directory-tree",
|
|
30
29
|
"eo-directory-tree-leaf",
|
|
31
|
-
"eo-directory-tree-internal-node"
|
|
30
|
+
"eo-directory-tree-internal-node",
|
|
31
|
+
"eo-directory"
|
|
32
32
|
],
|
|
33
33
|
"processors": [],
|
|
34
34
|
"editors": [],
|
|
@@ -42,42 +42,42 @@
|
|
|
42
42
|
"eo-input",
|
|
43
43
|
"eo-tooltip"
|
|
44
44
|
],
|
|
45
|
-
"nav.launchpad-config": [
|
|
46
|
-
"eo-icon",
|
|
47
|
-
"eo-link",
|
|
48
|
-
"eo-dropdown-actions",
|
|
49
|
-
"basic.show-dialog"
|
|
50
|
-
],
|
|
51
45
|
"nav.easyops-navbar-alerts": [
|
|
52
46
|
"eo-icon",
|
|
53
47
|
"eo-link"
|
|
54
48
|
],
|
|
55
|
-
"eo-launchpad-
|
|
49
|
+
"eo-launchpad-button-v2": [
|
|
50
|
+
"basic.lock-body-scroll",
|
|
56
51
|
"eo-icon",
|
|
57
52
|
"eo-link",
|
|
58
53
|
"basic.show-dialog",
|
|
59
54
|
"basic.show-notification"
|
|
60
55
|
],
|
|
61
|
-
"eo-launchpad-
|
|
56
|
+
"eo-launchpad-button": [
|
|
57
|
+
"eo-icon",
|
|
58
|
+
"eo-link"
|
|
59
|
+
],
|
|
60
|
+
"nav.launchpad-config": [
|
|
61
|
+
"eo-icon",
|
|
62
62
|
"eo-link",
|
|
63
|
+
"eo-dropdown-actions",
|
|
64
|
+
"basic.show-dialog"
|
|
65
|
+
],
|
|
66
|
+
"eo-launchpad-quick-access": [
|
|
63
67
|
"eo-icon",
|
|
68
|
+
"eo-link",
|
|
64
69
|
"basic.show-dialog",
|
|
65
70
|
"basic.show-notification"
|
|
66
71
|
],
|
|
67
|
-
"eo-launchpad
|
|
68
|
-
"basic.lock-body-scroll",
|
|
72
|
+
"eo-search-launchpad": [
|
|
69
73
|
"eo-icon",
|
|
70
74
|
"eo-link",
|
|
71
75
|
"basic.show-dialog",
|
|
72
76
|
"basic.show-notification"
|
|
73
77
|
],
|
|
74
|
-
"eo-launchpad-
|
|
75
|
-
"eo-icon",
|
|
76
|
-
"eo-link"
|
|
77
|
-
],
|
|
78
|
-
"eo-search-launchpad": [
|
|
79
|
-
"eo-icon",
|
|
78
|
+
"eo-launchpad-recent-visits": [
|
|
80
79
|
"eo-link",
|
|
80
|
+
"eo-icon",
|
|
81
81
|
"basic.show-dialog",
|
|
82
82
|
"basic.show-notification"
|
|
83
83
|
],
|
|
@@ -86,15 +86,15 @@
|
|
|
86
86
|
"eo-breadcrumb-item",
|
|
87
87
|
"eo-icon"
|
|
88
88
|
],
|
|
89
|
-
"eo-sidebar-menu-item": [
|
|
90
|
-
"eo-link",
|
|
91
|
-
"eo-icon"
|
|
92
|
-
],
|
|
93
89
|
"eo-sidebar-menu-group": [
|
|
94
90
|
"eo-sidebar-menu",
|
|
95
91
|
"eo-sidebar-menu-item",
|
|
96
92
|
"eo-sidebar-menu-submenu"
|
|
97
93
|
],
|
|
94
|
+
"eo-sidebar-menu-item": [
|
|
95
|
+
"eo-link",
|
|
96
|
+
"eo-icon"
|
|
97
|
+
],
|
|
98
98
|
"eo-sidebar-menu-submenu": [
|
|
99
99
|
"eo-icon",
|
|
100
100
|
"eo-sidebar-menu",
|
|
@@ -122,10 +122,6 @@
|
|
|
122
122
|
"eo-menu-item",
|
|
123
123
|
"eo-link"
|
|
124
124
|
],
|
|
125
|
-
"eo-directory": [
|
|
126
|
-
"eo-icon",
|
|
127
|
-
"eo-tooltip"
|
|
128
|
-
],
|
|
129
125
|
"eo-directory-tree": [
|
|
130
126
|
"eo-search",
|
|
131
127
|
"eo-directory-tree-leaf",
|
|
@@ -145,6 +141,10 @@
|
|
|
145
141
|
"nav.poll-announce": [
|
|
146
142
|
"basic.show-notification"
|
|
147
143
|
],
|
|
144
|
+
"eo-directory": [
|
|
145
|
+
"eo-icon",
|
|
146
|
+
"eo-tooltip"
|
|
147
|
+
],
|
|
148
148
|
"nav.query-search": [
|
|
149
149
|
"eo-icon",
|
|
150
150
|
"eo-button",
|
|
@@ -152,5 +152,5 @@
|
|
|
152
152
|
"eo-tooltip"
|
|
153
153
|
]
|
|
154
154
|
},
|
|
155
|
-
"filePath": "bricks/nav/dist/index.
|
|
155
|
+
"filePath": "bricks/nav/dist/index.0b8fa17f.js"
|
|
156
156
|
}
|