@internetarchive/bookreader 5.0.0-30-d → 5.0.0-32-shadydom
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BookReader/BookReader.js +2 -32261
- package/BookReader/BookReader.js.LICENSE.txt +117 -0
- package/BookReader/BookReader.js.map +1 -1
- package/BookReader/ia-bookreader-bundle.js +1146 -14911
- package/BookReader/ia-bookreader-bundle.js.LICENSE.txt +39 -0
- package/BookReader/ia-bookreader-bundle.js.map +1 -1
- package/BookReader/jquery-1.10.1.js +2 -108
- package/BookReader/jquery-1.10.1.js.LICENSE.txt +24 -0
- package/BookReader/plugins/plugin.archive_analytics.js +1 -170
- package/BookReader/plugins/plugin.archive_analytics.js.map +1 -1
- package/BookReader/plugins/plugin.autoplay.js +1 -163
- package/BookReader/plugins/plugin.autoplay.js.map +1 -1
- package/BookReader/plugins/plugin.chapters.js +1 -333
- package/BookReader/plugins/plugin.chapters.js.map +1 -1
- package/BookReader/plugins/plugin.iframe.js +1 -72
- package/BookReader/plugins/plugin.iframe.js.map +1 -1
- package/BookReader/plugins/plugin.mobile_nav.js +1 -332
- package/BookReader/plugins/plugin.mobile_nav.js.map +1 -1
- package/BookReader/plugins/plugin.resume.js +1 -241
- package/BookReader/plugins/plugin.resume.js.map +1 -1
- package/BookReader/plugins/plugin.search.js +1 -1261
- package/BookReader/plugins/plugin.search.js.map +1 -1
- package/BookReader/plugins/plugin.text_selection.js +1 -839
- package/BookReader/plugins/plugin.text_selection.js.map +1 -1
- package/BookReader/plugins/plugin.tts.js +2 -9115
- package/BookReader/plugins/plugin.tts.js.LICENSE.txt +27 -0
- package/BookReader/plugins/plugin.tts.js.map +1 -1
- package/BookReader/plugins/plugin.url.js +1 -811
- package/BookReader/plugins/plugin.url.js.map +1 -1
- package/BookReader/plugins/plugin.vendor-fullscreen.js +1 -326
- package/BookReader/plugins/plugin.vendor-fullscreen.js.map +1 -1
- package/BookReader/webcomponents-bundle.js +2 -411
- package/BookReader/webcomponents-bundle.js.LICENSE.txt +9 -0
- package/BookReader/webcomponents-bundle.js.map +1 -1
- package/BookReaderDemo/demo-internetarchive.html +2 -1
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
- package/src/BookNavigator/book-navigator.js +2 -1
- package/src/ia-bookreader/ia-bookreader.js +29 -21
- package/stat/BookNavigator/BookNavigator.js +1 -1
- package/stat/BookReaderComponent/BookReaderComponent.js +2 -2
- package/tests/karma/BookNavigator/book-navigator.test.js +1 -1
- package/webpack.config.js +1 -1
@@ -0,0 +1,117 @@
|
|
1
|
+
/*!
|
2
|
+
Colorbox 1.6.4
|
3
|
+
license: MIT
|
4
|
+
http://www.jacklmoore.com/colorbox
|
5
|
+
*/
|
6
|
+
|
7
|
+
/*!
|
8
|
+
* jQuery Color Animations v2.1.2
|
9
|
+
* https://github.com/jquery/jquery-color
|
10
|
+
*
|
11
|
+
* Copyright 2014 jQuery Foundation and other contributors
|
12
|
+
* Released under the MIT license.
|
13
|
+
* http://jquery.org/license
|
14
|
+
*
|
15
|
+
* Date: Wed Jan 16 08:47:09 2013 -0600
|
16
|
+
*/
|
17
|
+
|
18
|
+
/*!
|
19
|
+
* jQuery UI Effects 1.12.1
|
20
|
+
* http://jqueryui.com
|
21
|
+
*
|
22
|
+
* Copyright jQuery Foundation and other contributors
|
23
|
+
* Released under the MIT license.
|
24
|
+
* http://jquery.org/license
|
25
|
+
*/
|
26
|
+
|
27
|
+
/*!
|
28
|
+
* jQuery UI Keycode 1.12.1
|
29
|
+
* http://jqueryui.com
|
30
|
+
*
|
31
|
+
* Copyright jQuery Foundation and other contributors
|
32
|
+
* Released under the MIT license.
|
33
|
+
* http://jquery.org/license
|
34
|
+
*/
|
35
|
+
|
36
|
+
/*!
|
37
|
+
* jQuery UI Mouse 1.12.1
|
38
|
+
* http://jqueryui.com
|
39
|
+
*
|
40
|
+
* Copyright jQuery Foundation and other contributors
|
41
|
+
* Released under the MIT license.
|
42
|
+
* http://jquery.org/license
|
43
|
+
*/
|
44
|
+
|
45
|
+
/*!
|
46
|
+
* jQuery UI Slider 1.12.1
|
47
|
+
* http://jqueryui.com
|
48
|
+
*
|
49
|
+
* Copyright jQuery Foundation and other contributors
|
50
|
+
* Released under the MIT license.
|
51
|
+
* http://jquery.org/license
|
52
|
+
*/
|
53
|
+
|
54
|
+
/*!
|
55
|
+
* jQuery UI Touch Punch 0.2.3
|
56
|
+
*
|
57
|
+
* Copyright 2011–2014, Dave Furfero
|
58
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
59
|
+
*
|
60
|
+
* Depends:
|
61
|
+
* jquery.ui.widget.js
|
62
|
+
* jquery.ui.mouse.js
|
63
|
+
*/
|
64
|
+
|
65
|
+
/*!
|
66
|
+
* jQuery UI Widget 1.12.1
|
67
|
+
* http://jqueryui.com
|
68
|
+
*
|
69
|
+
* Copyright jQuery Foundation and other contributors
|
70
|
+
* Released under the MIT license.
|
71
|
+
* http://jquery.org/license
|
72
|
+
*/
|
73
|
+
|
74
|
+
/*! Hammer.JS - v2.0.7 - 2016-04-22
|
75
|
+
* http://hammerjs.github.io/
|
76
|
+
*
|
77
|
+
* Copyright (c) 2016 Jorik Tangelder;
|
78
|
+
* Licensed under the MIT license */
|
79
|
+
|
80
|
+
/**
|
81
|
+
* @license
|
82
|
+
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
83
|
+
* This code may only be used under the BSD style license found at
|
84
|
+
* http://polymer.github.io/LICENSE.txt
|
85
|
+
* The complete set of authors may be found at
|
86
|
+
* http://polymer.github.io/AUTHORS.txt
|
87
|
+
* The complete set of contributors may be found at
|
88
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
89
|
+
* Code distributed by Google as part of the polymer project is also
|
90
|
+
* subject to an additional IP rights grant found at
|
91
|
+
* http://polymer.github.io/PATENTS.txt
|
92
|
+
*/
|
93
|
+
|
94
|
+
/**
|
95
|
+
* @license
|
96
|
+
* Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
|
97
|
+
* This code may only be used under the BSD style license found at
|
98
|
+
* http://polymer.github.io/LICENSE.txt
|
99
|
+
* The complete set of authors may be found at
|
100
|
+
* http://polymer.github.io/AUTHORS.txt
|
101
|
+
* The complete set of contributors may be found at
|
102
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
103
|
+
* Code distributed by Google as part of the polymer project is also
|
104
|
+
* subject to an additional IP rights grant found at
|
105
|
+
* http://polymer.github.io/PATENTS.txt
|
106
|
+
*/
|
107
|
+
|
108
|
+
/**
|
109
|
+
@license
|
110
|
+
Copyright (c) 2019 The Polymer Project Authors. All rights reserved.
|
111
|
+
This code may only be used under the BSD style license found at
|
112
|
+
http://polymer.github.io/LICENSE.txt The complete set of authors may be found at
|
113
|
+
http://polymer.github.io/AUTHORS.txt The complete set of contributors may be
|
114
|
+
found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
|
115
|
+
part of the polymer project is also subject to an additional IP rights grant
|
116
|
+
found at http://polymer.github.io/PATENTS.txt
|
117
|
+
*/
|