@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 {
|