@socotra/ec-react-utils 2.8.1 → 2.8.2-next.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/dist/index.d.ts +1 -1
- package/dist/index.es.js +1069 -1085
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -375,7 +375,7 @@ export declare const getQuoteRequest: ({ data }: QuoteFormData) => QuoteRequest;
|
|
|
375
375
|
*/
|
|
376
376
|
export declare function getRemoveDataFieldValues(originalObj: AnyObject, modifiedObj: AnyObject): AnyObject;
|
|
377
377
|
|
|
378
|
-
export declare const getUpdatedDataFromConstraints: (newData: Record<string, PrimitiveValue>,
|
|
378
|
+
export declare const getUpdatedDataFromConstraints: (newData: Record<string, PrimitiveValue>, evaluatedConstraintMap: ConstraintEvaluationResponse | undefined, elementLocator: string) => Record<string, PrimitiveValue>;
|
|
379
379
|
|
|
380
380
|
declare type ProductElement = Record<string, ElementConfig & {
|
|
381
381
|
quantifier: Quantifiers;
|