@coveo/atomic-angular 3.6.4-pre.c9b699efbb → 3.6.4-pre.cd0593d399
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.
|
@@ -1194,7 +1194,7 @@ export declare class AtomicProductTemplate {
|
|
|
1194
1194
|
protected readonly el: HTMLElement;
|
|
1195
1195
|
constructor(c: ChangeDetectorRef, el: ElementRef, z: NgZone);
|
|
1196
1196
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtomicProductTemplate, never>;
|
|
1197
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AtomicProductTemplate, "atomic-product-template", never, { "
|
|
1197
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AtomicProductTemplate, "atomic-product-template", never, { "mustMatch": { "alias": "mustMatch"; "required": false; }; "mustNotMatch": { "alias": "mustNotMatch"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1198
1198
|
}
|
|
1199
1199
|
export declare interface AtomicProductTemplate extends LitAtomicProductTemplate {
|
|
1200
1200
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/atomic-angular",
|
|
3
|
-
"version": "3.6.4-pre.
|
|
3
|
+
"version": "3.6.4-pre.cd0593d399",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/coveo/ui-kit"
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"peerDependencies": {
|
|
9
9
|
"@angular/common": "14 - 19",
|
|
10
10
|
"@angular/core": "14 - 19",
|
|
11
|
-
"@coveo/headless": "3.28.4-pre.
|
|
11
|
+
"@coveo/headless": "3.28.4-pre.cd0593d399"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@coveo/atomic": "3.
|
|
14
|
+
"@coveo/atomic": "3.33.0-pre.cd0593d399",
|
|
15
15
|
"tslib": "^2.3.0"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|