@coveo/atomic-angular 3.6.4-pre.7ffeb81a2a → 3.6.4-pre.89652c491b

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.
@@ -3212,7 +3212,7 @@ let AtomicProductLink = class AtomicProductLink {
3212
3212
  AtomicProductLink = __decorate([
3213
3213
  ProxyCmp({
3214
3214
  inputs: ['hrefTemplate'],
3215
- methods: ['initialize', 'adoptChildren', 'renderDefaultSlotContent', 'getSlotNameForChild', 'isTextNodeEmpty', 'isSlotEmpty', '_initializeSlotState', '_ensureSlotsInitialized', '_hasDefaultSlotContent', '_mapChildrenToSlots', '_addChildToSlot', '_createSlotPlaceholder', '_relocateSingleSlot', '_moveNodeIfNeeded'],
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);