@decaf-ts/for-angular 0.1.25 → 0.1.27

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
@@ -7896,7 +7896,7 @@ declare function getNgxInlineModal(inlineContent: string | SafeHtml, props?: Par
7896
7896
  * @param {EnvironmentInjector} [injector] - Optional environment injector for dependency injection.
7897
7897
  * @returns {Promise<IonModal>} - A promise that resolves with the modal instance.
7898
7898
  */
7899
- declare function getNgxSelectOptionsModal(title: string, options: SelectOption[], injector?: EnvironmentInjector): Promise<IonModal>;
7899
+ declare function getNgxSelectOptionsModal(title: string, options: SelectOption[], uid?: string, injector?: EnvironmentInjector): Promise<IonModal>;
7900
7900
  declare function presentModalConfirm(props: Pick<ModalConfirmComponent, "title" | "role" | "data" | "locale"> | undefined, role: CrudOperations, injector?: EnvironmentInjector): Promise<IonModal>;
7901
7901
 
7902
7902
  declare class IconComponent implements OnInit {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-angular",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
4
4
  "author": "Tiago Venceslau and Contributors",
5
5
  "license": "MPL-2.0 OR AGPL-3.0",
6
6
  "repository": {