@nebularstreams/libmui 2.5.123 → 2.5.125
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/package.json
CHANGED
|
@@ -421,7 +421,7 @@ const
|
|
|
421
421
|
parameters: item,
|
|
422
422
|
auxParameters,
|
|
423
423
|
|
|
424
|
-
arrayInfo: {source: rawValue, item, index},
|
|
424
|
+
arrayInfo: {source: rawValue, item: targetParameters, index},
|
|
425
425
|
|
|
426
426
|
global,
|
|
427
427
|
clone,
|
|
@@ -440,7 +440,7 @@ const
|
|
|
440
440
|
})
|
|
441
441
|
: m(CardieWidget, {
|
|
442
442
|
class: "relative grows " + (metaDef.class || "pad-h emby w-max") + (metaDef.dynClass ? " " + metaDef.dynClass(parameters, auxParameters, index) : ""),
|
|
443
|
-
title: metaDef.dynTitle ? metaDef.dynTitle(parameters, auxParameters, index) : metaDef.title + " " + (index + 1),
|
|
443
|
+
title: metaDef.dynTitle ? metaDef.dynTitle(parameters, auxParameters, index) : metaDef.title + " " + (index + 1) + (item.title ? " - " + item.title : ""),
|
|
444
444
|
cardid: metaDef.cardid + "-" + index,
|
|
445
445
|
nofold: false,
|
|
446
446
|
size: metaDef.margin || 0,
|