@internetarchive/bookreader 5.0.0-7 → 5.0.0-70
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 +73 -10
- package/.github/workflows/npm-publish.yml +6 -20
- package/.testcaferc.js +10 -0
- package/BookReader/BookReader.css +396 -1129
- package/BookReader/BookReader.js +1 -1
- package/BookReader/BookReader.js.LICENSE.txt +20 -20
- package/BookReader/BookReader.js.map +1 -1
- package/BookReader/ia-bookreader-bundle.js +1509 -0
- package/BookReader/ia-bookreader-bundle.js.LICENSE.txt +19 -0
- package/BookReader/ia-bookreader-bundle.js.map +1 -0
- package/BookReader/icons/1up.svg +1 -1
- package/BookReader/icons/2up.svg +1 -1
- package/BookReader/icons/advance.svg +1 -1
- package/BookReader/icons/chevron-right.svg +1 -1
- package/BookReader/icons/close-circle-dark.svg +1 -1
- package/BookReader/icons/close-circle.svg +1 -1
- package/BookReader/icons/fullscreen.svg +1 -1
- package/BookReader/icons/fullscreen_exit.svg +1 -1
- package/BookReader/icons/hamburger.svg +1 -1
- package/BookReader/icons/left-arrow.svg +1 -1
- package/BookReader/icons/magnify-minus.svg +1 -1
- package/BookReader/icons/magnify-plus.svg +1 -1
- package/BookReader/icons/magnify.svg +1 -1
- package/BookReader/icons/pause.svg +1 -1
- package/BookReader/icons/play.svg +1 -1
- package/BookReader/icons/playback-speed.svg +1 -1
- package/BookReader/icons/read-aloud.svg +1 -1
- package/BookReader/icons/review.svg +1 -1
- package/BookReader/icons/thumbnails.svg +1 -1
- package/BookReader/icons/voice.svg +1 -0
- package/BookReader/icons/volume-full.svg +1 -1
- package/BookReader/images/BRicons.svg +3 -3
- package/BookReader/images/books_graphic.svg +1 -1
- package/BookReader/images/icon_book.svg +1 -1
- package/BookReader/images/icon_bookmark.svg +1 -1
- package/BookReader/images/icon_gear.svg +1 -1
- package/BookReader/images/icon_hamburger.svg +1 -1
- package/BookReader/images/icon_home.svg +1 -1
- package/BookReader/images/icon_info.svg +1 -1
- package/BookReader/images/icon_one_page.svg +1 -1
- package/BookReader/images/icon_pause.svg +1 -1
- package/BookReader/images/icon_play.svg +1 -1
- package/BookReader/images/icon_playback-rate.svg +1 -1
- package/BookReader/images/icon_search_button.svg +1 -1
- package/BookReader/images/icon_share.svg +1 -1
- package/BookReader/images/icon_skip-ahead.svg +1 -1
- package/BookReader/images/icon_skip-back.svg +1 -1
- package/BookReader/images/icon_speaker.svg +1 -1
- package/BookReader/images/icon_speaker_open.svg +1 -1
- package/BookReader/images/icon_thumbnails.svg +1 -1
- package/BookReader/images/icon_toc.svg +1 -1
- package/BookReader/images/icon_two_pages.svg +1 -1
- package/BookReader/images/marker_chap-off.svg +1 -1
- package/BookReader/images/marker_chap-on.svg +1 -1
- package/BookReader/images/marker_srch-on.svg +1 -1
- package/BookReader/jquery-3.js +2 -0
- package/BookReader/jquery-3.js.LICENSE.txt +24 -0
- package/BookReader/plugins/plugin.archive_analytics.js +1 -1
- package/BookReader/plugins/plugin.archive_analytics.js.map +1 -1
- package/BookReader/plugins/plugin.autoplay.js +1 -1
- package/BookReader/plugins/plugin.autoplay.js.map +1 -1
- package/BookReader/plugins/plugin.chapters.js +25 -1
- 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 -1
- package/BookReader/plugins/plugin.iframe.js.map +1 -1
- package/BookReader/plugins/plugin.resume.js +1 -1
- package/BookReader/plugins/plugin.resume.js.map +1 -1
- package/BookReader/plugins/plugin.search.js +2 -1
- 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 -1
- 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 +1 -1
- 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 -1
- package/BookReader/plugins/plugin.url.js.map +1 -1
- package/BookReader/plugins/plugin.vendor-fullscreen.js +1 -1
- 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 +16 -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 +2 -1
- package/BookReaderDemo/demo-iiif.js +0 -1
- package/BookReaderDemo/demo-internetarchive.html +213 -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 -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 +283 -0
- 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 +71 -60
- 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 +4 -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_desc.js +5 -0
- 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 +586 -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 +49 -27
- package/src/BookNavigator/search/search-results.js +23 -9
- 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 +111 -0
- package/src/BookNavigator/volumes/volumes.js +188 -0
- 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 +12 -38
- 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 +24 -2
- package/src/BookReader/utils/HTMLDimensionsCacher.js +44 -0
- package/src/BookReader/utils/ScrollClassAdder.js +31 -0
- package/src/BookReader/utils/SelectionObserver.js +43 -0
- package/src/BookReader/utils.js +118 -13
- package/src/BookReader.js +427 -1061
- 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 -5
- package/src/css/_BRBookmarks.scss +1 -1
- package/src/css/_BRComponent.scss +1 -1
- package/src/css/_BRmain.scss +16 -0
- package/src/css/_BRnav.scss +11 -38
- package/src/css/_BRpages.scss +149 -40
- package/src/css/_BRsearch.scss +67 -21
- 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 +1 -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 +211 -186
- 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 +142 -125
- package/src/plugins/search/utils.js +43 -0
- package/src/plugins/search/view.js +33 -58
- package/src/plugins/tts/AbstractTTSEngine.js +68 -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 +95 -126
- package/src/plugins/tts/utils.js +0 -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 +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 → jest}/BookNavigator/search/search-results.test.js +109 -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 +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 +43 -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 +145 -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 +25 -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 +11 -6
- package/.babelrc +0 -12
- package/.dependabot/config.yml +0 -6
- package/.testcaferc.json +0 -5
- package/BookReader/bookreader-component-bundle.js +0 -1450
- package/BookReader/bookreader-component-bundle.js.LICENSE.txt +0 -38
- package/BookReader/bookreader-component-bundle.js.map +0 -1
- package/BookReader/jquery-1.10.1.js +0 -2
- package/BookReader/jquery-1.10.1.js.LICENSE.txt +0 -24
- package/BookReader/plugins/plugin.menu_toggle.js +0 -2
- package/BookReader/plugins/plugin.menu_toggle.js.map +0 -1
- package/BookReader/plugins/plugin.mobile_nav.js +0 -2
- package/BookReader/plugins/plugin.mobile_nav.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 -446
- package/src/BookNavigator/assets/book-loader.js +0 -27
- package/src/BookNavigator/br-fullscreen-mgr.js +0 -83
- package/src/BookNavigator/search/a-search-result.js +0 -55
- package/src/BookReader/DebugConsole.js +0 -54
- package/src/BookReaderComponent/BookReaderComponent.js +0 -112
- package/src/ItemNavigator/ItemNavigator.js +0 -376
- package/src/ItemNavigator/providers/sharing.js +0 -29
- 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/search/search-provider.test.js +0 -23
- package/tests/karma/BookNavigator/visual-adjustments.test.js +0 -201
- 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,7 +1,7 @@
|
|
1
|
-
import { html } from 'lit
|
2
|
-
import
|
3
|
-
|
1
|
+
import { html, nothing } from 'lit';
|
2
|
+
import '@internetarchive/icon-search/icon-search';
|
4
3
|
import './search-results';
|
4
|
+
/** @typedef {import('@/src/plugins/search/plugin.search.js').SearchInsideMatch} SearchInsideMatch */
|
5
5
|
|
6
6
|
let searchState = {
|
7
7
|
query: '',
|
@@ -10,8 +10,11 @@ let searchState = {
|
|
10
10
|
queryInProgress: false,
|
11
11
|
errorMessage: '',
|
12
12
|
};
|
13
|
-
export default class {
|
14
|
-
constructor(
|
13
|
+
export default class SearchProvider {
|
14
|
+
constructor({
|
15
|
+
onProviderChange,
|
16
|
+
bookreader
|
17
|
+
}) {
|
15
18
|
/* search menu events */
|
16
19
|
this.onBookSearchInitiated = this.onBookSearchInitiated.bind(this);
|
17
20
|
/* bookreader search events */
|
@@ -26,12 +29,12 @@ export default class {
|
|
26
29
|
this.bindEventListeners = this.bindEventListeners.bind(this);
|
27
30
|
this.getMenuDetails = this.getMenuDetails.bind(this);
|
28
31
|
this.getComponent = this.getComponent.bind(this);
|
29
|
-
this.advanceToPage = this.advanceToPage.bind(this);
|
30
32
|
this.updateMenu = this.updateMenu.bind(this);
|
31
33
|
|
32
|
-
this.
|
33
|
-
|
34
|
-
this.
|
34
|
+
this.onProviderChange = onProviderChange;
|
35
|
+
/** @type {import('@/src/BookReader.js').default} */
|
36
|
+
this.bookreader = bookreader;
|
37
|
+
this.icon = html`<ia-icon-search style="width: var(--iconWidth); height: var(--iconHeight);"></ia-icon-search>`;
|
35
38
|
this.label = 'Search inside';
|
36
39
|
this.menuDetails = this.getMenuDetails();
|
37
40
|
this.id = 'search';
|
@@ -41,7 +44,7 @@ export default class {
|
|
41
44
|
|
42
45
|
getMenuDetails() {
|
43
46
|
const { resultsCount, query, queryInProgress } = searchState;
|
44
|
-
if (queryInProgress || !query) { return nothing }
|
47
|
+
if (queryInProgress || !query) { return nothing; }
|
45
48
|
const unit = resultsCount === 1 ? 'result' : 'results';
|
46
49
|
return html`(${resultsCount} ${unit})`;
|
47
50
|
}
|
@@ -49,11 +52,11 @@ export default class {
|
|
49
52
|
bindEventListeners() {
|
50
53
|
window.addEventListener('BookReader:SearchStarted', this.onSearchStarted);
|
51
54
|
window.addEventListener('BookReader:SearchCallback', this.onSearchResultsChange);
|
52
|
-
window.addEventListener('BookReader:SearchCallbackEmpty', (event) => { this.onSearchRequestError(event, 'noResults') });
|
53
|
-
window.addEventListener('BookReader:SearchCallbackNotIndexed', (event) => { this.onSearchRequestError(event, 'notIndexed') });
|
54
|
-
window.addEventListener('BookReader:SearchCallbackError', (event) => { this.onSearchRequestError(event) });
|
55
|
-
window.addEventListener('BookReader:SearchResultsCleared', () => { this.onSearchResultsCleared() });
|
56
|
-
window.addEventListener('BookReader:SearchCanceled', (e) => { this.onSearchCanceled(e) });
|
55
|
+
window.addEventListener('BookReader:SearchCallbackEmpty', (event) => { this.onSearchRequestError(event, 'noResults'); });
|
56
|
+
window.addEventListener('BookReader:SearchCallbackNotIndexed', (event) => { this.onSearchRequestError(event, 'notIndexed'); });
|
57
|
+
window.addEventListener('BookReader:SearchCallbackError', (event) => { this.onSearchRequestError(event); });
|
58
|
+
window.addEventListener('BookReader:SearchResultsCleared', () => { this.onSearchResultsCleared(); });
|
59
|
+
window.addEventListener('BookReader:SearchCanceled', (e) => { this.onSearchCanceled(e); });
|
57
60
|
}
|
58
61
|
|
59
62
|
/**
|
@@ -72,10 +75,17 @@ export default class {
|
|
72
75
|
searchCanceled: true
|
73
76
|
};
|
74
77
|
this.updateMenu(updateMenuFor);
|
78
|
+
|
79
|
+
if (this.bookreader.urlPlugin) {
|
80
|
+
this.updateSearchInUrl();
|
81
|
+
}
|
75
82
|
}
|
76
83
|
|
77
84
|
onSearchStarted(e) {
|
78
|
-
const { term = '' } = e.detail.props;
|
85
|
+
const { term = '', instance } = e.detail.props;
|
86
|
+
if (instance) {
|
87
|
+
this.bookreader = instance;
|
88
|
+
}
|
79
89
|
searchState.query = term;
|
80
90
|
searchState.results = [];
|
81
91
|
searchState.resultsCount = 0;
|
@@ -104,6 +114,7 @@ export default class {
|
|
104
114
|
};
|
105
115
|
|
106
116
|
const messageToShow = errorMessages[errorType] ?? errorMessages.default;
|
117
|
+
searchState.query = instance?.searchResults?.q || '';
|
107
118
|
searchState.results = [];
|
108
119
|
searchState.resultsCount = 0;
|
109
120
|
searchState.queryInProgress = false;
|
@@ -136,9 +147,24 @@ export default class {
|
|
136
147
|
resultsCount: 0,
|
137
148
|
queryInProgress: false,
|
138
149
|
errorMessage: '',
|
150
|
+
};
|
151
|
+
this.updateMenu({ openMenu: false });
|
152
|
+
this.bookreader?.searchView?.clearSearchFieldAndResults(false);
|
153
|
+
if (this.bookreader.urlPlugin) {
|
154
|
+
this.updateSearchInUrl();
|
155
|
+
}
|
156
|
+
}
|
157
|
+
|
158
|
+
/** update URL `q=<term>` query param in URL */
|
159
|
+
updateSearchInUrl() {
|
160
|
+
if (this.bookreader.urlPlugin) {
|
161
|
+
this.bookreader.urlPlugin.pullFromAddressBar();
|
162
|
+
if (searchState.query) {
|
163
|
+
this.bookreader.urlPlugin.setUrlParam('q', searchState.query);
|
164
|
+
} else {
|
165
|
+
this.bookreader.urlPlugin.removeUrlParam('q');
|
166
|
+
}
|
139
167
|
}
|
140
|
-
this.updateMenu();
|
141
|
-
this.bookreader?.searchView?.clearSearchFieldAndResults();
|
142
168
|
}
|
143
169
|
|
144
170
|
/**
|
@@ -148,7 +174,7 @@ export default class {
|
|
148
174
|
updateMenu(searchUpdates = {}) {
|
149
175
|
this.menuDetails = this.getMenuDetails();
|
150
176
|
this.component = this.getComponent();
|
151
|
-
this.
|
177
|
+
this.onProviderChange(this.bookreader, searchUpdates);
|
152
178
|
}
|
153
179
|
|
154
180
|
getComponent() {
|
@@ -168,14 +194,10 @@ export default class {
|
|
168
194
|
`;
|
169
195
|
}
|
170
196
|
|
197
|
+
/**
|
198
|
+
* @param {{ detail: {match: SearchInsideMatch} }} param0
|
199
|
+
*/
|
171
200
|
onSearchResultsClicked({ detail }) {
|
172
|
-
|
173
|
-
this.advanceToPage(page);
|
174
|
-
}
|
175
|
-
|
176
|
-
advanceToPage(leaf) {
|
177
|
-
const page = this.bookreader.leafNumToIndex(leaf);
|
178
|
-
this.bookreader._searchPluginGoToResult(page);
|
179
|
-
this.bookreader.updateSearchHilites();
|
201
|
+
this.bookreader._searchPluginGoToResult(detail.match.matchIndex);
|
180
202
|
}
|
181
203
|
}
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/* eslint-disable class-methods-use-this */
|
2
|
-
import {
|
3
|
-
import { css, html, LitElement } from 'lit
|
2
|
+
import { unsafeHTML } from 'lit/directives/unsafe-html.js';
|
3
|
+
import { css, html, LitElement, nothing } from 'lit';
|
4
4
|
import '@internetarchive/ia-activity-indicator/ia-activity-indicator';
|
5
|
-
import './a-search-result.js';
|
6
5
|
import checkmarkIcon from '../assets/icon_checkmark.js';
|
7
6
|
import closeIcon from '../assets/icon_close.js';
|
8
7
|
import buttonCSS from '../assets/button-base.js';
|
9
|
-
|
8
|
+
/** @typedef {import('@/src/plugins/search/plugin.search.js').SearchInsideMatch} SearchInsideMatch */
|
10
9
|
|
11
10
|
export class IABookSearchResults extends LitElement {
|
12
11
|
static get properties() {
|
@@ -24,6 +23,7 @@ export class IABookSearchResults extends LitElement {
|
|
24
23
|
constructor() {
|
25
24
|
super();
|
26
25
|
|
26
|
+
/** @type {SearchInsideMatch[]} */
|
27
27
|
this.results = [];
|
28
28
|
this.query = '';
|
29
29
|
this.queryInProgress = false;
|
@@ -61,6 +61,9 @@ export class IABookSearchResults extends LitElement {
|
|
61
61
|
|
62
62
|
setQuery(e) {
|
63
63
|
this.query = e.currentTarget.value;
|
64
|
+
if (!this.query) {
|
65
|
+
this.cancelSearch();
|
66
|
+
}
|
64
67
|
}
|
65
68
|
|
66
69
|
performSearch(e) {
|
@@ -78,7 +81,15 @@ export class IABookSearchResults extends LitElement {
|
|
78
81
|
}));
|
79
82
|
}
|
80
83
|
|
81
|
-
|
84
|
+
/**
|
85
|
+
* @param {SearchInsideMatch} match
|
86
|
+
*/
|
87
|
+
selectResult(match) {
|
88
|
+
this.dispatchEvent(new CustomEvent('resultSelected', {
|
89
|
+
bubbles: true,
|
90
|
+
composed: true,
|
91
|
+
detail: { match },
|
92
|
+
}));
|
82
93
|
this.dispatchEvent(new CustomEvent('closeMenu', {
|
83
94
|
bubbles: true,
|
84
95
|
composed: true,
|
@@ -130,10 +141,12 @@ export class IABookSearchResults extends LitElement {
|
|
130
141
|
return html`
|
131
142
|
<ul class="results ${resultsClass}">
|
132
143
|
${this.results.map(match => html`
|
133
|
-
<
|
134
|
-
.
|
135
|
-
|
136
|
-
|
144
|
+
<li @click=${this.selectResult.bind(this, match)}>
|
145
|
+
${match.cover ? html`<img src="${match.cover}" />` : nothing}
|
146
|
+
<h4>${match.title || nothing}</h4>
|
147
|
+
<p class="page-num">Page ${match.displayPageNumber}</p>
|
148
|
+
<p>${unsafeHTML(match.html)}</p>
|
149
|
+
</li>
|
137
150
|
`)}
|
138
151
|
</ul>
|
139
152
|
`;
|
@@ -149,6 +162,7 @@ export class IABookSearchResults extends LitElement {
|
|
149
162
|
name="query"
|
150
163
|
alt="Search inside this book."
|
151
164
|
@keyup=${this.setQuery}
|
165
|
+
@search=${this.setQuery}
|
152
166
|
.value=${this.query}
|
153
167
|
/>
|
154
168
|
</fieldset>
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import { html } from 'lit';
|
2
|
+
import '@internetarchive/icon-share/icon-share';
|
3
|
+
import '@internetarchive/ia-sharing-options';
|
4
|
+
|
5
|
+
export default class SharingProvider {
|
6
|
+
constructor({
|
7
|
+
item,
|
8
|
+
baseHost,
|
9
|
+
bookreader
|
10
|
+
}) {
|
11
|
+
const { identifier, creator, title } = item?.metadata;
|
12
|
+
const creatorToUse = Array.isArray(creator) ? creator[0] : creator;
|
13
|
+
const subPrefix = bookreader.options.subPrefix || '';
|
14
|
+
const label = `Share this book`;
|
15
|
+
this.icon = html`<ia-icon-share style="width: var(--iconWidth); height: var(--iconHeight);"></ia-icon-share>`;
|
16
|
+
this.label = label;
|
17
|
+
this.id = 'share';
|
18
|
+
this.component = html`<ia-sharing-options
|
19
|
+
.identifier=${identifier}
|
20
|
+
.type=${`book`}
|
21
|
+
.creator=${creatorToUse}
|
22
|
+
.description=${title}
|
23
|
+
.baseHost=${baseHost}
|
24
|
+
.fileSubPrefix=${subPrefix}
|
25
|
+
></ia-sharing-options>`;
|
26
|
+
}
|
27
|
+
}
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import { html } from 'lit
|
2
|
-
import '
|
1
|
+
import { html } from 'lit';
|
2
|
+
import '@internetarchive/icon-visual-adjustment/icon-visual-adjustment';
|
3
|
+
import './visual-adjustments';
|
3
4
|
|
4
5
|
const visualAdjustmentOptions = [{
|
5
6
|
id: 'brightness',
|
@@ -27,11 +28,11 @@ const visualAdjustmentOptions = [{
|
|
27
28
|
active: false,
|
28
29
|
}];
|
29
30
|
|
30
|
-
export default class {
|
31
|
+
export default class VisualAdjustmentsProvider {
|
31
32
|
constructor(options) {
|
32
|
-
const {
|
33
|
-
this.
|
34
|
-
this.
|
33
|
+
const { onProviderChange, bookreader } = options;
|
34
|
+
this.onProviderChange = onProviderChange;
|
35
|
+
this.bookContainer = bookreader.refs.$brContainer;
|
35
36
|
this.bookreader = bookreader;
|
36
37
|
|
37
38
|
this.onAdjustmentChange = this.onAdjustmentChange.bind(this);
|
@@ -41,7 +42,7 @@ export default class {
|
|
41
42
|
this.onZoomOut = this.onZoomOut.bind(this);
|
42
43
|
|
43
44
|
this.activeCount = 0;
|
44
|
-
this.icon = html`<ia-icon
|
45
|
+
this.icon = html`<ia-icon-visual-adjustment style="width: var(--iconWidth); height: var(--iconHeight);"></ia-icon-visual-adjustment>`;
|
45
46
|
this.label = 'Visual Adjustments';
|
46
47
|
this.menuDetails = this.updateOptionsCount();
|
47
48
|
this.id = 'adjustment';
|
@@ -60,7 +61,7 @@ export default class {
|
|
60
61
|
}
|
61
62
|
|
62
63
|
onZoomOut() {
|
63
|
-
this.bookreader.zoom();
|
64
|
+
this.bookreader.zoom(-1);
|
64
65
|
}
|
65
66
|
|
66
67
|
onAdjustmentChange(event) {
|
@@ -76,7 +77,7 @@ export default class {
|
|
76
77
|
return newValue ? [...values, newValue] : values;
|
77
78
|
}, []).join(' ');
|
78
79
|
|
79
|
-
|
80
|
+
this.bookContainer.css('filter', filters);
|
80
81
|
|
81
82
|
this.optionUpdateComplete(event);
|
82
83
|
}
|
@@ -84,7 +85,7 @@ export default class {
|
|
84
85
|
optionUpdateComplete(event) {
|
85
86
|
this.activeCount = event.detail.activeCount;
|
86
87
|
this.updateOptionsCount(event);
|
87
|
-
this.
|
88
|
+
this.onProviderChange();
|
88
89
|
}
|
89
90
|
|
90
91
|
updateOptionsCount() {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { css, html, LitElement } from "lit
|
2
|
-
import { repeat } from "lit
|
3
|
-
import { nothing } from "lit
|
1
|
+
import { css, html, LitElement } from "lit";
|
2
|
+
import { repeat } from "lit/directives/repeat.js";
|
3
|
+
import { nothing } from "lit";
|
4
4
|
import checkmarkIcon from '../assets/icon_checkmark.js';
|
5
5
|
import "@internetarchive/icon-magnify-minus/icon-magnify-minus";
|
6
6
|
import "@internetarchive/icon-magnify-plus/icon-magnify-plus";
|
@@ -0,0 +1,111 @@
|
|
1
|
+
import { html } from 'lit';
|
2
|
+
|
3
|
+
import sortDescIcon from '../assets/icon_sort_desc.js';
|
4
|
+
import sortAscIcon from '../assets/icon_sort_asc.js';
|
5
|
+
import sortNeutralIcon from '../assets/icon_sort_neutral.js';
|
6
|
+
import volumesIcon from '../assets/icon_volumes.js';
|
7
|
+
|
8
|
+
import './volumes.js';
|
9
|
+
|
10
|
+
const sortType = {
|
11
|
+
title_asc: 'title_asc',
|
12
|
+
title_desc: 'title_desc',
|
13
|
+
default: 'default'
|
14
|
+
};
|
15
|
+
export default class VolumesProvider {
|
16
|
+
/**
|
17
|
+
* @param {import('../../BookReader').default} bookreader
|
18
|
+
*/
|
19
|
+
constructor({ baseHost, bookreader, onProviderChange }) {
|
20
|
+
this.onProviderChange = onProviderChange;
|
21
|
+
this.component = document.createElement("viewable-files");
|
22
|
+
|
23
|
+
const files = bookreader.options.multipleBooksList.by_subprefix;
|
24
|
+
this.viewableFiles = Object.keys(files).map(item => files[item]);
|
25
|
+
this.volumeCount = Object.keys(files).length;
|
26
|
+
|
27
|
+
/** @type {import('../../BookReader').default} */
|
28
|
+
this.bookreader = bookreader;
|
29
|
+
|
30
|
+
this.component.subPrefix = bookreader.options.subPrefix || "";
|
31
|
+
this.component.hostUrl = baseHost;
|
32
|
+
this.component.viewableFiles = this.viewableFiles;
|
33
|
+
|
34
|
+
this.id = "volumes";
|
35
|
+
this.label = `Viewable files (${this.volumeCount})`;
|
36
|
+
this.icon = html`${volumesIcon}`;
|
37
|
+
|
38
|
+
this.sortOrderBy = sortType.default;
|
39
|
+
|
40
|
+
// get sort state from query param
|
41
|
+
if (this.bookreader.urlPlugin) {
|
42
|
+
this.bookreader.urlPlugin.pullFromAddressBar();
|
43
|
+
|
44
|
+
const urlSortValue = this.bookreader.urlPlugin.getUrlParam('sort');
|
45
|
+
if (urlSortValue === sortType.title_asc || urlSortValue === sortType.title_desc) {
|
46
|
+
this.sortOrderBy = urlSortValue;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
this.sortVolumes(this.sortOrderBy);
|
50
|
+
}
|
51
|
+
|
52
|
+
get sortButton() {
|
53
|
+
const sortIcons = {
|
54
|
+
default: html`
|
55
|
+
<button class="sort-by neutral-icon" aria-label="Sort volumes in initial order" @click=${() => this.sortVolumes("title_asc")}>${sortNeutralIcon}</button>
|
56
|
+
`,
|
57
|
+
title_asc: html`
|
58
|
+
<button class="sort-by asc-icon" aria-label="Sort volumes in ascending order" @click=${() => this.sortVolumes("title_desc")}>${sortAscIcon}</button>
|
59
|
+
`,
|
60
|
+
title_desc: html`
|
61
|
+
<button class="sort-by desc-icon" aria-label="Sort volumes in descending order" @click=${() => this.sortVolumes("default")}>${sortDescIcon}</button>
|
62
|
+
`,
|
63
|
+
};
|
64
|
+
|
65
|
+
return sortIcons[this.sortOrderBy];
|
66
|
+
}
|
67
|
+
|
68
|
+
/**
|
69
|
+
* @param {'default' | 'title_asc' | 'title_desc'} sortByType
|
70
|
+
*/
|
71
|
+
sortVolumes(sortByType) {
|
72
|
+
let sortedFiles = [];
|
73
|
+
|
74
|
+
const files = this.viewableFiles;
|
75
|
+
sortedFiles = files.sort((a, b) => {
|
76
|
+
if (sortByType === sortType.title_asc) return a.title.localeCompare(b.title);
|
77
|
+
else if (sortByType === sortType.title_desc) return b.title.localeCompare(a.title);
|
78
|
+
else return a.orig_sort - b.orig_sort;
|
79
|
+
});
|
80
|
+
|
81
|
+
this.sortOrderBy = sortByType;
|
82
|
+
this.component.sortOrderBy = sortByType;
|
83
|
+
this.component.viewableFiles = [...sortedFiles];
|
84
|
+
this.actionButton = this.sortButton;
|
85
|
+
|
86
|
+
if (this.bookreader.urlPlugin) {
|
87
|
+
this.bookreader.urlPlugin.pullFromAddressBar();
|
88
|
+
if (this.sortOrderBy !== sortType.default) {
|
89
|
+
this.bookreader.urlPlugin.setUrlParam('sort', sortByType);
|
90
|
+
} else {
|
91
|
+
this.bookreader.urlPlugin.removeUrlParam('sort');
|
92
|
+
}
|
93
|
+
}
|
94
|
+
|
95
|
+
this.onProviderChange(this.bookreader);
|
96
|
+
|
97
|
+
this.multipleFilesClicked(sortByType);
|
98
|
+
}
|
99
|
+
|
100
|
+
/**
|
101
|
+
* @param {'default' | 'title_asc' | 'title_desc'} orderBy
|
102
|
+
*/
|
103
|
+
multipleFilesClicked(orderBy) {
|
104
|
+
window.archive_analytics?.send_event(
|
105
|
+
'BookReader',
|
106
|
+
`VolumesSort|${orderBy}`,
|
107
|
+
window.location.path,
|
108
|
+
);
|
109
|
+
}
|
110
|
+
|
111
|
+
}
|
@@ -0,0 +1,188 @@
|
|
1
|
+
import { css, html, LitElement, nothing } from 'lit';
|
2
|
+
import { repeat } from 'lit/directives/repeat.js';
|
3
|
+
|
4
|
+
export class Volumes extends LitElement {
|
5
|
+
static get properties() {
|
6
|
+
return {
|
7
|
+
subPrefix: { type: String },
|
8
|
+
hostUrl: { type: String },
|
9
|
+
viewableFiles: { type: Array },
|
10
|
+
sortOrderBy: { type: String },
|
11
|
+
};
|
12
|
+
}
|
13
|
+
|
14
|
+
constructor() {
|
15
|
+
super();
|
16
|
+
this.hostUrl = '';
|
17
|
+
this.sortOrderBy = '';
|
18
|
+
this.subPrefix = '';
|
19
|
+
this.viewableFiles = [];
|
20
|
+
}
|
21
|
+
|
22
|
+
firstUpdated() {
|
23
|
+
const activeFile = this.shadowRoot.querySelector('.content.active');
|
24
|
+
// allow for css animations to run before scrolling to active file
|
25
|
+
setTimeout(() => {
|
26
|
+
// scroll active file into view if needed
|
27
|
+
// note: `scrollIntoViewIfNeeded` handles auto-scroll gracefully for Chrome, Safari
|
28
|
+
// Firefox does not have this capability yet as it does not support `scrollIntoViewIfNeeded`
|
29
|
+
if (activeFile?.scrollIntoViewIfNeeded) {
|
30
|
+
activeFile?.scrollIntoViewIfNeeded(true);
|
31
|
+
return;
|
32
|
+
}
|
33
|
+
|
34
|
+
// Todo: support `scrollIntoView` or `parentContainer.crollTop = x` for FF & "IE 11"
|
35
|
+
// currently, the hard `position: absolutes` misaligns subpanel when `scrollIntoView` is applied :(
|
36
|
+
}, 350);
|
37
|
+
}
|
38
|
+
|
39
|
+
volumeItemWithImageTitle(item) {
|
40
|
+
const hrefUrl = this.sortOrderBy === 'default'
|
41
|
+
? `${this.hostUrl}${item.url_path}`
|
42
|
+
: `${this.hostUrl}${item.url_path}?sort=${this.sortOrderBy}`;
|
43
|
+
|
44
|
+
return html`
|
45
|
+
<li class="content active">
|
46
|
+
<div class="separator"></div>
|
47
|
+
<a class="container" href="${hrefUrl}">
|
48
|
+
<div class="image">
|
49
|
+
<img src="${item.image}">
|
50
|
+
</div>
|
51
|
+
<div class="text">
|
52
|
+
<p class="item-title">${item.title}</p>
|
53
|
+
<small>by: ${item.author}</small>
|
54
|
+
</div>
|
55
|
+
</a>
|
56
|
+
</li>
|
57
|
+
`;
|
58
|
+
}
|
59
|
+
|
60
|
+
volumeItem(item) {
|
61
|
+
const activeClass = this.subPrefix === item.file_subprefix ? ' active' : '';
|
62
|
+
|
63
|
+
const hrefUrl = this.sortOrderBy === 'default'
|
64
|
+
? `${this.hostUrl}${item.url_path}`
|
65
|
+
: `${this.hostUrl}${item.url_path}?sort=${this.sortOrderBy}`;
|
66
|
+
|
67
|
+
return html`
|
68
|
+
<li>
|
69
|
+
<div class="separator"></div>
|
70
|
+
<div class="content${activeClass}">
|
71
|
+
<a href="https://${hrefUrl}">
|
72
|
+
<p class="item-title">${item.title}</p>
|
73
|
+
</a>
|
74
|
+
</div>
|
75
|
+
</li>
|
76
|
+
`;
|
77
|
+
}
|
78
|
+
|
79
|
+
get volumesList() {
|
80
|
+
const volumes = repeat(this.viewableFiles, volume => volume?.file_prefix, this.volumeItem.bind(this));
|
81
|
+
return html`
|
82
|
+
<ul>
|
83
|
+
${volumes}
|
84
|
+
<div class="separator"></div>
|
85
|
+
</ul>
|
86
|
+
`;
|
87
|
+
}
|
88
|
+
|
89
|
+
render() {
|
90
|
+
return html`
|
91
|
+
${this.viewableFiles.length ? this.volumesList : nothing}
|
92
|
+
`;
|
93
|
+
}
|
94
|
+
|
95
|
+
static get styles() {
|
96
|
+
return css`
|
97
|
+
:host {
|
98
|
+
display: block;
|
99
|
+
overflow-y: auto;
|
100
|
+
box-sizing: border-box;
|
101
|
+
color: var(--primaryTextColor);
|
102
|
+
margin-top: 14px;
|
103
|
+
margin-bottom: 2rem;
|
104
|
+
--activeBorderWidth: 2px;
|
105
|
+
}
|
106
|
+
|
107
|
+
a {
|
108
|
+
color: #ffffff;
|
109
|
+
text-decoration: none
|
110
|
+
}
|
111
|
+
|
112
|
+
img {
|
113
|
+
width: 35px;
|
114
|
+
height: 45px;
|
115
|
+
}
|
116
|
+
|
117
|
+
ul {
|
118
|
+
padding: 0;
|
119
|
+
list-style: none;
|
120
|
+
margin: var(--activeBorderWidth) 0.5rem 1rem 0;
|
121
|
+
}
|
122
|
+
|
123
|
+
ul > li:first-child .separator {
|
124
|
+
display: none;
|
125
|
+
}
|
126
|
+
|
127
|
+
li {
|
128
|
+
cursor: pointer;
|
129
|
+
outline: none;
|
130
|
+
position: relative;
|
131
|
+
}
|
132
|
+
|
133
|
+
li .content {
|
134
|
+
padding: 2px 0 4px 2px;
|
135
|
+
border: var(--activeBorderWidth) solid transparent;
|
136
|
+
padding: .2rem 0 .4rem .2rem;
|
137
|
+
}
|
138
|
+
|
139
|
+
li .content.active {
|
140
|
+
border: var(--activeBorderWidth) solid #538bc5;
|
141
|
+
}
|
142
|
+
|
143
|
+
small {
|
144
|
+
font-style: italic;
|
145
|
+
white-space: initial;
|
146
|
+
}
|
147
|
+
|
148
|
+
.container {
|
149
|
+
display: flex;
|
150
|
+
align-items: center;
|
151
|
+
justify-content: center
|
152
|
+
}
|
153
|
+
|
154
|
+
.item-title {
|
155
|
+
margin-block-start: 0em;
|
156
|
+
margin-block-end: 0em;
|
157
|
+
font-size: 14px;
|
158
|
+
font-weight: bold;
|
159
|
+
word-wrap: break-word;
|
160
|
+
padding-left: 5px;
|
161
|
+
}
|
162
|
+
|
163
|
+
.separator {
|
164
|
+
background-color: var(--secondaryBGColor);
|
165
|
+
width: 98%;
|
166
|
+
margin: 1px auto;
|
167
|
+
height: 1px;
|
168
|
+
}
|
169
|
+
|
170
|
+
.text {
|
171
|
+
padding-left: 10px;
|
172
|
+
}
|
173
|
+
|
174
|
+
.icon {
|
175
|
+
display: inline-block;
|
176
|
+
width: 14px;
|
177
|
+
height: 14px;
|
178
|
+
margin-left: .7rem;
|
179
|
+
border: 1px solid var(--primaryTextColor);
|
180
|
+
border-radius: 2px;
|
181
|
+
background: var(--activeButtonBg) 50% 50% no-repeat;
|
182
|
+
}
|
183
|
+
|
184
|
+
`;
|
185
|
+
}
|
186
|
+
}
|
187
|
+
|
188
|
+
customElements.define('viewable-files', Volumes);
|