@resolveio/client-lib-core 21.5.16 → 21.5.17
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/package.json
CHANGED
|
@@ -824,6 +824,7 @@ declare class CoreComponent extends BaseComponent implements OnInit, AfterViewIn
|
|
|
824
824
|
private isRoleGateEnabled;
|
|
825
825
|
getNavbarModuleHeight(): number;
|
|
826
826
|
private updateStandaloneNavigation;
|
|
827
|
+
private isStandaloneWebApp;
|
|
827
828
|
toggleAiAssistant(): void;
|
|
828
829
|
openAiAssistant(): void;
|
|
829
830
|
closeAiAssistant(): void;
|
|
@@ -852,6 +853,7 @@ declare class CoreComponent extends BaseComponent implements OnInit, AfterViewIn
|
|
|
852
853
|
private getMobileNavigationBarElement;
|
|
853
854
|
private getMobileResolveioFooterElement;
|
|
854
855
|
private getMobileBottomOverlayHeight;
|
|
856
|
+
private getMobileResolveioFooterOverlayHeight;
|
|
855
857
|
private getShellBottomOffset;
|
|
856
858
|
private measureElementHeight;
|
|
857
859
|
private getViewportHeight;
|
|
@@ -2001,7 +2003,7 @@ declare class AiTerminalModule {
|
|
|
2001
2003
|
}
|
|
2002
2004
|
|
|
2003
2005
|
declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
|
|
2004
|
-
resolveFirstDayOfWeek: () => "
|
|
2006
|
+
resolveFirstDayOfWeek: () => "M" | "S";
|
|
2005
2007
|
resolveTimezone: () => any;
|
|
2006
2008
|
};
|
|
2007
2009
|
declare class CoreServicesModule {
|