591b3a4c3b5db6c963973a0944ea1ffd07b5013661ef494cdb6319482cd98d7a.json 13 KB

1
  1. {"ast":null,"code":"/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nexport { getAssetPath, setAssetPath, setNonce, setPlatformOptions } from '@stencil/core/internal/client';\nexport { c as createAnimation } from './animation.js';\nexport { a as LIFECYCLE_DID_ENTER, c as LIFECYCLE_DID_LEAVE, L as LIFECYCLE_WILL_ENTER, b as LIFECYCLE_WILL_LEAVE, d as LIFECYCLE_WILL_UNLOAD, g as getIonPageElement } from './index2.js';\nexport { iosTransitionAnimation } from './ios.transition.js';\nexport { mdTransitionAnimation } from './md.transition.js';\nexport { g as getTimeGivenProgression } from './cubic-bezier.js';\nexport { createGesture } from './index3.js';\nexport { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global.js';\nexport { c as componentOnReady } from './helpers.js';\nexport { I as IonicSafeString, g as getMode, s as setupConfig } from './config.js';\nexport { o as openURL } from './theme.js';\nexport { m as menuController } from './index4.js';\nexport { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays.js';\nconst IonicSlides = opts => {\n const {\n swiper,\n extendParams\n } = opts;\n const slidesParams = {\n effect: undefined,\n direction: 'horizontal',\n initialSlide: 0,\n loop: false,\n parallax: false,\n slidesPerView: 1,\n spaceBetween: 0,\n speed: 300,\n slidesPerColumn: 1,\n slidesPerColumnFill: 'column',\n slidesPerGroup: 1,\n centeredSlides: false,\n slidesOffsetBefore: 0,\n slidesOffsetAfter: 0,\n touchEventsTarget: 'container',\n freeMode: false,\n freeModeMomentum: true,\n freeModeMomentumRatio: 1,\n freeModeMomentumBounce: true,\n freeModeMomentumBounceRatio: 1,\n freeModeMomentumVelocityRatio: 1,\n freeModeSticky: false,\n freeModeMinimumVelocity: 0.02,\n autoHeight: false,\n setWrapperSize: false,\n zoom: {\n maxRatio: 3,\n minRatio: 1,\n toggle: false\n },\n touchRatio: 1,\n touchAngle: 45,\n simulateTouch: true,\n touchStartPreventDefault: false,\n shortSwipes: true,\n longSwipes: true,\n longSwipesRatio: 0.5,\n longSwipesMs: 300,\n followFinger: true,\n threshold: 0,\n touchMoveStopPropagation: true,\n touchReleaseOnEdges: false,\n iOSEdgeSwipeDetection: false,\n iOSEdgeSwipeThreshold: 20,\n resistance: true,\n resistanceRatio: 0.85,\n watchSlidesProgress: false,\n watchSlidesVisibility: false,\n preventClicks: true,\n preventClicksPropagation: true,\n slideToClickedSlide: false,\n loopAdditionalSlides: 0,\n noSwiping: true,\n runCallbacksOnInit: true,\n coverflowEffect: {\n rotate: 50,\n stretch: 0,\n depth: 100,\n modifier: 1,\n slideShadows: true\n },\n flipEffect: {\n slideShadows: true,\n limitRotation: true\n },\n cubeEffect: {\n slideShadows: true,\n shadow: true,\n shadowOffset: 20,\n shadowScale: 0.94\n },\n fadeEffect: {\n crossFade: false\n },\n a11y: {\n prevSlideMessage: 'Previous slide',\n nextSlideMessage: 'Next slide',\n firstSlideMessage: 'This is the first slide',\n lastSlideMessage: 'This is the last slide'\n }\n };\n if (swiper.pagination) {\n slidesParams.pagination = {\n type: 'bullets',\n clickable: false,\n hideOnClick: false\n };\n }\n if (swiper.scrollbar) {\n slidesParams.scrollbar = {\n hide: true\n };\n }\n extendParams(slidesParams);\n};\nexport { IonicSlides };","map":{"version":3,"names":["getAssetPath","setAssetPath","setNonce","setPlatformOptions","c","createAnimation","a","LIFECYCLE_DID_ENTER","LIFECYCLE_DID_LEAVE","L","LIFECYCLE_WILL_ENTER","b","LIFECYCLE_WILL_LEAVE","d","LIFECYCLE_WILL_UNLOAD","g","getIonPageElement","iosTransitionAnimation","mdTransitionAnimation","getTimeGivenProgression","createGesture","getPlatforms","i","initialize","isPlatform","componentOnReady","I","IonicSafeString","getMode","s","setupConfig","o","openURL","m","menuController","actionSheetController","alertController","l","loadingController","modalController","p","pickerController","popoverController","t","toastController","IonicSlides","opts","swiper","extendParams","slidesParams","effect","undefined","direction","initialSlide","loop","parallax","slidesPerView","spaceBetween","speed","slidesPerColumn","slidesPerColumnFill","slidesPerGroup","centeredSlides","slidesOffsetBefore","slidesOffsetAfter","touchEventsTarget","freeMode","freeModeMomentum","freeModeMomentumRatio","freeModeMomentumBounce","freeModeMomentumBounceRatio","freeModeMomentumVelocityRatio","freeModeSticky","freeModeMinimumVelocity","autoHeight","setWrapperSize","zoom","maxRatio","minRatio","toggle","touchRatio","touchAngle","simulateTouch","touchStartPreventDefault","shortSwipes","longSwipes","longSwipesRatio","longSwipesMs","followFinger","threshold","touchMoveStopPropagation","touchReleaseOnEdges","iOSEdgeSwipeDetection","iOSEdgeSwipeThreshold","resistance","resistanceRatio","watchSlidesProgress","watchSlidesVisibility","preventClicks","preventClicksPropagation","slideToClickedSlide","loopAdditionalSlides","noSwiping","runCallbacksOnInit","coverflowEffect","rotate","stretch","depth","modifier","slideShadows","flipEffect","limitRotation","cubeEffect","shadow","shadowOffset","shadowScale","fadeEffect","crossFade","a11y","prevSlideMessage","nextSlideMessage","firstSlideMessage","lastSlideMessage","pagination","type","clickable","hideOnClick","scrollbar","hide"],"sources":["F:/workspace/huinongbao-app/node_modules/@ionic/core/components/index.js"],"sourcesContent":["/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nexport { getAssetPath, setAssetPath, setNonce, setPlatformOptions } from '@stencil/core/internal/client';\nexport { c as createAnimation } from './animation.js';\nexport { a as LIFECYCLE_DID_ENTER, c as LIFECYCLE_DID_LEAVE, L as LIFECYCLE_WILL_ENTER, b as LIFECYCLE_WILL_LEAVE, d as LIFECYCLE_WILL_UNLOAD, g as getIonPageElement } from './index2.js';\nexport { iosTransitionAnimation } from './ios.transition.js';\nexport { mdTransitionAnimation } from './md.transition.js';\nexport { g as getTimeGivenProgression } from './cubic-bezier.js';\nexport { createGesture } from './index3.js';\nexport { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global.js';\nexport { c as componentOnReady } from './helpers.js';\nexport { I as IonicSafeString, g as getMode, s as setupConfig } from './config.js';\nexport { o as openURL } from './theme.js';\nexport { m as menuController } from './index4.js';\nexport { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays.js';\n\nconst IonicSlides = (opts) => {\n const { swiper, extendParams } = opts;\n const slidesParams = {\n effect: undefined,\n direction: 'horizontal',\n initialSlide: 0,\n loop: false,\n parallax: false,\n slidesPerView: 1,\n spaceBetween: 0,\n speed: 300,\n slidesPerColumn: 1,\n slidesPerColumnFill: 'column',\n slidesPerGroup: 1,\n centeredSlides: false,\n slidesOffsetBefore: 0,\n slidesOffsetAfter: 0,\n touchEventsTarget: 'container',\n freeMode: false,\n freeModeMomentum: true,\n freeModeMomentumRatio: 1,\n freeModeMomentumBounce: true,\n freeModeMomentumBounceRatio: 1,\n freeModeMomentumVelocityRatio: 1,\n freeModeSticky: false,\n freeModeMinimumVelocity: 0.02,\n autoHeight: false,\n setWrapperSize: false,\n zoom: {\n maxRatio: 3,\n minRatio: 1,\n toggle: false,\n },\n touchRatio: 1,\n touchAngle: 45,\n simulateTouch: true,\n touchStartPreventDefault: false,\n shortSwipes: true,\n longSwipes: true,\n longSwipesRatio: 0.5,\n longSwipesMs: 300,\n followFinger: true,\n threshold: 0,\n touchMoveStopPropagation: true,\n touchReleaseOnEdges: false,\n iOSEdgeSwipeDetection: false,\n iOSEdgeSwipeThreshold: 20,\n resistance: true,\n resistanceRatio: 0.85,\n watchSlidesProgress: false,\n watchSlidesVisibility: false,\n preventClicks: true,\n preventClicksPropagation: true,\n slideToClickedSlide: false,\n loopAdditionalSlides: 0,\n noSwiping: true,\n runCallbacksOnInit: true,\n coverflowEffect: {\n rotate: 50,\n stretch: 0,\n depth: 100,\n modifier: 1,\n slideShadows: true,\n },\n flipEffect: {\n slideShadows: true,\n limitRotation: true,\n },\n cubeEffect: {\n slideShadows: true,\n shadow: true,\n shadowOffset: 20,\n shadowScale: 0.94,\n },\n fadeEffect: {\n crossFade: false,\n },\n a11y: {\n prevSlideMessage: 'Previous slide',\n nextSlideMessage: 'Next slide',\n firstSlideMessage: 'This is the first slide',\n lastSlideMessage: 'This is the last slide',\n },\n };\n if (swiper.pagination) {\n slidesParams.pagination = {\n type: 'bullets',\n clickable: false,\n hideOnClick: false,\n };\n }\n if (swiper.scrollbar) {\n slidesParams.scrollbar = {\n hide: true,\n };\n }\n extendParams(slidesParams);\n};\n\nexport { IonicSlides };\n"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}