impaktapps-ui-builder 0.0.382-alpha.36 → 0.0.382-alpha.38
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 +4 -1
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +2 -2
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +1 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +1 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +3 -0
|
@@ -167,7 +167,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
167
167
|
config: {
|
|
168
168
|
main: {
|
|
169
169
|
icon: "EditIcon",
|
|
170
|
-
color: "
|
|
170
|
+
color: "info",
|
|
171
171
|
onClick: "Edit_Components",
|
|
172
172
|
tooltipMessage: "Edit This Record"
|
|
173
173
|
}
|
|
@@ -8762,6 +8762,9 @@ var service = (funcParams) => {
|
|
|
8762
8762
|
functionParameters == null ? void 0 : functionParameters.handleNext();
|
|
8763
8763
|
}
|
|
8764
8764
|
},
|
|
8765
|
+
backHandler: () => {
|
|
8766
|
+
funcParams.store.navigate(-1);
|
|
8767
|
+
},
|
|
8765
8768
|
onReset: async function(functionParameters) {
|
|
8766
8769
|
var _a, _b;
|
|
8767
8770
|
const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[0];
|