ss-component-new 1.3.605 → 1.3.607

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.
@@ -1,74 +1,12 @@
1
- import { defineAsyncComponent as o } from "vue";
2
- import "./index.vue_vue_type_style_index_0_scoped_39e1db95_lang-Dp7tIi0S.js";
3
- import { S as j } from "./index-dD-mKgue.js";
4
- import { u as C } from "./index-B8NQAdR4.js";
5
- import "./index-BvyM6d06.js";
6
- import "./request-BfrhYBTM.js";
7
- /* empty css */
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-DfjC4czt.js"));
11
- n.install = (t) => {
12
- t.component("ssComponent", n);
1
+ import { S as o } from "./index-dD-mKgue.js";
2
+ const c = {
3
+ SvgIcon: o
13
4
  };
14
- const s = o(() => import("./index-DfhOfBS1.js").then((t) => t.q));
15
- s.install = (t) => {
16
- t.component("ssTab", s);
17
- };
18
- const r = o(() => import("./index-BhnaPnkJ.js").then((t) => t.i));
19
- r.install = (t) => {
20
- t.component("ssMenu", r);
21
- };
22
- const m = o(() => import("./index-6qXeMn6b.js"));
23
- m.install = (t) => {
24
- t.component("ssMenuComponent", m);
25
- };
26
- const i = o(() => import("./index-hg0CdgKe.js"));
27
- i.install = (t) => {
28
- t.component("ssCanvas", i);
29
- };
30
- const c = o(() => import("./index-BFqUz4pN.js"));
31
- c.install = (t) => {
32
- t.component("ssFold", c);
33
- };
34
- const a = o(() => import("./index-aTEfnfYn.js").then((t) => t.i));
35
- a.install = (t) => {
36
- t.component("ssAvatar", a);
37
- };
38
- const l = o(() => import("./threeModel-CHPcNWDg.js"));
39
- l.install = (t) => {
40
- t.component("ssThree", l);
41
- };
42
- const p = o(() => import("./threeViewerHost-MreQFyFH.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) => {
48
- t.use(e);
49
- }), t.use(u), t.config.globalProperties.$router = u;
50
- }, b = (t) => {
51
- switch (t) {
52
- case "browser":
53
- return P;
54
- case "client":
55
- return T;
56
- case "three":
57
- return g;
58
- }
59
- }, v = (t) => {
60
- const e = document.documentElement;
61
- t == null || t.forEach((h) => {
62
- e.style.setProperty(h.name, h.value);
63
- });
64
- }, w = (t) => {
65
- f.setPlatform(t);
66
- const e = b(t);
67
- v(e);
68
- }, q = { getPlatform: f.getPlatform, setPlatform: f.setPlatform, initPlatform: w };
5
+ function p(n) {
6
+ n.component("SvgIcon", o);
7
+ }
69
8
  export {
70
- j as SvgIcon,
71
- V as default,
72
- q as platformApi,
73
- u as router
9
+ o as SvgIcon,
10
+ c as components,
11
+ p as setupGlobalComponents
74
12
  };
