@nebularstreams/libmui 2.5.124 → 3.0.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/libui.esm.js +2 -2
- package/dist/libui.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/index.js +0 -4
- package/src/widgets/TemplatedInputWidget.js +1 -1
- package/src/meta/Emojis.js +0 -32136
- package/src/meta/FontAwesome.js +0 -8012
- package/src/widgets/SmileysPanel.js +0 -20
- package/src/widgets/SmileysWidget.js +0 -199
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -14,8 +14,6 @@ import Separator from "./widgets/Separator";
|
|
|
14
14
|
import PlusMinus from "./widgets/PlusMinusWidget";
|
|
15
15
|
import TitleBarWidget from "./widgets/TitleBarWidget";
|
|
16
16
|
import RangeWidget from "./widgets/RangeWidget";
|
|
17
|
-
import SmileysPanel from "./widgets/SmileysPanel";
|
|
18
|
-
import SmileysWidget from "./widgets/SmileysWidget";
|
|
19
17
|
import SmileysButton from "./widgets/SmileysButton";
|
|
20
18
|
import startApp from "./app/app"
|
|
21
19
|
import defineWidget from "./util/widgets.utils";
|
|
@@ -68,8 +66,6 @@ export {
|
|
|
68
66
|
PlusMinus,
|
|
69
67
|
RangeWidget,
|
|
70
68
|
Selector,
|
|
71
|
-
SmileysPanel,
|
|
72
|
-
SmileysWidget,
|
|
73
69
|
SmileysButton,
|
|
74
70
|
SwitchWidget,
|
|
75
71
|
Separator,
|
|
@@ -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,
|