@internetarchive/bookreader 5.0.0-6-multiple-files → 5.0.0-60
Sign up to get free protection for your applications and to get access to all the features.
- package/.eslintrc.js +17 -15
- package/.github/workflows/node.js.yml +77 -6
- package/.github/workflows/npm-publish.yml +6 -20
- package/.testcaferc.js +10 -0
- package/BookReader/BookReader.css +241 -377
- package/BookReader/BookReader.js +2 -21564
- package/BookReader/BookReader.js.LICENSE.txt +24 -20
- package/BookReader/BookReader.js.map +1 -1
- package/BookReader/ia-bookreader-bundle.js +1519 -0
- package/BookReader/ia-bookreader-bundle.js.LICENSE.txt +17 -0
- package/BookReader/ia-bookreader-bundle.js.map +1 -0
- package/BookReader/icons/1up.svg +1 -12
- package/BookReader/icons/2up.svg +1 -15
- package/BookReader/icons/advance.svg +3 -26
- package/BookReader/icons/chevron-right.svg +1 -1
- package/BookReader/icons/close-circle-dark.svg +1 -0
- package/BookReader/icons/close-circle.svg +1 -1
- package/BookReader/icons/fullscreen.svg +1 -17
- package/BookReader/icons/fullscreen_exit.svg +1 -17
- package/BookReader/icons/hamburger.svg +1 -15
- package/BookReader/icons/left-arrow.svg +1 -12
- package/BookReader/icons/magnify-minus.svg +1 -16
- package/BookReader/icons/magnify-plus.svg +1 -17
- package/BookReader/icons/magnify.svg +1 -15
- package/BookReader/icons/pause.svg +1 -23
- package/BookReader/icons/play.svg +1 -22
- package/BookReader/icons/playback-speed.svg +1 -34
- package/BookReader/icons/read-aloud.svg +1 -22
- package/BookReader/icons/review.svg +3 -22
- package/BookReader/icons/thumbnails.svg +1 -17
- package/BookReader/icons/voice.svg +1 -0
- package/BookReader/icons/volume-full.svg +1 -22
- package/BookReader/images/BRicons.svg +5 -94
- package/BookReader/images/books_graphic.svg +1 -177
- package/BookReader/images/icon_book.svg +1 -12
- package/BookReader/images/icon_bookmark.svg +1 -12
- package/BookReader/images/icon_gear.svg +1 -14
- package/BookReader/images/icon_hamburger.svg +1 -20
- package/BookReader/images/icon_home.svg +1 -21
- package/BookReader/images/icon_info.svg +1 -11
- package/BookReader/images/icon_one_page.svg +1 -8
- package/BookReader/images/icon_pause.svg +1 -1
- package/BookReader/images/icon_play.svg +1 -1
- package/BookReader/images/icon_playback-rate.svg +1 -15
- package/BookReader/images/icon_search_button.svg +1 -8
- package/BookReader/images/icon_share.svg +1 -9
- package/BookReader/images/icon_skip-ahead.svg +1 -6
- package/BookReader/images/icon_skip-back.svg +2 -13
- package/BookReader/images/icon_speaker.svg +1 -18
- package/BookReader/images/icon_speaker_open.svg +1 -10
- package/BookReader/images/icon_thumbnails.svg +1 -12
- package/BookReader/images/icon_toc.svg +1 -5
- package/BookReader/images/icon_two_pages.svg +1 -9
- package/BookReader/images/marker_chap-off.svg +1 -11
- package/BookReader/images/marker_chap-on.svg +1 -11
- package/BookReader/images/marker_srch-on.svg +1 -11
- package/BookReader/jquery-3.js +2 -0
- package/BookReader/jquery-3.js.LICENSE.txt +24 -0
- package/BookReader/plugins/plugin.archive_analytics.js +1 -172
- package/BookReader/plugins/plugin.archive_analytics.js.map +1 -1
- package/BookReader/plugins/plugin.autoplay.js +1 -165
- package/BookReader/plugins/plugin.autoplay.js.map +1 -1
- package/BookReader/plugins/plugin.chapters.js +1 -304
- package/BookReader/plugins/plugin.chapters.js.map +1 -1
- package/BookReader/plugins/plugin.iframe.js +1 -74
- package/BookReader/plugins/plugin.iframe.js.map +1 -1
- package/BookReader/plugins/plugin.mobile_nav.js +1 -334
- package/BookReader/plugins/plugin.mobile_nav.js.map +1 -1
- package/BookReader/plugins/plugin.resume.js +1 -368
- package/BookReader/plugins/plugin.resume.js.map +1 -1
- package/BookReader/plugins/plugin.search.js +1 -1420
- package/BookReader/plugins/plugin.search.js.map +1 -1
- package/BookReader/plugins/plugin.text_selection.js +1 -1080
- package/BookReader/plugins/plugin.text_selection.js.map +1 -1
- package/BookReader/plugins/plugin.tts.js +2 -9193
- package/BookReader/plugins/plugin.tts.js.map +1 -1
- package/BookReader/plugins/plugin.url.js +1 -269
- package/BookReader/plugins/plugin.url.js.map +1 -1
- package/BookReader/plugins/plugin.vendor-fullscreen.js +1 -379
- package/BookReader/plugins/plugin.vendor-fullscreen.js.map +1 -1
- package/BookReader/webcomponents-bundle.js +3 -0
- package/BookReader/webcomponents-bundle.js.LICENSE.txt +9 -0
- package/BookReader/webcomponents-bundle.js.map +1 -0
- package/BookReaderDemo/BookReaderDemo.css +14 -1
- package/BookReaderDemo/BookReaderJSAutoplay.js +4 -1
- package/BookReaderDemo/BookReaderJSSimple.js +1 -0
- package/BookReaderDemo/IADemoBr.js +147 -0
- package/BookReaderDemo/demo-advanced.html +2 -2
- package/BookReaderDemo/demo-autoplay.html +2 -1
- package/BookReaderDemo/demo-embed-iframe-src.html +2 -1
- package/BookReaderDemo/demo-fullscreen-mobile.html +2 -1
- package/BookReaderDemo/demo-fullscreen.html +2 -1
- package/BookReaderDemo/demo-iiif.html +2 -1
- package/BookReaderDemo/demo-internetarchive.html +84 -17
- package/BookReaderDemo/demo-multiple.html +2 -1
- package/BookReaderDemo/demo-preview-pages.html +2 -1
- package/BookReaderDemo/demo-simple.html +2 -1
- package/BookReaderDemo/demo-vendor-fullscreen.html +2 -1
- package/BookReaderDemo/ia-multiple-volumes-manifest.js +170 -0
- package/BookReaderDemo/immersion-1up.html +2 -1
- package/BookReaderDemo/immersion-mode.html +2 -1
- package/BookReaderDemo/toggle_controls.html +2 -1
- package/BookReaderDemo/view_mode.html +2 -1
- package/BookReaderDemo/viewmode-cycle.html +2 -3
- package/CHANGELOG.md +246 -0
- package/README.md +14 -1
- package/babel.config.js +19 -0
- package/codecov.yml +6 -0
- package/index.html +3 -0
- package/jsconfig.json +19 -0
- package/netlify.toml +5 -0
- package/package.json +70 -59
- package/renovate.json +52 -0
- package/scripts/preversion.js +4 -1
- package/src/BookNavigator/assets/bookmark-colors.js +1 -1
- package/src/BookNavigator/assets/button-base.js +9 -2
- package/src/BookNavigator/assets/ia-logo.js +17 -0
- package/src/BookNavigator/assets/icon_checkmark.js +1 -1
- package/src/BookNavigator/assets/icon_close.js +1 -1
- package/src/BookNavigator/assets/icon_sort_asc.js +5 -0
- package/src/BookNavigator/assets/{icon_sort_ascending.js → icon_sort_desc.js} +2 -2
- package/src/BookNavigator/assets/icon_sort_neutral.js +5 -0
- package/src/BookNavigator/assets/icon_volumes.js +11 -0
- package/src/BookNavigator/book-navigator.js +585 -0
- package/src/BookNavigator/bookmarks/bookmark-button.js +3 -2
- package/src/BookNavigator/bookmarks/bookmark-edit.js +3 -4
- package/src/BookNavigator/bookmarks/bookmarks-list.js +2 -3
- package/src/BookNavigator/bookmarks/bookmarks-loginCTA.js +3 -8
- package/src/BookNavigator/bookmarks/bookmarks-provider.js +27 -17
- package/src/BookNavigator/bookmarks/ia-bookmarks.js +116 -67
- package/src/BookNavigator/delete-modal-actions.js +1 -1
- package/src/BookNavigator/downloads/downloads-provider.js +36 -21
- package/src/BookNavigator/downloads/downloads.js +41 -25
- package/src/BookNavigator/search/search-provider.js +80 -28
- package/src/BookNavigator/search/search-results.js +34 -25
- package/src/BookNavigator/sharing.js +27 -0
- package/src/BookNavigator/visual-adjustments/visual-adjustments-provider.js +11 -10
- package/src/BookNavigator/visual-adjustments/visual-adjustments.js +3 -3
- package/src/BookNavigator/volumes/volumes-provider.js +88 -53
- package/src/BookNavigator/volumes/volumes.js +41 -14
- package/src/BookReader/BookModel.js +59 -30
- package/src/BookReader/DebugConsole.js +3 -3
- package/src/BookReader/DragScrollable.js +233 -0
- package/src/BookReader/Mode1Up.js +56 -351
- package/src/BookReader/Mode1UpLit.js +391 -0
- package/src/BookReader/Mode2Up.js +73 -1318
- package/src/BookReader/Mode2UpLit.js +781 -0
- package/src/BookReader/ModeCoordinateSpace.js +29 -0
- package/src/BookReader/ModeSmoothZoom.js +211 -0
- package/src/BookReader/ModeThumb.js +17 -11
- package/src/BookReader/Navbar/Navbar.js +10 -36
- package/src/BookReader/PageContainer.js +69 -6
- package/src/BookReader/ReduceSet.js +1 -1
- package/src/BookReader/Toolbar/Toolbar.js +10 -37
- package/src/BookReader/events.js +2 -0
- package/src/BookReader/options.js +24 -2
- package/src/BookReader/utils/HTMLDimensionsCacher.js +44 -0
- package/src/BookReader/utils/ScrollClassAdder.js +31 -0
- package/src/BookReader/utils.js +108 -13
- package/src/BookReader.js +480 -825
- package/src/assets/icons/close-circle-dark.svg +1 -0
- package/src/assets/icons/magnify-minus.svg +3 -7
- package/src/assets/icons/magnify-plus.svg +3 -7
- package/src/assets/icons/voice.svg +1 -0
- package/src/css/BookReader.scss +0 -12
- package/src/css/_BRBookmarks.scss +1 -1
- package/src/css/_BRComponent.scss +1 -1
- package/src/css/_BRmain.scss +33 -24
- package/src/css/_BRnav.scss +4 -26
- package/src/css/_BRpages.scss +147 -40
- package/src/css/_BRsearch.scss +25 -216
- package/src/css/_TextSelection.scss +16 -17
- package/src/css/_colorbox.scss +2 -2
- package/src/css/_controls.scss +17 -5
- package/src/css/_icons.scss +7 -1
- package/src/ia-bookreader/ia-bookreader.js +224 -0
- package/src/plugins/plugin.archive_analytics.js +3 -3
- package/src/plugins/plugin.autoplay.js +4 -9
- package/src/plugins/plugin.chapters.js +28 -35
- package/src/plugins/plugin.mobile_nav.js +11 -10
- package/src/plugins/plugin.resume.js +3 -3
- package/src/plugins/plugin.text_selection.js +32 -41
- package/src/plugins/plugin.vendor-fullscreen.js +4 -4
- package/src/plugins/search/plugin.search.js +179 -116
- package/src/plugins/search/view.js +63 -179
- package/src/plugins/tts/AbstractTTSEngine.js +46 -37
- package/src/plugins/tts/FestivalTTSEngine.js +13 -14
- package/src/plugins/tts/PageChunk.js +15 -21
- package/src/plugins/tts/PageChunkIterator.js +8 -12
- package/src/plugins/tts/WebTTSEngine.js +87 -71
- package/src/plugins/tts/plugin.tts.js +94 -125
- package/src/plugins/tts/utils.js +0 -25
- package/src/plugins/url/UrlPlugin.js +193 -0
- package/src/plugins/{plugin.url.js → url/plugin.url.js} +45 -16
- package/src/util/docCookies.js +21 -2
- package/tests/e2e/README.md +37 -0
- package/tests/e2e/autoplay.test.js +2 -2
- package/tests/e2e/base.test.js +7 -7
- package/tests/e2e/helpers/base.js +28 -23
- package/tests/e2e/helpers/debug.js +1 -1
- package/tests/e2e/helpers/desktopSearch.js +14 -13
- package/tests/e2e/helpers/mobileSearch.js +3 -3
- package/tests/e2e/helpers/params.js +17 -0
- package/tests/e2e/helpers/rightToLeft.js +4 -10
- package/tests/e2e/models/Navigation.js +13 -4
- package/tests/e2e/rightToLeft.test.js +4 -5
- package/tests/e2e/viewmode.test.js +40 -33
- package/tests/jest/BookNavigator/book-navigator.test.js +658 -0
- package/tests/jest/BookNavigator/bookmarks/bookmark-button.test.js +43 -0
- package/tests/{karma → jest}/BookNavigator/bookmarks/bookmark-edit.test.js +25 -26
- package/tests/{karma → jest}/BookNavigator/bookmarks/bookmarks-list.test.js +41 -42
- package/tests/jest/BookNavigator/bookmarks/ia-bookmarks.test.js +45 -0
- package/tests/jest/BookNavigator/downloads/downloads-provider.test.js +67 -0
- package/tests/jest/BookNavigator/downloads/downloads.test.js +53 -0
- package/tests/jest/BookNavigator/search/search-provider.test.js +167 -0
- package/tests/{karma/BookNavigator → jest/BookNavigator/search}/search-results.test.js +104 -60
- package/tests/jest/BookNavigator/sharing/sharing-provider.test.js +49 -0
- package/tests/jest/BookNavigator/visual-adjustments.test.js +200 -0
- package/tests/jest/BookNavigator/volumes/volumes-provider.test.js +184 -0
- package/tests/jest/BookNavigator/volumes/volumes.test.js +97 -0
- package/tests/{BookReader → jest/BookReader}/BookModel.test.js +59 -14
- package/tests/jest/BookReader/BookReaderPublicFunctions.test.js +193 -0
- package/tests/{BookReader → jest/BookReader}/DebugConsole.test.js +1 -1
- package/tests/{BookReader → jest/BookReader}/ImageCache.test.js +4 -4
- package/tests/jest/BookReader/Mode1UpLit.test.js +73 -0
- package/tests/jest/BookReader/Mode2Up.test.js +98 -0
- package/tests/jest/BookReader/Mode2UpLit.test.js +190 -0
- package/tests/jest/BookReader/ModeCoordinateSpace.test.js +16 -0
- package/tests/jest/BookReader/ModeSmoothZoom.test.js +175 -0
- package/tests/jest/BookReader/ModeThumb.test.js +71 -0
- package/tests/{BookReader → jest/BookReader}/Navbar/Navbar.test.js +10 -10
- package/tests/{BookReader → jest/BookReader}/PageContainer.test.js +88 -6
- package/tests/{BookReader → jest/BookReader}/ReduceSet.test.js +1 -1
- package/tests/{BookReader → jest/BookReader}/Toolbar/Toolbar.test.js +2 -2
- package/tests/jest/BookReader/utils/HTMLDimensionsCacher.test.js +59 -0
- package/tests/jest/BookReader/utils/ScrollClassAdder.test.js +49 -0
- package/tests/{BookReader → jest/BookReader}/utils/classes.test.js +1 -1
- package/tests/jest/BookReader/utils.test.js +217 -0
- package/tests/jest/BookReader.keyboard.test.js +190 -0
- package/tests/{BookReader.options.test.js → jest/BookReader.options.test.js} +9 -1
- package/tests/{BookReader.test.js → jest/BookReader.test.js} +26 -37
- package/tests/{plugins → jest/plugins}/plugin.archive_analytics.test.js +2 -2
- package/tests/{plugins → jest/plugins}/plugin.autoplay.test.js +4 -4
- package/tests/{plugins → jest/plugins}/plugin.chapters.test.js +10 -11
- package/tests/{plugins → jest/plugins}/plugin.iframe.test.js +2 -2
- package/tests/{plugins → jest/plugins}/plugin.mobile_nav.test.js +5 -5
- package/tests/{plugins → jest/plugins}/plugin.resume.test.js +3 -3
- package/tests/{plugins → jest/plugins}/plugin.text_selection.test.js +39 -47
- package/tests/{plugins → jest/plugins}/plugin.vendor-fullscreen.test.js +2 -2
- package/tests/{plugins → jest/plugins}/search/plugin.search.test.js +63 -47
- package/tests/{plugins → jest/plugins}/search/plugin.search.view.test.js +35 -6
- package/tests/{plugins → jest/plugins}/tts/AbstractTTSEngine.test.js +9 -9
- package/tests/{plugins → jest/plugins}/tts/FestivalTTSEngine.test.js +4 -4
- package/tests/{plugins → jest/plugins}/tts/PageChunk.test.js +1 -1
- package/tests/{plugins → jest/plugins}/tts/PageChunkIterator.test.js +3 -3
- package/tests/{plugins → jest/plugins}/tts/WebTTSEngine.test.js +47 -1
- package/tests/{plugins → jest/plugins}/tts/utils.test.js +1 -60
- package/tests/jest/plugins/url/UrlPlugin.test.js +190 -0
- package/tests/{plugins → jest/plugins/url}/plugin.url.test.js +53 -14
- package/tests/jest/setup.js +3 -0
- package/tests/{util → jest/util}/browserSniffing.test.js +1 -1
- package/tests/jest/util/docCookies.test.js +24 -0
- package/tests/{util → jest/util}/strings.test.js +1 -1
- package/tests/{utils.js → jest/utils.js} +38 -0
- package/webpack.config.js +11 -5
- package/.babelrc +0 -12
- package/.dependabot/config.yml +0 -6
- package/.testcaferc.json +0 -5
- package/BookReader/bookreader-component-bundle.js +0 -14312
- package/BookReader/bookreader-component-bundle.js.LICENSE.txt +0 -38
- package/BookReader/bookreader-component-bundle.js.map +0 -1
- package/BookReader/icons/sort-ascending.svg +0 -1
- package/BookReader/icons/sort-descending.svg +0 -1
- package/BookReader/jquery-1.10.1.js +0 -108
- package/BookReader/jquery-1.10.1.js.LICENSE.txt +0 -24
- package/BookReader/plugins/plugin.menu_toggle.js +0 -369
- package/BookReader/plugins/plugin.menu_toggle.js.map +0 -1
- package/BookReaderDemo/bookreader-template-bundle.js +0 -7178
- package/BookReaderDemo/demo-plugin-menu-toggle.html +0 -34
- package/karma.conf.js +0 -23
- package/src/BookNavigator/BookModel.js +0 -14
- package/src/BookNavigator/BookNavigator.js +0 -452
- package/src/BookNavigator/assets/book-loader.js +0 -27
- package/src/BookNavigator/assets/icon_sort_descending.js +0 -5
- package/src/BookNavigator/br-fullscreen-mgr.js +0 -83
- package/src/BookNavigator/search/a-search-result.js +0 -55
- package/src/BookReaderComponent/BookReaderComponent.js +0 -112
- package/src/ItemNavigator/ItemNavigator.js +0 -372
- package/src/ItemNavigator/providers/sharing.js +0 -29
- package/src/assets/icons/sort-ascending.svg +0 -1
- package/src/assets/icons/sort-descending.svg +0 -1
- package/src/dragscrollable-br.js +0 -261
- package/src/plugins/menu_toggle/plugin.menu_toggle.js +0 -324
- package/tests/BookReader/BookReaderPublicFunctions.test.js +0 -171
- package/tests/BookReader/Mode1Up.test.js +0 -164
- package/tests/BookReader/Mode2Up.test.js +0 -247
- package/tests/BookReader/utils.test.js +0 -109
- package/tests/e2e/ia-production/ia-prod-base.js +0 -17
- package/tests/karma/BookNavigator/book-navigator.test.js +0 -132
- package/tests/karma/BookNavigator/visual-adjustments.test.js +0 -201
- package/tests/karma/BookNavigator/volumes.test.js +0 -101
- package/tests/plugins/menu_toggle/plugin.menu_toggle.test.js +0 -68
- package/tests/util/docCookies.test.js +0 -15
package/src/css/_BRsearch.scss
CHANGED
@@ -25,16 +25,31 @@
|
|
25
25
|
}
|
26
26
|
|
27
27
|
#{$brScope} {
|
28
|
-
.
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
28
|
+
// FIXME: .ttsHiliteLayer should probably not be in this file,
|
29
|
+
// but they appear the same in the UI.
|
30
|
+
.searchHiliteLayer, .ttsHiliteLayer {
|
31
|
+
pointer-events: none;
|
32
|
+
|
33
|
+
rect {
|
34
|
+
// Note: Can't use fill-opacity ; safari inexplicably applies that to
|
35
|
+
// the outline as well
|
36
|
+
fill: rgba(0, 0, 255, 0.2);
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
.searchHiliteLayer rect {
|
41
|
+
animation: highlightFocus 600ms 1 reverse;
|
42
|
+
stroke: blue;
|
43
|
+
stroke-width: 4px;
|
35
44
|
|
36
|
-
animation
|
45
|
+
// Sass for loop for nth-child animation delay
|
46
|
+
@for $i from 1 through 10 {
|
47
|
+
&:nth-child(#{$i}) {
|
48
|
+
animation-delay: #{($i - 1) * 50}ms;
|
49
|
+
}
|
50
|
+
}
|
37
51
|
}
|
52
|
+
|
38
53
|
.BRchapter, .BRsearch {
|
39
54
|
position: absolute;
|
40
55
|
bottom: 0; /* Relative to nav line */
|
@@ -145,211 +160,6 @@
|
|
145
160
|
}
|
146
161
|
}
|
147
162
|
|
148
|
-
.BRbooksearch.mobile {
|
149
|
-
position: relative;
|
150
|
-
top: 0;
|
151
|
-
display: flex;
|
152
|
-
flex-direction: row;
|
153
|
-
|
154
|
-
.BRsearchInput {
|
155
|
-
-webkit-appearance: none;
|
156
|
-
position: relative;
|
157
|
-
min-width: 100px;
|
158
|
-
float: left;
|
159
|
-
font-size: $brFontSizeBase;
|
160
|
-
width: 150px;
|
161
|
-
height: 30px;
|
162
|
-
border: 1px solid $brColorLightBorder;
|
163
|
-
flex: 1;
|
164
|
-
border-radius: 0;
|
165
|
-
}
|
166
|
-
.BRsearchSubmit {
|
167
|
-
width: 30px;
|
168
|
-
height: 30px;
|
169
|
-
border: none;
|
170
|
-
background-color: $brColorThemeblue;
|
171
|
-
background-image: url("images/icon_search_button.svg");
|
172
|
-
background-repeat: no-repeat;
|
173
|
-
background-position: center center;
|
174
|
-
|
175
|
-
text-align: center;
|
176
|
-
color: white;
|
177
|
-
overflow: hidden;
|
178
|
-
box-sizing: border-box;
|
179
|
-
display: inline-block;
|
180
|
-
}
|
181
|
-
}
|
182
|
-
|
183
|
-
#BRsearch_tray {
|
184
|
-
--menuSliderBg: #151515;
|
185
|
-
--primaryTextColor: #fff;
|
186
|
-
--activeButtonBg: #282828;
|
187
|
-
--searchResultText: #adaedc;
|
188
|
-
--searchResultBg: #272958;
|
189
|
-
--searchResultBorder: #fff;
|
190
|
-
position: absolute;
|
191
|
-
top: 0;
|
192
|
-
right: 0;
|
193
|
-
bottom: 0;
|
194
|
-
left: 0;
|
195
|
-
padding: 15px 10px;
|
196
|
-
overflow-y: auto;
|
197
|
-
font-size: 14px;
|
198
|
-
color: var(--primaryTextColor);
|
199
|
-
background: var(--menuSliderBg);
|
200
|
-
|
201
|
-
header {
|
202
|
-
display: flex;
|
203
|
-
justify-content: space-between;
|
204
|
-
align-items: center;
|
205
|
-
}
|
206
|
-
|
207
|
-
h3 {
|
208
|
-
padding: 0;
|
209
|
-
margin: 0 10px 0 0;
|
210
|
-
font-size: 20px;
|
211
|
-
}
|
212
|
-
|
213
|
-
header p {
|
214
|
-
display: none;
|
215
|
-
padding: 0;
|
216
|
-
margin: 0;
|
217
|
-
font-size: 12px;
|
218
|
-
font-weight: bold;
|
219
|
-
font-style: italic;
|
220
|
-
}
|
221
|
-
header p.visible {
|
222
|
-
display: block;
|
223
|
-
}
|
224
|
-
|
225
|
-
header div {
|
226
|
-
display: flex;
|
227
|
-
align-items: baseline;
|
228
|
-
}
|
229
|
-
|
230
|
-
a.close {
|
231
|
-
justify-self: end;
|
232
|
-
}
|
233
|
-
|
234
|
-
fieldset {
|
235
|
-
padding: 20px 0 10px 0;
|
236
|
-
border: none;
|
237
|
-
}
|
238
|
-
|
239
|
-
[type="checkbox"] {
|
240
|
-
display: none;
|
241
|
-
}
|
242
|
-
|
243
|
-
#all_files {
|
244
|
-
display: none;
|
245
|
-
+ label {
|
246
|
-
display: none;
|
247
|
-
}
|
248
|
-
}
|
249
|
-
|
250
|
-
label {
|
251
|
-
display: block;
|
252
|
-
text-align: center;
|
253
|
-
}
|
254
|
-
|
255
|
-
label.checkbox {
|
256
|
-
padding-bottom: 5px;
|
257
|
-
font-size: 16px;
|
258
|
-
line-height: 150%;
|
259
|
-
vertical-align: middle;
|
260
|
-
}
|
261
|
-
|
262
|
-
label.checkbox:after {
|
263
|
-
display: inline-block;
|
264
|
-
width: 14px;
|
265
|
-
height: 14px;
|
266
|
-
margin-left: 7px;
|
267
|
-
content: "";
|
268
|
-
color: var(--primaryTextColor);
|
269
|
-
border: 1px solid var(--primaryTextColor);
|
270
|
-
border-radius: 2px;
|
271
|
-
background: var(--activeButtonBg) 50% 50% no-repeat;
|
272
|
-
}
|
273
|
-
:checked + label.checkbox:after {
|
274
|
-
background-image: url('data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTMgMTAiIHdpZHRoPSIxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNC4zMzMzMzMzMyAxMC00LjMzMzMzMzMzLTQuMTY2NjY2NjcgMS43MzMzMzMzMy0xLjY2NjY2NjY2IDIuNiAyLjUgNi45MzMzMzMzNy02LjY2NjY2NjY3IDEuNzMzMzMzMyAxLjY2NjY2NjY3eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+');
|
275
|
-
}
|
276
|
-
|
277
|
-
[type="search"] {
|
278
|
-
-webkit-appearance: textfield;
|
279
|
-
width: 100%;
|
280
|
-
height: 22px;
|
281
|
-
padding: 0 15px;
|
282
|
-
box-sizing: border-box;
|
283
|
-
font: normal 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
284
|
-
color: var(--primaryTextColor);
|
285
|
-
border: 1px solid var(--primaryTextColor);
|
286
|
-
border-radius: 15px;
|
287
|
-
background: transparent;
|
288
|
-
}
|
289
|
-
[type="search"]:focus {
|
290
|
-
outline: none;
|
291
|
-
}
|
292
|
-
[type="search"]::-webkit-search-cancel-button {
|
293
|
-
width: 18px;
|
294
|
-
height: 18px;
|
295
|
-
-webkit-appearance: none;
|
296
|
-
appearance: none;
|
297
|
-
/* Uses an X SVG shape as a mask */
|
298
|
-
-webkit-mask: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDAgNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYXJpYS1sYWJlbGxlZGJ5PSJjbG9zZVRpdGxlSUQgY2xvc2VEZXNjSUQiPjxwYXRoIGQ9Ik0yOS4xOTIgMTAuODA4YTEuNSAxLjUgMCAwMTAgMi4xMkwyMi4xMjIgMjBsNy4wNyA3LjA3MmExLjUgMS41IDAgMDEtMi4xMiAyLjEyMWwtNy4wNzMtNy4wNy03LjA3IDcuMDdhMS41IDEuNSAwIDAxLTIuMTIxLTIuMTJsNy4wNy03LjA3My03LjA3LTcuMDdhMS41IDEuNSAwIDAxMi4xMi0yLjEyMUwyMCAxNy44NzhsNy4wNzItNy4wN2ExLjUgMS41IDAgMDEyLjEyMSAweiIgY2xhc3M9ImZpbGwtY29sb3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==') 0 0 no-repeat;
|
299
|
-
mask: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDAgNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYXJpYS1sYWJlbGxlZGJ5PSJjbG9zZVRpdGxlSUQgY2xvc2VEZXNjSUQiPjxwYXRoIGQ9Ik0yOS4xOTIgMTAuODA4YTEuNSAxLjUgMCAwMTAgMi4xMkwyMi4xMjIgMjBsNy4wNyA3LjA3MmExLjUgMS41IDAgMDEtMi4xMiAyLjEyMWwtNy4wNzMtNy4wNy03LjA3IDcuMDdhMS41IDEuNSAwIDAxLTIuMTIxLTIuMTJsNy4wNy03LjA3My03LjA3LTcuMDdhMS41IDEuNSAwIDAxMi4xMi0yLjEyMUwyMCAxNy44NzhsNy4wNzItNy4wN2ExLjUgMS41IDAgMDEyLjEyMSAweiIgY2xhc3M9ImZpbGwtY29sb3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==') 0 0 no-repeat;
|
300
|
-
-webkit-mask-size: 100%;
|
301
|
-
mask-size: 100%;
|
302
|
-
background: #fff;
|
303
|
-
}
|
304
|
-
|
305
|
-
ul {
|
306
|
-
padding: 0;
|
307
|
-
margin: 0;
|
308
|
-
list-style: none;
|
309
|
-
}
|
310
|
-
|
311
|
-
li {
|
312
|
-
margin-bottom: 20px;
|
313
|
-
border-bottom: 1px solid $white;
|
314
|
-
&:after {
|
315
|
-
display: none;
|
316
|
-
}
|
317
|
-
}
|
318
|
-
|
319
|
-
li img {
|
320
|
-
display: block;
|
321
|
-
width: 100%;
|
322
|
-
}
|
323
|
-
|
324
|
-
li h4 {
|
325
|
-
padding: 0 0 20px 0;
|
326
|
-
margin: 0;
|
327
|
-
font-size: 14px;
|
328
|
-
font-weight: normal;
|
329
|
-
}
|
330
|
-
|
331
|
-
li p {
|
332
|
-
padding: 0 0 15px 0;
|
333
|
-
margin: 0;
|
334
|
-
font-size: 12px;
|
335
|
-
}
|
336
|
-
|
337
|
-
mark {
|
338
|
-
padding: 0 2px;
|
339
|
-
color: var(--searchResultText);
|
340
|
-
background: var(--searchResultBg);
|
341
|
-
border: 1px solid var(--searchResultBorder);
|
342
|
-
border-radius: 2px;
|
343
|
-
}
|
344
|
-
|
345
|
-
#search_pending {
|
346
|
-
display: none;
|
347
|
-
}
|
348
|
-
#search_pending.visible {
|
349
|
-
display: block;
|
350
|
-
}
|
351
|
-
}
|
352
|
-
|
353
163
|
.BRsearch-navigation {
|
354
164
|
position: relative;
|
355
165
|
z-index: 1;
|
@@ -410,9 +220,8 @@
|
|
410
220
|
}
|
411
221
|
}
|
412
222
|
|
413
|
-
@keyframes
|
414
|
-
|
415
|
-
to { opacity: 0.2; }
|
223
|
+
@keyframes highlightFocus {
|
224
|
+
to { stroke-width: 20px; }
|
416
225
|
}
|
417
226
|
|
418
227
|
/* Mid size breakpoint */
|
@@ -1,9 +1,6 @@
|
|
1
1
|
.textSelectionSVG {
|
2
|
-
|
3
|
-
|
4
|
-
height: 100%;
|
5
|
-
top: 0;
|
6
|
-
left: 0;
|
2
|
+
z-index: 2;
|
3
|
+
|
7
4
|
// Make it so right-clicking on "blank" part of svg sends events to the image (for saving)
|
8
5
|
pointer-events: none;
|
9
6
|
.BRwordElement { pointer-events: all; }
|
@@ -22,27 +19,29 @@
|
|
22
19
|
}
|
23
20
|
|
24
21
|
.BRparagElement {
|
25
|
-
fill:
|
22
|
+
fill: transparent;
|
26
23
|
cursor: text;
|
27
24
|
white-space: pre;
|
28
|
-
fill-opacity: 0;
|
29
25
|
font-family: Georgia, serif;
|
30
26
|
}
|
31
27
|
}
|
32
28
|
|
29
|
+
// Hide text layer for performance during zooming & scrolling
|
30
|
+
.BRsmooth-zooming, .BRscrolling-active {
|
31
|
+
.textSelectionSVG {
|
32
|
+
display: none;
|
33
|
+
}
|
34
|
+
}
|
35
|
+
|
36
|
+
// Hide text selection layers of off-screen pages, and only display
|
37
|
+
// 2 text layers regardless of zoom level
|
38
|
+
.BRmode1up .BRpagecontainer:not(.BRpage-visible) .textSelectionSVG {
|
39
|
+
display: none;
|
40
|
+
}
|
41
|
+
|
33
42
|
// Makes page image unselectable
|
34
43
|
.BRpagecontainer img {
|
35
44
|
-webkit-user-select: none;
|
36
45
|
-moz-user-select: none;
|
37
46
|
user-select: none;
|
38
47
|
}
|
39
|
-
|
40
|
-
// Hides svg text layer when page animation is running
|
41
|
-
.BRpageFlipping .textSelectionSVG {
|
42
|
-
display: none;
|
43
|
-
}
|
44
|
-
|
45
|
-
// Hide phantom page when last page is selected
|
46
|
-
.BRpagecontainer.BRemptypage .textSelectionSVG{
|
47
|
-
display: none;
|
48
|
-
}
|
package/src/css/_colorbox.scss
CHANGED
package/src/css/_controls.scss
CHANGED
@@ -28,24 +28,32 @@
|
|
28
28
|
}
|
29
29
|
}
|
30
30
|
|
31
|
-
select.playback-speed {
|
32
|
-
width: 24px;
|
31
|
+
select.playback-speed, select.playback-voices {
|
33
32
|
padding-top: 18px;
|
34
33
|
-moz-appearance: none;
|
35
34
|
-webkit-appearance: none;
|
36
35
|
appearance: none;
|
37
36
|
font-size: 10px;
|
38
|
-
text-align: center;
|
39
37
|
text-align-last: center;
|
40
38
|
color: $controlsText;
|
41
39
|
border: none;
|
42
40
|
cursor: pointer;
|
43
|
-
|
44
|
-
option {
|
41
|
+
option, optgroup {
|
45
42
|
background: $controlsBG;
|
46
43
|
}
|
47
44
|
}
|
48
45
|
|
46
|
+
select.playback-speed {
|
47
|
+
width: 30px;
|
48
|
+
background: transparent url("icons/playback-speed.svg") 50% 0 no-repeat;
|
49
|
+
}
|
50
|
+
|
51
|
+
select.playback-voices {
|
52
|
+
width: 30px;
|
53
|
+
background: transparent url("icons/voice.svg") 50% 0 no-repeat;
|
54
|
+
background-size: 18px;
|
55
|
+
}
|
56
|
+
|
49
57
|
.active {
|
50
58
|
background: $activeButtonBG;
|
51
59
|
}
|
@@ -100,6 +108,10 @@
|
|
100
108
|
&.visible {
|
101
109
|
display: flex;
|
102
110
|
animation: slideUp 0.2s;
|
111
|
+
button {
|
112
|
+
width: unset;
|
113
|
+
height: unset;
|
114
|
+
}
|
103
115
|
}
|
104
116
|
|
105
117
|
li {
|
package/src/css/_icons.scss
CHANGED
@@ -37,7 +37,7 @@
|
|
37
37
|
}
|
38
38
|
|
39
39
|
.icon-fullscreen-exit {
|
40
|
-
background-image: url("icons/
|
40
|
+
background-image: url("icons/fullscreen_exit.svg");
|
41
41
|
}
|
42
42
|
|
43
43
|
.icon-thumb {
|
@@ -113,3 +113,9 @@
|
|
113
113
|
height: 12px;
|
114
114
|
background-image: url("icons/close-circle.svg");
|
115
115
|
}
|
116
|
+
|
117
|
+
.icon-close-dark {
|
118
|
+
width: 12px;
|
119
|
+
height: 12px;
|
120
|
+
background-image: url("icons/close-circle-dark.svg");
|
121
|
+
}
|
@@ -0,0 +1,224 @@
|
|
1
|
+
/**
|
2
|
+
* BookReaderTemplate to load BookNavigator components
|
3
|
+
*/
|
4
|
+
|
5
|
+
import { LitElement, html, css } from 'lit';
|
6
|
+
|
7
|
+
import '@internetarchive/ia-item-navigator';
|
8
|
+
import '../BookNavigator/book-navigator.js';
|
9
|
+
// eslint-disable-next-line no-unused-vars
|
10
|
+
import { ModalManager } from '@internetarchive/modal-manager';
|
11
|
+
import '@internetarchive/modal-manager';
|
12
|
+
import { SharedResizeObserver } from '@internetarchive/shared-resize-observer';
|
13
|
+
|
14
|
+
export class IaBookReader extends LitElement {
|
15
|
+
static get properties() {
|
16
|
+
return {
|
17
|
+
item: { type: Object },
|
18
|
+
baseHost: { type: String },
|
19
|
+
signedIn: { type: Boolean },
|
20
|
+
fullscreen: { type: Boolean, reflect: true, attribute: true },
|
21
|
+
sharedObserver: { type: Object, attribute: false },
|
22
|
+
modal: { type: Object, attribute: false },
|
23
|
+
loaded: { type: Boolean },
|
24
|
+
menuShortcuts: { type: Array },
|
25
|
+
menuContents: { type: Array },
|
26
|
+
};
|
27
|
+
}
|
28
|
+
|
29
|
+
constructor() {
|
30
|
+
super();
|
31
|
+
this.item = undefined;
|
32
|
+
this.bookreader = undefined;
|
33
|
+
this.baseHost = 'https://archive.org';
|
34
|
+
this.fullscreen = false;
|
35
|
+
this.signedIn = false;
|
36
|
+
/** @type {ModalManager} */
|
37
|
+
this.modal = undefined;
|
38
|
+
/** @type {SharedResizeObserver} */
|
39
|
+
this.sharedObserver = undefined;
|
40
|
+
this.loaded = false;
|
41
|
+
this.menuShortcuts = [];
|
42
|
+
this.menuContents = [];
|
43
|
+
this.openMenuName = '';
|
44
|
+
}
|
45
|
+
|
46
|
+
updated() {
|
47
|
+
if (!this.modal) {
|
48
|
+
this.setModalManager();
|
49
|
+
}
|
50
|
+
|
51
|
+
if (!this.sharedObserver) {
|
52
|
+
this.sharedObserver = new SharedResizeObserver();
|
53
|
+
}
|
54
|
+
}
|
55
|
+
|
56
|
+
get itemNav() {
|
57
|
+
return this.shadowRoot.querySelector('ia-item-navigator');
|
58
|
+
}
|
59
|
+
|
60
|
+
/** Creates modal DOM & attaches to `<body>` */
|
61
|
+
setModalManager() {
|
62
|
+
let modalManager = document.querySelector('modal-manager');
|
63
|
+
if (!modalManager) {
|
64
|
+
modalManager = document.createElement(
|
65
|
+
'modal-manager'
|
66
|
+
);
|
67
|
+
document.body.appendChild(modalManager);
|
68
|
+
}
|
69
|
+
|
70
|
+
this.modal = modalManager;
|
71
|
+
}
|
72
|
+
|
73
|
+
manageFullscreen(e) {
|
74
|
+
const { detail } = e;
|
75
|
+
const fullscreen = !!detail.isFullScreen;
|
76
|
+
this.fullscreen = fullscreen;
|
77
|
+
this.dispatchEvent(new CustomEvent('fullscreenStateUpdated', { detail: { fullscreen }}));
|
78
|
+
|
79
|
+
}
|
80
|
+
|
81
|
+
loadingStateUpdated(e) {
|
82
|
+
const { loaded } = e.detail;
|
83
|
+
this.loaded = loaded || null;
|
84
|
+
this.dispatchEvent(new CustomEvent('loadingStateUpdated', { detail: { loaded }}));
|
85
|
+
}
|
86
|
+
|
87
|
+
setMenuShortcuts(e) {
|
88
|
+
this.menuShortcuts = [...e.detail];
|
89
|
+
}
|
90
|
+
|
91
|
+
setMenuContents(e) {
|
92
|
+
const updatedContents = [...e.detail];
|
93
|
+
this.menuContents = updatedContents;
|
94
|
+
}
|
95
|
+
|
96
|
+
manageSideMenuEvents(e) {
|
97
|
+
const { menuId, action } = e.detail;
|
98
|
+
if (!menuId) {
|
99
|
+
return;
|
100
|
+
}
|
101
|
+
|
102
|
+
this.openMenuName = menuId;
|
103
|
+
|
104
|
+
if (action === 'open') {
|
105
|
+
this.itemNav?.openShortcut(menuId);
|
106
|
+
} else if (action === 'toggle') {
|
107
|
+
this.itemNav?.toggleMenu();
|
108
|
+
}
|
109
|
+
}
|
110
|
+
|
111
|
+
render() {
|
112
|
+
return html`
|
113
|
+
<div class="main-component">
|
114
|
+
<ia-item-navigator
|
115
|
+
?viewportInFullscreen=${this.fullscreen}
|
116
|
+
.basehost=${this.baseHost}
|
117
|
+
.item=${this.item}
|
118
|
+
.modal=${this.modal}
|
119
|
+
.loaded=${this.loaded}
|
120
|
+
.sharedObserver=${this.sharedObserver}
|
121
|
+
?signedIn=${this.signedIn}
|
122
|
+
.menuShortcuts=${this.menuShortcuts}
|
123
|
+
.menuContents=${this.menuContents}
|
124
|
+
.openMenu=${this.openMenuName}
|
125
|
+
>
|
126
|
+
<div slot="header">
|
127
|
+
<slot name="header"></slot>
|
128
|
+
</div>
|
129
|
+
<div slot="main">
|
130
|
+
<book-navigator
|
131
|
+
.modal=${this.modal}
|
132
|
+
.baseHost=${this.baseHost}
|
133
|
+
.itemMD=${this.item}
|
134
|
+
?signedIn=${this.signedIn}
|
135
|
+
?sideMenuOpen=${this.menuOpened}
|
136
|
+
.sharedObserver=${this.sharedObserver}
|
137
|
+
@ViewportInFullScreen=${this.manageFullscreen}
|
138
|
+
@loadingStateUpdated=${this.loadingStateUpdated}
|
139
|
+
@updateSideMenu=${this.manageSideMenuEvents}
|
140
|
+
@menuUpdated=${this.setMenuContents}
|
141
|
+
@menuShortcutsUpdated=${this.setMenuShortcuts}
|
142
|
+
>
|
143
|
+
<div slot="main">
|
144
|
+
<slot name="main"></slot>
|
145
|
+
</div>
|
146
|
+
</book-navigator>
|
147
|
+
</div>
|
148
|
+
</ia-item-navigator>
|
149
|
+
</div>
|
150
|
+
`;
|
151
|
+
}
|
152
|
+
|
153
|
+
static get styles() {
|
154
|
+
return css`
|
155
|
+
:host {
|
156
|
+
display: block;
|
157
|
+
--primaryBGColor: var(--black, #000);
|
158
|
+
--secondaryBGColor: #222;
|
159
|
+
--tertiaryBGColor: #333;
|
160
|
+
--primaryTextColor: var(--white, #fff);
|
161
|
+
--primaryCTAFill: #194880;
|
162
|
+
--primaryCTABorder: #c5d1df;
|
163
|
+
--secondaryCTAFill: #333;
|
164
|
+
--secondaryCTABorder: #999;
|
165
|
+
--primaryErrorCTAFill: #e51c26;
|
166
|
+
--primaryErrorCTABorder: #f8c6c8;
|
167
|
+
background-color: var(--primaryBGColor);
|
168
|
+
position: relative;
|
169
|
+
}
|
170
|
+
|
171
|
+
:host([fullscreen]),
|
172
|
+
ia-item-navigator[viewportinfullscreen] {
|
173
|
+
position: fixed;
|
174
|
+
inset: 0;
|
175
|
+
height: 100%;
|
176
|
+
min-height: unset;
|
177
|
+
}
|
178
|
+
|
179
|
+
.main-component {
|
180
|
+
height: 100%;
|
181
|
+
width: 100%;
|
182
|
+
min-height: inherit;
|
183
|
+
}
|
184
|
+
|
185
|
+
div[slot="header"],
|
186
|
+
div[slot="main"] {
|
187
|
+
display: flex;
|
188
|
+
width: 100%;
|
189
|
+
}
|
190
|
+
|
191
|
+
slot {
|
192
|
+
display: block;
|
193
|
+
flex: 1;
|
194
|
+
}
|
195
|
+
|
196
|
+
ia-item-navigator {
|
197
|
+
min-height: var(--br-height, inherit);
|
198
|
+
height: var(--br-height, inherit);
|
199
|
+
display: block;
|
200
|
+
width: 100%;
|
201
|
+
color: var(--primaryTextColor);
|
202
|
+
--menuButtonLabelDisplay: block;
|
203
|
+
--menuWidth: 320px;
|
204
|
+
--menuSliderBg: var(--secondaryBGColor);
|
205
|
+
--activeButtonBg: var(--tertiaryBGColor);
|
206
|
+
--subpanelRightBorderColor: var(--secondaryCTABorder);
|
207
|
+
--animationTiming: 100ms;
|
208
|
+
--iconFillColor: var(--primaryTextColor);
|
209
|
+
--iconStrokeColor: var(--primaryTextColor);
|
210
|
+
--menuSliderHeaderIconHeight: 2rem;
|
211
|
+
--menuSliderHeaderIconWidth: 2rem;
|
212
|
+
--iconWidth: 2.4rem;
|
213
|
+
--iconHeight: 2.4rem;
|
214
|
+
--shareLinkColor: var(--primaryTextColor);
|
215
|
+
--shareIconBorder: var(--primaryTextColor);
|
216
|
+
--shareIconBg: var(--secondaryBGColor);
|
217
|
+
--activityIndicatorLoadingDotColor: var(--primaryTextColor);
|
218
|
+
--activityIndicatorLoadingRingColor: var(--primaryTextColor);
|
219
|
+
}
|
220
|
+
`;
|
221
|
+
}
|
222
|
+
}
|
223
|
+
|
224
|
+
window.customElements.define("ia-bookreader", IaBookReader);
|
@@ -1,4 +1,4 @@
|
|
1
|
-
/* global BookReader
|
1
|
+
/* global BookReader */
|
2
2
|
/**
|
3
3
|
* Plugin for Archive.org analytics
|
4
4
|
*/
|
@@ -50,13 +50,13 @@ BookReader.prototype.archiveAnalyticsSendFragmentChange = function() {
|
|
50
50
|
// avoids embed cross site exceptions -- but on (+) side, means it is and keeps marked offite!
|
51
51
|
|
52
52
|
// Send bookreader ping
|
53
|
-
archive_analytics.send_ping(values, null, "augment_for_ao_site");
|
53
|
+
window.archive_analytics.send_ping(values, null, "augment_for_ao_site");
|
54
54
|
|
55
55
|
// Also send tracking event ping
|
56
56
|
const additionalEventParams = this.options.lendingInfo && this.options.lendingInfo.loanId
|
57
57
|
? { loanId: this.options.lendingInfo.loanId }
|
58
58
|
: {};
|
59
|
-
archive_analytics.send_event('BookReader', 'UserChangedView', window.location.pathname, additionalEventParams);
|
59
|
+
window.archive_analytics.send_event('BookReader', 'UserChangedView', window.location.pathname, additionalEventParams);
|
60
60
|
|
61
61
|
this.archiveAnalyticsSendFragmentChange.prevFragment = newFragment;
|
62
62
|
}
|
@@ -80,11 +80,6 @@ BookReader.prototype.autoToggle = function(overrides) {
|
|
80
80
|
this.switchMode(this.constMode2up);
|
81
81
|
}
|
82
82
|
|
83
|
-
// Change to autofit if book is too large
|
84
|
-
if (this.reduce < this.twoPageGetAutofitReduce()) {
|
85
|
-
this.zoom('auto');
|
86
|
-
}
|
87
|
-
|
88
83
|
if (null == this.autoTimer) {
|
89
84
|
// $$$ Draw events currently cause layout problems when they occur during animation.
|
90
85
|
// There is a specific problem when changing from 1-up immediately to autoplay in RTL so
|
@@ -94,7 +89,7 @@ BookReader.prototype.autoToggle = function(overrides) {
|
|
94
89
|
// don't flip immediately -- wait until timer fires
|
95
90
|
} else {
|
96
91
|
// flip immediately
|
97
|
-
this.
|
92
|
+
this.next({ triggerStop: false });
|
98
93
|
}
|
99
94
|
|
100
95
|
this.$('.play').hide();
|
@@ -102,10 +97,10 @@ BookReader.prototype.autoToggle = function(overrides) {
|
|
102
97
|
this.autoTimer = setInterval(() => {
|
103
98
|
if (this.animating) return;
|
104
99
|
|
105
|
-
if (Math.max(this.twoPage.currentIndexL, this.twoPage.currentIndexR) >= this.
|
106
|
-
this.
|
100
|
+
if (Math.max(this.twoPage.currentIndexL, this.twoPage.currentIndexR) >= this.book.getNumLeafs() - 1) {
|
101
|
+
this.prev({ triggerStop: false }); // $$$ really what we want?
|
107
102
|
} else {
|
108
|
-
this.
|
103
|
+
this.next({ triggerStop: false });
|
109
104
|
}
|
110
105
|
}, this.flipDelay);
|
111
106
|
} else {
|