lty-protocol 1.0.39 → 1.0.41
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/lty-protocol.mjs +24 -23
- package/dist/lty-protocol.umd.js +1 -1
- package/package.json +1 -1
package/dist/lty-protocol.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const T = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */
|
|
1
|
+
import { defineComponent as h, inject as k, computed as S, openBlock as p, createBlock as b, resolveDynamicComponent as _, unref as v, normalizeProps as A, guardReactiveProps as D, createElementBlock as m, Fragment as C, renderList as V, toDisplayString as B, createCommentVNode as j, createVNode as L, normalizeStyle as x, withCtx as P, renderSlot as K, ref as R, createElementVNode as F } from "vue";
|
|
2
|
+
const T = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */ h({
|
|
3
3
|
__name: "Input",
|
|
4
4
|
props: {
|
|
5
5
|
modelValue: {}
|
|
@@ -13,12 +13,12 @@ const T = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */ C({
|
|
|
13
13
|
[u]: n.modelValue,
|
|
14
14
|
[l]: (f) => s("update:modelValue", f)
|
|
15
15
|
})), i = c.component;
|
|
16
|
-
return (f, M) => (p(),
|
|
16
|
+
return (f, M) => (p(), b(_(v(i)), A(D(t.value)), null, 16));
|
|
17
17
|
}
|
|
18
18
|
}), z = { style: { display: "flex", "align-items": "center" } }, G = {
|
|
19
19
|
key: 0,
|
|
20
20
|
style: { margin: "0 4px", "background-color": "inherit" }
|
|
21
|
-
}, H = /* @__PURE__ */
|
|
21
|
+
}, H = /* @__PURE__ */ h({
|
|
22
22
|
__name: "IpInput",
|
|
23
23
|
props: {
|
|
24
24
|
modelValue: {}
|
|
@@ -49,12 +49,12 @@ const T = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */ C({
|
|
|
49
49
|
o.value = l;
|
|
50
50
|
};
|
|
51
51
|
return (u, r) => (p(), m("div", z, [
|
|
52
|
-
(p(!0), m(
|
|
53
|
-
t > 0 ? (p(), m("span", G, B(t === 4 ? ":" : "."), 1)) :
|
|
52
|
+
(p(!0), m(C, null, V(o.value, (l, t) => (p(), m(C, { key: t }, [
|
|
53
|
+
t > 0 ? (p(), m("span", G, B(t === 4 ? ":" : "."), 1)) : j("", !0),
|
|
54
54
|
L($, {
|
|
55
55
|
"model-value": l,
|
|
56
56
|
"onUpdate:modelValue": (i) => c(t, i),
|
|
57
|
-
style:
|
|
57
|
+
style: x({
|
|
58
58
|
borderLeft: t > 0 ? "none" : "",
|
|
59
59
|
borderRight: t < o.value.length - 1 ? "none" : "",
|
|
60
60
|
borderRadius: t === 0 ? "4px 0 0 4px" : t === o.value.length - 1 ? "0 4px 4px 0" : "0"
|
|
@@ -63,7 +63,7 @@ const T = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */ C({
|
|
|
63
63
|
], 64))), 128))
|
|
64
64
|
]));
|
|
65
65
|
}
|
|
66
|
-
}), Y = /* @__PURE__ */
|
|
66
|
+
}), Y = /* @__PURE__ */ h({
|
|
67
67
|
__name: "InputNumber",
|
|
68
68
|
props: {
|
|
69
69
|
modelValue: {}
|
|
@@ -77,9 +77,9 @@ const T = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */ C({
|
|
|
77
77
|
[u]: n.modelValue,
|
|
78
78
|
[l]: (f) => s("update:modelValue", f)
|
|
79
79
|
})), i = c.component;
|
|
80
|
-
return (f, M) => (p(),
|
|
80
|
+
return (f, M) => (p(), b(_(v(i)), A(D(t.value)), null, 16));
|
|
81
81
|
}
|
|
82
|
-
}), J = /* @__PURE__ */
|
|
82
|
+
}), J = /* @__PURE__ */ h({
|
|
83
83
|
__name: "Tab",
|
|
84
84
|
props: {
|
|
85
85
|
modelValue: {},
|
|
@@ -96,30 +96,31 @@ const T = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */ C({
|
|
|
96
96
|
[r]: n.modelValue,
|
|
97
97
|
[t]: (E) => s("update:modelValue", E)
|
|
98
98
|
})), f = c.component, M = u.component;
|
|
99
|
-
return (E, re) => (p(),
|
|
99
|
+
return (E, re) => (p(), b(_(v(f)), A(D(i.value)), {
|
|
100
100
|
default: P(() => [
|
|
101
|
-
(p(!0), m(
|
|
102
|
-
key:
|
|
103
|
-
label: E.$t(
|
|
104
|
-
|
|
101
|
+
(p(!0), m(C, null, V(a.tabs, (g) => (p(), b(_(v(M)), {
|
|
102
|
+
key: g.key,
|
|
103
|
+
label: E.$t(g.name.i18nKey),
|
|
104
|
+
tab: E.$t(g.name.i18nKey),
|
|
105
|
+
name: g.key
|
|
105
106
|
}, {
|
|
106
107
|
default: P(() => [
|
|
107
|
-
|
|
108
|
+
K(E.$slots, g.key)
|
|
108
109
|
]),
|
|
109
110
|
_: 2
|
|
110
|
-
}, 1032, ["label", "name"]))), 128)),
|
|
111
|
-
|
|
111
|
+
}, 1032, ["label", "tab", "name"]))), 128)),
|
|
112
|
+
K(E.$slots, "default")
|
|
112
113
|
]),
|
|
113
114
|
_: 3
|
|
114
115
|
}, 16));
|
|
115
116
|
}
|
|
116
|
-
}), q = /* @__PURE__ */
|
|
117
|
+
}), q = /* @__PURE__ */ h({
|
|
117
118
|
__name: "Ethernet",
|
|
118
119
|
props: {
|
|
119
120
|
data: {}
|
|
120
121
|
},
|
|
121
122
|
setup(a) {
|
|
122
|
-
const e = a, n =
|
|
123
|
+
const e = a, n = R(e.data.tab[0]?.key || ""), s = R({});
|
|
123
124
|
(() => {
|
|
124
125
|
const r = e.data.config;
|
|
125
126
|
for (const l in r)
|
|
@@ -135,16 +136,16 @@ const T = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */ C({
|
|
|
135
136
|
tabs: a.data.tab
|
|
136
137
|
}, {
|
|
137
138
|
default: P(() => [
|
|
138
|
-
(p(!0), m(
|
|
139
|
+
(p(!0), m(C, null, V(a.data.tab, (t) => (p(), m("div", {
|
|
139
140
|
key: t.key,
|
|
140
141
|
class: "tab-content"
|
|
141
142
|
}, [
|
|
142
|
-
(p(!0), m(
|
|
143
|
+
(p(!0), m(C, null, V(c(t.key), (i) => (p(), m("div", {
|
|
143
144
|
key: i.key,
|
|
144
145
|
class: "config-item"
|
|
145
146
|
}, [
|
|
146
147
|
F("label", null, B(r.$t(i.name.i18nKey)), 1),
|
|
147
|
-
(p(),
|
|
148
|
+
(p(), b(_(u(i.componentType)), {
|
|
148
149
|
modelValue: s.value[i.key],
|
|
149
150
|
"onUpdate:modelValue": (f) => s.value[i.key] = f
|
|
150
151
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]))
|
package/dist/lty-protocol.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(i,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(i=typeof globalThis<"u"?globalThis:i||self,e(i["lty-protocol"]={},i.Vue))})(this,(function(i,e){"use strict";const
|
|
1
|
+
(function(i,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(i=typeof globalThis<"u"?globalThis:i||self,e(i["lty-protocol"]={},i.Vue))})(this,(function(i,e){"use strict";const g=Symbol("UI_KEY"),S=e.defineComponent({__name:"Input",props:{modelValue:{}},emits:["update:modelValue"],setup(a,{emit:t}){const o=a,s=t,r=e.inject(g);if(!r||!r.Input)throw new Error("Input not registered");const d=r.Input,p=d.modelProp??"modelValue",l=d.modelEvent??"update:modelValue",c="on"+l.charAt(0).toUpperCase()+l.slice(1),n=e.computed(()=>({[p]:o.modelValue,[c]:y=>s("update:modelValue",y)})),m=d.component;return(y,I)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(m)),e.normalizeProps(e.guardReactiveProps(n.value)),null,16))}}),B={style:{display:"flex","align-items":"center"}},D={key:0,style:{margin:"0 4px","background-color":"inherit"}},V=e.defineComponent({__name:"IpInput",props:{modelValue:{}},emits:["update:modelValue"],setup(a,{emit:t}){const o=a,s=t,r=e.computed({get:()=>{const l=(o.modelValue||"0.0.0.0").split(":"),c=l[0].split(".");return l.length>1?[...c,l[1]]:c},set:p=>{if(p.length>4){const l=p.slice(0,4),c=p[4];s("update:modelValue",`${l.join(".")}:${c}`)}else s("update:modelValue",p.join("."))}}),d=(p,l)=>{const c=[...r.value];if(p<4){let n=parseInt(l,10);isNaN(n)&&(n=0),n<0&&(n=0),n>255&&(n=255),c[p]=n.toString()}else{let n=parseInt(l,10);isNaN(n)&&(n=0),n<0&&(n=0),n>65535&&(n=65535),c[p]=n.toString()}r.value=c};return(p,l)=>(e.openBlock(),e.createElementBlock("div",B,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(c,n)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:n},[n>0?(e.openBlock(),e.createElementBlock("span",D,e.toDisplayString(n===4?":":"."),1)):e.createCommentVNode("",!0),e.createVNode(S,{"model-value":c,"onUpdate:modelValue":m=>d(n,m),style:e.normalizeStyle({borderLeft:n>0?"none":"",borderRight:n<r.value.length-1?"none":"",borderRadius:n===0?"4px 0 0 4px":n===r.value.length-1?"0 4px 4px 0":"0"})},null,8,["model-value","onUpdate:modelValue","style"])],64))),128))]))}}),P=e.defineComponent({__name:"InputNumber",props:{modelValue:{}},emits:["update:modelValue"],setup(a,{emit:t}){const o=a,s=t,r=e.inject(g);if(console.log("inject result:",r),!r||!r.InputNumber)throw new Error("InputNumber not registered");const d=r.InputNumber,p=d.modelProp??"modelValue",l=d.modelEvent??"update:modelValue",c="on"+l.charAt(0).toUpperCase()+l.slice(1),n=e.computed(()=>({[p]:o.modelValue,[c]:y=>s("update:modelValue",y)})),m=d.component;return(y,I)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(m)),e.normalizeProps(e.guardReactiveProps(n.value)),null,16))}}),A=e.defineComponent({__name:"Tab",props:{modelValue:{},tabs:{}},emits:["update:modelValue"],setup(a,{emit:t}){const o=a,s=t,r=e.inject(g);if(!r||!r.Tab)throw new Error("Tab not registered");if(!r||!r.TabItem)throw new Error("TabItem not registered");const d=r.Tab,p=r.TabItem,l=d.modelProp??"modelValue",c=d.modelEvent??"update:modelValue",n="on"+c.charAt(0).toUpperCase()+c.slice(1),m=e.computed(()=>({[l]:o.modelValue,[n]:E=>s("update:modelValue",E)})),y=d.component,I=p.component;return(E,z)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(y)),e.normalizeProps(e.guardReactiveProps(m.value)),{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.tabs,b=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(I)),{key:b.key,label:E.$t(b.name.i18nKey),tab:E.$t(b.name.i18nKey),name:b.key},{default:e.withCtx(()=>[e.renderSlot(E.$slots,b.key)]),_:2},1032,["label","tab","name"]))),128)),e.renderSlot(E.$slots,"default")]),_:3},16))}}),M=((a,t)=>{const o=a.__vccOpts||a;for(const[s,r]of t)o[s]=r;return o})(e.defineComponent({__name:"Ethernet",props:{data:{}},setup(a){const t=a,o=e.ref(t.data.tab[0]?.key||""),s=e.ref({});(()=>{const l=t.data.config;for(const c in l)l[c].forEach(m=>{s.value[m.key]=m.defaultValue})})();const d=l=>t.data.config[l]||[],p=l=>l==="ipInput"?V:"input";return(l,c)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(A,{modelValue:o.value,"onUpdate:modelValue":c[0]||(c[0]=n=>o.value=n),tabs:a.data.tab},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.data.tab,n=>(e.openBlock(),e.createElementBlock("div",{key:n.key,class:"tab-content"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d(n.key),m=>(e.openBlock(),e.createElementBlock("div",{key:m.key,class:"config-item"},[e.createElementVNode("label",null,e.toDisplayString(l.$t(m.name.i18nKey)),1),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(p(m.componentType)),{modelValue:s.value[m.key],"onUpdate:modelValue":y=>s.value[m.key]=y},null,8,["modelValue","onUpdate:modelValue"]))]))),128))]))),128))]),_:1},8,["modelValue","tabs"])]))}}),[["__scopeId","data-v-58bcba54"]]);class u{id;deviceId;type;static registry={};constructor(t){this.id=t.id,this.deviceId=t.deviceId}static register(t,o){u.registry[t]=o}static fromPlain(t){const o=u.registry[t.type];if(!o)throw new Error(`Unsupported protocol type: ${t.type}`);return o.fromPlain(t)}}class U{static getDefaultConfig(t){console.log(1231231,t);const o=t.baseInfo,s=t.configuration,r=t.tab;return{baseInfo:o,config:s,tab:r}}}const N={type:"Ethernet",baseInfo:[{key:"name",name:{i18nKey:"name"},defaultValue:"Ethernet"},{key:"supplier",name:{i18nKey:"supplier"},defaultValue:{i18nKey:"company"}},{key:"version",name:{i18nKey:"verison"},defaultValue:"1.0.0.0"},{key:"description",name:{i18nKey:"description"},defaultValue:{i18nKey:"descriptionMap.ethernet"}},{key:"category",name:{i18nKey:"category"},defaultValue:{i18nKey:"ethernet"}}],tab:[{name:{i18nKey:"general"},key:"general"},{name:{i18nKey:"ioMapping"},key:"ioMapping"}],configuration:{general:[{key:"netInterface",name:{i18nKey:"netInterface"},dataType:"string",componentType:"strInput",defaultValue:""},{key:"ipAddress",name:{i18nKey:"ipAddress"},dataType:"string",componentType:"ipInput",defaultValue:"192.168.1.1"},{key:"subnetMask",name:{i18nKey:"subnetMask"},dataType:"string",componentType:"ipInput",defaultValue:"255.255.255.0"},{key:"defaultGateway",name:{i18nKey:"defaultGateway"},dataType:"string",componentType:"ipInput",defaultValue:"0.0.0.0"},{key:"adaptedOSConfiguration",name:{i18nKey:"adaptedOSConfiguration"},dataType:"boolean",componentType:"switch",defaultValue:!1}],ioMapping:[{key:"busCycleTask",name:{i18nKey:"busCycleTask"},dataType:"string",componentType:"select",defaultValue:"-1"}]}};class _ extends u{type=f.ETHERNET;moduleType=C[f.ETHERNET];baseInfo;config;tab;constructor(t){super(t);const{baseInfo:o,config:s,tab:r}=U.getDefaultConfig(N);this.baseInfo=o,this.config=s,this.tab=r}static fromPlain(t){return new _(t)}}class h extends u{type=f.MODBUS_TCP_SERVER;moduleType=C[f.MODBUS_TCP_SERVER];constructor(t){super(t)}static fromPlain(t){return new h(t)}}class k extends u{type=f.MODBUS_TCP_CLIENT;moduleType=C[f.MODBUS_TCP_CLIENT];constructor(t){super(t)}static fromPlain(t){return new k(t)}}class T extends u{type=f.MODBUS_TCP_SLAVE_DEVICE;moduleType=C[f.MODBUS_TCP_SLAVE_DEVICE];constructor(t){super(t)}static fromPlain(t){return new T(t)}}var f=(a=>(a.ETHERNET="Ethernet",a.MODBUS_TCP_SERVER="ModbusTCPServer",a.MODBUS_TCP_CLIENT="ModbusTCPClient",a.MODBUS_TCP_SLAVE_DEVICE="ModbusTCPSlaveDevice",a.MODBUS_SERIAL_PORT="ModbusSerialPort",a.MODBUS_MASTER="ModbusMaster",a.MODBUS_SLAVE="ModbusSlave",a.MODBUS_SERIAL="ModbusSerial",a.OPCUA_SERVER="OPCUAServer",a.ETHER_CAT_MASTER="EtherCatMaster",a.ETHER_CAT_SLAVE="EtherCatSlave",a.ETHER_CAT_MODULE="EtherCatModule",a))(f||{});const C={Pprogrammable:4096,Protgrammable_Safety:4098,CAN_Master:16,CAN_Slave:17,CAN_Device:18,EtherCat_Master:64,EtherCat_Slave:65,ProfinetIO_Master:80,ProfinetIO_Device:81,EthernetIP_Scanner:100,EthernetIP_Adapter:101,Ethernet:110,ModbusTCPServer:88,ModbusTCPClient:89,ModbusTCPSlaveDevice:115,ModbusSerialPort:92,ModbusMaster:90,ModbusSlave:91,ModbusSerial:94,OPCUAServer:128,EtherCatMaster:64,EtherCatSlave:16384,EtherCatModule:16384};class w{map=new Map;constructor(){u.register("Ethernet",_),u.register("ModbusTCPServer",h),u.register("ModbusTCPClient",k),u.register("ModbusTCPSlaveDevice",T)}init(t){this.clear(),t.forEach(o=>{const s=u.fromPlain(o);this.map.set(o.id,s)})}build(t){return""}get(t){const o=Array.isArray(t)?t.map(s=>this.map.get(s)).filter(s=>s!==void 0):this.map.get(t);if(Array.isArray(o)&&!o.length||!o)throw new Error(`Protocol ${t} is not found.`);return o}add(t){this.map.set(t.id,t)}delete(t){Array.isArray(t)?t.forEach(o=>this.map.delete(o)):this.map.delete(t)}clear(){this.map.clear()}}const O=[S,P,V,M],R={install(a,t){t&&a.provide(g,t),O.forEach(o=>{a.component(o.name,o)})}};i.Ethernet=M,i.EthernetProtocolItem=_,i.Input=S,i.InputNumber=P,i.IpInput=V,i.ModbusTCPClientProtocolItem=k,i.ModbusTCPServerProtocolItem=h,i.ModbusTCPSlaveDeviceProtocolItem=T,i.ProtocolCollection=w,i.ProtocolItem=u,i.ProtocolType=f,i.UI_KEY=g,i.default=R,i.protocolMap=C,Object.defineProperties(i,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|