china-mobile-international-custom-components 0.0.55 → 0.0.56
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/es/AddOrEditSupplierDialog.mjs +86 -86
- package/es/ApplicationIcon.mjs +38 -37
- package/es/AuthSection.mjs +155 -156
- package/es/CodeView.mjs +170 -0
- package/es/CreateMcpForm.mjs +235 -225
- package/es/FileUploader.mjs +92 -87
- package/es/McpFormDialog.mjs +113 -114
- package/es/RadioGroup.mjs +59 -60
- package/es/assets/AuthSection.css +1 -1
- package/es/assets/CodeView.css +1 -0
- package/es/assets/CreateMcpForm.css +1 -1
- package/es/assets/McpFormDialog.css +1 -1
- package/es/assets/RadioGroup.css +1 -1
- package/es/chunks/mcp-tool.Nc4HT9IM.js +4 -0
- package/es/index.mjs +107 -104
- package/lib/AddOrEditSupplierDialog.js +1 -1
- package/lib/ApplicationIcon.js +1 -1
- package/lib/AuthSection.js +1 -1
- package/lib/CodeView.js +1 -0
- package/lib/CreateMcpForm.js +1 -1
- package/lib/FileUploader.js +1 -1
- package/lib/McpFormDialog.js +1 -1
- package/lib/RadioGroup.js +1 -1
- package/lib/assets/AuthSection.css +1 -1
- package/lib/assets/CodeView.css +1 -0
- package/lib/assets/CreateMcpForm.css +1 -1
- package/lib/assets/McpFormDialog.css +1 -1
- package/lib/assets/RadioGroup.css +1 -1
- package/lib/chunks/mcp-tool.fb1SS2wA.js +1 -0
- package/lib/index.js +1 -1
- package/package.json +10 -4
package/es/CreateMcpForm.mjs
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { w as
|
|
2
|
-
import { ref as
|
|
3
|
-
import { ElMessage as
|
|
1
|
+
import { w as D } from "./chunks/index.bCzIhWFw.js";
|
|
2
|
+
import { ref as R, reactive as y, createBlock as M, openBlock as A, unref as e, withCtx as n, createVNode as i, createCommentVNode as f, createElementVNode as s, toDisplayString as c, createTextVNode as I } from "vue";
|
|
3
|
+
import { ElForm as V, ElFormItem as p, ElTooltip as P, ElIcon as h, ElInput as E, ElMessage as _ } from "element-plus";
|
|
4
|
+
import { IconTip as L } from "color-message-aibox-vue";
|
|
4
5
|
import { o as B } from "./chunks/usePreview.BMkgYO7E.js";
|
|
5
6
|
import { AuthSection as k } from "./AuthSection.mjs";
|
|
6
7
|
import { RadioGroup as Y } from "./RadioGroup.mjs";
|
|
@@ -11,7 +12,7 @@ import { _ as K } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
|
11
12
|
import './assets/CreateMcpForm.css';const Q = { class: "label-with-icon" }, H = { class: "label-with-icon" }, q = { class: "auth-section-wrapper" }, z = {
|
|
12
13
|
__name: "CreateMcpForm",
|
|
13
14
|
setup(X, { expose: O }) {
|
|
14
|
-
const { t: o } = S(), { previewImage: F } = B(),
|
|
15
|
+
const { t: o } = S(), { previewImage: F } = B(), d = R(null), C = R(null), r = y({
|
|
15
16
|
icon: "",
|
|
16
17
|
iconUrl: "",
|
|
17
18
|
name: "",
|
|
@@ -20,10 +21,10 @@ import './assets/CreateMcpForm.css';const Q = { class: "label-with-icon" }, H =
|
|
|
20
21
|
// 默认值改为与 options 中的 value 匹配
|
|
21
22
|
address: "",
|
|
22
23
|
applyLink: ""
|
|
23
|
-
}), b =
|
|
24
|
+
}), b = R([
|
|
24
25
|
{ label: "SSE", value: "SSE" },
|
|
25
26
|
{ label: "Streamable HTTP", value: "HTTP" }
|
|
26
|
-
]),
|
|
27
|
+
]), l = y({
|
|
27
28
|
auth: {
|
|
28
29
|
authType: "none",
|
|
29
30
|
keyType: "custom",
|
|
@@ -32,7 +33,7 @@ import './assets/CreateMcpForm.css';const Q = { class: "label-with-icon" }, H =
|
|
|
32
33
|
paramValue: "",
|
|
33
34
|
token: ""
|
|
34
35
|
}
|
|
35
|
-
}), U =
|
|
36
|
+
}), U = R({
|
|
36
37
|
name: [
|
|
37
38
|
{
|
|
38
39
|
required: !0,
|
|
@@ -79,242 +80,251 @@ import './assets/CreateMcpForm.css';const Q = { class: "label-with-icon" }, H =
|
|
|
79
80
|
trigger: ["blur", "change"]
|
|
80
81
|
}
|
|
81
82
|
]
|
|
82
|
-
}),
|
|
83
|
-
|
|
83
|
+
}), m = R([]), N = (a) => {
|
|
84
|
+
r.iconUrl = a.url, r.icon = a.bnid, m.value = [a];
|
|
84
85
|
}, g = () => {
|
|
85
|
-
|
|
86
|
-
}, v = (
|
|
87
|
-
F(
|
|
86
|
+
r.iconUrl = "", r.icon = "", m.value = [];
|
|
87
|
+
}, v = (a) => {
|
|
88
|
+
F(a.url);
|
|
88
89
|
};
|
|
89
|
-
return O({ validate: async (
|
|
90
|
-
if (!
|
|
91
|
-
if (
|
|
92
|
-
const t =
|
|
90
|
+
return O({ validate: async (a) => {
|
|
91
|
+
if (!d.value) return !1;
|
|
92
|
+
if (C.value?.validateField) {
|
|
93
|
+
const t = C.value.validateField();
|
|
93
94
|
if (Object.keys(t).length > 0)
|
|
94
|
-
return t.paramName ?
|
|
95
|
+
return t.paramName ? _.error(
|
|
96
|
+
o("LIBRARY_CREATEMCPFORM.PARAMETER_NAME_REQUIRED") || "请输入密钥参数名"
|
|
97
|
+
) : t.paramValue ? _.error(
|
|
98
|
+
o("LIBRARY_CREATEMCPFORM.INPUT_API_KEY_REQUIRED") || "请输入密钥值"
|
|
99
|
+
) : t.token ? _.error(
|
|
100
|
+
o("LIBRARY_CREATEMCPFORM.INPUT_API_KEY_REQUIRED") || "请输入密钥值"
|
|
101
|
+
) : _.error(
|
|
102
|
+
o("LIBRARY_CREATEMCPFORM.MCP_AUTH_REQUIRED") || "请完善鉴权信息"
|
|
103
|
+
), a?.(
|
|
104
|
+
new Error(
|
|
105
|
+
o("LIBRARY_CREATEMCPFORM.MCP_AUTH_REQUIRED") || "请完善鉴权信息"
|
|
106
|
+
)
|
|
107
|
+
), !1;
|
|
95
108
|
}
|
|
96
|
-
return
|
|
109
|
+
return d.value.validate(a);
|
|
97
110
|
}, getFormData: () => ({
|
|
98
|
-
name:
|
|
99
|
-
icon:
|
|
111
|
+
name: r.name,
|
|
112
|
+
icon: r.icon,
|
|
100
113
|
// iconUrl: ruleForm.iconUrl,
|
|
101
|
-
description:
|
|
102
|
-
address:
|
|
103
|
-
communicationType:
|
|
114
|
+
description: r.description,
|
|
115
|
+
address: r.address,
|
|
116
|
+
communicationType: r.communicationType,
|
|
104
117
|
// 鉴权相关字段
|
|
105
|
-
authType:
|
|
118
|
+
authType: l.auth.authType === "none" ? 0 : 1,
|
|
106
119
|
// none->0, apiKey->1
|
|
107
|
-
authLocation:
|
|
120
|
+
authLocation: l.auth.paramLocation === "header" ? 0 : 1,
|
|
108
121
|
// header->0, query->1
|
|
109
|
-
apiKeyName:
|
|
110
|
-
apiKeyValue:
|
|
122
|
+
apiKeyName: l.auth.keyType === "bearer" ? "Authorization" : l.auth.paramName || "",
|
|
123
|
+
apiKeyValue: l.auth.keyType === "bearer" ? l.auth.token ? `Bearer ${l.auth.token}` : "" : l.auth.paramValue || "",
|
|
111
124
|
// 可选字段
|
|
112
|
-
applyLink:
|
|
125
|
+
applyLink: r.applyLink || "",
|
|
113
126
|
headerPrefixType: 1,
|
|
114
127
|
overview: ""
|
|
115
|
-
}), setFormData: (
|
|
116
|
-
if (!
|
|
117
|
-
Object.assign(
|
|
118
|
-
name:
|
|
119
|
-
description:
|
|
120
|
-
icon:
|
|
121
|
-
iconUrl:
|
|
122
|
-
communicationType:
|
|
123
|
-
address:
|
|
124
|
-
applyLink:
|
|
128
|
+
}), setFormData: (a) => {
|
|
129
|
+
if (!a) return;
|
|
130
|
+
Object.assign(r, {
|
|
131
|
+
name: a.name || "",
|
|
132
|
+
description: a.description || "",
|
|
133
|
+
icon: a.icon || "",
|
|
134
|
+
iconUrl: a.iconUrl || "",
|
|
135
|
+
communicationType: a.communicationType || "SSE",
|
|
136
|
+
address: a.address || "",
|
|
137
|
+
applyLink: a.applyLink || ""
|
|
125
138
|
});
|
|
126
|
-
const t =
|
|
127
|
-
if (
|
|
128
|
-
const
|
|
129
|
-
if (
|
|
130
|
-
|
|
131
|
-
const
|
|
132
|
-
|
|
139
|
+
const t = a.authType === 1 || a.authType === "1";
|
|
140
|
+
if (l.auth.authType = t ? "apiKey" : "none", l.auth.paramLocation = a.authLocation === 0 || a.authLocation === "0" ? "header" : "query", t) {
|
|
141
|
+
const u = !a.apiKeyName || a.apiKeyName === "Authorization";
|
|
142
|
+
if (l.auth.keyType = u ? "bearer" : "custom", u) {
|
|
143
|
+
l.auth.paramName = "", l.auth.paramValue = "";
|
|
144
|
+
const T = a.apiKeyValue || "";
|
|
145
|
+
l.auth.token = T.startsWith("Bearer ") ? T.substring(7) : T;
|
|
133
146
|
} else
|
|
134
|
-
|
|
147
|
+
l.auth.paramName = a.apiKeyName || "", l.auth.paramValue = a.apiKeyValue || "", l.auth.token = "";
|
|
135
148
|
} else
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
} }), (
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
_: 1
|
|
173
|
-
})
|
|
174
|
-
]),
|
|
175
|
-
_: 1
|
|
176
|
-
})
|
|
177
|
-
])
|
|
178
|
-
]),
|
|
179
|
-
default: i(() => [
|
|
180
|
-
r(n(w), {
|
|
181
|
-
fileList: c.value,
|
|
182
|
-
previewType: "Card",
|
|
183
|
-
isCustom: !0,
|
|
184
|
-
onOnRemove: g,
|
|
185
|
-
onOnPreview: v
|
|
186
|
-
}, {
|
|
187
|
-
CardUploader: i(() => [
|
|
188
|
-
c.value.length === 0 ? (f(), I(n(x), {
|
|
189
|
-
key: 0,
|
|
190
|
-
"upload-type": "Card",
|
|
191
|
-
onOnSuccess: N,
|
|
192
|
-
limitSize: 5,
|
|
193
|
-
acceptType: ".jpg,.png",
|
|
194
|
-
businessType: "mcp",
|
|
195
|
-
defaultUploadIcon: "mcp"
|
|
196
|
-
})) : L("", !0)
|
|
149
|
+
l.auth.keyType = "custom", l.auth.paramName = "", l.auth.paramValue = "", l.auth.token = "";
|
|
150
|
+
a.icon && a.icon !== "0" && a.iconUrl && (m.value = [{ bnid: a.icon, url: a.iconUrl }]);
|
|
151
|
+
} }), (a, t) => (A(), M(e(V), {
|
|
152
|
+
ref_key: "ruleFormRef",
|
|
153
|
+
ref: d,
|
|
154
|
+
model: r,
|
|
155
|
+
rules: U.value,
|
|
156
|
+
"label-width": "auto",
|
|
157
|
+
"label-position": "top",
|
|
158
|
+
class: "scrollable-form"
|
|
159
|
+
}, {
|
|
160
|
+
default: n(() => [
|
|
161
|
+
i(e(p), {
|
|
162
|
+
class: "scrollable-form__item",
|
|
163
|
+
label: e(o)("LIBRARY_CREATEMCPFORM.MCP_ICON"),
|
|
164
|
+
prop: "icon"
|
|
165
|
+
}, {
|
|
166
|
+
label: n(() => [
|
|
167
|
+
s("div", Q, [
|
|
168
|
+
s("span", null, c(e(o)("LIBRARY_CREATEMCPFORM.MCP_ICON")), 1),
|
|
169
|
+
i(e(P), { placement: "top" }, {
|
|
170
|
+
content: n(() => [
|
|
171
|
+
I(c(e(o)("LIBRARY_CREATEMCPFORM.MCP_ICON_TIP")), 1),
|
|
172
|
+
t[6] || (t[6] = s("br", null, null, -1)),
|
|
173
|
+
I(" " + c(e(o)("LIBRARY_CREATEMCPFORM.MCP_ICON_SIZE_TIP")), 1)
|
|
174
|
+
]),
|
|
175
|
+
default: n(() => [
|
|
176
|
+
i(e(h), {
|
|
177
|
+
size: "14px",
|
|
178
|
+
color: "#999"
|
|
179
|
+
}, {
|
|
180
|
+
default: n(() => [
|
|
181
|
+
i(e(L))
|
|
182
|
+
]),
|
|
183
|
+
_: 1
|
|
184
|
+
})
|
|
197
185
|
]),
|
|
198
186
|
_: 1
|
|
199
|
-
}
|
|
200
|
-
])
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
187
|
+
})
|
|
188
|
+
])
|
|
189
|
+
]),
|
|
190
|
+
default: n(() => [
|
|
191
|
+
i(e(w), {
|
|
192
|
+
fileList: m.value,
|
|
193
|
+
previewType: "Card",
|
|
194
|
+
isCustom: !0,
|
|
195
|
+
onOnRemove: g,
|
|
196
|
+
onOnPreview: v
|
|
197
|
+
}, {
|
|
198
|
+
CardUploader: n(() => [
|
|
199
|
+
m.value.length === 0 ? (A(), M(e(x), {
|
|
200
|
+
key: 0,
|
|
201
|
+
"upload-type": "Card",
|
|
202
|
+
onOnSuccess: N,
|
|
203
|
+
limitSize: 5,
|
|
204
|
+
acceptType: ".jpg,.png",
|
|
205
|
+
businessType: "mcp",
|
|
206
|
+
defaultUploadIcon: "mcp"
|
|
207
|
+
})) : f("", !0)
|
|
208
|
+
]),
|
|
209
|
+
_: 1
|
|
210
|
+
}, 8, ["fileList"])
|
|
211
|
+
]),
|
|
212
|
+
_: 1
|
|
213
|
+
}, 8, ["label"]),
|
|
214
|
+
i(e(p), {
|
|
215
|
+
class: "scrollable-form__item",
|
|
216
|
+
label: e(o)("LIBRARY_CREATEMCPFORM.MCP_NAME"),
|
|
217
|
+
prop: "name"
|
|
218
|
+
}, {
|
|
219
|
+
default: n(() => [
|
|
220
|
+
i(e(E), {
|
|
221
|
+
modelValue: r.name,
|
|
222
|
+
"onUpdate:modelValue": t[0] || (t[0] = (u) => r.name = u),
|
|
223
|
+
placeholder: e(o)("LIBRARY_CREATEMCPFORM.MCP_NAME_REQUIRED"),
|
|
224
|
+
maxlength: "20",
|
|
225
|
+
"show-word-limit": ""
|
|
226
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
227
|
+
]),
|
|
228
|
+
_: 1
|
|
229
|
+
}, 8, ["label"]),
|
|
230
|
+
i(e(p), {
|
|
231
|
+
class: "scrollable-form__item",
|
|
232
|
+
label: e(o)("LIBRARY_CREATEMCPFORM.MCP_DESCRIPTION"),
|
|
233
|
+
prop: "description"
|
|
234
|
+
}, {
|
|
235
|
+
default: n(() => [
|
|
236
|
+
i(e(E), {
|
|
237
|
+
modelValue: r.description,
|
|
238
|
+
"onUpdate:modelValue": t[1] || (t[1] = (u) => r.description = u),
|
|
239
|
+
type: "textarea",
|
|
240
|
+
rows: 3,
|
|
241
|
+
placeholder: e(o)("LIBRARY_CREATEMCPFORM.MCP_DESCRIPTION_REQUIRED"),
|
|
242
|
+
maxlength: "200",
|
|
243
|
+
"show-word-limit": ""
|
|
244
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
245
|
+
]),
|
|
246
|
+
_: 1
|
|
247
|
+
}, 8, ["label"]),
|
|
248
|
+
i(e(p), {
|
|
249
|
+
class: "scrollable-form__item",
|
|
250
|
+
label: e(o)("LIBRARY_CREATEMCPFORM.TRANSFER_METHOD"),
|
|
251
|
+
prop: "communicationType"
|
|
252
|
+
}, {
|
|
253
|
+
default: n(() => [
|
|
254
|
+
i(e(Y), {
|
|
255
|
+
modelValue: r.communicationType,
|
|
256
|
+
"onUpdate:modelValue": t[2] || (t[2] = (u) => r.communicationType = u),
|
|
257
|
+
options: b.value,
|
|
258
|
+
layout: "vertical",
|
|
259
|
+
"class-name": "scrollable-form__item-radio"
|
|
260
|
+
}, null, 8, ["modelValue", "options"])
|
|
261
|
+
]),
|
|
262
|
+
_: 1
|
|
263
|
+
}, 8, ["label"]),
|
|
264
|
+
i(e(p), {
|
|
265
|
+
class: "scrollable-form__item",
|
|
266
|
+
label: e(o)("LIBRARY_CREATEMCPFORM.SERVICE_URL"),
|
|
267
|
+
prop: "address"
|
|
268
|
+
}, {
|
|
269
|
+
default: n(() => [
|
|
270
|
+
i(e(E), {
|
|
271
|
+
modelValue: r.address,
|
|
272
|
+
"onUpdate:modelValue": t[3] || (t[3] = (u) => r.address = u),
|
|
273
|
+
placeholder: e(o)("LIBRARY_CREATEMCPFORM.SERVICE_URL_REQUIRED")
|
|
274
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
275
|
+
]),
|
|
276
|
+
_: 1
|
|
277
|
+
}, 8, ["label"]),
|
|
278
|
+
l.auth.authType === "apiKey" ? (A(), M(e(p), {
|
|
279
|
+
key: 0,
|
|
280
|
+
class: "scrollable-form__item",
|
|
281
|
+
prop: "applyLink"
|
|
282
|
+
}, {
|
|
283
|
+
label: n(() => [
|
|
284
|
+
s("div", H, [
|
|
285
|
+
s("span", null, c(e(o)("LIBRARY_CREATEMCPFORM.DOCUMENTATION_URL")), 1),
|
|
286
|
+
i(e(P), { placement: "top" }, {
|
|
287
|
+
content: n(() => [
|
|
288
|
+
I(c(e(o)("LIBRARY_CREATEMCPFORM.DOCUMENTATION_URL_TIP")), 1)
|
|
289
|
+
]),
|
|
290
|
+
default: n(() => [
|
|
291
|
+
i(e(h), {
|
|
292
|
+
size: "14px",
|
|
293
|
+
color: "#999"
|
|
294
|
+
}, {
|
|
295
|
+
default: n(() => [
|
|
296
|
+
i(e(L))
|
|
297
|
+
]),
|
|
298
|
+
_: 1
|
|
299
|
+
})
|
|
300
|
+
]),
|
|
301
|
+
_: 1
|
|
302
|
+
})
|
|
303
|
+
])
|
|
304
|
+
]),
|
|
305
|
+
default: n(() => [
|
|
306
|
+
i(e(E), {
|
|
307
|
+
modelValue: r.applyLink,
|
|
308
|
+
"onUpdate:modelValue": t[4] || (t[4] = (u) => r.applyLink = u),
|
|
309
|
+
placeholder: e(o)("LIBRARY_CREATEMCPFORM.DOCUMENTATION_URL_REQUIRED")
|
|
310
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
311
|
+
]),
|
|
312
|
+
_: 1
|
|
313
|
+
})) : f("", !0),
|
|
314
|
+
s("div", q, [
|
|
315
|
+
i(e(k), {
|
|
316
|
+
ref_key: "authSectionRef",
|
|
317
|
+
ref: C,
|
|
318
|
+
featData: l,
|
|
319
|
+
"onUpdate:featData": t[5] || (t[5] = (u) => l = u),
|
|
320
|
+
layout: "vertical"
|
|
321
|
+
}, null, 8, ["featData"])
|
|
322
|
+
])
|
|
323
|
+
]),
|
|
324
|
+
_: 1
|
|
325
|
+
}, 8, ["model", "rules"]));
|
|
316
326
|
}
|
|
317
|
-
}, j = /* @__PURE__ */ K(z, [["__scopeId", "data-v-
|
|
327
|
+
}, j = /* @__PURE__ */ K(z, [["__scopeId", "data-v-a92d9b79"]]), se = D(j);
|
|
318
328
|
export {
|
|
319
329
|
se as CreateMcpForm,
|
|
320
330
|
se as default
|