@diasro/ucsd-its-frontend 0.1.7 → 0.1.9
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/assets/ucsd-its-frontend.css +1 -1
- package/dist/composables/layout.d.ts +1 -0
- package/dist/layouts/menu/SettingsMenu.vue.d.ts +2 -0
- package/dist/stores/its-app.d.ts +10 -1
- package/dist/stores/its-auth.d.ts +18 -0
- package/dist/types/LoginUser.d.ts +3 -0
- package/dist/types/UcsdConfig.d.ts +5 -2
- package/dist/ucsd-its-frontend.js +4449 -4352
- package/dist/ucsd-its-frontend.umd.cjs +15 -15
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.tm-scrollable-div{overflow-y:auto}.old-data{text-decoration:line-through;text-decoration-color:red}.title[data-v-
|
|
1
|
+
.tm-scrollable-div{overflow-y:auto}.old-data{text-decoration:line-through;text-decoration-color:red}.title[data-v-9422f0eb]{font-size:14px;font-weight:700}.sub[data-v-9422f0eb]{line-height:14px;font-size:12px}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _sfc_main;
|
package/dist/stores/its-app.d.ts
CHANGED
|
@@ -101,6 +101,8 @@ export declare const useItsAppStore: import("pinia").StoreDefinition<"its-app",
|
|
|
101
101
|
navDrawer: import("vue").Ref<boolean, boolean>;
|
|
102
102
|
progressMessage: import("vue").Ref<string, string>;
|
|
103
103
|
progressStep: import("vue").Ref<number, number>;
|
|
104
|
+
authUrl: () => string;
|
|
105
|
+
ssoUrl: () => string;
|
|
104
106
|
toggleTheme: () => void;
|
|
105
107
|
setDockVisible: (flag: boolean) => void;
|
|
106
108
|
setNavDrawer: (flag: boolean) => void;
|
|
@@ -126,6 +128,7 @@ export declare const useItsAppStore: import("pinia").StoreDefinition<"its-app",
|
|
|
126
128
|
setInProgress: (flag: boolean, message: string, step: number) => void;
|
|
127
129
|
reBuildOnLayoutSwitch: () => void;
|
|
128
130
|
apiClientKeys: () => any;
|
|
131
|
+
accessTokenUrl: () => string;
|
|
129
132
|
}, "rootMenu" | "currentTheme" | "currentLayout" | "dockPosition" | "layoutRail" | "activeMenu" | "activeMenuVal" | "currentPageHeader" | "currentSubHdr" | "floatMenu" | "dockVisible" | "navDrawer" | "progressMessage" | "progressStep" | "isInProgress">, Pick<{
|
|
130
133
|
currentTheme: import("vue").Ref<string | undefined, string | undefined>;
|
|
131
134
|
currentLayout: import("vue").Ref<string | undefined, string | undefined>;
|
|
@@ -209,6 +212,8 @@ export declare const useItsAppStore: import("pinia").StoreDefinition<"its-app",
|
|
|
209
212
|
navDrawer: import("vue").Ref<boolean, boolean>;
|
|
210
213
|
progressMessage: import("vue").Ref<string, string>;
|
|
211
214
|
progressStep: import("vue").Ref<number, number>;
|
|
215
|
+
authUrl: () => string;
|
|
216
|
+
ssoUrl: () => string;
|
|
212
217
|
toggleTheme: () => void;
|
|
213
218
|
setDockVisible: (flag: boolean) => void;
|
|
214
219
|
setNavDrawer: (flag: boolean) => void;
|
|
@@ -234,6 +239,7 @@ export declare const useItsAppStore: import("pinia").StoreDefinition<"its-app",
|
|
|
234
239
|
setInProgress: (flag: boolean, message: string, step: number) => void;
|
|
235
240
|
reBuildOnLayoutSwitch: () => void;
|
|
236
241
|
apiClientKeys: () => any;
|
|
242
|
+
accessTokenUrl: () => string;
|
|
237
243
|
}, never>, Pick<{
|
|
238
244
|
currentTheme: import("vue").Ref<string | undefined, string | undefined>;
|
|
239
245
|
currentLayout: import("vue").Ref<string | undefined, string | undefined>;
|
|
@@ -317,6 +323,8 @@ export declare const useItsAppStore: import("pinia").StoreDefinition<"its-app",
|
|
|
317
323
|
navDrawer: import("vue").Ref<boolean, boolean>;
|
|
318
324
|
progressMessage: import("vue").Ref<string, string>;
|
|
319
325
|
progressStep: import("vue").Ref<number, number>;
|
|
326
|
+
authUrl: () => string;
|
|
327
|
+
ssoUrl: () => string;
|
|
320
328
|
toggleTheme: () => void;
|
|
321
329
|
setDockVisible: (flag: boolean) => void;
|
|
322
330
|
setNavDrawer: (flag: boolean) => void;
|
|
@@ -342,4 +350,5 @@ export declare const useItsAppStore: import("pinia").StoreDefinition<"its-app",
|
|
|
342
350
|
setInProgress: (flag: boolean, message: string, step: number) => void;
|
|
343
351
|
reBuildOnLayoutSwitch: () => void;
|
|
344
352
|
apiClientKeys: () => any;
|
|
345
|
-
|
|
353
|
+
accessTokenUrl: () => string;
|
|
354
|
+
}, "authUrl" | "ssoUrl" | "toggleTheme" | "setDockVisible" | "setNavDrawer" | "setDockPosition" | "setCurrentTheme" | "setFloatMenu" | "setCurrentPageHdr" | "setCurrentSubHdr" | "init" | "setLayoutRail" | "setCurrentLayout" | "setActiveMenuVal" | "setActiveMenu" | "getBadgeContent" | "execAction" | "renderIcon" | "invokeLoginCallback" | "invokeLogoutCallback" | "getCustomAuth" | "secureRoutes" | "startProgTimer" | "setInProgress" | "reBuildOnLayoutSwitch" | "apiClientKeys" | "accessTokenUrl">>;
|
|
@@ -42,6 +42,9 @@ export declare const useItsAuthStore: import("pinia").StoreDefinition<"its-auth"
|
|
|
42
42
|
firstName?: string | undefined;
|
|
43
43
|
lastName?: string | undefined;
|
|
44
44
|
email: string;
|
|
45
|
+
racfid?: string | undefined;
|
|
46
|
+
adUserId?: string | undefined;
|
|
47
|
+
employeeId?: string | undefined;
|
|
45
48
|
roles?: string[] | undefined;
|
|
46
49
|
departmentName?: string | undefined;
|
|
47
50
|
businessUnitName?: string | undefined;
|
|
@@ -53,6 +56,9 @@ export declare const useItsAuthStore: import("pinia").StoreDefinition<"its-auth"
|
|
|
53
56
|
firstName?: string | undefined;
|
|
54
57
|
lastName?: string | undefined;
|
|
55
58
|
email: string;
|
|
59
|
+
racfid?: string | undefined;
|
|
60
|
+
adUserId?: string | undefined;
|
|
61
|
+
employeeId?: string | undefined;
|
|
56
62
|
roles?: string[] | undefined;
|
|
57
63
|
departmentName?: string | undefined;
|
|
58
64
|
businessUnitName?: string | undefined;
|
|
@@ -96,6 +102,9 @@ export declare const useItsAuthStore: import("pinia").StoreDefinition<"its-auth"
|
|
|
96
102
|
firstName?: string | undefined;
|
|
97
103
|
lastName?: string | undefined;
|
|
98
104
|
email: string;
|
|
105
|
+
racfid?: string | undefined;
|
|
106
|
+
adUserId?: string | undefined;
|
|
107
|
+
employeeId?: string | undefined;
|
|
99
108
|
roles?: string[] | undefined;
|
|
100
109
|
departmentName?: string | undefined;
|
|
101
110
|
businessUnitName?: string | undefined;
|
|
@@ -107,6 +116,9 @@ export declare const useItsAuthStore: import("pinia").StoreDefinition<"its-auth"
|
|
|
107
116
|
firstName?: string | undefined;
|
|
108
117
|
lastName?: string | undefined;
|
|
109
118
|
email: string;
|
|
119
|
+
racfid?: string | undefined;
|
|
120
|
+
adUserId?: string | undefined;
|
|
121
|
+
employeeId?: string | undefined;
|
|
110
122
|
roles?: string[] | undefined;
|
|
111
123
|
departmentName?: string | undefined;
|
|
112
124
|
businessUnitName?: string | undefined;
|
|
@@ -150,6 +162,9 @@ export declare const useItsAuthStore: import("pinia").StoreDefinition<"its-auth"
|
|
|
150
162
|
firstName?: string | undefined;
|
|
151
163
|
lastName?: string | undefined;
|
|
152
164
|
email: string;
|
|
165
|
+
racfid?: string | undefined;
|
|
166
|
+
adUserId?: string | undefined;
|
|
167
|
+
employeeId?: string | undefined;
|
|
153
168
|
roles?: string[] | undefined;
|
|
154
169
|
departmentName?: string | undefined;
|
|
155
170
|
businessUnitName?: string | undefined;
|
|
@@ -161,6 +176,9 @@ export declare const useItsAuthStore: import("pinia").StoreDefinition<"its-auth"
|
|
|
161
176
|
firstName?: string | undefined;
|
|
162
177
|
lastName?: string | undefined;
|
|
163
178
|
email: string;
|
|
179
|
+
racfid?: string | undefined;
|
|
180
|
+
adUserId?: string | undefined;
|
|
181
|
+
employeeId?: string | undefined;
|
|
164
182
|
roles?: string[] | undefined;
|
|
165
183
|
departmentName?: string | undefined;
|
|
166
184
|
businessUnitName?: string | undefined;
|
|
@@ -21,8 +21,11 @@ export interface UcsdConfig {
|
|
|
21
21
|
defaultPageHdr: string;
|
|
22
22
|
defaultSubHdr: string;
|
|
23
23
|
defaultTheme: string;
|
|
24
|
-
clientId
|
|
25
|
-
clientSecret
|
|
24
|
+
clientId?: string;
|
|
25
|
+
clientSecret?: string;
|
|
26
|
+
authUrl?: string;
|
|
27
|
+
ssoUrl?: string;
|
|
28
|
+
accessTokenUrl?: string;
|
|
26
29
|
initCallback?: () => void;
|
|
27
30
|
customAuth?: () => Promise<any>;
|
|
28
31
|
loginCallback?: () => Promise<any>;
|