test-isc
Version:
An Ionic component similar to Ionic Select, that allows to search items, including async search, group, add, edit, delete items, and much more.
21 lines (20 loc) • 1.12 kB
JavaScript
import { r as registerInstance, h, H as Host } from './index-b6f64b02.js';
import { g as getIonMode } from './ionic-global-5d790111.js';
var slideCss = "ion-slide{display:block;width:100%;height:100%}.slide-zoom{display:block;width:100%;text-align:center}.swiper-slide{display:-ms-flexbox;display:flex;position:relative;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;font-size:18px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.swiper-slide img{width:auto;max-width:100%;height:auto;max-height:100%}";
var Slide = /** @class */ (function () {
function Slide(hostRef) {
registerInstance(this, hostRef);
}
Slide.prototype.render = function () {
var _a;
var mode = getIonMode(this);
return (h(Host, { class: (_a = {},
_a[mode] = true,
_a['swiper-slide'] = true,
_a['swiper-zoom-container'] = true,
_a) }));
};
return Slide;
}());
Slide.style = slideCss;
export { Slide as ion_slide };