@felte/common
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -21,3 +21,3 @@ export { _some } from "./utils/some"; | ||
export * from "./utils/domUtils"; | ||
export * from "./types-5eeccfe5"; | ||
export * from "./types-c12a4631"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { Obj } from "../types-5eeccfe5"; | ||
import { Obj } from "../types-c12a4631"; | ||
/** @ignore */ | ||
@@ -3,0 +3,0 @@ declare function _cloneDeep<T extends Obj>(obj: T): T; |
@@ -1,2 +0,2 @@ | ||
import { Obj, DeepSetResult } from "../types-5eeccfe5"; | ||
import { Obj, DeepSetResult } from "../types-c12a4631"; | ||
/** | ||
@@ -3,0 +3,0 @@ * @category Helper |
@@ -1,2 +0,2 @@ | ||
import { Obj } from "../types-5eeccfe5"; | ||
import { Obj } from "../types-c12a4631"; | ||
/** | ||
@@ -3,0 +3,0 @@ * @category Helper |
@@ -1,2 +0,2 @@ | ||
import { Obj } from "../types-5eeccfe5"; | ||
import { Obj } from "../types-c12a4631"; | ||
/** @ignore */ | ||
@@ -3,0 +3,0 @@ declare function _defaultsDeep<T extends Obj>(...args: any[]): T; |
@@ -1,2 +0,2 @@ | ||
import { FormControl, Obj, FieldValue, ValidationFunction, TransformFunction } from "../types-5eeccfe5"; | ||
import { FormControl, Obj, FieldValue, ValidationFunction, TransformFunction } from "../types-c12a4631"; | ||
/** | ||
@@ -3,0 +3,0 @@ * @ignore |
@@ -1,2 +0,2 @@ | ||
import { Obj, FieldValue } from "../types-5eeccfe5"; | ||
import { Obj, FieldValue } from "../types-c12a4631"; | ||
/** @ignore */ | ||
@@ -3,0 +3,0 @@ declare function _get<Data extends Obj, Default = undefined>(obj: Data, path: string, defaultValue?: Default): Default | FieldValue | FieldValue[] | undefined; |
@@ -1,2 +0,2 @@ | ||
import { FormControl } from "../types-5eeccfe5"; | ||
import { FormControl } from "../types-c12a4631"; | ||
/** | ||
@@ -3,0 +3,0 @@ * @category Helper |
@@ -1,4 +0,4 @@ | ||
import { FormControl } from "../types-5eeccfe5"; | ||
import { FormControl } from "../types-c12a4631"; | ||
declare function getPathFromDataset(el: FormControl): string; | ||
export { getPathFromDataset }; | ||
//# sourceMappingURL=utils/getPathFromDataset.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { FieldValue } from "../types-5eeccfe5"; | ||
import { FieldValue } from "../types-c12a4631"; | ||
/** @category Helper */ | ||
@@ -3,0 +3,0 @@ declare function isFieldValue(value: unknown): value is FieldValue; |
@@ -1,2 +0,2 @@ | ||
import { Obj } from "../types-5eeccfe5"; | ||
import { Obj } from "../types-c12a4631"; | ||
/** @ignore */ | ||
@@ -3,0 +3,0 @@ declare function _mapValues(obj: Obj, updater: (value: unknown) => unknown): Obj; |
@@ -1,2 +0,2 @@ | ||
import { Obj } from "../types-5eeccfe5"; | ||
import { Obj } from "../types-c12a4631"; | ||
/** @ignore */ | ||
@@ -3,0 +3,0 @@ declare function _merge<T extends Obj>(...args: any[]): T; |
@@ -1,2 +0,2 @@ | ||
import { Obj } from "../types-5eeccfe5"; | ||
import { Obj } from "../types-c12a4631"; | ||
/** @ignore */ | ||
@@ -3,0 +3,0 @@ declare function _mergeWith<T extends Obj>(...args: any[]): T; |
@@ -1,2 +0,2 @@ | ||
import { Obj, FieldValue } from "../types-5eeccfe5"; | ||
import { Obj, FieldValue } from "../types-c12a4631"; | ||
/** @ignore */ | ||
@@ -3,0 +3,0 @@ declare function _set<Data extends Obj>(obj: Data | undefined, path: string | string[], value: FieldValue | FieldValue[]): Data; |
@@ -1,2 +0,2 @@ | ||
import { Obj } from "../types-5eeccfe5"; | ||
import { Obj } from "../types-c12a4631"; | ||
/** @ignore */ | ||
@@ -3,0 +3,0 @@ declare function _some(obj: Obj, pred: (value: unknown) => boolean): boolean; |
@@ -1,2 +0,2 @@ | ||
import { FormControl } from "../types-5eeccfe5"; | ||
import { FormControl } from "../types-c12a4631"; | ||
/** | ||
@@ -3,0 +3,0 @@ * @category Helper |
@@ -1,2 +0,2 @@ | ||
import { Obj } from "../types-5eeccfe5"; | ||
import { Obj } from "../types-c12a4631"; | ||
/** @ignore */ | ||
@@ -3,0 +3,0 @@ declare function _unset(obj: undefined, path: string | string[]): undefined; |
@@ -1,2 +0,2 @@ | ||
import { Obj, FieldValue } from "../types-5eeccfe5"; | ||
import { Obj, FieldValue } from "../types-c12a4631"; | ||
/** @ignore */ | ||
@@ -3,0 +3,0 @@ declare function _update<Data extends Obj, Value = FieldValue>(obj: Data | undefined, path: string, updater: (value: Value) => Value): Data; |
{ | ||
"name": "@felte/common", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Common utilities for Felte packages", | ||
@@ -5,0 +5,0 @@ "author": "Pablo Berganza <pablo@berganza.dev>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
153538
99
899