UNPKG

@blackbaud/skyux-lib-media

Version:

This library was generated with [Nx](https://nx.dev).

79 lines (68 loc) 4.58 kB
import * as i0 from '@angular/core'; import { ChangeDetectorRef } from '@angular/core'; import * as i2 from '@angular/common'; import * as i1 from '@skyux/i18n'; import { SafeResourceUrl, DomSanitizer } from '@angular/platform-browser'; declare class SkyHeroComponent { #private; backgroundImageUrl: string | undefined; set overlayOpacity(value: string | undefined); get overlayOpacity(): string; constructor(changeDetector: ChangeDetectorRef); static ɵfac: i0.ɵɵFactoryDeclaration<SkyHeroComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SkyHeroComponent, "sky-hero", never, { "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; "overlayOpacity": { "alias": "overlayOpacity"; "required": false; }; }, {}, never, ["*"], false, never>; } declare class SkyHeroHeadingComponent { heroTextColor: string | undefined; static ɵfac: i0.ɵɵFactoryDeclaration<SkyHeroHeadingComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SkyHeroHeadingComponent, "sky-hero-heading", never, { "heroTextColor": { "alias": "heroTextColor"; "required": false; }; }, {}, never, ["*"], false, never>; } declare class SkyHeroSubheadingComponent { heroTextColor: string | undefined; static ɵfac: i0.ɵɵFactoryDeclaration<SkyHeroSubheadingComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SkyHeroSubheadingComponent, "sky-hero-subheading", never, { "heroTextColor": { "alias": "heroTextColor"; "required": false; }; }, {}, never, ["*"], false, never>; } declare class SkyHeroModule { static ɵfac: i0.ɵɵFactoryDeclaration<SkyHeroModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<SkyHeroModule, [typeof SkyHeroComponent, typeof SkyHeroHeadingComponent, typeof SkyHeroSubheadingComponent], [typeof i2.CommonModule], [typeof SkyHeroComponent, typeof SkyHeroHeadingComponent, typeof SkyHeroSubheadingComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<SkyHeroModule>; } declare class SkyImageComponent { #private; caption: string | undefined; captionType: string | undefined; imageAlt: string | undefined; imageSource: string | undefined; showBorder: boolean | undefined; set showCaptionPrefix(value: boolean | undefined); get showCaptionPrefix(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<SkyImageComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SkyImageComponent, "sky-image", never, { "caption": { "alias": "caption"; "required": false; }; "captionType": { "alias": "captionType"; "required": false; }; "imageAlt": { "alias": "imageAlt"; "required": false; }; "imageSource": { "alias": "imageSource"; "required": false; }; "showBorder": { "alias": "showBorder"; "required": false; }; "showCaptionPrefix": { "alias": "showCaptionPrefix"; "required": false; }; }, {}, never, never, false, never>; } /** * Import into any component library module that needs to use resource strings. */ declare class SkyMediaResourcesModule { static ɵfac: i0.ɵɵFactoryDeclaration<SkyMediaResourcesModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<SkyMediaResourcesModule, never, never, [typeof i1.SkyI18nModule]>; static ɵinj: i0.ɵɵInjectorDeclaration<SkyMediaResourcesModule>; } declare class SkyImageModule { static ɵfac: i0.ɵɵFactoryDeclaration<SkyImageModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<SkyImageModule, [typeof SkyImageComponent], [typeof i2.CommonModule, typeof SkyMediaResourcesModule], [typeof SkyImageComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<SkyImageModule>; } declare class SkyVideoComponent { #private; set videoSource(value: string | undefined); src: SafeResourceUrl | undefined; constructor(changeDetector: ChangeDetectorRef, sanitizer: DomSanitizer); static ɵfac: i0.ɵɵFactoryDeclaration<SkyVideoComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SkyVideoComponent, "sky-video", never, { "videoSource": { "alias": "videoSource"; "required": false; }; }, {}, never, never, false, never>; } declare class SkyVideoModule { static ɵfac: i0.ɵɵFactoryDeclaration<SkyVideoModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<SkyVideoModule, [typeof SkyVideoComponent], [typeof i2.CommonModule], [typeof SkyVideoComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<SkyVideoModule>; } export { SkyHeroModule, SkyImageModule, SkyVideoModule, SkyHeroHeadingComponent as λ1, SkyHeroSubheadingComponent as λ2, SkyHeroComponent as λ3, SkyImageComponent as λ4, SkyVideoComponent as λ5 };