@8wave/ai-elements 0.61.0 → 0.62.0
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/ai-elements.es.js +2978 -2974
- package/dist/ai-elements.es.js.map +1 -1
- package/dist/ai-elements.umd.js +41 -41
- package/dist/ai-elements.umd.js.map +1 -1
- package/dist-vue/index.js +14 -7
- package/dist-vue/index.js.map +1 -1
- package/package.json +1 -1
package/dist-vue/index.js
CHANGED
|
@@ -15283,7 +15283,10 @@ var Yy = { class: "absolute top-4 bottom-4 right-4 w-xs bg-white shadow-lg borde
|
|
|
15283
15283
|
], 2),
|
|
15284
15284
|
H(lt)(e) ? (z(), N("div", Db, [P("div", Ob, [
|
|
15285
15285
|
P("div", kb, V(t.$t("label.input")), 1),
|
|
15286
|
-
F(l, {
|
|
15286
|
+
F(l, {
|
|
15287
|
+
"min-height": 128,
|
|
15288
|
+
"fit-content": ""
|
|
15289
|
+
}, {
|
|
15287
15290
|
default: G(() => [F(Ye, {
|
|
15288
15291
|
code: e.input ?? "null",
|
|
15289
15292
|
language: "json",
|
|
@@ -15291,7 +15294,10 @@ var Yy = { class: "absolute top-4 bottom-4 right-4 w-xs bg-white shadow-lg borde
|
|
|
15291
15294
|
}, null, 8, ["code"])]),
|
|
15292
15295
|
_: 2
|
|
15293
15296
|
}, 1024),
|
|
15294
|
-
e.output && e.output !== "null" ? (z(), N(k, { key: 0 }, [P("div", Ab, V(t.$t("label.output")), 1), F(l, {
|
|
15297
|
+
e.output && e.output !== "null" ? (z(), N(k, { key: 0 }, [P("div", Ab, V(t.$t("label.output")), 1), F(l, {
|
|
15298
|
+
"min-height": 128,
|
|
15299
|
+
"fit-content": ""
|
|
15300
|
+
}, {
|
|
15295
15301
|
default: G(() => [F(Ye, {
|
|
15296
15302
|
code: e.output,
|
|
15297
15303
|
language: "json",
|
|
@@ -15307,17 +15313,18 @@ var Yy = { class: "absolute top-4 bottom-4 right-4 w-xs bg-white shadow-lg borde
|
|
|
15307
15313
|
part: e
|
|
15308
15314
|
})
|
|
15309
15315
|
])])) : M("", !0),
|
|
15310
|
-
|
|
15316
|
+
H(st)(e) ? (z(), j(l, {
|
|
15317
|
+
key: 1,
|
|
15311
15318
|
"min-height": 128,
|
|
15319
|
+
"fit-content": "",
|
|
15312
15320
|
class: "border border-surface-3 rounded-b p-xs leading-normal bg-surface text-word-2"
|
|
15313
15321
|
}, {
|
|
15314
|
-
default: G(() => [
|
|
15315
|
-
key: 0,
|
|
15322
|
+
default: G(() => [F(ft, {
|
|
15316
15323
|
markdown: e.text,
|
|
15317
15324
|
"inner-class": "wysiwyg text-14"
|
|
15318
|
-
}, null, 8, ["markdown"])
|
|
15325
|
+
}, null, 8, ["markdown"])]),
|
|
15319
15326
|
_: 2
|
|
15320
|
-
}, 1024)
|
|
15327
|
+
}, 1024)) : M("", !0)
|
|
15321
15328
|
]))), 128))])
|
|
15322
15329
|
]);
|
|
15323
15330
|
};
|