@fkui/logic 6.19.0 → 6.20.0

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/lib/cjs/index.js CHANGED
@@ -4212,7 +4212,7 @@ class ValidationServiceImpl {
4212
4212
  else {
4213
4213
  elementValidatorsReference = {
4214
4214
  validators: foundValidators,
4215
- validatorConfigs: validatorConfigs,
4215
+ validatorConfigs,
4216
4216
  element,
4217
4217
  instant: useInstantValidation,
4218
4218
  baseValidatorConfigs: isBaseConfigs
@@ -4506,7 +4506,7 @@ class ValidationServiceImpl {
4506
4506
  ...validationResult,
4507
4507
  target: params.elementValidatorsReference.element,
4508
4508
  elementId: params.elementValidatorsReference.element.id,
4509
- validityMode: validityMode,
4509
+ validityMode,
4510
4510
  nativeEvent,
4511
4511
  });
4512
4512
  }
package/lib/esm/index.js CHANGED
@@ -4210,7 +4210,7 @@ class ValidationServiceImpl {
4210
4210
  else {
4211
4211
  elementValidatorsReference = {
4212
4212
  validators: foundValidators,
4213
- validatorConfigs: validatorConfigs,
4213
+ validatorConfigs,
4214
4214
  element,
4215
4215
  instant: useInstantValidation,
4216
4216
  baseValidatorConfigs: isBaseConfigs
@@ -4504,7 +4504,7 @@ class ValidationServiceImpl {
4504
4504
  ...validationResult,
4505
4505
  target: params.elementValidatorsReference.element,
4506
4506
  elementId: params.elementValidatorsReference.element.id,
4507
- validityMode: validityMode,
4507
+ validityMode,
4508
4508
  nativeEvent,
4509
4509
  });
4510
4510
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fkui/logic",
3
- "version": "6.19.0",
3
+ "version": "6.20.0",
4
4
  "description": "Logic",
5
5
  "keywords": [
6
6
  "fkui",
@@ -61,11 +61,11 @@
61
61
  "watch": "rollup --config --watch"
62
62
  },
63
63
  "peerDependencies": {
64
- "@fkui/date": "^6.19.0"
64
+ "@fkui/date": "^6.20.0"
65
65
  },
66
66
  "engines": {
67
67
  "node": ">= 20",
68
68
  "npm": ">= 7"
69
69
  },
70
- "gitHead": "fabd8b6313e8e8ff4191553456ae418b682ec010"
70
+ "gitHead": "901f1eaa5daa46e43a028b7660d0b8aae2f76e8f"
71
71
  }