impaktapps-ui-builder 0.0.27 → 0.0.272
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 +5 -4
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +3 -3
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.ts +3 -3
- package/src/impaktapps-ui-builder/runtime/services/service.ts +1 -0
|
@@ -8048,6 +8048,7 @@ const extractEvents = (eventConfig) => {
|
|
|
8048
8048
|
var service = (funcParams) => {
|
|
8049
8049
|
return {
|
|
8050
8050
|
setPage: async function() {
|
|
8051
|
+
funcParams.store.setFormdata({});
|
|
8051
8052
|
eventGroups = {};
|
|
8052
8053
|
eventGroups = extractEvents(funcParams.config);
|
|
8053
8054
|
await executeEvents(
|
|
@@ -8152,7 +8153,7 @@ var leaderBoard = {
|
|
|
8152
8153
|
layout: 6
|
|
8153
8154
|
},
|
|
8154
8155
|
options: {
|
|
8155
|
-
widget: "
|
|
8156
|
+
widget: "Image"
|
|
8156
8157
|
}
|
|
8157
8158
|
},
|
|
8158
8159
|
{
|
|
@@ -8175,7 +8176,7 @@ var leaderBoard = {
|
|
|
8175
8176
|
layout: 6
|
|
8176
8177
|
},
|
|
8177
8178
|
options: {
|
|
8178
|
-
widget: "
|
|
8179
|
+
widget: "Image"
|
|
8179
8180
|
}
|
|
8180
8181
|
},
|
|
8181
8182
|
{
|
|
@@ -8198,7 +8199,7 @@ var leaderBoard = {
|
|
|
8198
8199
|
layout: 6
|
|
8199
8200
|
},
|
|
8200
8201
|
options: {
|
|
8201
|
-
widget: "
|
|
8202
|
+
widget: "Image"
|
|
8202
8203
|
}
|
|
8203
8204
|
},
|
|
8204
8205
|
{
|
|
@@ -9183,7 +9184,7 @@ var Card = {
|
|
|
9183
9184
|
layout: 5
|
|
9184
9185
|
},
|
|
9185
9186
|
options: {
|
|
9186
|
-
widget: "
|
|
9187
|
+
widget: "Image"
|
|
9187
9188
|
}
|
|
9188
9189
|
},
|
|
9189
9190
|
{
|