@hiver/connector-agent 3.1.9-choreGlobalSearchEvents-beta.0 → 3.1.9-choreGlobalSearchEvents-beta.2
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/index.es.js +3 -3
- package/index.umd.js +35 -35
- package/package.json +1 -1
package/index.es.js
CHANGED
|
@@ -14104,7 +14104,7 @@ const Io = (e) => {
|
|
|
14104
14104
|
}, p = (d) => {
|
|
14105
14105
|
i(d), d || (o(""), s());
|
|
14106
14106
|
}, h = () => {
|
|
14107
|
-
const d = e.map((f) => f.connectorName);
|
|
14107
|
+
const d = [...new Set(e.map((f) => f.connectorName))];
|
|
14108
14108
|
u(f2, {
|
|
14109
14109
|
connector_names: d,
|
|
14110
14110
|
sm_ids: b
|
|
@@ -16363,14 +16363,14 @@ const c4 = (e) => new Promise((t) => setTimeout(t, e)), l4 = ({
|
|
|
16363
16363
|
connectorName: t.connectorName
|
|
16364
16364
|
}), u = (C, p) => {
|
|
16365
16365
|
o(b2, {
|
|
16366
|
-
search_keyword:
|
|
16366
|
+
search_keyword: t.label,
|
|
16367
16367
|
search_result_label: p,
|
|
16368
16368
|
sm_ids: s,
|
|
16369
16369
|
connector_name: t.connectorName
|
|
16370
16370
|
}), a({
|
|
16371
16371
|
externalResourceId: C,
|
|
16372
16372
|
formId: t.value.toString(),
|
|
16373
|
-
searchKeyword:
|
|
16373
|
+
searchKeyword: t.label,
|
|
16374
16374
|
searchResultLabel: p
|
|
16375
16375
|
});
|
|
16376
16376
|
}, b = () => {
|