@vaadin-component-factory/vcf-pdf-viewer 0.9.0 → 1.0.0

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.
Files changed (172) hide show
  1. package/README.md +1 -1
  2. package/package.json +42 -26
  3. package/{src/display → pdfjs/dist}/display_utils.js +344 -139
  4. package/{src/display → pdfjs/dist}/fetch_stream.js +115 -97
  5. package/pdfjs/dist/l10n_utils.js +140 -0
  6. package/{src/shared → pdfjs/dist}/message_handler.js +243 -259
  7. package/{src/display → pdfjs/dist}/network.js +149 -87
  8. package/{src/display/content_disposition.js → pdfjs/dist/network_utils.js} +167 -55
  9. package/{src/display → pdfjs/dist}/node_stream.js +133 -98
  10. package/pdfjs/dist/pdf.js +12778 -0
  11. package/pdfjs/dist/pdf_link_service.js +638 -0
  12. package/pdfjs/dist/pdf_rendering_queue.js +199 -0
  13. package/pdfjs/dist/pdf_thumbnail_viewer.js +819 -0
  14. package/pdfjs/dist/pdf_viewer.js +3598 -0
  15. package/pdfjs/dist/ui_utils.js +1033 -0
  16. package/{src/shared → pdfjs/dist}/util.js +301 -287
  17. package/pdfjs/dist/worker.js +62813 -0
  18. package/src/vcf-pdf-viewer.js +98 -46
  19. package/theme/lumo/vcf-pdf-viewer-styles.js +4 -4
  20. package/theme/material/vcf-pdf-viewer-styles.js +4 -4
  21. package/theme/material/vcf-pdf-viewer.js +2 -2
  22. package/src/core/.eslintrc +0 -13
  23. package/src/core/annotation.js +0 -2948
  24. package/src/core/arithmetic_decoder.js +0 -182
  25. package/src/core/ascii_85_stream.js +0 -98
  26. package/src/core/ascii_hex_stream.js +0 -79
  27. package/src/core/base_stream.js +0 -110
  28. package/src/core/bidi.js +0 -438
  29. package/src/core/calibri_factors.js +0 -308
  30. package/src/core/catalog.js +0 -1459
  31. package/src/core/ccitt.js +0 -1062
  32. package/src/core/ccitt_stream.js +0 -60
  33. package/src/core/cff_font.js +0 -116
  34. package/src/core/cff_parser.js +0 -1949
  35. package/src/core/charsets.js +0 -119
  36. package/src/core/chunked_stream.js +0 -557
  37. package/src/core/cmap.js +0 -1039
  38. package/src/core/colorspace.js +0 -1533
  39. package/src/core/core_utils.js +0 -464
  40. package/src/core/crypto.js +0 -1900
  41. package/src/core/decode_stream.js +0 -170
  42. package/src/core/decrypt_stream.js +0 -59
  43. package/src/core/default_appearance.js +0 -99
  44. package/src/core/document.js +0 -1456
  45. package/src/core/encodings.js +0 -301
  46. package/src/core/evaluator.js +0 -4601
  47. package/src/core/file_spec.js +0 -108
  48. package/src/core/flate_stream.js +0 -402
  49. package/src/core/font_renderer.js +0 -882
  50. package/src/core/fonts.js +0 -3260
  51. package/src/core/fonts_utils.js +0 -221
  52. package/src/core/function.js +0 -1257
  53. package/src/core/glyf.js +0 -706
  54. package/src/core/glyphlist.js +0 -4558
  55. package/src/core/helvetica_factors.js +0 -353
  56. package/src/core/image.js +0 -802
  57. package/src/core/image_utils.js +0 -291
  58. package/src/core/jbig2.js +0 -2572
  59. package/src/core/jbig2_stream.js +0 -73
  60. package/src/core/jpeg_stream.js +0 -105
  61. package/src/core/jpg.js +0 -1416
  62. package/src/core/jpx.js +0 -2343
  63. package/src/core/jpx_stream.js +0 -87
  64. package/src/core/liberationsans_widths.js +0 -221
  65. package/src/core/lzw_stream.js +0 -150
  66. package/src/core/metadata_parser.js +0 -146
  67. package/src/core/metrics.js +0 -2970
  68. package/src/core/murmurhash3.js +0 -139
  69. package/src/core/myriadpro_factors.js +0 -290
  70. package/src/core/name_number_tree.js +0 -153
  71. package/src/core/object_loader.js +0 -149
  72. package/src/core/opentype_file_builder.js +0 -154
  73. package/src/core/operator_list.js +0 -734
  74. package/src/core/parser.js +0 -1416
  75. package/src/core/pattern.js +0 -985
  76. package/src/core/pdf_manager.js +0 -217
  77. package/src/core/predictor_stream.js +0 -238
  78. package/src/core/primitives.js +0 -402
  79. package/src/core/ps_parser.js +0 -272
  80. package/src/core/run_length_stream.js +0 -61
  81. package/src/core/segoeui_factors.js +0 -308
  82. package/src/core/standard_fonts.js +0 -817
  83. package/src/core/stream.js +0 -103
  84. package/src/core/struct_tree.js +0 -335
  85. package/src/core/to_unicode_map.js +0 -103
  86. package/src/core/type1_font.js +0 -421
  87. package/src/core/type1_parser.js +0 -776
  88. package/src/core/unicode.js +0 -1649
  89. package/src/core/worker.js +0 -848
  90. package/src/core/worker_stream.js +0 -135
  91. package/src/core/writer.js +0 -278
  92. package/src/core/xfa/bind.js +0 -652
  93. package/src/core/xfa/builder.js +0 -207
  94. package/src/core/xfa/config.js +0 -1926
  95. package/src/core/xfa/connection_set.js +0 -202
  96. package/src/core/xfa/data.js +0 -82
  97. package/src/core/xfa/datasets.js +0 -76
  98. package/src/core/xfa/factory.js +0 -111
  99. package/src/core/xfa/fonts.js +0 -181
  100. package/src/core/xfa/formcalc_lexer.js +0 -385
  101. package/src/core/xfa/formcalc_parser.js +0 -1340
  102. package/src/core/xfa/html_utils.js +0 -639
  103. package/src/core/xfa/layout.js +0 -383
  104. package/src/core/xfa/locale_set.js +0 -345
  105. package/src/core/xfa/namespaces.js +0 -81
  106. package/src/core/xfa/parser.js +0 -184
  107. package/src/core/xfa/setup.js +0 -38
  108. package/src/core/xfa/signature.js +0 -40
  109. package/src/core/xfa/som.js +0 -338
  110. package/src/core/xfa/stylesheet.js +0 -40
  111. package/src/core/xfa/template.js +0 -6260
  112. package/src/core/xfa/text.js +0 -290
  113. package/src/core/xfa/unknown.js +0 -29
  114. package/src/core/xfa/utils.js +0 -217
  115. package/src/core/xfa/xdp.js +0 -59
  116. package/src/core/xfa/xfa_object.js +0 -1130
  117. package/src/core/xfa/xhtml.js +0 -543
  118. package/src/core/xfa_fonts.js +0 -208
  119. package/src/core/xml_parser.js +0 -507
  120. package/src/core/xref.js +0 -899
  121. package/src/display/annotation_layer.js +0 -2107
  122. package/src/display/annotation_storage.js +0 -113
  123. package/src/display/api.js +0 -3292
  124. package/src/display/base_factory.js +0 -180
  125. package/src/display/canvas.js +0 -2828
  126. package/src/display/font_loader.js +0 -484
  127. package/src/display/metadata.js +0 -41
  128. package/src/display/network_utils.js +0 -100
  129. package/src/display/node_utils.js +0 -83
  130. package/src/display/optional_content_config.js +0 -189
  131. package/src/display/pattern_helper.js +0 -659
  132. package/src/display/svg.js +0 -1709
  133. package/src/display/text_layer.js +0 -847
  134. package/src/display/transport_stream.js +0 -303
  135. package/src/display/worker_options.js +0 -40
  136. package/src/display/xfa_layer.js +0 -204
  137. package/src/doc_helper.js +0 -25
  138. package/src/images/logo.svg +0 -41
  139. package/src/interfaces.js +0 -169
  140. package/src/license_header.js +0 -14
  141. package/src/license_header_libre.js +0 -21
  142. package/src/pdf.image_decoders.js +0 -46
  143. package/src/pdf.js +0 -146
  144. package/src/pdf.sandbox.external.js +0 -181
  145. package/src/pdf.sandbox.js +0 -151
  146. package/src/pdf.scripting.js +0 -25
  147. package/src/pdf.worker.entry.js +0 -19
  148. package/src/pdf.worker.js +0 -23
  149. package/src/scripting_api/aform.js +0 -608
  150. package/src/scripting_api/app.js +0 -621
  151. package/src/scripting_api/color.js +0 -129
  152. package/src/scripting_api/common.js +0 -58
  153. package/src/scripting_api/console.js +0 -38
  154. package/src/scripting_api/constants.js +0 -208
  155. package/src/scripting_api/doc.js +0 -1195
  156. package/src/scripting_api/error.js +0 -23
  157. package/src/scripting_api/event.js +0 -232
  158. package/src/scripting_api/field.js +0 -620
  159. package/src/scripting_api/fullscreen.js +0 -145
  160. package/src/scripting_api/initialization.js +0 -223
  161. package/src/scripting_api/pdf_object.js +0 -24
  162. package/src/scripting_api/print_params.js +0 -146
  163. package/src/scripting_api/proxy.js +0 -139
  164. package/src/scripting_api/thermometer.js +0 -69
  165. package/src/scripting_api/util.js +0 -581
  166. package/src/shared/.eslintrc +0 -13
  167. package/src/shared/cffStandardStrings.js +0 -311
  168. package/src/shared/compatibility.js +0 -114
  169. package/src/shared/fonts_utils.js +0 -429
  170. package/src/shared/is_node.js +0 -27
  171. package/src/shared/scripting_utils.js +0 -85
  172. package/src/worker_loader.js +0 -32
