@@ -7,15 +7,15 @@ import { CdkMenuBar, CdkMenuGroup, CDK_MENU, MENU_STACK, MenuStack, CdkMenuItem,
77 * should contain MatMenubarItems which trigger their own sub-menus.
88 */
99class MatMenuBar extends CdkMenuBar {
10- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.2.0 " , ngImport : i0 , type : MatMenuBar , deps : null , target : i0 . ɵɵFactoryTarget . Component } ) ;
11- static ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "19.2.0 " , type : MatMenuBar , isStandalone : true , selector : "mat-menubar" , host : { properties : { "class.mat-menubar" : "true" } } , providers : [
10+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.1 " , ngImport : i0 , type : MatMenuBar , deps : null , target : i0 . ɵɵFactoryTarget . Component } ) ;
11+ static ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "20.0.0-next.1 " , type : MatMenuBar , isStandalone : true , selector : "mat-menubar" , host : { properties : { "class.mat-menubar" : "true" } } , providers : [
1212 { provide : CdkMenuGroup , useExisting : MatMenuBar } ,
1313 { provide : CdkMenuBar , useExisting : MatMenuBar } ,
1414 { provide : CDK_MENU , useExisting : MatMenuBar } ,
1515 { provide : MENU_STACK , useClass : MenuStack } ,
1616 ] , exportAs : [ "matMenubar" ] , usesInheritance : true , ngImport : i0 , template : "<ng-content></ng-content>\n" , styles : [ "" ] , changeDetection : i0 . ChangeDetectionStrategy . OnPush , encapsulation : i0 . ViewEncapsulation . None } ) ;
1717}
18- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.2.0 " , ngImport : i0 , type : MatMenuBar , decorators : [ {
18+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.1 " , ngImport : i0 , type : MatMenuBar , decorators : [ {
1919 type : Component ,
2020 args : [ { selector : 'mat-menubar' , exportAs : 'matMenubar' , encapsulation : ViewEncapsulation . None , changeDetection : ChangeDetectionStrategy . OnPush , host : {
2121 '[class.mat-menubar]' : 'true' ,
@@ -47,10 +47,10 @@ class MatMenuBarItem extends CdkMenuItem {
4747 removeIcons ( clone ) ;
4848 return clone . textContent ?. trim ( ) || '' ;
4949 }
50- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.2.0 " , ngImport : i0 , type : MatMenuBarItem , deps : null , target : i0 . ɵɵFactoryTarget . Component } ) ;
51- static ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "19.2.0 " , type : MatMenuBarItem , isStandalone : true , selector : "mat-menubar-item" , host : { attributes : { "type" : "button" , "role" : "menuitem" } , properties : { "tabindex" : "_tabindex" , "attr.aria-disabled" : "disabled || null" } , classAttribute : "cdk-menu-item mat-menubar-item" } , providers : [ { provide : CdkMenuItem , useExisting : MatMenuBarItem } ] , exportAs : [ "matMenubarItem" ] , usesInheritance : true , ngImport : i0 , template : "<ng-content></ng-content>\n" , styles : [ "" ] , changeDetection : i0 . ChangeDetectionStrategy . OnPush , encapsulation : i0 . ViewEncapsulation . None } ) ;
50+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.1 " , ngImport : i0 , type : MatMenuBarItem , deps : null , target : i0 . ɵɵFactoryTarget . Component } ) ;
51+ static ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "20.0.0-next.1 " , type : MatMenuBarItem , isStandalone : true , selector : "mat-menubar-item" , host : { attributes : { "type" : "button" , "role" : "menuitem" } , properties : { "tabindex" : "_tabindex" , "attr.aria-disabled" : "disabled || null" } , classAttribute : "cdk-menu-item mat-menubar-item" } , providers : [ { provide : CdkMenuItem , useExisting : MatMenuBarItem } ] , exportAs : [ "matMenubarItem" ] , usesInheritance : true , ngImport : i0 , template : "<ng-content></ng-content>\n" , styles : [ "" ] , changeDetection : i0 . ChangeDetectionStrategy . OnPush , encapsulation : i0 . ViewEncapsulation . None } ) ;
5252}
53- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.2.0 " , ngImport : i0 , type : MatMenuBarItem , decorators : [ {
53+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.1 " , ngImport : i0 , type : MatMenuBarItem , decorators : [ {
5454 type : Component ,
5555 args : [ { selector : 'mat-menubar-item' , exportAs : 'matMenubarItem' , encapsulation : ViewEncapsulation . None , changeDetection : ChangeDetectionStrategy . OnPush , host : {
5656 '[tabindex]' : '_tabindex' ,
@@ -62,11 +62,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
6262 } ] } ) ;
6363
6464class MatMenuBarModule {
65- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.2.0 " , ngImport : i0 , type : MatMenuBarModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
66- static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "19.2.0 " , ngImport : i0 , type : MatMenuBarModule , imports : [ CdkMenuModule , MatMenuBar , MatMenuBarItem ] , exports : [ MatMenuBar , MatMenuBarItem ] } ) ;
67- static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "19.2.0 " , ngImport : i0 , type : MatMenuBarModule , imports : [ CdkMenuModule ] } ) ;
65+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "20.0.0-next.1 " , ngImport : i0 , type : MatMenuBarModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
66+ static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "20.0.0-next.1 " , ngImport : i0 , type : MatMenuBarModule , imports : [ CdkMenuModule , MatMenuBar , MatMenuBarItem ] , exports : [ MatMenuBar , MatMenuBarItem ] } ) ;
67+ static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "20.0.0-next.1 " , ngImport : i0 , type : MatMenuBarModule , imports : [ CdkMenuModule ] } ) ;
6868}
69- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.2.0 " , ngImport : i0 , type : MatMenuBarModule , decorators : [ {
69+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "20.0.0-next.1 " , ngImport : i0 , type : MatMenuBarModule , decorators : [ {
7070 type : NgModule ,
7171 args : [ {
7272 imports : [ CdkMenuModule , MatMenuBar , MatMenuBarItem ] ,
0 commit comments