j1-template 2024.3.15 → 2024.3.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/data/amplitude.html +139 -68
- data/assets/data/banner.html +1 -1
- data/assets/data/cookieconsent.html +1 -1
- data/assets/data/docsearch.html +1 -1
- data/assets/data/fab.html +1 -1
- data/assets/data/footer.html +1 -1
- data/assets/data/galeries.html +1 -1
- data/assets/data/gallery_customizer.html +1 -1
- data/assets/data/gemini-ui.html +1 -1
- data/assets/data/iframes.html +1 -1
- data/assets/data/masonry.html +1 -1
- data/assets/data/masterslider.html +1 -1
- data/assets/data/menu.html +1 -1
- data/assets/data/mmenu.html +1 -1
- data/assets/data/mmenu_sidebar.html +1 -1
- data/assets/data/mmenu_toc.html +1 -1
- data/assets/data/panel.html +5 -4
- data/assets/data/quicklinks.html +1 -1
- data/assets/data/rtext_resizer.html +1 -1
- data/assets/data/slick.html +1 -1
- data/assets/data/speak2me.html +1 -1
- data/assets/data/swiper.html +313 -0
- data/assets/theme/j1/adapter/js/amplitude.30.js +1177 -0
- data/assets/theme/j1/adapter/js/amplitude.js +241 -191
- data/assets/theme/j1/adapter/js/j1.js +3 -3
- data/assets/theme/j1/adapter/js/masonry.js +2 -2
- data/assets/theme/j1/adapter/js/masterslider.js +2 -1
- data/assets/theme/j1/adapter/js/swiper.js +231 -0
- data/assets/theme/j1/adapter/js/videojs.js +212 -0
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +7 -4
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css.map +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css.map +1 -1
- data/assets/theme/j1/core/js/template.js +4 -0
- data/assets/theme/j1/core/js/template.min.js +2 -2
- data/assets/theme/j1/core/js/template.min.js.map +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +94 -4
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +3 -2
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +72 -10
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +2 -1
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/artist.svg +78 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg +52 -20
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg +20 -39
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/now-playing.svg +24 -38
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-hide.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-music.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-show.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg +18 -37
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg +33 -30
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg +33 -29
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg +55 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg +56 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg +38 -21
- data/assets/theme/j1/modules/amplitudejs/js/amplitude.map +20 -20
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.15.js +1594 -0
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +1617 -89
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/bar.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/circular-equalizer.js +31 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/frequency-analyzer.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/michael-bromley.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/template.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +206 -122
- data/assets/theme/j1/modules/photoswipe/.version_5.4.4 +6 -0
- data/assets/theme/j1/modules/photoswipe/LICENSE +21 -0
- data/assets/theme/j1/modules/photoswipe/README.md +32 -0
- data/assets/theme/j1/modules/photoswipe/css/org/photoswipe-dynamic-caption-plugin.umd.min.js +5 -0
- data/assets/theme/j1/modules/photoswipe/css/org/photoswipe.css +420 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.css +67 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.min.css +16 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe.css +376 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe.min.css +17 -0
- data/assets/theme/j1/modules/photoswipe/css/scss/photoswipe.scss +427 -0
- data/assets/theme/j1/modules/photoswipe/example/photoswipe-caption-plugin.html +237 -0
- data/assets/theme/j1/modules/photoswipe/example/test-gallery.html +36 -0
- data/assets/theme/j1/modules/photoswipe/js/README.md +43 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-caption-plugin.min.js +5 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-core.min.js +18 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-lightbox.min.js +18 -0
- data/assets/theme/j1/modules/swiper/.version_1.2.0 +15 -0
- data/assets/theme/j1/modules/swiper/LICENSE +20 -0
- data/assets/theme/j1/modules/swiper/README.md +95 -0
- data/assets/theme/j1/modules/swiper/css/swiper-bundle.css +740 -0
- data/assets/theme/j1/modules/swiper/css/swiper-bundle.min..css +17 -0
- data/assets/theme/j1/modules/swiper/css/theme/uno.css +249 -0
- data/assets/theme/j1/modules/swiper/css/theme/uno.min.css +154 -0
- data/assets/theme/j1/modules/swiper/js/swiper-bundle.js +9785 -0
- data/assets/theme/j1/modules/swiper/js/swiper-bundle.min.js +17 -0
- data/assets/theme/j1/modules/swiper/swiperjs.com-demos.url +2 -0
- data/assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg +82 -0
- data/assets/theme/j1/modules/videojs/css/font/README.md +151 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.svg +150 -0
- data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +2012 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +32 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css +21 -0
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +14 -3
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/css/videojs.css +1 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE +13 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md +75 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js +149 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md +76 -30
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js +64 -53
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js +1 -1
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md +133 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js +137 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js +15 -12
- data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js +43 -16
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/rubyeventmachine.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/rubyeventmachine.so +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/config.rb +0 -4
- data/lib/starter_web/Gemfile +45 -22
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +4 -6
- data/lib/starter_web/_data/modules/amplitude.yml +308 -363
- data/lib/starter_web/_data/modules/defaults/amplitude.yml +60 -35
- data/lib/starter_web/_data/modules/defaults/gallery.yml +42 -0
- data/lib/starter_web/_data/modules/defaults/slick.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/swiper.yml +515 -0
- data/lib/starter_web/_data/modules/defaults/videojs.yml +107 -0
- data/lib/starter_web/_data/modules/gallery.yml +30 -14
- data/lib/starter_web/_data/modules/masonry.yml +15 -0
- data/lib/starter_web/_data/modules/swiper.yml +227 -0
- data/lib/starter_web/_data/modules/videojs.yml +57 -0
- data/lib/starter_web/_data/resources.yml +50 -16
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +1 -0
- data/lib/starter_web/_plugins/asciidoctor/amplitude-block.rb +1 -0
- data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +141 -24
- data/lib/starter_web/_plugins/asciidoctor/vimeo-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/wistia-block.rb +313 -0
- data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +192 -17
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/der_unverzichtbare_feind.jpg +0 -0
- data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/ein_diener_vieler_herren.jpg +0 -0
- data/lib/starter_web/assets/video/poster/youtube/the_piano/the-piano.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/_includes/attributes.asciidoc +45 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/200_photoswipe_parameters.asciidoc +510 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/210_photoswipe_lightbox_parameters.asciidoc +98 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/300_caption_plugin_for_photoSwipe.asciidoc +327 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_features.asciidoc +50 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_html_layout.asciidoc +122 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_initialization.asciidoc +53 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/110_swiper_common_options.asciidoc +43 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_a_k.asciidoc +994 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_l_o.asciidoc +473 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_p_s.asciidoc +700 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_t_z.asciidoc +413 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/300_swiper_instance_properties.asciidoc +873 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/400_swiper_modules.asciidoc +2514 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/500_swiper_methods.asciidoc +989 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/600_swiper_events.asciidoc +1534 -0
- data/lib/starter_web/pages/public/amplitude_yt_tester.adoc +89 -62
- data/lib/starter_web/pages/public/manuals/integrations/amplitudejs/amplitudejs-api.adoc +1 -1
- data/lib/starter_web/pages/public/manuals/integrations/videojs/youtube-api.adoc +1638 -0
- data/lib/starter_web/pages/public/photoswipe_api.adoc +150 -0
- data/lib/starter_web/pages/public/swiper_api.adoc +128 -0
- data/lib/starter_web/pages/public/swiper_tester.adoc +973 -0
- data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -6
- data/lib/starter_web/pages/public/tools/previewer/preview_videojs.adoc +203 -0
- data/lib/starter_web/pages/{tour → public/tour}/modal_extentions.adoc +12 -5
- data/lib/starter_web/pages/{tour → public/tour}/play_audio.adoc +63 -15
- data/lib/starter_web/pages/{tour → public/tour}/play_video.adoc +79 -40
- data/lib/starter_web/pages/{tour → public/tour}/present_images.adoc +5 -5
- metadata +114 -41
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_pause.svg +0 -19
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_play.svg +0 -18
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/show-playlist.svg +0 -15
- data/assets/theme/j1/modules/jqueryScrollbar/LICENSE +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/README.md +0 -28
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.css +0 -939
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.min.css +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.js +0 -851
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.min.js +0 -36
- data/assets/theme/j1/modules/jqueryScrollbar/sass/scrollbar.scss +0 -806
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.0.js +0 -794
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/attributes.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/100_gistblock.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_left_warning.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_right_danger.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_central_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_left_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_right_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_left_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_right_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/419_advanced_modals_demo.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/tables/bs_modal_examples.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_bootstrap.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_rouge.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/asciidoc_extensions.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/bootstrap_themes.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/highlghter_rouge.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/icon_fonts.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/quicksearch.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/responsive_tables.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/typography.adoc +0 -0
data/lib/starter_web/pages/public/_includes/documents/swiper/300_swiper_instance_properties.asciidoc
ADDED
@@ -0,0 +1,873 @@
|
|
1
|
+
[role="mt-5"]
|
2
|
+
== Instance Properties A - M
|
3
|
+
|
4
|
+
After slider initialization, the *instance variable* comes with helpful
|
5
|
+
properties (slider parameters) set. See the the *const swiper* (variable)
|
6
|
+
in the *examples* from above.
|
7
|
+
|
8
|
+
List of available Swiper parameters (properties) alphabetically ordered
|
9
|
+
from *A* to *M*. Find parameter settings also with the
|
10
|
+
https://swiperjs.com/swiper-api[Swiper Documentation, {browser-window--new}].
|
11
|
+
|
12
|
+
|
13
|
+
[role="mt-4"]
|
14
|
+
[[prop-activeIndex]]
|
15
|
+
=== activeIndex
|
16
|
+
|
17
|
+
Index *number* of the *active* slide.
|
18
|
+
|
19
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
20
|
+
|===
|
21
|
+
|Name |Type |Description
|
22
|
+
|
23
|
+
|`activeIndex`
|
24
|
+
|number
|
25
|
+
|Index *number* of the *active* slide.
|
26
|
+
|
27
|
+
[NOTE]
|
28
|
+
====
|
29
|
+
In *loop* mode, the *value* of *activeIndex* will be increased by the number
|
30
|
+
of slides looped.
|
31
|
+
====
|
32
|
+
|===
|
33
|
+
|
34
|
+
[role="mt-4"]
|
35
|
+
[[prop-allowSlideNext]]
|
36
|
+
=== allowSlideNext
|
37
|
+
|
38
|
+
Set the ability on sliding to the *next* slides by assigning `false` \| `true`
|
39
|
+
to this property.
|
40
|
+
|
41
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
42
|
+
|===
|
43
|
+
|Name |Type |Description
|
44
|
+
|
45
|
+
|`allowSlideNext`
|
46
|
+
|boolean
|
47
|
+
|Disable \| Enable ability to slide to the *next* slides by assigning
|
48
|
+
`false` \| `true` to this property.
|
49
|
+
|
50
|
+
|===
|
51
|
+
|
52
|
+
[role="mt-4"]
|
53
|
+
[[prop-allowSlidePrev]]
|
54
|
+
=== allowSlidePrev
|
55
|
+
|
56
|
+
Set the ability on sliding to the *previous* slides by assigning
|
57
|
+
`false` \| `true` to this property.
|
58
|
+
|
59
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
60
|
+
|===
|
61
|
+
|Name |Type |Description
|
62
|
+
|
63
|
+
|`allowSlidePrev`
|
64
|
+
|boolean
|
65
|
+
|Disable \| Enable ability to slide to the *previous* slides by assigning
|
66
|
+
`false` \| `true` to this property.
|
67
|
+
|
68
|
+
|===
|
69
|
+
|
70
|
+
[role="mt-4"]
|
71
|
+
[[prop-allowTouchMove]]
|
72
|
+
=== allowTouchMove
|
73
|
+
|
74
|
+
Set the ability move slider by *grabbing* it with mouse or by touching
|
75
|
+
it with finger (on touch screens) by assigning `false` \| `true`
|
76
|
+
to this property.
|
77
|
+
|
78
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
79
|
+
|===
|
80
|
+
|Name |Type |Description
|
81
|
+
|
82
|
+
|`allowTouchMove`
|
83
|
+
|boolean
|
84
|
+
|Disable \| Enable ability move slider by grabbing it with mouse or by
|
85
|
+
touching it with finger (on touch screens) by assigning `false` \| `true`
|
86
|
+
to this property.
|
87
|
+
|
88
|
+
|===
|
89
|
+
|
90
|
+
[role="mt-4"]
|
91
|
+
[[prop-animating]]
|
92
|
+
=== animating
|
93
|
+
|
94
|
+
Is set to `true` if swiper is in *transition*.
|
95
|
+
|
96
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
97
|
+
|===
|
98
|
+
|Name |Type |Description
|
99
|
+
|
100
|
+
|`animating`
|
101
|
+
|boolean
|
102
|
+
|Is set to `true` if swiper is in *transition*.
|
103
|
+
|
104
|
+
|===
|
105
|
+
|
106
|
+
[role="mt-4"]
|
107
|
+
[[prop-autoplay]]
|
108
|
+
=== animating
|
109
|
+
|
110
|
+
Is set to `true` if swiper is in *transition*.
|
111
|
+
|
112
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
113
|
+
|===
|
114
|
+
|Name |Type |Description
|
115
|
+
|
116
|
+
|`autoplay`
|
117
|
+
|any
|
118
|
+
|Set auto playing behaviour for a slide show.
|
119
|
+
|
120
|
+
|===
|
121
|
+
|
122
|
+
[role="mt-4"]
|
123
|
+
[[prop-cardsEffect]]
|
124
|
+
=== cardsEffect
|
125
|
+
|
126
|
+
Object with Cards-effect parameters.
|
127
|
+
|
128
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
129
|
+
|===
|
130
|
+
|Name |Type |Description
|
131
|
+
|
132
|
+
|`cardsEffect`
|
133
|
+
|any
|
134
|
+
|Object with Cards-effect parameters.
|
135
|
+
|
136
|
+
|===
|
137
|
+
|
138
|
+
[role="mt-4"]
|
139
|
+
[[prop-clickedIndex]]
|
140
|
+
=== clickedIndex
|
141
|
+
|
142
|
+
Index number of last *clicked* slide.
|
143
|
+
|
144
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
145
|
+
|===
|
146
|
+
|Name |Type |Description
|
147
|
+
|
148
|
+
|'clickedIndex'
|
149
|
+
|number
|
150
|
+
|Index number of last *clicked* slide.
|
151
|
+
|
152
|
+
|===
|
153
|
+
|
154
|
+
[role="mt-4"]
|
155
|
+
[[prop-clickedSlide]]
|
156
|
+
=== clickedSlide
|
157
|
+
|
158
|
+
Link to last clicked slide (*HTML Element*).
|
159
|
+
|
160
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
161
|
+
|===
|
162
|
+
|Name |Type |Description
|
163
|
+
|
164
|
+
|`clickedSlide`
|
165
|
+
|HTML Element
|
166
|
+
|Link to last clicked slide (*HTML Element*).
|
167
|
+
|
168
|
+
|===
|
169
|
+
|
170
|
+
[role="mt-4"]
|
171
|
+
[[prop-controller]]
|
172
|
+
=== controller
|
173
|
+
|
174
|
+
Object with controller parameters or boolean `true` to enable with
|
175
|
+
default settings.
|
176
|
+
|
177
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
178
|
+
|===
|
179
|
+
|Name |Type |Description
|
180
|
+
|
181
|
+
|`controller`
|
182
|
+
|any
|
183
|
+
|Object with controller parameters or boolean `true` to enable with
|
184
|
+
default settings.
|
185
|
+
|
186
|
+
|===
|
187
|
+
|
188
|
+
[role="mt-4"]
|
189
|
+
[[prop-coverflowEffect]]
|
190
|
+
=== coverflowEffect
|
191
|
+
|
192
|
+
Object with Coverflow-effect parameters.
|
193
|
+
|
194
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
195
|
+
|===
|
196
|
+
|Name |Type |Description
|
197
|
+
|
198
|
+
`|coverflowEffect
|
199
|
+
`|any
|
200
|
+
|Object with Coverflow-effect parameters.
|
201
|
+
|
202
|
+
|===
|
203
|
+
|
204
|
+
[role="mt-4"]
|
205
|
+
[[prop-creativeEffect]]
|
206
|
+
=== creativeEffect
|
207
|
+
|
208
|
+
Object with Creative-effect parameters.
|
209
|
+
|
210
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
211
|
+
|===
|
212
|
+
|Name |Type |Description
|
213
|
+
|
214
|
+
|`creativeEffect`
|
215
|
+
|any
|
216
|
+
|Object with Creative-effect parameters.
|
217
|
+
|
218
|
+
|===
|
219
|
+
|
220
|
+
[role="mt-4"]
|
221
|
+
[[prop-cubeEffect]]
|
222
|
+
=== cubeEffect
|
223
|
+
|
224
|
+
Object with Cube-effect parameters.
|
225
|
+
|
226
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
227
|
+
|===
|
228
|
+
|Name |Type |Description
|
229
|
+
|
230
|
+
|`cubeEffect`
|
231
|
+
|any
|
232
|
+
|Object with Cube-effect parameters.
|
233
|
+
|
234
|
+
|===
|
235
|
+
|
236
|
+
[role="mt-4"]
|
237
|
+
[[prop-defaults]]
|
238
|
+
=== defaults
|
239
|
+
|
240
|
+
Object with Swiper default options.
|
241
|
+
|
242
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
243
|
+
|===
|
244
|
+
|Name |Type |Description
|
245
|
+
|
246
|
+
|`defaults`
|
247
|
+
|any
|
248
|
+
|Swiper default options.
|
249
|
+
|
250
|
+
|===
|
251
|
+
|
252
|
+
[role="mt-4"]
|
253
|
+
[[prop-el]]
|
254
|
+
=== el
|
255
|
+
|
256
|
+
Contains the Slider container HTML element.
|
257
|
+
|
258
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
259
|
+
|===
|
260
|
+
|Name |Type |Description
|
261
|
+
|
262
|
+
|`el`
|
263
|
+
|HTML Element
|
264
|
+
|Slider container HTML element.
|
265
|
+
|
266
|
+
|===
|
267
|
+
|
268
|
+
[role="mt-4"]
|
269
|
+
[[prop-extendedDefaults]]
|
270
|
+
=== extendedDefaults
|
271
|
+
|
272
|
+
Object with global Swiper extended options.
|
273
|
+
|
274
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
275
|
+
|===
|
276
|
+
|Name |Type |Description
|
277
|
+
|
278
|
+
|`extendedDefaults`
|
279
|
+
|any
|
280
|
+
|Object with global Swiper extended options.
|
281
|
+
|
282
|
+
|===
|
283
|
+
|
284
|
+
[role="mt-4"]
|
285
|
+
[[prop-fadeEffect]]
|
286
|
+
=== fadeEffect
|
287
|
+
|
288
|
+
Object with Fade-effect parameters.
|
289
|
+
|
290
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
291
|
+
|===
|
292
|
+
|Name |Type |Description
|
293
|
+
|
294
|
+
|`fadeEffect`
|
295
|
+
|any
|
296
|
+
|Object with Fade-effect parameters.
|
297
|
+
|
298
|
+
|===
|
299
|
+
|
300
|
+
[role="mt-4"]
|
301
|
+
[[prop-flipEffect]]
|
302
|
+
=== flipEffect
|
303
|
+
|
304
|
+
Object with Flip-effect parameters.
|
305
|
+
|
306
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
307
|
+
|===
|
308
|
+
|Name |Type |Description
|
309
|
+
|
310
|
+
|`flipEffect`
|
311
|
+
|any
|
312
|
+
|Object with Flip-effect parameters.
|
313
|
+
|
314
|
+
|===
|
315
|
+
|
316
|
+
[role="mt-4"]
|
317
|
+
[[prop-freeMode]]
|
318
|
+
=== freeMode
|
319
|
+
|
320
|
+
Object with free mode parameters or boolean `true` if enabled
|
321
|
+
with default settings.
|
322
|
+
|
323
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
324
|
+
|===
|
325
|
+
|Name |Type |Description
|
326
|
+
|
327
|
+
|`freeMode`
|
328
|
+
|any
|
329
|
+
|Object with free mode parameters or boolean `true` if enabled
|
330
|
+
with default settings.
|
331
|
+
|
332
|
+
|===
|
333
|
+
|
334
|
+
[role="mt-4"]
|
335
|
+
[[prop-hashNavigation]]
|
336
|
+
=== hashNavigation
|
337
|
+
|
338
|
+
Object with hash navigation parameters or boolean `true` if enabled
|
339
|
+
with default settings.
|
340
|
+
|
341
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
342
|
+
|===
|
343
|
+
|Name |Type |Description
|
344
|
+
|
345
|
+
|`hashNavigation`
|
346
|
+
|any
|
347
|
+
|Object with hash navigation parameters or boolean `true` if enabled
|
348
|
+
with default settings.
|
349
|
+
|
350
|
+
|===
|
351
|
+
|
352
|
+
[role="mt-4"]
|
353
|
+
[[prop-height]]
|
354
|
+
=== height
|
355
|
+
|
356
|
+
Is set to the height of the swiper container.
|
357
|
+
|
358
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
359
|
+
|===
|
360
|
+
|Name |Type |Description
|
361
|
+
|
362
|
+
|`height`
|
363
|
+
|number
|
364
|
+
|Is set to the height of the swiper container.
|
365
|
+
|
366
|
+
|===
|
367
|
+
|
368
|
+
[role="mt-4"]
|
369
|
+
[[prop-history]]
|
370
|
+
=== history
|
371
|
+
|
372
|
+
Object with history parameters.
|
373
|
+
|
374
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
375
|
+
|===
|
376
|
+
|Name |Type |Description
|
377
|
+
|
378
|
+
|`history`
|
379
|
+
|any
|
380
|
+
|Object with history parameters.
|
381
|
+
|
382
|
+
|===
|
383
|
+
|
384
|
+
[role="mt-4"]
|
385
|
+
[[prop-isBeginning]]
|
386
|
+
=== isBeginning
|
387
|
+
|
388
|
+
Is set to `true` if slider on most *left|top* position.
|
389
|
+
|
390
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
391
|
+
|===
|
392
|
+
|Name |Type |Description
|
393
|
+
|
394
|
+
|`isBeginning`
|
395
|
+
|boolean
|
396
|
+
|Is set to `true` if slider on most *left\|top* position.
|
397
|
+
|
398
|
+
|===
|
399
|
+
|
400
|
+
[role="mt-4"]
|
401
|
+
[[prop-isEnd]]
|
402
|
+
=== isEnd
|
403
|
+
|
404
|
+
Is set to `true` if slider on most *right/bottom* position.
|
405
|
+
|
406
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
407
|
+
|===
|
408
|
+
|Name |Type |Description
|
409
|
+
|
410
|
+
|`isEnd`
|
411
|
+
|boolean
|
412
|
+
|Is set to `true` if slider on most *right/bottom* position.
|
413
|
+
|
414
|
+
|===
|
415
|
+
|
416
|
+
|
417
|
+
[role="mt-4"]
|
418
|
+
[[prop-isLocked]]
|
419
|
+
=== isLocked
|
420
|
+
|
421
|
+
Is set to `true` if slide is *locked* (`watchOverflow`) and slides
|
422
|
+
can not be *accessed*, e.g. when amount of slides is less than
|
423
|
+
slides per view.
|
424
|
+
|
425
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
426
|
+
|===
|
427
|
+
|Name |Type |Description
|
428
|
+
|
429
|
+
|`isLocked`
|
430
|
+
|boolean
|
431
|
+
|Is set to `true` if slide is *locked* (`watchOverflow`) and slides
|
432
|
+
can not be *accessed*, e.g. when amount of slides is less than
|
433
|
+
slides per view.
|
434
|
+
|
435
|
+
|===
|
436
|
+
|
437
|
+
[role="mt-4"]
|
438
|
+
[[prop-keyboard]]
|
439
|
+
=== keyboard
|
440
|
+
|
441
|
+
Object with keyboard parameters or boolean `true` if enabled
|
442
|
+
with default settings.
|
443
|
+
|
444
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
445
|
+
|===
|
446
|
+
|Name |Type |Description
|
447
|
+
|
448
|
+
|`keyboard`
|
449
|
+
|any
|
450
|
+
|Object with keyboard parameters or boolean `true` if enabled
|
451
|
+
with default settings.
|
452
|
+
|
453
|
+
|===
|
454
|
+
|
455
|
+
[role="mt-4"]
|
456
|
+
[[prop-mousewheel]]
|
457
|
+
=== mousewheel
|
458
|
+
|
459
|
+
Object with mousewheel parameters or boolean `true` ìf enabled
|
460
|
+
with default settings.
|
461
|
+
|
462
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
463
|
+
|===
|
464
|
+
|Name |Type |Description
|
465
|
+
|
466
|
+
|`mousewheel`
|
467
|
+
|any
|
468
|
+
|Object with mousewheel parameters or boolean `true` ìf enabled
|
469
|
+
with default settings.
|
470
|
+
|
471
|
+
|===
|
472
|
+
|
473
|
+
[role="mt-5"]
|
474
|
+
== Instance Properties N - Z
|
475
|
+
|
476
|
+
After slider initialization, the *instance variable* comes with helpful
|
477
|
+
properties (slider parameters) set. See the the *const swiper* (variable)
|
478
|
+
in the *examples* from above.
|
479
|
+
|
480
|
+
List of available Swiper parameters (properties) alphabetically ordered
|
481
|
+
from *N* to *Z*. Find parameter settings also with the
|
482
|
+
https://swiperjs.com/swiper-api[Swiper Documentation, {browser-window--new}].
|
483
|
+
|
484
|
+
|
485
|
+
[role="mt-4"]
|
486
|
+
[[prop-navigation]]
|
487
|
+
=== navigation
|
488
|
+
|
489
|
+
Object with navigation parameters or boolean `true` if enabled
|
490
|
+
with default settings.
|
491
|
+
|
492
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
493
|
+
|===
|
494
|
+
|Name |Type |Description
|
495
|
+
|
496
|
+
|`navigation`
|
497
|
+
|any
|
498
|
+
|Object with navigation parameters or boolean `true` if enabled
|
499
|
+
with default settings.
|
500
|
+
|
501
|
+
|===
|
502
|
+
|
503
|
+
[role="mt-4"]
|
504
|
+
[[prop-originalParams]]
|
505
|
+
=== originalParams
|
506
|
+
|
507
|
+
Object with original *initialization* parameters
|
508
|
+
|
509
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
510
|
+
|===
|
511
|
+
|Name |Type |Description
|
512
|
+
|
513
|
+
|`originalParams`
|
514
|
+
|any
|
515
|
+
|Object with original *initialization* parameters
|
516
|
+
|
517
|
+
|===
|
518
|
+
|
519
|
+
[role="mt-4"]
|
520
|
+
[[prop-pagination]]
|
521
|
+
=== pagination
|
522
|
+
|
523
|
+
Object with pagination parameters or boolean `true` if enabled
|
524
|
+
with default settings.
|
525
|
+
|
526
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
527
|
+
|===
|
528
|
+
|Name |Type |Description
|
529
|
+
|
530
|
+
|`pagination`
|
531
|
+
|any
|
532
|
+
|Object with pagination parameters or boolean `true` if enabled
|
533
|
+
with default settings.
|
534
|
+
|
535
|
+
|===
|
536
|
+
|
537
|
+
[role="mt-4"]
|
538
|
+
[[prop-parallax]]
|
539
|
+
=== parallax
|
540
|
+
|
541
|
+
Object with parallax parameters or boolean `true` if enabled
|
542
|
+
with default settings.
|
543
|
+
|
544
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
545
|
+
|===
|
546
|
+
|Name |Type |Description
|
547
|
+
|
548
|
+
|`parallax`
|
549
|
+
|any
|
550
|
+
|Object with parallax parameters or boolean `true` if enabled
|
551
|
+
with default settings.
|
552
|
+
|
553
|
+
|===
|
554
|
+
|
555
|
+
[role="mt-4"]
|
556
|
+
[[prop-params]]
|
557
|
+
=== params
|
558
|
+
|
559
|
+
Object with passed *initialization* parameters.
|
560
|
+
|
561
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
562
|
+
|===
|
563
|
+
|Name |Type |Description
|
564
|
+
|
565
|
+
|`params`
|
566
|
+
|any
|
567
|
+
|Object with passed *initialization* parameters.
|
568
|
+
|
569
|
+
|===
|
570
|
+
|
571
|
+
[role="mt-4"]
|
572
|
+
[[prop-previousIndex]]
|
573
|
+
=== previousIndex
|
574
|
+
|
575
|
+
Is set to index number of *previously active* slide.
|
576
|
+
|
577
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
578
|
+
|===
|
579
|
+
|Name |Type |Description
|
580
|
+
|
581
|
+
|`previousIndex`
|
582
|
+
|number
|
583
|
+
|Is set to index number of *previously active* slide.
|
584
|
+
|
585
|
+
|===
|
586
|
+
|
587
|
+
[role="mt-4"]
|
588
|
+
[[prop-progress]]
|
589
|
+
=== progress
|
590
|
+
|
591
|
+
Current progress of wrapper translate (from 0 to 1).
|
592
|
+
|
593
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
594
|
+
|===
|
595
|
+
|Name |Type |Description
|
596
|
+
|
597
|
+
|`progress`
|
598
|
+
|number
|
599
|
+
|Current progress of wrapper translate (from 0 to 1).
|
600
|
+
|
601
|
+
|===
|
602
|
+
|
603
|
+
[role="mt-4"]
|
604
|
+
[[prop-realIndex]]
|
605
|
+
=== realIndex
|
606
|
+
|
607
|
+
Index number of currently *active slide* considering rearranged slides
|
608
|
+
in *loop mode*.
|
609
|
+
|
610
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
611
|
+
|===
|
612
|
+
|Name |Type |Description
|
613
|
+
|
614
|
+
|`realIndex`
|
615
|
+
|number
|
616
|
+
|Index number of currently *active slide* considering rearranged slides
|
617
|
+
in *loop mode*.
|
618
|
+
|
619
|
+
|===
|
620
|
+
|
621
|
+
[role="mt-4"]
|
622
|
+
[[prop-scrollbar]]
|
623
|
+
=== scrollbar
|
624
|
+
|
625
|
+
Object with scrollbar parameters or boolean `true` if enabled
|
626
|
+
with default settings.
|
627
|
+
|
628
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
629
|
+
|===
|
630
|
+
|Name |Type |Description
|
631
|
+
|
632
|
+
|`scrollbar`
|
633
|
+
|any
|
634
|
+
|Object with scrollbar parameters or boolean `true` if enabled
|
635
|
+
with default settings.
|
636
|
+
|
637
|
+
|===
|
638
|
+
|
639
|
+
[role="mt-4"]
|
640
|
+
[[prop-slides]]
|
641
|
+
=== slides
|
642
|
+
|
643
|
+
Array of slides HTML elements. To get specific slide HTML Element use
|
644
|
+
`swiper.slides[1]`
|
645
|
+
|
646
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
647
|
+
|===
|
648
|
+
|Name |Type |Description
|
649
|
+
|
650
|
+
|`slides`
|
651
|
+
|HTML Element[]
|
652
|
+
|Array of slides HTML elements. To get specific slide HTML Element use
|
653
|
+
`swiper.slides[1]`
|
654
|
+
|
655
|
+
|===
|
656
|
+
|
657
|
+
[role="mt-4"]
|
658
|
+
[[prop-slidesEl]]
|
659
|
+
=== slidesEl
|
660
|
+
|
661
|
+
Swiper wrapper *HTML element*.
|
662
|
+
|
663
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
664
|
+
|===
|
665
|
+
|Name |Type |Description
|
666
|
+
|
667
|
+
|`slidesEl`
|
668
|
+
|HTML Element
|
669
|
+
|Swiper wrapper *HTML element*.
|
670
|
+
|
671
|
+
|===
|
672
|
+
|
673
|
+
[role="mt-4"]
|
674
|
+
[[prop-slidesGrid]]
|
675
|
+
=== slidesGrid
|
676
|
+
|
677
|
+
Array of slides grid elements.
|
678
|
+
|
679
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
680
|
+
|===
|
681
|
+
|Name |Type |Description
|
682
|
+
|
683
|
+
|`slidesGrid`
|
684
|
+
|number[]
|
685
|
+
|Array of slides grid elements.
|
686
|
+
|
687
|
+
|===
|
688
|
+
|
689
|
+
[role="mt-4"]
|
690
|
+
[[prop-slidesSizesGrid]]
|
691
|
+
=== slidesSizesGrid
|
692
|
+
|
693
|
+
Array of widths for all slides elements.
|
694
|
+
|
695
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
696
|
+
|===
|
697
|
+
|Name |Type |Description
|
698
|
+
|
699
|
+
|`slidesSizesGrid`
|
700
|
+
|number[]
|
701
|
+
|Array of widths for all slides elements.
|
702
|
+
|
703
|
+
|===
|
704
|
+
|
705
|
+
[role="mt-4"]
|
706
|
+
[[prop-snapGrid]]
|
707
|
+
=== snapGrid
|
708
|
+
|
709
|
+
Array of all slides snap grid elements.
|
710
|
+
|
711
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
712
|
+
|===
|
713
|
+
|Name |Type |Description
|
714
|
+
|
715
|
+
|`snapGrid`
|
716
|
+
|number[]
|
717
|
+
|Array of all slides snap grid elements.
|
718
|
+
|
719
|
+
|===
|
720
|
+
|
721
|
+
[role="mt-4"]
|
722
|
+
[[prop-snapIndex]]
|
723
|
+
=== snapIndex
|
724
|
+
|
725
|
+
Index number of current snap in `snapGrid`.
|
726
|
+
|
727
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
728
|
+
|===
|
729
|
+
|Name |Type |Description
|
730
|
+
|
731
|
+
|`snapIndex`
|
732
|
+
|number
|
733
|
+
|Index number of current snap in `snapGrid`.
|
734
|
+
|
735
|
+
|===
|
736
|
+
|
737
|
+
[role="mt-4"]
|
738
|
+
[[prop-swipeDirection]]
|
739
|
+
=== swipeDirection
|
740
|
+
|
741
|
+
Strings that reflect the direction of sliding.
|
742
|
+
|
743
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
744
|
+
|===
|
745
|
+
|Name |Type |Description
|
746
|
+
|
747
|
+
|`swipeDirection`
|
748
|
+
|_prev_ \| _next_
|
749
|
+
|Strings that reflect the direction of sliding.
|
750
|
+
|
751
|
+
|===
|
752
|
+
|
753
|
+
[role="mt-4"]
|
754
|
+
[[prop-thumbs]]
|
755
|
+
=== thumbs
|
756
|
+
|
757
|
+
Object with thumbs component parameters for thumb image navigation.
|
758
|
+
|
759
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
760
|
+
|===
|
761
|
+
|Name |Type |Description
|
762
|
+
|
763
|
+
|`thumbs`
|
764
|
+
|any
|
765
|
+
|Object with thumbs component parameters for thumb image navigation.
|
766
|
+
|
767
|
+
|===
|
768
|
+
|
769
|
+
[role="mt-4"]
|
770
|
+
[[prop-touches]]
|
771
|
+
=== touches
|
772
|
+
|
773
|
+
Object with touch event properties.
|
774
|
+
|
775
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
776
|
+
|===
|
777
|
+
|Name |Type |Description
|
778
|
+
|
779
|
+
|`touches`
|
780
|
+
|object
|
781
|
+
|Object with the following touch event properties: +
|
782
|
+
|
783
|
+
* `touches.startX`
|
784
|
+
* `touches.startY`
|
785
|
+
* `touches.currentX`
|
786
|
+
* `touches.currentY`
|
787
|
+
* `touches.diff`
|
788
|
+
|
789
|
+
|===
|
790
|
+
|
791
|
+
[role="mt-4"]
|
792
|
+
[[prop-translate]]
|
793
|
+
=== translate
|
794
|
+
|
795
|
+
Is set to current value of wrapper translate.
|
796
|
+
|
797
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
798
|
+
|===
|
799
|
+
|Name |Type |Description
|
800
|
+
|
801
|
+
|`translate`
|
802
|
+
|number
|
803
|
+
|Is set to current value of wrapper translate.
|
804
|
+
|
805
|
+
|===
|
806
|
+
|
807
|
+
[role="mt-4"]
|
808
|
+
[[prop-virtual]]
|
809
|
+
=== virtual
|
810
|
+
|
811
|
+
Object with virtual slides settings.
|
812
|
+
|
813
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
814
|
+
|===
|
815
|
+
|Name |Type |Description
|
816
|
+
|
817
|
+
|`virtual`
|
818
|
+
|any
|
819
|
+
|Object with virtual slides settings.
|
820
|
+
|
821
|
+
|===
|
822
|
+
|
823
|
+
[role="mt-4"]
|
824
|
+
[[prop-width]]
|
825
|
+
=== width
|
826
|
+
|
827
|
+
Set to width of the swiper container.
|
828
|
+
|
829
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
830
|
+
|===
|
831
|
+
|Name |Type |Description
|
832
|
+
|
833
|
+
|`width`
|
834
|
+
|number
|
835
|
+
|Set to width of the swiper container.
|
836
|
+
|
837
|
+
|===
|
838
|
+
|
839
|
+
|
840
|
+
[role="mt-4"]
|
841
|
+
[[prop-wrapperEl]]
|
842
|
+
=== wrapperEl
|
843
|
+
|
844
|
+
Swiper wrapper *HTML element*.
|
845
|
+
|
846
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
847
|
+
|===
|
848
|
+
|Name |Type |Description
|
849
|
+
|
850
|
+
|`wrapperEl`
|
851
|
+
|HTML Element
|
852
|
+
|Swiper wrapper *HTML element*.
|
853
|
+
|
854
|
+
|===
|
855
|
+
|
856
|
+
[role="mt-4"]
|
857
|
+
[[prop-zoom]]
|
858
|
+
=== zoom
|
859
|
+
|
860
|
+
Object with zoom parameters or boolean `true` if enabled
|
861
|
+
with default settings.
|
862
|
+
|
863
|
+
[cols="3,2,7a", subs=+macros, options="header", width="100%", role="rtable mt-4"]
|
864
|
+
|===
|
865
|
+
|Name |Type |Description
|
866
|
+
|
867
|
+
|`zoom`
|
868
|
+
|any
|
869
|
+
|Object with zoom parameters or boolean `true` if enabled
|
870
|
+
with default settings.
|
871
|
+
|
872
|
+
|===
|
873
|
+
|