@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nettyapps/ntybase",
3
- "version": "21.1.17",
3
+ "version": "21.1.19",
4
4
  "description": "This library provides foundational services and components for NettyApps Angular applications.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -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