barsa-sap-ui 2.3.128 → 2.3.129
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.
|
@@ -16927,11 +16927,11 @@ class BarsaImgSkeletonComponent extends BaseComponent {
|
|
|
16927
16927
|
this.hideSkeleton = signal(false);
|
|
16928
16928
|
}
|
|
16929
16929
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: BarsaImgSkeletonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
16930
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.6", type: BarsaImgSkeletonComponent, isStandalone: false, selector: "bsu-barsa-img-skeleton", inputs: { title: "title", size: "size", imageUrl: "imageUrl", widthFull: "widthFull" }, usesInheritance: true, ngImport: i0, template: "<fd-skeleton\n [style.display]=\"!hideSkeleton() ? null : 'none'\"\n type=\"rectangle\"\n [style.height.px]=\"size[0]\"\n width=\"100%\"\n></fd-skeleton>\n<img\n width=\"100%\"\n [src]=\"imageUrl\"\n [alt]=\"title\"\n [style.max-height.px]=\"size[0]\"\n [style.max-width]=\"widthFull ? '100%' : size[1] + 'px'\"\n [style.display]=\"!hideSkeleton() ? 'none' : null\"\n (load)=\"hideSkeleton.set(true)\"
|
|
16930
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.6", type: BarsaImgSkeletonComponent, isStandalone: false, selector: "bsu-barsa-img-skeleton", inputs: { title: "title", size: "size", imageUrl: "imageUrl", widthFull: "widthFull" }, usesInheritance: true, ngImport: i0, template: "<fd-skeleton\n [style.display]=\"!hideSkeleton() ? null : 'none'\"\n type=\"rectangle\"\n [style.height.px]=\"size[0]\"\n width=\"100%\"\n></fd-skeleton>\n<img\n width=\"100%\"\n [src]=\"imageUrl\"\n [alt]=\"title\"\n [style.max-height.px]=\"size[0]\"\n [style.max-width]=\"widthFull ? '100%' : size[1] + 'px'\"\n [style.display]=\"!hideSkeleton() ? 'none' : null\"\n (load)=\"hideSkeleton.set(true)\" \n/>\n\n", styles: [":host{display:contents}\n"], dependencies: [{ kind: "component", type: i1$7.SkeletonComponent, selector: "fd-skeleton", inputs: ["animated", "type", "textLines", "width", "height"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
16931
16931
|
}
|
|
16932
16932
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: BarsaImgSkeletonComponent, decorators: [{
|
|
16933
16933
|
type: Component,
|
|
16934
|
-
args: [{ selector: 'bsu-barsa-img-skeleton', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<fd-skeleton\n [style.display]=\"!hideSkeleton() ? null : 'none'\"\n type=\"rectangle\"\n [style.height.px]=\"size[0]\"\n width=\"100%\"\n></fd-skeleton>\n<img\n width=\"100%\"\n [src]=\"imageUrl\"\n [alt]=\"title\"\n [style.max-height.px]=\"size[0]\"\n [style.max-width]=\"widthFull ? '100%' : size[1] + 'px'\"\n [style.display]=\"!hideSkeleton() ? 'none' : null\"\n (load)=\"hideSkeleton.set(true)\"
|
|
16934
|
+
args: [{ selector: 'bsu-barsa-img-skeleton', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<fd-skeleton\n [style.display]=\"!hideSkeleton() ? null : 'none'\"\n type=\"rectangle\"\n [style.height.px]=\"size[0]\"\n width=\"100%\"\n></fd-skeleton>\n<img\n width=\"100%\"\n [src]=\"imageUrl\"\n [alt]=\"title\"\n [style.max-height.px]=\"size[0]\"\n [style.max-width]=\"widthFull ? '100%' : size[1] + 'px'\"\n [style.display]=\"!hideSkeleton() ? 'none' : null\"\n (load)=\"hideSkeleton.set(true)\" \n/>\n\n", styles: [":host{display:contents}\n"] }]
|
|
16935
16935
|
}], propDecorators: { title: [{
|
|
16936
16936
|
type: Input
|
|
16937
16937
|
}], size: [{
|