@@ -1,189 +0,0 @@
1
- /* Copyright 2020 Mozilla Foundation
2
- *
3
- * Licensed under the Apache License, Version 2.0 (the "License");
4
- * you may not use this file except in compliance with the License.
5
- * You may obtain a copy of the License at
6
- *
7
- * http://www.apache.org/licenses/LICENSE-2.0
8
- *
9
- * Unless required by applicable law or agreed to in writing, software
10
- * distributed under the License is distributed on an "AS IS" BASIS,
11
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- * See the License for the specific language governing permissions and
13
- * limitations under the License.
14
- */
15
- import { objectFromMap, warn } from "../shared/util.js";
16
-
17
- class OptionalContentGroup {
18
- constructor(name, intent) {
19
- this.visible = true;
20
- this.name = name;
21
- this.intent = intent;
22
- }
23
- }
24
-
25
- class OptionalContentConfig {
26
- constructor(data) {
27
- this.name = null;
28
- this.creator = null;
29
- this._order = null;
30
- this._groups = new Map();
31
-
32
- if (data === null) {
33
- return;
34
- }
35
- this.name = data.name;
36
- this.creator = data.creator;
37
- this._order = data.order;
38
- for (const group of data.groups) {
39
- this._groups.set(
40
- group.id,
41
- new OptionalContentGroup(group.name, group.intent)
42
- );
43
- }
44
-
45
- if (data.baseState === "OFF") {
46
- for (const group of this._groups) {
47
- group.visible = false;
48
- }
49
- }
50
-
51
- for (const on of data.on) {
52
- this._groups.get(on).visible = true;
53
- }
54
-
55
- for (const off of data.off) {
56
- this._groups.get(off).visible = false;
57
- }
58
- }
59
-
60
- _evaluateVisibilityExpression(array) {
61
- const length = array.length;
62
- if (length < 2) {
63
- return true;
64
- }
65
- const operator = array[0];
66
- for (let i = 1; i < length; i++) {
67
- const element = array[i];
68
- let state;
69
- if (Array.isArray(element)) {
70
- state = this._evaluateVisibilityExpression(element);
71
- } else if (this._groups.has(element)) {
72
- state = this._groups.get(element).visible;
73
- } else {
74
- warn(`Optional content group not found: ${element}`);
75
- return true;
76
- }
77
- switch (operator) {
78
- case "And":
79
- if (!state) {
80
- return false;
81
- }
82
- break;
83
- case "Or":
84
- if (state) {
85
- return true;
86
- }
87
- break;
88
- case "Not":
89
- return !state;
90
- default:
91
- return true;
92
- }
93
- }
94
- return operator === "And";
95
- }
96
-
97
- isVisible(group) {
98
- if (group.type === "OCG") {
99
- if (!this._groups.has(group.id)) {
100
- warn(`Optional content group not found: ${group.id}`);
101
- return true;
102
- }
103
- return this._groups.get(group.id).visible;
104
- } else if (group.type === "OCMD") {
105
- // Per the spec, the expression should be preferred if available.
106
- if (group.expression) {
107
- return this._evaluateVisibilityExpression(group.expression);
108
- }
109
- if (!group.policy || group.policy === "AnyOn") {
110
- // Default
111
- for (const id of group.ids) {
112
- if (!this._groups.has(id)) {
113
- warn(`Optional content group not found: ${id}`);
114
- return true;
115
- }
116
- if (this._groups.get(id).visible) {
117
- return true;
118
- }
119
- }
120
- return false;
121
- } else if (group.policy === "AllOn") {
122
- for (const id of group.ids) {
123
- if (!this._groups.has(id)) {
124
- warn(`Optional content group not found: ${id}`);
125
- return true;
126
- }
127
- if (!this._groups.get(id).visible) {
128
- return false;
129
- }
130
- }
131
- return true;
132
- } else if (group.policy === "AnyOff") {
133
- for (const id of group.ids) {
134
- if (!this._groups.has(id)) {
135
- warn(`Optional content group not found: ${id}`);
136
- return true;
137
- }
138
- if (!this._groups.get(id).visible) {
139
- return true;
140
- }
141
- }
142
- return false;
143
- } else if (group.policy === "AllOff") {
144
- for (const id of group.ids) {
145
- if (!this._groups.has(id)) {
146
- warn(`Optional content group not found: ${id}`);
147
- return true;
148
- }
149
- if (this._groups.get(id).visible) {
150
- return false;
151
- }
152
- }
153
- return true;
154
- }
155
- warn(`Unknown optional content policy ${group.policy}.`);
156
- return true;
157
- }
158
- warn(`Unknown group type ${group.type}.`);
159
- return true;
160
- }
161
-
162
- setVisibility(id, visible = true) {
163
- if (!this._groups.has(id)) {
164
- warn(`Optional content group not found: ${id}`);
165
- return;
166
- }
167
- this._groups.get(id).visible = !!visible;
168
- }
169
-
170
- getOrder() {
171
- if (!this._groups.size) {
172
- return null;
173
- }
174
- if (this._order) {
175
- return this._order.slice();
176
- }
177
- return Array.from(this._groups.keys());
178
- }
179
-
180
- getGroups() {
181
- return this._groups.size > 0 ? objectFromMap(this._groups) : null;
182
- }
183
-
184
- getGroup(id) {
185
- return this._groups.get(id) || null;
186
- }
187
- }
188
-
189
- export { OptionalContentConfig };