@decaf-ts/for-angular 0.0.71 → 0.0.73

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
@@ -9386,7 +9386,7 @@ declare abstract class NgxModelPageDirective extends NgxPageDirective {
9386
9386
  * @param {IBaseCustomEvent} event - The submit event containing form data
9387
9387
  * @return {Promise<IModelComponentSubmitEvent|void>} Promise that resolves on success or throws on error
9388
9388
  */
9389
- submit(event: Partial<IBaseCustomEvent>, redirect?: boolean, repository?: DecafRepository<Model>): Promise<IModelComponentSubmitEvent>;
9389
+ submit(event: Partial<IBaseCustomEvent>, redirect?: boolean, repo?: IRepository<Model>): Promise<IModelComponentSubmitEvent>;
9390
9390
  /**
9391
9391
  * @description Retrieves a model instance from the repository by unique identifier.
9392
9392
  * @summary Fetches a specific model instance using the repository's read method.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-angular",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "author": "Tiago Venceslau and Contributors",
5
5
  "license": "MPL-2.0 OR AGPL-3.0",
6
6
  "repository": {