@coveo/atomic-angular 3.6.4-pre.68edd42bb4 → 3.6.4-pre.74e096b3ca
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.
|
@@ -2338,7 +2338,7 @@ let AtomicCommerceCategoryFacet = class AtomicCommerceCategoryFacet {
|
|
|
2338
2338
|
AtomicCommerceCategoryFacet = __decorate([
|
|
2339
2339
|
ProxyCmp({
|
|
2340
2340
|
inputs: ['summary', 'facet', 'isCollapsed', 'field'],
|
|
2341
|
-
methods: ['initialize'
|
|
2341
|
+
methods: ['initialize'],
|
|
2342
2342
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-category-facet') || customElements.define('atomic-commerce-category-facet', AtomicCommerceCategoryFacet$1); }
|
|
2343
2343
|
})
|
|
2344
2344
|
], AtomicCommerceCategoryFacet);
|
|
@@ -2396,7 +2396,7 @@ let AtomicCommerceFacet = class AtomicCommerceFacet {
|
|
|
2396
2396
|
AtomicCommerceFacet = __decorate([
|
|
2397
2397
|
ProxyCmp({
|
|
2398
2398
|
inputs: ['summary', 'facet', 'isCollapsed', 'field'],
|
|
2399
|
-
methods: ['initialize'
|
|
2399
|
+
methods: ['initialize'],
|
|
2400
2400
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-facet') || customElements.define('atomic-commerce-facet', AtomicCommerceFacet$1); }
|
|
2401
2401
|
})
|
|
2402
2402
|
], AtomicCommerceFacet);
|
|
@@ -2570,7 +2570,7 @@ let AtomicCommerceNumericFacet = class AtomicCommerceNumericFacet {
|
|
|
2570
2570
|
AtomicCommerceNumericFacet = __decorate([
|
|
2571
2571
|
ProxyCmp({
|
|
2572
2572
|
inputs: ['summary', 'facet', 'isCollapsed', 'field'],
|
|
2573
|
-
methods: ['initialize'
|
|
2573
|
+
methods: ['initialize'],
|
|
2574
2574
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-numeric-facet') || customElements.define('atomic-commerce-numeric-facet', AtomicCommerceNumericFacet$1); }
|
|
2575
2575
|
})
|
|
2576
2576
|
], AtomicCommerceNumericFacet);
|
|
@@ -3037,7 +3037,7 @@ let AtomicCommerceTimeframeFacet = class AtomicCommerceTimeframeFacet {
|
|
|
3037
3037
|
AtomicCommerceTimeframeFacet = __decorate([
|
|
3038
3038
|
ProxyCmp({
|
|
3039
3039
|
inputs: ['summary', 'facet', 'isCollapsed', 'field'],
|
|
3040
|
-
methods: ['initialize'
|
|
3040
|
+
methods: ['initialize'],
|
|
3041
3041
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-timeframe-facet') || customElements.define('atomic-commerce-timeframe-facet', AtomicCommerceTimeframeFacet$1); }
|
|
3042
3042
|
})
|
|
3043
3043
|
], AtomicCommerceTimeframeFacet);
|
|
@@ -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);
|