xyvcard-itsmsys 0.0.9 → 0.0.10
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/dts/App.vue.d.ts +2 -0
- package/dts/api/dict.d.ts +15 -0
- package/dts/api/index.d.ts +13 -0
- package/dts/api/itsm-sys-org/index.d.ts +17 -0
- package/dts/api/itsm-sys-org/types.d.ts +85 -0
- package/dts/api/itsm-sys-org-invoice/index.d.ts +14 -0
- package/dts/api/itsm-sys-org-invoice/types.d.ts +53 -0
- package/dts/api/itsm-sys-user-ext/index.d.ts +14 -0
- package/dts/api/itsm-sys-user-ext/types.d.ts +91 -0
- package/dts/components/TMaps/index.vue.d.ts +20 -0
- package/dts/constant.d.ts +33 -0
- package/dts/index.d.ts +12 -0
- package/dts/lang/index.d.ts +1 -0
- package/dts/lang/itsmsys/en.d.ts +73 -0
- package/dts/lang/itsmsys/zh-cn.d.ts +139 -0
- package/dts/main.d.ts +4 -0
- package/dts/permission.d.ts +1 -0
- package/dts/router/index.d.ts +12 -0
- package/dts/utils/TMap.d.ts +1 -0
- package/dts/utils/common.d.ts +1 -0
- package/dts/utils/momentPlugin.d.ts +5 -0
- package/dts/views/itsmsys/itsm-sys-gov/edit.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-gov/index.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-gov/info.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-org/edit.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-org/index.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-org/info.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-org-invoice/edit.vue.d.ts +22 -0
- package/dts/views/itsmsys/itsm-sys-org-invoice/index.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-out/edit.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-out/index.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-out/info.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-user-man/edit.vue.d.ts +22 -0
- package/dts/views/itsmsys/itsm-sys-user-man/index.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-user-man/info.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-user-ops/edit.vue.d.ts +22 -0
- package/dts/views/itsmsys/itsm-sys-user-ops/index.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-user-ops/info.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-user-out/edit.vue.d.ts +22 -0
- package/dts/views/itsmsys/itsm-sys-user-out/index.vue.d.ts +2 -0
- package/dts/views/itsmsys/itsm-sys-user-out/info.vue.d.ts +2 -0
- package/package.json +2 -2
package/dts/App.vue.d.ts
ADDED
|
@@ -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,15 @@
|
|
|
1
|
+
import { BizLayDict, type Entry, type LayEntry, BizDict } from "jmash-core";
|
|
2
|
+
import type { SysOrgModel } from "./itsm-sys-org/types";
|
|
3
|
+
export declare class CustomBizDict {
|
|
4
|
+
values: import("vue").Reactive<Entry[]>;
|
|
5
|
+
query: any;
|
|
6
|
+
constructor(results: any, query: any);
|
|
7
|
+
getValue(key: string): string;
|
|
8
|
+
}
|
|
9
|
+
export declare class ParentIdBizDict extends BizLayDict {
|
|
10
|
+
useValues(): Promise<LayEntry[]>;
|
|
11
|
+
convertToLayEntryArray(dictLayEntries: SysOrgModel[]): LayEntry[];
|
|
12
|
+
}
|
|
13
|
+
export declare class SysOrgBizDict extends BizDict {
|
|
14
|
+
useValues(): Promise<Entry[]>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EnumDict } from "jmash-core";
|
|
2
|
+
import { CustomBizDict, ParentIdBizDict, SysOrgBizDict } from "./dict";
|
|
3
|
+
export declare class Dict {
|
|
4
|
+
static readonly hasStatusDict: CustomBizDict;
|
|
5
|
+
static readonly invoiceTypeDictEnum: EnumDict;
|
|
6
|
+
static readonly parentIdBizDict: ParentIdBizDict;
|
|
7
|
+
static readonly jobStatusDictEnum: EnumDict;
|
|
8
|
+
static readonly engineeJobModeDictEnum: EnumDict;
|
|
9
|
+
static readonly genderDict: EnumDict;
|
|
10
|
+
static readonly engineeTypeDictEnum: EnumDict;
|
|
11
|
+
static readonly sysOrgBizDict: SysOrgBizDict;
|
|
12
|
+
static readonly sysOutBizDict: SysOrgBizDict;
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { AxiosPromise } from "axios";
|
|
2
|
+
import type { SysOrgApi, SysOrgReq, SysOrgModel, SysOrgPage, SysOrgList, SysOrgKey, SysOrgCreateReq, SysOrgUpdateReq } from "./types";
|
|
3
|
+
declare class SysOrgApiImpl implements SysOrgApi {
|
|
4
|
+
getKey(model: SysOrgModel): SysOrgKey;
|
|
5
|
+
findPage(query?: SysOrgReq): AxiosPromise<SysOrgPage>;
|
|
6
|
+
findList(query?: SysOrgReq): AxiosPromise<SysOrgList>;
|
|
7
|
+
findOutSourceList(query?: SysOrgReq): AxiosPromise<SysOrgList>;
|
|
8
|
+
findById(query: SysOrgKey): AxiosPromise<SysOrgModel>;
|
|
9
|
+
create(data: SysOrgCreateReq): AxiosPromise<SysOrgModel>;
|
|
10
|
+
update(data: SysOrgUpdateReq): AxiosPromise<SysOrgModel>;
|
|
11
|
+
enable(key: SysOrgKey, enable: boolean): AxiosPromise<boolean>;
|
|
12
|
+
delete(query: SysOrgKey): AxiosPromise<SysOrgModel>;
|
|
13
|
+
batchDelete(keys: SysOrgKey[]): AxiosPromise<number>;
|
|
14
|
+
move(key: SysOrgKey, up: boolean): AxiosPromise<boolean>;
|
|
15
|
+
}
|
|
16
|
+
declare const sysOrgApi: SysOrgApiImpl;
|
|
17
|
+
export { sysOrgApi };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import type { EntityApi, EntityReq, EntityModel, EntityList, EntityPage, EntityTotal, EntityKey, EntityKeyList, EntityCreateReq, EntityUpdateReq } from "jmash-core";
|
|
2
|
+
export interface SysOrgApi extends EntityApi {
|
|
3
|
+
}
|
|
4
|
+
export interface SysOrgReq extends EntityReq {
|
|
5
|
+
likeOrgName?: string;
|
|
6
|
+
status?: boolean;
|
|
7
|
+
hasStatus?: boolean;
|
|
8
|
+
orgType?: string;
|
|
9
|
+
hasOrgType?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface SysOrgModel extends EntityModel {
|
|
12
|
+
orgId?: string;
|
|
13
|
+
orgName?: string;
|
|
14
|
+
orgType?: string;
|
|
15
|
+
address?: string;
|
|
16
|
+
geoLongitude?: string;
|
|
17
|
+
geoLatitude?: string;
|
|
18
|
+
contactPerson?: string;
|
|
19
|
+
contactPersonPosi?: string;
|
|
20
|
+
contactPersonMobile?: string;
|
|
21
|
+
contactPersonMobileIns?: string;
|
|
22
|
+
mobileEncrypt?: boolean;
|
|
23
|
+
contactPersonTel?: string;
|
|
24
|
+
status?: string;
|
|
25
|
+
parentId?: string;
|
|
26
|
+
children?: SysOrgModel[];
|
|
27
|
+
}
|
|
28
|
+
export interface SysOrgList extends EntityList {
|
|
29
|
+
results: Array<SysOrgModel>;
|
|
30
|
+
}
|
|
31
|
+
export interface SysOrgPage extends EntityPage {
|
|
32
|
+
results: Array<SysOrgModel>;
|
|
33
|
+
subTotalDto: SysOrgModelTotal;
|
|
34
|
+
totalDto: SysOrgModelTotal;
|
|
35
|
+
}
|
|
36
|
+
export interface SysOrgModelTotal extends EntityTotal {
|
|
37
|
+
totalSize: number;
|
|
38
|
+
}
|
|
39
|
+
export interface SysOrgKey extends EntityKey {
|
|
40
|
+
tenant?: string;
|
|
41
|
+
orgId?: string;
|
|
42
|
+
}
|
|
43
|
+
export interface SysOrgKeyList extends EntityKeyList {
|
|
44
|
+
tenant?: string;
|
|
45
|
+
orgId?: Array<string>;
|
|
46
|
+
}
|
|
47
|
+
export interface SysOrgCreateReq extends EntityCreateReq {
|
|
48
|
+
orgId?: string;
|
|
49
|
+
orgName?: string;
|
|
50
|
+
orgType?: string;
|
|
51
|
+
address?: string;
|
|
52
|
+
geoLongitude?: string;
|
|
53
|
+
geoLatitude?: string;
|
|
54
|
+
contactPerson?: string;
|
|
55
|
+
contactPersonPosi?: string;
|
|
56
|
+
contactPersonMobile?: string;
|
|
57
|
+
contactPersonTel?: string;
|
|
58
|
+
status?: boolean;
|
|
59
|
+
parentId?: string;
|
|
60
|
+
}
|
|
61
|
+
export interface SysOrgUpdateReq extends EntityUpdateReq {
|
|
62
|
+
orgId?: string;
|
|
63
|
+
orgName?: string;
|
|
64
|
+
orgType?: string;
|
|
65
|
+
address?: string;
|
|
66
|
+
geoLongitude?: string;
|
|
67
|
+
geoLatitude?: string;
|
|
68
|
+
contactPerson?: string;
|
|
69
|
+
contactPersonPosi?: string;
|
|
70
|
+
contactPersonMobile?: string;
|
|
71
|
+
contactPersonTel?: string;
|
|
72
|
+
status?: boolean;
|
|
73
|
+
parentId?: string;
|
|
74
|
+
}
|
|
75
|
+
export type SysOrgFormReq = SysOrgCreateReq | SysOrgUpdateReq;
|
|
76
|
+
export interface SysOrgEnableKey {
|
|
77
|
+
tenant?: string;
|
|
78
|
+
orgId?: string;
|
|
79
|
+
enable?: boolean;
|
|
80
|
+
}
|
|
81
|
+
export interface SysOrgMoveKey {
|
|
82
|
+
tenant?: string;
|
|
83
|
+
orgId?: string;
|
|
84
|
+
up?: boolean;
|
|
85
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { AxiosPromise } from "axios";
|
|
2
|
+
import type { SysOrgInvoiceApi, SysOrgInvoiceReq, SysOrgInvoiceModel, SysOrgInvoicePage, SysOrgInvoiceList, SysOrgInvoiceKey, SysOrgInvoiceCreateReq, SysOrgInvoiceUpdateReq } from "./types";
|
|
3
|
+
declare class SysOrgInvoiceApiImpl implements SysOrgInvoiceApi {
|
|
4
|
+
getKey(model: SysOrgInvoiceModel): SysOrgInvoiceKey;
|
|
5
|
+
findPage(query?: SysOrgInvoiceReq): AxiosPromise<SysOrgInvoicePage>;
|
|
6
|
+
findList(query?: SysOrgInvoiceReq): AxiosPromise<SysOrgInvoiceList>;
|
|
7
|
+
findById(query: SysOrgInvoiceKey): AxiosPromise<SysOrgInvoiceModel>;
|
|
8
|
+
create(data: SysOrgInvoiceCreateReq): AxiosPromise<SysOrgInvoiceModel>;
|
|
9
|
+
update(data: SysOrgInvoiceUpdateReq): AxiosPromise<SysOrgInvoiceModel>;
|
|
10
|
+
delete(query: SysOrgInvoiceKey): AxiosPromise<SysOrgInvoiceModel>;
|
|
11
|
+
batchDelete(keys: SysOrgInvoiceKey[]): AxiosPromise<number>;
|
|
12
|
+
}
|
|
13
|
+
declare const sysOrgInvoiceApi: SysOrgInvoiceApiImpl;
|
|
14
|
+
export { sysOrgInvoiceApi };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { EntityApi, EntityReq, EntityModel, EntityList, EntityPage, EntityTotal, EntityKey, EntityCreateReq, EntityUpdateReq, EntityKeyList } from "jmash-core";
|
|
2
|
+
export interface SysOrgInvoiceApi extends EntityApi {
|
|
3
|
+
}
|
|
4
|
+
export interface SysOrgInvoiceReq extends EntityReq {
|
|
5
|
+
orgId?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface SysOrgInvoiceModel extends EntityModel {
|
|
8
|
+
invoiceId?: string;
|
|
9
|
+
orgId?: string;
|
|
10
|
+
invoiceType?: string;
|
|
11
|
+
invoiceTitle?: string;
|
|
12
|
+
taxNumber?: string;
|
|
13
|
+
bankName?: string;
|
|
14
|
+
backNumber?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface SysOrgInvoiceList extends EntityList {
|
|
17
|
+
results: Array<SysOrgInvoiceModel>;
|
|
18
|
+
}
|
|
19
|
+
export interface SysOrgInvoicePage extends EntityPage {
|
|
20
|
+
results: Array<SysOrgInvoiceModel>;
|
|
21
|
+
subTotalDto: SysOrgInvoiceModelTotal;
|
|
22
|
+
totalDto: SysOrgInvoiceModelTotal;
|
|
23
|
+
}
|
|
24
|
+
export interface SysOrgInvoiceModelTotal extends EntityTotal {
|
|
25
|
+
totalSize: number;
|
|
26
|
+
}
|
|
27
|
+
export interface SysOrgInvoiceKey extends EntityKey {
|
|
28
|
+
tenant?: string;
|
|
29
|
+
invoiceId?: string;
|
|
30
|
+
}
|
|
31
|
+
export interface SysOrgInvoiceKeyList extends EntityKeyList {
|
|
32
|
+
tenant?: string;
|
|
33
|
+
invoiceId?: Array<string>;
|
|
34
|
+
}
|
|
35
|
+
export interface SysOrgInvoiceCreateReq extends EntityCreateReq {
|
|
36
|
+
invoiceId?: string;
|
|
37
|
+
orgId?: string;
|
|
38
|
+
invoiceType?: string;
|
|
39
|
+
invoiceTitle?: string;
|
|
40
|
+
taxNumber?: string;
|
|
41
|
+
bankName?: string;
|
|
42
|
+
backNumber?: string;
|
|
43
|
+
}
|
|
44
|
+
export interface SysOrgInvoiceUpdateReq extends EntityUpdateReq {
|
|
45
|
+
invoiceId?: string;
|
|
46
|
+
orgId?: string;
|
|
47
|
+
invoiceType?: string;
|
|
48
|
+
invoiceTitle?: string;
|
|
49
|
+
taxNumber?: string;
|
|
50
|
+
bankName?: string;
|
|
51
|
+
backNumber?: string;
|
|
52
|
+
}
|
|
53
|
+
export type SysOrgInvoiceFormReq = SysOrgInvoiceCreateReq | SysOrgInvoiceUpdateReq;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { AxiosPromise } from "axios";
|
|
2
|
+
import type { SysUserExtApi, SysUserExtReq, SysUserExtModel, SysUserExtPage, SysUserExtList, SysUserExtKey, SysUserExtCreateReq, SysUserExtUpdateReq } from "./types";
|
|
3
|
+
declare class SysUserExtApiImpl implements SysUserExtApi {
|
|
4
|
+
getKey(model: SysUserExtModel): SysUserExtKey;
|
|
5
|
+
findPage(query?: SysUserExtReq): AxiosPromise<SysUserExtPage>;
|
|
6
|
+
findList(query?: SysUserExtReq): AxiosPromise<SysUserExtList>;
|
|
7
|
+
findById(query: SysUserExtKey): AxiosPromise<SysUserExtModel>;
|
|
8
|
+
create(data: SysUserExtCreateReq): AxiosPromise<SysUserExtModel>;
|
|
9
|
+
update(data: SysUserExtUpdateReq): AxiosPromise<SysUserExtModel>;
|
|
10
|
+
delete(query: SysUserExtKey): AxiosPromise<SysUserExtModel>;
|
|
11
|
+
batchDelete(keys: SysUserExtKey[]): AxiosPromise<number>;
|
|
12
|
+
}
|
|
13
|
+
declare const sysUserExtApi: SysUserExtApiImpl;
|
|
14
|
+
export { sysUserExtApi };
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import type { EntityApi, EntityReq, EntityModel, EntityList, EntityPage, EntityTotal, EntityKey, EntityKeyList, EntityCreateReq, EntityUpdateReq } from "jmash-core";
|
|
2
|
+
export interface SysUserExtApi extends EntityApi {
|
|
3
|
+
}
|
|
4
|
+
export interface SysUserExtReq extends EntityReq {
|
|
5
|
+
userType?: string;
|
|
6
|
+
hasUserType?: boolean;
|
|
7
|
+
jobStatus?: string;
|
|
8
|
+
hasJobStatus?: boolean;
|
|
9
|
+
engineeJobMode?: string;
|
|
10
|
+
hasEngineeJobMode?: boolean;
|
|
11
|
+
likeUserName?: string;
|
|
12
|
+
orgId?: string;
|
|
13
|
+
}
|
|
14
|
+
export interface SysUserExtModel extends EntityModel {
|
|
15
|
+
userId?: string;
|
|
16
|
+
realName?: string;
|
|
17
|
+
gender?: string;
|
|
18
|
+
mobilePhone?: string;
|
|
19
|
+
mobilePhoneIns?: string;
|
|
20
|
+
email?: string;
|
|
21
|
+
emailIns?: string;
|
|
22
|
+
deptId?: string;
|
|
23
|
+
jobId?: string;
|
|
24
|
+
userType?: string;
|
|
25
|
+
jobStatus?: string;
|
|
26
|
+
engineeType?: string;
|
|
27
|
+
engineeSpecialty?: string;
|
|
28
|
+
engineeJobMode?: string;
|
|
29
|
+
idNo?: string;
|
|
30
|
+
idNoIns?: string;
|
|
31
|
+
orgId?: string;
|
|
32
|
+
userPassword?: string;
|
|
33
|
+
avatar?: string;
|
|
34
|
+
userCreateTime?: string;
|
|
35
|
+
}
|
|
36
|
+
export interface SysUserExtList extends EntityList {
|
|
37
|
+
results: Array<SysUserExtModel>;
|
|
38
|
+
}
|
|
39
|
+
export interface SysUserExtPage extends EntityPage {
|
|
40
|
+
results: Array<SysUserExtModel>;
|
|
41
|
+
subTotalDto: SysUserExtModelTotal;
|
|
42
|
+
totalDto: SysUserExtModelTotal;
|
|
43
|
+
}
|
|
44
|
+
export interface SysUserExtModelTotal extends EntityTotal {
|
|
45
|
+
totalSize: number;
|
|
46
|
+
}
|
|
47
|
+
export interface SysUserExtKey extends EntityKey {
|
|
48
|
+
tenant?: string;
|
|
49
|
+
userId?: string;
|
|
50
|
+
}
|
|
51
|
+
export interface SysUserExtKeyList extends EntityKeyList {
|
|
52
|
+
tenant?: string;
|
|
53
|
+
userId?: Array<string>;
|
|
54
|
+
}
|
|
55
|
+
export interface SysUserExtCreateReq extends EntityCreateReq {
|
|
56
|
+
userId?: string;
|
|
57
|
+
realName?: string;
|
|
58
|
+
gender?: string;
|
|
59
|
+
mobilePhone?: string;
|
|
60
|
+
email?: string;
|
|
61
|
+
emailIns?: string;
|
|
62
|
+
deptId?: string;
|
|
63
|
+
jobId?: string;
|
|
64
|
+
userType?: string;
|
|
65
|
+
jobStatus?: string;
|
|
66
|
+
engineeType?: string;
|
|
67
|
+
engineeSpecialty?: string;
|
|
68
|
+
idNo?: string;
|
|
69
|
+
engineeJobMode?: string;
|
|
70
|
+
orgId?: string;
|
|
71
|
+
userPassword?: string;
|
|
72
|
+
}
|
|
73
|
+
export interface SysUserExtUpdateReq extends EntityUpdateReq {
|
|
74
|
+
userId?: string;
|
|
75
|
+
realName?: string;
|
|
76
|
+
gender?: string;
|
|
77
|
+
mobilePhone?: string;
|
|
78
|
+
email?: string;
|
|
79
|
+
emailIns?: string;
|
|
80
|
+
deptId?: string;
|
|
81
|
+
jobId?: string;
|
|
82
|
+
userType?: string;
|
|
83
|
+
jobStatus?: string;
|
|
84
|
+
engineeType?: string;
|
|
85
|
+
engineeSpecialty?: string;
|
|
86
|
+
idNo?: string;
|
|
87
|
+
engineeJobMode?: string;
|
|
88
|
+
orgId?: string;
|
|
89
|
+
userPassword?: string;
|
|
90
|
+
}
|
|
91
|
+
export type SysUserExtFormReq = SysUserExtCreateReq | SysUserExtUpdateReq;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
address: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
getAddress: (...args: any[]) => void;
|
|
8
|
+
getLatLng: (...args: any[]) => void;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
|
+
address: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{
|
|
15
|
+
onGetAddress?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
onGetLatLng?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
address: string;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export declare class Constant {
|
|
2
|
+
static readonly MODULE_RBAC = "rbac";
|
|
3
|
+
static readonly MODULE_ITSMSYS = "itsmsys";
|
|
4
|
+
static readonly HAS_STATUS: globalThis.Ref<{
|
|
5
|
+
key: boolean;
|
|
6
|
+
value: string;
|
|
7
|
+
}[], {
|
|
8
|
+
key: boolean;
|
|
9
|
+
value: string;
|
|
10
|
+
}[] | {
|
|
11
|
+
key: boolean;
|
|
12
|
+
value: string;
|
|
13
|
+
}[]>;
|
|
14
|
+
static readonly ENUM_INVOICE_TYPE = "xyvcard.itsmsys.protobuf.InvoiceType";
|
|
15
|
+
static readonly ENUM_JOB_ATATUS = "xyvcard.itsmsys.protobuf.SysUserJobStatus";
|
|
16
|
+
static readonly ENUM_ENGINEE_JOB_MODE = "xyvcard.itsmsys.protobuf.SysUserJobMode";
|
|
17
|
+
static readonly ENUM_GENDER = "jmash.protobuf.Gender";
|
|
18
|
+
static readonly ENUM_ENGINEE_TYPE = "xyvcard.itsmsys.protobuf.SysEngineeType";
|
|
19
|
+
static readonly orgType: {
|
|
20
|
+
cloud: string;
|
|
21
|
+
hall: string;
|
|
22
|
+
outsource: string;
|
|
23
|
+
};
|
|
24
|
+
static readonly jobStatus: {
|
|
25
|
+
working: string;
|
|
26
|
+
leave: string;
|
|
27
|
+
};
|
|
28
|
+
static readonly userType: {
|
|
29
|
+
companyManager: string;
|
|
30
|
+
companyOps: string;
|
|
31
|
+
outsourceOps: string;
|
|
32
|
+
};
|
|
33
|
+
}
|
package/dts/index.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { App } from "vue";
|
|
2
|
+
import "./styles/index.scss";
|
|
3
|
+
import "element-plus/dist/index.css";
|
|
4
|
+
export { sysOrgApi } from "@/api/itsm-sys-org/index";
|
|
5
|
+
export type { SysOrgReq, SysOrgModel } from "@/api/itsm-sys-org/types";
|
|
6
|
+
export { sysUserExtApi } from "@/api/itsm-sys-user-ext/index";
|
|
7
|
+
export type { SysUserExtReq, SysUserExtModel, } from "@/api/itsm-sys-user-ext/types";
|
|
8
|
+
export type { Constant } from "@/constant";
|
|
9
|
+
declare const itsmsys: {
|
|
10
|
+
install(app: App): void;
|
|
11
|
+
};
|
|
12
|
+
export default itsmsys;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function loadLang(i18n: any): void;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
sysFiles: {
|
|
3
|
+
name: string;
|
|
4
|
+
filesId: string;
|
|
5
|
+
fileId: string;
|
|
6
|
+
fileName: string;
|
|
7
|
+
fileType: string;
|
|
8
|
+
filePath: string;
|
|
9
|
+
fileSize: string;
|
|
10
|
+
fileExt: string;
|
|
11
|
+
fileWidth: string;
|
|
12
|
+
fileHeight: string;
|
|
13
|
+
intro: string;
|
|
14
|
+
fileLocation: string;
|
|
15
|
+
geoLongitude: string;
|
|
16
|
+
geoLatitude: string;
|
|
17
|
+
geoAccuracy: string;
|
|
18
|
+
geoAltitude: string;
|
|
19
|
+
geoAltitudeAccracy: string;
|
|
20
|
+
actionId: string;
|
|
21
|
+
orderBy: string;
|
|
22
|
+
};
|
|
23
|
+
sysOrg: {
|
|
24
|
+
name: string;
|
|
25
|
+
orgId: string;
|
|
26
|
+
orgName: string;
|
|
27
|
+
shortName: string;
|
|
28
|
+
orgType: string;
|
|
29
|
+
creditCode: string;
|
|
30
|
+
creditCodeImg: string;
|
|
31
|
+
address: string;
|
|
32
|
+
geoLongitude: string;
|
|
33
|
+
geoLatitude: string;
|
|
34
|
+
legalPerson: string;
|
|
35
|
+
legalPersonMobile: string;
|
|
36
|
+
legalPersonMobileIns: string;
|
|
37
|
+
contactPerson: string;
|
|
38
|
+
contactPersonPosi: string;
|
|
39
|
+
contactPersonMobile: string;
|
|
40
|
+
contactPersonMobileIns: string;
|
|
41
|
+
contactPersonTel: string;
|
|
42
|
+
contactPersonNote: string;
|
|
43
|
+
status: string;
|
|
44
|
+
parentId: string;
|
|
45
|
+
depth: string;
|
|
46
|
+
orderBy: string;
|
|
47
|
+
};
|
|
48
|
+
sysOrgInvoice: {
|
|
49
|
+
name: string;
|
|
50
|
+
invoiceId: string;
|
|
51
|
+
orgId: string;
|
|
52
|
+
invoiceType: string;
|
|
53
|
+
invoiceTitle: string;
|
|
54
|
+
taxNumber: string;
|
|
55
|
+
bankName: string;
|
|
56
|
+
backNumber: string;
|
|
57
|
+
address: string;
|
|
58
|
+
mobile: string;
|
|
59
|
+
mobileIns: string;
|
|
60
|
+
};
|
|
61
|
+
sysUserExt: {
|
|
62
|
+
name: string;
|
|
63
|
+
userId: string;
|
|
64
|
+
orgId: string;
|
|
65
|
+
userType: string;
|
|
66
|
+
idNo: string;
|
|
67
|
+
idNoIns: string;
|
|
68
|
+
jobStatus: string;
|
|
69
|
+
engineeType: string;
|
|
70
|
+
engineeSpecialty: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
export default _default;
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
sysOrg: {
|
|
3
|
+
contactPerson: string;
|
|
4
|
+
contactPersonRequired: string;
|
|
5
|
+
status: string;
|
|
6
|
+
statusRequired: string;
|
|
7
|
+
orgName: string;
|
|
8
|
+
orgNameRequired: string;
|
|
9
|
+
address: string;
|
|
10
|
+
addressRequired: string;
|
|
11
|
+
geoLongitude: string;
|
|
12
|
+
geoLatitude: string;
|
|
13
|
+
contactPersonPosi: string;
|
|
14
|
+
contactPersonPosiRequired: string;
|
|
15
|
+
contactPersonMobile: string;
|
|
16
|
+
contactPersonMobileRequired: string;
|
|
17
|
+
mobileRequired: string;
|
|
18
|
+
mobileRequireds: string;
|
|
19
|
+
contactPersonTel: string;
|
|
20
|
+
contactPersonTels: string;
|
|
21
|
+
};
|
|
22
|
+
sysOrgInvoice: {
|
|
23
|
+
invoiceType: string;
|
|
24
|
+
invoiceTypeRequired: string;
|
|
25
|
+
invoiceTitle: string;
|
|
26
|
+
invoiceTitleRequired: string;
|
|
27
|
+
taxNumber: string;
|
|
28
|
+
taxNumberRequired: string;
|
|
29
|
+
bankName: string;
|
|
30
|
+
bankNameRequired: string;
|
|
31
|
+
backNumber: string;
|
|
32
|
+
backNumberRequired: string;
|
|
33
|
+
backNumberLengthRequired: string;
|
|
34
|
+
};
|
|
35
|
+
sysGov: {
|
|
36
|
+
parentId: string;
|
|
37
|
+
parentIdRequired: string;
|
|
38
|
+
orderBy: string;
|
|
39
|
+
contactPerson: string;
|
|
40
|
+
contactPersonRequired: string;
|
|
41
|
+
status: string;
|
|
42
|
+
statusRequired: string;
|
|
43
|
+
orgName: string;
|
|
44
|
+
orgNameRequired: string;
|
|
45
|
+
address: string;
|
|
46
|
+
addressRequired: string;
|
|
47
|
+
geoLongitude: string;
|
|
48
|
+
geoLatitude: string;
|
|
49
|
+
contactPersonPosi: string;
|
|
50
|
+
contactPersonPosiRequired: string;
|
|
51
|
+
contactPersonMobile: string;
|
|
52
|
+
contactPersonMobileRequired: string;
|
|
53
|
+
mobileRequired: string;
|
|
54
|
+
mobileRequireds: string;
|
|
55
|
+
contactPersonTel: string;
|
|
56
|
+
contactPersonTels: string;
|
|
57
|
+
};
|
|
58
|
+
sysOut: {
|
|
59
|
+
contactPerson: string;
|
|
60
|
+
contactPersonRequired: string;
|
|
61
|
+
status: string;
|
|
62
|
+
statusRequired: string;
|
|
63
|
+
orgName: string;
|
|
64
|
+
orgNameRequired: string;
|
|
65
|
+
address: string;
|
|
66
|
+
addressRequired: string;
|
|
67
|
+
geoLongitude: string;
|
|
68
|
+
geoLatitude: string;
|
|
69
|
+
contactPersonPosi: string;
|
|
70
|
+
contactPersonPosiRequired: string;
|
|
71
|
+
contactPersonMobile: string;
|
|
72
|
+
contactPersonMobileRequired: string;
|
|
73
|
+
mobileRequired: string;
|
|
74
|
+
mobileRequireds: string;
|
|
75
|
+
contactPersonTel: string;
|
|
76
|
+
contactPersonTels: string;
|
|
77
|
+
};
|
|
78
|
+
sysUserMan: {
|
|
79
|
+
realName: string;
|
|
80
|
+
realNameRequired: string;
|
|
81
|
+
mobilePhone: string;
|
|
82
|
+
mobilePhoneRequired: string;
|
|
83
|
+
mobilePhoneRequireds: string;
|
|
84
|
+
email: string;
|
|
85
|
+
emailRequired: string;
|
|
86
|
+
emailRequireds: string;
|
|
87
|
+
gender: string;
|
|
88
|
+
genderRequired: string;
|
|
89
|
+
jobStatus: string;
|
|
90
|
+
jobStatusRequired: string;
|
|
91
|
+
deptId: string;
|
|
92
|
+
deptIdRequired: string;
|
|
93
|
+
jobId: string;
|
|
94
|
+
jobIdRequired: string;
|
|
95
|
+
idNo: string;
|
|
96
|
+
idNoRequired: string;
|
|
97
|
+
idNoLengthRequired: string;
|
|
98
|
+
orgId: string;
|
|
99
|
+
orgIdRequired: string;
|
|
100
|
+
orgIds: string;
|
|
101
|
+
userPassword: string;
|
|
102
|
+
userPasswordRequired: string;
|
|
103
|
+
randomPwd: string;
|
|
104
|
+
userCreateTime: string;
|
|
105
|
+
};
|
|
106
|
+
sysUserOps: {
|
|
107
|
+
realName: string;
|
|
108
|
+
realNameRequired: string;
|
|
109
|
+
engineeType: string;
|
|
110
|
+
engineeTypeRequired: string;
|
|
111
|
+
jobStatus: string;
|
|
112
|
+
jobStatusRequired: string;
|
|
113
|
+
engineeJobMode: string;
|
|
114
|
+
engineeJobModeRequired: string;
|
|
115
|
+
mobilePhone: string;
|
|
116
|
+
mobilePhoneRequired: string;
|
|
117
|
+
mobilePhoneRequireds: string;
|
|
118
|
+
email: string;
|
|
119
|
+
emailRequired: string;
|
|
120
|
+
emailRequireds: string;
|
|
121
|
+
gender: string;
|
|
122
|
+
genderRequired: string;
|
|
123
|
+
group: string;
|
|
124
|
+
groupRequired: string;
|
|
125
|
+
idNo: string;
|
|
126
|
+
idNoRequired: string;
|
|
127
|
+
idNoLengthRequired: string;
|
|
128
|
+
engineeSpecialty: string;
|
|
129
|
+
engineeSpecialtyRequired: string;
|
|
130
|
+
orgId: string;
|
|
131
|
+
orgIdRequired: string;
|
|
132
|
+
orgIds: string;
|
|
133
|
+
userPassword: string;
|
|
134
|
+
userPasswordRequired: string;
|
|
135
|
+
randomPwd: string;
|
|
136
|
+
userCreateTime: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
export default _default;
|
package/dts/main.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "nprogress/nprogress.css";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { RouteRecordRaw } from "vue-router";
|
|
2
|
+
export declare const sysOrgEdit: () => Promise<typeof import("@/views/itsmsys/itsm-sys-org/edit.vue")>;
|
|
3
|
+
export declare const orgInfoPage: () => Promise<typeof import("@/views/itsmsys/itsm-sys-org/info.vue")>;
|
|
4
|
+
export declare const sysGovEdit: () => Promise<typeof import("@/views/itsmsys/itsm-sys-gov/edit.vue")>;
|
|
5
|
+
export declare const govInfoPage: () => Promise<typeof import("@/views/itsmsys/itsm-sys-gov/info.vue")>;
|
|
6
|
+
export declare const sysOutEdit: () => Promise<typeof import("@/views/itsmsys/itsm-sys-out/edit.vue")>;
|
|
7
|
+
export declare const outInfoPage: () => Promise<typeof import("@/views/itsmsys/itsm-sys-out/info.vue")>;
|
|
8
|
+
export declare const userManInfoPage: () => Promise<typeof import("@/views/itsmsys/itsm-sys-user-man/info.vue")>;
|
|
9
|
+
export declare const userOpsInfoPage: () => Promise<typeof import("@/views/itsmsys/itsm-sys-user-ops/info.vue")>;
|
|
10
|
+
export declare const userOutInfoPage: () => Promise<typeof import("@/views/itsmsys/itsm-sys-user-out/info.vue")>;
|
|
11
|
+
declare const constantRoutes: RouteRecordRaw[];
|
|
12
|
+
export default constantRoutes;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function loadScript(): Promise<unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function generateRandomKey(): string;
|
|
@@ -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,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,22 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { SysOrgInvoiceKey } from "@/api/itsm-sys-org-invoice/types";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
modelValue: PropType<boolean>;
|
|
5
|
+
entityKey: {
|
|
6
|
+
type: PropType<SysOrgInvoiceKey>;
|
|
7
|
+
default: () => void;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
refresh: (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
modelValue: PropType<boolean>;
|
|
13
|
+
entityKey: {
|
|
14
|
+
type: PropType<SysOrgInvoiceKey>;
|
|
15
|
+
default: () => void;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
entityKey: SysOrgInvoiceKey;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
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,22 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { SysUserExtKey } from "@/api/itsm-sys-user-ext/types";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
modelValue: PropType<boolean>;
|
|
5
|
+
entityKey: {
|
|
6
|
+
type: PropType<SysUserExtKey>;
|
|
7
|
+
default: () => void;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
refresh: (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
modelValue: PropType<boolean>;
|
|
13
|
+
entityKey: {
|
|
14
|
+
type: PropType<SysUserExtKey>;
|
|
15
|
+
default: () => void;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
entityKey: SysUserExtKey;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
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,22 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { SysUserExtKey } from "@/api/itsm-sys-user-ext/types";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
modelValue: PropType<boolean>;
|
|
5
|
+
entityKey: {
|
|
6
|
+
type: PropType<SysUserExtKey>;
|
|
7
|
+
default: () => void;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
refresh: (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
modelValue: PropType<boolean>;
|
|
13
|
+
entityKey: {
|
|
14
|
+
type: PropType<SysUserExtKey>;
|
|
15
|
+
default: () => void;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
entityKey: SysUserExtKey;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
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,22 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { SysUserExtKey } from "@/api/itsm-sys-user-ext/types";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
modelValue: PropType<boolean>;
|
|
5
|
+
entityKey: {
|
|
6
|
+
type: PropType<SysUserExtKey>;
|
|
7
|
+
default: () => void;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
refresh: (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
modelValue: PropType<boolean>;
|
|
13
|
+
entityKey: {
|
|
14
|
+
type: PropType<SysUserExtKey>;
|
|
15
|
+
default: () => void;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
entityKey: SysUserExtKey;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
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;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xyvcard-itsmsys",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dts/index.d.ts",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist",
|
|
9
|
-
"dts
|
|
9
|
+
"dts"
|
|
10
10
|
],
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"axios": "^1.7.7",
|