@okiss/oms 0.0.28 → 0.0.29
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 +925 -921
- package/dist/index.es.js.map +1 -1
- package/dist/types/App.d.ts +1 -1
- package/dist/types/components/PageLoad.d.ts +1 -1
- package/dist/types/components/RightMenu.d.ts +1 -1
- package/dist/types/components/VTree.d.ts +1 -1
- package/dist/types/components/report/NumberPanel.d.ts +1 -1
- package/dist/types/scaffold/dashboard.d.ts +1 -1
- package/dist/types/scaffold/login.d.ts +1 -1
- package/package.json +24 -26
package/dist/types/App.d.ts
CHANGED
|
@@ -120,5 +120,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
120
120
|
};
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
123
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
124
124
|
export default _default;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
}, {
|
|
18
18
|
env(): any;
|
|
19
19
|
setting(): any;
|
|
20
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
20
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
schemaHandler: {
|
|
22
22
|
type: FunctionConstructor;
|
|
23
23
|
default: (val: any, project: string) => any;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
};
|
|
18
18
|
}, unknown, unknown, {}, {
|
|
19
19
|
onclick(callback: any): void;
|
|
20
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
20
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
status: {
|
|
22
22
|
type: BooleanConstructor;
|
|
23
23
|
default: boolean;
|
|
@@ -73,7 +73,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
allowDrap(draggingNode: any): true;
|
|
74
74
|
allowDrop(draggingNode: any, dropNode: any, type: any): boolean;
|
|
75
75
|
handleDragEnd(draggingNode: any, dropNode: any, dropType: any, ev: any): void;
|
|
76
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
76
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
77
77
|
treeApi: {
|
|
78
78
|
type: StringConstructor;
|
|
79
79
|
default: string;
|
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
type: ArrayConstructor;
|
|
4
4
|
default: (_: any) => never[];
|
|
5
5
|
};
|
|
6
|
-
}, unknown, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
6
|
+
}, unknown, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
dataList: {
|
|
8
8
|
type: ArrayConstructor;
|
|
9
9
|
default: (_: any) => never[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, () => custom, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, () => custom, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -10,5 +10,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
10
10
|
login: () => void;
|
|
11
11
|
loginType: import("vue").Ref<any>;
|
|
12
12
|
changLoginChannel: () => void;
|
|
13
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
14
14
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,61 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@okiss/oms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.29",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "cross-env pkg=oms vite --config ../../build/dev.config.ts",
|
|
6
6
|
"build": "cross-env pkg=oms vite build --config ../../build/lib.config.ts",
|
|
7
7
|
"release": "pnpm build && cross-env pkg=oms node ../../build/release.js"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@element-plus/icons-vue": "^2.0.
|
|
10
|
+
"@element-plus/icons-vue": "^2.0.10",
|
|
11
11
|
"@okiss/utils": "latest",
|
|
12
12
|
"@okiss/vbtf": "latest",
|
|
13
|
-
"@vueuse/core": "^9.
|
|
14
|
-
"axios": "^
|
|
15
|
-
"dayjs": "^1.11.
|
|
16
|
-
"echarts": "^5.
|
|
17
|
-
"element-plus": "2.2.
|
|
13
|
+
"@vueuse/core": "^9.5.0",
|
|
14
|
+
"axios": "^1.1.3",
|
|
15
|
+
"dayjs": "^1.11.6",
|
|
16
|
+
"echarts": "^5.4.0",
|
|
17
|
+
"element-plus": "2.2.21",
|
|
18
18
|
"file-saver": "^2.0.5",
|
|
19
19
|
"inputmask": "^5.0.7",
|
|
20
20
|
"js-cookie": "^3.0.1",
|
|
21
21
|
"lodash": "^4.17.21",
|
|
22
22
|
"mitt": "^3.0.0",
|
|
23
23
|
"mockjs": "^1.1.0",
|
|
24
|
-
"monaco-editor": "^0.34.
|
|
24
|
+
"monaco-editor": "^0.34.1",
|
|
25
25
|
"normalize.css": "^8.0.1",
|
|
26
26
|
"nprogress": "^0.2.0",
|
|
27
27
|
"path-to-regexp": "^6.2.1",
|
|
28
28
|
"qs": "^6.11.0",
|
|
29
29
|
"sortablejs": "^1.15.0",
|
|
30
|
-
"vue": "^3.2.
|
|
31
|
-
"vue-router": "^4.1.
|
|
30
|
+
"vue": "^3.2.45",
|
|
31
|
+
"vue-router": "^4.1.6",
|
|
32
32
|
"vue3-markdown-it": "^1.0.10",
|
|
33
33
|
"vuedraggable": "^4.0.3",
|
|
34
|
-
"vuex": "^4.0
|
|
34
|
+
"vuex": "^4.1.0",
|
|
35
35
|
"xlsx": "^0.18.5"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@vitejs/plugin-vue": "^3.0
|
|
39
|
-
"@vitejs/plugin-vue-jsx": "^2.
|
|
40
|
-
"@vue/compiler-sfc": "^3.2.
|
|
41
|
-
"eslint": "^8.
|
|
42
|
-
"eslint-plugin-vue": "^9.
|
|
38
|
+
"@vitejs/plugin-vue": "^3.2.0",
|
|
39
|
+
"@vitejs/plugin-vue-jsx": "^2.1.1",
|
|
40
|
+
"@vue/compiler-sfc": "^3.2.45",
|
|
41
|
+
"eslint": "^8.27.0",
|
|
42
|
+
"eslint-plugin-vue": "^9.7.0",
|
|
43
43
|
"only-allow": "^1.1.1",
|
|
44
44
|
"rollup-plugin-cdn": "^0.1.2",
|
|
45
45
|
"rollup-plugin-copy": "^3.4.0",
|
|
46
|
-
"rollup-plugin-typescript2": "^0.
|
|
47
|
-
"rollup-plugin-visualizer": "^5.
|
|
48
|
-
"sass": "^1.
|
|
49
|
-
"typescript": "^4.
|
|
46
|
+
"rollup-plugin-typescript2": "^0.34.1",
|
|
47
|
+
"rollup-plugin-visualizer": "^5.8.3",
|
|
48
|
+
"sass": "^1.56.1",
|
|
49
|
+
"typescript": "^4.8.4",
|
|
50
50
|
"unplugin-auto-import": "^0.11",
|
|
51
|
-
"unplugin-vue-components": "^0.22.
|
|
52
|
-
"vite": "^3.
|
|
53
|
-
"vite-plugin-dts": "^1.
|
|
51
|
+
"unplugin-vue-components": "^0.22.9",
|
|
52
|
+
"vite": "^3.2.3",
|
|
53
|
+
"vite-plugin-dts": "^1.7.0",
|
|
54
54
|
"vite-plugin-monaco-editor-nls": "^2.0.2",
|
|
55
|
-
"vite-plugin-optimize-persist": "^0.1.2",
|
|
56
|
-
"vite-plugin-package-config": "^0.1.1",
|
|
57
55
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
58
|
-
"vite-svg-loader": "^3.
|
|
56
|
+
"vite-svg-loader": "^3.6.0",
|
|
59
57
|
"vue-global-api": "^0.4.1"
|
|
60
58
|
},
|
|
61
59
|
"files": [
|