df-ae-forms-package 1.0.68 → 1.0.69
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.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.esm.js +0 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6395,8 +6395,6 @@ onComponentSelect, onComponentDelete, onComponentEdit, onComponentUpdate, select
|
|
|
6395
6395
|
validateField(change.id);
|
|
6396
6396
|
}, 150);
|
|
6397
6397
|
}
|
|
6398
|
-
// Re-evaluate immediately to ensure responsive UI
|
|
6399
|
-
evaluateConditionalLogic(newFormValues, updatedComponents);
|
|
6400
6398
|
}, [formComponents, formValues, validationErrors, onFormDataChange, evaluateConditionalLogic]);
|
|
6401
6399
|
// Recursive function to find a component by ID in nested structures
|
|
6402
6400
|
const findComponentById = React.useCallback((components, fieldId) => {
|