@@ -1,117 +1,74 @@
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-CvZcm-Tt.js")
7
- },
8
- {
9
- path: "/login",
10
- name: "Login",
11
- component: async () => import("./index-DmILGKv9.js")
12
- },
13
- {
14
- path: "/",
15
- name: "Model",
16
- component: async () => import("./index-R-QHDpS5.js"),
17
- // component: async ()=>import('@/components/views/model/component/main.vue'),
18
- // component: async ()=>import('@/components/views/canvas/index.vue'),
19
- // component: async ()=>import('@/components/views/test/index.vue'),
20
- children: [
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-CBrDhtBP.js")
35
- },
36
- {
37
- path: "平台管理/主菜单管理",
38
- name: "MainMenu",
39
- component: async () => import("./index-CCQCTFAi.js")
40
- },
41
- {
42
- path: "系统管理/个人中心",
43
- name: "PersonalCenter",
44
- component: async () => import("./index-C2A0Pmpt.js")
45
- },
46
- // {
47
- // path: '系统管理/职位管理',
48
- // name: 'Post',
49
- // component: async () => import('@/pages/post/index.vue')
50
- // },
51
- // {
52
- // path: '系统管理/用户管理',
53
- // name: 'User',
54
- // component: async () => import('@/pages/user/index.vue')
55
- // },
56
- // {
57
- // path: '系统管理/角色管理',
58
- // name: 'Role',
59
- // component: async () => import('@/pages/role/index.vue')
60
- // },
61
- // {
62
- // path: '系统管理/部门管理',
63
- // name: 'Dept',
64
- // component: async () => import('@/pages/dept/index.vue')
65
- // },
66
- {
67
- path: "系统维护/登录日志",
68
- name: "LoginLog",
69
- component: async () => import("./index-DrVYrCqT.js")
70
- },
71
- {
72
- path: "系统维护/操作日志",
73
- name: "OperateLog",
74
- component: async () => import("./index-CMLIKRRl.js")
75
- },
76
- {
77
- path: "角色管理",
78
- name: "Role",
79
- component: async () => import("./index-DjFbgG1w.js")
80
- },
81
- {
82
- path: "部门管理",
83
- name: "Department",
84
- component: async () => import("./index-BkkvdZXm.js")
85
- },
86
- {
87
- path: "职位管理",
88
- name: "Position",
89
- component: async () => import("./index-DcPtyCDm.js")
90
- },
91
- {
92
- path: "个人中心",
93
- name: "PersonalCenter",
94
- component: async () => import("./index-CkO7j_i1.js")
95
- },
96
- {
97
- path: "log",
98
- name: "log",
99
- component: async () => import("./index-jUa5dTF3.js")
100
- }
101
- // {
102
- // path: 'priority',
103
- // name: 'Priority',
104
- // component: async () => import('@/pages/priority/index.vue'),
105
- // },
106
- ]
1
+ import { defineAsyncComponent as o } from "vue";
2
+ import "./index.vue_vue_type_style_index_0_scoped_39e1db95_lang-Dp7tIi0S.js";
3
+ import { S as j } from "./index-dD-mKgue.js";
4
+ import { u as C } from "./index-B8NQAdR4.js";
5
+ import "./index-BvyM6d06.js";
6
+ import "./request-BfrhYBTM.js";
7
+ /* empty css */
8
+ import u from "./ss-component3.js";
9
+ import { t as g, c as T, b as P } from "./index-ChNfRlIP.js";
10
+ const n = o(() => import("./main-cZ53HaDl.js"));
11
+ n.install = (t) => {
12
+ t.component("ssComponent", n);
13
+ };
14
+ const s = o(() => import("./index-BWPIkFPn.js").then((t) => t.q));
15
+ s.install = (t) => {
16
+ t.component("ssTab", s);
17
+ };
18
+ const r = o(() => import("./index-B1pggnuk.js").then((t) => t.i));
19
+ r.install = (t) => {
20
+ t.component("ssMenu", r);
21
+ };
22
+ const m = o(() => import("./index-6qXeMn6b.js"));
23
+ m.install = (t) => {
24
+ t.component("ssMenuComponent", m);
25
+ };
26
+ const i = o(() => import("./index-hg0CdgKe.js"));
27
+ i.install = (t) => {
28
+ t.component("ssCanvas", i);
29
+ };
30
+ const c = o(() => import("./index-BFqUz4pN.js"));
31
+ c.install = (t) => {
32
+ t.component("ssFold", c);
33
+ };
34
+ const a = o(() => import("./index-aTEfnfYn.js").then((t) => t.i));
35
+ a.install = (t) => {
36
+ t.component("ssAvatar", a);
37
+ };
38
+ const l = o(() => import("./threeModel-D5dzjyJO.js"));
39
+ l.install = (t) => {
40
+ t.component("ssThree", l);
41
+ };
42
+ const p = o(() => import("./threeViewerHost-BMUhfp_Z.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) => {
48
+ t.use(e);
49
+ }), t.use(u), t.config.globalProperties.$router = u;
50
+ }, b = (t) => {
51
+ switch (t) {
52
+ case "browser":
53
+ return P;
54
+ case "client":
55
+ return T;
56
+ case "three":
57
+ return g;
107
58
  }
108
- ], m = t({
109
- history: e(),
110
- routes: a
111
- });
112
- m.beforeEach((o, p, n) => {
113
- !sessionStorage.getItem("loginToken") && o.path !== "/login" ? n("/login") : n();
114
- });
59
+ }, v = (t) => {
60
+ const e = document.documentElement;
61
+ t == null || t.forEach((h) => {
62
+ e.style.setProperty(h.name, h.value);
63
+ });
64
+ }, w = (t) => {
65
+ f.setPlatform(t);
66
+ const e = b(t);
67
+ v(e);
68
+ }, q = { getPlatform: f.getPlatform, setPlatform: f.setPlatform, initPlatform: w };
115
69
  export {
116
- m as default
70
+ j as SvgIcon,
71
+ V as default,
72
+ q as platformApi,
73
+ u as router
117
74
  };
