ss-component-new 1.3.699 → 1.3.701
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/JSEncrypt-B36c1iN5.js +1983 -0
- package/dist/MTLLoader-DC5Di-ql.js +657 -0
- package/dist/URDFLoader-BqfNCQLH.js +2299 -0
- package/dist/animationData-BNQm3jIu.js +83 -0
- package/dist/array-BXz16Xf3.js +1045 -0
- package/dist/clone-Dp_gc9ll.js +8 -0
- package/dist/config.js +1 -1
- package/dist/eleIcon-qStmsM1q.js +29 -0
- package/dist/fileUtil-UOt_otFo.js +20 -0
- package/dist/iconfont-B2Moc_Mi.js +1026 -0
- package/dist/icons/svg/functionList.svg +1 -0
- package/dist/icons/svg/method.svg +1 -0
- package/dist/index-11kpzK0A.js +209 -0
- package/dist/index-B0H3C7WG.js +103 -0
- package/dist/index-B3OyTnhN.js +119 -0
- package/dist/{index-BKK_dL6t.js → index-BHtNKL1L.js} +1 -1
- package/dist/index-Bbwy0rRx.js +411 -0
- package/dist/index-BbyrFzEO.js +93 -0
- package/dist/index-Bk_HGMFV.js +20578 -0
- package/dist/index-BooO2Bml.js +78 -0
- package/dist/index-BpgixwCC.js +83 -0
- package/dist/index-Bw3sTXPI.js +8993 -0
- package/dist/index-Bz8vSCfN.js +84 -0
- package/dist/index-CAm10a_p.js +107 -0
- package/dist/index-CGVmScXF.js +470 -0
- package/dist/index-CGi0g-VN.js +627 -0
- package/dist/index-CTD1ZbEQ.js +873 -0
- package/dist/index-CV_jQDcg.js +9 -0
- package/dist/index-CWOXvFfD.js +44 -0
- package/dist/{index-BKoAuSBh.js → index-ChNfRlIP.js} +18 -223
- package/dist/index-Ch_Lf81f.js +63004 -0
- package/dist/index-CjsQSzV6.js +572 -0
- package/dist/index-Ck_oTi7E.js +25297 -0
- package/dist/index-CydXQbtX.js +622 -0
- package/dist/index-DAJxL40d.js +55 -0
- package/dist/index-DBsEVMiM.js +201 -0
- package/dist/index-DG4hoOWt.js +665 -0
- package/dist/index-DUbk5m5P.js +99 -0
- package/dist/index-Ds6m_4JJ.js +28500 -0
- package/dist/index-DupTchhl.js +1000 -0
- package/dist/index-DyCq_odP.js +331 -0
- package/dist/index-DynGQqC3.js +93 -0
- package/dist/index-UB_oCdlo.js +62 -0
- package/dist/index-YjBTGOkO.js +61 -0
- package/dist/index-ib1DMe8v.js +98 -0
- package/dist/index-jbOjjV0j.js +447 -0
- package/dist/index-ke-XsSa7.js +30 -0
- package/dist/index-lPVVum78.js +48 -0
- package/dist/index-rlStojTL.js +52 -0
- package/dist/index-uF-ibwG0.js +9 -0
- package/dist/{index-DzkvwqGK.js → index.vue_vue_type_style_index_0_scoped_05e3a1d8_lang-D9DRZPyb.js} +113595 -105662
- package/dist/isString-0ZglyOfu.js +8 -0
- package/dist/localIcon-D5UoFBU5.js +76 -0
- package/dist/main-1uytY6Nj.js +502 -0
- package/dist/menuIndex-BB0uVPRX.js +159 -0
- package/dist/request-1RPa2bBn.js +9048 -0
- package/dist/ss-component.css +8 -2
- package/dist/ss-component.js +64 -28
- package/dist/ss-component2.js +75 -15
- package/dist/ss-component3.js +1 -1
- package/dist/threeModel-BEmaHjYZ.js +1109 -0
- package/dist/threePreview-D7ncVQLV.js +2810 -0
- package/dist/threeSceneView-ClvW-1FZ.js +1290 -0
- package/dist/threeSceneViewForCPMPIP-D7zwZFBW.js +539 -0
- package/dist/threeTrackPathView-VySiazeH.js +620 -0
- package/dist/threeViewerHost-sD-GHVTI.js +233 -0
- package/dist/urdfTree-B-7DfE39.js +254 -0
- package/dist/workpieceTreePanel-DB06G34P.js +559 -0
- package/package.json +6 -8
- package/public/config.js +1 -1
- package/public/icons/svg/functionList.svg +1 -0
- package/public/icons/svg/method.svg +1 -0
- package/dist/index-BqyJXXmI.js +0 -213
- package/dist/index-CTEz1Xq6.js +0 -182
- package/dist/index-CrIVk8ml.js +0 -1044
- package/dist/index-D1ebCzlM.js +0 -50
- package/dist/menu-ZnhLgjWw.js +0 -5218
- package/dist/origin-Bs605dr-.js +0 -11468
- /package/dist/icons/svg/{update.svg → Update.svg} +0 -0
- /package/dist/icons/svg/{table-close.svg → tableClose.svg} +0 -0
- /package/dist/icons/svg/{table-expand.svg → tableExpand.svg} +0 -0
- /package/public/icons/svg/{update.svg → Update.svg} +0 -0
- /package/public/icons/svg/{table-close.svg → tableClose.svg} +0 -0
- /package/public/icons/svg/{table-expand.svg → tableExpand.svg} +0 -0
package/dist/ss-component.js
CHANGED
|
@@ -1,38 +1,74 @@
|
|
|
1
|
-
import { defineAsyncComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
};
|
|
10
|
-
const
|
|
11
|
-
|
|
1
|
+
import { defineAsyncComponent as o } from "vue";
|
|
2
|
+
import "./index.vue_vue_type_style_index_0_scoped_05e3a1d8_lang-D9DRZPyb.js";
|
|
3
|
+
import { S as k } from "./index-BHtNKL1L.js";
|
|
4
|
+
import { u as C } from "./index-Bw3sTXPI.js";
|
|
5
|
+
import "./index-Ds6m_4JJ.js";
|
|
6
|
+
/* empty css */
|
|
7
|
+
import "./request-1RPa2bBn.js";
|
|
8
|
+
import u from "./ss-component2.js";
|
|
9
|
+
import { t as g, c as T, b as P } from "./index-ChNfRlIP.js";
|
|
10
|
+
const n = o(() => import("./main-1uytY6Nj.js"));
|
|
11
|
+
n.install = (t) => {
|
|
12
|
+
t.component("ssComponent", n);
|
|
13
|
+
};
|
|
14
|
+
const s = o(() => import("./index-Ck_oTi7E.js").then((t) => t.t));
|
|
15
|
+
s.install = (t) => {
|
|
16
|
+
t.component("ssTab", s);
|
|
17
|
+
};
|
|
18
|
+
const r = o(() => import("./index-CGVmScXF.js").then((t) => t.i));
|
|
19
|
+
r.install = (t) => {
|
|
20
|
+
t.component("ssMenu", r);
|
|
21
|
+
};
|
|
22
|
+
const m = o(() => import("./index-DBsEVMiM.js"));
|
|
23
|
+
m.install = (t) => {
|
|
24
|
+
t.component("ssMenuComponent", m);
|
|
25
|
+
};
|
|
26
|
+
const i = o(() => import("./index-Bz8vSCfN.js"));
|
|
27
|
+
i.install = (t) => {
|
|
28
|
+
t.component("ssCanvas", i);
|
|
29
|
+
};
|
|
30
|
+
const c = o(() => import("./index-rlStojTL.js"));
|
|
31
|
+
c.install = (t) => {
|
|
32
|
+
t.component("ssFold", c);
|
|
33
|
+
};
|
|
34
|
+
const a = o(() => import("./index-Bbwy0rRx.js").then((t) => t.i));
|
|
35
|
+
a.install = (t) => {
|
|
36
|
+
t.component("ssAvatar", a);
|
|
37
|
+
};
|
|
38
|
+
const l = o(() => import("./threeModel-BEmaHjYZ.js"));
|
|
39
|
+
l.install = (t) => {
|
|
40
|
+
t.component("ssThree", l);
|
|
41
|
+
};
|
|
42
|
+
const p = o(() => import("./threeViewerHost-sD-GHVTI.js").then((t) => t.t));
|
|
43
|
+
p.install = (t) => {
|
|
44
|
+
t.component("threeViewerHost", p);
|
|
45
|
+
};
|
|
46
|
+
const f = C(), d = [n, s, r, m, i, c, a, l, p], V = (t) => {
|
|
47
|
+
d.forEach((e) => {
|
|
12
48
|
t.use(e);
|
|
13
|
-
}), t.use(
|
|
14
|
-
},
|
|
49
|
+
}), t.use(u), t.config.globalProperties.$router = u;
|
|
50
|
+
}, b = (t) => {
|
|
15
51
|
switch (t) {
|
|
16
52
|
case "browser":
|
|
17
|
-
return
|
|
53
|
+
return P;
|
|
18
54
|
case "client":
|
|
19
|
-
return
|
|
55
|
+
return T;
|
|
20
56
|
case "three":
|
|
21
|
-
return
|
|
57
|
+
return g;
|
|
22
58
|
}
|
|
23
|
-
},
|
|
59
|
+
}, v = (t) => {
|
|
24
60
|
const e = document.documentElement;
|
|
25
|
-
t == null || t.forEach((
|
|
26
|
-
e.style.setProperty(
|
|
61
|
+
t == null || t.forEach((h) => {
|
|
62
|
+
e.style.setProperty(h.name, h.value);
|
|
27
63
|
});
|
|
28
|
-
},
|
|
29
|
-
|
|
30
|
-
const e =
|
|
31
|
-
|
|
32
|
-
},
|
|
64
|
+
}, w = (t) => {
|
|
65
|
+
f.setPlatform(t);
|
|
66
|
+
const e = b(t);
|
|
67
|
+
v(e);
|
|
68
|
+
}, I = { getPlatform: f.getPlatform, setPlatform: f.setPlatform, initPlatform: w };
|
|
33
69
|
export {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
70
|
+
k as SvgIcon,
|
|
71
|
+
V as default,
|
|
72
|
+
I as platformApi,
|
|
73
|
+
u as router
|
|
38
74
|
};
|
package/dist/ss-component2.js
CHANGED
|
@@ -1,23 +1,48 @@
|
|
|
1
|
-
import { createRouter as
|
|
2
|
-
const
|
|
1
|
+
import { createRouter as t, createWebHashHistory as e } from "vue-router";
|
|
2
|
+
const a = [
|
|
3
|
+
{
|
|
4
|
+
path: "/tenant",
|
|
5
|
+
name: "Tenant",
|
|
6
|
+
component: async () => import("./index-DUbk5m5P.js")
|
|
7
|
+
},
|
|
3
8
|
{
|
|
4
9
|
path: "/login",
|
|
5
10
|
name: "Login",
|
|
6
|
-
component: async () => import("./index-
|
|
11
|
+
component: async () => import("./index-DupTchhl.js")
|
|
7
12
|
},
|
|
8
13
|
{
|
|
9
14
|
path: "/",
|
|
10
15
|
name: "Model",
|
|
11
|
-
component: async () => import("./index-
|
|
16
|
+
component: async () => import("./index-Bk_HGMFV.js"),
|
|
12
17
|
// component: async ()=>import('@/components/views/model/component/main.vue'),
|
|
13
18
|
// component: async ()=>import('@/components/views/canvas/index.vue'),
|
|
14
19
|
// component: async ()=>import('@/components/views/test/index.vue'),
|
|
15
20
|
children: [
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
+
{
|
|
22
|
+
path: "系统配置/站内信",
|
|
23
|
+
name: "Message",
|
|
24
|
+
component: async () => import("./index-CV_jQDcg.js")
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
path: "系统配置/自动生成",
|
|
28
|
+
name: "Automatic",
|
|
29
|
+
component: async () => import("./index-uF-ibwG0.js")
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
path: "平台管理/菜单管理",
|
|
33
|
+
name: "Menu",
|
|
34
|
+
component: async () => import("./index-B3OyTnhN.js")
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
path: "平台管理/主菜单管理",
|
|
38
|
+
name: "MainMenu",
|
|
39
|
+
component: async () => import("./index-ib1DMe8v.js")
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
path: "系统管理/个人中心",
|
|
43
|
+
name: "PersonalCenter",
|
|
44
|
+
component: async () => import("./index-DynGQqC3.js")
|
|
45
|
+
},
|
|
21
46
|
// {
|
|
22
47
|
// path: '系统管理/职位管理',
|
|
23
48
|
// name: 'Post',
|
|
@@ -38,6 +63,41 @@ const r = [
|
|
|
38
63
|
// name: 'Dept',
|
|
39
64
|
// component: async () => import('@/pages/dept/index.vue')
|
|
40
65
|
// },
|
|
66
|
+
{
|
|
67
|
+
path: "系统维护/登录日志",
|
|
68
|
+
name: "LoginLog",
|
|
69
|
+
component: async () => import("./index-ke-XsSa7.js")
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
path: "系统维护/操作日志",
|
|
73
|
+
name: "OperateLog",
|
|
74
|
+
component: async () => import("./index-BpgixwCC.js")
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
path: "角色管理",
|
|
78
|
+
name: "Role",
|
|
79
|
+
component: async () => import("./index-CTD1ZbEQ.js")
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
path: "部门管理",
|
|
83
|
+
name: "Department",
|
|
84
|
+
component: async () => import("./index-CydXQbtX.js")
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
path: "职位管理",
|
|
88
|
+
name: "Position",
|
|
89
|
+
component: async () => import("./index-DG4hoOWt.js")
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
path: "个人中心",
|
|
93
|
+
name: "PersonalCenter",
|
|
94
|
+
component: async () => import("./index-jbOjjV0j.js")
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
path: "log",
|
|
98
|
+
name: "log",
|
|
99
|
+
component: async () => import("./index-CAm10a_p.js")
|
|
100
|
+
}
|
|
41
101
|
// {
|
|
42
102
|
// path: 'priority',
|
|
43
103
|
// name: 'Priority',
|
|
@@ -45,13 +105,13 @@ const r = [
|
|
|
45
105
|
// },
|
|
46
106
|
]
|
|
47
107
|
}
|
|
48
|
-
],
|
|
49
|
-
history:
|
|
50
|
-
routes:
|
|
108
|
+
], m = t({
|
|
109
|
+
history: e(),
|
|
110
|
+
routes: a
|
|
51
111
|
});
|
|
52
|
-
|
|
53
|
-
!sessionStorage.getItem("loginToken") &&
|
|
112
|
+
m.beforeEach((o, p, n) => {
|
|
113
|
+
!sessionStorage.getItem("loginToken") && o.path !== "/login" ? n("/login") : n();
|
|
54
114
|
});
|
|
55
115
|
export {
|
|
56
|
-
|
|
116
|
+
m as default
|
|
57
117
|
};
|
package/dist/ss-component3.js
CHANGED