UNPKG

@huluvu424242/honey-slideshow

Version:

Text to Speech component wich is reading texts from DOM elements.

26 lines (20 loc) 1.09 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-99ba775b.js'); const ionicGlobal = require('./ionic-global-a82af109.js'); const 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%}"; const Slide = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { const mode = ionicGlobal.getIonMode(this); return (index.h(index.Host, { class: { [mode]: true, 'swiper-slide': true, 'swiper-zoom-container': true } })); } }; Slide.style = slideCss; exports.ion_slide = Slide;