ss-component-new 1.3.328 → 1.3.329

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.
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),s=require("./menu-__WRVDPn.cjs"),g=require("./index-DSY_gOa-.cjs"),M=require("./index-CgeLsBKu.cjs"),h=require("vue-router"),b=require("./_plugin-vue_export-helper-BHFhmbuH.cjs"),x={key:0},N=o.defineComponent({__name:"index",props:{windowConfig:{type:Object,default:()=>{}},systemInfo:{type:Object,default:()=>{}},systemKey:{type:String,default:""},pathContent:{type:String,default:""},mode:{type:String,default:"view"},content:{type:String,default:""},jsonContents:{type:Array,default:()=>[]},showButton:{type:Boolean,default:!1},nodeDev:{type:String,default:""},pageKey:{type:String,default:""},interfaceContent:{type:Array,default:()=>[]},loginContent:{type:Object,default:()=>{}}},emits:["buildContent","openThreeBuild","threeData","setLoginInfo","projectLogin","updateApiUrl"],setup(r,{emit:S}){const v=h.useRouter(),l=s.useLoginState(s.pinia),{loginUserInfo:f}=s.storeToRefs(l),{initSystemInfo:I}=g.useModelManagement(),L=s.useModelComp(s.pinia),{refreshLogin:A}=s.storeToRefs(L),_=s.useMenuState(s.pinia),y=o.ref(!0),T=h.useRoute(),e=r,d=S,B=o.computed(()=>{var t,n;return(e==null?void 0:e.showButton)||((n=(t=f.value)==null?void 0:t.layer)==null?void 0:n.toUpperCase())==="SUPERADMIN"});o.watch(()=>e==null?void 0:e.loginContent,async()=>{var n,i,a,c;y.value=!0;let t=e==null?void 0:e.loginContent;t!=null&&t.account&&(t!=null&&t.password)&&!A.value&&(await M.loginUp(t),status&&(await g.verifyStructureDataToStore(),await v.push("/"),await o.nextTick(),l.setLogRecordAsync({type:"登录",data:{account:((n=f.value)==null?void 0:n.account)??((i=f.value)==null?void 0:i.账号),userName:((a=f.value)==null?void 0:a.姓名)||((c=f.value)==null?void 0:c.userName)||"未知"}},"/login","login"),_.setHasClickEditComp(!1))),T.path==="/"||!(t!=null&&t.account)||!(t!=null&&t.password)||await o.nextTick(),y.value=!1},{deep:!0,immediate:!0});const D=t=>{d("projectLogin",t)},E=()=>{d("projectLogin","")};o.watch(()=>[e==null?void 0:e.systemKey,e==null?void 0:e.systemInfo],async([t,n])=>{l.setSystemKey(t),t!==""&&sessionStorage.setItem("systemKey",t)},{immediate:!0}),o.watch(()=>e==null?void 0:e.interfaceContent,()=>{var i,a,c,m,C;if(!(e!=null&&e.interfaceContent)||Array.isArray(e==null?void 0:e.interfaceContent)&&((i=e==null?void 0:e.interfaceContent)==null?void 0:i.length)===0)return;let t=(a=e==null?void 0:e.interfaceContent)==null?void 0:a.find(u=>u==null?void 0:u.includes("VITE_API_NEW_URL")),n=(c=e==null?void 0:e.interfaceContent)==null?void 0:c.find(u=>u==null?void 0:u.includes("VITE_FACE_RECOGNITION_API_URL"));n=(m=n==null?void 0:n.split("="))==null?void 0:m[1],n=n==null?void 0:n.trim(),t=(C=t==null?void 0:t.split("="))==null?void 0:C[1],t=t==null?void 0:t.trim(),l.setExtraUrl(n??""),l.setSystemUrl(t??"")},{immediate:!0,deep:!0}),o.onMounted(async()=>{var n,i;let t=await s.getSystemDataApi({});if(((i=(n=t==null?void 0:t.data)==null?void 0:n.result)==null?void 0:i.length)===0){const a=g.formatterTimeStr(Date.now());let c={userName:"admin",password:"123456",platName:"insofworks",platType:"browser",platVersion:"t1",platCreatedAt:a,platUpdatedAt:a};await s.createPlatFormDataApi(c)}e.systemInfo?l.setSystemInfo(e.systemInfo):await I()});const j=()=>{d("buildContent")},k=()=>{d("setLoginInfo")},R=t=>{d("openThreeBuild",t)},U=t=>{d("threeData",t)},K=t=>{d("updateApiUrl",t)},w=()=>{var m;const t=e!=null&&e.windowConfig?(m=e==null?void 0:e.windowConfig)==null?void 0:m.width:window.innerWidth,n=1920,i=16,a=t/n,c=i*a;document.documentElement.style.fontSize=`${c}px`};return o.onMounted(()=>{w(),window.addEventListener("resize",w)}),o.onUnmounted(()=>{window.removeEventListener("resize",w)}),(t,n)=>{const i=o.resolveComponent("router-view");return o.openBlock(),o.createElementBlock("div",null,[y.value?(o.openBlock(),o.createElementBlock("div",x)):(o.openBlock(),o.createBlock(i,{key:1,mode:e==null?void 0:e.mode,content:e==null?void 0:e.content,jsonContents:e==null?void 0:e.jsonContents,pathContent:e==null?void 0:e.pathContent,showButton:B.value,nodeDev:e==null?void 0:e.nodeDev,windowConfig:r.windowConfig,systemInfo:r.systemInfo,"old-systemKey":r.systemKey,onBuildContent:j,onProjectLogin:D,onClearLogin:E,onUpdateApiUrl:K,onOpenThreeBuild:R,pageKey:r.pageKey,onThreeData:U,onSetLoginInfo:k,loginContent:e==null?void 0:e.loginContent},null,8,["mode","content","jsonContents","pathContent","showButton","nodeDev","windowConfig","systemInfo","old-systemKey","pageKey","loginContent"]))])}}}),O=b._export_sfc(N,[["__scopeId","data-v-5004d682"]]);exports.default=O;
@@ -1,10 +1,10 @@
1
- import { defineComponent as M, ref as z, computed as O, watch as y, nextTick as x, onMounted as v, onUnmounted as F, resolveComponent as P, createElementBlock as S, openBlock as C, createBlock as W } from "vue";
2
- import { b as G, p as g, s as I, a as H, u as $, g as q, d as J } from "./menu-BRhQwt8l.js";
1
+ import { defineComponent as z, ref as O, computed as x, watch as y, nextTick as h, onMounted as S, onUnmounted as F, resolveComponent as P, createElementBlock as v, openBlock as w, createBlock as W } from "vue";
2
+ import { b as G, p as C, s as I, a as H, u as $, g as q, d as J } from "./menu-BRhQwt8l.js";
3
3
  import { u as Q, v as X, f as Y } from "./index-iBPVokNX.js";
