@nettyapps/ntybase 21.1.17 → 21.1.19
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/package.json
CHANGED
|
@@ -584,6 +584,10 @@ declare abstract class NettyAgGridSaveBase<T extends NettyEntityInterface<T>> ex
|
|
|
584
584
|
* Update record
|
|
585
585
|
*/
|
|
586
586
|
updateRecord(): void;
|
|
587
|
+
/**
|
|
588
|
+
* Create new record
|
|
589
|
+
*/
|
|
590
|
+
createNewData(): Promise<void>;
|
|
587
591
|
/**
|
|
588
592
|
* Load data from API based on GUID
|
|
589
593
|
* Handles both new record creation and existing record editing
|