ss-component-new 1.3.656 → 1.3.658
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/{array-BHi0lmOk.js → array-ZM04o_us.js} +2 -2
- package/dist/{index-B4qm7wCX.js → index-9ruiIh9Q.js} +1 -1
- package/dist/{index-dw_JbFQd.js → index-BAenzdfB.js} +1 -1
- package/dist/{index-DFUqyK6e.js → index-BIAWyba9.js} +1 -1
- package/dist/{index-p5kxsv_Q.js → index-BKJ5SfU0.js} +1 -1
- package/dist/{index-C33CzHfB.js → index-BMr09Ruf.js} +1 -1
- package/dist/{index-C9ww7bis.js → index-BOGJMjxF.js} +2 -2
- package/dist/{index-BSBKH_MT.js → index-Bs7vFXNW.js} +2 -2
- package/dist/{index-CUMplPlk.js → index-C2YKgxwc.js} +21591 -21575
- package/dist/{index-CbnfmwKJ.js → index-CsxH-GEh.js} +966 -966
- package/dist/{index-ApGFOcI1.js → index-Ddhx18T9.js} +2 -2
- package/dist/{index-BjF3UBSt.js → index-EGwObkob.js} +3 -3
- package/dist/{index-CnyqUFo2.js → index-lHjuVdOp.js} +3966 -3962
- package/dist/{main-CCHRbdHK.js → main-Bs7Y7gDm.js} +2 -2
- package/dist/ss-component.css +2 -2
- package/dist/ss-component.js +5 -5
- package/dist/ss-component2.js +8 -8
- package/dist/{threeModel-69bKShHG.js → threeModel-C3x2TmUN.js} +1 -1
- package/dist/{threeSceneView-CUnqFxts.js → threeSceneView-mfAIunaw.js} +3 -3
- package/dist/{threeSceneViewForCPMPIP-CNG6kyYy.js → threeSceneViewForCPMPIP-DrnsTNPv.js} +1 -1
- package/dist/{threeViewerHost-DPPKv5M0.js → threeViewerHost-DbJCLcbz.js} +1 -1
- package/package.json +1 -1
package/dist/ss-component.js
CHANGED
|
@@ -7,15 +7,15 @@ import "./request-DiogHwkN.js";
|
|
|
7
7
|
/* empty css */
|
|
8
8
|
import u from "./ss-component2.js";
|
|
9
9
|
import { t as g, c as T, b as P } from "./index-ChNfRlIP.js";
|
|
10
|
-
const n = o(() => import("./main-
|
|
10
|
+
const n = o(() => import("./main-Bs7Y7gDm.js"));
|
|
11
11
|
n.install = (t) => {
|
|
12
12
|
t.component("ssComponent", n);
|
|
13
13
|
};
|
|
14
|
-
const s = o(() => import("./index-
|
|
14
|
+
const s = o(() => import("./index-CsxH-GEh.js").then((t) => t.r));
|
|
15
15
|
s.install = (t) => {
|
|
16
16
|
t.component("ssTab", s);
|
|
17
17
|
};
|
|
18
|
-
const r = o(() => import("./index-
|
|
18
|
+
const r = o(() => import("./index-EGwObkob.js").then((t) => t.i));
|
|
19
19
|
r.install = (t) => {
|
|
20
20
|
t.component("ssMenu", r);
|
|
21
21
|
};
|
|
@@ -35,11 +35,11 @@ const a = o(() => import("./index-BczRQX8N.js").then((t) => t.i));
|
|
|
35
35
|
a.install = (t) => {
|
|
36
36
|
t.component("ssAvatar", a);
|
|
37
37
|
};
|
|
38
|
-
const l = o(() => import("./threeModel-
|
|
38
|
+
const l = o(() => import("./threeModel-C3x2TmUN.js"));
|
|
39
39
|
l.install = (t) => {
|
|
40
40
|
t.component("ssThree", l);
|
|
41
41
|
};
|
|
42
|
-
const p = o(() => import("./threeViewerHost-
|
|
42
|
+
const p = o(() => import("./threeViewerHost-DbJCLcbz.js").then((t) => t.t));
|
|
43
43
|
p.install = (t) => {
|
|
44
44
|
t.component("threeViewerHost", p);
|
|
45
45
|
};
|
package/dist/ss-component2.js
CHANGED
|
@@ -13,7 +13,7 @@ const a = [
|
|
|
13
13
|
{
|
|
14
14
|
path: "/",
|
|
15
15
|
name: "Model",
|
|
16
|
-
component: async () => import("./index-
|
|
16
|
+
component: async () => import("./index-lHjuVdOp.js"),
|
|
17
17
|
// component: async ()=>import('@/components/views/model/component/main.vue'),
|
|
18
18
|
// component: async ()=>import('@/components/views/canvas/index.vue'),
|
|
19
19
|
// component: async ()=>import('@/components/views/test/index.vue'),
|
|
@@ -31,17 +31,17 @@ const a = [
|
|
|
31
31
|
{
|
|
32
32
|
path: "平台管理/菜单管理",
|
|
33
33
|
name: "Menu",
|
|
34
|
-
component: async () => import("./index-
|
|
34
|
+
component: async () => import("./index-BOGJMjxF.js")
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
path: "平台管理/主菜单管理",
|
|
38
38
|
name: "MainMenu",
|
|
39
|
-
component: async () => import("./index-
|
|
39
|
+
component: async () => import("./index-BKJ5SfU0.js")
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
path: "系统管理/个人中心",
|
|
43
43
|
name: "PersonalCenter",
|
|
44
|
-
component: async () => import("./index-
|
|
44
|
+
component: async () => import("./index-Bs7vFXNW.js")
|
|
45
45
|
},
|
|
46
46
|
// {
|
|
47
47
|
// path: '系统管理/职位管理',
|
|
@@ -66,17 +66,17 @@ const a = [
|
|
|
66
66
|
{
|
|
67
67
|
path: "系统维护/登录日志",
|
|
68
68
|
name: "LoginLog",
|
|
69
|
-
component: async () => import("./index-
|
|
69
|
+
component: async () => import("./index-9ruiIh9Q.js")
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
path: "系统维护/操作日志",
|
|
73
73
|
name: "OperateLog",
|
|
74
|
-
component: async () => import("./index-
|
|
74
|
+
component: async () => import("./index-BAenzdfB.js")
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
path: "角色管理",
|
|
78
78
|
name: "Role",
|
|
79
|
-
component: async () => import("./index-
|
|
79
|
+
component: async () => import("./index-Ddhx18T9.js")
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
path: "部门管理",
|
|
@@ -96,7 +96,7 @@ const a = [
|
|
|
96
96
|
{
|
|
97
97
|
path: "log",
|
|
98
98
|
name: "log",
|
|
99
|
-
component: async () => import("./index-
|
|
99
|
+
component: async () => import("./index-BMr09Ruf.js")
|
|
100
100
|
}
|
|
101
101
|
// {
|
|
102
102
|
// path: 'priority',
|
|
@@ -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 Ve, 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 Re, 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-CG9X8aa2.js";
|
|
3
3
|
import { O as ut } from "./iconfont-BNdGaGPn.js";
|
|
4
|
-
import { V as dt, W as pt } from "./index-
|
|
4
|
+
import { V as dt, W as pt } from "./index-C2YKgxwc.js";
|
|
5
5
|
import { _ as me } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
6
6
|
import { c as Ge } from "./index-DGObzWyL.js";
|
|
7
7
|
import { E as Ie } from "./request-DiogHwkN.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { defineComponent as Le, ref as h, watch as ae, shallowRef as be, computed as ke, 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 Pe, 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-
|
|
2
|
+
import { r as Te, s as Ye } from "./threeViewerHost-DbJCLcbz.js";
|
|
3
3
|
import { u as Je, a as Qe, b as et, T as Y, C as tt } from "./iconfont-BNdGaGPn.js";
|
|
4
4
|
import { U as lt, u as ot, W as nt, a as at } from "./workpieceTreePanel-aZV2ut3W.js";
|
|
5
5
|
import { c as st } from "./index-DGObzWyL.js";
|
|
6
6
|
import { ax as it, E as j, aO as rt, aP as ct } from "./request-DiogHwkN.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-CG9X8aa2.js";
|
|
9
|
-
import "./index-
|
|
9
|
+
import "./index-C2YKgxwc.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 Pt } from "./index-DJ59jXR0.js";
|
|
13
|
-
import "./index-
|
|
13
|
+
import "./index-BIAWyba9.js";
|
|
14
14
|
import "./index-BvbZiTVB.js";
|
|
15
15
|
import { f as kt, a as xt, g as Rt, b as Mt } from "./animationData-05aVUytq.js";
|
|
16
16
|
import { g as Tt, a as Vt, b as Dt, c as St, U as At, J as $t } from "./urdfTree-IEJgkVzs.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-
|
|
2
|
+
import { s as pe } from "./threeViewerHost-DbJCLcbz.js";
|
|
3
3
|
import { u as Ge, a as He, b as Ie, T as y, C as We } from "./iconfont-BNdGaGPn.js";
|
|
4
4
|
import { U as Xe, u as Ye, W as Ze, a as qe } from "./workpieceTreePanel-aZV2ut3W.js";
|
|
5
5
|
import { c as Ke } from "./index-DGObzWyL.js";
|
|
@@ -112,7 +112,7 @@ const Y = { 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-
|
|
115
|
+
const O = b(() => import("./threeSceneView-mfAIunaw.js")), y = b(() => import("./threePreview-BHLSA5YS.js")), i = b(() => import("./threeTrackPathView-BR8-g2Tr.js")), p = b(() => import("./threeSceneViewForCPMPIP-DrnsTNPv.js")), n = E, P = A(D), { platName: f } = $(P), { isUrdf: _, isTrackPathFile: g } = z(), 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;
|