@internetarchive/bookreader 5.0.0-8-multiple-files → 5.0.0-80
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 +78 -6
- package/.github/workflows/npm-publish.yml +6 -20
- package/.testcaferc.js +10 -0
- package/BookReader/BookReader.css +442 -1393
- package/BookReader/BookReader.js +2 -21564
- package/BookReader/BookReader.js.LICENSE.txt +20 -20
- package/BookReader/BookReader.js.map +1 -1
- package/BookReader/ia-bookreader-bundle.js +1782 -0
- package/BookReader/ia-bookreader-bundle.js.LICENSE.txt +7 -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 +22 -301
- package/BookReader/plugins/plugin.chapters.js.LICENSE.txt +1 -0
- 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.iiif.js +2 -0
- package/BookReader/plugins/plugin.iiif.js.map +1 -0
- package/BookReader/plugins/plugin.resume.js +1 -368
- package/BookReader/plugins/plugin.resume.js.map +1 -1
- package/BookReader/plugins/plugin.search.js +2 -1420
- package/BookReader/plugins/plugin.search.js.LICENSE.txt +1 -0
- package/BookReader/plugins/plugin.search.js.map +1 -1
- package/BookReader/plugins/plugin.text_selection.js +2 -1080
- package/BookReader/plugins/plugin.text_selection.js.LICENSE.txt +1 -0
- package/BookReader/plugins/plugin.text_selection.js.map +1 -1
- package/BookReader/plugins/plugin.tts.js +2 -9193
- package/BookReader/plugins/plugin.tts.js.LICENSE.txt +2 -0
- 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 +18 -19
- package/BookReaderDemo/BookReaderJSAdvanced.js +0 -3
- 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 -3
- package/BookReaderDemo/demo-embed-iframe-src.html +2 -1
- package/BookReaderDemo/demo-fullscreen-mobile.html +3 -5
- package/BookReaderDemo/demo-fullscreen.html +2 -4
- package/BookReaderDemo/demo-iiif.html +99 -12
- package/BookReaderDemo/demo-internetarchive.html +214 -18
- 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 -4
- package/BookReaderDemo/ia-multiple-volumes-manifest.js +170 -0
- package/BookReaderDemo/immersion-1up.html +2 -2
- package/BookReaderDemo/immersion-mode.html +2 -4
- package/BookReaderDemo/toggle_controls.html +3 -2
- package/BookReaderDemo/view_mode.html +2 -1
- package/BookReaderDemo/viewmode-cycle.html +2 -3
- package/CHANGELOG.md +545 -33
- package/README.md +14 -1
- package/babel.config.js +20 -0
- package/codecov.yml +6 -0
- package/index.html +4 -1
- package/jsconfig.json +19 -0
- package/netlify.toml +9 -0
- package/package.json +70 -60
- package/renovate.json +52 -0
- package/scripts/preversion.js +0 -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/book-navigator.js +590 -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 +28 -25
- package/src/BookNavigator/sharing.js +27 -0
- package/src/BookNavigator/viewable-files.js +95 -0
- package/src/BookNavigator/visual-adjustments/visual-adjustments-provider.js +11 -10
- package/src/BookNavigator/visual-adjustments/visual-adjustments.js +3 -3
- package/src/BookReader/BookModel.js +64 -34
- package/src/BookReader/DragScrollable.js +233 -0
- package/src/BookReader/Mode1Up.js +56 -351
- package/src/BookReader/Mode1UpLit.js +388 -0
- package/src/BookReader/Mode2Up.js +73 -1318
- package/src/BookReader/Mode2UpLit.js +776 -0
- package/src/BookReader/ModeCoordinateSpace.js +29 -0
- package/src/BookReader/ModeSmoothZoom.js +312 -0
- package/src/BookReader/ModeThumb.js +18 -12
- package/src/BookReader/Navbar/Navbar.js +14 -40
- package/src/BookReader/PageContainer.js +81 -6
- package/src/BookReader/ReduceSet.js +1 -1
- package/src/BookReader/Toolbar/Toolbar.js +10 -37
- package/src/BookReader/events.js +2 -3
- package/src/BookReader/options.js +27 -2
- package/src/BookReader/utils/HTMLDimensionsCacher.js +44 -0
- package/src/BookReader/utils/ScrollClassAdder.js +31 -0
- package/src/BookReader/utils/SelectionObserver.js +45 -0
- package/src/BookReader/utils.js +118 -13
- package/src/BookReader.js +446 -1062
- 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 +1 -17
- package/src/css/_BRBookmarks.scss +1 -1
- package/src/css/_BRComponent.scss +1 -1
- package/src/css/_BRmain.scss +33 -27
- package/src/css/_BRnav.scss +12 -39
- package/src/css/_BRpages.scss +149 -40
- package/src/css/_BRsearch.scss +68 -230
- package/src/css/_BRtoolbar.scss +5 -5
- package/src/css/_TextSelection.scss +87 -27
- package/src/css/_colorbox.scss +2 -2
- package/src/css/_controls.scss +20 -7
- 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 +5 -11
- package/src/plugins/plugin.chapters.js +237 -191
- package/src/plugins/plugin.iiif.js +151 -0
- package/src/plugins/plugin.resume.js +3 -3
- package/src/plugins/plugin.text_selection.js +464 -134
- package/src/plugins/plugin.vendor-fullscreen.js +4 -4
- package/src/plugins/search/plugin.search.js +175 -120
- package/src/plugins/search/utils.js +43 -0
- package/src/plugins/search/view.js +64 -202
- package/src/plugins/tts/AbstractTTSEngine.js +71 -40
- 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 +96 -127
- package/src/plugins/tts/utils.js +15 -25
- package/src/plugins/url/UrlPlugin.js +191 -0
- package/src/plugins/{plugin.url.js → url/plugin.url.js} +45 -16
- package/src/util/browserSniffing.js +22 -0
- 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 +8 -16
- package/tests/e2e/helpers/base.js +53 -48
- package/tests/e2e/helpers/debug.js +1 -1
- package/tests/e2e/helpers/params.js +17 -0
- package/tests/e2e/helpers/rightToLeft.js +8 -14
- package/tests/e2e/helpers/search.js +73 -0
- package/tests/e2e/models/Navigation.js +20 -37
- package/tests/e2e/rightToLeft.test.js +4 -5
- package/tests/e2e/viewmode.test.js +40 -33
- package/tests/jest/BookNavigator/book-navigator.test.js +661 -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 +109 -60
- package/tests/jest/BookNavigator/sharing/sharing-provider.test.js +49 -0
- package/tests/jest/BookNavigator/viewable-files/viewable-files-provider.test.js +80 -0
- package/tests/jest/BookNavigator/visual-adjustments.test.js +200 -0
- package/tests/{BookReader → jest/BookReader}/BookModel.test.js +74 -14
- package/tests/jest/BookReader/BookReaderPublicFunctions.test.js +193 -0
- 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 +218 -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/jest/BookReader/utils/SelectionObserver.test.js +57 -0
- package/tests/{BookReader → jest/BookReader}/utils/classes.test.js +1 -1
- package/tests/jest/BookReader/utils.test.js +229 -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/jest/plugins/plugin.chapters.test.js +195 -0
- package/tests/{plugins → jest/plugins}/plugin.iframe.test.js +2 -2
- package/tests/{plugins → jest/plugins}/plugin.resume.test.js +3 -3
- package/tests/jest/plugins/plugin.text_selection.test.js +317 -0
- package/tests/{plugins → jest/plugins}/plugin.vendor-fullscreen.test.js +2 -2
- package/tests/{plugins → jest/plugins}/search/plugin.search.test.js +26 -47
- package/tests/{plugins → jest/plugins}/search/plugin.search.view.test.js +39 -6
- package/tests/jest/plugins/search/utils.js +25 -0
- package/tests/jest/plugins/search/utils.test.js +29 -0
- package/tests/{plugins → jest/plugins}/tts/AbstractTTSEngine.test.js +29 -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 +198 -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 +12 -6
- 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/BookReader/plugins/plugin.mobile_nav.js +0 -335
- package/BookReader/plugins/plugin.mobile_nav.js.map +0 -1
- package/BookReaderDemo/IIIFBookReader.js +0 -207
- package/BookReaderDemo/bookreader-template-bundle.js +0 -7178
- package/BookReaderDemo/demo-iiif.js +0 -26
- 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_ascending.js +0 -5
- 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/BookNavigator/volumes/volumes-provider.js +0 -76
- package/src/BookNavigator/volumes/volumes.js +0 -161
- package/src/BookReader/DebugConsole.js +0 -54
- 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/css/_MobileNav.scss +0 -194
- package/src/dragscrollable-br.js +0 -261
- package/src/plugins/menu_toggle/plugin.menu_toggle.js +0 -324
- package/src/plugins/plugin.mobile_nav.js +0 -287
- package/tests/BookReader/BookReaderPublicFunctions.test.js +0 -171
- package/tests/BookReader/DebugConsole.test.js +0 -25
- 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/helpers/desktopSearch.js +0 -72
- package/tests/e2e/helpers/mobileSearch.js +0 -85
- 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/plugins/plugin.chapters.test.js +0 -130
- package/tests/plugins/plugin.mobile_nav.test.js +0 -66
- package/tests/plugins/plugin.text_selection.test.js +0 -203
- package/tests/util/docCookies.test.js +0 -15
@@ -1,55 +0,0 @@
|
|
1
|
-
import { nothing } from 'lit-html';
|
2
|
-
import { html, LitElement } from 'lit-element';
|
3
|
-
import { unsafeHTML } from 'lit-html/directives/unsafe-html';
|
4
|
-
|
5
|
-
export class BookSearchResult extends LitElement {
|
6
|
-
static get properties() {
|
7
|
-
return {
|
8
|
-
match: { type: Object },
|
9
|
-
};
|
10
|
-
}
|
11
|
-
|
12
|
-
constructor() {
|
13
|
-
super();
|
14
|
-
|
15
|
-
this.matchRegex = new RegExp('{{{(.+?)}}}', 'g');
|
16
|
-
}
|
17
|
-
|
18
|
-
createRenderRoot() {
|
19
|
-
return this;
|
20
|
-
}
|
21
|
-
|
22
|
-
highlightedHit(hit) {
|
23
|
-
return html`
|
24
|
-
<p>${unsafeHTML(hit.replace(this.matchRegex, '<mark>$1</mark>'))}</p>
|
25
|
-
`;
|
26
|
-
}
|
27
|
-
|
28
|
-
resultSelected() {
|
29
|
-
this.dispatchEvent(new CustomEvent('resultSelected', {
|
30
|
-
bubbles: true,
|
31
|
-
composed: true,
|
32
|
-
detail: {
|
33
|
-
match: this.match,
|
34
|
-
},
|
35
|
-
}));
|
36
|
-
}
|
37
|
-
|
38
|
-
render() {
|
39
|
-
const { match } = this;
|
40
|
-
const { par = [] } = match;
|
41
|
-
const [resultDetails = {}] = par;
|
42
|
-
const pageNumber = Number.isInteger(resultDetails.page)
|
43
|
-
? html`<p class="page-num">Page -${resultDetails.page}-</p>` : nothing;
|
44
|
-
const coverImage = html`<img src="${match.cover}" />`;
|
45
|
-
return html`
|
46
|
-
<li @click=${this.resultSelected}>
|
47
|
-
${match.cover ? coverImage : nothing}
|
48
|
-
<h4>${match.title || nothing}</h4>
|
49
|
-
${pageNumber}
|
50
|
-
${this.highlightedHit(match.text)}
|
51
|
-
</li>
|
52
|
-
`;
|
53
|
-
}
|
54
|
-
}
|
55
|
-
customElements.define('book-search-result', BookSearchResult);
|
@@ -1,76 +0,0 @@
|
|
1
|
-
import { html } from 'lit-element';
|
2
|
-
import sortAscendingIcon from '../assets/icon_sort_ascending.js';
|
3
|
-
import sortDescendingIcon from '../assets/icon_sort_descending.js';
|
4
|
-
|
5
|
-
import './volumes.js';
|
6
|
-
|
7
|
-
|
8
|
-
export default class VolumesProvider {
|
9
|
-
|
10
|
-
constructor(optionChange, volumes, bookreader) {
|
11
|
-
this.optionChange = optionChange
|
12
|
-
this.component = document.createElement('viewable-files');
|
13
|
-
|
14
|
-
const files = bookreader.options.multipleBooksList?.by_subprefix
|
15
|
-
this.viewableFiles = Object.keys(files).map(item => files[item]);
|
16
|
-
this.volumeCount = Object.keys(files).length;
|
17
|
-
this.isFirstLoad = true
|
18
|
-
this.isSortAscending = false;
|
19
|
-
|
20
|
-
this.component.subPrefix = bookreader.options === undefined ? 'theworksofplato01platiala' : bookreader.options.subPrefix;
|
21
|
-
this.component.hostUrl = volumes.baseHost;
|
22
|
-
this.component.viewableFiles = this.viewableFiles;
|
23
|
-
|
24
|
-
this.id = 'volumes';
|
25
|
-
this.label = `Viewable Files (${this.volumeCount})`
|
26
|
-
this.icon = html`<ia-icon icon="volumes" style="width: var(--iconWidth); height: var(--iconHeight);"></ia-icon>`;
|
27
|
-
this.actionButton = this.headerIcon
|
28
|
-
this.sortVolumes()
|
29
|
-
}
|
30
|
-
|
31
|
-
get sortAscendingIcon() {
|
32
|
-
const iconStyle = 'background: transparent; border: none; position: absolute; right: 25px';
|
33
|
-
return html`<button style=${iconStyle} class="sort-asc icon" aria-label="Sort volumes in ascending order" @click=${() => this.sortVolumes()}>${sortAscendingIcon}</button>`;
|
34
|
-
}
|
35
|
-
|
36
|
-
get sortDescendingIcon() {
|
37
|
-
const iconStyle = 'background: transparent; border: none; position: absolute; right: 25px';
|
38
|
-
return html`<button style=${iconStyle} class="sort-desc icon" aria-label="Sort volumes in descending order" @click=${() => this.sortVolumes()}>${sortDescendingIcon}</button>`;
|
39
|
-
}
|
40
|
-
|
41
|
-
get headerIcon() {
|
42
|
-
return this.isSortAscending ? this.sortAscendingIcon : this.sortDescendingIcon;
|
43
|
-
}
|
44
|
-
|
45
|
-
sortVolumes() {
|
46
|
-
this.isSortAscending = !this.isSortAscending;
|
47
|
-
const sortedFiles = this.viewableFiles.sort((a, b) => {
|
48
|
-
if (this.isSortAscending) return a.title.localeCompare(b.title);
|
49
|
-
else return b.title.localeCompare(a.title);
|
50
|
-
})
|
51
|
-
|
52
|
-
this.component.viewableFiles = [...sortedFiles]
|
53
|
-
if (!this.isFirstLoad) {
|
54
|
-
this.actionButton = this.headerIcon
|
55
|
-
this.optionChange(this.bookreader)
|
56
|
-
} else {
|
57
|
-
this.isFirstLoad = false
|
58
|
-
}
|
59
|
-
}
|
60
|
-
|
61
|
-
bindEvents() {
|
62
|
-
this.component.addEventListener('click', this.multiplefilesClicked.bind(this));
|
63
|
-
}
|
64
|
-
|
65
|
-
multiplefilesClicked({ detail }) {
|
66
|
-
// maybe some analytics?
|
67
|
-
if (window.archive_analytics) {
|
68
|
-
window.archive_analytics?.send_event_no_sampling(
|
69
|
-
'BookReader',
|
70
|
-
`VolumesSort`,
|
71
|
-
window.location.path,
|
72
|
-
);
|
73
|
-
}
|
74
|
-
}
|
75
|
-
|
76
|
-
}
|
@@ -1,161 +0,0 @@
|
|
1
|
-
import { css, html, LitElement } from 'lit-element';
|
2
|
-
import { nothing } from 'lit-html'
|
3
|
-
import { repeat } from 'lit-html/directives/repeat';
|
4
|
-
|
5
|
-
export class Volumes extends LitElement {
|
6
|
-
static get properties() {
|
7
|
-
return {
|
8
|
-
subPrefix: { type: String },
|
9
|
-
hostUrl: { type: String },
|
10
|
-
viewableFiles: { type: Array }
|
11
|
-
};
|
12
|
-
}
|
13
|
-
|
14
|
-
constructor() {
|
15
|
-
super();
|
16
|
-
this.subPrefix = '';
|
17
|
-
this.hostUrl = '';
|
18
|
-
this.viewableFiles = [];
|
19
|
-
}
|
20
|
-
|
21
|
-
volumeItemWithImageTitle(item) {
|
22
|
-
return html`
|
23
|
-
<li class="content active">
|
24
|
-
<div class="separator"></div>
|
25
|
-
<a class="container" href="${this.hostUrl}${item.url_path}">
|
26
|
-
<div class="image">
|
27
|
-
<img src="${item.image}">
|
28
|
-
</div>
|
29
|
-
<div class="text">
|
30
|
-
<p class="item-title">${item.title}</p>
|
31
|
-
<small>by: ${item.author}</small>
|
32
|
-
</div>
|
33
|
-
</a>
|
34
|
-
</li>
|
35
|
-
`
|
36
|
-
}
|
37
|
-
|
38
|
-
volumeItem(item) {
|
39
|
-
const activeClass = this.subPrefix === item.file_subprefix ? 'active' : ''
|
40
|
-
return html`
|
41
|
-
<li>
|
42
|
-
<div class="separator"></div>
|
43
|
-
<div class="content ${activeClass}">
|
44
|
-
<a href="${this.hostUrl}${item.url_path}">
|
45
|
-
<p class="item-title">${item.title}</p>
|
46
|
-
</a>
|
47
|
-
</div>
|
48
|
-
</li>
|
49
|
-
`
|
50
|
-
}
|
51
|
-
|
52
|
-
get volumesList() {
|
53
|
-
const volumes = repeat(this.viewableFiles, volume => volume?.file_prefix, this.volumeItem.bind(this));
|
54
|
-
return html`
|
55
|
-
<ul>
|
56
|
-
${volumes}
|
57
|
-
<div class="separator"></div>
|
58
|
-
</ul>
|
59
|
-
`
|
60
|
-
}
|
61
|
-
|
62
|
-
render() {
|
63
|
-
return html`
|
64
|
-
<div>${this.viewableFiles.length ? this.volumesList : nothing}</div>
|
65
|
-
`
|
66
|
-
}
|
67
|
-
|
68
|
-
static get styles() {
|
69
|
-
return css`
|
70
|
-
:host {
|
71
|
-
display: block;
|
72
|
-
overflow-y: auto;
|
73
|
-
box-sizing: border-box;
|
74
|
-
color: var(--primaryTextColor);
|
75
|
-
margin-top: 14px;
|
76
|
-
margin-bottom: 2rem;
|
77
|
-
--activeBorderWidth: 2px;
|
78
|
-
}
|
79
|
-
|
80
|
-
a {
|
81
|
-
color: #ffffff;
|
82
|
-
text-decoration: none
|
83
|
-
}
|
84
|
-
|
85
|
-
img {
|
86
|
-
width: 35px;
|
87
|
-
height: 45px;
|
88
|
-
}
|
89
|
-
|
90
|
-
ul {
|
91
|
-
padding: 0;
|
92
|
-
list-style: none;
|
93
|
-
margin: var(--activeBorderWidth) 0.5rem 1rem 0;
|
94
|
-
}
|
95
|
-
|
96
|
-
ul > li:first-child .separator {
|
97
|
-
display: none;
|
98
|
-
}
|
99
|
-
|
100
|
-
li {
|
101
|
-
cursor: pointer;
|
102
|
-
outline: none;
|
103
|
-
position: relative;
|
104
|
-
}
|
105
|
-
|
106
|
-
li .content {
|
107
|
-
padding: 2px 0 4px 2px;
|
108
|
-
border: var(--activeBorderWidth) solid transparent;
|
109
|
-
padding: .2rem 0 .4rem .2rem;
|
110
|
-
}
|
111
|
-
|
112
|
-
li .content.active {
|
113
|
-
border: var(--activeBorderWidth) solid #538bc5;
|
114
|
-
}
|
115
|
-
|
116
|
-
small {
|
117
|
-
font-style: italic;
|
118
|
-
white-space: initial;
|
119
|
-
}
|
120
|
-
|
121
|
-
.container {
|
122
|
-
display: flex;
|
123
|
-
align-items: center;
|
124
|
-
justify-content: center
|
125
|
-
}
|
126
|
-
|
127
|
-
.item-title {
|
128
|
-
margin-block-start: 0em;
|
129
|
-
margin-block-end: 0em;
|
130
|
-
font-size: 14px;
|
131
|
-
font-weight: bold;
|
132
|
-
word-wrap: break-word;
|
133
|
-
padding-left: 5px;
|
134
|
-
}
|
135
|
-
|
136
|
-
.separator {
|
137
|
-
background-color: var(--secondaryBGColor);
|
138
|
-
width: 98%;
|
139
|
-
margin: 1px auto;
|
140
|
-
height: 1px;
|
141
|
-
}
|
142
|
-
|
143
|
-
.text {
|
144
|
-
padding-left: 10px;
|
145
|
-
}
|
146
|
-
|
147
|
-
.icon {
|
148
|
-
display: inline-block;
|
149
|
-
width: 14px;
|
150
|
-
height: 14px;
|
151
|
-
margin-left: .7rem;
|
152
|
-
border: 1px solid var(--primaryTextColor);
|
153
|
-
border-radius: 2px;
|
154
|
-
background: var(--activeButtonBg) 50% 50% no-repeat;
|
155
|
-
}
|
156
|
-
|
157
|
-
`;
|
158
|
-
}
|
159
|
-
}
|
160
|
-
|
161
|
-
customElements.define('viewable-files', Volumes);
|
@@ -1,54 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Displays a console on the document for debugging devices where remote
|
3
|
-
* debugging is not feasible, and forwards all console.log's to be displayed
|
4
|
-
* on screen.
|
5
|
-
*/
|
6
|
-
export class DebugConsole {
|
7
|
-
constructor() {
|
8
|
-
/** How many times we've seen the same line in a row */
|
9
|
-
this.currentRun = 0;
|
10
|
-
}
|
11
|
-
|
12
|
-
init() {
|
13
|
-
this.$log = $(`<div id="_debugLog" style="width: 100%; height: 300px; overflow: auto" />`);
|
14
|
-
$(document.body).prepend(this.$log);
|
15
|
-
|
16
|
-
this.$form = $(`
|
17
|
-
<form>
|
18
|
-
<input style="width:100%; font-family: monospace;" id="_debugLogInput">
|
19
|
-
</form>`);
|
20
|
-
this.$log.append(this.$form);
|
21
|
-
|
22
|
-
this.$form.submit(ev => {
|
23
|
-
ev.preventDefault();
|
24
|
-
const result = eval(this.$form.find('input').val());
|
25
|
-
this.logToScreen([result]);
|
26
|
-
});
|
27
|
-
|
28
|
-
const _realLog = console.log.bind(console);
|
29
|
-
console.log = (...args) => {
|
30
|
-
_realLog(...args);
|
31
|
-
this.logToScreen(args);
|
32
|
-
}
|
33
|
-
|
34
|
-
window.onerror = (...args) => this.logToScreen(args);
|
35
|
-
}
|
36
|
-
|
37
|
-
/**
|
38
|
-
* Log the provided array onto the on screen console
|
39
|
-
* @param {Array} args
|
40
|
-
*/
|
41
|
-
logToScreen(args) {
|
42
|
-
const html = args.map(JSON.stringify).join(',');
|
43
|
-
const $lastEntry = this.$log.children('.log-entry:last-child')
|
44
|
-
if ($lastEntry.find('.entry-code').html() == html) {
|
45
|
-
$lastEntry.find('.count').text(`(${++this.currentRun})`);
|
46
|
-
} else {
|
47
|
-
this.currentRun = 1;
|
48
|
-
this.$log.append($(`
|
49
|
-
<div class="log-entry">
|
50
|
-
<code class="count"></code> <code class="entry-code">${html}</code>
|
51
|
-
</div>`));
|
52
|
-
}
|
53
|
-
}
|
54
|
-
}
|
@@ -1,112 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* BookReaderTemplate to load BookNavigator components
|
3
|
-
*/
|
4
|
-
|
5
|
-
import { LitElement, html, css } from 'lit-element';
|
6
|
-
|
7
|
-
import '../ItemNavigator/ItemNavigator.js'
|
8
|
-
import '../BookNavigator/BookNavigator.js'
|
9
|
-
|
10
|
-
export class BookReader extends LitElement {
|
11
|
-
static get properties() {
|
12
|
-
return {
|
13
|
-
base64Json: { type: String },
|
14
|
-
baseHost: { type: String },
|
15
|
-
};
|
16
|
-
}
|
17
|
-
|
18
|
-
constructor() {
|
19
|
-
super();
|
20
|
-
this.base64Json = '';
|
21
|
-
this.baseHost = 'https://archive.org';
|
22
|
-
}
|
23
|
-
|
24
|
-
firstUpdated() {
|
25
|
-
this.fetchData();
|
26
|
-
}
|
27
|
-
|
28
|
-
/**
|
29
|
-
* Fetch metadata response from public metadata API
|
30
|
-
* convert response to base64 data
|
31
|
-
* set base64 data to props
|
32
|
-
*/
|
33
|
-
async fetchData() {
|
34
|
-
const ocaid = new URLSearchParams(location.search).get('ocaid');
|
35
|
-
const response = await fetch(`${this.baseHost}/metadata/${ocaid}`);
|
36
|
-
const bookMetadata = await response.json();
|
37
|
-
const jsonBtoa = btoa(JSON.stringify(bookMetadata));
|
38
|
-
this.setBaseJSON(jsonBtoa);
|
39
|
-
}
|
40
|
-
|
41
|
-
/**
|
42
|
-
* Set base64 data to prop
|
43
|
-
* @param {string} value - base64 string format
|
44
|
-
*/
|
45
|
-
setBaseJSON(value) {
|
46
|
-
this.base64Json = value;
|
47
|
-
}
|
48
|
-
|
49
|
-
render() {
|
50
|
-
return html`
|
51
|
-
<div class="ia-bookreader">
|
52
|
-
<item-navigator
|
53
|
-
itemType="bookreader"
|
54
|
-
basehost=${this.baseHost}
|
55
|
-
item=${this.base64Json}>
|
56
|
-
<div slot="bookreader">
|
57
|
-
<slot name="bookreader"></slot>
|
58
|
-
</div>
|
59
|
-
</item-navigator>
|
60
|
-
</div>
|
61
|
-
`;
|
62
|
-
}
|
63
|
-
|
64
|
-
static get styles() {
|
65
|
-
return css`
|
66
|
-
:host {
|
67
|
-
display: block;
|
68
|
-
--primaryBGColor: var(--black, #000);
|
69
|
-
--secondaryBGColor: #222;
|
70
|
-
--tertiaryBGColor: #333;
|
71
|
-
--primaryTextColor: var(--white, #fff);
|
72
|
-
--primaryCTAFill: #194880;
|
73
|
-
--primaryCTABorder: #c5d1df;
|
74
|
-
--secondaryCTAFill: #333;
|
75
|
-
--secondaryCTABorder: #999;
|
76
|
-
--primaryErrorCTAFill: #e51c26;
|
77
|
-
--primaryErrorCTABorder: #f8c6c8;
|
78
|
-
}
|
79
|
-
|
80
|
-
.ia-bookreader {
|
81
|
-
background-color: var(--primaryBGColor);
|
82
|
-
position: relative;
|
83
|
-
height: auto;
|
84
|
-
}
|
85
|
-
|
86
|
-
item-navigator {
|
87
|
-
display: block;
|
88
|
-
width: 100%;
|
89
|
-
color: var(--primaryTextColor);
|
90
|
-
--menuButtonLabelDisplay: block;
|
91
|
-
--menuWidth: 320px;
|
92
|
-
--menuSliderBg: var(--secondaryBGColor);
|
93
|
-
--activeButtonBg: var(--tertiaryBGColor);
|
94
|
-
--subpanelRightBorderColor: var(--secondaryCTABorder);
|
95
|
-
--animationTiming: 100ms;
|
96
|
-
--iconFillColor: var(--primaryTextColor);
|
97
|
-
--iconStrokeColor: var(--primaryTextColor);
|
98
|
-
--menuSliderHeaderIconHeight: 2rem;
|
99
|
-
--menuSliderHeaderIconWidth: 2rem;
|
100
|
-
--iconWidth: 2.4rem;
|
101
|
-
--iconHeight: 2.4rem;
|
102
|
-
--shareLinkColor: var(--primaryTextColor);
|
103
|
-
--shareIconBorder: var(--primaryTextColor);
|
104
|
-
--shareIconBg: var(--secondaryBGColor);
|
105
|
-
--activityIndicatorLoadingDotColor: var(--primaryTextColor);
|
106
|
-
--activityIndicatorLoadingRingColor: var(--primaryTextColor);
|
107
|
-
}
|
108
|
-
`;
|
109
|
-
}
|
110
|
-
}
|
111
|
-
|
112
|
-
window.customElements.define("ia-bookreader", BookReader);
|