adminforth 2.44.0 → 2.44.2-next.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.
@@ -490,6 +490,13 @@ async function validateUsingUserValidationFunction(editableColumnsInner: AdminFo
490
490
  }
491
491
  }
492
492
 
493
+ watch(customComponentsInValidity, () => {
494
+ editableColumns.value?.forEach(column => {
495
+ checkIfColumnHasError(column);
496
+ });
497
+ isValid.value = checkIfAnyColumnHasErrors();
498
+ });
499
+
493
500
  defineExpose({
494
501
  columnError,
495
502
  editableColumns,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.44.0",
3
+ "version": "2.44.2-next.1",
4
4
  "description": "OpenSource Agent-Native forth-generation admin panel",
5
5
  "keywords": [
6
6
  "adminforth",