@okiss/oms 0.0.64 → 0.0.65
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/index.es.js +647 -647
- package/dist/index.es.js.map +1 -1
- package/dist/types/App.vue.d.ts +1 -1
- package/dist/types/components/PageLoad.vue.d.ts +31 -4
- package/dist/types/components/RightMenu.vue.d.ts +4 -4
- package/dist/types/components/VLoading.vue.d.ts +1 -1
- package/dist/types/components/VTree.vue.d.ts +513 -4
- package/dist/types/components/notice/VNotice.vue.d.ts +4 -4
- package/dist/types/components/report/NumberPanel.vue.d.ts +4 -4
- package/dist/types/components/report/index.vue.d.ts +4 -4
- package/dist/types/scaffold/404.vue.d.ts +1 -1
- package/dist/types/scaffold/EmptyRole.vue.d.ts +1 -1
- package/dist/types/scaffold/container.vue.d.ts +1 -1
- package/dist/types/scaffold/custom.vue.d.ts +1 -1
- package/dist/types/scaffold/dashboard.vue.d.ts +1 -1
- package/dist/types/scaffold/devtool/DevLayout.vue.d.ts +8 -12
- package/dist/types/scaffold/devtool/formBuilder/index.vue.d.ts +704 -4
- package/dist/types/scaffold/devtool/tableBuilder/index.vue.d.ts +1640 -4
- package/dist/types/scaffold/form.vue.d.ts +1 -1
- package/dist/types/scaffold/layout/components/AppMain.vue.d.ts +1 -1
- package/dist/types/scaffold/layout/components/Breadcrumb/index.vue.d.ts +1 -1
- package/dist/types/scaffold/layout/components/Hamburger/index.vue.d.ts +5 -5
- package/dist/types/scaffold/layout/components/Navbar.vue.d.ts +3109 -1
- package/dist/types/scaffold/layout/components/PageEditor.vue.d.ts +3045 -3
- package/dist/types/scaffold/layout/components/PageScheam.vue.d.ts +5 -3
- package/dist/types/scaffold/layout/components/Sidebar/Link.vue.d.ts +4 -4
- package/dist/types/scaffold/layout/components/Sidebar/Logo.vue.d.ts +3 -3
- package/dist/types/scaffold/layout/components/Sidebar/MenuContent.vue.d.ts +4 -4
- package/dist/types/scaffold/layout/components/Sidebar/SearchMenuItem.vue.d.ts +1 -1
- package/dist/types/scaffold/layout/components/Sidebar/SidebarItem.vue.d.ts +61 -5
- package/dist/types/scaffold/layout/index.vue.d.ts +1 -1
- package/dist/types/scaffold/login.vue.d.ts +1 -1
- package/dist/types/scaffold/report.vue.d.ts +1 -1
- package/dist/types/scaffold/table.vue.d.ts +1 -1
- package/dist/types/scaffold/tree.vue.d.ts +1 -1
- package/package.json +6 -6
- package/dist/types/scaffold/layout/components/Sidebar/index.vue.d.ts +0 -18
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
show: globalThis.Ref<boolean>;
|
|
3
|
-
key: globalThis.Ref<number>;
|
|
2
|
+
show: globalThis.Ref<boolean, boolean>;
|
|
3
|
+
key: globalThis.Ref<number, number>;
|
|
4
4
|
direction: string;
|
|
5
5
|
pageSchema: globalThis.ComputedRef<any>;
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
7
|
+
JsonView: any;
|
|
8
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
9
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
to: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
type: BooleanConstructor;
|
|
8
8
|
required: false;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}>, {}, {}, {}, {
|
|
11
11
|
compType(url: any): "router-link" | "a";
|
|
12
12
|
linkProps(url: any): {
|
|
13
13
|
is: string;
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
type: BooleanConstructor;
|
|
32
32
|
required: false;
|
|
33
33
|
};
|
|
34
|
-
}
|
|
34
|
+
}>> & Readonly<{}>, {
|
|
35
35
|
newTab: boolean;
|
|
36
|
-
}, {}>;
|
|
36
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
37
37
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
collapse: {
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {
|
|
7
7
|
title(): any;
|
|
8
8
|
logo(): any;
|
|
9
9
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -11,5 +11,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
meta: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
default: () => {
|
|
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
title: string;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
10
|
meta: {
|
|
11
11
|
type: ObjectConstructor;
|
|
12
12
|
default: () => {
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
title: string;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
-
}
|
|
17
|
+
}>> & Readonly<{}>, {
|
|
18
18
|
meta: Record<string, any>;
|
|
19
|
-
}, {}>;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
@@ -5,5 +5,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
5
5
|
readonly deep?: number | undefined;
|
|
6
6
|
readonly groups?: unknown[] | undefined;
|
|
7
7
|
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
item: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: true;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {}, {}, {}, {
|
|
15
15
|
itemClick(): void;
|
|
16
|
-
getTo(child: any):
|
|
16
|
+
getTo(child: any): string;
|
|
17
17
|
}, {
|
|
18
18
|
computed: {
|
|
19
19
|
device(): any;
|
|
@@ -35,8 +35,64 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
type: StringConstructor;
|
|
36
36
|
default: string;
|
|
37
37
|
};
|
|
38
|
-
}
|
|
38
|
+
}>> & Readonly<{}>, {
|
|
39
39
|
to: string;
|
|
40
40
|
isNest: boolean;
|
|
41
|
-
}, {}
|
|
41
|
+
}, {}, {
|
|
42
|
+
AppLink: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
43
|
+
to: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
newTab: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
required: false;
|
|
50
|
+
};
|
|
51
|
+
}>, {}, {}, {}, {
|
|
52
|
+
compType(url: any): "router-link" | "a";
|
|
53
|
+
linkProps(url: any): {
|
|
54
|
+
is: string;
|
|
55
|
+
href: any;
|
|
56
|
+
target: string;
|
|
57
|
+
rel: string;
|
|
58
|
+
to?: undefined;
|
|
59
|
+
} | {
|
|
60
|
+
is: string;
|
|
61
|
+
to: any;
|
|
62
|
+
href?: undefined;
|
|
63
|
+
target?: undefined;
|
|
64
|
+
rel?: undefined;
|
|
65
|
+
};
|
|
66
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
67
|
+
to: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
required: true;
|
|
70
|
+
};
|
|
71
|
+
newTab: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
required: false;
|
|
74
|
+
};
|
|
75
|
+
}>> & Readonly<{}>, {
|
|
76
|
+
newTab: boolean;
|
|
77
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
78
|
+
MenuContent: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
79
|
+
meta: {
|
|
80
|
+
type: ObjectConstructor;
|
|
81
|
+
default: () => {
|
|
82
|
+
icon: string;
|
|
83
|
+
title: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
87
|
+
meta: {
|
|
88
|
+
type: ObjectConstructor;
|
|
89
|
+
default: () => {
|
|
90
|
+
icon: string;
|
|
91
|
+
title: string;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
}>> & Readonly<{}>, {
|
|
95
|
+
meta: Record<string, any>;
|
|
96
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
97
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
98
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
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
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
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
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
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
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
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
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
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
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@okiss/oms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.65",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@element-plus/icons-vue": "^2.3.1",
|
|
6
6
|
"@okiss/utils": "latest",
|
|
7
7
|
"@okiss/vbtf": "latest",
|
|
8
|
-
"@vueuse/core": "^11.0
|
|
8
|
+
"@vueuse/core": "^11.1.0",
|
|
9
9
|
"axios": "^1.7.7",
|
|
10
10
|
"crypto-js": "^4.2.0",
|
|
11
11
|
"dayjs": "^1.11.13",
|
|
12
|
-
"element-plus": "2.8.
|
|
12
|
+
"element-plus": "2.8.3",
|
|
13
13
|
"js-cookie": "^3.0.5",
|
|
14
14
|
"lodash": "^4.17.21",
|
|
15
15
|
"mitt": "^3.0.1",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"monaco-editor": "^0.51.0",
|
|
18
18
|
"normalize.css": "^8.0.1",
|
|
19
19
|
"nprogress": "^0.2.0",
|
|
20
|
-
"path-to-regexp": "^8.
|
|
20
|
+
"path-to-regexp": "^8.1.0",
|
|
21
21
|
"qs": "^6.13.0",
|
|
22
|
-
"vue": "^3.
|
|
23
|
-
"vue-router": "^4.4.
|
|
22
|
+
"vue": "^3.5.6",
|
|
23
|
+
"vue-router": "^4.4.5",
|
|
24
24
|
"vue3-markdown-it": "^1.0.10",
|
|
25
25
|
"vuedraggable": "^4.0.3",
|
|
26
26
|
"vuex": "^4.1.0"
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {
|
|
2
|
-
routes(): any[];
|
|
3
|
-
activeMenu(): string;
|
|
4
|
-
showLogo(): any;
|
|
5
|
-
variables(): {
|
|
6
|
-
menuBg: string;
|
|
7
|
-
menuText: string;
|
|
8
|
-
menuActiveText: string;
|
|
9
|
-
};
|
|
10
|
-
isCollapse(): boolean;
|
|
11
|
-
sidebar: import("vuex").Computed;
|
|
12
|
-
remoteRouter: import("vuex").Computed;
|
|
13
|
-
customRouter: import("vuex").Computed;
|
|
14
|
-
}, {
|
|
15
|
-
showActive(): void;
|
|
16
|
-
filterRoute(arr: any): any;
|
|
17
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
|
18
|
-
export default _default;
|