{ "version": 3, "sources": ["../../../javascript/pages/guide.js"], "sourcesContent": ["//swiper(\u30B9\u30E9\u30A4\u30C0\u30FC\u5B9F\u88C5)\nconst options = {\n pagination: {\n el: \".swiper-pagination\",\n },\n effect: \"slide\",\n spaceBetween: 0,\n grabCursor: true,\n centeredSlides: false,\n slidesPerView: 1,\n loop: true,\n initialSlide: 0,\n mousewheel: true,\n coverflowEffect: {\n rotate: 50,\n stretch: 0,\n depth: 100,\n modifier: 1,\n slideShadows: true,\n }\n}\n\nconst breakPoint = 768;\nlet swiperDocument;\nlet swiperFlow\n\nif (window.innerWidth <= breakPoint) {\n swiperDocument = new Swiper(\".swiperDocument\", options);\n swiperFlow = new Swiper(\".swiperFlow\", options);\n} else {\n swiperDocument = undefined;\n swiperFlow = undefined;\n}\n\nwindow.addEventListener(\"resize\", () => {\n if (window.innerWidth <= breakPoint) {\n if(swiperDocument) return;\n swiperDocument = new Swiper(\".swiperDocument\", options);\n swiperFlow = new Swiper(\".swiperFlow\", options);\n } else {\n if(!swiperDocument) return;\n swiperDocument.destroy();\n swiperDocument = undefined;\n swiperFlow.destroy();\n swiperFlow = undefined;\n }\n}, false);"], "mappings": ";;AACA,MAAM,UAAU;AAAA,IACd,YAAY;AAAA,MACV,IAAI;AAAA,IACN;AAAA,IACA,QAAQ;AAAA,IACR,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,eAAe;AAAA,IACf,MAAM;AAAA,IACN,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,iBAAiB;AAAA,MACf,QAAQ;AAAA,MACR,SAAS;AAAA,MACT,OAAO;AAAA,MACP,UAAU;AAAA,MACV,cAAc;AAAA,IAChB;AAAA,EACF;AAEA,MAAM,aAAa;AACnB,MAAI;AACJ,MAAI;AAEJ,MAAI,OAAO,cAAc,YAAY;AACnC,qBAAiB,IAAI,OAAO,mBAAmB,OAAO;AACtD,iBAAa,IAAI,OAAO,eAAe,OAAO;AAAA,EAChD,OAAO;AACL,qBAAiB;AACjB,iBAAa;AAAA,EACf;AAEA,SAAO,iBAAiB,UAAU,MAAM;AACtC,QAAI,OAAO,cAAc,YAAY;AACnC,UAAG;AAAgB;AACnB,uBAAiB,IAAI,OAAO,mBAAmB,OAAO;AACtD,mBAAa,IAAI,OAAO,eAAe,OAAO;AAAA,IAChD,OAAO;AACL,UAAG,CAAC;AAAgB;AACpB,qBAAe,QAAQ;AACvB,uBAAiB;AACjB,iBAAW,QAAQ;AACnB,mBAAa;AAAA,IACf;AAAA,EACF,GAAG,KAAK;", "names": [] }