impaktapps-ui-builder 1.0.140 → 1.0.141
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/impaktapps-ui-builder.es.js +3 -3
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildLeaderboard.ts +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +2 -2
|
@@ -7943,8 +7943,8 @@ const buildPropertiesSection = function(type) {
|
|
|
7943
7943
|
getInputField("nameKey", "Key for Name"),
|
|
7944
7944
|
getInputField("imageKey", "Key for Image"),
|
|
7945
7945
|
getInputField("scoreKey", "Key for comparing parameter"),
|
|
7946
|
-
getRadioInputField("isScoreAmount", "Is
|
|
7947
|
-
emptyBox$1("LeaderBoardEmpty1", { xs: 6, sm: 6, md: 0, lg:
|
|
7946
|
+
getRadioInputField("isScoreAmount", "Is score an Amount", ["YES", "No"]),
|
|
7947
|
+
emptyBox$1("LeaderBoardEmpty1", { xs: 6, sm: 6, md: 0, lg: 3 })
|
|
7948
7948
|
];
|
|
7949
7949
|
break;
|
|
7950
7950
|
case "CardSlider":
|
|
@@ -10788,7 +10788,7 @@ const buildLeaderBoard = (config2) => {
|
|
|
10788
10788
|
if (config2.scoreKey) {
|
|
10789
10789
|
LeaderBoard.config.main.scoreKey = config2.scoreKey;
|
|
10790
10790
|
}
|
|
10791
|
-
if (config2.
|
|
10791
|
+
if (config2.isScoreAmount) {
|
|
10792
10792
|
LeaderBoard.config.main.isScoreAmount = config2.isScoreAmount === "YES" ? true : false;
|
|
10793
10793
|
}
|
|
10794
10794
|
if (config2.layout) {
|