@mcurros2/microm 1.1.206-0 → 1.1.207-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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35184,7 +35184,7 @@ function $468dbc1019a115f1$export$48c6e824f65803ea(props) {
|
|
|
35184
35184
|
id: item.ID,
|
|
35185
35185
|
//target: `/#${item.menuPath}`,
|
|
35186
35186
|
title: item.label,
|
|
35187
|
-
description: item.description
|
|
35187
|
+
description: `${item.menuPath}${item.description ? ` - ${item.description}` : ""}`,
|
|
35188
35188
|
icon: item.icon,
|
|
35189
35189
|
onTrigger: ()=>$468dbc1019a115f1$var$triggerItemAction({
|
|
35190
35190
|
...baseActionProps,
|
|
@@ -35195,7 +35195,7 @@ function $468dbc1019a115f1$export$48c6e824f65803ea(props) {
|
|
|
35195
35195
|
id: subitem.ID,
|
|
35196
35196
|
//target: `/#${subitem.menuPath}`,
|
|
35197
35197
|
title: subitem.label,
|
|
35198
|
-
description: subitem.description
|
|
35198
|
+
description: `${subitem.menuPath}${subitem.description ? ` - ${subitem.description}` : ""}`,
|
|
35199
35199
|
icon: subitem.icon,
|
|
35200
35200
|
onTrigger: ()=>$468dbc1019a115f1$var$triggerItemAction({
|
|
35201
35201
|
...baseActionProps,
|