j1-template 2020.0.22 → 2020.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (266) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_page.html +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_post.html +63 -161
  4. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +14 -0
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -3
  6. data/_includes/themes/j1/modules/connectors/comment/disqus.html +37 -24
  7. data/_includes/themes/j1/modules/navigator/generator.html +8 -3
  8. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +36 -26
  9. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  10. data/_includes/themes/j1/procedures/posts/create_series_header.proc +9 -5
  11. data/assets/data/banner.html +1 -1
  12. data/assets/data/fam.html +124 -0
  13. data/assets/data/mmenu_sidebar.html +3 -3
  14. data/assets/data/panel.html +9 -9
  15. data/assets/data/quicklinks.html +13 -13
  16. data/assets/error_pages/HTTP204.html +1 -0
  17. data/assets/error_pages/HTTP400.html +3 -2
  18. data/assets/error_pages/HTTP401.html +3 -2
  19. data/assets/error_pages/HTTP403.html +3 -2
  20. data/assets/error_pages/HTTP404.html +3 -2
  21. data/assets/error_pages/HTTP500.html +3 -2
  22. data/assets/error_pages/HTTP501.html +3 -2
  23. data/assets/error_pages/HTTP502.html +3 -2
  24. data/assets/error_pages/HTTP503.html +3 -2
  25. data/assets/error_pages/HTTP520.html +3 -2
  26. data/assets/error_pages/HTTP521.html +3 -2
  27. data/assets/error_pages/HTTP533.html +3 -2
  28. data/assets/themes/j1/adapter/js/{ssm.js → fam.js} +248 -138
  29. data/assets/themes/j1/adapter/js/framer.js +72 -56
  30. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -1
  31. data/assets/themes/j1/adapter/js/j1.js +8 -2
  32. data/assets/themes/j1/adapter/js/{searcher.js → lunr_search.js} +68 -65
  33. data/assets/themes/j1/adapter/js/toccer.js +62 -30
  34. data/assets/themes/j1/core/css/bootstrap.css +7154 -0
  35. data/assets/themes/j1/core/css/bootstrap.min.css +6 -0
  36. data/assets/themes/j1/core/css/custom.scss +28 -0
  37. data/assets/themes/j1/core/css/globals.css +14523 -0
  38. data/assets/themes/j1/core/css/globals.min.css +1 -0
  39. data/assets/themes/j1/core/css/globals.scss +28 -0
  40. data/assets/themes/j1/core/css/theme_extensions.css +11558 -0
  41. data/assets/themes/j1/core/css/theme_extensions.min.css +1 -0
  42. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +7 -4
  43. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +2 -2
  44. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +7 -4
  45. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +2 -2
  46. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +514 -417
  47. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +2 -2
  48. data/assets/themes/j1/core/css/uno.css +11823 -0
  49. data/assets/themes/j1/core/css/uno.min.css +1 -0
  50. data/assets/themes/j1/core/css/uno.scss +28 -0
  51. data/assets/themes/j1/core/css/vendor.css +5 -4
  52. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  53. data/assets/themes/j1/core/css/vendor.scss +28 -0
  54. data/assets/themes/j1/core/js/template.js +6 -11
  55. data/assets/themes/j1/core/js/template.js.map +1 -1
  56. data/assets/themes/j1/core/js/template.min.js +1 -1
  57. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +6 -0
  58. data/assets/themes/j1/modules/cash/js/cash.js +1374 -0
  59. data/assets/themes/j1/modules/cash/js/cash.min.js +42 -0
  60. data/assets/themes/j1/modules/fam/css/uno/fam.css +369 -0
  61. data/assets/themes/j1/modules/fam/js/fam.js +477 -0
  62. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +1 -1
  63. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.js → resizer.js} +0 -0
  64. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.map → resizer.map} +0 -0
  65. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.min.js → resizer.min.js} +0 -0
  66. data/assets/themes/j1/modules/jquery/js/require.js +2145 -0
  67. data/assets/themes/j1/modules/jquery/js/require.min.js +5 -0
  68. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.css +32 -0
  69. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.min.css +25 -0
  70. data/assets/themes/j1/modules/lunrSearch/js/dateformat.js +125 -0
  71. data/assets/themes/j1/modules/lunrSearch/js/dateformat.min.js +14 -0
  72. data/assets/themes/j1/modules/lunrSearch/js/lunr.js +3475 -0
  73. data/assets/themes/j1/modules/lunrSearch/js/lunr.min.js +51 -0
  74. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.js +184 -0
  75. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.min.js +17 -0
  76. data/assets/themes/j1/modules/lunrSearch/js/mustache.js +772 -0
  77. data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +772 -0
  78. data/assets/themes/j1/modules/lunrSearch/js/uri.js +2340 -0
  79. data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +93 -0
  80. data/assets/themes/j1/modules/materialize/js/anime.js +1283 -0
  81. data/assets/themes/j1/modules/materialize/js/anime.min.js +34 -0
  82. data/assets/themes/j1/modules/materialize/js/autocomplete.js +450 -0
  83. data/assets/themes/j1/modules/materialize/js/buttons.js +409 -0
  84. data/assets/themes/j1/modules/materialize/js/cards.js +40 -0
  85. data/assets/themes/j1/modules/materialize/js/carousel.js +717 -0
  86. data/assets/themes/j1/modules/materialize/js/cash-dom.js +1044 -0
  87. data/assets/themes/j1/modules/materialize/js/cash.js +960 -0
  88. data/assets/themes/j1/modules/materialize/js/characterCounter.js +136 -0
  89. data/assets/themes/j1/modules/materialize/js/chips.js +481 -0
  90. data/assets/themes/j1/modules/materialize/js/collapsible.js +275 -0
  91. data/assets/themes/j1/modules/materialize/js/component.js +44 -0
  92. data/assets/themes/j1/modules/materialize/js/datepicker.js +975 -0
  93. data/assets/themes/j1/modules/materialize/js/dropdown.js +617 -0
  94. data/assets/themes/j1/modules/materialize/js/forms.js +275 -0
  95. data/assets/themes/j1/modules/materialize/js/global.js +427 -0
  96. data/assets/themes/j1/modules/materialize/js/materialbox.js +453 -0
  97. data/assets/themes/j1/modules/materialize/js/modal.js +382 -0
  98. data/assets/themes/j1/modules/materialize/js/parallax.js +138 -0
  99. data/assets/themes/j1/modules/materialize/js/pushpin.js +145 -0
  100. data/assets/themes/j1/modules/materialize/js/range.js +263 -0
  101. data/assets/themes/j1/modules/materialize/js/ripple.js +335 -0
  102. data/assets/themes/j1/modules/materialize/js/scrollspy.js +295 -0
  103. data/assets/themes/j1/modules/materialize/js/select.js +432 -0
  104. data/assets/themes/j1/modules/materialize/js/sidenav.js +580 -0
  105. data/assets/themes/j1/modules/materialize/js/slider.js +359 -0
  106. data/assets/themes/j1/modules/materialize/js/tabs.js +402 -0
  107. data/assets/themes/j1/modules/materialize/js/tapTarget.js +314 -0
  108. data/assets/themes/j1/modules/materialize/js/timepicker.js +647 -0
  109. data/assets/themes/j1/modules/materialize/js/toasts.js +310 -0
  110. data/assets/themes/j1/modules/materialize/js/tooltip.js +303 -0
  111. data/assets/themes/j1/modules/materialize/js/waves.js +335 -0
  112. data/assets/themes/j1/modules/materialize/scss/components/_badges.scss +55 -0
  113. data/assets/themes/j1/modules/materialize/scss/components/_buttons.scss +322 -0
  114. data/assets/themes/j1/modules/materialize/scss/components/_cards.scss +195 -0
  115. data/assets/themes/j1/modules/materialize/scss/components/_carousel.scss +90 -0
  116. data/assets/themes/j1/modules/materialize/scss/components/_chips.scss +90 -0
  117. data/assets/themes/j1/modules/materialize/scss/components/_collapsible.scss +91 -0
  118. data/assets/themes/j1/modules/materialize/scss/components/_color-classes.scss +32 -0
  119. data/assets/themes/j1/modules/materialize/scss/components/_color-variables.scss +370 -0
  120. data/assets/themes/j1/modules/materialize/scss/components/_datepicker.scss +191 -0
  121. data/assets/themes/j1/modules/materialize/scss/components/_dropdown.scss +85 -0
  122. data/assets/themes/j1/modules/materialize/scss/components/_global.scss +769 -0
  123. data/assets/themes/j1/modules/materialize/scss/components/_grid.scss +156 -0
  124. data/assets/themes/j1/modules/materialize/scss/components/_icons-material-design.scss +5 -0
  125. data/assets/themes/j1/modules/materialize/scss/components/_materialbox.scss +43 -0
  126. data/assets/themes/j1/modules/materialize/scss/components/_modal.scss +94 -0
  127. data/assets/themes/j1/modules/materialize/scss/components/_navbar.scss +208 -0
  128. data/assets/themes/j1/modules/materialize/scss/components/_normalize.scss +447 -0
  129. data/assets/themes/j1/modules/materialize/scss/components/_preloader.scss +334 -0
  130. data/assets/themes/j1/modules/materialize/scss/components/_pulse.scss +34 -0
  131. data/assets/themes/j1/modules/materialize/scss/components/_sidenav.scss +216 -0
  132. data/assets/themes/j1/modules/materialize/scss/components/_slider.scss +92 -0
  133. data/assets/themes/j1/modules/materialize/scss/components/_table_of_contents.scss +33 -0
  134. data/assets/themes/j1/modules/materialize/scss/components/_tabs.scss +99 -0
  135. data/assets/themes/j1/modules/materialize/scss/components/_tapTarget.scss +103 -0
  136. data/assets/themes/j1/modules/materialize/scss/components/_timepicker.scss +183 -0
  137. data/assets/themes/j1/modules/materialize/scss/components/_toast.scss +58 -0
  138. data/assets/themes/j1/modules/materialize/scss/components/_tooltip.scss +32 -0
  139. data/assets/themes/j1/modules/materialize/scss/components/_transitions.scss +13 -0
  140. data/assets/themes/j1/modules/materialize/scss/components/_typography.scss +60 -0
  141. data/assets/themes/j1/modules/materialize/scss/components/_variables.scss +349 -0
  142. data/assets/themes/j1/modules/materialize/scss/components/_waves.scss +114 -0
  143. data/assets/themes/j1/modules/materialize/scss/components/forms/_checkboxes.scss +200 -0
  144. data/assets/themes/j1/modules/materialize/scss/components/forms/_file-input.scss +44 -0
  145. data/assets/themes/j1/modules/materialize/scss/components/forms/_forms.scss +22 -0
  146. data/assets/themes/j1/modules/materialize/scss/components/forms/_input-fields.scss +354 -0
  147. data/assets/themes/j1/modules/materialize/scss/components/forms/_radio-buttons.scss +115 -0
  148. data/assets/themes/j1/modules/materialize/scss/components/forms/_range.scss +161 -0
  149. data/assets/themes/j1/modules/materialize/scss/components/forms/_select.scss +180 -0
  150. data/assets/themes/j1/modules/materialize/scss/components/forms/_switches.scss +89 -0
  151. data/assets/themes/j1/modules/materialize/scss/materialize.scss +41 -0
  152. data/assets/themes/j1/modules/{bsThemeSwitcher → themeSwitcher}/js/switcher.js +0 -0
  153. data/assets/themes/j1/modules/{bsThemeSwitcher → themeSwitcher}/js/switcher.min.js +0 -0
  154. data/lib/j1/version.rb +1 -1
  155. data/lib/starter_web/Gemfile +12 -16
  156. data/lib/starter_web/_config.yml +95 -21
  157. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  158. data/lib/starter_web/_data/blocks/panel.yml +6 -6
  159. data/lib/starter_web/_data/j1_config.yml +7 -6
  160. data/lib/starter_web/_data/layouts/home.yml +13 -3
  161. data/lib/starter_web/_data/layouts/page.yml +10 -0
  162. data/lib/starter_web/_data/layouts/post.yml +10 -0
  163. data/lib/starter_web/_data/modules/defaults/{ssm.yml → fam.yml} +12 -15
  164. data/lib/starter_web/_data/modules/defaults/lunr_search.yml +171 -0
  165. data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -4
  166. data/lib/starter_web/_data/modules/defaults/toccer.yml +4 -2
  167. data/lib/starter_web/_data/modules/fam.yml +158 -0
  168. data/lib/starter_web/_data/modules/{back2top.yml → lunr_search.yml} +15 -9
  169. data/lib/starter_web/_data/modules/navigator.yml +2 -2
  170. data/lib/starter_web/_data/modules/navigator_menu.yml +57 -6
  171. data/lib/starter_web/_data/modules/toccer.yml +0 -73
  172. data/lib/starter_web/_data/resources.yml +151 -104
  173. data/lib/starter_web/_includes/attributes.asciidoc +2 -2
  174. data/lib/starter_web/_includes/breadcrumbs.html +11 -0
  175. data/lib/starter_web/_plugins/debug.rb +0 -1
  176. data/lib/starter_web/_plugins/filters.rb +0 -1
  177. data/lib/starter_web/_plugins/{lorem-inline.rb → lorem_inline.rb} +1 -2
  178. data/lib/starter_web/_plugins/lunr_index.rb +313 -0
  179. data/lib/starter_web/_plugins/prettify.rb +0 -3
  180. data/lib/starter_web/_plugins/simple_search_filter.rb +0 -1
  181. data/lib/starter_web/_plugins/symlink_watcher.rb +2 -3
  182. data/lib/starter_web/assets/images/modules/attics/banner/lunr-banner-1280x800.jpg +0 -0
  183. data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
  184. data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
  185. data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
  186. data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
  187. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +2 -4
  188. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +4 -2
  189. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +3 -2
  190. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +5 -4
  191. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +144 -0
  192. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +146 -0
  193. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +146 -0
  194. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +146 -0
  195. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +2 -4
  196. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +2 -3
  197. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +2 -7
  198. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +2 -6
  199. data/lib/starter_web/index.html +16 -10
  200. data/lib/starter_web/package.json +5 -2
  201. data/lib/starter_web/pages/public/about/about_site.adoc +0 -2
  202. data/lib/starter_web/pages/public/about/become_a_patron.adoc +1 -3
  203. data/lib/starter_web/pages/public/blog/navigator/archive.html +8 -1
  204. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +7 -3
  205. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +8 -1
  206. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +7 -2
  207. data/lib/starter_web/pages/public/blog/navigator/index.html +6 -2
  208. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +3 -4
  209. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +3 -4
  210. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +3 -4
  211. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +25 -20
  212. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +14 -12
  213. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +20 -20
  214. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +13 -8
  215. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +14 -9
  216. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +9 -6
  217. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +62 -8
  218. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +9 -7
  219. data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +237 -0
  220. data/lib/starter_web/pages/public/learn/roundtrip/610_fam.adoc +302 -0
  221. data/lib/starter_web/pages/public/learn/where_to_go.adoc +3 -7
  222. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +3 -2
  223. data/lib/starter_web/pages/public/legal/de/200_terms_of_use.adoc +2 -1
  224. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +2 -1
  225. data/lib/starter_web/pages/public/legal/de/400_license_agreement.adoc +2 -1
  226. data/lib/starter_web/pages/public/legal/de/500_support.adoc +2 -1
  227. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +30 -27
  228. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +8 -5
  229. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +12 -8
  230. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -0
  231. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +8 -1
  232. data/lib/starter_web/pages/public/legal/en/500_support.adoc +8 -1
  233. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +3 -1
  234. data/lib/starter_web/pages/public/previewer/iframer.adoc +36 -28
  235. data/lib/starter_web/pages/public/previewer/justified_gallery.html +2 -1
  236. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +2 -1
  237. data/lib/starter_web/pages/public/previewer/rouge.adoc +4 -2
  238. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +2 -1
  239. data/lib/starter_web/pages/public/test_pages/breadcrumbs_tester.adoc +62 -0
  240. data/lib/starter_web/pages/public/test_pages/deck_of_posts.adoc +3 -0
  241. data/lib/starter_web/pages/public/test_pages/floating_actions_button.adoc +523 -0
  242. data/lib/starter_web/pages/public/test_pages/floating_ad.adoc +1 -0
  243. data/lib/starter_web/pages/public/test_pages/floating_div.adoc +1 -0
  244. data/lib/starter_web/pages/public/test_pages/lunr_tester.adoc +89 -0
  245. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +1 -0
  246. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +1 -0
  247. data/lib/starter_web/pages/public/test_pages/responsive_images.adoc +3 -2
  248. data/lib/starter_web/pages/public/test_pages/responsive_tables.adoc +1 -0
  249. data/lib/starter_web/pages/public/test_pages/toccer_tester.adoc +2245 -0
  250. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  251. data/lib/starter_web/utilsrv/package.json +1 -1
  252. metadata +137 -29
  253. data/assets/data/search.json +0 -165
  254. data/assets/data/ssm.html +0 -242
  255. data/assets/themes/j1/adapter/js/back2top.js +0 -231
  256. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js +0 -468
  257. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js +0 -6
  258. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +0 -95
  259. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +0 -15
  260. data/assets/themes/j1/modules/tocbot/css/tocbot.css +0 -75
  261. data/assets/themes/j1/modules/tocbot/css/tocbot.min.css +0 -19
  262. data/assets/themes/j1/modules/tocbot/js/tocbot.js +0 -19
  263. data/assets/themes/j1/modules/tocbot/js/tocbot.min.js +0 -19
  264. data/lib/starter_web/_data/modules/defaults/back2top.yml +0 -146
  265. data/lib/starter_web/_data/modules/defaults/stickybits.yml +0 -36
  266. data/lib/starter_web/_data/modules/ssm.yml +0 -142
