@fkui/logic 5.38.0 → 5.39.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.
@@ -697,13 +697,6 @@ export declare interface EmailValidatorConfig extends ValidatorOptions {
697
697
  */
698
698
  export declare function parsePostalCode(value: string): PostalCodeString | undefined;
699
699
 
700
- /**
701
- * @public
702
- */
703
- export declare type PartialRecord<K extends keyof any, T> = {
704
- [P in K]?: T;
705
- };
706
-
707
700
  /**
708
701
  * Describes the event that is dispatched during input if no instant validation.
709
702
  *
@@ -1253,7 +1246,7 @@ export declare interface EmailValidatorConfig extends ValidatorOptions {
1253
1246
  *
1254
1247
  * @public
1255
1248
  */
1256
- export declare type ValidatorConfigs = PartialRecord<ValidatorName | string, ValidatorConfig>;
1249
+ export declare type ValidatorConfigs = Record<ValidatorName | string, ValidatorConfig | undefined>;
1257
1250
 
1258
1251
  /**
1259
1252
  * Type for validator name, i.e. keys in inputValidators.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.9"
8
+ "packageVersion": "7.47.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fkui/logic",
3
- "version": "5.38.0",
3
+ "version": "5.39.0",
4
4
  "description": "Logic",
5
5
  "keywords": [
6
6
  "fkui",
@@ -67,5 +67,5 @@
67
67
  "node": ">= 20",
68
68
  "npm": ">= 7"
69
69
  },
70
- "gitHead": "999e94ae55b1f2388a4be51d7542c2f9c2589c83"
70
+ "gitHead": "ff0c8461456aab5ad3e9be930f09d047067dca51"
71
71
  }