j1-template 2024.3.21 → 2024.3.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (383) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/amplitude_app.html +60 -51
  3. data/assets/data/{galeries.html → gallery_app.html} +4 -4
  4. data/assets/theme/bla +0 -0
  5. data/assets/theme/j1/adapter/js/advertising.js +40 -38
  6. data/assets/theme/j1/adapter/js/algolia.js +13 -11
  7. data/assets/theme/j1/adapter/js/amplitude.js +628 -380
  8. data/assets/theme/j1/adapter/js/analytics.js +19 -17
  9. data/assets/theme/j1/adapter/js/asciidoctor.js +10 -8
  10. data/assets/theme/j1/adapter/js/attic.js +24 -22
  11. data/assets/theme/j1/adapter/js/bmd.js +10 -8
  12. data/assets/theme/j1/adapter/js/carousel.js +12 -9
  13. data/assets/theme/j1/adapter/js/chatbot.js +106 -104
  14. data/assets/theme/j1/adapter/js/clipboard.js +16 -14
  15. data/assets/theme/j1/adapter/js/comments.js +24 -22
  16. data/assets/theme/j1/adapter/js/cookieConsent.js +5 -1
  17. data/assets/theme/j1/adapter/js/customFunctions.js +12 -10
  18. data/assets/theme/j1/adapter/js/customModule.js +10 -8
  19. data/assets/theme/j1/adapter/js/docsearch.js +33 -31
  20. data/assets/theme/j1/adapter/js/dropdowns.js +16 -14
  21. data/assets/theme/j1/adapter/js/fab.js +34 -32
  22. data/assets/theme/j1/adapter/js/gallery.js +22 -20
  23. data/assets/theme/j1/adapter/js/gemini.js +66 -64
  24. data/assets/theme/j1/adapter/js/iconPicker.js +31 -29
  25. data/assets/theme/j1/adapter/js/iconPickerPage.js +11 -9
  26. data/assets/theme/j1/adapter/js/iframer.js +17 -15
  27. data/assets/theme/j1/adapter/js/j1.js +146 -143
  28. data/assets/theme/j1/adapter/js/lazyLoader.js +33 -31
  29. data/assets/theme/j1/adapter/js/lightbox.js +9 -7
  30. data/assets/theme/j1/adapter/js/logger.js +11 -9
  31. data/assets/theme/j1/adapter/js/lunr.js +37 -35
  32. data/assets/theme/j1/adapter/js/masonry.js +23 -21
  33. data/assets/theme/j1/adapter/js/masterslider.js +31 -29
  34. data/assets/theme/j1/adapter/js/mmenu.js +25 -23
  35. data/assets/theme/j1/adapter/js/navigator.js +43 -41
  36. data/assets/theme/j1/adapter/js/particles.js +12 -10
  37. data/assets/theme/j1/adapter/js/rangeSlider.js +21 -19
  38. data/assets/theme/j1/adapter/js/rouge.js +10 -8
  39. data/assets/theme/j1/adapter/js/rtable.js +14 -12
  40. data/assets/theme/j1/adapter/js/rtextResizer.js +10 -8
  41. data/assets/theme/j1/adapter/js/scroller.js +15 -13
  42. data/assets/theme/j1/adapter/js/slick.js +18 -16
  43. data/assets/theme/j1/adapter/js/slimSelect.js +30 -28
  44. data/assets/theme/j1/adapter/js/speak2me.js +25 -23
  45. data/assets/theme/j1/adapter/js/swiper.js +13 -11
  46. data/assets/theme/j1/adapter/js/themeToggler.js +11 -9
  47. data/assets/theme/j1/adapter/js/themes.js +60 -86
  48. data/assets/theme/j1/adapter/js/toccer.js +13 -11
  49. data/assets/theme/j1/adapter/js/translator.js +19 -16
  50. data/assets/theme/j1/adapter/js/videojs.js +9 -7
  51. data/assets/theme/j1/adapter/js/waves.js +18 -16
  52. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +19 -52
  53. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  54. data/assets/theme/j1/core/js/template.js +11180 -10968
  55. data/assets/theme/j1/core/js/template.min.js +13 -18
  56. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +10 -4
  57. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
  58. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +15 -8
  59. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +2 -1
  60. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +35 -14
  61. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +1 -1
  62. data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +817 -695
  63. data/assets/theme/j1/modules/backstretch/js/backstretch.js +2 -2
  64. data/assets/theme/j1/modules/backstretch/js/backstretch.min.js +1 -1
  65. data/assets/theme/j1/modules/cookieConsent/js/cookieConsent.js +11 -11
  66. data/assets/theme/j1/modules/cookieConsent/js/cookieConsent.min.js +2 -1
  67. data/assets/theme/j1/modules/dropdowns/js/dropdowns.js +2 -2
  68. data/assets/theme/j1/modules/dropdowns/js/dropdowns.min.js +1 -1
  69. data/assets/theme/j1/modules/fab/js/fab.js +2 -2
  70. data/assets/theme/j1/modules/fab/js/fab.min.js +1 -1
  71. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.css +984 -0
  72. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.min.css +26 -0
  73. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.css +1627 -0
  74. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.min.css +25 -0
  75. data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.css +1 -1
  76. data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.min.css +1 -1
  77. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.svg +54 -0
  78. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.ttf +0 -0
  79. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff +0 -0
  80. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff2 +0 -0
  81. data/assets/theme/j1/modules/lightGallery/!v2.7.2/images/loading.gif +0 -0
  82. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/loading.gif +0 -0
  83. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/video-play.png +0 -0
  84. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/vimeo-play.png +0 -0
  85. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/youtube-play.png +0 -0
  86. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.js +2782 -0
  87. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.min.js +26 -0
  88. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/LICENSE.md +44 -0
  89. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/README.md +37 -0
  90. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.js +890 -0
  91. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.min.js +8 -0
  92. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/lg-video.1.js +585 -0
  93. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.js +275 -0
  94. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.min.js +26 -0
  95. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.js +230 -0
  96. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.min.js +26 -0
  97. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.js +160 -0
  98. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.min.js +26 -0
  99. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.js +223 -0
  100. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.min.js +27 -0
  101. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.js +157 -0
  102. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.min.js +26 -0
  103. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.js +164 -0
  104. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.min.js +26 -0
  105. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.js +299 -0
  106. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.min.js +26 -0
  107. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.js +244 -0
  108. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.min.js +27 -0
  109. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.js +509 -0
  110. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.min.js +26 -0
  111. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.js +909 -0
  112. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.min.js +26 -0
  113. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.js +207 -0
  114. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.min.js +26 -0
  115. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.js +999 -0
  116. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.min.js +26 -0
  117. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.css +3 -126
  118. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css +3 -10
  119. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css +70 -237
  120. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css +4 -10
  121. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/animation-w.png +0 -0
  122. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/customize-w.png +0 -0
  123. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/dynamic-w.png +0 -0
  124. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/facebook-icon.svg +10 -0
  125. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/googleplus-icon.svg +30 -0
  126. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/html5-w.png +0 -0
  127. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/linked-in.png +0 -0
  128. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/module-w.png +0 -0
  129. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button-hover.svg +94 -0
  130. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.png +0 -0
  131. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.svg +93 -0
  132. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/responsive-w.png +0 -0
  133. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/thumb-w.png +0 -0
  134. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/touch-w.png +0 -0
  135. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter-icon.svg +15 -0
  136. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter.png +0 -0
  137. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/video1-w.png +0 -0
  138. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom-w.png +0 -0
  139. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom.png +0 -0
  140. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css +276 -0
  141. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css +17 -0
  142. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +163 -120
  143. data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +6 -6
  144. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.0.js +495 -0
  145. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.1.js +513 -0
  146. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.0.js +553 -0
  147. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +1 -1
  148. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.2.js +914 -0
  149. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +4 -4
  150. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js +5 -5
  151. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +5 -5
  152. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.min.js +6 -6
  153. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +4 -4
  154. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.min.js +5 -5
  155. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +4 -4
  156. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.min.js +5 -6
  157. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +5 -5
  158. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js +6 -6
  159. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +4 -4
  160. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js +5 -5
  161. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +179 -0
  162. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js +32 -0
  163. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +4 -4
  164. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js +6 -6
  165. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +4 -4
  166. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.min.js +6 -7
  167. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +27 -20
  168. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js +5 -5
  169. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +77 -125
  170. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +6 -6
  171. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +4 -4
  172. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.min.js +5 -5
  173. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +11 -5
  174. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.min.js +5 -5
  175. data/assets/theme/j1/modules/lunr/js/j1.js +1 -1
  176. data/assets/theme/j1/modules/lunr/js/j1.min.js +2 -1
  177. data/assets/theme/j1/modules/rtable/js/rtable.js +2 -2
  178. data/assets/theme/j1/modules/rtable/js/rtable.min.js +2 -1
  179. data/assets/theme/j1/modules/scroller/js/scroller.js +31 -29
  180. data/assets/theme/j1/modules/scroller/js/scroller.min.js +2 -1
  181. data/assets/theme/j1/modules/themeSwitcher/js/switcher.js +38 -37
  182. data/assets/theme/j1/modules/themeSwitcher/js/switcher.min.js +2 -1
  183. data/assets/theme/j1/modules/translator/js/translator.js +17 -17
  184. data/assets/theme/j1/modules/translator/js/translator.min.js +1 -1
  185. data/assets/theme/j1/modules/videoPlayer/tiktoc/README.md +1 -0
  186. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/README.md +151 -0
  187. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/VideoJS.svg +150 -0
  188. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.css +147 -0
  189. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.min.css +5 -0
  190. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.css +113 -0
  191. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.min.css +5 -0
  192. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.css +166 -0
  193. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.min.css +5 -0
  194. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.css +72 -0
  195. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.min.css +5 -0
  196. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.css +311 -0
  197. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.min.css +19 -0
  198. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.css +1686 -0
  199. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.min.css +13 -0
  200. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.js +65226 -0
  201. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.min.js +55 -0
  202. data/assets/theme/j1/modules/videojs/assets/README.md +1 -0
  203. data/assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg +35 -0
  204. data/assets/theme/j1/modules/videojs/css/font/VideoJS.ttf +0 -0
  205. data/assets/theme/j1/modules/videojs/css/font/VideoJS.woff +0 -0
  206. data/assets/theme/j1/modules/videojs/css/themes/uno.css +157 -22
  207. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  208. data/assets/theme/j1/modules/videojs/css/videojs.css +674 -316
  209. data/assets/theme/j1/modules/videojs/css/videojs.min.css +4 -3
  210. data/assets/theme/j1/modules/videojs/js/video.js +15893 -12288
  211. data/assets/theme/j1/modules/videojs/js/video.min.js +22 -23
  212. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +31 -0
  213. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE +19 -0
  214. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md +69 -0
  215. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css +2 -0
  216. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css +2 -0
  217. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js +339 -0
  218. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js +2 -0
  219. data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.js +0 -5
  220. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +29 -0
  221. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE +19 -0
  222. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md +90 -0
  223. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js +120 -0
  224. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js +2 -0
  225. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +37 -0
  226. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE +19 -0
  227. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md +61 -0
  228. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js +94 -0
  229. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js +20 -0
  230. data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/skipbuttons/README.md +25 -11
  231. data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/zoom/css}/zoom.css +7 -6
  232. data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css +22 -0
  233. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.js +11 -9
  234. data/assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.min.js +19 -0
  235. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js +521 -0
  236. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js +605 -0
  237. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js +643 -0
  238. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js +583 -0
  239. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js +665 -0
  240. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js +642 -0
  241. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js +673 -0
  242. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.js +1 -1
  243. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.min.js +1 -1
  244. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm → plugins/players/vm/js}/vimeo.js +13 -12
  245. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js +28 -0
  246. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js +395 -0
  247. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js +401 -0
  248. data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.js +13 -11
  249. data/assets/theme/j1/modules/videojs/plugins/players/wt/js/wistia.min.js +21 -0
  250. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.js +10 -8
  251. data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js +21 -0
  252. data/lib/j1/version.rb +1 -1
  253. data/lib/starter_web/README.md +5 -5
  254. data/lib/starter_web/_config.yml +1 -1
  255. data/lib/starter_web/_data/modules/amplitude_playlists.yml +140 -80
  256. data/lib/starter_web/_data/modules/defaults/amplitude.yml +5 -3
  257. data/lib/starter_web/_data/modules/defaults/gallery.yml +3 -3
  258. data/lib/starter_web/_data/modules/gallery.yml +83 -87
  259. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  260. data/lib/starter_web/_data/resources.yml +16 -12
  261. data/lib/starter_web/_data/templates/feed.xml +1 -1
  262. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +50 -22
  263. data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +37 -16
  264. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  265. data/lib/starter_web/assets/audio/album/emancipator/Alligator.mp3 +0 -0
  266. data/lib/starter_web/assets/audio/album/emancipator/DabCity.mp3 +0 -0
  267. data/lib/starter_web/assets/audio/album/emancipator/SeaToSky.mp3 +0 -0
  268. data/lib/starter_web/assets/audio/album/emancipator/TimeForSpace.mp3 +0 -0
  269. data/lib/starter_web/assets/audio/cover/emancipator/alligator.jpg +0 -0
  270. data/lib/starter_web/assets/audio/cover/emancipator/anthem.jpg +0 -0
  271. data/lib/starter_web/assets/audio/cover/emancipator/dab-city.jpg +0 -0
  272. data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn.jpg +0 -0
  273. data/lib/starter_web/assets/audio/cover/emancipator/safe-in-the-steep-cliffs.jpg +0 -0
  274. data/lib/starter_web/assets/audio/cover/emancipator/sea-to-sky.jpg +0 -0
  275. data/lib/starter_web/assets/audio/cover/emancipator/soon-it-will-be-cold-enough.jpg +0 -0
  276. data/lib/starter_web/assets/audio/cover/emancipator/tine-for-space.jpg +0 -0
  277. data/lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg +0 -0
  278. data/lib/starter_web/package.json +1 -1
  279. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +282 -0
  280. data/lib/starter_web/pages/public/tour/audio_data.adoc +11 -6
  281. data/lib/starter_web/pages/public/tour/video_data.adoc +1 -0
  282. metadata +238 -115
  283. data/assets/data/swiper_app.2.html +0 -757
  284. data/assets/data/swiper_app.4.html +0 -769
  285. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +0 -32
  286. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +0 -31
  287. data/assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css +0 -21
  288. data/assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.min.js +0 -19
  289. data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js +0 -16
  290. data/assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts +0 -1617
  291. data/assets/theme/j1/modules/videojs/js/plugins/players/wt/wistia.min.js +0 -21
  292. data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.min.js +0 -21
  293. data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/anthem.jpg +0 -0
  294. data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/from-dusk-to-dawn.jpg +0 -0
  295. data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/safe-in-the-steep-cliffs.jpg +0 -0
  296. data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/soon-it-will-be-cold-enough.jpg +0 -0
  297. data/lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg +0 -0
  298. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/animation-w.png +0 -0
  299. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/customize-w.png +0 -0
  300. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/dynamic-w.png +0 -0
  301. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/facebook-icon.svg +0 -0
  302. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/googleplus-icon.svg +0 -0
  303. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/html5-w.png +0 -0
  304. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/linked-in.png +0 -0
  305. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/module-w.png +0 -0
  306. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button-hover.svg +0 -0
  307. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.png +0 -0
  308. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.svg +0 -0
  309. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/responsive-w.png +0 -0
  310. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/thumb-w.png +0 -0
  311. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/touch-w.png +0 -0
  312. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter-icon.svg +0 -0
  313. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter.png +0 -0
  314. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/video1-w.png +0 -0
  315. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom-w.png +0 -0
  316. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom.png +0 -0
  317. /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.js +0 -0
  318. /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.min.js +0 -0
  319. /data/assets/theme/j1/modules/videoPlayer/dailymotion/js/{!readme → README.md} +0 -0
  320. /data/assets/theme/j1/modules/videoPlayer/tiktoc/{js/player.min.js → player.min.js} +0 -0
  321. /data/assets/theme/j1/modules/videoPlayer/vimeo/js/{!readme → README.md} +0 -0
  322. /data/assets/theme/j1/modules/videoPlayer/wistia/js/{!readme → README.md} +0 -0
  323. /data/assets/theme/j1/modules/videojs/{css → !v8.12.0/css}/font/video-js-cdn.css +0 -0
  324. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/LICENSE +0 -0
  325. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/README.md +0 -0
  326. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.min.js +0 -0
  327. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys/examples → plugins/controls/hotkeys/!examples}/example.html +0 -0
  328. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/LICENSE.md +0 -0
  329. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/README.md +0 -0
  330. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.js +0 -0
  331. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.min.js +0 -0
  332. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.css +0 -0
  333. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.min.css +0 -0
  334. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.js +0 -0
  335. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.min.js +0 -0
  336. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.html +0 -0
  337. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.js +0 -0
  338. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/styles.css +0 -0
  339. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/LICENSE.md +0 -0
  340. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/README.md +0 -0
  341. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.js +0 -0
  342. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.min.js +0 -0
  343. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-controls.html +0 -0
  344. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-javascript.html +0 -0
  345. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-playlist.html +0 -0
  346. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/global-parameters.html +0 -0
  347. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/simple.html +0 -0
  348. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/switch.html +0 -0
  349. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/LICENSE +0 -0
  350. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/doc → plugins/players/dm}/README.md +0 -0
  351. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/api/LICENSE +0 -0
  352. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api/doc → plugins/players/dm/api}/README.md +0 -0
  353. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.js +0 -0
  354. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.min.js +0 -0
  355. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/icon/scalable/dailymotion.svg +0 -0
  356. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/index.html +0 -0
  357. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/player/index.html +0 -0
  358. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/LICENSE +0 -0
  359. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/doc → plugins/players/vm}/README.md +0 -0
  360. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api/doc → plugins/players/vm/api}/README.md +0 -0
  361. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.css +0 -0
  362. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.uno.css +0 -0
  363. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/player.css +0 -0
  364. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/doc → plugins/players/wt}/README.md +0 -0
  365. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api/doc/Readme.txt → plugins/players/wt/api/README.md} +0 -0
  366. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api → plugins/players/wt/api/js}/wistia.min.js +0 -0
  367. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/global-parameters.html +0 -0
  368. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/simple.html +0 -0
  369. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/switch.html +0 -0
  370. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-controls.html +0 -0
  371. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-javascript.html +0 -0
  372. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-list.html +0 -0
  373. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-playlist.html +0 -0
  374. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.js +0 -0
  375. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.min.js +0 -0
  376. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/yt/LICENSE +0 -0
  377. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/doc → plugins/players/yt}/README.md +0 -0
  378. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/api → plugins/players/yt/api/js}/youtube.min.js +0 -0
  379. /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn → !info}/!sound.links.txt +0 -0
  380. /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/Anthem.mp3 → Anthem.mp3} +0 -0
  381. /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/DuskToDawn.mp3 → DuskToDawn.mp3} +0 -0
  382. /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/FirstSnow.mp3 → FirstSnow.mp3} +0 -0
  383. /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/SafeInTheSteepCliffs.mp3 → SafeInTheSteepCliffs.mp3} +0 -0