4
4
  import { l as Z } from "./index-DwFvAU1D.js";
5
5
  import { useRouter as p, useRoute as V } from "vue-router";
6
6
  import { _ as ee } from "./_plugin-vue_export-helper-CHgC5LLL.js";
7
- const te = { key: 0 }, ne = /* @__PURE__ */ M({
7
+ const te = { key: 0 }, ne = /* @__PURE__ */ z({
8
8
  __name: "index",
9
9
  props: {
10
10
  windowConfig: {
@@ -61,7 +61,7 @@ const te = { key: 0 }, ne = /* @__PURE__ */ M({
61
61
  },
62
62
  emits: ["buildContent", "openThreeBuild", "threeData", "setLoginInfo", "projectLogin", "updateApiUrl"],
63
63
  setup(u, { emit: L }) {
64
- const A = p(), c = G(g), { loginUserInfo: l } = I(c), { initSystemInfo: _ } = Q(), D = H(g), { refreshLogin: w } = I(D), T = $(g), f = z(!0), B = V(), e = u, s = L, E = O(() => {
64
+ const A = p(), c = G(C), { loginUserInfo: l } = I(c), { initSystemInfo: _ } = Q(), D = H(C), { refreshLogin: T } = I(D), B = $(C), f = O(!0), E = V(), e = u, s = L, j = x(() => {
65
65
  var t, n;
66
66
  return (e == null ? void 0 : e.showButton) || ((n = (t = l.value) == null ? void 0 : t.layer) == null ? void 0 : n.toUpperCase()) === "SUPERADMIN";
67
67
  });
@@ -71,19 +71,19 @@ const te = { key: 0 }, ne = /* @__PURE__ */ M({
71
71
  var n, o, a, i;
72
72
  f.value = !0;
73
73
  let t = e == null ? void 0 : e.loginContent;
74
- t != null && t.account && (t != null && t.password) && !w.value && (await Z(t), status && (await X(), A.push("/"), c.setLogRecordAsync({
74
+ t != null && t.account && (t != null && t.password) && !T.value && (await Z(t), status && (await X(), await A.push("/"), await h(), c.setLogRecordAsync({
75
75
  type: "登录",
76
76
  data: {
77
77
  account: ((n = l.value) == null ? void 0 : n.account) ?? ((o = l.value) == null ? void 0 : o.账号),
78
78
  userName: ((a = l.value) == null ? void 0 : a.姓名) || ((i = l.value) == null ? void 0 : i.userName) || "未知"
79
79
  }
80
- }, "/login", "login"), T.setHasClickEditComp(!1))), B.path === "/" || !(t != null && t.account && (t != null && t.password) && !w.value) || await x(), f.value = !1;
80
+ }, "/login", "login"), B.setHasClickEditComp(!1))), E.path === "/" || !(t != null && t.account) || !(t != null && t.password) || await h(), f.value = !1;
81
81
  },
82
82
  { deep: !0, immediate: !0 }
83
83
  );
84
- const j = (t) => {
84
+ const U = (t) => {
85
85
  s("projectLogin", t);
86
- }, U = () => {
86
+ }, K = () => {
87
87
  s("projectLogin", "");
88
88
  };
89
89
  y(() => [e == null ? void 0 : e.systemKey, e == null ? void 0 : e.systemInfo], async ([t, n]) => {
@@ -91,13 +91,13 @@ const te = { key: 0 }, ne = /* @__PURE__ */ M({
91
91
  }, { immediate: !0 }), y(
92
92
  () => e == null ? void 0 : e.interfaceContent,
93
93
  () => {
94
- var o, a, i, m, h;
94
+ var o, a, i, m, g;
95
95
  if (!(e != null && e.interfaceContent) || Array.isArray(e == null ? void 0 : e.interfaceContent) && ((o = e == null ? void 0 : e.interfaceContent) == null ? void 0 : o.length) === 0) return;
96
96
  let t = (a = e == null ? void 0 : e.interfaceContent) == null ? void 0 : a.find((d) => d == null ? void 0 : d.includes("VITE_API_NEW_URL")), n = (i = e == null ? void 0 : e.interfaceContent) == null ? void 0 : i.find((d) => d == null ? void 0 : d.includes("VITE_FACE_RECOGNITION_API_URL"));
97
- n = (m = n == null ? void 0 : n.split("=")) == null ? void 0 : m[1], n = n == null ? void 0 : n.trim(), t = (h = t == null ? void 0 : t.split("=")) == null ? void 0 : h[1], t = t == null ? void 0 : t.trim(), c.setExtraUrl(n ?? ""), c.setSystemUrl(t ?? "");
97
+ n = (m = n == null ? void 0 : n.split("=")) == null ? void 0 : m[1], n = n == null ? void 0 : n.trim(), t = (g = t == null ? void 0 : t.split("=")) == null ? void 0 : g[1], t = t == null ? void 0 : t.trim(), c.setExtraUrl(n ?? ""), c.setSystemUrl(t ?? "");
98
98
  },
99
99
  { immediate: !0, deep: !0 }
100
- ), v(async () => {
100
+ ), S(async () => {
101
101
  var n, o;
102
102
  let t = await q({});
103
103
  if (((o = (n = t == null ? void 0 : t.data) == null ? void 0 : n.result) == null ? void 0 : o.length) === 0) {
@@ -114,53 +114,53 @@ const te = { key: 0 }, ne = /* @__PURE__ */ M({
114
114
  }
115
115
  e.systemInfo ? c.setSystemInfo(e.systemInfo) : await _();
116
116
  });
117
- const K = () => {
117
+ const R = () => {
118
118
  s("buildContent");
119
- }, R = () => {
119
+ }, k = () => {
120
120
  s("setLoginInfo");
121
- }, k = (t) => {
122
- s("openThreeBuild", t);
123
121
  }, N = (t) => {
124
- s("threeData", t);
122
+ s("openThreeBuild", t);
125
123
  }, b = (t) => {
124
+ s("threeData", t);
125
+ }, M = (t) => {
126
126
  s("updateApiUrl", t);
127
127
  }, r = () => {
128
128
  var m;
129
129
  const t = e != null && e.windowConfig ? (m = e == null ? void 0 : e.windowConfig) == null ? void 0 : m.width : window.innerWidth, n = 1920, o = 16, a = t / n, i = o * a;
130
130
  document.documentElement.style.fontSize = `${i}px`;
131
131
  };
132
- return v(() => {
132
+ return S(() => {
133
133
  r(), window.addEventListener("resize", r);
134
134
  }), F(() => {
135
135
  window.removeEventListener("resize", r);
136
136
  }), (t, n) => {
137
137
  const o = P("router-view");
138
- return C(), S("div", null, [
139
- f.value ? (C(), S("div", te)) : (C(), W(o, {
138
+ return w(), v("div", null, [
139
+ f.value ? (w(), v("div", te)) : (w(), W(o, {
140
140
  key: 1,
141
141
  mode: e == null ? void 0 : e.mode,
142
142
  content: e == null ? void 0 : e.content,
143
143
  jsonContents: e == null ? void 0 : e.jsonContents,
144
144
  pathContent: e == null ? void 0 : e.pathContent,
145
- showButton: E.value,
145
+ showButton: j.value,
146
146
  nodeDev: e == null ? void 0 : e.nodeDev,
147
147
  windowConfig: u.windowConfig,
148
148
  systemInfo: u.systemInfo,
149
149
  "old-systemKey": u.systemKey,
150
- onBuildContent: K,
151
- onProjectLogin: j,
152
- onClearLogin: U,
153
- onUpdateApiUrl: b,
154
- onOpenThreeBuild: k,
150
+ onBuildContent: R,
151
+ onProjectLogin: U,
152
+ onClearLogin: K,
153
+ onUpdateApiUrl: M,
154
+ onOpenThreeBuild: N,
155
155
  pageKey: u.pageKey,
156
- onThreeData: N,
157
- onSetLoginInfo: R,
156
+ onThreeData: b,
157
+ onSetLoginInfo: k,
158
158
  loginContent: e == null ? void 0 : e.loginContent
159
159
  }, null, 8, ["mode", "content", "jsonContents", "pathContent", "showButton", "nodeDev", "windowConfig", "systemInfo", "old-systemKey", "pageKey", "loginContent"]))
160
160
  ]);
161
161
  };
162
162
  }
163
- }), ue = /* @__PURE__ */ ee(ne, [["__scopeId", "data-v-856e9674"]]);
163
+ }), ue = /* @__PURE__ */ ee(ne, [["__scopeId", "data-v-5004d682"]]);
164
164
  export {
165
165
  ue as default
166
166
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("vue");require("./index.vue_vue_type_style_index_0_scoped_6b92e250_lang-q3DGLIIs.cjs");const C=require("./index-BpPyaNFa.cjs");require("./dayjs.min-DVo59XIL.cjs");require("./index-lSSjgCKI.cjs");const q=require("./menu-__WRVDPn.cjs");require("./request-BC2w2vGr.cjs");;/* empty css */const s=require("./ss-component2.cjs"),t=require("./index-RoXicHV9.cjs"),r=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./main-BideAELp.cjs")));r.install=e=>{e.component("ssComponent",r)};const i=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-FTqf_S3u.cjs")).then(e=>e.index$1));i.install=e=>{e.component("ssTab",i)};const c=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-CvQ7eB-s.cjs")).then(e=>e.index));c.install=e=>{e.component("ssMenu",c)};const l=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-awWsblzO.cjs")));l.install=e=>{e.component("ssMenuComponent",l)};const m=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-B9uydKfA.cjs")));m.install=e=>{e.component("ssCanvas",m)};const u=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-BVaHwt5f.cjs")));u.install=e=>{e.component("ssFold",u)};const a=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-DMo9-VrK.cjs")).then(e=>e.index));a.install=e=>{e.component("ssAvatar",a)};const h=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./threeModel-BAdqELon.cjs")));h.install=e=>{e.component("ssThree",h)};const f=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./threeViewerHost-C7e-tZfB.cjs")).then(e=>e.threeViewerHost));f.install=e=>{e.component("threeViewerHost",f)};const p=q.useMenuState(),v=[r,i,c,l,m,u,a,h,f],P=e=>{v.forEach(o=>{e.use(o)}),e.use(s),e.config.globalProperties.$router=s},g=e=>{switch(e){case"browser":return t.browserThemeConfig;case"client":return t.clientThemeConfig;case"three":return t.threeThemeConfig}},y=e=>{const o=document.documentElement;e==null||e.forEach(d=>{o.style.setProperty(d.name,d.value)})},A=e=>{p.setPlatform(e);const o=g(e);y(o)},T={getPlatform:p.getPlatform,setPlatform:p.setPlatform,initPlatform:A};exports.SvgIcon=C.SvgIcon;exports.router=s;exports.default=P;exports.platformApi=T;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("vue");require("./index.vue_vue_type_style_index_0_scoped_6b92e250_lang-q3DGLIIs.cjs");const C=require("./index-BpPyaNFa.cjs");require("./dayjs.min-DVo59XIL.cjs");require("./index-lSSjgCKI.cjs");const q=require("./menu-__WRVDPn.cjs");require("./request-BC2w2vGr.cjs");;/* empty css */const s=require("./ss-component2.cjs"),t=require("./index-RoXicHV9.cjs"),r=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./main-BideAELp.cjs")));r.install=e=>{e.component("ssComponent",r)};const i=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-FTqf_S3u.cjs")).then(e=>e.index$1));i.install=e=>{e.component("ssTab",i)};const c=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-CvQ7eB-s.cjs")).then(e=>e.index));c.install=e=>{e.component("ssMenu",c)};const l=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-CJxj8GKZ.cjs")));l.install=e=>{e.component("ssMenuComponent",l)};const m=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-B9uydKfA.cjs")));m.install=e=>{e.component("ssCanvas",m)};const u=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-BVaHwt5f.cjs")));u.install=e=>{e.component("ssFold",u)};const a=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-DMo9-VrK.cjs")).then(e=>e.index));a.install=e=>{e.component("ssAvatar",a)};const h=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./threeModel-BAdqELon.cjs")));h.install=e=>{e.component("ssThree",h)};const f=n.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./threeViewerHost-C7e-tZfB.cjs")).then(e=>e.threeViewerHost));f.install=e=>{e.component("threeViewerHost",f)};const p=q.useMenuState(),v=[r,i,c,l,m,u,a,h,f],P=e=>{v.forEach(o=>{e.use(o)}),e.use(s),e.config.globalProperties.$router=s},g=e=>{switch(e){case"browser":return t.browserThemeConfig;case"client":return t.clientThemeConfig;case"three":return t.threeThemeConfig}},y=e=>{const o=document.documentElement;e==null||e.forEach(d=>{o.style.setProperty(d.name,d.value)})},A=e=>{p.setPlatform(e);const o=g(e);y(o)},T={getPlatform:p.getPlatform,setPlatform:p.setPlatform,initPlatform:A};exports.SvgIcon=C.SvgIcon;exports.router=s;exports.default=P;exports.platformApi=T;