77 var a = factory ( ) ;
88 for ( var i in a ) ( typeof exports === 'object' ? exports : root ) [ i ] = a [ i ] ;
99 }
10- } ) ( this , function ( ) {
10+ } ) ( typeof self !== 'undefined' ? self : this , function ( ) {
1111return /******/ ( function ( modules ) { // webpackBootstrap
1212/******/ // The module cache
1313/******/ var installedModules = { } ;
@@ -43,9 +43,6 @@ return /******/ (function(modules) { // webpackBootstrap
4343/******/ // expose the module cache
4444/******/ __webpack_require__ . c = installedModules ;
4545/******/
46- /******/ // identity function for calling harmony imports with the correct context
47- /******/ __webpack_require__ . i = function ( value ) { return value ; } ;
48- /******/
4946/******/ // define getter function for harmony exports
5047/******/ __webpack_require__ . d = function ( exports , name , getter ) {
5148/******/ if ( ! __webpack_require__ . o ( exports , name ) ) {
@@ -73,7 +70,7 @@ return /******/ (function(modules) { // webpackBootstrap
7370/******/ __webpack_require__ . p = "" ;
7471/******/
7572/******/ // Load entry module and return exports
76- /******/ return __webpack_require__ ( __webpack_require__ . s = 7 ) ;
73+ /******/ return __webpack_require__ ( __webpack_require__ . s = 8 ) ;
7774/******/ } )
7875/************************************************************************/
7976/******/ ( [
@@ -118,19 +115,19 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
118115
119116exports . lory = lory ;
120117
121- var _detectPrefixes = __webpack_require__ ( 3 ) ;
118+ var _detectPrefixes = __webpack_require__ ( 2 ) ;
122119
123120var _detectPrefixes2 = _interopRequireDefault ( _detectPrefixes ) ;
124121
125- var _detectSupportsPassive = __webpack_require__ ( 4 ) ;
122+ var _detectSupportsPassive = __webpack_require__ ( 3 ) ;
126123
127124var _detectSupportsPassive2 = _interopRequireDefault ( _detectSupportsPassive ) ;
128125
129- var _dispatchEvent = __webpack_require__ ( 5 ) ;
126+ var _dispatchEvent = __webpack_require__ ( 4 ) ;
130127
131128var _dispatchEvent2 = _interopRequireDefault ( _dispatchEvent ) ;
132129
133- var _defaults = __webpack_require__ ( 2 ) ;
130+ var _defaults = __webpack_require__ ( 6 ) ;
134131
135132var _defaults2 = _interopRequireDefault ( _defaults ) ;
136133
@@ -709,118 +706,6 @@ function lory(slider, opts) {
709706/* 2 */
710707/***/ ( function ( module , exports , __webpack_require__ ) {
711708
712- "use strict" ;
713-
714-
715- Object . defineProperty ( exports , "__esModule" , {
716- value : true
717- } ) ;
718- exports . default = {
719- /**
720- * slides scrolled at once
721- * @slidesToScroll {Number}
722- */
723- slidesToScroll : 1 ,
724-
725- /**
726- * time in milliseconds for the animation of a valid slide attempt
727- * @slideSpeed {Number}
728- */
729- slideSpeed : 300 ,
730-
731- /**
732- * time in milliseconds for the animation of the rewind after the last slide
733- * @rewindSpeed {Number}
734- */
735- rewindSpeed : 600 ,
736-
737- /**
738- * time for the snapBack of the slider if the slide attempt was not valid
739- * @snapBackSpeed {Number}
740- */
741- snapBackSpeed : 200 ,
742-
743- /**
744- * Basic easing functions: https://developer.mozilla.org/de/docs/Web/CSS/transition-timing-function
745- * cubic bezier easing functions: http://easings.net/de
746- * @ease {String}
747- */
748- ease : 'ease' ,
749-
750- /**
751- * if slider reached the last slide, with next click the slider goes back to the startindex.
752- * use infinite or rewind, not both
753- * @rewind {Boolean}
754- */
755- rewind : false ,
756-
757- /**
758- * number of visible slides or false
759- * use infinite or rewind, not both
760- * @infinite {number}
761- */
762- infinite : false ,
763-
764- /**
765- * the slide index to show when the slider is initialized.
766- * @initialIndex {number}
767- */
768- initialIndex : 0 ,
769-
770- /**
771- * class name for slider frame
772- * @classNameFrame {string}
773- */
774- classNameFrame : 'js_frame' ,
775-
776- /**
777- * class name for slides container
778- * @classNameSlideContainer {string}
779- */
780- classNameSlideContainer : 'js_slides' ,
781-
782- /**
783- * class name for slider prev control
784- * @classNamePrevCtrl {string}
785- */
786- classNamePrevCtrl : 'js_prev' ,
787-
788- /**
789- * class name for slider next control
790- * @classNameNextCtrl {string}
791- */
792- classNameNextCtrl : 'js_next' ,
793-
794- /**
795- * class name for current active slide
796- * if emptyString then no class is set
797- * @classNameActiveSlide {string}
798- */
799- classNameActiveSlide : 'active' ,
800-
801- /**
802- * enables mouse events for swiping on desktop devices
803- * @enableMouseEvents {boolean}
804- */
805- enableMouseEvents : false ,
806-
807- /**
808- * window instance
809- * @window {object}
810- */
811- window : window ,
812-
813- /**
814- * If false, slides lory to the first slide on window resize.
815- * @rewindOnResize {boolean}
816- */
817- rewindOnResize : true
818- } ;
819-
820- /***/ } ) ,
821- /* 3 */
822- /***/ ( function ( module , exports , __webpack_require__ ) {
823-
824709"use strict" ;
825710/* WEBPACK VAR INJECTION */ ( function ( global ) {
826711
@@ -881,7 +766,7 @@ function detectPrefixes() {
881766/* WEBPACK VAR INJECTION */ } . call ( exports , __webpack_require__ ( 0 ) ) )
882767
883768/***/ } ) ,
884- /* 4 */
769+ /* 3 */
885770/***/ ( function ( module , exports , __webpack_require__ ) {
886771
887772"use strict" ;
@@ -909,7 +794,7 @@ function detectSupportsPassive() {
909794}
910795
911796/***/ } ) ,
912- /* 5 */
797+ /* 4 */
913798/***/ ( function ( module , exports , __webpack_require__ ) {
914799
915800"use strict" ;
@@ -920,7 +805,7 @@ Object.defineProperty(exports, "__esModule", {
920805} ) ;
921806exports . default = dispatchEvent ;
922807
923- var _customEvent = __webpack_require__ ( 6 ) ;
808+ var _customEvent = __webpack_require__ ( 5 ) ;
924809
925810var _customEvent2 = _interopRequireDefault ( _customEvent ) ;
926811
@@ -944,7 +829,7 @@ function dispatchEvent(target, type, detail) {
944829}
945830
946831/***/ } ) ,
947- /* 6 */
832+ /* 5 */
948833/***/ ( function ( module , exports , __webpack_require__ ) {
949834
950835/* WEBPACK VAR INJECTION */ ( function ( global ) {
@@ -999,7 +884,120 @@ function CustomEvent (type, params) {
999884/* WEBPACK VAR INJECTION */ } . call ( exports , __webpack_require__ ( 0 ) ) )
1000885
1001886/***/ } ) ,
1002- /* 7 */
887+ /* 6 */
888+ /***/ ( function ( module , exports , __webpack_require__ ) {
889+
890+ "use strict" ;
891+
892+
893+ Object . defineProperty ( exports , "__esModule" , {
894+ value : true
895+ } ) ;
896+ exports . default = {
897+ /**
898+ * slides scrolled at once
899+ * @slidesToScroll {Number}
900+ */
901+ slidesToScroll : 1 ,
902+
903+ /**
904+ * time in milliseconds for the animation of a valid slide attempt
905+ * @slideSpeed {Number}
906+ */
907+ slideSpeed : 300 ,
908+
909+ /**
910+ * time in milliseconds for the animation of the rewind after the last slide
911+ * @rewindSpeed {Number}
912+ */
913+ rewindSpeed : 600 ,
914+
915+ /**
916+ * time for the snapBack of the slider if the slide attempt was not valid
917+ * @snapBackSpeed {Number}
918+ */
919+ snapBackSpeed : 200 ,
920+
921+ /**
922+ * Basic easing functions: https://developer.mozilla.org/de/docs/Web/CSS/transition-timing-function
923+ * cubic bezier easing functions: http://easings.net/de
924+ * @ease {String}
925+ */
926+ ease : 'ease' ,
927+
928+ /**
929+ * if slider reached the last slide, with next click the slider goes back to the startindex.
930+ * use infinite or rewind, not both
931+ * @rewind {Boolean}
932+ */
933+ rewind : false ,
934+
935+ /**
936+ * number of visible slides or false
937+ * use infinite or rewind, not both
938+ * @infinite {number}
939+ */
940+ infinite : false ,
941+
942+ /**
943+ * the slide index to show when the slider is initialized.
944+ * @initialIndex {number}
945+ */
946+ initialIndex : 0 ,
947+
948+ /**
949+ * class name for slider frame
950+ * @classNameFrame {string}
951+ */
952+ classNameFrame : 'js_frame' ,
953+
954+ /**
955+ * class name for slides container
956+ * @classNameSlideContainer {string}
957+ */
958+ classNameSlideContainer : 'js_slides' ,
959+
960+ /**
961+ * class name for slider prev control
962+ * @classNamePrevCtrl {string}
963+ */
964+ classNamePrevCtrl : 'js_prev' ,
965+
966+ /**
967+ * class name for slider next control
968+ * @classNameNextCtrl {string}
969+ */
970+ classNameNextCtrl : 'js_next' ,
971+
972+ /**
973+ * class name for current active slide
974+ * if emptyString then no class is set
975+ * @classNameActiveSlide {string}
976+ */
977+ classNameActiveSlide : 'active' ,
978+
979+ /**
980+ * enables mouse events for swiping on desktop devices
981+ * @enableMouseEvents {boolean}
982+ */
983+ enableMouseEvents : false ,
984+
985+ /**
986+ * window instance
987+ * @window {object}
988+ */
989+ window : window ,
990+
991+ /**
992+ * If false, slides lory to the first slide on window resize.
993+ * @rewindOnResize {boolean}
994+ */
995+ rewindOnResize : true
996+ } ;
997+
998+ /***/ } ) ,
999+ /* 7 */ ,
1000+ /* 8 */
10031001/***/ ( function ( module , exports , __webpack_require__ ) {
10041002
10051003"use strict" ;
0 commit comments