@bcc-code/vue-bcc-chat-ui 5.6.0 → 5.6.1
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/vue-bcc-chat-ui.js
CHANGED
|
@@ -78416,7 +78416,7 @@ class yat {
|
|
|
78416
78416
|
}
|
|
78417
78417
|
ji = new WeakMap(), di = new WeakMap(), El = new WeakMap(), hu = new WeakMap(), $o = new WeakSet(), mh = function(t, r, n) {
|
|
78418
78418
|
const a = structuredClone(n) ?? {};
|
|
78419
|
-
a.chatVersion = "5.6.
|
|
78419
|
+
a.chatVersion = "5.6.1";
|
|
78420
78420
|
const i = {
|
|
78421
78421
|
logUid: window.crypto.randomUUID(),
|
|
78422
78422
|
correlationUid: Tr(this, El),
|
|
@@ -79914,6 +79914,7 @@ class Tit {
|
|
|
79914
79914
|
includeMatches: !0,
|
|
79915
79915
|
ignoreLocation: !0,
|
|
79916
79916
|
ignoreFieldNorm: !0,
|
|
79917
|
+
minMatchCharLength: 3,
|
|
79917
79918
|
threshold: 0.4
|
|
79918
79919
|
});
|
|
79919
79920
|
}
|
|
@@ -79928,6 +79929,7 @@ class Tit {
|
|
|
79928
79929
|
includeMatches: !0,
|
|
79929
79930
|
ignoreLocation: !0,
|
|
79930
79931
|
ignoreFieldNorm: !0,
|
|
79932
|
+
minMatchCharLength: 3,
|
|
79931
79933
|
threshold: 0.3
|
|
79932
79934
|
});
|
|
79933
79935
|
}
|