comand-component-library 4.0.73 → 4.0.74
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "comand-component-library",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.74",
|
4
4
|
"private": false,
|
5
5
|
"type": "module",
|
6
6
|
"license": "GPL-3.0-only",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"dependencies": {
|
23
23
|
"clickout-event": "^1.1.2",
|
24
24
|
"comand-frontend-framework": "^4.0.79",
|
25
|
-
"comand-ui-iconfonts": "^1.0.
|
25
|
+
"comand-ui-iconfonts": "^1.0.10",
|
26
26
|
"core-js": "^3.20.1",
|
27
27
|
"prismjs": "^1.27.0",
|
28
28
|
"vue": "^3.2.31",
|
@@ -100,7 +100,7 @@
|
|
100
100
|
<li v-for="(navigationSubSubEntry, subsubindex) in navigationSubEntry.subentries"
|
101
101
|
:key="subsubindex">
|
102
102
|
<!-- begin type === href -->
|
103
|
-
<a v-if="
|
103
|
+
<a v-if="navigationSubSubEntry.type === 'href'"
|
104
104
|
:href="navigationSubSubEntry.path"
|
105
105
|
:title="navigationSubSubEntry.tooltip"
|
106
106
|
:target="navigationSubSubEntry.target"
|
@@ -117,7 +117,7 @@
|
|
117
117
|
<!-- end type === href -->
|
118
118
|
|
119
119
|
<!-- begin type === router -->
|
120
|
-
<router-link v-if="
|
120
|
+
<router-link v-if="navigationSubSubEntry.type === 'router'"
|
121
121
|
:to="getRoute(navigationSubSubEntry)"
|
122
122
|
:target="navigationSubSubEntry.target">
|
123
123
|
<!-- begin CmdIcon -->
|