@diasro/ucsd-its-frontend 0.1.0 → 0.1.2
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/dist/stores/its-app.d.ts +4 -1
- package/dist/types/UcsdConfig.d.ts +2 -0
- package/dist/ucsd-its-frontend.js +1275 -1271
- package/dist/ucsd-its-frontend.umd.cjs +15 -15
- package/package.json +1 -1
package/dist/stores/its-app.d.ts
CHANGED
|
@@ -124,6 +124,7 @@ export declare const useItsAppStore: import("pinia").StoreDefinition<"its-app",
|
|
|
124
124
|
isInProgress: import("vue").Ref<boolean, boolean>;
|
|
125
125
|
setInProgress: (flag: boolean, message: string, step: number) => void;
|
|
126
126
|
reBuildOnLayoutSwitch: () => void;
|
|
127
|
+
apiClientKeys: () => any;
|
|
127
128
|
}, "rootMenu" | "currentTheme" | "currentLayout" | "dockPosition" | "layoutRail" | "activeMenu" | "activeMenuVal" | "currentPageHeader" | "currentSubHdr" | "floatMenu" | "dockVisible" | "navDrawer" | "progressMessage" | "progressStep" | "isInProgress">, Pick<{
|
|
128
129
|
currentTheme: import("vue").Ref<string | undefined, string | undefined>;
|
|
129
130
|
currentLayout: import("vue").Ref<string | undefined, string | undefined>;
|
|
@@ -230,6 +231,7 @@ export declare const useItsAppStore: import("pinia").StoreDefinition<"its-app",
|
|
|
230
231
|
isInProgress: import("vue").Ref<boolean, boolean>;
|
|
231
232
|
setInProgress: (flag: boolean, message: string, step: number) => void;
|
|
232
233
|
reBuildOnLayoutSwitch: () => void;
|
|
234
|
+
apiClientKeys: () => any;
|
|
233
235
|
}, never>, Pick<{
|
|
234
236
|
currentTheme: import("vue").Ref<string | undefined, string | undefined>;
|
|
235
237
|
currentLayout: import("vue").Ref<string | undefined, string | undefined>;
|
|
@@ -336,4 +338,5 @@ export declare const useItsAppStore: import("pinia").StoreDefinition<"its-app",
|
|
|
336
338
|
isInProgress: import("vue").Ref<boolean, boolean>;
|
|
337
339
|
setInProgress: (flag: boolean, message: string, step: number) => void;
|
|
338
340
|
reBuildOnLayoutSwitch: () => void;
|
|
339
|
-
|
|
341
|
+
apiClientKeys: () => any;
|
|
342
|
+
}, "toggleTheme" | "setDockVisible" | "setNavDrawer" | "setDockPosition" | "setCurrentTheme" | "setFloatMenu" | "setCurrentPageHdr" | "setCurrentSubHdr" | "init" | "setLayoutRail" | "setCurrentLayout" | "setActiveMenuVal" | "setActiveMenu" | "getBadgeContent" | "execAction" | "renderIcon" | "invokeLoginCallback" | "getCustomAuth" | "secureRoutes" | "startProgTimer" | "setInProgress" | "reBuildOnLayoutSwitch" | "apiClientKeys">>;
|