@socotra/ec-react-components 2.2.1 → 2.2.2-beta.64
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 +4 -4
- package/dist/index.es.js +8694 -10255
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +25 -50
- package/dist/index.umd.js.map +1 -1
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -69,6 +69,10 @@ declare type Props = {
|
|
|
69
69
|
};
|
|
70
70
|
|
|
71
71
|
declare type Props_2 = {
|
|
72
|
+
/**
|
|
73
|
+
* The quote object
|
|
74
|
+
*/
|
|
75
|
+
quote: QuoteResponse;
|
|
72
76
|
/**
|
|
73
77
|
* The resolved data model for quotes retrieved from the data model response
|
|
74
78
|
*/
|
|
@@ -98,10 +102,6 @@ declare type Props_2 = {
|
|
|
98
102
|
* default is false
|
|
99
103
|
*/
|
|
100
104
|
preventFormResetOnDisabled?: boolean;
|
|
101
|
-
/**
|
|
102
|
-
* The quote object to put the form in update mode
|
|
103
|
-
*/
|
|
104
|
-
quote?: QuoteResponse;
|
|
105
105
|
/**
|
|
106
106
|
* Hides the submit button
|
|
107
107
|
*/
|