@coveops/abi 1.5.0 → 1.5.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/abi/abi.esm.js +1 -1
- package/dist/abi/p-bf957ebd.entry.js +1 -0
- package/dist/bundle/index.js +1 -1
- package/dist/cjs/recs-results-manager.cjs.entry.js +1 -1
- package/dist/collection/components/recs-results-manager/recs-results-manager.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/esm/recs-results-manager.entry.js +1 -1
- package/package.json +1 -1
- package/src/components/recs-results-manager/recs-results-manager.tsx +1 -1
- package/dist/abi/p-952353b8.entry.js +0 -1
package/dist/abi/abi.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as r}from"./p-c10b6b7f.js";(()=>{const r=import.meta.url,t={};return""!==r&&(t.resourcesUrl=new URL(".",r).href),e(t)})().then((e=>r([["p-d5e62885",[[1,"faq-popup-component",{origin:[1],result:[32]}]]],["p-224108b8",[[1,"recs-initialization-helper",{userCountry:[1,"user-country"]}]]],["p-
|
|
1
|
+
import{p as e,b as r}from"./p-c10b6b7f.js";(()=>{const r=import.meta.url,t={};return""!==r&&(t.resourcesUrl=new URL(".",r).href),e(t)})().then((e=>r([["p-d5e62885",[[1,"faq-popup-component",{origin:[1],result:[32]}]]],["p-224108b8",[[1,"recs-initialization-helper",{userCountry:[1,"user-country"]}]]],["p-bf957ebd",[[0,"recs-results-manager"]]],["p-71e7ff5c",[[0,"results-manager"]]],["p-9d42030c",[[1,"sample-component",{pagerState:[32],statusState:[32]}]]],["p-c602c74e",[[1,"standalone-searchbox-listener",null,[[8,"header/searchbox/query","handleStandaloneSearchbox"]]]]],["p-cd1744bb",[[1,"strip-html-component",{result:[32]}]]]],e)));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as n}from"./p-c10b6b7f.js";import{a as e}from"./p-c82303fb.js";const o=class{constructor(n){t(this,n)}async componentWillLoad(){return e()}render(){return n("atomic-recs-list",{"number-of-recommendations":"5"},n("atomic-recs-result-template",{"must-match-abicontenttype":"FAQ"},n("template",{innerHTML:"\n<style>\n atomic-result-link{\n font-size: 1.3rem !important;\n color: #626971 !important;\n }\n faq-popup-component{\n font-size: 1.3rem; color: #626971 !important; \n }\n faq-popup-component:hover{\n text-decoration: underline; \n }\n hr {\n margin-top: 20px !important;\n }\n</style> \n<faq-popup-component></faq-popup-component>\n<hr>\n "})),n("atomic-recs-result-template",{"must-match-abicontenttype":"Quick Links"},n("template",{innerHTML:'<style>\n atomic-result-link a {\n font-size: 1.3rem;\n color: #626971 !important;\n }\n hr {\n margin-top: 20px !important;\n }\n</style>\n\n\n<atomic-result-section-title>\n <atomic-result-link href-template="${raw.sfppcustomlinkcpplinkurlc}"><a slot="attributes" target="_blank"></a>\n </atomic-result-link>\n <hr>\n</atomic-result-section-title>'})),n("atomic-recs-result-template",null,n("template",{innerHTML:'<style>\n atomic-result-link a {\n font-size: 1.3rem;\n color: #626971 !important;\n }\n hr {\n margin-top: 20px !important;\n }\n</style>\n<atomic-result-section-title>\n <atomic-result-link><a slot="attributes" target="_blank"></a>\n </atomic-result-link>\n <hr>\n</atomic-result-section-title>'})))}};export{o as recs_results_manager}
|
package/dist/bundle/index.js
CHANGED
|
@@ -68,7 +68,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
68
68
|
<atomic-result-link><a slot="attributes" target="_blank"></a>
|
|
69
69
|
</atomic-result-link>
|
|
70
70
|
<hr>
|
|
71
|
-
</atomic-result-section-title>`,jR=class extends Dn{constructor(){super(),this.__registerHost()}async componentWillLoad(){return H2()}render(){return se("atomic-recs-list",
|
|
71
|
+
</atomic-result-section-title>`,jR=class extends Dn{constructor(){super(),this.__registerHost()}async componentWillLoad(){return H2()}render(){return se("atomic-recs-list",{"number-of-recommendations":"5"},se("atomic-recs-result-template",{"must-match-abicontenttype":"FAQ"},se("template",{innerHTML:FR})),se("atomic-recs-result-template",{"must-match-abicontenttype":"Quick Links"},se("template",{innerHTML:DR})),se("atomic-recs-result-template",null,se("template",{innerHTML:TR})))}},PR=`<style>
|
|
72
72
|
.field {
|
|
73
73
|
display: inline-flex;
|
|
74
74
|
align-items: center;
|
|
@@ -19,7 +19,7 @@ const RecsResultsManager = class {
|
|
|
19
19
|
return atomic.waitForRecsAtomic();
|
|
20
20
|
}
|
|
21
21
|
render() {
|
|
22
|
-
return (index.h("atomic-recs-list",
|
|
22
|
+
return (index.h("atomic-recs-list", { "number-of-recommendations": "5" }, index.h("atomic-recs-result-template", { "must-match-abicontenttype": 'FAQ' }, index.h("template", { innerHTML: FaqTemplateRec })), index.h("atomic-recs-result-template", { "must-match-abicontenttype": 'Quick Links' }, index.h("template", { innerHTML: QuickLinksRec })), index.h("atomic-recs-result-template", null, index.h("template", { innerHTML: defaultRec }))));
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
25
|
|
|
@@ -12,7 +12,7 @@ export class RecsResultsManager {
|
|
|
12
12
|
return waitForRecsAtomic();
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return (h("atomic-recs-list",
|
|
15
|
+
return (h("atomic-recs-list", { "number-of-recommendations": "5" },
|
|
16
16
|
h("atomic-recs-result-template", { "must-match-abicontenttype": 'FAQ' },
|
|
17
17
|
h("template", { innerHTML: FaqTemplateRec })),
|
|
18
18
|
h("atomic-recs-result-template", { "must-match-abicontenttype": 'Quick Links' },
|
package/dist/components/index.js
CHANGED
|
@@ -3325,7 +3325,7 @@ const RecsResultsManager$1 = class extends H {
|
|
|
3325
3325
|
return waitForRecsAtomic();
|
|
3326
3326
|
}
|
|
3327
3327
|
render() {
|
|
3328
|
-
return (h("atomic-recs-list",
|
|
3328
|
+
return (h("atomic-recs-list", { "number-of-recommendations": "5" }, h("atomic-recs-result-template", { "must-match-abicontenttype": 'FAQ' }, h("template", { innerHTML: FaqTemplateRec })), h("atomic-recs-result-template", { "must-match-abicontenttype": 'Quick Links' }, h("template", { innerHTML: QuickLinksRec })), h("atomic-recs-result-template", null, h("template", { innerHTML: defaultRec }))));
|
|
3329
3329
|
}
|
|
3330
3330
|
};
|
|
3331
3331
|
|
|
@@ -15,7 +15,7 @@ const RecsResultsManager = class {
|
|
|
15
15
|
return waitForRecsAtomic();
|
|
16
16
|
}
|
|
17
17
|
render() {
|
|
18
|
-
return (h("atomic-recs-list",
|
|
18
|
+
return (h("atomic-recs-list", { "number-of-recommendations": "5" }, h("atomic-recs-result-template", { "must-match-abicontenttype": 'FAQ' }, h("template", { innerHTML: FaqTemplateRec })), h("atomic-recs-result-template", { "must-match-abicontenttype": 'Quick Links' }, h("template", { innerHTML: QuickLinksRec })), h("atomic-recs-result-template", null, h("template", { innerHTML: defaultRec }))));
|
|
19
19
|
}
|
|
20
20
|
};
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@ export class RecsResultsManager {
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
return (
|
|
25
|
-
<atomic-recs-list>
|
|
25
|
+
<atomic-recs-list number-of-recommendations="5">
|
|
26
26
|
<atomic-recs-result-template must-match-abicontenttype='FAQ'>
|
|
27
27
|
<template innerHTML={FaqTemplateRec}></template>
|
|
28
28
|
</atomic-recs-result-template>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as n}from"./p-c10b6b7f.js";import{a as e}from"./p-c82303fb.js";const o=class{constructor(n){t(this,n)}async componentWillLoad(){return e()}render(){return n("atomic-recs-list",null,n("atomic-recs-result-template",{"must-match-abicontenttype":"FAQ"},n("template",{innerHTML:"\n<style>\n atomic-result-link{\n font-size: 1.3rem !important;\n color: #626971 !important;\n }\n faq-popup-component{\n font-size: 1.3rem; color: #626971 !important; \n }\n faq-popup-component:hover{\n text-decoration: underline; \n }\n hr {\n margin-top: 20px !important;\n }\n</style> \n<faq-popup-component></faq-popup-component>\n<hr>\n "})),n("atomic-recs-result-template",{"must-match-abicontenttype":"Quick Links"},n("template",{innerHTML:'<style>\n atomic-result-link a {\n font-size: 1.3rem;\n color: #626971 !important;\n }\n hr {\n margin-top: 20px !important;\n }\n</style>\n\n\n<atomic-result-section-title>\n <atomic-result-link href-template="${raw.sfppcustomlinkcpplinkurlc}"><a slot="attributes" target="_blank"></a>\n </atomic-result-link>\n <hr>\n</atomic-result-section-title>'})),n("atomic-recs-result-template",null,n("template",{innerHTML:'<style>\n atomic-result-link a {\n font-size: 1.3rem;\n color: #626971 !important;\n }\n hr {\n margin-top: 20px !important;\n }\n</style>\n<atomic-result-section-title>\n <atomic-result-link><a slot="attributes" target="_blank"></a>\n </atomic-result-link>\n <hr>\n</atomic-result-section-title>'})))}};export{o as recs_results_manager}
|