@decaf-ts/for-angular 0.0.78 → 0.0.79

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/index.d.ts CHANGED
@@ -2416,7 +2416,7 @@ declare abstract class NgxModelPageDirective extends NgxPageDirective implements
2416
2416
  * @param {string} uid - The unique identifier of the model instance to retrieve
2417
2417
  * @return {Promise<Model | undefined>} Promise resolving to the model instance or undefined
2418
2418
  */
2419
- handleRead(uid?: EventIds, repository?: IRepository<Model>, modelName?: string, pk?: string): Promise<Model | undefined>;
2419
+ handleRead<M extends Model>(uid?: EventIds, repository?: IRepository<M>, modelName?: string, pk?: string): Promise<Model | undefined>;
2420
2420
  process<M extends Model>(event: ICrudFormEvent, model?: M, submit?: boolean): Promise<ILayoutModelContext | IModelComponentSubmitEvent<M>>;
2421
2421
  /**
2422
2422
  * @description Handles form submission events for CRUD operations.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-angular",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "author": "Tiago Venceslau and Contributors",
5
5
  "license": "MPL-2.0 OR AGPL-3.0",
6
6
  "repository": {