@@ -1,12 +1,117 @@
1
- import { S as o } from "./index-dD-mKgue.js";
2
- const c = {
3
- SvgIcon: o
4
- };
5
- function p(n) {
6
- n.component("SvgIcon", o);
7
- }
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-CvZcm-Tt.js")
7
+ },
8
+ {
9
+ path: "/login",
10
+ name: "Login",
11
+ component: async () => import("./index-DmILGKv9.js")
12
+ },
13
+ {
14
+ path: "/",
15
+ name: "Model",
16
+ component: async () => import("./index-CQHLe7l6.js"),
17
+ // component: async ()=>import('@/components/views/model/component/main.vue'),
18
+ // component: async ()=>import('@/components/views/canvas/index.vue'),
19
+ // component: async ()=>import('@/components/views/test/index.vue'),
20
+ children: [
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-B4xzD-6v.js")
35
+ },
36
+ {
37
+ path: "平台管理/主菜单管理",
38
+ name: "MainMenu",
39
+ component: async () => import("./index-S5AsqKOU.js")
40
+ },
41
+ {
42
+ path: "系统管理/个人中心",
43
+ name: "PersonalCenter",
44
+ component: async () => import("./index-gAcMQttx.js")
45
+ },
46
+ // {
47
+ // path: '系统管理/职位管理',
48
+ // name: 'Post',
49
+ // component: async () => import('@/pages/post/index.vue')
50
+ // },
51
+ // {
52
+ // path: '系统管理/用户管理',
53
+ // name: 'User',
54
+ // component: async () => import('@/pages/user/index.vue')
55
+ // },
56
+ // {
57
+ // path: '系统管理/角色管理',
58
+ // name: 'Role',
59
+ // component: async () => import('@/pages/role/index.vue')
60
+ // },
61
+ // {
62
+ // path: '系统管理/部门管理',
63
+ // name: 'Dept',
64
+ // component: async () => import('@/pages/dept/index.vue')
65
+ // },
66
+ {
67
+ path: "系统维护/登录日志",
68
+ name: "LoginLog",
69
+ component: async () => import("./index-meZOiovI.js")
70
+ },
71
+ {
72
+ path: "系统维护/操作日志",
73
+ name: "OperateLog",
74
+ component: async () => import("./index-BPpFNODf.js")
75
+ },
76
+ {
77
+ path: "角色管理",
78
+ name: "Role",
79
+ component: async () => import("./index-Bqqhe316.js")
80
+ },
81
+ {
82
+ path: "部门管理",
83
+ name: "Department",
84
+ component: async () => import("./index-BkkvdZXm.js")
85
+ },
86
+ {
87
+ path: "职位管理",
88
+ name: "Position",
89
+ component: async () => import("./index-DcPtyCDm.js")
90
+ },
91
+ {
92
+ path: "个人中心",
93
+ name: "PersonalCenter",
94
+ component: async () => import("./index-CkO7j_i1.js")
95
+ },
96
+ {
97
+ path: "log",
98
+ name: "log",
99
+ component: async () => import("./index-DpdwR2O0.js")
100
+ }
101
+ // {
102
+ // path: 'priority',
103
+ // name: 'Priority',
104
+ // component: async () => import('@/pages/priority/index.vue'),
105
+ // },
106
+ ]
107
+ }
108
+ ], m = t({
109
+ history: e(),
110
+ routes: a
111
+ });
112
+ m.beforeEach((o, p, n) => {
113
+ !sessionStorage.getItem("loginToken") && o.path !== "/login" ? n("/login") : n();
114
+ });
8
115
  export {
9
- o as SvgIcon,
10
- c as components,
11
- p as setupGlobalComponents
116
+ m as default
12
117
  };
@@ -1,7 +1,7 @@
1
1
  import { ref as b, watch as Pe, openBlock as H, createElementBlock as q, createBlock as Le, computed as ie, onMounted as $e, onUnmounted as je, Fragment as Xe, renderList as He, createElementVNode as h, toDisplayString as ae, createCommentVNode as xe, resolveComponent as Je, createVNode as z, defineComponent as Ye, normalizeStyle as Ee, normalizeClass as Fe, nextTick as Be, onBeforeUnmount as qe, unref as O, withDirectives as se, withCtx as Te, isRef as he, vModelRadio as ye, vShow as we } from "vue";
2
2
  import { V as x, B as be, S as Ze, C as We, P as Ke, W as Ne, b as Qe, A as et, c as tt, M as Re, X as nt, G as at, e as Me, f as ot, h as De, i as st, D as ke, H as lt, j as Ve, k as Oe, l as Ue, m as ze, E as _e, n as de, o as it, T as rt, p as ct } from "./index.vue_vue_type_style_index_0_scoped_39e1db95_lang-Dp7tIi0S.js";
3
3
  import { O as ut } from "./OrbitControls-BFVKU7s-.js";
4
- import { W as dt, X as pt } from "./index-DYtvAZAc.js";
4
+ import { W as dt, X as pt } from "./index-DK9-eF24.js";
5
5
  import { _ as me } from "./_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  import { c as Ge } from "./index-B8NQAdR4.js";
7
7
  import { E as Ie } from "./request-BfrhYBTM.js";
