@propbinder/mobile-design 0.2.24 → 0.2.25
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
|
@@ -472,6 +472,10 @@ declare class DsMobileProfileActionsSheetComponent implements OnInit, OnChanges
|
|
|
472
472
|
constructor(modalController: ModalController, injector: Injector);
|
|
473
473
|
ngOnChanges(changes: SimpleChanges): void;
|
|
474
474
|
ngOnInit(): void;
|
|
475
|
+
/**
|
|
476
|
+
* Try to resolve short language code from localStorage ('selectedLanguage' key)
|
|
477
|
+
*/
|
|
478
|
+
private getLanguageFromStorage;
|
|
475
479
|
/**
|
|
476
480
|
* Handle action item click
|
|
477
481
|
*/
|