@internetarchive/bookreader 5.0.0-30-c → 5.0.0-31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. package/BookReader/BookReader.js +2 -32267
  2. package/BookReader/BookReader.js.LICENSE.txt +117 -0
  3. package/BookReader/BookReader.js.map +1 -1
  4. package/BookReader/ia-bookreader-bundle.js +1144 -14913
  5. package/BookReader/ia-bookreader-bundle.js.LICENSE.txt +39 -0
  6. package/BookReader/ia-bookreader-bundle.js.map +1 -1
  7. package/BookReader/jquery-1.10.1.js +2 -108
  8. package/BookReader/jquery-1.10.1.js.LICENSE.txt +24 -0
  9. package/BookReader/plugins/plugin.archive_analytics.js +1 -170
  10. package/BookReader/plugins/plugin.archive_analytics.js.map +1 -1
  11. package/BookReader/plugins/plugin.autoplay.js +1 -163
  12. package/BookReader/plugins/plugin.autoplay.js.map +1 -1
  13. package/BookReader/plugins/plugin.chapters.js +1 -333
  14. package/BookReader/plugins/plugin.chapters.js.map +1 -1
  15. package/BookReader/plugins/plugin.iframe.js +1 -72
  16. package/BookReader/plugins/plugin.iframe.js.map +1 -1
  17. package/BookReader/plugins/plugin.mobile_nav.js +1 -332
  18. package/BookReader/plugins/plugin.mobile_nav.js.map +1 -1
  19. package/BookReader/plugins/plugin.resume.js +1 -241
  20. package/BookReader/plugins/plugin.resume.js.map +1 -1
  21. package/BookReader/plugins/plugin.search.js +1 -1261
  22. package/BookReader/plugins/plugin.search.js.map +1 -1
  23. package/BookReader/plugins/plugin.text_selection.js +1 -839
  24. package/BookReader/plugins/plugin.text_selection.js.map +1 -1
  25. package/BookReader/plugins/plugin.tts.js +2 -9115
  26. package/BookReader/plugins/plugin.tts.js.LICENSE.txt +27 -0
  27. package/BookReader/plugins/plugin.tts.js.map +1 -1
  28. package/BookReader/plugins/plugin.url.js +1 -811
  29. package/BookReader/plugins/plugin.url.js.map +1 -1
  30. package/BookReader/plugins/plugin.vendor-fullscreen.js +1 -326
  31. package/BookReader/plugins/plugin.vendor-fullscreen.js.map +1 -1
  32. package/BookReader/webcomponents-bundle.js +2 -411
  33. package/BookReader/webcomponents-bundle.js.LICENSE.txt +9 -0
  34. package/BookReader/webcomponents-bundle.js.map +1 -1
  35. package/BookReaderDemo/demo-internetarchive.html +2 -1
  36. package/CHANGELOG.md +6 -0
  37. package/package.json +2 -2
  38. package/src/BookNavigator/book-navigator.js +1 -1
  39. package/src/BookReader/Mode1Up.js +0 -1
  40. package/src/BookReader/Mode1UpLit.js +0 -4
  41. package/src/ia-bookreader/ia-bookreader.js +22 -14
  42. package/stat/BookNavigator/BookNavigator.js +1 -1
  43. package/stat/BookReaderComponent/BookReaderComponent.js +2 -2
  44. package/tests/karma/BookNavigator/book-navigator.test.js +1 -1
  45. 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
+ */