@diasro/ucsd-its-frontend 0.1.8 → 0.2.1
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/App.vue.d.ts +2 -0
- package/dist/assets/ucsd-its-frontend.css +1 -1
- package/dist/config/ucsd.config.d.ts +18 -0
- package/dist/lib/CommonRoutes.d.ts +7 -0
- package/dist/{UcsdPlugin.d.ts → lib/UcsdPlugin.d.ts} +2 -2
- package/dist/{components → lib/components}/TileButton.vue.d.ts +21 -15
- package/dist/lib/components/authorization/Login.vue.d.ts +2 -0
- package/dist/lib/components/authorization/LoginSuccess.vue.d.ts +2 -0
- package/dist/lib/components/authorization/Logout.vue.d.ts +2 -0
- package/dist/lib/components/authorization/LogoutSuccess.vue.d.ts +2 -0
- package/dist/lib/components/authorization/Unauthorized.vue.d.ts +2 -0
- package/dist/lib/components/commons/ChangeHistory.vue.d.ts +58 -0
- package/dist/lib/components/commons/ProgressDialog.vue.d.ts +2 -0
- package/dist/{composables → lib/composables}/layout.d.ts +3 -2
- package/dist/{composables → lib/composables}/utils/ucsdAppUtils.d.ts +6 -3
- package/dist/lib/index.d.ts +31 -0
- package/dist/lib/layouts/AppLayout.vue.d.ts +2 -0
- package/dist/lib/layouts/DefaultLayout.vue.d.ts +35 -0
- package/dist/lib/layouts/FixedLayout.vue.d.ts +35 -0
- package/dist/lib/layouts/FloatingLayout.vue.d.ts +17 -0
- package/dist/lib/layouts/TopLayout.vue.d.ts +35 -0
- package/dist/lib/layouts/UcsdFooter.vue.d.ts +2 -0
- package/dist/lib/layouts/UcsdHeader.vue.d.ts +39 -0
- package/dist/lib/layouts/UserPanel.vue.d.ts +2 -0
- package/dist/lib/layouts/menu/FloatMenu.vue.d.ts +2 -0
- package/dist/{layouts → lib/layouts}/menu/RailMenu.vue.d.ts +6 -4
- package/dist/lib/layouts/menu/SettingsMenu.vue.d.ts +2 -0
- package/dist/lib/layouts/menu/TopMenu.vue.d.ts +2 -0
- package/dist/lib/shared.config.d.ts +2 -0
- package/dist/{stores → lib/stores}/its-app.d.ts +64 -60
- package/dist/{stores → lib/stores}/its-audit.d.ts +127 -15
- package/dist/{stores → lib/stores}/its-auth.d.ts +32 -14
- package/dist/lib/types/FieldMeta.d.ts +12 -0
- package/dist/{types → lib/types}/LoginUser.d.ts +3 -0
- package/dist/{types → lib/types}/UcsdConfig.d.ts +8 -3
- package/dist/main.d.ts +6 -0
- package/dist/pages/DashBoard.vue.d.ts +2 -0
- package/dist/pages/FixedPage.vue.d.ts +2 -0
- package/dist/pages/HomePage.vue.d.ts +2 -0
- package/dist/pages/TreeDemo.vue.d.ts +2 -0
- package/dist/pages/admin/AdminPage.vue.d.ts +2 -0
- package/dist/pages/customer/CustomerHome.vue.d.ts +2 -0
- package/dist/pages/customer/CustomerSearch.vue.d.ts +2 -0
- package/dist/pages/customer/SimpleForm.vue.d.ts +602 -0
- package/dist/pages/invoices/InvoiceHome.vue.d.ts +2 -0
- package/dist/plugins/index.d.ts +2 -0
- package/dist/plugins/vuetify.d.ts +85 -0
- package/dist/router/index.d.ts +2 -0
- package/dist/router/routes.d.ts +3 -0
- package/dist/stores/app.d.ts +48 -0
- package/dist/stores/index.d.ts +2 -0
- package/dist/ucsd-its-frontend.js +6161 -5627
- package/dist/ucsd-its-frontend.umd.cjs +279 -286
- package/package.json +3 -4
- package/dist/CommonRoutes.d.ts +0 -7
- package/dist/components/authorization/Login.vue.d.ts +0 -2
- package/dist/components/authorization/LoginSuccess.vue.d.ts +0 -2
- package/dist/components/authorization/Logout.vue.d.ts +0 -2
- package/dist/components/authorization/LogoutSuccess.vue.d.ts +0 -2
- package/dist/components/authorization/Unauthorized.vue.d.ts +0 -2
- package/dist/components/commons/ChangeHistory.vue.d.ts +0 -54
- package/dist/components/commons/ProgressDialog.vue.d.ts +0 -2
- package/dist/composables/auditLog.d.ts +0 -25
- package/dist/index.d.ts +0 -32
- package/dist/layouts/AppLayout.vue.d.ts +0 -2
- package/dist/layouts/DefaultLayout.vue.d.ts +0 -20
- package/dist/layouts/FixedLayout.vue.d.ts +0 -20
- package/dist/layouts/FloatingLayout.vue.d.ts +0 -2
- package/dist/layouts/TopLayout.vue.d.ts +0 -20
- package/dist/layouts/UcsdFooter.vue.d.ts +0 -2
- package/dist/layouts/UcsdHeader.vue.d.ts +0 -23
- package/dist/layouts/UserPanel.vue.d.ts +0 -2
- package/dist/layouts/menu/FloatMenu.vue.d.ts +0 -2
- package/dist/layouts/menu/TopMenu.vue.d.ts +0 -2
- /package/dist/{types → lib/types}/ApiError.d.ts +0 -0
- /package/dist/{types → lib/types}/TileRecord.d.ts +0 -0
- /package/dist/{types → lib/types}/audit.d.ts +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -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}.new-data{color:green}.title[data-v-9422f0eb]{font-size:14px;font-weight:700}.sub[data-v-9422f0eb]{line-height:14px;font-size:12px}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { UcsdConfig } from '../lib/types/UcsdConfig';
|
|
2
|
+
/**
|
|
3
|
+
* Configuration object for the UCSD Application.
|
|
4
|
+
*
|
|
5
|
+
* Provides details related to the application layout, menus, themes, and default settings.
|
|
6
|
+
* Supports nested menu structures and dynamic behaviors.
|
|
7
|
+
*
|
|
8
|
+
* @type {object}
|
|
9
|
+
* @property {string} defaultLayout - The default layout type for the application. Possible values include 'Floating' or other layout types defined in the application.
|
|
10
|
+
* @property {string} defaultPageHdr - The default page header text for the application.
|
|
11
|
+
* @property {string} defaultSubHdr - The default sub-header text for the application.
|
|
12
|
+
* @property {string} defaultTheme - The default theme for the application, e.g., 'dark'.
|
|
13
|
+
* @initCallback` (optional): A callback function invoked during initialization.
|
|
14
|
+
* @loginCallback` (optional): A callback function invoked after login.
|
|
15
|
+
* @property {TileRecord} rootMenu - The root-level menu configuration, containing metadata such as label, value, icon, etc.
|
|
16
|
+
* @property {Array.<TileRecord>} menus - A list of menu items and their hierarchies. Each menu item can have nested children, actions, links, icons, and dynamic behaviors.
|
|
17
|
+
*/
|
|
18
|
+
export declare const ucsdAppConfig: UcsdConfig;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Router } from 'vue-router';
|
|
2
|
+
export declare const CommonRoutes: {
|
|
3
|
+
path: string;
|
|
4
|
+
name: string;
|
|
5
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
}[];
|
|
7
|
+
export declare const registerGlobalGuards: (router: Router) => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TileRecord } from
|
|
2
|
-
declare const
|
|
1
|
+
import { TileRecord } from '../types/TileRecord';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
icon: {
|
|
4
4
|
type: StringConstructor;
|
|
5
5
|
required: true;
|
|
@@ -42,15 +42,19 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
42
42
|
isArray(arg: any): arg is any[];
|
|
43
43
|
readonly prototype: any[];
|
|
44
44
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
45
|
-
from<
|
|
46
|
-
from<
|
|
47
|
-
from<
|
|
48
|
-
of<
|
|
45
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
46
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
47
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
48
|
+
of<T>(...items: T[]): T[];
|
|
49
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
50
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
49
51
|
readonly [Symbol.species]: ArrayConstructor;
|
|
50
52
|
};
|
|
51
53
|
required: false;
|
|
52
54
|
};
|
|
53
|
-
}>, {}, {}, {}, {}, import(
|
|
55
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
56
|
+
linkClicked: (...args: any[]) => void;
|
|
57
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
54
58
|
icon: {
|
|
55
59
|
type: StringConstructor;
|
|
56
60
|
required: true;
|
|
@@ -93,10 +97,12 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
93
97
|
isArray(arg: any): arg is any[];
|
|
94
98
|
readonly prototype: any[];
|
|
95
99
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
96
|
-
from<
|
|
97
|
-
from<
|
|
98
|
-
from<
|
|
99
|
-
of<
|
|
100
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
101
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
102
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
103
|
+
of<T>(...items: T[]): T[];
|
|
104
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
105
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
100
106
|
readonly [Symbol.species]: ArrayConstructor;
|
|
101
107
|
};
|
|
102
108
|
required: false;
|
|
@@ -104,10 +110,10 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
104
110
|
}>> & Readonly<{
|
|
105
111
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
106
112
|
}>, {
|
|
113
|
+
label: string;
|
|
107
114
|
icon: string;
|
|
108
|
-
active: boolean;
|
|
109
115
|
badgeColor: string;
|
|
110
|
-
label: string;
|
|
111
116
|
disabled: boolean;
|
|
112
|
-
|
|
113
|
-
|
|
117
|
+
active: boolean;
|
|
118
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
119
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { AuditTimeLine } from '../../types/audit';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
auditTimeLine: {
|
|
4
|
+
type: {
|
|
5
|
+
(arrayLength: number): AuditTimeLine[];
|
|
6
|
+
(...items: AuditTimeLine[]): AuditTimeLine[];
|
|
7
|
+
new (arrayLength: number): AuditTimeLine[];
|
|
8
|
+
new (...items: AuditTimeLine[]): AuditTimeLine[];
|
|
9
|
+
isArray(arg: any): arg is any[];
|
|
10
|
+
readonly prototype: any[];
|
|
11
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
12
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
13
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
14
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
15
|
+
of<T>(...items: T[]): T[];
|
|
16
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
17
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
18
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
19
|
+
};
|
|
20
|
+
required: true;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
loadingHistory: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
required: false;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
29
|
+
auditTimeLine: {
|
|
30
|
+
type: {
|
|
31
|
+
(arrayLength: number): AuditTimeLine[];
|
|
32
|
+
(...items: AuditTimeLine[]): AuditTimeLine[];
|
|
33
|
+
new (arrayLength: number): AuditTimeLine[];
|
|
34
|
+
new (...items: AuditTimeLine[]): AuditTimeLine[];
|
|
35
|
+
isArray(arg: any): arg is any[];
|
|
36
|
+
readonly prototype: any[];
|
|
37
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
38
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
39
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
40
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
41
|
+
of<T>(...items: T[]): T[];
|
|
42
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
43
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
44
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
45
|
+
};
|
|
46
|
+
required: true;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
loadingHistory: {
|
|
50
|
+
type: BooleanConstructor;
|
|
51
|
+
required: false;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
}>> & Readonly<{}>, {
|
|
55
|
+
auditTimeLine: AuditTimeLine[];
|
|
56
|
+
loadingHistory: boolean;
|
|
57
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
58
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TileRecord } from
|
|
2
|
-
import { App } from
|
|
1
|
+
import { TileRecord } from '../types/TileRecord';
|
|
2
|
+
import { App } from 'vue';
|
|
3
3
|
/**
|
|
4
4
|
* useUcsdLayout is a composable function that defines and returns configuration and event mapping for a layout system.
|
|
5
5
|
* It provides objects to configure launcher tiles, toggle dock actions, and event handlers such as theme toggling.
|
|
@@ -15,5 +15,6 @@ export declare const useUcsdLayout: () => {
|
|
|
15
15
|
};
|
|
16
16
|
launcher: TileRecord;
|
|
17
17
|
toggleDock: TileRecord;
|
|
18
|
+
settings: TileRecord;
|
|
18
19
|
registerLayouts: (app: App<Element>) => void;
|
|
19
20
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { AxiosError } from
|
|
1
|
+
import { AxiosError } from 'axios';
|
|
2
|
+
import { FieldMeta } from '../../types/FieldMeta';
|
|
2
3
|
export declare const useUcsdAppUtils: () => {
|
|
3
4
|
deepClone: <T>(obj: Object, hash?: WeakMap<object, any>) => Object;
|
|
4
|
-
compareObjects: (obj1: any, obj2: any, path?: string) => any[];
|
|
5
|
+
compareObjects: (obj1: any, obj2: any, path?: string, deep?: boolean) => any[];
|
|
5
6
|
getLastPath: (str: string) => string | undefined;
|
|
6
|
-
ensure: <
|
|
7
|
+
ensure: <T>(argument: T | undefined | null, message?: string) => T & {};
|
|
7
8
|
parseDateAndSplit: (date: string) => {
|
|
8
9
|
date: string;
|
|
9
10
|
time: string;
|
|
@@ -12,4 +13,6 @@ export declare const useUcsdAppUtils: () => {
|
|
|
12
13
|
getBgColor: (input: string) => string;
|
|
13
14
|
handleApiError: (error: AxiosError) => string;
|
|
14
15
|
getRandomBase64URLString: (maxLength: number) => string;
|
|
16
|
+
wrapWithFieldMeta: (data: Record<string, any>) => Record<string, FieldMeta>;
|
|
17
|
+
reportError: (error: any, contextLabel: string) => void;
|
|
15
18
|
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { default as Login } from './components/authorization/Login.vue';
|
|
2
|
+
import { default as LoginSuccess } from './components/authorization/LoginSuccess.vue';
|
|
3
|
+
import { default as Logout } from './components/authorization/Logout.vue';
|
|
4
|
+
import { default as Unauthorized } from './components/authorization/Unauthorized.vue';
|
|
5
|
+
import { default as TileButton } from './components/TileButton.vue';
|
|
6
|
+
import { default as ChangeHistory } from './components/commons/ChangeHistory.vue';
|
|
7
|
+
import { default as ProgressDialog } from './components/commons/ProgressDialog.vue';
|
|
8
|
+
import { default as UcsdHeader } from './layouts/UcsdHeader.vue';
|
|
9
|
+
import { default as UcsdFooter } from './layouts/UcsdFooter.vue';
|
|
10
|
+
import { default as FixedLayout } from './layouts/FixedLayout.vue';
|
|
11
|
+
import { default as AppLayout } from './layouts/AppLayout.vue';
|
|
12
|
+
import { default as FloatingLayout } from './layouts/FloatingLayout.vue';
|
|
13
|
+
import { default as TopLayout } from './layouts/TopLayout.vue';
|
|
14
|
+
import { default as RailMenu } from './layouts/menu/RailMenu.vue';
|
|
15
|
+
import { default as TopMenu } from './layouts/menu/TopMenu.vue';
|
|
16
|
+
import { default as FloatMenu } from './layouts/menu/FloatMenu.vue';
|
|
17
|
+
import { default as DefaultLayout } from './layouts/DefaultLayout.vue';
|
|
18
|
+
import { default as UserPanel } from './layouts/UserPanel.vue';
|
|
19
|
+
import { default as UcsdPlugin } from './UcsdPlugin';
|
|
20
|
+
export { Login, LoginSuccess, Logout, Unauthorized, TileButton, ProgressDialog, ChangeHistory, UcsdHeader, UcsdFooter, FixedLayout, AppLayout, FloatingLayout, RailMenu, TopMenu, FloatMenu, DefaultLayout, TopLayout, UserPanel, UcsdPlugin };
|
|
21
|
+
export * from './types/ApiError';
|
|
22
|
+
export * from './types/audit';
|
|
23
|
+
export * from './types/LoginUser';
|
|
24
|
+
export * from './types/UcsdConfig';
|
|
25
|
+
export * from './types/TileRecord';
|
|
26
|
+
export * from './CommonRoutes';
|
|
27
|
+
export * from './composables/utils/ucsdAppUtils';
|
|
28
|
+
export * from './composables/layout';
|
|
29
|
+
export * from './stores/its-app';
|
|
30
|
+
export * from './stores/its-auth';
|
|
31
|
+
export * from './stores/its-audit';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
pageHeader: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
pageSubHeader: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: false;
|
|
18
|
+
};
|
|
19
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
pageHeader: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
required: false;
|
|
23
|
+
};
|
|
24
|
+
pageSubHeader: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: false;
|
|
27
|
+
};
|
|
28
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
pageHeader: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
pageSubHeader: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: false;
|
|
18
|
+
};
|
|
19
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
pageHeader: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
required: false;
|
|
23
|
+
};
|
|
24
|
+
pageSubHeader: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: false;
|
|
27
|
+
};
|
|
28
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
pageHeader: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
pageSubHeader: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: false;
|
|
18
|
+
};
|
|
19
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
pageHeader: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
required: false;
|
|
23
|
+
};
|
|
24
|
+
pageSubHeader: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: false;
|
|
27
|
+
};
|
|
28
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
menu?(_: {}): any;
|
|
5
|
+
subtitle?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12
|
+
headerTitle: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: any;
|
|
15
|
+
};
|
|
16
|
+
headerSubTitle: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: any;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
+
headerTitle: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: any;
|
|
24
|
+
};
|
|
25
|
+
headerSubTitle: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: any;
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{}>, {
|
|
30
|
+
headerTitle: string;
|
|
31
|
+
headerSubTitle: string;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
layout: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: false;
|
|
@@ -7,7 +7,9 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
7
7
|
type: BooleanConstructor;
|
|
8
8
|
required: false;
|
|
9
9
|
};
|
|
10
|
-
}>, {}, {}, {}, {}, import(
|
|
10
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
linkClicked: (...args: any[]) => void;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
13
|
layout: {
|
|
12
14
|
type: StringConstructor;
|
|
13
15
|
required: false;
|
|
@@ -20,5 +22,5 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
20
22
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
21
23
|
}>, {
|
|
22
24
|
toggleNav: boolean;
|
|
23
|
-
}, {}, {}, {}, string, import(
|
|
24
|
-
export default
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|