@coveo/atomic-angular 3.6.4-pre.fe2dbcea63 → 3.7.0-pre.0dfc687cc4
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 +4 -4
- 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 +1 -1
- package/package.json +3 -3
|
@@ -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);
|
|
@@ -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: {
|
|
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 });
|
|
3617
3617
|
};
|
|
3618
3618
|
AtomicProductTemplate = __decorate([
|
|
3619
3619
|
ProxyCmp({
|
|
3620
|
-
inputs: ['
|
|
3620
|
+
inputs: ['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: ['
|
|
3633
|
+
inputs: ['mustMatch', 'mustNotMatch']
|
|
3634
3634
|
}]
|
|
3635
3635
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3636
3636
|
let AtomicProductText = class AtomicProductText {
|