Remove with Text
Remove GetEngineeringSpcReview Better error message EnforceCodeStyleInBuild NginxFileSystem Remove Reactors and Working Directory AppSettings Delete self contained Thunder Tests Back to .net8.0 api/v4/InfinityQS ApiExplorerSettings Wafer Counter
This commit is contained in:
34
Server/wwwroot/package/dist/cjs/ifx-card-image.cjs.entry.js
vendored
Normal file
34
Server/wwwroot/package/dist/cjs/ifx-card-image.cjs.entry.js
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
const index = require('./index-ca0e0765.js');
|
||||
|
||||
const cardImageCss = ".card-image{width:100%;height:100%;vertical-align:bottom;object-fit:cover}";
|
||||
|
||||
const CardImage = class {
|
||||
constructor(hostRef) {
|
||||
index.registerInstance(this, hostRef);
|
||||
this.imgPosition = index.createEvent(this, "imgPosition", 7);
|
||||
this.src = undefined;
|
||||
this.alt = undefined;
|
||||
this.position = undefined;
|
||||
}
|
||||
handlePosition(position) {
|
||||
this.imgPosition.emit(position);
|
||||
}
|
||||
componentWillLoad() {
|
||||
this.handlePosition(this.position);
|
||||
}
|
||||
componentDidUpdate() {
|
||||
this.handlePosition(this.position);
|
||||
}
|
||||
render() {
|
||||
return (index.h("img", { src: this.src, alt: this.alt, class: "card-image" }));
|
||||
}
|
||||
};
|
||||
CardImage.style = cardImageCss;
|
||||
|
||||
exports.ifx_card_image = CardImage;
|
||||
|
||||
//# sourceMappingURL=ifx-card-image.cjs.entry.js.map
|
Reference in New Issue
Block a user