@@ -86,26 +86,28 @@ regenerate: true
86
86
  "use strict";
87
87
  j1.adapter.slimSelect = ((j1, window) => {
88
88
 
89
- // -----------------------------------------------------------------------------
90
- // Set global variables
91
- // -----------------------------------------------------------------------------
92
- var slimSelectDefaults;
93
- var slimSelectSettings;
94
- var slimSelectOptions;
89
+ const isDev = (j1.env === "development" || j1.env === "dev") ? true : false;
90
+
91
+ // -----------------------------------------------------------------------------
92
+ // Set global variables
93
+ // -----------------------------------------------------------------------------
94
+ var slimSelectDefaults;
95
+ var slimSelectSettings;
96
+ var slimSelectOptions;
95
97
 
96
- var _this;
97
- var logger;
98
- var logText;
98
+ var _this;
99
+ var logger;
100
+ var logText;
99
101
 
100
- var selectDIV;
101
- var selectHTML;
102
+ var selectDIV;
103
+ var selectHTML;
102
104
 
103
- // date|time
104
- var startTime;
105
- var endTime;
106
- var startTimeModule;
107
- var endTimeModule;
108
- var timeSeconds;
105
+ // date|time
106
+ var startTime;
107
+ var endTime;
108
+ var startTimeModule;
109
+ var endTimeModule;
110
+ var timeSeconds;
109
111
 
110
112
  // ---------------------------------------------------------------------------
111
113
  // main
@@ -150,15 +152,15 @@ var timeSeconds;
150
152
  startTimeModule = Date.now();
151
153
 
152
154
  _this.setState('started');
153
- logger.debug('\n' + 'set module state to: ' + _this.getState());
154
- logger.info('\n' + 'initializing module: started');
155
+ logger.debug('set module state to: ' + _this.getState());
156
+ logger.info('initializing module: started');
155
157
 
156
158
  var wrapper_dependencies = {};
157
159
  var dependency;
158
160
 
159
161
  // setup selects on all wrappers
160
162
  {% for select in slim_select_settings.selects %} {% if select.enabled %}
161
- logger.debug('\n' + 'select {{select.id}} is being initialized on wrapper: {{select.wrapper_id}}');
163
+ logger.debug('select {{select.id}} is being initialized on wrapper: {{select.wrapper_id}}');
162
164
 
163
165
  // create dynamic loader variable to setup the
164
166
  // select '{{select.id}}' on wrapper: '{{select.wrapper_id}}'
@@ -171,7 +173,7 @@ var timeSeconds;
171
173
 
172
174
  // process the wrapper if extsts
173
175
  if (wrapperReady) {
174
- logger.debug('\n' + 'select {{select.id}} is being placed on wrapper: {{select.wrapper_id}}');
176
+ logger.debug('select {{select.id}} is being placed on wrapper: {{select.wrapper_id}}');
175
177
 
176
178
  // create|place select <div> element
177
179
  selectDIV = document.createElement('div');
@@ -185,7 +187,7 @@ var timeSeconds;
185
187
 
186
188
  // setup new SlimSelect
187
189
  // jadams, 2024-03-06: setup events moved to page (test_icon_picker.adoc)
188
- logger.debug('\n' + 'SlimSelect object is being created for id: {{select.id}}');
190
+ logger.debug('SlimSelect object is being created for id: {{select.id}}');
189
191
  var $select_{{select.id}} = new SlimSelect ({
190
192
  select: 'select[name ="{{select.name}}"]',
191
193
  settings: {
@@ -211,7 +213,7 @@ var timeSeconds;
211
213
  // store the select in the adapter for later access
212
214
  _this.select.{{select.id}} = $select_{{select.id}};
213
215
 
214
- logger.debug('\n' + 'initializing finished select: {{select.id}}');
216
+ logger.debug('initializing finished select: {{select.id}}');
215
217
 
216
218
  clearInterval(wrapper_dependencies['dependency_met_wrapper_ready_{{select.id}}']);
217
219
  } // END if wrapperReady
@@ -220,11 +222,11 @@ var timeSeconds;
220
222
  // END (for) all selects
221
223
 
222
224
  _this.setState('finished');
223
- logger.debug('\n' + 'state: ' + _this.getState());
224
- logger.info('\n' + 'initializing module: finished');
225
+ logger.debug('state: ' + _this.getState());
226
+ logger.info('initializing module: finished');
225
227
 
226
228
  endTimeModule = Date.now();
227
- logger.info('\n' + 'module initializing time: ' + (endTimeModule-startTimeModule) + 'ms');
229
+ logger.info('module initializing time: ' + (endTimeModule-startTimeModule) + 'ms');
228
230
 
229
231
  clearInterval(dependency_met_page_ready);
230
232
  } // END pageVisible
@@ -238,7 +240,7 @@ var timeSeconds;
238
240
  messageHandler: (sender, message) => {
239
241
  var json_message = JSON.stringify(message, undefined, 2);
240
242
 
241
- logText = '\n' + 'received message from ' + sender + ': ' + json_message;
243
+ logText = 'received message from ' + sender + ': ' + json_message;
242
244
  logger.debug(logText);
243
245
 
244
246
  // -----------------------------------------------------------------------
@@ -250,7 +252,7 @@ var timeSeconds;
250
252
  // Place handling of command|action here
251
253
  //
252
254
 
253
- logger.info('\n' + message.text);
255
+ logger.info(message.text);
254
256
  }
255
257
 
256
258
  //
@@ -91,6 +91,8 @@ regenerate: true
91
91
  "use strict";
92
92
  j1.adapter.speak2me = ((j1, window) => {
93
93
 
94
+ const isDev = (j1.env === "development" || j1.env === "dev") ? true : false;
95
+
94
96
  {% comment %} Set global variables
95
97
  ------------------------------------------------------------------------------ {% endcomment %}
96
98
  const scrollBehavior = 'smooth';
@@ -200,8 +202,8 @@ j1.adapter.speak2me = ((j1, window) => {
200
202
  logger = log4javascript.getLogger('j1.adapter.speak2me');
201
203
 
202
204
  _this.setState('started');
203
- logger.debug('\n' + 'state: ' + _this.getState());
204
- logger.info('\n' + 'module is being initialized');
205
+ logger.debug('state: ' + _this.getState());
206
+ logger.info('module is being initialized');
205
207
 
206
208
  // -----------------------------------------------------------------------
207
209
  // module initializer
@@ -215,12 +217,12 @@ j1.adapter.speak2me = ((j1, window) => {
215
217
  startTimeModule = Date.now();
216
218
 
217
219
  _this.setState('started');
218
- logger.debug('\n' + 'set module state to: ' + _this.getState());
219
- logger.info('\n' + 'initializing module: started');
220
+ logger.debug('set module state to: ' + _this.getState());
221
+ logger.info('initializing module: started');
220
222
 
221
223
  if (mobilesDisabled && isMobile) {
222
224
  console.log('module speak2me is disabled for mobile browsers');
223
- logger.warn('\n' + 'module speak2me is disabled for mobile browsers');
225
+ logger.warn('module speak2me is disabled for mobile browsers');
224
226
  $('#quickLinksSpeakButton').hide();
225
227
  clearInterval(dependencies_met_page_ready);
226
228
  return;
@@ -229,7 +231,7 @@ j1.adapter.speak2me = ((j1, window) => {
229
231
  var operaDisabled = (browsersDisabled.includes('Opera')) ? true : false;
230
232
  if (operaDisabled && isOpera) {
231
233
  console.log('module speak2me is disabled for the Opera browser');
232
- logger.warn('\n' + 'module speak2me is disabled for the Opera browser');
234
+ logger.warn('module speak2me is disabled for the Opera browser');
233
235
  $('#quickLinksSpeakButton').hide();
234
236
  clearInterval(dependencies_met_page_ready);
235
237
  return;
@@ -238,7 +240,7 @@ j1.adapter.speak2me = ((j1, window) => {
238
240
  var firefoxDisabled = (browsersDisabled.includes('Firefox')) ? true : false;
239
241
  if (firefoxDisabled && isFirefox) {
240
242
  console.log('module speak2me is disabled for the Firefox browser');
241
- logger.warn('\n' + 'module speak2me is disabled for the Firefox browser');
243
+ logger.warn('module speak2me is disabled for the Firefox browser');
242
244
  $('#quickLinksSpeakButton').hide();
243
245
  clearInterval(dependencies_met_page_ready);
244
246
  return;
@@ -248,7 +250,7 @@ j1.adapter.speak2me = ((j1, window) => {
248
250
  var avastDisabled = (browsersDisabled.includes('Avast')) ? true : false;
249
251
  if (avastDisabled && isAvast) {
250
252
  console.log('module speak2me is not supported for the Avast Secure browser');
251
- logger.warn('\n' + 'module speak2me is disabled for the Avast Secure browser');
253
+ logger.warn('module speak2me is disabled for the Avast Secure browser');
252
254
  $('#quickLinksSpeakButton').hide();
253
255
  clearInterval(dependencies_met_page_ready);
254
256
  return;
@@ -257,14 +259,14 @@ j1.adapter.speak2me = ((j1, window) => {
257
259
  var safariDisabled = (browsersDisabled.includes('Safari')) ? true : false;
258
260
  if (safariDisabled && !isChrome && !isEdge && !isSafari) {
259
261
  console.log('module speak2me is disabled for the Safari browser');
260
- logger.warn('\n' + 'module speak2me is disabled for the Safari browser');
262
+ logger.warn('module speak2me is disabled for the Safari browser');
261
263
  $('#quickLinksSpeakButton').hide();
262
264
  clearInterval(dependencies_met_page_ready);
263
265
  return;
264
266
  }
265
267
 
266
268
  if (ttsDisabled) {
267
- logger.debug('\n' + 'tts detected: disabled');
269
+ logger.debug('tts detected: disabled');
268
270
  $('#quickLinksSpeakButton').hide();
269
271
  clearInterval(dependencies_met_page_ready);
270
272
  return;
@@ -282,7 +284,7 @@ j1.adapter.speak2me = ((j1, window) => {
282
284
  // -----------------------------------------------------------------
283
285
  // data loader
284
286
  // -----------------------------------------------------------------
285
- logger.info('\n' + 'load modal');
287
+ logger.info('load modal');
286
288
  j1.loadHTML ({
287
289
  xhr_container_id: 'speak2me_container',
288
290
  xhr_data_path: '/assets/data/speak2me/index.html',
@@ -292,7 +294,7 @@ j1.adapter.speak2me = ((j1, window) => {
292
294
  );
293
295
  }
294
296
 
295
- logger.info('\n' + 'initialize modal');
297
+ logger.info('initialize modal');
296
298
  // -------------------------------------------------------------------
297
299
  // on 'show'
298
300
  // -------------------------------------------------------------------
@@ -312,17 +314,17 @@ j1.adapter.speak2me = ((j1, window) => {
312
314
  //
313
315
  this.$buttonSpeak.click(function () {
314
316
  if (isChrome) {
315
- logger.info('\n' + 'speak: setup pause workaround for chromium based browsers');
317
+ logger.info('speak: setup pause workaround for chromium based browsers');
316
318
  chromeWorkaround = setInterval(() => {
317
319
  var isSpeaking = $().speak2me('isSpeaking');
318
320
 
319
- logger.debug('\n' + 'speak: isSpeaking|isPaused: ' + isSpeaking + '|' + isPaused);
321
+ logger.debug('speak: isSpeaking|isPaused: ' + isSpeaking + '|' + isPaused);
320
322
  if (isSpeaking) {
321
323
  $().speak2me('pause').speak2me('resume');
322
- logger.debug('\n' + 'speak: send pause-resumed');
324
+ logger.debug('speak: send pause-resumed');
323
325
  } else {
324
326
  $().speak2me('resume');
325
- logger.debug('\n' + 'speak: send resumed');
327
+ logger.debug('speak: send resumed');
326
328
  }
327
329
 
328
330
  }, speak2meOptions.chrome_pause_resume_cycle);
@@ -331,7 +333,7 @@ j1.adapter.speak2me = ((j1, window) => {
331
333
 
332
334
  // stop workaround for chromium based browsers
333
335
  this.$buttonStop.click(function () {
334
- logger.info('\n' + 'speak: remove pause workaround for chromium based browsers');
336
+ logger.info('speak: remove pause workaround for chromium based browsers');
335
337
  // wait 3 sec to make sure speech output is stopped
336
338
  setTimeout (() => {
337
339
  var isSpeaking = $().speak2me('isSpeaking');
@@ -357,11 +359,11 @@ j1.adapter.speak2me = ((j1, window) => {
357
359
  }); // END modal on 'hidden'
358
360
 
359
361
  _this.setState('finished');
360
- logger.debug('\n' + 'state: ' + _this.getState());
361
- logger.info('\n' + 'module initialization finished');
362
+ logger.debug('state: ' + _this.getState());
363
+ logger.info('module initialization finished');
362
364
 
363
365
  endTimeModule = Date.now();
364
- logger.info('\n' + 'module initializing time: ' + (endTimeModule-startTimeModule) + 'ms');
366
+ logger.info('module initializing time: ' + (endTimeModule-startTimeModule) + 'ms');
365
367
 
366
368
  clearInterval(dependencies_met_page_ready);
367
369
  } // END pageVisible
@@ -392,7 +394,7 @@ j1.adapter.speak2me = ((j1, window) => {
392
394
  // display the tts settings dialog
393
395
  // -------------------------------------------------------------------------
394
396
  showDialog: () => {
395
- logger.debug('\n' + "showDialog");
397
+ logger.debug("showDialog");
396
398
 
397
399
  $('#speak2me_container').modal({
398
400
  backdrop: 'static',
@@ -536,7 +538,7 @@ j1.adapter.speak2me = ((j1, window) => {
536
538
  messageHandler: (sender, message) => {
537
539
  var json_message = JSON.stringify(message, undefined, 2);
538
540
 
539
- logText = '\n' + 'received message from ' + sender + ': ' + json_message;
541
+ logText = 'received message from ' + sender + ': ' + json_message;
540
542
  logger.debug(logText);
541
543
 
542
544
  // -----------------------------------------------------------------------
@@ -548,7 +550,7 @@ j1.adapter.speak2me = ((j1, window) => {
548
550
  // place handling of command|action here
549
551
  //
550
552
 
551
- logger.info('\n' + message.text);
553
+ logger.info(message.text);
552
554
  }
553
555
 
554
556
  //
@@ -81,6 +81,8 @@ regenerate: true
81
81
  "use strict";
82
82
  j1.adapter.swiper = ((j1, window) => {
83
83
 
84
+ const isDev = (j1.env === "development" || j1.env === "dev") ? true : false;
85
+
84
86
  {% comment %} Set global variables
85
87
  ------------------------------------------------------------------------------ {% endcomment %}
86
88
  var environment = '{{environment}}';
@@ -167,11 +169,11 @@ j1.adapter.swiper = ((j1, window) => {
167
169
  _this.loadSwiperHTML(swiperOptions, swiperOptions.swipers);
168
170
 
169
171
  _this.setState('started');
170
- logger.debug('\n' + 'state: ' + _this.getState());
171
- logger.info('\n' + 'module is being initialized');
172
+ logger.debug('state: ' + _this.getState());
173
+ logger.info('module is being initialized');
172
174
 
173
175
  {% for swiper in swipers %}{% if swiper.enabled %}
174
- logger.info ('\n' + 'initialize swiper on id: ' + '{{swiper.id}}');
176
+ logger.info ('initialize swiper on id: ' + '{{swiper.id}}');
175
177
 
176
178
  // create dynamic loader variable
177
179
  dependency = 'dependencies_met_html_loaded_{{swiper.id}}';
@@ -183,7 +185,7 @@ j1.adapter.swiper = ((j1, window) => {
183
185
  xhrLoadState = j1.xhrDOMState['#{{swiper.id}}_app'];
184
186
  if (xhrLoadState === 'success') {
185
187
 
186
- logger.info ('\n' + 'HTML portion loaded for swiper on id: ' + '{{swiper.id}}');
188
+ logger.info ('HTML portion loaded for swiper on id: ' + '{{swiper.id}}');
187
189
 
188
190
  {% comment %} Set Swiper Layout
189
191
  ------------------------------------------------------------------ {% endcomment %}
@@ -192,7 +194,7 @@ j1.adapter.swiper = ((j1, window) => {
192
194
 
193
195
  // setup slider {{swiper.id}}
194
196
  // ---------------------------------------------------------------
195
- logger.info ('\n' + 'swiper is being setup on id: ' + '{{swiper.id}}');
197
+ logger.info ('swiper is being setup on id: ' + '{{swiper.id}}');
196
198
 
197
199
  const slider = document.querySelector('#{{swiper.id}}');
198
200
  const swiperEl = slider.querySelector('.swiper');
@@ -338,7 +340,7 @@ j1.adapter.swiper = ((j1, window) => {
338
340
  const targetEl = document.getElementById('{{swiper.id}}');
339
341
  targetEl.appendChild(sourceEl);
340
342
 
341
- logger.debug('\n' + 'pagination elements (outer) moved');
343
+ logger.debug('pagination elements (outer) moved');
342
344
  }, {{init_swiper_delay}});
343
345
  {% endif %}
344
346
  // ---------------------------------------------------------------
@@ -350,11 +352,11 @@ j1.adapter.swiper = ((j1, window) => {
350
352
  {% endif %}{% endfor %} // ENDFOR (all) carousels
351
353
 
352
354
  _this.setState('finished');
353
- logger.debug('\n' + 'state: ' + _this.getState());
354
- logger.info('\n' + 'initializing module finished');
355
+ logger.debug('state: ' + _this.getState());
356
+ logger.info('initializing module finished');
355
357
 
356
358
  endTimeModule = Date.now();
357
- logger.info('\n' + 'module initializing time: ' + (endTimeModule-startTimeModule) + 'ms');
359
+ logger.info('module initializing time: ' + (endTimeModule-startTimeModule) + 'ms');
358
360
 
359
361
  clearInterval(dependencies_met_page_ready);
360
362
  } // END pageVisible
@@ -500,7 +502,7 @@ j1.adapter.swiper = ((j1, window) => {
500
502
  messageHandler: (sender, message) => {
501
503
  var json_message = JSON.stringify(message, undefined, 2);
502
504
 
503
- logText = '\n' + 'received message from ' + sender + ': ' + json_message;
505
+ logText = 'received message from ' + sender + ': ' + json_message;
504
506
  logger.debug(logText);
505
507
 
506
508
  // -----------------------------------------------------------------------
@@ -512,7 +514,7 @@ j1.adapter.swiper = ((j1, window) => {
512
514
  // place handling of command|action here
513
515
  //
514
516
 
515
- logger.info('\n' + message.text);
517
+ logger.info(message.text);
516
518
  }
517
519
 
518
520
  //
@@ -86,6 +86,8 @@ regenerate: true
86
86
  "use strict";
87
87
  j1.adapter.themeToggler = ((j1, window) => {
88
88
 
89
+ const isDev = (j1.env === "development" || j1.env === "dev") ? true : false;
90
+
89
91
  {% comment %} Set global variables
90
92
  ------------------------------------------------------------------------------ {% endcomment %}
91
93
  var environment = '{{environment}}';
@@ -171,8 +173,8 @@ j1.adapter.themeToggler = ((j1, window) => {
171
173
  user_state = j1.readCookie(cookie_names.user_state);
172
174
 
173
175
  _this.setState('started');
174
- logger.debug('\n' + 'set module state to: ' + _this.getState());
175
- logger.info('\n' + 'initializing module: started');
176
+ logger.debug('set module state to: ' + _this.getState());
177
+ logger.info('initializing module: started');
176
178
 
177
179
  // -------------------------------------------------------------------
178
180
  // Event Mgmt SHOULD moved ta navigator core
@@ -180,11 +182,11 @@ j1.adapter.themeToggler = ((j1, window) => {
180
182
  _this.initThemeTogglerEvent();
181
183
 
182
184
  _this.setState('finished');
183
- logger.debug('\n' + 'state: ' + _this.getState());
184
- logger.info('\n' + 'initializing module: finished');
185
+ logger.debug('state: ' + _this.getState());
186
+ logger.info('initializing module: finished');
185
187
 
186
188
  endTimeModule = Date.now();
187
- logger.info('\n' + 'module initializing time: ' + (endTimeModule-startTimeModule) + 'ms');
189
+ logger.info('module initializing time: ' + (endTimeModule-startTimeModule) + 'ms');
188
190
 
189
191
  clearInterval(dependencies_met_page_ready);
190
192
  } // END pageVisible
@@ -214,7 +216,7 @@ j1.adapter.themeToggler = ((j1, window) => {
214
216
  user_state.theme_css = light_theme_css;
215
217
  user_state.theme_icon = 'mdib-lightbulb-outline';
216
218
  }
217
- logger.info('\n' + 'switch theme to: ' + user_state.theme_name);
219
+ logger.info('switch theme to: ' + user_state.theme_name);
218
220
 
219
221
  user_state.writer = 'themeToggler';
220
222
  var cookie_written = j1.writeCookie({
@@ -225,7 +227,7 @@ j1.adapter.themeToggler = ((j1, window) => {
225
227
  });
226
228
 
227
229
  if (!cookie_written) {
228
- logger.error('\n' + 'failed write to cookie: ' + cookie_names.user_consent);
230
+ logger.error('failed write to cookie: ' + cookie_names.user_consent);
229
231
  } else {
230
232
  location.reload(true);
231
233
  }
@@ -240,7 +242,7 @@ j1.adapter.themeToggler = ((j1, window) => {
240
242
  messageHandler: (sender, message) => {
241
243
  var json_message = JSON.stringify(message, undefined, 2);
242
244
 
243
- logText = '\n' + 'received message from ' + sender + ': ' + json_message;
245
+ logText = 'received message from ' + sender + ': ' + json_message;
244
246
  logger.debug(logText);
245
247
 
246
248
  // -----------------------------------------------------------------------
@@ -252,7 +254,7 @@ j1.adapter.themeToggler = ((j1, window) => {
252
254
  // place handling of command|action here
253
255
  //
254
256
 
255
- logger.info('\n' + message.text);
257
+ logger.info(message.text);
256
258
  }
257
259
 
258
260
  //