@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.
@@ -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-ce69f471"]]), FE = { class: "ai-shortcuts" }, KE = /* @__PURE__ */ Ft({
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 n = this;
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(n.messages)),
21070
- prompts: n.prompts,
21071
- loading: n.loading,
21072
- headBackground: n.headBackground,
21073
- background: n.background,
21074
- positionLimit: n.positionLimit,
21075
- sizeLimit: n.sizeLimit,
21076
- userPhoto: n.userPhoto,
21077
- logo: n.logo,
21078
- name: n.name,
21079
- placeholder: n.placeholder,
21080
- startPosition: n.startPosition,
21081
- scrollLoading: n.scrollLoading,
21082
- scrollLoadingEnd: n.scrollLoadingEnd,
21083
- alert: n.alert,
21084
- models: n.models,
21085
- model: n.model,
21086
- isShow: n.isShow,
21087
- shortcuts: n.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
- ...n.$attrs
21119
- });
21118
+ ...r.$attrs
21119
+ }), n;
21120
21120
  }
21121
- }), this.unWatchStack = Object.keys(this.$props).map((r) => this.$watch(
21122
- r,
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 = (r) => {
21128
- t.setInputMessage(r);
21127
+ )), this.setInputMessage = (o) => {
21128
+ n.setInputMessage(o);
21129
21129
  };
21130
21130
  },
21131
21131
  mounted() {