@insure-os/client 0.0.18 → 0.0.20
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/bundle-sizes.json +11 -11
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -910,6 +910,11 @@ declare class FormStateManager {
|
|
|
910
910
|
calculateQuote(): Promise<CalculationResponse | undefined>;
|
|
911
911
|
clearCalculationResults(): Promise<void>;
|
|
912
912
|
private notify;
|
|
913
|
+
/**
|
|
914
|
+
* Flattens all page data into a single object for cross-page visibility checks
|
|
915
|
+
* This ensures that visibility conditions can reference fields from any page
|
|
916
|
+
*/
|
|
917
|
+
private getAllFormDataFlattened;
|
|
913
918
|
private updateFormDataInternal;
|
|
914
919
|
private createEmptyFormData;
|
|
915
920
|
private getPersistedCalculationFailureState;
|