@@ -1,16 +1,16 @@
1
1
  import { defineComponent as Le, ref as h, watch as ae, shallowRef as be, computed as Pe, onUnmounted as Ie, resolveComponent as U, openBlock as Q, createElementBlock as Ve, createElementVNode as u, createVNode as l, withCtx as M, createBlock as ye, unref as X, createCommentVNode as ke, toDisplayString as he, onMounted as Ge, onBeforeUnmount as Ze, Fragment as He, renderList as qe, nextTick as Ke, withDirectives as pe, vShow as de, renderSlot as Me } from "vue";
2
- import { r as Te, s as Ye } from "./threeViewerHost-MreQFyFH.js";
2
+ import { r as Te, s as Ye } from "./threeViewerHost-BMUhfp_Z.js";
3
3
  import { u as Ne, a as Qe, b as et, C as tt } from "./iconfont-BJYdStg5.js";
4
4
  import { U as lt, u as ot, W as nt, a as at } from "./workpieceTreePanel-XH9mYAT2.js";
5
5
  import { c as st } from "./index-B8NQAdR4.js";
6
6
  import { av as it, E as j, aM as rt, aN as ct } from "./request-BfrhYBTM.js";
7
7
  /* empty css */
8
8
  import { o as De, T as xe, V as D, n as H, s as ut, p as pt, h as Se, t as dt, L as mt, u as vt, v as ft, w as gt, x as ht, y as bt, z as yt, l as _t, F as wt } from "./index.vue_vue_type_style_index_0_scoped_39e1db95_lang-Dp7tIi0S.js";
9
- import "./index-DYtvAZAc.js";
9
+ import "./index-DK9-eF24.js";
10
10
  import "./index-dD-mKgue.js";
11
11
  import { _ as me } from "./index.vue_vue_type_script_setup_true_lang-DwbHXtUp.js";
12
12
  import { y as Be, z as Ct, A as kt } from "./index-BvyM6d06.js";
13
- import "./index-BEBrJ2gJ.js";
13
+ import "./index-CjNWVVhm.js";
14
14
  import "./index-CYjsE5Gs.js";
15
15
  import { f as Pt, a as xt, g as Rt, b as Mt } from "./animationData-F0z3GN7j.js";
16
16
  import { g as Tt, a as Vt, b as Dt, c as St, U as At, J as $t } from "./urdfTree-DU02c_91.js";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as ge, ref as r, computed as k, watch as X, onUnmounted as De, resolveComponent as G, openBlock as g, createElementBlock as x, createElementVNode as n, createVNode as s, toDisplayString as L, Fragment as Be, renderList as Je, createCommentVNode as U, withCtx as le, shallowRef as te, onMounted as Me, nextTick as me, onBeforeUnmount as Ee, withDirectives as I, vShow as W, unref as z, renderSlot as ve, createBlock as de } from "vue";
2
- import { s as pe } from "./threeViewerHost-MreQFyFH.js";
2
+ import { s as pe } from "./threeViewerHost-BMUhfp_Z.js";
3
3
  import { u as Ge, a as He, b as Ie, C as We } from "./iconfont-BJYdStg5.js";
4
4
  import { U as Xe, u as Ye, W as Ze, a as qe } from "./workpieceTreePanel-XH9mYAT2.js";
5
5
  import { c as Ke } from "./index-B8NQAdR4.js";
@@ -112,7 +112,7 @@ const z = { class: "three-platform mv-inline" }, J = { class: "top-menu" }, Q =
112
112
  height: { default: "100%" }
113
113
  },
114
114
  setup(E) {
115
- const O = b(() => import("./threeSceneView-Ism7ZMqM.js")), y = b(() => import("./threePreview-CpcrqmFS.js")), i = b(() => import("./threeTrackPathView-Bw6e-quT.js")), p = b(() => import("./threeSceneViewForCPMPIP-CztEu9ce.js")), n = E, P = A(D), { platName: f } = $(P), { isUrdf: _, isTrackPathFile: g } = q(), c = I(() => {
115
+ const O = b(() => import("./threeSceneView-BbM1FFcc.js")), y = b(() => import("./threePreview-CpcrqmFS.js")), i = b(() => import("./threeTrackPathView-Bw6e-quT.js")), p = b(() => import("./threeSceneViewForCPMPIP-4bANk0sU.js")), n = E, P = A(D), { platName: f } = $(P), { isUrdf: _, isTrackPathFile: g } = q(), c = I(() => {
116
116
  var t;
117
117
  return (t = n == null ? void 0 : n.files) == null ? void 0 : t.map((s) => {
118
118
  const { url: e, name: r } = s;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ss-component-new",
3
3
  "private": false,
4
- "version": "1.3.605",
4
+ "version": "1.3.607",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",