@diasro/ucsd-its-frontend 0.1.9 → 0.2.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/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 +2 -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 -69
- package/dist/{stores → lib/stores}/its-audit.d.ts +127 -15
- package/dist/{stores → lib/stores}/its-auth.d.ts +14 -14
- package/dist/lib/types/FieldMeta.d.ts +12 -0
- package/dist/{types → lib/types}/UcsdConfig.d.ts +3 -1
- 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 +6486 -6048
- 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/SettingsMenu.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}/LoginUser.d.ts +0 -0
- /package/dist/{types → lib/types}/TileRecord.d.ts +0 -0
- /package/dist/{types → lib/types}/audit.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diasro/ucsd-its-frontend",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Robert Dias <rdias@ucsd.edu>",
|
|
7
7
|
"description": "A UCSD shared component library for Vue 3. For UCSD use only",
|
|
@@ -47,11 +47,10 @@
|
|
|
47
47
|
"vuetify": "^3.10.6"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@diasro/ucsd-its-frontend": "file:.yalc/@diasro/ucsd-its-frontend",
|
|
51
50
|
"@primevue/themes": "^4.2.3",
|
|
52
51
|
"axios": "1.8.2",
|
|
53
52
|
"core-js": "^3.37.1",
|
|
54
|
-
"pinia": "^3.0.
|
|
53
|
+
"pinia": "^3.0.3",
|
|
55
54
|
"pinia-plugin-persistedstate": "^4.1.3",
|
|
56
55
|
"primeicons": "^7.0.0",
|
|
57
56
|
"primevue": "^4.2.3",
|
|
@@ -98,7 +97,7 @@
|
|
|
98
97
|
"typescript": "~5.7.2",
|
|
99
98
|
"typescript-eslint": "^8.16.0",
|
|
100
99
|
"vite": "^6.0.0",
|
|
101
|
-
"vite-plugin-dts": "^
|
|
100
|
+
"vite-plugin-dts": "^4.5.4",
|
|
102
101
|
"vite-plugin-vuetify": "^2.0.4",
|
|
103
102
|
"vue-tsc": "^2.2.0",
|
|
104
103
|
"vuetify": "^3.10.6"
|
package/dist/CommonRoutes.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
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,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,2 +0,0 @@
|
|
|
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,54 +0,0 @@
|
|
|
1
|
-
import { AuditTimeLine } from "../../types/audit";
|
|
2
|
-
declare const _sfc_main: 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_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
13
|
-
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
14
|
-
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
15
|
-
of<T_4>(...items: T_4[]): T_4[];
|
|
16
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
17
|
-
};
|
|
18
|
-
required: true;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
loadingHistory: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
required: false;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
-
auditTimeLine: {
|
|
28
|
-
type: {
|
|
29
|
-
(arrayLength: number): AuditTimeLine[];
|
|
30
|
-
(...items: AuditTimeLine[]): AuditTimeLine[];
|
|
31
|
-
new (arrayLength: number): AuditTimeLine[];
|
|
32
|
-
new (...items: AuditTimeLine[]): AuditTimeLine[];
|
|
33
|
-
isArray(arg: any): arg is any[];
|
|
34
|
-
readonly prototype: any[];
|
|
35
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
36
|
-
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
37
|
-
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
38
|
-
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
39
|
-
of<T_4>(...items: T_4[]): T_4[];
|
|
40
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
41
|
-
};
|
|
42
|
-
required: true;
|
|
43
|
-
default: string;
|
|
44
|
-
};
|
|
45
|
-
loadingHistory: {
|
|
46
|
-
type: BooleanConstructor;
|
|
47
|
-
required: false;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
}>> & Readonly<{}>, {
|
|
51
|
-
auditTimeLine: AuditTimeLine[];
|
|
52
|
-
loadingHistory: boolean;
|
|
53
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
54
|
-
export default _sfc_main;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Audit } from "../types/audit";
|
|
2
|
-
import { AuditTimeLine } from "../types/audit";
|
|
3
|
-
/**
|
|
4
|
-
* Hook that provides utility functions to track and commit changes to objects while recording audit logs.
|
|
5
|
-
*
|
|
6
|
-
* Functions:
|
|
7
|
-
* - `trackChanges(data, isNew)`: Tracks the initial state of an object for comparison.
|
|
8
|
-
* If the `isNew` flag is true, it resets the tracked data.
|
|
9
|
-
*
|
|
10
|
-
* - `commitChanges(data, audit, detailKeyIdentifier, actionType, propertyForNew)`: Records changes between the current state
|
|
11
|
-
* and the previously tracked state. It generates audit entries including old and new values, organized based on the action type
|
|
12
|
-
* ("new", "update", or "delete"). It also formats and sends audit data to the application's audit store.
|
|
13
|
-
*
|
|
14
|
-
* - `mapAuditToTimeLine(audits)`: Converts an array of audit data into a formatted timeline of events. Each event includes details
|
|
15
|
-
* like date, time, user information, event type, and associated differences.
|
|
16
|
-
*
|
|
17
|
-
* Usage:
|
|
18
|
-
* Use this hook to handle operations that require tracking changes for audit purposes, formatting audit data,
|
|
19
|
-
* and sending the respective logs to a centralized storage or service.
|
|
20
|
-
*/
|
|
21
|
-
export declare const useAuditLog: () => {
|
|
22
|
-
trackChanges: (data: any, isNew: boolean) => void;
|
|
23
|
-
commitChanges: (data: any, audit: Audit, detailKeyIdentifier: string, actionType: "delete" | "update" | "new", propertyForNew: Array<string>) => void;
|
|
24
|
-
mapAuditToTimeLine: (audits: Audit[]) => AuditTimeLine[];
|
|
25
|
-
};
|
package/dist/index.d.ts
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import Login from "./components/authorization/Login.vue";
|
|
2
|
-
import LoginSuccess from "./components/authorization/LoginSuccess.vue";
|
|
3
|
-
import Logout from "./components/authorization/Logout.vue";
|
|
4
|
-
import Unauthorized from "./components/authorization/Unauthorized.vue";
|
|
5
|
-
import TileButton from "./components/TileButton.vue";
|
|
6
|
-
import ChangeHistory from "./components/commons/ChangeHistory.vue";
|
|
7
|
-
import ProgressDialog from "./components/commons/ProgressDialog.vue";
|
|
8
|
-
import UcsdHeader from "./layouts/UcsdHeader.vue";
|
|
9
|
-
import UcsdFooter from "./layouts/UcsdFooter.vue";
|
|
10
|
-
import FixedLayout from "./layouts/FixedLayout.vue";
|
|
11
|
-
import AppLayout from "./layouts/AppLayout.vue";
|
|
12
|
-
import FloatingLayout from "./layouts/FloatingLayout.vue";
|
|
13
|
-
import TopLayout from "./layouts/TopLayout.vue";
|
|
14
|
-
import RailMenu from "./layouts/menu/RailMenu.vue";
|
|
15
|
-
import TopMenu from "./layouts/menu/TopMenu.vue";
|
|
16
|
-
import FloatMenu from "./layouts/menu/FloatMenu.vue";
|
|
17
|
-
import DefaultLayout from "./layouts/DefaultLayout.vue";
|
|
18
|
-
import UserPanel from "./layouts/UserPanel.vue";
|
|
19
|
-
import 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/auditLog";
|
|
29
|
-
export * from "./composables/layout";
|
|
30
|
-
export * from "./stores/its-app";
|
|
31
|
-
export * from "./stores/its-auth";
|
|
32
|
-
export * from "./stores/its-audit";
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
pageHeader: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: false;
|
|
5
|
-
};
|
|
6
|
-
pageSubHeader: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
required: false;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
pageHeader: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
required: false;
|
|
14
|
-
};
|
|
15
|
-
pageSubHeader: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
required: false;
|
|
18
|
-
};
|
|
19
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
-
export default _sfc_main;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
pageHeader: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: false;
|
|
5
|
-
};
|
|
6
|
-
pageSubHeader: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
required: false;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
pageHeader: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
required: false;
|
|
14
|
-
};
|
|
15
|
-
pageSubHeader: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
required: false;
|
|
18
|
-
};
|
|
19
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
-
export default _sfc_main;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
pageHeader: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: false;
|
|
5
|
-
};
|
|
6
|
-
pageSubHeader: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
required: false;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
pageHeader: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
required: false;
|
|
14
|
-
};
|
|
15
|
-
pageSubHeader: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
required: false;
|
|
18
|
-
};
|
|
19
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
-
export default _sfc_main;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
headerTitle: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: any;
|
|
5
|
-
};
|
|
6
|
-
headerSubTitle: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: any;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
headerTitle: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: any;
|
|
14
|
-
};
|
|
15
|
-
headerSubTitle: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: any;
|
|
18
|
-
};
|
|
19
|
-
}>> & Readonly<{}>, {
|
|
20
|
-
headerTitle: string;
|
|
21
|
-
headerSubTitle: string;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
-
export default _sfc_main;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|