@socotra/ec-react-components 2.6.2-next.0 → 2.6.2-next.1
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 +8 -8
- package/dist/index.es.js +7976 -7863
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +29 -29
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ declare type Props = {
|
|
|
71
71
|
/**
|
|
72
72
|
* The custom data types for the configuration that may be referenced by the account's data model
|
|
73
73
|
*/
|
|
74
|
-
dataTypes
|
|
74
|
+
dataTypes?: DataTypeConfigRecord;
|
|
75
75
|
advancedOptions?: {
|
|
76
76
|
/**
|
|
77
77
|
* The auto renewal plans for the account
|
|
@@ -154,7 +154,7 @@ declare type Props_2 = {
|
|
|
154
154
|
/**
|
|
155
155
|
* The custom data types for the configuration that may be referenced by the elementModel
|
|
156
156
|
*/
|
|
157
|
-
dataTypes
|
|
157
|
+
dataTypes?: DataTypeConfigRecord;
|
|
158
158
|
/**
|
|
159
159
|
* The function to call when the form is submitted. It will create an QuoteRequest from the form data.
|
|
160
160
|
*/
|
|
@@ -213,11 +213,11 @@ declare type Props_3 = {
|
|
|
213
213
|
/**
|
|
214
214
|
* The custom data types for the configuration that may be referenced by the elementModel
|
|
215
215
|
*/
|
|
216
|
-
dataTypes
|
|
216
|
+
dataTypes?: DataTypeConfigRecord;
|
|
217
217
|
/**
|
|
218
218
|
* The coverage terms configuration that may be referenced by the elementModel
|
|
219
219
|
*/
|
|
220
|
-
coverageTerms
|
|
220
|
+
coverageTerms?: CoverageTermsConfigRecord;
|
|
221
221
|
/**
|
|
222
222
|
* The function to call when the form is submitted. It will create an ElementUpdateRequest.
|
|
223
223
|
*/
|
|
@@ -306,11 +306,11 @@ declare type Props_5 = {
|
|
|
306
306
|
/**
|
|
307
307
|
* The coverage terms for the transaction, taken from the tenant data model
|
|
308
308
|
*/
|
|
309
|
-
coverageTerms
|
|
309
|
+
coverageTerms?: CoverageTermsConfigRecord;
|
|
310
310
|
/**
|
|
311
311
|
* The custom data types for the configuration that may be referenced by the elementModel
|
|
312
312
|
*/
|
|
313
|
-
dataTypes
|
|
313
|
+
dataTypes?: DataTypeConfigRecord;
|
|
314
314
|
/**
|
|
315
315
|
* The function to call when the form is submitted. It will create an `ElementRequest` from the form data.
|
|
316
316
|
*/
|
|
@@ -373,11 +373,11 @@ declare type Props_6 = {
|
|
|
373
373
|
/**
|
|
374
374
|
* The coverage terms for the transaction, taken from the tenant data model
|
|
375
375
|
*/
|
|
376
|
-
coverageTerms
|
|
376
|
+
coverageTerms?: CoverageTermsConfigRecord;
|
|
377
377
|
/**
|
|
378
378
|
* The custom data types for the configuration that may be referenced by the elementModel
|
|
379
379
|
*/
|
|
380
|
-
dataTypes
|
|
380
|
+
dataTypes?: DataTypeConfigRecord;
|
|
381
381
|
/**
|
|
382
382
|
* The function to call when the form is submitted. It will create an array of `ParamsChangeInstructionCreateRequest` and `ModifyChangeInstructionCreateRequest` from the form data.
|
|
383
383
|
*/
|