@blueking/ai-blueking 2.1.0-beta.2 → 2.1.0-beta.3
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.
|
@@ -55603,7 +55603,10 @@ var cJ = { class: "draggable-container-content" }, lJ = /* @__PURE__ */ xe(/* @_
|
|
|
55603
55603
|
"updateSize",
|
|
55604
55604
|
"updatePositionAndSize",
|
|
55605
55605
|
"setCiteText",
|
|
55606
|
-
"focusInput"
|
|
55606
|
+
"focusInput",
|
|
55607
|
+
"getChatHelper",
|
|
55608
|
+
"selectShortcut",
|
|
55609
|
+
"sendShortcut"
|
|
55607
55610
|
], gJ = wq(pJ, {
|
|
55608
55611
|
name: "AIBluekingV2",
|
|
55609
55612
|
props: {
|
|
@@ -55802,6 +55805,15 @@ var cJ = { class: "draggable-container-content" }, lJ = /* @__PURE__ */ xe(/* @_
|
|
|
55802
55805
|
},
|
|
55803
55806
|
focusInput() {
|
|
55804
55807
|
console.warn("AIBluekingV2: focusInput method not ready");
|
|
55808
|
+
},
|
|
55809
|
+
getChatHelper() {
|
|
55810
|
+
return console.warn("AIBluekingV2: getChatHelper method not ready"), null;
|
|
55811
|
+
},
|
|
55812
|
+
selectShortcut() {
|
|
55813
|
+
console.warn("AIBluekingV2: selectShortcut method not ready");
|
|
55814
|
+
},
|
|
55815
|
+
sendShortcut() {
|
|
55816
|
+
return console.warn("AIBluekingV2: sendShortcut method not ready"), Promise.resolve();
|
|
55805
55817
|
}
|
|
55806
55818
|
}
|
|
55807
55819
|
}), _J = [
|
|
@@ -55826,6 +55838,7 @@ var cJ = { class: "draggable-container-content" }, lJ = /* @__PURE__ */ xe(/* @_
|
|
|
55826
55838
|
"setCiteText",
|
|
55827
55839
|
"switchSession",
|
|
55828
55840
|
"selectShortcut",
|
|
55841
|
+
"sendShortcut",
|
|
55829
55842
|
"enterShareMode",
|
|
55830
55843
|
"exitShareMode",
|
|
55831
55844
|
"getChatHelper",
|
|
@@ -55898,6 +55911,10 @@ var cJ = { class: "draggable-container-content" }, lJ = /* @__PURE__ */ xe(/* @_
|
|
|
55898
55911
|
sessionCode: {
|
|
55899
55912
|
type: String,
|
|
55900
55913
|
default: void 0
|
|
55914
|
+
},
|
|
55915
|
+
resizeProps: {
|
|
55916
|
+
type: Object,
|
|
55917
|
+
default: void 0
|
|
55901
55918
|
}
|
|
55902
55919
|
},
|
|
55903
55920
|
emitNames: [..._J],
|