@ethlete/cdk 4.53.3 → 4.53.4
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/CHANGELOG.md +6 -0
- package/fesm2022/ethlete-cdk.mjs +2 -2
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ethlete/cdk
|
|
2
2
|
|
|
3
|
+
## 4.53.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5198d20`](https://github.com/ethlete-io/ethdk/commit/5198d207656180972dd95b5cff7025cb21244b2f) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix id binding on et menu
|
|
8
|
+
|
|
3
9
|
## 4.53.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/fesm2022/ethlete-cdk.mjs
CHANGED
|
@@ -11633,7 +11633,7 @@ class MenuComponent {
|
|
|
11633
11633
|
}
|
|
11634
11634
|
}
|
|
11635
11635
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11636
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.4", type: MenuComponent, isStandalone: true, selector: "et-menu", inputs: { __id: ["id", "__id"], __renderScrollableMasks: ["renderScrollableMasks", "__renderScrollableMasks", booleanAttribute], __renderScrollableButtons: ["renderScrollableButtons", "__renderScrollableButtons", booleanAttribute], _scrollableClass: ["scrollableClass", "_scrollableClass"], __orientation: ["orientation", "__orientation"] }, host: { attributes: { "role": "menu" }, properties: { "id": "id", "attr.aria-labelledby": "_trigger.id" }, classAttribute: "et-menu" }, providers: [
|
|
11636
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.4", type: MenuComponent, isStandalone: true, selector: "et-menu", inputs: { __id: ["id", "__id"], __renderScrollableMasks: ["renderScrollableMasks", "__renderScrollableMasks", booleanAttribute], __renderScrollableButtons: ["renderScrollableButtons", "__renderScrollableButtons", booleanAttribute], _scrollableClass: ["scrollableClass", "_scrollableClass"], __orientation: ["orientation", "__orientation"] }, host: { attributes: { "role": "menu" }, properties: { "id": "id()", "attr.aria-labelledby": "_trigger.id" }, classAttribute: "et-menu" }, providers: [
|
|
11637
11637
|
{
|
|
11638
11638
|
provide: MENU,
|
|
11639
11639
|
useExisting: MenuComponent,
|
|
@@ -11645,7 +11645,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImpor
|
|
|
11645
11645
|
args: [{ selector: 'et-menu', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
|
|
11646
11646
|
class: 'et-menu',
|
|
11647
11647
|
role: 'menu',
|
|
11648
|
-
'[id]': 'id',
|
|
11648
|
+
'[id]': 'id()',
|
|
11649
11649
|
'[attr.aria-labelledby]': '_trigger.id',
|
|
11650
11650
|
}, imports: [ScrollableComponent, NgTemplateOutlet], providers: [
|
|
11651
11651
|
{
|