@@ -31,8 +31,8 @@ class YouTubePlayerPlaceholder {
3131 }
3232 return `url(${ url } )` ;
3333 }
34- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0-rc.0 " , ngImport : i0 , type : YouTubePlayerPlaceholder , deps : [ ] , target : i0 . ɵɵFactoryTarget . Component } ) ;
35- static ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "19.0.0-rc.0 " , type : YouTubePlayerPlaceholder , isStandalone : true , selector : "youtube-player-placeholder" , inputs : { videoId : "videoId" , width : "width" , height : "height" , isLoading : "isLoading" , buttonLabel : "buttonLabel" , quality : "quality" } , host : { properties : { "class.youtube-player-placeholder-loading" : "isLoading" , "style.background-image" : "_getBackgroundImage()" , "style.width.px" : "width" , "style.height.px" : "height" } , classAttribute : "youtube-player-placeholder" } , ngImport : i0 , template : `
34+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0" , ngImport : i0 , type : YouTubePlayerPlaceholder , deps : [ ] , target : i0 . ɵɵFactoryTarget . Component } ) ;
35+ static ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "14.0.0" , version : "19.0.0" , type : YouTubePlayerPlaceholder , isStandalone : true , selector : "youtube-player-placeholder" , inputs : { videoId : "videoId" , width : "width" , height : "height" , isLoading : "isLoading" , buttonLabel : "buttonLabel" , quality : "quality" } , host : { properties : { "class.youtube-player-placeholder-loading" : "isLoading" , "style.background-image" : "_getBackgroundImage()" , "style.width.px" : "width" , "style.height.px" : "height" } , classAttribute : "youtube-player-placeholder" } , ngImport : i0 , template : `
3636 <button type="button" class="youtube-player-placeholder-button" [attr.aria-label]="buttonLabel">
3737 <svg
3838 height="100%"
@@ -46,7 +46,7 @@ class YouTubePlayerPlaceholder {
4646 </button>
4747 ` , isInline : true , styles : [ ".youtube-player-placeholder{display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden;cursor:pointer;background-color:#000;background-position:center center;background-size:cover;transition:box-shadow 300ms ease;box-shadow:inset 0 120px 90px -90px rgba(0,0,0,.8)}.youtube-player-placeholder-button{transition:opacity 300ms ease;-moz-appearance:none;-webkit-appearance:none;background:none;border:none;padding:0;display:flex}.youtube-player-placeholder-button svg{width:68px;height:48px}.youtube-player-placeholder-loading{box-shadow:none}.youtube-player-placeholder-loading .youtube-player-placeholder-button{opacity:0}" ] , changeDetection : i0 . ChangeDetectionStrategy . OnPush , encapsulation : i0 . ViewEncapsulation . None } ) ;
4848}
49- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0-rc.0 " , ngImport : i0 , type : YouTubePlayerPlaceholder , decorators : [ {
49+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0" , ngImport : i0 , type : YouTubePlayerPlaceholder , decorators : [ {
5050 type : Component ,
5151 args : [ { selector : 'youtube-player-placeholder' , changeDetection : ChangeDetectionStrategy . OnPush , encapsulation : ViewEncapsulation . None , template : `
5252 <button type="button" class="youtube-player-placeholder-button" [attr.aria-label]="buttonLabel">
@@ -589,8 +589,8 @@ class YouTubePlayer {
589589 // Ensures that everything is cleared out on destroy.
590590 takeUntil ( this . _destroyed ) ) ;
591591 }
592- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0-rc.0 " , ngImport : i0 , type : YouTubePlayer , deps : [ ] , target : i0 . ɵɵFactoryTarget . Component } ) ;
593- static ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "17.0.0" , version : "19.0.0-rc.0" , type : YouTubePlayer , isStandalone : true , selector : "youtube-player" , inputs : { videoId : "videoId" , height : [ "height" , "height" , numberAttribute ] , width : [ "width" , "width" , numberAttribute ] , startSeconds : [ "startSeconds" , "startSeconds" , coerceTime ] , endSeconds : [ "endSeconds" , "endSeconds" , coerceTime ] , suggestedQuality : "suggestedQuality" , playerVars : "playerVars" , disableCookies : [ "disableCookies" , "disableCookies" , booleanAttribute ] , loadApi : [ "loadApi" , "loadApi" , booleanAttribute ] , disablePlaceholder : [ "disablePlaceholder" , "disablePlaceholder" , booleanAttribute ] , showBeforeIframeApiLoads : [ "showBeforeIframeApiLoads" , "showBeforeIframeApiLoads" , booleanAttribute ] , placeholderButtonLabel : "placeholderButtonLabel" , placeholderImageQuality : "placeholderImageQuality" } , outputs : { ready : "ready" , stateChange : "stateChange" , error : "error" , apiChange : "apiChange" , playbackQualityChange : "playbackQualityChange" , playbackRateChange : "playbackRateChange" } , viewQueries : [ { propertyName : "youtubeContainer" , first : true , predicate : [ "youtubeContainer" ] , descendants : true , static : true } ] , usesOnChanges : true , ngImport : i0 , template : `
592+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0" , ngImport : i0 , type : YouTubePlayer , deps : [ ] , target : i0 . ɵɵFactoryTarget . Component } ) ;
593+ static ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "17.0.0" , version : "19.0.0" , type : YouTubePlayer , isStandalone : true , selector : "youtube-player" , inputs : { videoId : "videoId" , height : [ "height" , "height" , numberAttribute ] , width : [ "width" , "width" , numberAttribute ] , startSeconds : [ "startSeconds" , "startSeconds" , coerceTime ] , endSeconds : [ "endSeconds" , "endSeconds" , coerceTime ] , suggestedQuality : "suggestedQuality" , playerVars : "playerVars" , disableCookies : [ "disableCookies" , "disableCookies" , booleanAttribute ] , loadApi : [ "loadApi" , "loadApi" , booleanAttribute ] , disablePlaceholder : [ "disablePlaceholder" , "disablePlaceholder" , booleanAttribute ] , showBeforeIframeApiLoads : [ "showBeforeIframeApiLoads" , "showBeforeIframeApiLoads" , booleanAttribute ] , placeholderButtonLabel : "placeholderButtonLabel" , placeholderImageQuality : "placeholderImageQuality" } , outputs : { ready : "ready" , stateChange : "stateChange" , error : "error" , apiChange : "apiChange" , playbackQualityChange : "playbackQualityChange" , playbackRateChange : "playbackRateChange" } , viewQueries : [ { propertyName : "youtubeContainer" , first : true , predicate : [ "youtubeContainer" ] , descendants : true , static : true } ] , usesOnChanges : true , ngImport : i0 , template : `
594594 @if (_shouldShowPlaceholder()) {
595595 <youtube-player-placeholder
596596 [videoId]="videoId!"
@@ -606,7 +606,7 @@ class YouTubePlayer {
606606 </div>
607607 ` , isInline : true , dependencies : [ { kind : "component" , type : YouTubePlayerPlaceholder , selector : "youtube-player-placeholder" , inputs : [ "videoId" , "width" , "height" , "isLoading" , "buttonLabel" , "quality" ] } ] , changeDetection : i0 . ChangeDetectionStrategy . OnPush , encapsulation : i0 . ViewEncapsulation . None } ) ;
608608}
609- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0-rc.0 " , ngImport : i0 , type : YouTubePlayer , decorators : [ {
609+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0" , ngImport : i0 , type : YouTubePlayer , decorators : [ {
610610 type : Component ,
611611 args : [ {
612612 selector : 'youtube-player' ,
@@ -712,11 +712,11 @@ function loadApi(nonce) {
712712}
713713
714714class YouTubePlayerModule {
715- static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0-rc.0 " , ngImport : i0 , type : YouTubePlayerModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
716- static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "19.0.0-rc.0 " , ngImport : i0 , type : YouTubePlayerModule , imports : [ YouTubePlayer ] , exports : [ YouTubePlayer ] } ) ;
717- static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "19.0.0-rc.0 " , ngImport : i0 , type : YouTubePlayerModule } ) ;
715+ static ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "19.0.0" , ngImport : i0 , type : YouTubePlayerModule , deps : [ ] , target : i0 . ɵɵFactoryTarget . NgModule } ) ;
716+ static ɵmod = i0 . ɵɵngDeclareNgModule ( { minVersion : "14.0.0" , version : "19.0.0" , ngImport : i0 , type : YouTubePlayerModule , imports : [ YouTubePlayer ] , exports : [ YouTubePlayer ] } ) ;
717+ static ɵinj = i0 . ɵɵngDeclareInjector ( { minVersion : "12.0.0" , version : "19.0.0" , ngImport : i0 , type : YouTubePlayerModule } ) ;
718718}
719- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0-rc.0 " , ngImport : i0 , type : YouTubePlayerModule , decorators : [ {
719+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "19.0.0" , ngImport : i0 , type : YouTubePlayerModule , decorators : [ {
720720 type : NgModule ,
721721 args : [ {
722722 imports : [ YouTubePlayer ] ,
0 commit comments