@coveo/atomic-angular 3.7.1-pre.fb09f1ae73 → 3.7.1-pre.fb9c1ab619
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/fesm2022/coveo-atomic-angular.mjs +19 -19
- package/fesm2022/coveo-atomic-angular.mjs.map +1 -1
- package/lang/cs.json +1 -1
- package/lang/da.json +1 -1
- package/lang/de.json +1 -1
- package/lang/dev.json +1 -1
- package/lang/el.json +1 -1
- package/lang/en.json +1 -1
- package/lang/es.json +1 -1
- package/lang/fi.json +1 -1
- package/lang/fr.json +1 -1
- package/lang/hu.json +1 -1
- package/lang/id.json +1 -1
- package/lang/it.json +1 -1
- package/lang/ja.json +1 -1
- package/lang/ko.json +1 -1
- package/lang/nl.json +1 -1
- package/lang/no.json +1 -1
- package/lang/pl.json +1 -1
- package/lang/pt-BR.json +1 -1
- package/lang/pt.json +1 -1
- package/lang/ru.json +1 -1
- package/lang/sv.json +1 -1
- package/lang/th.json +1 -1
- package/lang/tr.json +1 -1
- package/lang/zh-CN.json +1 -1
- package/lang/zh-TW.json +1 -1
- package/lang/zh.json +1 -1
- package/lib/stencil-generated/components.d.ts +3 -3
- package/package.json +3 -3
|
@@ -2449,11 +2449,11 @@ let AtomicCommerceInterface = class AtomicCommerceInterface {
|
|
|
2449
2449
|
this.el = el.nativeElement;
|
|
2450
2450
|
}
|
|
2451
2451
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AtomicCommerceInterface, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2452
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicCommerceInterface, isStandalone: false, selector: "atomic-commerce-interface", inputs: { type: "type", analytics: "analytics", logLevel: "logLevel", i18n: "i18n", language: "language", engine: "engine", reflectStateInUrl: "reflectStateInUrl",
|
|
2452
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicCommerceInterface, isStandalone: false, selector: "atomic-commerce-interface", inputs: { type: "type", analytics: "analytics", logLevel: "logLevel", i18n: "i18n", language: "language", engine: "engine", reflectStateInUrl: "reflectStateInUrl", scrollContainer: "scrollContainer", languageAssetsPath: "languageAssetsPath", iconAssetsPath: "iconAssetsPath" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2453
2453
|
};
|
|
2454
2454
|
AtomicCommerceInterface = __decorate([
|
|
2455
2455
|
ProxyCmp({
|
|
2456
|
-
inputs: ['type', 'analytics', 'logLevel', 'i18n', 'language', 'engine', 'reflectStateInUrl', '
|
|
2456
|
+
inputs: ['type', 'analytics', 'logLevel', 'i18n', 'language', 'engine', 'reflectStateInUrl', 'scrollContainer', 'languageAssetsPath', 'iconAssetsPath'],
|
|
2457
2457
|
methods: ['toggleAnalytics', 'updateLanguage', 'updateIconAssetsPath', 'scrollToTop', 'initialize', 'initializeWithEngine', 'executeFirstRequest', 'getUpdateComplete'],
|
|
2458
2458
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-interface') || customElements.define('atomic-commerce-interface', AtomicCommerceInterface$1); }
|
|
2459
2459
|
})
|
|
@@ -2466,7 +2466,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
|
|
|
2466
2466
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2467
2467
|
template: '<ng-content></ng-content>',
|
|
2468
2468
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2469
|
-
inputs: ['type', 'analytics', 'logLevel', 'i18n', 'language', 'engine', 'reflectStateInUrl', '
|
|
2469
|
+
inputs: ['type', 'analytics', 'logLevel', 'i18n', 'language', 'engine', 'reflectStateInUrl', 'scrollContainer', 'languageAssetsPath', 'iconAssetsPath']
|
|
2470
2470
|
}]
|
|
2471
2471
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2472
2472
|
let AtomicCommerceLayout = class AtomicCommerceLayout {
|
|
@@ -2483,7 +2483,7 @@ let AtomicCommerceLayout = class AtomicCommerceLayout {
|
|
|
2483
2483
|
AtomicCommerceLayout = __decorate([
|
|
2484
2484
|
ProxyCmp({
|
|
2485
2485
|
inputs: ['mobileBreakpoint'],
|
|
2486
|
-
methods: [],
|
|
2486
|
+
methods: ['styles'],
|
|
2487
2487
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-layout') || customElements.define('atomic-commerce-layout', AtomicCommerceLayout$1); }
|
|
2488
2488
|
})
|
|
2489
2489
|
], AtomicCommerceLayout);
|
|
@@ -3357,7 +3357,7 @@ let AtomicProductSectionActions = class AtomicProductSectionActions {
|
|
|
3357
3357
|
AtomicProductSectionActions = __decorate([
|
|
3358
3358
|
ProxyCmp({
|
|
3359
3359
|
inputs: [],
|
|
3360
|
-
methods: [
|
|
3360
|
+
methods: [],
|
|
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: [],
|
|
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: [],
|
|
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: [],
|
|
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: [],
|
|
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: [],
|
|
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: [],
|
|
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: [],
|
|
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: [],
|
|
3593
3593
|
defineCustomElementFn: () => { customElements.get('atomic-product-section-visual') || customElements.define('atomic-product-section-visual', AtomicProductSectionVisual$1); }
|
|
3594
3594
|
})
|
|
3595
3595
|
], AtomicProductSectionVisual);
|
|
@@ -3613,11 +3613,11 @@ let AtomicProductTemplate = class AtomicProductTemplate {
|
|
|
3613
3613
|
this.el = el.nativeElement;
|
|
3614
3614
|
}
|
|
3615
3615
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AtomicProductTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3616
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicProductTemplate, isStandalone: false, selector: "atomic-product-template", inputs: { mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3616
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicProductTemplate, isStandalone: false, selector: "atomic-product-template", inputs: { conditions: "conditions", mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3617
3617
|
};
|
|
3618
3618
|
AtomicProductTemplate = __decorate([
|
|
3619
3619
|
ProxyCmp({
|
|
3620
|
-
inputs: ['mustMatch', 'mustNotMatch'],
|
|
3620
|
+
inputs: ['conditions', 'mustMatch', 'mustNotMatch'],
|
|
3621
3621
|
methods: ['getTemplate'],
|
|
3622
3622
|
defineCustomElementFn: () => { customElements.get('atomic-product-template') || customElements.define('atomic-product-template', AtomicProductTemplate$1); }
|
|
3623
3623
|
})
|
|
@@ -3630,7 +3630,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
|
|
|
3630
3630
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3631
3631
|
template: '<ng-content></ng-content>',
|
|
3632
3632
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3633
|
-
inputs: ['mustMatch', 'mustNotMatch']
|
|
3633
|
+
inputs: ['conditions', 'mustMatch', 'mustNotMatch']
|
|
3634
3634
|
}]
|
|
3635
3635
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3636
3636
|
let AtomicProductText = class AtomicProductText {
|
|
@@ -3642,11 +3642,11 @@ let AtomicProductText = class AtomicProductText {
|
|
|
3642
3642
|
this.el = el.nativeElement;
|
|
3643
3643
|
}
|
|
3644
3644
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AtomicProductText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3645
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicProductText, isStandalone: false, selector: "atomic-product-text", inputs: { field: "field", shouldHighlight: "shouldHighlight",
|
|
3645
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicProductText, isStandalone: false, selector: "atomic-product-text", inputs: { field: "field", shouldHighlight: "shouldHighlight", default: "default" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3646
3646
|
};
|
|
3647
3647
|
AtomicProductText = __decorate([
|
|
3648
3648
|
ProxyCmp({
|
|
3649
|
-
inputs: ['field', 'shouldHighlight', '
|
|
3649
|
+
inputs: ['field', 'shouldHighlight', 'default'],
|
|
3650
3650
|
methods: ['initialize'],
|
|
3651
3651
|
defineCustomElementFn: () => { customElements.get('atomic-product-text') || customElements.define('atomic-product-text', AtomicProductText$1); }
|
|
3652
3652
|
})
|
|
@@ -3659,7 +3659,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
|
|
|
3659
3659
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3660
3660
|
template: '<ng-content></ng-content>',
|
|
3661
3661
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3662
|
-
inputs: ['field', 'shouldHighlight', '
|
|
3662
|
+
inputs: ['field', 'shouldHighlight', 'default']
|
|
3663
3663
|
}]
|
|
3664
3664
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3665
3665
|
let AtomicProduct = class AtomicProduct {
|