@blueking/ai-blueking 0.3.6 → 0.3.7
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/vue2/index.es.min.js +29 -29
- package/dist/vue2/index.iife.min.js +3 -3
- package/dist/vue2/index.umd.min.js +11 -11
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/index.es.min.js +1 -1
- package/dist/vue3/index.iife.min.js +2 -2
- package/dist/vue3/index.umd.min.js +4 -4
- package/dist/vue3/style.css +1 -1
- package/package.json +1 -1
|
@@ -20072,7 +20072,7 @@ const LE = /* @__PURE__ */ Ft({
|
|
|
20072
20072
|
/* STABLE */
|
|
20073
20073
|
}, 8, ["is-show"]));
|
|
20074
20074
|
}
|
|
20075
|
-
}), UE = /* @__PURE__ */ Dn(BE, [["__scopeId", "data-v-
|
|
20075
|
+
}), UE = /* @__PURE__ */ Dn(BE, [["__scopeId", "data-v-f75335eb"]]), FE = { class: "ai-shortcuts" }, KE = /* @__PURE__ */ Ft({
|
|
20076
20076
|
__name: "render-shortcuts",
|
|
20077
20077
|
props: {
|
|
20078
20078
|
shortcuts: {}
|
|
@@ -21061,30 +21061,30 @@ const E_ = {
|
|
|
21061
21061
|
},
|
|
21062
21062
|
created() {
|
|
21063
21063
|
const e = this.$emit.bind(this);
|
|
21064
|
-
let t = null;
|
|
21065
|
-
const
|
|
21064
|
+
let t = null, n = null;
|
|
21065
|
+
const r = this;
|
|
21066
21066
|
this.app = yh({
|
|
21067
21067
|
render() {
|
|
21068
|
-
return t = this, gh(N_, {
|
|
21069
|
-
messages: JSON.parse(JSON.stringify(
|
|
21070
|
-
prompts:
|
|
21071
|
-
loading:
|
|
21072
|
-
headBackground:
|
|
21073
|
-
background:
|
|
21074
|
-
positionLimit:
|
|
21075
|
-
sizeLimit:
|
|
21076
|
-
userPhoto:
|
|
21077
|
-
logo:
|
|
21078
|
-
name:
|
|
21079
|
-
placeholder:
|
|
21080
|
-
startPosition:
|
|
21081
|
-
scrollLoading:
|
|
21082
|
-
scrollLoadingEnd:
|
|
21083
|
-
alert:
|
|
21084
|
-
models:
|
|
21085
|
-
model:
|
|
21086
|
-
isShow:
|
|
21087
|
-
shortcuts:
|
|
21068
|
+
return t = this, n = gh(N_, {
|
|
21069
|
+
messages: JSON.parse(JSON.stringify(r.messages)),
|
|
21070
|
+
prompts: r.prompts,
|
|
21071
|
+
loading: r.loading,
|
|
21072
|
+
headBackground: r.headBackground,
|
|
21073
|
+
background: r.background,
|
|
21074
|
+
positionLimit: r.positionLimit,
|
|
21075
|
+
sizeLimit: r.sizeLimit,
|
|
21076
|
+
userPhoto: r.userPhoto,
|
|
21077
|
+
logo: r.logo,
|
|
21078
|
+
name: r.name,
|
|
21079
|
+
placeholder: r.placeholder,
|
|
21080
|
+
startPosition: r.startPosition,
|
|
21081
|
+
scrollLoading: r.scrollLoading,
|
|
21082
|
+
scrollLoadingEnd: r.scrollLoadingEnd,
|
|
21083
|
+
alert: r.alert,
|
|
21084
|
+
models: r.models,
|
|
21085
|
+
model: r.model,
|
|
21086
|
+
isShow: r.isShow,
|
|
21087
|
+
shortcuts: r.shortcuts,
|
|
21088
21088
|
onClear() {
|
|
21089
21089
|
e("clear", ...arguments);
|
|
21090
21090
|
},
|
|
@@ -21115,17 +21115,17 @@ const E_ = {
|
|
|
21115
21115
|
"onUpdate:isShow"() {
|
|
21116
21116
|
e("update:isShow", ...arguments), e("showDialog", ...arguments);
|
|
21117
21117
|
},
|
|
21118
|
-
...
|
|
21119
|
-
});
|
|
21118
|
+
...r.$attrs
|
|
21119
|
+
}), n;
|
|
21120
21120
|
}
|
|
21121
|
-
}), this.unWatchStack = Object.keys(this.$props).map((
|
|
21122
|
-
|
|
21121
|
+
}), this.unWatchStack = Object.keys(this.$props).map((o) => this.$watch(
|
|
21122
|
+
o,
|
|
21123
21123
|
() => {
|
|
21124
21124
|
t.$forceUpdate();
|
|
21125
21125
|
},
|
|
21126
21126
|
{ deep: !0 }
|
|
21127
|
-
)), this.setInputMessage = (
|
|
21128
|
-
|
|
21127
|
+
)), this.setInputMessage = (o) => {
|
|
21128
|
+
n.setInputMessage(o);
|
|
21129
21129
|
};
|
|
21130
21130
|
},
|
|
21131
21131
|
mounted() {
|