@nebularstreams/libmui 2.5.82 → 2.5.83

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nebularstreams/libmui",
3
3
  "description": "Micro UI based on Mithril",
4
- "version": "2.5.82",
4
+ "version": "2.5.83",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "scripts": {
@@ -397,7 +397,7 @@ const
397
397
  ? Array.isArray(rawValue)
398
398
  ? rawValue.map((item, index) => m(CardieWidget, {
399
399
  class: "relative grows " + (metaDef.class || "emby w-max") + (metaDef.dynClass ? " " + metaDef.dynClass(parameters, auxParameters) : ""),
400
- title: metaDef.dynTitle ? metaDef.dynTitle(parameters, auxParameters) : metaDef.title,
400
+ title: metaDef.dynTitle ? metaDef.dynTitle(parameters, auxParameters) : metaDef.title+" "+(index+1),
401
401
  cardid: metaDef.cardid + "-" + index,
402
402
  nofold: false,
403
403
  size: metaDef.size || 1,