procode-lowcode-core 1.0.11 → 1.0.12
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/index.esm.js
CHANGED
|
@@ -19348,7 +19348,7 @@ const useWidgetProps = (schemaElementProps, viewModel, validation, eventService,
|
|
|
19348
19348
|
return;
|
|
19349
19349
|
}
|
|
19350
19350
|
const events = getEvents();
|
|
19351
|
-
setWidgetProps(Object.assign(Object.assign(Object.assign(Object.assign({}, schemaElementProps), { id: schemaElementProps === null || schemaElementProps === void 0 ? void 0 : schemaElementProps.id, value: getScreenDataFieldValue(), listData: getSupportiveDataFieldValue(), uiElementGroupData: getUiElementGroupData(), validations: getValidationProperty(), eventService: eventService, viewModel: viewModel }), events), { dynamicEvents: events }));
|
|
19351
|
+
setWidgetProps(Object.assign(Object.assign(Object.assign(Object.assign({}, schemaElementProps), { id: schemaElementProps === null || schemaElementProps === void 0 ? void 0 : schemaElementProps.id, value: getScreenDataFieldValue(), listData: getSupportiveDataFieldValue(), uiElementGroupData: getUiElementGroupData(), validations: getValidationProperty(), eventService: eventService, viewModel: viewModel, "sssss": "ss" }), events), { dynamicEvents: events }));
|
|
19352
19352
|
};
|
|
19353
19353
|
const getEvents = () => {
|
|
19354
19354
|
if (!(schemaElementProps === null || schemaElementProps === void 0 ? void 0 : schemaElementProps.events))
|
package/dist/index.js
CHANGED
|
@@ -19352,7 +19352,7 @@ const useWidgetProps = (schemaElementProps, viewModel, validation, eventService,
|
|
|
19352
19352
|
return;
|
|
19353
19353
|
}
|
|
19354
19354
|
const events = getEvents();
|
|
19355
|
-
setWidgetProps(Object.assign(Object.assign(Object.assign(Object.assign({}, schemaElementProps), { id: schemaElementProps === null || schemaElementProps === void 0 ? void 0 : schemaElementProps.id, value: getScreenDataFieldValue(), listData: getSupportiveDataFieldValue(), uiElementGroupData: getUiElementGroupData(), validations: getValidationProperty(), eventService: eventService, viewModel: viewModel }), events), { dynamicEvents: events }));
|
|
19355
|
+
setWidgetProps(Object.assign(Object.assign(Object.assign(Object.assign({}, schemaElementProps), { id: schemaElementProps === null || schemaElementProps === void 0 ? void 0 : schemaElementProps.id, value: getScreenDataFieldValue(), listData: getSupportiveDataFieldValue(), uiElementGroupData: getUiElementGroupData(), validations: getValidationProperty(), eventService: eventService, viewModel: viewModel, "sssss": "ss" }), events), { dynamicEvents: events }));
|
|
19356
19356
|
};
|
|
19357
19357
|
const getEvents = () => {
|
|
19358
19358
|
if (!(schemaElementProps === null || schemaElementProps === void 0 ? void 0 : schemaElementProps.events))
|
package/package.json
CHANGED