@socotra/ec-react-components 2.2.3-beta.65 → 2.2.3-beta.69
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 +2 -1
- package/dist/index.es.js +6295 -6430
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +22 -22
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { AccountRequest } from '@socotra/ec-react-schemas';
|
|
|
3
3
|
import { AccountResponse } from '@socotra/ec-react-schemas';
|
|
4
4
|
import { DataTypeConfigRecord } from '@socotra/ec-react-schemas';
|
|
5
5
|
import { ElementConfig } from '@socotra/ec-react-schemas';
|
|
6
|
+
import { ElementRequest } from '@socotra/ec-react-schemas';
|
|
6
7
|
import { ElementResponse } from '@socotra/ec-react-schemas';
|
|
7
8
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
8
9
|
import { ProductConfig } from '@socotra/ec-react-schemas';
|
|
@@ -140,7 +141,7 @@ declare type Props_3 = {
|
|
|
140
141
|
/**
|
|
141
142
|
* The function to call when the form is submitted. It will create an ElementUpdateRequest.
|
|
142
143
|
*/
|
|
143
|
-
handleSubmit: (data:
|
|
144
|
+
handleSubmit: (data: ElementRequest) => void;
|
|
144
145
|
/**
|
|
145
146
|
* Set to true when the form is submitting to set fields to readonly and disable the submit button
|
|
146
147
|
*/
|