@isettingkit/business-rules 2.2.3 → 2.2.5
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.es.d.ts +1 -3
- package/dist/index.es.js +1842 -1754
- package/package.json +3 -3
package/dist/index.es.d.ts
CHANGED
|
@@ -389,9 +389,7 @@ export declare const mapByGroupNew: (raw: any, mapFn: (condition: any) => any) =
|
|
|
389
389
|
|
|
390
390
|
export declare const ModalRules: (props: IModalRules) => ReactPortal;
|
|
391
391
|
|
|
392
|
-
export declare const normalizeDecisionToNewShape:
|
|
393
|
-
[k: string]: any;
|
|
394
|
-
}>(decision: T) => T;
|
|
392
|
+
export declare const normalizeDecisionToNewShape: (decision: any) => any;
|
|
395
393
|
|
|
396
394
|
export declare const parseRangeFromString: (value: string | number | string[] | IValue | undefined) => string | number | IValue | string[] | {
|
|
397
395
|
from?: number;
|