lty-protocol 1.0.37 → 1.0.39
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.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tab-content[data-v-
|
|
1
|
+
.tab-content[data-v-58bcba54]{padding:20px}.config-item[data-v-58bcba54]{margin-bottom:16px;display:flex;align-items:center}.config-item label[data-v-58bcba54]{width:120px;margin-right:16px}.config-item input[data-v-58bcba54]{flex:1;padding:8px;border:1px solid #ddd;border-radius:4px}
|
package/dist/lty-protocol.mjs
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as C, inject as k, computed as S, openBlock as p, createBlock as g, resolveDynamicComponent as b, unref as v, normalizeProps as A, guardReactiveProps as D, createElementBlock as m, Fragment as _, renderList as V, toDisplayString as B, createCommentVNode as x, createVNode as L, normalizeStyle as j, withCtx as P, renderSlot as R, ref as K, createElementVNode as F } from "vue";
|
|
2
|
+
const T = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */ C({
|
|
3
3
|
__name: "Input",
|
|
4
4
|
props: {
|
|
5
5
|
modelValue: {}
|
|
6
6
|
},
|
|
7
7
|
emits: ["update:modelValue"],
|
|
8
|
-
setup(
|
|
9
|
-
const n =
|
|
10
|
-
if (!
|
|
8
|
+
setup(a, { emit: e }) {
|
|
9
|
+
const n = a, s = e, o = k(T);
|
|
10
|
+
if (!o || !o.Input)
|
|
11
11
|
throw new Error("Input not registered");
|
|
12
|
-
const c =
|
|
12
|
+
const c = o.Input, u = c.modelProp ?? "modelValue", r = c.modelEvent ?? "update:modelValue", l = "on" + r.charAt(0).toUpperCase() + r.slice(1), t = S(() => ({
|
|
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(), g(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
|
-
},
|
|
21
|
+
}, H = /* @__PURE__ */ C({
|
|
22
22
|
__name: "IpInput",
|
|
23
23
|
props: {
|
|
24
24
|
modelValue: {}
|
|
25
25
|
},
|
|
26
26
|
emits: ["update:modelValue"],
|
|
27
|
-
setup(
|
|
28
|
-
const n =
|
|
27
|
+
setup(a, { emit: e }) {
|
|
28
|
+
const n = a, s = e, o = S({
|
|
29
29
|
get: () => {
|
|
30
30
|
const r = (n.modelValue || "0.0.0.0").split(":"), l = r[0].split(".");
|
|
31
31
|
return r.length > 1 ? [...l, r[1]] : l;
|
|
@@ -38,7 +38,7 @@ const S = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */ _({
|
|
|
38
38
|
s("update:modelValue", u.join("."));
|
|
39
39
|
}
|
|
40
40
|
}), c = (u, r) => {
|
|
41
|
-
const l = [...
|
|
41
|
+
const l = [...o.value];
|
|
42
42
|
if (u < 4) {
|
|
43
43
|
let t = parseInt(r, 10);
|
|
44
44
|
isNaN(t) && (t = 0), t < 0 && (t = 0), t > 255 && (t = 255), l[u] = t.toString();
|
|
@@ -46,105 +46,105 @@ const S = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */ _({
|
|
|
46
46
|
let t = parseInt(r, 10);
|
|
47
47
|
isNaN(t) && (t = 0), t < 0 && (t = 0), t > 65535 && (t = 65535), l[u] = t.toString();
|
|
48
48
|
}
|
|
49
|
-
|
|
49
|
+
o.value = l;
|
|
50
50
|
};
|
|
51
|
-
return (u, r) => (p(),
|
|
52
|
-
(p(!0),
|
|
53
|
-
t > 0 ? (p(),
|
|
51
|
+
return (u, r) => (p(), m("div", z, [
|
|
52
|
+
(p(!0), m(_, null, V(o.value, (l, t) => (p(), m(_, { key: t }, [
|
|
53
|
+
t > 0 ? (p(), m("span", G, B(t === 4 ? ":" : "."), 1)) : x("", !0),
|
|
54
54
|
L($, {
|
|
55
55
|
"model-value": l,
|
|
56
56
|
"onUpdate:modelValue": (i) => c(t, i),
|
|
57
57
|
style: j({
|
|
58
58
|
borderLeft: t > 0 ? "none" : "",
|
|
59
|
-
borderRight: t <
|
|
60
|
-
borderRadius: t === 0 ? "4px 0 0 4px" : t ===
|
|
59
|
+
borderRight: t < o.value.length - 1 ? "none" : "",
|
|
60
|
+
borderRadius: t === 0 ? "4px 0 0 4px" : t === o.value.length - 1 ? "0 4px 4px 0" : "0"
|
|
61
61
|
})
|
|
62
62
|
}, null, 8, ["model-value", "onUpdate:modelValue", "style"])
|
|
63
63
|
], 64))), 128))
|
|
64
64
|
]));
|
|
65
65
|
}
|
|
66
|
-
}), Y = /* @__PURE__ */
|
|
66
|
+
}), Y = /* @__PURE__ */ C({
|
|
67
67
|
__name: "InputNumber",
|
|
68
68
|
props: {
|
|
69
69
|
modelValue: {}
|
|
70
70
|
},
|
|
71
71
|
emits: ["update:modelValue"],
|
|
72
|
-
setup(
|
|
73
|
-
const n =
|
|
74
|
-
if (console.log("inject result:",
|
|
72
|
+
setup(a, { emit: e }) {
|
|
73
|
+
const n = a, s = e, o = k(T);
|
|
74
|
+
if (console.log("inject result:", o), !o || !o.InputNumber)
|
|
75
75
|
throw new Error("InputNumber not registered");
|
|
76
|
-
const c =
|
|
76
|
+
const c = o.InputNumber, u = c.modelProp ?? "modelValue", r = c.modelEvent ?? "update:modelValue", l = "on" + r.charAt(0).toUpperCase() + r.slice(1), t = S(() => ({
|
|
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(), g(b(v(i)), A(D(t.value)), null, 16));
|
|
81
81
|
}
|
|
82
|
-
}), J = /* @__PURE__ */
|
|
82
|
+
}), J = /* @__PURE__ */ C({
|
|
83
83
|
__name: "Tab",
|
|
84
84
|
props: {
|
|
85
85
|
modelValue: {},
|
|
86
86
|
tabs: {}
|
|
87
87
|
},
|
|
88
88
|
emits: ["update:modelValue"],
|
|
89
|
-
setup(
|
|
90
|
-
const n =
|
|
91
|
-
if (!
|
|
89
|
+
setup(a, { emit: e }) {
|
|
90
|
+
const n = a, s = e, o = k(T);
|
|
91
|
+
if (!o || !o.Tab)
|
|
92
92
|
throw new Error("Tab not registered");
|
|
93
|
-
if (!
|
|
93
|
+
if (!o || !o.TabItem)
|
|
94
94
|
throw new Error("TabItem not registered");
|
|
95
|
-
const c =
|
|
95
|
+
const c = o.Tab, u = o.TabItem, r = c.modelProp ?? "modelValue", l = c.modelEvent ?? "update:modelValue", t = "on" + l.charAt(0).toUpperCase() + l.slice(1), i = S(() => ({
|
|
96
96
|
[r]: n.modelValue,
|
|
97
|
-
[t]: (
|
|
97
|
+
[t]: (E) => s("update:modelValue", E)
|
|
98
98
|
})), f = c.component, M = u.component;
|
|
99
|
-
return (
|
|
99
|
+
return (E, re) => (p(), g(b(v(f)), A(D(i.value)), {
|
|
100
100
|
default: P(() => [
|
|
101
|
-
(p(!0),
|
|
102
|
-
key:
|
|
103
|
-
label:
|
|
104
|
-
name:
|
|
101
|
+
(p(!0), m(_, null, V(a.tabs, (h) => (p(), g(b(v(M)), {
|
|
102
|
+
key: h.key,
|
|
103
|
+
label: E.$t(h.name.i18nKey),
|
|
104
|
+
name: h.key
|
|
105
105
|
}, {
|
|
106
106
|
default: P(() => [
|
|
107
|
-
R(
|
|
107
|
+
R(E.$slots, h.key)
|
|
108
108
|
]),
|
|
109
109
|
_: 2
|
|
110
110
|
}, 1032, ["label", "name"]))), 128)),
|
|
111
|
-
R(
|
|
111
|
+
R(E.$slots, "default")
|
|
112
112
|
]),
|
|
113
113
|
_: 3
|
|
114
114
|
}, 16));
|
|
115
115
|
}
|
|
116
|
-
}), q = /* @__PURE__ */
|
|
116
|
+
}), q = /* @__PURE__ */ C({
|
|
117
117
|
__name: "Ethernet",
|
|
118
118
|
props: {
|
|
119
|
-
|
|
119
|
+
data: {}
|
|
120
120
|
},
|
|
121
|
-
setup(
|
|
122
|
-
const e =
|
|
121
|
+
setup(a) {
|
|
122
|
+
const e = a, n = K(e.data.tab[0]?.key || ""), s = K({});
|
|
123
123
|
(() => {
|
|
124
|
-
const r = e.
|
|
124
|
+
const r = e.data.config;
|
|
125
125
|
for (const l in r)
|
|
126
126
|
r[l].forEach((i) => {
|
|
127
127
|
s.value[i.key] = i.defaultValue;
|
|
128
128
|
});
|
|
129
129
|
})();
|
|
130
|
-
const c = (r) => e.
|
|
131
|
-
return (r, l) => (p(),
|
|
130
|
+
const c = (r) => e.data.config[r] || [], u = (r) => r === "ipInput" ? H : "input";
|
|
131
|
+
return (r, l) => (p(), m("div", null, [
|
|
132
132
|
L(J, {
|
|
133
133
|
modelValue: n.value,
|
|
134
134
|
"onUpdate:modelValue": l[0] || (l[0] = (t) => n.value = t),
|
|
135
|
-
tabs:
|
|
135
|
+
tabs: a.data.tab
|
|
136
136
|
}, {
|
|
137
137
|
default: P(() => [
|
|
138
|
-
(p(!0),
|
|
138
|
+
(p(!0), m(_, null, V(a.data.tab, (t) => (p(), m("div", {
|
|
139
139
|
key: t.key,
|
|
140
140
|
class: "tab-content"
|
|
141
141
|
}, [
|
|
142
|
-
(p(!0),
|
|
142
|
+
(p(!0), m(_, null, V(c(t.key), (i) => (p(), m("div", {
|
|
143
143
|
key: i.key,
|
|
144
144
|
class: "config-item"
|
|
145
145
|
}, [
|
|
146
|
-
F("label", null, B(i.name.i18nKey), 1),
|
|
147
|
-
(p(),
|
|
146
|
+
F("label", null, B(r.$t(i.name.i18nKey)), 1),
|
|
147
|
+
(p(), g(b(u(i.componentType)), {
|
|
148
148
|
modelValue: s.value[i.key],
|
|
149
149
|
"onUpdate:modelValue": (f) => s.value[i.key] = f
|
|
150
150
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]))
|
|
@@ -155,13 +155,13 @@ const S = /* @__PURE__ */ Symbol("UI_KEY"), $ = /* @__PURE__ */ _({
|
|
|
155
155
|
}, 8, ["modelValue", "tabs"])
|
|
156
156
|
]));
|
|
157
157
|
}
|
|
158
|
-
}), Q = (
|
|
159
|
-
const n =
|
|
160
|
-
for (const [s,
|
|
161
|
-
n[s] =
|
|
158
|
+
}), Q = (a, e) => {
|
|
159
|
+
const n = a.__vccOpts || a;
|
|
160
|
+
for (const [s, o] of e)
|
|
161
|
+
n[s] = o;
|
|
162
162
|
return n;
|
|
163
|
-
}, W = /* @__PURE__ */ Q(q, [["__scopeId", "data-v-
|
|
164
|
-
class
|
|
163
|
+
}, W = /* @__PURE__ */ Q(q, [["__scopeId", "data-v-58bcba54"]]);
|
|
164
|
+
class d {
|
|
165
165
|
id;
|
|
166
166
|
deviceId;
|
|
167
167
|
type;
|
|
@@ -170,10 +170,10 @@ class m {
|
|
|
170
170
|
this.id = e.id, this.deviceId = e.deviceId;
|
|
171
171
|
}
|
|
172
172
|
static register(e, n) {
|
|
173
|
-
|
|
173
|
+
d.registry[e] = n;
|
|
174
174
|
}
|
|
175
175
|
static fromPlain(e) {
|
|
176
|
-
const n =
|
|
176
|
+
const n = d.registry[e.type];
|
|
177
177
|
if (!n) throw new Error(`Unsupported protocol type: ${e.type}`);
|
|
178
178
|
return n.fromPlain(e);
|
|
179
179
|
}
|
|
@@ -181,38 +181,38 @@ class m {
|
|
|
181
181
|
class X {
|
|
182
182
|
static getDefaultConfig(e) {
|
|
183
183
|
console.log(1231231, e);
|
|
184
|
-
const n = e.baseInfo, s = e.configuration,
|
|
184
|
+
const n = e.baseInfo, s = e.configuration, o = e.tab;
|
|
185
185
|
return {
|
|
186
186
|
baseInfo: n,
|
|
187
187
|
config: s,
|
|
188
|
-
tab:
|
|
188
|
+
tab: o
|
|
189
189
|
};
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
|
-
const Z = "Ethernet", ee = [{ 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" } }], te = [{ name: { i18nKey: "general" }, key: "general" }, { name: { i18nKey: "ioMapping" }, key: "ioMapping" }], ne = { 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" }] },
|
|
192
|
+
const Z = "Ethernet", ee = [{ 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" } }], te = [{ name: { i18nKey: "general" }, key: "general" }, { name: { i18nKey: "ioMapping" }, key: "ioMapping" }], ne = { 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" }] }, ae = {
|
|
193
193
|
type: Z,
|
|
194
194
|
baseInfo: ee,
|
|
195
195
|
tab: te,
|
|
196
196
|
configuration: ne
|
|
197
197
|
};
|
|
198
|
-
class U extends
|
|
198
|
+
class U extends d {
|
|
199
199
|
type = y.ETHERNET;
|
|
200
|
-
moduleType =
|
|
200
|
+
moduleType = I[y.ETHERNET];
|
|
201
201
|
baseInfo;
|
|
202
202
|
config;
|
|
203
203
|
tab;
|
|
204
204
|
constructor(e) {
|
|
205
205
|
super(e);
|
|
206
|
-
const { baseInfo: n, config: s, tab:
|
|
207
|
-
this.baseInfo = n, this.config = s, this.tab =
|
|
206
|
+
const { baseInfo: n, config: s, tab: o } = X.getDefaultConfig(ae);
|
|
207
|
+
this.baseInfo = n, this.config = s, this.tab = o;
|
|
208
208
|
}
|
|
209
209
|
static fromPlain(e) {
|
|
210
210
|
return new U(e);
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
|
-
class N extends
|
|
213
|
+
class N extends d {
|
|
214
214
|
type = y.MODBUS_TCP_SERVER;
|
|
215
|
-
moduleType =
|
|
215
|
+
moduleType = I[y.MODBUS_TCP_SERVER];
|
|
216
216
|
constructor(e) {
|
|
217
217
|
super(e);
|
|
218
218
|
}
|
|
@@ -220,9 +220,9 @@ class N extends m {
|
|
|
220
220
|
return new N(e);
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
|
-
class O extends
|
|
223
|
+
class O extends d {
|
|
224
224
|
type = y.MODBUS_TCP_CLIENT;
|
|
225
|
-
moduleType =
|
|
225
|
+
moduleType = I[y.MODBUS_TCP_CLIENT];
|
|
226
226
|
constructor(e) {
|
|
227
227
|
super(e);
|
|
228
228
|
}
|
|
@@ -230,9 +230,9 @@ class O extends m {
|
|
|
230
230
|
return new O(e);
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
class w extends
|
|
233
|
+
class w extends d {
|
|
234
234
|
type = y.MODBUS_TCP_SLAVE_DEVICE;
|
|
235
|
-
moduleType =
|
|
235
|
+
moduleType = I[y.MODBUS_TCP_SLAVE_DEVICE];
|
|
236
236
|
constructor(e) {
|
|
237
237
|
super(e);
|
|
238
238
|
}
|
|
@@ -240,8 +240,8 @@ class w extends m {
|
|
|
240
240
|
return new w(e);
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
|
-
var y = /* @__PURE__ */ ((
|
|
244
|
-
const
|
|
243
|
+
var y = /* @__PURE__ */ ((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))(y || {});
|
|
244
|
+
const I = {
|
|
245
245
|
Pprogrammable: 4096,
|
|
246
246
|
// 根节点
|
|
247
247
|
Protgrammable_Safety: 4098,
|
|
@@ -298,11 +298,11 @@ const T = {
|
|
|
298
298
|
class le {
|
|
299
299
|
map = /* @__PURE__ */ new Map();
|
|
300
300
|
constructor() {
|
|
301
|
-
|
|
301
|
+
d.register("Ethernet", U), d.register("ModbusTCPServer", N), d.register("ModbusTCPClient", O), d.register("ModbusTCPSlaveDevice", w);
|
|
302
302
|
}
|
|
303
303
|
init(e) {
|
|
304
304
|
this.clear(), e.forEach((n) => {
|
|
305
|
-
const s =
|
|
305
|
+
const s = d.fromPlain(n);
|
|
306
306
|
this.map.set(n.id, s);
|
|
307
307
|
});
|
|
308
308
|
}
|
|
@@ -325,10 +325,10 @@ class le {
|
|
|
325
325
|
this.map.clear();
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
|
-
const
|
|
329
|
-
install(
|
|
330
|
-
e &&
|
|
331
|
-
|
|
328
|
+
const oe = [$, Y, H, W], ue = {
|
|
329
|
+
install(a, e) {
|
|
330
|
+
e && a.provide(T, e), oe.forEach((n) => {
|
|
331
|
+
a.component(n.name, n);
|
|
332
332
|
});
|
|
333
333
|
}
|
|
334
334
|
};
|
|
@@ -337,14 +337,14 @@ export {
|
|
|
337
337
|
U as EthernetProtocolItem,
|
|
338
338
|
$ as Input,
|
|
339
339
|
Y as InputNumber,
|
|
340
|
-
|
|
340
|
+
H as IpInput,
|
|
341
341
|
O as ModbusTCPClientProtocolItem,
|
|
342
342
|
N as ModbusTCPServerProtocolItem,
|
|
343
343
|
w as ModbusTCPSlaveDeviceProtocolItem,
|
|
344
344
|
le as ProtocolCollection,
|
|
345
|
-
|
|
345
|
+
d as ProtocolItem,
|
|
346
346
|
y as ProtocolType,
|
|
347
|
-
|
|
347
|
+
T as UI_KEY,
|
|
348
348
|
ue as default,
|
|
349
|
-
|
|
349
|
+
I as protocolMap
|
|
350
350
|
};
|
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 E=Symbol("UI_KEY"),
|
|
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 E=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(E);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(E);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(E);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]:C=>s("update:modelValue",C)})),y=d.component,I=p.component;return(C,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,T=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(I)),{key:T.key,label:C.$t(T.name.i18nKey),name:T.key},{default:e.withCtx(()=>[e.renderSlot(C.$slots,T.key)]),_:2},1032,["label","name"]))),128)),e.renderSlot(C.$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 b extends u{type=f.ETHERNET;moduleType=g[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 b(t)}}class _ extends u{type=f.MODBUS_TCP_SERVER;moduleType=g[f.MODBUS_TCP_SERVER];constructor(t){super(t)}static fromPlain(t){return new _(t)}}class h extends u{type=f.MODBUS_TCP_CLIENT;moduleType=g[f.MODBUS_TCP_CLIENT];constructor(t){super(t)}static fromPlain(t){return new h(t)}}class k extends u{type=f.MODBUS_TCP_SLAVE_DEVICE;moduleType=g[f.MODBUS_TCP_SLAVE_DEVICE];constructor(t){super(t)}static fromPlain(t){return new k(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 g={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",b),u.register("ModbusTCPServer",_),u.register("ModbusTCPClient",h),u.register("ModbusTCPSlaveDevice",k)}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(E,t),O.forEach(o=>{a.component(o.name,o)})}};i.Ethernet=M,i.EthernetProtocolItem=b,i.Input=S,i.InputNumber=P,i.IpInput=V,i.ModbusTCPClientProtocolItem=h,i.ModbusTCPServerProtocolItem=_,i.ModbusTCPSlaveDeviceProtocolItem=k,i.ProtocolCollection=w,i.ProtocolItem=u,i.ProtocolType=f,i.UI_KEY=E,i.default=R,i.protocolMap=g,Object.defineProperties(i,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EthernetProtocolItem } from '../models/modbus';
|
|
2
2
|
type __VLS_Props = {
|
|
3
|
-
|
|
3
|
+
data: EthernetProtocolItem;
|
|
4
4
|
};
|
|
5
5
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
6
|
export default _default;
|