@asaleh37/ui-base 25.9.17 → 25.9.24-1

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.d.ts CHANGED
@@ -396,6 +396,7 @@ type FormElementGroupProps = {
396
396
  formActions?: any;
397
397
  hiddenFields?: string[];
398
398
  disabledFields?: string[];
399
+ formValuesChangeCallBk?: FormValueChangeCallBk;
399
400
  };
400
401
  type FormValueChangeCallBk = (formValues: any, formActions: FormActionProps, formManager: UseFormReturn, fieldName?: string, newValue?: any, selectedRecord?: any) => void;
401
402
  type FormElementFieldProps = {