gd-sprest 8.3.1 → 8.3.2
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/@types/helper/listForm.d.ts +1 -1
- package/build/rest.js +1 -1
- package/dist/gd-sprest.d.ts +1 -1
- package/dist/gd-sprest.js +1 -1
- package/dist/gd-sprest.min.js +1 -1
- package/package.json +1 -1
|
@@ -54,7 +54,7 @@ export interface IListForm {
|
|
|
54
54
|
* @param info - The list form information.
|
|
55
55
|
* @param itemValues - The list item values.
|
|
56
56
|
*/
|
|
57
|
-
saveItem(info: IListFormResult, formValues: any): PromiseLike<IListFormResult>;
|
|
57
|
+
saveItem(info: IListFormResult, formValues: any, checkItemVersion?: boolean): PromiseLike<IListFormResult>;
|
|
58
58
|
|
|
59
59
|
/**
|
|
60
60
|
* Method to show the file dialog.
|
package/build/rest.js
CHANGED
package/dist/gd-sprest.d.ts
CHANGED
|
@@ -2422,7 +2422,7 @@ declare module 'gd-sprest/helper/listForm' {
|
|
|
2422
2422
|
* @param info - The list form information.
|
|
2423
2423
|
* @param itemValues - The list item values.
|
|
2424
2424
|
*/
|
|
2425
|
-
saveItem(info: IListFormResult, formValues: any): PromiseLike<IListFormResult>;
|
|
2425
|
+
saveItem(info: IListFormResult, formValues: any, checkItemVersion?: boolean): PromiseLike<IListFormResult>;
|
|
2426
2426
|
|
|
2427
2427
|
/**
|
|
2428
2428
|
* Method to show the file dialog.
|