@@ -0,0 +1,453 @@
1
+ (function($, anim) {
2
+ 'use strict';
3
+
4
+ let _defaults = {
5
+ inDuration: 275,
6
+ outDuration: 200,
7
+ onOpenStart: null,
8
+ onOpenEnd: null,
9
+ onCloseStart: null,
10
+ onCloseEnd: null
11
+ };
12
+
13
+ /**
14
+ * @class
15
+ *
16
+ */
17
+ class Materialbox extends Component {
18
+ /**
19
+ * Construct Materialbox instance
20
+ * @constructor
21
+ * @param {Element} el
22
+ * @param {Object} options
23
+ */
24
+ constructor(el, options) {
25
+ super(Materialbox, el, options);
26
+
27
+ this.el.M_Materialbox = this;
28
+
29
+ /**
30
+ * Options for the modal
31
+ * @member Materialbox#options
32
+ * @prop {Number} [inDuration=275] - Length in ms of enter transition
33
+ * @prop {Number} [outDuration=200] - Length in ms of exit transition
34
+ * @prop {Function} onOpenStart - Callback function called before materialbox is opened
35
+ * @prop {Function} onOpenEnd - Callback function called after materialbox is opened
36
+ * @prop {Function} onCloseStart - Callback function called before materialbox is closed
37
+ * @prop {Function} onCloseEnd - Callback function called after materialbox is closed
38
+ */
39
+ this.options = $.extend({}, Materialbox.defaults, options);
40
+
41
+ this.overlayActive = false;
42
+ this.doneAnimating = true;
43
+ this.placeholder = $('<div></div>').addClass('material-placeholder');
44
+ this.originalWidth = 0;
45
+ this.originalHeight = 0;
46
+ this.originInlineStyles = this.$el.attr('style');
47
+ this.caption = this.el.getAttribute('data-caption') || '';
48
+
49
+ // Wrap
50
+ this.$el.before(this.placeholder);
51
+ this.placeholder.append(this.$el);
52
+
53
+ this._setupEventHandlers();
54
+ }
55
+
56
+ static get defaults() {
57
+ return _defaults;
58
+ }
59
+
60
+ static init(els, options) {
61
+ return super.init(this, els, options);
62
+ }
63
+
64
+ /**
65
+ * Get Instance
66
+ */
67
+ static getInstance(el) {
68
+ let domElem = !!el.jquery ? el[0] : el;
69
+ return domElem.M_Materialbox;
70
+ }
71
+
72
+ /**
73
+ * Teardown component
74
+ */
75
+ destroy() {
76
+ this._removeEventHandlers();
77
+ this.el.M_Materialbox = undefined;
78
+
79
+ // Unwrap image
80
+ $(this.placeholder)
81
+ .after(this.el)
82
+ .remove();
83
+
84
+ this.$el.removeAttr('style');
85
+ }
86
+
87
+ /**
88
+ * Setup Event Handlers
89
+ */
90
+ _setupEventHandlers() {
91
+ this._handleMaterialboxClickBound = this._handleMaterialboxClick.bind(this);
92
+ this.el.addEventListener('click', this._handleMaterialboxClickBound);
93
+ }
94
+
95
+ /**
96
+ * Remove Event Handlers
97
+ */
98
+ _removeEventHandlers() {
99
+ this.el.removeEventListener('click', this._handleMaterialboxClickBound);
100
+ }
101
+
102
+ /**
103
+ * Handle Materialbox Click
104
+ * @param {Event} e
105
+ */
106
+ _handleMaterialboxClick(e) {
107
+ // If already modal, return to original
108
+ if (this.doneAnimating === false || (this.overlayActive && this.doneAnimating)) {
109
+ this.close();
110
+ } else {
111
+ this.open();
112
+ }
113
+ }
114
+
115
+ /**
116
+ * Handle Window Scroll
117
+ */
118
+ _handleWindowScroll() {
119
+ if (this.overlayActive) {
120
+ this.close();
121
+ }
122
+ }
123
+
124
+ /**
125
+ * Handle Window Resize
126
+ */
127
+ _handleWindowResize() {
128
+ if (this.overlayActive) {
129
+ this.close();
130
+ }
131
+ }
132
+
133
+ /**
134
+ * Handle Window Resize
135
+ * @param {Event} e
136
+ */
137
+ _handleWindowEscape(e) {
138
+ // ESC key
139
+ if (e.keyCode === 27 && this.doneAnimating && this.overlayActive) {
140
+ this.close();
141
+ }
142
+ }
143
+
144
+ /**
145
+ * Find ancestors with overflow: hidden; and make visible
146
+ */
147
+ _makeAncestorsOverflowVisible() {
148
+ this.ancestorsChanged = $();
149
+ let ancestor = this.placeholder[0].parentNode;
150
+ while (ancestor !== null && !$(ancestor).is(document)) {
151
+ let curr = $(ancestor);
152
+ if (curr.css('overflow') !== 'visible') {
153
+ curr.css('overflow', 'visible');
154
+ if (this.ancestorsChanged === undefined) {
155
+ this.ancestorsChanged = curr;
156
+ } else {
157
+ this.ancestorsChanged = this.ancestorsChanged.add(curr);
158
+ }
159
+ }
160
+ ancestor = ancestor.parentNode;
161
+ }
162
+ }
163
+
164
+ /**
165
+ * Animate image in
166
+ */
167
+ _animateImageIn() {
168
+ let animOptions = {
169
+ targets: this.el,
170
+ height: [this.originalHeight, this.newHeight],
171
+ width: [this.originalWidth, this.newWidth],
172
+ left:
173
+ M.getDocumentScrollLeft() +
174
+ this.windowWidth / 2 -
175
+ this.placeholder.offset().left -
176
+ this.newWidth / 2,
177
+ top:
178
+ M.getDocumentScrollTop() +
179
+ this.windowHeight / 2 -
180
+ this.placeholder.offset().top -
181
+ this.newHeight / 2,
182
+ duration: this.options.inDuration,
183
+ easing: 'easeOutQuad',
184
+ complete: () => {
185
+ this.doneAnimating = true;
186
+
187
+ // onOpenEnd callback
188
+ if (typeof this.options.onOpenEnd === 'function') {
189
+ this.options.onOpenEnd.call(this, this.el);
190
+ }
191
+ }
192
+ };
193
+
194
+ // Override max-width or max-height if needed
195
+ this.maxWidth = this.$el.css('max-width');
196
+ this.maxHeight = this.$el.css('max-height');
197
+ if (this.maxWidth !== 'none') {
198
+ animOptions.maxWidth = this.newWidth;
199
+ }
200
+ if (this.maxHeight !== 'none') {
201
+ animOptions.maxHeight = this.newHeight;
202
+ }
203
+
204
+ anim(animOptions);
205
+ }
206
+
207
+ /**
208
+ * Animate image out
209
+ */
210
+ _animateImageOut() {
211
+ let animOptions = {
212
+ targets: this.el,
213
+ width: this.originalWidth,
214
+ height: this.originalHeight,
215
+ left: 0,
216
+ top: 0,
217
+ duration: this.options.outDuration,
218
+ easing: 'easeOutQuad',
219
+ complete: () => {
220
+ this.placeholder.css({
221
+ height: '',
222
+ width: '',
223
+ position: '',
224
+ top: '',
225
+ left: ''
226
+ });
227
+
228
+ // Revert to width or height attribute
229
+ if (this.attrWidth) {
230
+ this.$el.attr('width', this.attrWidth);
231
+ }
232
+ if (this.attrHeight) {
233
+ this.$el.attr('height', this.attrHeight);
234
+ }
235
+
236
+ this.$el.removeAttr('style');
237
+ this.originInlineStyles && this.$el.attr('style', this.originInlineStyles);
238
+
239
+ // Remove class
240
+ this.$el.removeClass('active');
241
+ this.doneAnimating = true;
242
+
243
+ // Remove overflow overrides on ancestors
244
+ if (this.ancestorsChanged.length) {
245
+ this.ancestorsChanged.css('overflow', '');
246
+ }
247
+
248
+ // onCloseEnd callback
249
+ if (typeof this.options.onCloseEnd === 'function') {
250
+ this.options.onCloseEnd.call(this, this.el);
251
+ }
252
+ }
253
+ };
254
+
255
+ anim(animOptions);
256
+ }
257
+
258
+ /**
259
+ * Update open and close vars
260
+ */
261
+ _updateVars() {
262
+ this.windowWidth = window.innerWidth;
263
+ this.windowHeight = window.innerHeight;
264
+ this.caption = this.el.getAttribute('data-caption') || '';
265
+ }
266
+
267
+ /**
268
+ * Open Materialbox
269
+ */
270
+ open() {
271
+ this._updateVars();
272
+ this.originalWidth = this.el.getBoundingClientRect().width;
273
+ this.originalHeight = this.el.getBoundingClientRect().height;
274
+
275
+ // Set states
276
+ this.doneAnimating = false;
277
+ this.$el.addClass('active');
278
+ this.overlayActive = true;
279
+
280
+ // onOpenStart callback
281
+ if (typeof this.options.onOpenStart === 'function') {
282
+ this.options.onOpenStart.call(this, this.el);
283
+ }
284
+
285
+ // Set positioning for placeholder
286
+ this.placeholder.css({
287
+ width: this.placeholder[0].getBoundingClientRect().width + 'px',
288
+ height: this.placeholder[0].getBoundingClientRect().height + 'px',
289
+ position: 'relative',
290
+ top: 0,
291
+ left: 0
292
+ });
293
+
294
+ this._makeAncestorsOverflowVisible();
295
+
296
+ // Set css on origin
297
+ this.$el.css({
298
+ position: 'absolute',
299
+ 'z-index': 1000,
300
+ 'will-change': 'left, top, width, height'
301
+ });
302
+
303
+ // Change from width or height attribute to css
304
+ this.attrWidth = this.$el.attr('width');
305
+ this.attrHeight = this.$el.attr('height');
306
+ if (this.attrWidth) {
307
+ this.$el.css('width', this.attrWidth + 'px');
308
+ this.$el.removeAttr('width');
309
+ }
310
+ if (this.attrHeight) {
311
+ this.$el.css('width', this.attrHeight + 'px');
312
+ this.$el.removeAttr('height');
313
+ }
314
+
315
+ // Add overlay
316
+ this.$overlay = $('<div id="materialbox-overlay"></div>')
317
+ .css({
318
+ opacity: 0
319
+ })
320
+ .one('click', () => {
321
+ if (this.doneAnimating) {
322
+ this.close();
323
+ }
324
+ });
325
+
326
+ // Put before in origin image to preserve z-index layering.
327
+ this.$el.before(this.$overlay);
328
+
329
+ // Set dimensions if needed
330
+ let overlayOffset = this.$overlay[0].getBoundingClientRect();
331
+ this.$overlay.css({
332
+ width: this.windowWidth + 'px',
333
+ height: this.windowHeight + 'px',
334
+ left: -1 * overlayOffset.left + 'px',
335
+ top: -1 * overlayOffset.top + 'px'
336
+ });
337
+
338
+ anim.remove(this.el);
339
+ anim.remove(this.$overlay[0]);
340
+
341
+ // Animate Overlay
342
+ anim({
343
+ targets: this.$overlay[0],
344
+ opacity: 1,
345
+ duration: this.options.inDuration,
346
+ easing: 'easeOutQuad'
347
+ });
348
+
349
+ // Add and animate caption if it exists
350
+ if (this.caption !== '') {
351
+ if (this.$photocaption) {
352
+ anim.remove(this.$photoCaption[0]);
353
+ }
354
+ this.$photoCaption = $('<div class="materialbox-caption"></div>');
355
+ this.$photoCaption.text(this.caption);
356
+ $('body').append(this.$photoCaption);
357
+ this.$photoCaption.css({ display: 'inline' });
358
+
359
+ anim({
360
+ targets: this.$photoCaption[0],
361
+ opacity: 1,
362
+ duration: this.options.inDuration,
363
+ easing: 'easeOutQuad'
364
+ });
365
+ }
366
+
367
+ // Resize Image
368
+ let ratio = 0;
369
+ let widthPercent = this.originalWidth / this.windowWidth;
370
+ let heightPercent = this.originalHeight / this.windowHeight;
371
+ this.newWidth = 0;
372
+ this.newHeight = 0;
373
+
374
+ if (widthPercent > heightPercent) {
375
+ ratio = this.originalHeight / this.originalWidth;
376
+ this.newWidth = this.windowWidth * 0.9;
377
+ this.newHeight = this.windowWidth * 0.9 * ratio;
378
+ } else {
379
+ ratio = this.originalWidth / this.originalHeight;
380
+ this.newWidth = this.windowHeight * 0.9 * ratio;
381
+ this.newHeight = this.windowHeight * 0.9;
382
+ }
383
+
384
+ this._animateImageIn();
385
+
386
+ // Handle Exit triggers
387
+ this._handleWindowScrollBound = this._handleWindowScroll.bind(this);
388
+ this._handleWindowResizeBound = this._handleWindowResize.bind(this);
389
+ this._handleWindowEscapeBound = this._handleWindowEscape.bind(this);
390
+
391
+ window.addEventListener('scroll', this._handleWindowScrollBound);
392
+ window.addEventListener('resize', this._handleWindowResizeBound);
393
+ window.addEventListener('keyup', this._handleWindowEscapeBound);
394
+ }
395
+
396
+ /**
397
+ * Close Materialbox
398
+ */
399
+ close() {
400
+ this._updateVars();
401
+ this.doneAnimating = false;
402
+
403
+ // onCloseStart callback
404
+ if (typeof this.options.onCloseStart === 'function') {
405
+ this.options.onCloseStart.call(this, this.el);
406
+ }
407
+
408
+ anim.remove(this.el);
409
+ anim.remove(this.$overlay[0]);
410
+
411
+ if (this.caption !== '') {
412
+ anim.remove(this.$photoCaption[0]);
413
+ }
414
+
415
+ // disable exit handlers
416
+ window.removeEventListener('scroll', this._handleWindowScrollBound);
417
+ window.removeEventListener('resize', this._handleWindowResizeBound);
418
+ window.removeEventListener('keyup', this._handleWindowEscapeBound);
419
+
420
+ anim({
421
+ targets: this.$overlay[0],
422
+ opacity: 0,
423
+ duration: this.options.outDuration,
424
+ easing: 'easeOutQuad',
425
+ complete: () => {
426
+ this.overlayActive = false;
427
+ this.$overlay.remove();
428
+ }
429
+ });
430
+
431
+ this._animateImageOut();
432
+
433
+ // Remove Caption + reset css settings on image
434
+ if (this.caption !== '') {
435
+ anim({
436
+ targets: this.$photoCaption[0],
437
+ opacity: 0,
438
+ duration: this.options.outDuration,
439
+ easing: 'easeOutQuad',
440
+ complete: () => {
441
+ this.$photoCaption.remove();
442
+ }
443
+ });
444
+ }
445
+ }
446
+ }
447
+
448
+ M.Materialbox = Materialbox;
449
+
450
+ if (M.jQueryLoaded) {
451
+ M.initializeJqueryWrapper(Materialbox, 'materialbox', 'M_Materialbox');
452
+ }
453
+ })(cash, M.anime);