impaktapps-ui-builder 0.0.101-alpha.23 → 0.0.101-alpha.24
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.
|
@@ -9573,7 +9573,7 @@ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
|
|
|
9573
9573
|
uiSchema.elements[0].elements[0].elements[4] = getTextArea("eventCode", "Write Custom Code", false);
|
|
9574
9574
|
schema2.required = ["eventType", "Handler", "eventCode"];
|
|
9575
9575
|
} else if (handlerType === "api") {
|
|
9576
|
-
uiSchema.elements[0].elements[0].elements[2] = emptyBox$1("emptyBox", { xs:
|
|
9576
|
+
uiSchema.elements[0].elements[0].elements[2] = emptyBox$1("emptyBox", { xs: 0, sm: 0, md: 4, lg: 6 });
|
|
9577
9577
|
uiSchema.elements[0].elements[0].elements[3] = APISection;
|
|
9578
9578
|
schema2.required = ["eventType", "Handler", "method", "path"];
|
|
9579
9579
|
} else if (handlerType === "inBuiltFunction") {
|
|
@@ -9593,7 +9593,7 @@ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
|
|
|
9593
9593
|
uiSchema.elements[0].elements[0].elements[4] = getTextArea("funcParametersCode", "Write Custom Code for Functions Parameter", true);
|
|
9594
9594
|
schema2.required = ["eventType", "Handler", "inBuiltFunctionType"];
|
|
9595
9595
|
} else if (handlerType === "refresh") {
|
|
9596
|
-
uiSchema.elements[0].elements[0].elements[2] = emptyBox$1("emptyBox", { xs:
|
|
9596
|
+
uiSchema.elements[0].elements[0].elements[2] = emptyBox$1("emptyBox", { xs: 0, sm: 0, md: 4, lg: 6 });
|
|
9597
9597
|
uiSchema.elements[0].elements[0].elements[3] = refreshSectionUiSchema;
|
|
9598
9598
|
schema2.properties.refreshElements.required = ["value"];
|
|
9599
9599
|
schema2.properties.refreshElements.items.required = ["value"];
|