@coveo/atomic-angular 3.6.4-pre.7521bcce93 → 3.6.4-pre.7534d7f19d

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', 'initBindings'],
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', 'initBindings'],
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', 'initBindings'],
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', 'initBindings'],
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', '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);
@@ -3357,7 +3357,7 @@ let AtomicProductSectionActions = class AtomicProductSectionActions {
3357
3357
  AtomicProductSectionActions = __decorate([
3358
3358
  ProxyCmp({
3359
3359
  inputs: [],
3360
- methods: [],
3360
+ methods: ['styles'],
3361
3361
  defineCustomElementFn: () => { customElements.get('atomic-product-section-actions') || customElements.define('atomic-product-section-actions', AtomicProductSectionActions$1); }
3362
3362
  })
3363
3363
  ], AtomicProductSectionActions);
@@ -3386,7 +3386,7 @@ let AtomicProductSectionBadges = class AtomicProductSectionBadges {
3386
3386
  AtomicProductSectionBadges = __decorate([
3387
3387
  ProxyCmp({
3388
3388
  inputs: [],
3389
- methods: [],
3389
+ methods: ['styles'],
3390
3390
  defineCustomElementFn: () => { customElements.get('atomic-product-section-badges') || customElements.define('atomic-product-section-badges', AtomicProductSectionBadges$1); }
3391
3391
  })
3392
3392
  ], AtomicProductSectionBadges);
@@ -3415,7 +3415,7 @@ let AtomicProductSectionBottomMetadata = class AtomicProductSectionBottomMetadat
3415
3415
  AtomicProductSectionBottomMetadata = __decorate([
3416
3416
  ProxyCmp({
3417
3417
  inputs: [],
3418
- methods: [],
3418
+ methods: ['styles'],
3419
3419
  defineCustomElementFn: () => { customElements.get('atomic-product-section-bottom-metadata') || customElements.define('atomic-product-section-bottom-metadata', AtomicProductSectionBottomMetadata$1); }
3420
3420
  })
3421
3421
  ], AtomicProductSectionBottomMetadata);
@@ -3444,7 +3444,7 @@ let AtomicProductSectionChildren = class AtomicProductSectionChildren {
3444
3444
  AtomicProductSectionChildren = __decorate([
3445
3445
  ProxyCmp({
3446
3446
  inputs: [],
3447
- methods: [],
3447
+ methods: ['styles'],
3448
3448
  defineCustomElementFn: () => { customElements.get('atomic-product-section-children') || customElements.define('atomic-product-section-children', AtomicProductSectionChildren$1); }
3449
3449
  })
3450
3450
  ], AtomicProductSectionChildren);
@@ -3473,7 +3473,7 @@ let AtomicProductSectionDescription = class AtomicProductSectionDescription {
3473
3473
  AtomicProductSectionDescription = __decorate([
3474
3474
  ProxyCmp({
3475
3475
  inputs: [],
3476
- methods: [],
3476
+ methods: ['styles'],
3477
3477
  defineCustomElementFn: () => { customElements.get('atomic-product-section-description') || customElements.define('atomic-product-section-description', AtomicProductSectionDescription$1); }
3478
3478
  })
3479
3479
  ], AtomicProductSectionDescription);
@@ -3502,7 +3502,7 @@ let AtomicProductSectionEmphasized = class AtomicProductSectionEmphasized {
3502
3502
  AtomicProductSectionEmphasized = __decorate([
3503
3503
  ProxyCmp({
3504
3504
  inputs: [],
3505
- methods: [],
3505
+ methods: ['styles'],
3506
3506
  defineCustomElementFn: () => { customElements.get('atomic-product-section-emphasized') || customElements.define('atomic-product-section-emphasized', AtomicProductSectionEmphasized$1); }
3507
3507
  })
3508
3508
  ], AtomicProductSectionEmphasized);
@@ -3531,7 +3531,7 @@ let AtomicProductSectionMetadata = class AtomicProductSectionMetadata {
3531
3531
  AtomicProductSectionMetadata = __decorate([
3532
3532
  ProxyCmp({
3533
3533
  inputs: [],
3534
- methods: [],
3534
+ methods: ['styles'],
3535
3535
  defineCustomElementFn: () => { customElements.get('atomic-product-section-metadata') || customElements.define('atomic-product-section-metadata', AtomicProductSectionMetadata$1); }
3536
3536
  })
3537
3537
  ], AtomicProductSectionMetadata);
@@ -3560,7 +3560,7 @@ let AtomicProductSectionName = class AtomicProductSectionName {
3560
3560
  AtomicProductSectionName = __decorate([
3561
3561
  ProxyCmp({
3562
3562
  inputs: [],
3563
- methods: [],
3563
+ methods: ['styles'],
3564
3564
  defineCustomElementFn: () => { customElements.get('atomic-product-section-name') || customElements.define('atomic-product-section-name', AtomicProductSectionName$1); }
3565
3565
  })
3566
3566
  ], AtomicProductSectionName);
@@ -3589,7 +3589,7 @@ let AtomicProductSectionVisual = class AtomicProductSectionVisual {
3589
3589
  AtomicProductSectionVisual = __decorate([
3590
3590
  ProxyCmp({
3591
3591
  inputs: ['imageSize'],
3592
- methods: [],
3592
+ methods: ['styles'],
3593
3593
  defineCustomElementFn: () => { customElements.get('atomic-product-section-visual') || customElements.define('atomic-product-section-visual', AtomicProductSectionVisual$1); }
3594
3594
  })
3595
3595
  ], AtomicProductSectionVisual);