ion-segment-content.cjs.entry.js 862 B

1234567891011121314151617181920212223
  1. /*!
  2. * (C) Ionic http://ionicframework.com - MIT License
  3. */
  4. 'use strict';
  5. Object.defineProperty(exports, '__esModule', { value: true });
  6. const index = require('./index-2e236a04.js');
  7. const segmentContentCss = ":host{scroll-snap-align:center;scroll-snap-stop:always;-ms-flex-negative:0;flex-shrink:0;width:100%;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}:host::-webkit-scrollbar{display:none}";
  8. const IonSegmentContentStyle0 = segmentContentCss;
  9. const SegmentContent = class {
  10. constructor(hostRef) {
  11. index.registerInstance(this, hostRef);
  12. }
  13. render() {
  14. return (index.h(index.Host, { key: '64b3965b14c749e77e9ce13b59f349d971e245c8' }, index.h("slot", { key: '2d0bed34f9bc93f92e713cb51e42220f3cecd8f5' })));
  15. }
  16. };
  17. SegmentContent.style = IonSegmentContentStyle0;
  18. exports.ion_segment_content = SegmentContent;