@coveo/atomic-angular 3.6.4-pre.f6943ebafa → 3.6.4-pre.fa85bf855f
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.
|
@@ -2483,7 +2483,7 @@ let AtomicCommerceLayout = class AtomicCommerceLayout {
|
|
|
2483
2483
|
AtomicCommerceLayout = __decorate([
|
|
2484
2484
|
ProxyCmp({
|
|
2485
2485
|
inputs: ['mobileBreakpoint'],
|
|
2486
|
-
methods: [
|
|
2486
|
+
methods: [],
|
|
2487
2487
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-layout') || customElements.define('atomic-commerce-layout', AtomicCommerceLayout$1); }
|
|
2488
2488
|
})
|
|
2489
2489
|
], AtomicCommerceLayout);
|
|
@@ -3212,7 +3212,7 @@ let AtomicProductLink = class AtomicProductLink {
|
|
|
3212
3212
|
AtomicProductLink = __decorate([
|
|
3213
3213
|
ProxyCmp({
|
|
3214
3214
|
inputs: ['hrefTemplate'],
|
|
3215
|
-
methods: ['initialize', 'adoptChildren', '
|
|
3215
|
+
methods: ['initialize', 'adoptChildren', 'isTextNodeEmpty', 'isSlotEmpty', 'renderDefaultSlotContent', 'createSlotPlaceholder'],
|
|
3216
3216
|
defineCustomElementFn: () => { customElements.get('atomic-product-link') || customElements.define('atomic-product-link', AtomicProductLink$1); }
|
|
3217
3217
|
})
|
|
3218
3218
|
], AtomicProductLink);
|