ofd-view 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. package/README.md +24 -0
  2. package/dist/demo.html +1 -0
  3. package/dist/img/eSignature.86aee100.svg +1 -0
  4. package/dist/img/findbarButton-next.0740eb99.svg +4 -0
  5. package/dist/img/findbarButton-previous.5969e41b.svg +4 -0
  6. package/dist/img/loading-dark.9ab6800b.svg +24 -0
  7. package/dist/img/loading.8fadb3c5.svg +1 -0
  8. package/dist/img/secondaryToolbarButton-documentProperties.9198b9ac.svg +15 -0
  9. package/dist/img/secondaryToolbarButton-firstPage.c1e7992b.svg +1 -0
  10. package/dist/img/secondaryToolbarButton-handTool.8cad1a29.svg +1 -0
  11. package/dist/img/secondaryToolbarButton-lastPage.4744324d.svg +1 -0
  12. package/dist/img/secondaryToolbarButton-rotateCcw.1f447597.svg +1 -0
  13. package/dist/img/secondaryToolbarButton-rotateCw.8e62176e.svg +4 -0
  14. package/dist/img/secondaryToolbarButton-scrollHorizontal.97f00948.svg +1 -0
  15. package/dist/img/secondaryToolbarButton-scrollPage.4f20b324.svg +1 -0
  16. package/dist/img/secondaryToolbarButton-scrollVertical.8ba8a663.svg +1 -0
  17. package/dist/img/secondaryToolbarButton-scrollWrapped.dd4f56d3.svg +1 -0
  18. package/dist/img/secondaryToolbarButton-selectTool.96049ac6.svg +4 -0
  19. package/dist/img/secondaryToolbarButton-spreadEven.54796b4a.svg +1 -0
  20. package/dist/img/secondaryToolbarButton-spreadNone.c04a2d50.svg +1 -0
  21. package/dist/img/secondaryToolbarButton-spreadOdd.82ac8f8d.svg +1 -0
  22. package/dist/img/toolbarButton-bookmark.a3661eec.svg +1 -0
  23. package/dist/img/toolbarButton-currentOutlineItem.cbb0a073.svg +1 -0
  24. package/dist/img/toolbarButton-download.812bc80b.svg +4 -0
  25. package/dist/img/toolbarButton-menuArrow.ad107da2.svg +1 -0
  26. package/dist/img/toolbarButton-openFile.c29ab05c.svg +4 -0
  27. package/dist/img/toolbarButton-pageDown.1133abb1.svg +7 -0
  28. package/dist/img/toolbarButton-pageUp.71e1b9d8.svg +12 -0
  29. package/dist/img/toolbarButton-presentationMode.5a6e7749.svg +1 -0
  30. package/dist/img/toolbarButton-print.f0a8039b.svg +4 -0
  31. package/dist/img/toolbarButton-search.043a4a1c.svg +4 -0
  32. package/dist/img/toolbarButton-secondaryToolbarToggle.bf252e44.svg +4 -0
  33. package/dist/img/toolbarButton-sidebarToggle.c67dc4d4.svg +4 -0
  34. package/dist/img/toolbarButton-viewAttachments.51b7b977.svg +1 -0
  35. package/dist/img/toolbarButton-viewLayers.f0446ab4.svg +1 -0
  36. package/dist/img/toolbarButton-viewOutline.58ce699c.svg +1 -0
  37. package/dist/img/toolbarButton-viewSignatures.45f9dd2d.svg +1 -0
  38. package/dist/img/toolbarButton-viewThumbnail.0a28d66f.svg +4 -0
  39. package/dist/img/toolbarButton-zoomIn.5e7a0a7f.svg +4 -0
  40. package/dist/img/toolbarButton-zoomOut.eebe8d8e.svg +4 -0
  41. package/dist/img/treeitem-collapsed.6510b623.svg +1 -0
  42. package/dist/img/treeitem-expanded.bce9c704.svg +1 -0
  43. package/dist/ofd-view.common.js +303 -0
  44. package/dist/ofd-view.common.js.map +1 -0
  45. package/dist/ofd-view.css +19 -0
  46. package/dist/ofd-view.umd.js +321 -0
  47. package/dist/ofd-view.umd.js.map +1 -0
  48. package/dist/ofd-view.umd.min.js +2 -0
  49. package/dist/ofd-view.umd.min.js.map +1 -0
  50. package/package.json +47 -0
@@ -0,0 +1,321 @@
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory(require("vue"));
4
+ else if(typeof define === 'function' && define.amd)
5
+ define([], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["ofd-view"] = factory(require("vue"));
8
+ else
9
+ root["ofd-view"] = factory(root["Vue"]);
10
+ })((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__203__) {
11
+ return /******/ (function() { // webpackBootstrap
12
+ /******/ "use strict";
13
+ /******/ var __webpack_modules__ = ({
14
+
15
+ /***/ 620:
16
+ /***/ (function(__unused_webpack_module, exports) {
17
+
18
+ var __webpack_unused_export__;
19
+
20
+
21
+ __webpack_unused_export__ = ({
22
+ value: true
23
+ });
24
+ // runtime helper for setting properties on components
25
+ // in a tree-shakable way
26
+ exports.Z = (sfc, props) => {
27
+ const target = sfc.__vccOpts || sfc;
28
+ for (const [key, val] of props) {
29
+ target[key] = val;
30
+ }
31
+ return target;
32
+ };
33
+
34
+ /***/ }),
35
+
36
+ /***/ 203:
37
+ /***/ (function(module) {
38
+
39
+ module.exports = __WEBPACK_EXTERNAL_MODULE__203__;
40
+
41
+ /***/ })
42
+
43
+ /******/ });
44
+ /************************************************************************/
45
+ /******/ // The module cache
46
+ /******/ var __webpack_module_cache__ = {};
47
+ /******/
48
+ /******/ // The require function
49
+ /******/ function __webpack_require__(moduleId) {
50
+ /******/ // Check if module is in cache
51
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
52
+ /******/ if (cachedModule !== undefined) {
53
+ /******/ return cachedModule.exports;
54
+ /******/ }
55
+ /******/ // Create a new module (and put it into the cache)
56
+ /******/ var module = __webpack_module_cache__[moduleId] = {
57
+ /******/ // no module.id needed
58
+ /******/ // no module.loaded needed
59
+ /******/ exports: {}
60
+ /******/ };
61
+ /******/
62
+ /******/ // Execute the module function
63
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
64
+ /******/
65
+ /******/ // Return the exports of the module
66
+ /******/ return module.exports;
67
+ /******/ }
68
+ /******/
69
+ /************************************************************************/
70
+ /******/ /* webpack/runtime/compat get default export */
71
+ /******/ !function() {
72
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
73
+ /******/ __webpack_require__.n = function(module) {
74
+ /******/ var getter = module && module.__esModule ?
75
+ /******/ function() { return module['default']; } :
76
+ /******/ function() { return module; };
77
+ /******/ __webpack_require__.d(getter, { a: getter });
78
+ /******/ return getter;
79
+ /******/ };
80
+ /******/ }();
81
+ /******/
82
+ /******/ /* webpack/runtime/define property getters */
83
+ /******/ !function() {
84
+ /******/ // define getter functions for harmony exports
85
+ /******/ __webpack_require__.d = function(exports, definition) {
86
+ /******/ for(var key in definition) {
87
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
88
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
89
+ /******/ }
90
+ /******/ }
91
+ /******/ };
92
+ /******/ }();
93
+ /******/
94
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
95
+ /******/ !function() {
96
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
97
+ /******/ }();
98
+ /******/
99
+ /******/ /* webpack/runtime/make namespace object */
100
+ /******/ !function() {
101
+ /******/ // define __esModule on exports
102
+ /******/ __webpack_require__.r = function(exports) {
103
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
104
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
105
+ /******/ }
106
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
107
+ /******/ };
108
+ /******/ }();
109
+ /******/
110
+ /******/ /* webpack/runtime/publicPath */
111
+ /******/ !function() {
112
+ /******/ __webpack_require__.p = "";
113
+ /******/ }();
114
+ /******/
115
+ /************************************************************************/
116
+ var __webpack_exports__ = {};
117
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
118
+ !function() {
119
+ // ESM COMPAT FLAG
120
+ __webpack_require__.r(__webpack_exports__);
121
+
122
+ // EXPORTS
123
+ __webpack_require__.d(__webpack_exports__, {
124
+ "default": function() { return /* binding */ entry_lib; }
125
+ });
126
+
127
+ ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
128
+ /* eslint-disable no-var */
129
+ // This file is imported into lib/wc client bundles.
130
+
131
+ if (typeof window !== 'undefined') {
132
+ var currentScript = window.document.currentScript
133
+ if (false) { var getCurrentScript; }
134
+
135
+ var src = currentScript && currentScript.src.match(/(.+\/)[^/]+\.js(\?.*)?$/)
136
+ if (src) {
137
+ __webpack_require__.p = src[1] // eslint-disable-line
138
+ }
139
+ }
140
+
141
+ // Indicate to webpack that this file can be concatenated
142
+ /* harmony default export */ var setPublicPath = (null);
143
+
144
+ // EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
145
+ var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(203);
146
+ var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_);
147
+ ;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/OfdView.vue?vue&type=template&id=29fe8c3f
148
+
149
+ const _hoisted_1 = {
150
+ id: "outerContainer"
151
+ };
152
+ const _hoisted_2 = /*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createStaticVNode)("<div id=\"mainContainer\"><div id=\"secondaryToolbar\" class=\"secondaryToolbar hidden doorHangerRight\"><div id=\"secondaryToolbarButtonContainer\"><button id=\"secondaryOpenFile\" class=\"secondaryToolbarButton openFile visibleLargeView\" title=\"打开文件\" tabindex=\"52\" data-l10n-id=\"open_file\"><span data-l10n-id=\"open_file_label\">打开</span></button><button id=\"secondaryPrint\" class=\"secondaryToolbarButton print visibleMediumView\" title=\"打印\" tabindex=\"53\" data-l10n-id=\"print\"><span data-l10n-id=\"print_label\">打印</span></button><button id=\"documentProperties\" class=\"secondaryToolbarButton documentProperties\" title=\"文档属性…\" tabindex=\"69\" data-l10n-id=\"document_properties\" aria-controls=\"documentPropertiesDialog\"><span data-l10n-id=\"document_properties_label\">文档属性…</span></button></div></div><div class=\"toolbar\"><div id=\"toolbarContainer\"><div id=\"toolbarViewer\"><div id=\"toolbarViewerLeft\"><div class=\"splitToolbarButton hiddenSmallView\"><button class=\"toolbarButton pageUp\" title=\"上一页\" id=\"previous\" tabindex=\"13\" data-l10n-id=\"previous\"><span data-l10n-id=\"previous_label\">上一页</span></button><div class=\"splitToolbarButtonSeparator\"></div><button class=\"toolbarButton pageDown\" title=\"下一页\" id=\"next\" tabindex=\"14\" data-l10n-id=\"next\"><span data-l10n-id=\"next_label\">下一页</span></button></div><input type=\"number\" id=\"pageNumber\" class=\"toolbarField pageNumber\" title=\"页面\" value=\"1\" size=\"4\" min=\"1\" tabindex=\"15\" data-l10n-id=\"page\" autocomplete=\"off\"><span id=\"numPages\" class=\"toolbarLabel\"></span></div><div id=\"toolbarViewerRight\"><button id=\"openFile\" class=\"toolbarButton openFile hiddenLargeView\" title=\"打开文件\" tabindex=\"32\" data-l10n-id=\"open_file\"><span data-l10n-id=\"open_file_label\">打开</span></button><button id=\"print\" class=\"toolbarButton print hiddenMediumView\" title=\"打印\" tabindex=\"33\" data-l10n-id=\"print\"><span data-l10n-id=\"print_label\">打印</span></button><div class=\"verticalToolbarSeparator hiddenSmallView\"></div><button id=\"secondaryToolbarToggle\" class=\"toolbarButton\" title=\"工具\" tabindex=\"36\" data-l10n-id=\"tools\" aria-expanded=\"false\" aria-controls=\"secondaryToolbar\"><span data-l10n-id=\"tools_label\">工具</span></button></div><div id=\"toolbarViewerMiddle\"><div class=\"splitToolbarButton\"><button id=\"zoomOut\" class=\"toolbarButton zoomOut\" title=\"缩小\" tabindex=\"21\" data-l10n-id=\"zoom_out\"><span data-l10n-id=\"zoom_out_label\">缩小</span></button><div class=\"splitToolbarButtonSeparator\"></div><button id=\"zoomIn\" class=\"toolbarButton zoomIn\" title=\"放大\" tabindex=\"22\" data-l10n-id=\"zoom_in\"><span data-l10n-id=\"zoom_in_label\">放大</span></button></div><span id=\"scaleSelectContainer\" class=\"dropdownToolbarButton\"><select id=\"scaleSelect\" title=\"缩放\" tabindex=\"23\" data-l10n-id=\"zoom\"><option id=\"pageAutoOption\" title=\"\" value=\"auto\" selected=\"selected\" data-l10n-id=\"page_scale_auto\">自动缩放</option><option id=\"pageActualOption\" title=\"\" value=\"page-actual\" data-l10n-id=\"page_scale_actual\">实际大小</option><option id=\"pageFitOption\" title=\"\" value=\"page-fit\" data-l10n-id=\"page_scale_fit\">适合页面</option><option id=\"pageWidthOption\" title=\"\" value=\"page-width\" data-l10n-id=\"page_scale_width\">适合页宽</option><option id=\"customScaleOption\" title=\"\" value=\"custom\" disabled=\"disabled\" hidden=\"true\"></option><option title=\"\" value=\"0.5\" data-l10n-id=\"page_scale_percent\" data-l10n-args=\"{ &quot;scale&quot;: 50 }\">50%</option><option title=\"\" value=\"0.75\" data-l10n-id=\"page_scale_percent\" data-l10n-args=\"{ &quot;scale&quot;: 75 }\">75%</option><option title=\"\" value=\"1\" data-l10n-id=\"page_scale_percent\" data-l10n-args=\"{ &quot;scale&quot;: 100 }\">100%</option><option title=\"\" value=\"1.25\" data-l10n-id=\"page_scale_percent\" data-l10n-args=\"{ &quot;scale&quot;: 125 }\">125%</option><option title=\"\" value=\"1.5\" data-l10n-id=\"page_scale_percent\" data-l10n-args=\"{ &quot;scale&quot;: 150 }\">150%</option><option title=\"\" value=\"2\" data-l10n-id=\"page_scale_percent\" data-l10n-args=\"{ &quot;scale&quot;: 200 }\">200%</option><option title=\"\" value=\"3\" data-l10n-id=\"page_scale_percent\" data-l10n-args=\"{ &quot;scale&quot;: 300 }\">300%</option><option title=\"\" value=\"4\" data-l10n-id=\"page_scale_percent\" data-l10n-args=\"{ &quot;scale&quot;: 400 }\">400%</option></select></span></div></div></div></div><div id=\"viewerContainer\" tabindex=\"0\"><div id=\"viewer\" class=\"pdfViewer\"></div></div><div id=\"errorWrapper\" hidden=\"true\"><div id=\"errorMessageLeft\"><span id=\"errorMessage\"></span><button id=\"errorShowMore\" data-l10n-id=\"error_more_info\"> More Information </button><button id=\"errorShowLess\" data-l10n-id=\"error_less_info\" hidden=\"true\"> Less Information </button></div><div id=\"errorMessageRight\"><button id=\"errorClose\" data-l10n-id=\"error_close\"> Close </button></div><div class=\"clearBoth\"></div><textarea id=\"errorMoreInfo\" hidden=\"true\" readonly=\"readonly\"></textarea></div></div><div id=\"dialogContainer\"><dialog id=\"documentPropertiesDialog\"><div class=\"row\"><span id=\"fileNameLabel\" data-l10n-id=\"document_properties_file_name\">文件名:</span><p id=\"fileNameField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"fileSizeLabel\" data-l10n-id=\"document_properties_file_size\">文件大小:</span><p id=\"fileSizeField\" aria-labelledby=\"fileSizeLabel\">-</p></div><div class=\"separator\"></div><div class=\"row\"><span id=\"titleLabel\" data-l10n-id=\"document_properties_title\">标题:</span><p id=\"titleField\" aria-labelledby=\"titleLabel\">-</p></div><div class=\"row\"><span id=\"authorLabel\" data-l10n-id=\"document_properties_author\">作者:</span><p id=\"authorField\" aria-labelledby=\"authorLabel\">-</p></div><div class=\"row\"><span id=\"subjectLabel\" data-l10n-id=\"document_properties_subject\">主题:</span><p id=\"subjectField\" aria-labelledby=\"subjectLabel\">-</p></div><div class=\"row\"><span id=\"keywordsLabel\" data-l10n-id=\"document_properties_keywords\">关键词:</span><p id=\"keywordsField\" aria-labelledby=\"keywordsLabel\">-</p></div><div class=\"row\"><span id=\"creationDateLabel\" data-l10n-id=\"document_properties_creation_date\">创建日期:</span><p id=\"creationDateField\" aria-labelledby=\"creationDateLabel\">-</p></div><div class=\"row\"><span id=\"modificationDateLabel\" data-l10n-id=\"document_properties_modification_date\">修改日期:</span><p id=\"modificationDateField\" aria-labelledby=\"modificationDateLabel\">-</p></div><div class=\"row\"><span id=\"creatorLabel\" data-l10n-id=\"document_properties_creator\">创建者:</span><p id=\"creatorField\" aria-labelledby=\"creatorLabel\">-</p></div><div class=\"separator\"></div><div class=\"row\"><span id=\"producerLabel\" data-l10n-id=\"document_properties_producer\">OFD 生成器:</span><p id=\"producerField\" aria-labelledby=\"producerLabel\">-</p></div><div class=\"row\"><span id=\"versionLabel\" data-l10n-id=\"document_properties_version\">OFD 版本:</span><p id=\"versionField\" aria-labelledby=\"versionLabel\">-</p></div><div class=\"row\"><span id=\"pageCountLabel\" data-l10n-id=\"document_properties_page_count\">页数:</span><p id=\"pageCountField\" aria-labelledby=\"pageCountLabel\">-</p></div><div class=\"row\"><span id=\"pageSizeLabel\" data-l10n-id=\"document_properties_page_size\">页面大小:</span><p id=\"pageSizeField\" aria-labelledby=\"pageSizeLabel\">-</p></div><div class=\"separator\"></div><div class=\"row\" hidden=\"hidden\"><span id=\"linearizedLabel\" data-l10n-id=\"document_properties_linearized\">快速 Web 视图:</span><p id=\"linearizedField\" aria-labelledby=\"linearizedLabel\">-</p></div><div class=\"buttonRow\"><button id=\"documentPropertiesClose\" class=\"dialogButton\"><span data-l10n-id=\"document_properties_close\">关闭</span></button></div></dialog><dialog id=\"printServiceDialog\" style=\"min-width:200px;\"><div class=\"row\"><span data-l10n-id=\"print_progress_message\">正在准备打印文档…</span></div><div class=\"row\"><progress id=\"printProgress\" value=\"0\" max=\"100\"></progress><span data-l10n-id=\"print_progress_percent\" data-l10n-args=\"{ &quot;progress&quot;: 0 }\" class=\"relative-progress\">0%</span></div><div class=\"buttonRow\"><button id=\"printCancel\" class=\"dialogButton\"><span data-l10n-id=\"print_progress_close\">取消</span></button></div></dialog><dialog id=\"signaturePropertiesDialog\"><div class=\"row\"><span id=\"signerLabel\">签章人:</span><p id=\"signerField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"providerLabel\">签章提供者:</span><p id=\"providerField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"hashedValueLabel\">原文摘要值:</span><p id=\"hashedValueField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"signedValueLabel\">签名值:</span><p id=\"signedValueField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"signMethodLabel\">签名算法:</span><p id=\"signMethodField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"signVersionLabel\">版本号:</span><p id=\"signVersionField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"verifyLabel\">验签结果:</span><p id=\"verifyField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"separator\"></div><div class=\"row\"><span id=\"sealIDLabel\">印章标识:</span><p id=\"sealIDField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"sealNameLabel\">印章名称:</span><p id=\"sealNameField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"sealTypeLabel\">印章类型:</span><p id=\"sealTypeField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"sealAuthTimeLabel\">有效时间:</span><p id=\"sealAuthTimeField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"sealMakeTimeLabel\">制章日期:</span><p id=\"sealMakeTimeField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"row\"><span id=\"sealVersionLabel\">印章版本:</span><p id=\"sealVersionField\" aria-labelledby=\"fileNameLabel\">-</p></div><div class=\"buttonRow\"><button id=\"signaturePropertiesClose\" class=\"dialogButton\"><span data-l10n-id=\"document_properties_close\">关闭</span></button></div></dialog></div>", 2);
153
+ const _hoisted_4 = [_hoisted_2];
154
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
155
+ return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", _hoisted_1, _hoisted_4);
156
+ }
157
+ ;// CONCATENATED MODULE: ./src/components/OfdView.vue?vue&type=template&id=29fe8c3f
158
+
159
+ ;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/OfdView.vue?vue&type=script&lang=js
160
+
161
+ let config;
162
+ /* harmony default export */ var OfdViewvue_type_script_lang_js = ({
163
+ name: "OfdView",
164
+ props: {},
165
+ data() {
166
+ return {
167
+ containerHeight: 0
168
+ };
169
+ },
170
+ mounted() {
171
+ if (!config) {
172
+ config = this.getViewerConfiguration();
173
+ console.log(config);
174
+ //vue下viewerContainer必须设置height
175
+ this.containerHeight = `${window.innerHeight - 100}px`;
176
+ let img = new Image();
177
+ img.style.position = 'absolute';
178
+ img.style.left = 0;
179
+ img.style.right = 0;
180
+ img.style.margin = 'auto';
181
+ img.style.top = 0;
182
+ img.style.bottom = 0;
183
+ img.src = 'data:image/gif;base64,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';
184
+ img.draggable = false;
185
+ config.loadingContainer = img;
186
+ // config.onPageChanging = pageNumber => {
187
+ // // console.log(pageNumber)
188
+ // }
189
+ // config.parserOFDSuccess = core => {
190
+ // // console.log(core)
191
+ // }
192
+ // config.onPageScale = scale => {
193
+ // // console.log(scale)
194
+ // }
195
+ }
196
+ // ofd.openOFDViewer(config)
197
+ },
198
+
199
+ methods: {
200
+ getViewerConfiguration() {
201
+ let errorWrapper = null;
202
+ errorWrapper = {
203
+ container: document.getElementById('errorWrapper'),
204
+ errorMessage: document.getElementById('errorMessage'),
205
+ closeButton: document.getElementById('errorClose'),
206
+ errorMoreInfo: document.getElementById('errorMoreInfo'),
207
+ moreInfoButton: document.getElementById('errorShowMore'),
208
+ lessInfoButton: document.getElementById('errorShowLess')
209
+ };
210
+ return {
211
+ appContainer: document.body,
212
+ mainContainer: document.getElementById('viewerContainer'),
213
+ viewerContainer: document.getElementById('viewer'),
214
+ toolbar: {
215
+ container: document.getElementById('toolbarViewer'),
216
+ numPages: document.getElementById('numPages'),
217
+ pageNumber: document.getElementById('pageNumber'),
218
+ scaleSelect: document.getElementById('scaleSelect'),
219
+ customScaleOption: document.getElementById('customScaleOption'),
220
+ previous: document.getElementById('previous'),
221
+ next: document.getElementById('next'),
222
+ zoomIn: document.getElementById('zoomIn'),
223
+ zoomOut: document.getElementById('zoomOut'),
224
+ openFile: document.getElementById('openFile'),
225
+ print: document.getElementById('print')
226
+ },
227
+ secondaryToolbar: {
228
+ toolbar: document.getElementById('secondaryToolbar'),
229
+ toggleButton: document.getElementById('secondaryToolbarToggle'),
230
+ toolbarButtonContainer: document.getElementById('secondaryToolbarButtonContainer'),
231
+ openFileButton: document.getElementById('secondaryOpenFile'),
232
+ printButton: document.getElementById('secondaryPrint'),
233
+ documentPropertiesButton: document.getElementById('documentProperties')
234
+ },
235
+ sidebar: {
236
+ // Divs (and sidebar button)
237
+ outerContainer: document.getElementById('outerContainer'),
238
+ viewerContainer: document.getElementById('viewerContainer')
239
+ },
240
+ sidebarResizer: {
241
+ outerContainer: document.getElementById('outerContainer')
242
+ },
243
+ documentProperties: {
244
+ dialog: document.getElementById('documentPropertiesDialog'),
245
+ closeButton: document.getElementById('documentPropertiesClose'),
246
+ fields: {
247
+ fileName: document.getElementById('fileNameField'),
248
+ fileSize: document.getElementById('fileSizeField'),
249
+ title: document.getElementById('titleField'),
250
+ author: document.getElementById('authorField'),
251
+ subject: document.getElementById('subjectField'),
252
+ keywords: document.getElementById('keywordsField'),
253
+ creationDate: document.getElementById('creationDateField'),
254
+ modificationDate: document.getElementById('modificationDateField'),
255
+ creator: document.getElementById('creatorField'),
256
+ producer: document.getElementById('producerField'),
257
+ version: document.getElementById('versionField'),
258
+ pageCount: document.getElementById('pageCountField'),
259
+ pageSize: document.getElementById('pageSizeField'),
260
+ linearized: document.getElementById('linearizedField')
261
+ }
262
+ },
263
+ signatureProperties: {
264
+ dialog: document.getElementById('signaturePropertiesDialog'),
265
+ closeButton: document.getElementById('signaturePropertiesClose'),
266
+ fields: {
267
+ signer: document.getElementById('signerField'),
268
+ provider: document.getElementById('providerField'),
269
+ hashedValue: document.getElementById('hashedValueField'),
270
+ signedValue: document.getElementById('signedValueField'),
271
+ signMethod: document.getElementById('signMethodField'),
272
+ signVersion: document.getElementById('signVersionField'),
273
+ verify: document.getElementById('verifyField'),
274
+ sealID: document.getElementById('sealIDField'),
275
+ sealName: document.getElementById('sealNameField'),
276
+ sealType: document.getElementById('sealTypeField'),
277
+ sealAuthTime: document.getElementById('sealAuthTimeField'),
278
+ sealMakeTime: document.getElementById('sealMakeTimeField'),
279
+ sealVersion: document.getElementById('sealVersionField')
280
+ }
281
+ },
282
+ errorWrapper,
283
+ printContainer: document.getElementById('printContainer'),
284
+ openFileInputName: 'fileInput'
285
+ };
286
+ }
287
+ }
288
+ });
289
+ ;// CONCATENATED MODULE: ./src/components/OfdView.vue?vue&type=script&lang=js
290
+
291
+ // EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
292
+ var exportHelper = __webpack_require__(620);
293
+ ;// CONCATENATED MODULE: ./src/components/OfdView.vue
294
+
295
+
296
+
297
+
298
+ ;
299
+ const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(OfdViewvue_type_script_lang_js, [['render',render]])
300
+
301
+ /* harmony default export */ var OfdView = (__exports__);
302
+ ;// CONCATENATED MODULE: ./src/components/index.js
303
+
304
+
305
+ const Components = [OfdView];
306
+ Object.keys(Components).forEach(name => {
307
+ external_commonjs_vue_commonjs2_vue_root_Vue_default().componet(name, Components[name]);
308
+ });
309
+ /* harmony default export */ var components = (Components);
310
+ ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
311
+
312
+
313
+ /* harmony default export */ var entry_lib = (components);
314
+
315
+
316
+ }();
317
+ /******/ return __webpack_exports__;
318
+ /******/ })()
319
+ ;
320
+ });
321
+ //# sourceMappingURL=ofd-view.umd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ofd-view.umd.js","mappings":"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","sources":["webpack://ofd-view/webpack/universalModuleDefinition","webpack://ofd-view/./node_modules/vue-loader/dist/exportHelper.js","webpack://ofd-view/external umd {\"commonjs\":\"vue\",\"commonjs2\":\"vue\",\"root\":\"Vue\"}","webpack://ofd-view/webpack/bootstrap","webpack://ofd-view/webpack/runtime/compat get default export","webpack://ofd-view/webpack/runtime/define property getters","webpack://ofd-view/webpack/runtime/hasOwnProperty shorthand","webpack://ofd-view/webpack/runtime/make namespace object","webpack://ofd-view/webpack/runtime/publicPath","webpack://ofd-view/./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js","webpack://ofd-view/./src/components/OfdView.vue","webpack://ofd-view/./src/components/OfdView.vue?8180","webpack://ofd-view/./src/components/OfdView.vue?8e65","webpack://ofd-view/./src/components/OfdView.vue?d58b","webpack://ofd-view/./src/components/index.js","webpack://ofd-view/./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"vue\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ofd-view\"] = factory(require(\"vue\"));\n\telse\n\t\troot[\"ofd-view\"] = factory(root[\"Vue\"]);\n})((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__203__) {\nreturn ","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// runtime helper for setting properties on components\n// in a tree-shakable way\nexports.default = (sfc, props) => {\n const target = sfc.__vccOpts || sfc;\n for (const [key, val] of props) {\n target[key] = val;\n }\n return target;\n};\n","module.exports = __WEBPACK_EXTERNAL_MODULE__203__;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.p = \"\";","/* eslint-disable no-var */\n// This file is imported into lib/wc client bundles.\n\nif (typeof window !== 'undefined') {\n var currentScript = window.document.currentScript\n if (process.env.NEED_CURRENTSCRIPT_POLYFILL) {\n var getCurrentScript = require('@soda/get-current-script')\n currentScript = getCurrentScript()\n\n // for backward compatibility, because previously we directly included the polyfill\n if (!('currentScript' in document)) {\n Object.defineProperty(document, 'currentScript', { get: getCurrentScript })\n }\n }\n\n var src = currentScript && currentScript.src.match(/(.+\\/)[^/]+\\.js(\\?.*)?$/)\n if (src) {\n __webpack_public_path__ = src[1] // eslint-disable-line\n }\n}\n\n// Indicate to webpack that this file can be concatenated\nexport default null\n","<template>\r\n <div id=\"outerContainer\">\r\n\r\n <div id=\"mainContainer\">\r\n\r\n <div id=\"secondaryToolbar\" class=\"secondaryToolbar hidden doorHangerRight\">\r\n <div id=\"secondaryToolbarButtonContainer\">\r\n <button id=\"secondaryOpenFile\" class=\"secondaryToolbarButton openFile visibleLargeView\" title=\"打开文件\"\r\n tabindex=\"52\" data-l10n-id=\"open_file\">\r\n <span data-l10n-id=\"open_file_label\">打开</span>\r\n </button>\r\n\r\n <button id=\"secondaryPrint\" class=\"secondaryToolbarButton print visibleMediumView\" title=\"打印\" tabindex=\"53\"\r\n data-l10n-id=\"print\">\r\n <span data-l10n-id=\"print_label\">打印</span>\r\n </button>\r\n\r\n <button id=\"documentProperties\" class=\"secondaryToolbarButton documentProperties\" title=\"文档属性…\"\r\n tabindex=\"69\" data-l10n-id=\"document_properties\" aria-controls=\"documentPropertiesDialog\">\r\n <span data-l10n-id=\"document_properties_label\">文档属性…</span>\r\n </button>\r\n </div>\r\n </div> <!-- secondaryToolbar -->\r\n\r\n <div class=\"toolbar\">\r\n <div id=\"toolbarContainer\">\r\n <div id=\"toolbarViewer\">\r\n <div id=\"toolbarViewerLeft\">\r\n <div class=\"splitToolbarButton hiddenSmallView\">\r\n <button class=\"toolbarButton pageUp\" title=\"上一页\" id=\"previous\" tabindex=\"13\"\r\n data-l10n-id=\"previous\">\r\n <span data-l10n-id=\"previous_label\">上一页</span>\r\n </button>\r\n <div class=\"splitToolbarButtonSeparator\"></div>\r\n <button class=\"toolbarButton pageDown\" title=\"下一页\" id=\"next\" tabindex=\"14\" data-l10n-id=\"next\">\r\n <span data-l10n-id=\"next_label\">下一页</span>\r\n </button>\r\n </div>\r\n <input type=\"number\" id=\"pageNumber\" class=\"toolbarField pageNumber\" title=\"页面\" value=\"1\" size=\"4\"\r\n min=\"1\" tabindex=\"15\" data-l10n-id=\"page\" autocomplete=\"off\">\r\n <span id=\"numPages\" class=\"toolbarLabel\"></span>\r\n </div>\r\n <div id=\"toolbarViewerRight\">\r\n\r\n <button id=\"openFile\" class=\"toolbarButton openFile hiddenLargeView\" title=\"打开文件\" tabindex=\"32\"\r\n data-l10n-id=\"open_file\">\r\n <span data-l10n-id=\"open_file_label\">打开</span>\r\n </button>\r\n\r\n <button id=\"print\" class=\"toolbarButton print hiddenMediumView\" title=\"打印\" tabindex=\"33\"\r\n data-l10n-id=\"print\">\r\n <span data-l10n-id=\"print_label\">打印</span>\r\n </button>\r\n\r\n <div class=\"verticalToolbarSeparator hiddenSmallView\"></div>\r\n\r\n <button id=\"secondaryToolbarToggle\" class=\"toolbarButton\" title=\"工具\" tabindex=\"36\" data-l10n-id=\"tools\"\r\n aria-expanded=\"false\" aria-controls=\"secondaryToolbar\">\r\n <span data-l10n-id=\"tools_label\">工具</span>\r\n </button>\r\n </div>\r\n <div id=\"toolbarViewerMiddle\">\r\n <div class=\"splitToolbarButton\">\r\n <button id=\"zoomOut\" class=\"toolbarButton zoomOut\" title=\"缩小\" tabindex=\"21\"\r\n data-l10n-id=\"zoom_out\">\r\n <span data-l10n-id=\"zoom_out_label\">缩小</span>\r\n </button>\r\n <div class=\"splitToolbarButtonSeparator\"></div>\r\n <button id=\"zoomIn\" class=\"toolbarButton zoomIn\" title=\"放大\" tabindex=\"22\" data-l10n-id=\"zoom_in\">\r\n <span data-l10n-id=\"zoom_in_label\">放大</span>\r\n </button>\r\n </div>\r\n <span id=\"scaleSelectContainer\" class=\"dropdownToolbarButton\">\r\n <select id=\"scaleSelect\" title=\"缩放\" tabindex=\"23\" data-l10n-id=\"zoom\">\r\n <option id=\"pageAutoOption\" title=\"\" value=\"auto\" selected=\"selected\"\r\n data-l10n-id=\"page_scale_auto\">自动缩放</option>\r\n <option id=\"pageActualOption\" title=\"\" value=\"page-actual\" data-l10n-id=\"page_scale_actual\">实际大小</option>\r\n <option id=\"pageFitOption\" title=\"\" value=\"page-fit\" data-l10n-id=\"page_scale_fit\">适合页面</option>\r\n <option id=\"pageWidthOption\" title=\"\" value=\"page-width\"\r\n data-l10n-id=\"page_scale_width\">适合页宽</option>\r\n <option id=\"customScaleOption\" title=\"\" value=\"custom\" disabled=\"disabled\" hidden=\"true\"></option>\r\n <option title=\"\" value=\"0.5\" data-l10n-id=\"page_scale_percent\"\r\n data-l10n-args='{ \"scale\": 50 }'>50%</option>\r\n <option title=\"\" value=\"0.75\" data-l10n-id=\"page_scale_percent\"\r\n data-l10n-args='{ \"scale\": 75 }'>75%</option>\r\n <option title=\"\" value=\"1\" data-l10n-id=\"page_scale_percent\"\r\n data-l10n-args='{ \"scale\": 100 }'>100%</option>\r\n <option title=\"\" value=\"1.25\" data-l10n-id=\"page_scale_percent\" data-l10n-args='{ \"scale\": 125 }'>125%</option>\r\n <option title=\"\" value=\"1.5\" data-l10n-id=\"page_scale_percent\" data-l10n-args='{ \"scale\": 150 }'>150%</option>\r\n <option title=\"\" value=\"2\" data-l10n-id=\"page_scale_percent\"\r\n data-l10n-args='{ \"scale\": 200 }'>200%</option>\r\n <option title=\"\" value=\"3\" data-l10n-id=\"page_scale_percent\"\r\n data-l10n-args='{ \"scale\": 300 }'>300%</option>\r\n <option title=\"\" value=\"4\" data-l10n-id=\"page_scale_percent\"\r\n data-l10n-args='{ \"scale\": 400 }'>400%</option>\r\n </select>\r\n </span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <!-- //:style=\"{height: containerHeight}\"-->\r\n <div id=\"viewerContainer\" tabindex=\"0\">\r\n <div id=\"viewer\" class=\"pdfViewer\"></div>\r\n </div>\r\n\r\n <!--#if !MOZCENTRAL-->\r\n <div id=\"errorWrapper\" hidden='true'>\r\n <div id=\"errorMessageLeft\">\r\n <span id=\"errorMessage\"></span>\r\n <button id=\"errorShowMore\" data-l10n-id=\"error_more_info\">\r\n More Information\r\n </button>\r\n <button id=\"errorShowLess\" data-l10n-id=\"error_less_info\" hidden='true'>\r\n Less Information\r\n </button>\r\n </div>\r\n <div id=\"errorMessageRight\">\r\n <button id=\"errorClose\" data-l10n-id=\"error_close\">\r\n Close\r\n </button>\r\n </div>\r\n <div class=\"clearBoth\"></div>\r\n <textarea id=\"errorMoreInfo\" hidden='true' readonly=\"readonly\"></textarea>\r\n </div>\r\n <!--#endif-->\r\n </div> <!-- mainContainer -->\r\n\r\n <div id=\"dialogContainer\">\r\n <dialog id=\"documentPropertiesDialog\">\r\n <div class=\"row\">\r\n <span id=\"fileNameLabel\" data-l10n-id=\"document_properties_file_name\">文件名:</span>\r\n <p id=\"fileNameField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"fileSizeLabel\" data-l10n-id=\"document_properties_file_size\">文件大小:</span>\r\n <p id=\"fileSizeField\" aria-labelledby=\"fileSizeLabel\">-</p>\r\n </div>\r\n <div class=\"separator\"></div>\r\n <div class=\"row\">\r\n <span id=\"titleLabel\" data-l10n-id=\"document_properties_title\">标题:</span>\r\n <p id=\"titleField\" aria-labelledby=\"titleLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"authorLabel\" data-l10n-id=\"document_properties_author\">作者:</span>\r\n <p id=\"authorField\" aria-labelledby=\"authorLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"subjectLabel\" data-l10n-id=\"document_properties_subject\">主题:</span>\r\n <p id=\"subjectField\" aria-labelledby=\"subjectLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"keywordsLabel\" data-l10n-id=\"document_properties_keywords\">关键词:</span>\r\n <p id=\"keywordsField\" aria-labelledby=\"keywordsLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"creationDateLabel\" data-l10n-id=\"document_properties_creation_date\">创建日期:</span>\r\n <p id=\"creationDateField\" aria-labelledby=\"creationDateLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"modificationDateLabel\"\r\n data-l10n-id=\"document_properties_modification_date\">修改日期:</span>\r\n <p id=\"modificationDateField\" aria-labelledby=\"modificationDateLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"creatorLabel\" data-l10n-id=\"document_properties_creator\">创建者:</span>\r\n <p id=\"creatorField\" aria-labelledby=\"creatorLabel\">-</p>\r\n </div>\r\n <div class=\"separator\"></div>\r\n <div class=\"row\">\r\n <span id=\"producerLabel\" data-l10n-id=\"document_properties_producer\">OFD 生成器:</span>\r\n <p id=\"producerField\" aria-labelledby=\"producerLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"versionLabel\" data-l10n-id=\"document_properties_version\">OFD 版本:</span>\r\n <p id=\"versionField\" aria-labelledby=\"versionLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"pageCountLabel\" data-l10n-id=\"document_properties_page_count\">页数:</span>\r\n <p id=\"pageCountField\" aria-labelledby=\"pageCountLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"pageSizeLabel\" data-l10n-id=\"document_properties_page_size\">页面大小:</span>\r\n <p id=\"pageSizeField\" aria-labelledby=\"pageSizeLabel\">-</p>\r\n </div>\r\n <div class=\"separator\"></div>\r\n <div class=\"row\" hidden=\"hidden\">\r\n <span id=\"linearizedLabel\" data-l10n-id=\"document_properties_linearized\">快速 Web 视图:</span>\r\n <p id=\"linearizedField\" aria-labelledby=\"linearizedLabel\">-</p>\r\n </div>\r\n <div class=\"buttonRow\">\r\n <button id=\"documentPropertiesClose\" class=\"dialogButton\"><span\r\n data-l10n-id=\"document_properties_close\">关闭</span></button>\r\n </div>\r\n </dialog>\r\n <!--#if !MOZCENTRAL-->\r\n <dialog id=\"printServiceDialog\" style=\"min-width: 200px;\">\r\n <div class=\"row\">\r\n <span data-l10n-id=\"print_progress_message\">正在准备打印文档…</span>\r\n </div>\r\n <div class=\"row\">\r\n <progress id=\"printProgress\" value=\"0\" max=\"100\"></progress>\r\n <span data-l10n-id=\"print_progress_percent\" data-l10n-args='{ \"progress\": 0 }'\r\n class=\"relative-progress\">0%</span>\r\n </div>\r\n <div class=\"buttonRow\">\r\n <button id=\"printCancel\" class=\"dialogButton\"><span data-l10n-id=\"print_progress_close\">取消</span></button>\r\n </div>\r\n </dialog>\r\n\r\n <dialog id=\"signaturePropertiesDialog\">\r\n <div class=\"row\">\r\n <span id=\"signerLabel\">签章人:</span>\r\n <p id=\"signerField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"providerLabel\">签章提供者:</span>\r\n <p id=\"providerField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"hashedValueLabel\">原文摘要值:</span>\r\n <p id=\"hashedValueField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"signedValueLabel\">签名值:</span>\r\n <p id=\"signedValueField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"signMethodLabel\">签名算法:</span>\r\n <p id=\"signMethodField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"signVersionLabel\">版本号:</span>\r\n <p id=\"signVersionField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"verifyLabel\">验签结果:</span>\r\n <p id=\"verifyField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"separator\"></div>\r\n <div class=\"row\">\r\n <span id=\"sealIDLabel\">印章标识:</span>\r\n <p id=\"sealIDField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"sealNameLabel\">印章名称:</span>\r\n <p id=\"sealNameField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"sealTypeLabel\">印章类型:</span>\r\n <p id=\"sealTypeField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"sealAuthTimeLabel\">有效时间:</span>\r\n <p id=\"sealAuthTimeField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"sealMakeTimeLabel\">制章日期:</span>\r\n <p id=\"sealMakeTimeField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"row\">\r\n <span id=\"sealVersionLabel\">印章版本:</span>\r\n <p id=\"sealVersionField\" aria-labelledby=\"fileNameLabel\">-</p>\r\n </div>\r\n <div class=\"buttonRow\">\r\n <button id=\"signaturePropertiesClose\" class=\"dialogButton\"><span data-l10n-id=\"document_properties_close\">关闭</span>\r\n </button>\r\n </div>\r\n </dialog>\r\n <!--#endif-->\r\n <!--#if CHROME-->\r\n <!--#include viewer-snippet-chrome-overlays.html-->\r\n <!--#endif-->\r\n </div> <!-- dialogContainer -->\r\n\r\n </div> <!-- outerContainer -->\r\n</template>\r\n\r\n<script>\r\nimport './viewer.css'\r\nlet config;\r\nexport default {\r\n name: \"OfdView\",\r\n props: {\r\n\r\n },\r\n data() {\r\n return {\r\n containerHeight: 0,\r\n }\r\n },\r\n\r\n mounted() {\r\n if (!config) {\r\n config = this.getViewerConfiguration()\r\n console.log(config)\r\n //vue下viewerContainer必须设置height\r\n this.containerHeight = `${window.innerHeight - 100}px`\r\n let img = new Image();\r\n img.style.position = 'absolute';\r\n img.style.left = 0;\r\n img.style.right = 0;\r\n img.style.margin = 'auto';\r\n img.style.top = 0;\r\n img.style.bottom = 0;\r\n img.src = 'data:image/gif;base64,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';\r\n img.draggable = false;\r\n config.loadingContainer = img\r\n // config.onPageChanging = pageNumber => {\r\n // // console.log(pageNumber)\r\n // }\r\n // config.parserOFDSuccess = core => {\r\n // // console.log(core)\r\n // }\r\n // config.onPageScale = scale => {\r\n // // console.log(scale)\r\n // }\r\n }\r\n // ofd.openOFDViewer(config)\r\n\r\n },\r\n\r\n methods: {\r\n getViewerConfiguration() {\r\n let errorWrapper = null\r\n errorWrapper = {\r\n container: document.getElementById('errorWrapper'),\r\n errorMessage: document.getElementById('errorMessage'),\r\n closeButton: document.getElementById('errorClose'),\r\n errorMoreInfo: document.getElementById('errorMoreInfo'),\r\n moreInfoButton: document.getElementById('errorShowMore'),\r\n lessInfoButton: document.getElementById('errorShowLess'),\r\n }\r\n\r\n return {\r\n appContainer: document.body,\r\n mainContainer: document.getElementById('viewerContainer'),\r\n viewerContainer: document.getElementById('viewer'),\r\n toolbar: {\r\n container: document.getElementById('toolbarViewer'),\r\n numPages: document.getElementById('numPages'),\r\n pageNumber: document.getElementById('pageNumber'),\r\n scaleSelect: document.getElementById('scaleSelect'),\r\n customScaleOption: document.getElementById('customScaleOption'),\r\n previous: document.getElementById('previous'),\r\n next: document.getElementById('next'),\r\n zoomIn: document.getElementById('zoomIn'),\r\n zoomOut: document.getElementById('zoomOut'),\r\n openFile: document.getElementById('openFile'),\r\n print: document.getElementById('print'),\r\n },\r\n secondaryToolbar: {\r\n toolbar: document.getElementById('secondaryToolbar'),\r\n toggleButton: document.getElementById('secondaryToolbarToggle'),\r\n toolbarButtonContainer: document.getElementById(\r\n 'secondaryToolbarButtonContainer'\r\n ),\r\n openFileButton: document.getElementById('secondaryOpenFile'),\r\n printButton: document.getElementById('secondaryPrint'),\r\n documentPropertiesButton: document.getElementById('documentProperties'),\r\n },\r\n sidebar: {\r\n // Divs (and sidebar button)\r\n outerContainer: document.getElementById('outerContainer'),\r\n viewerContainer: document.getElementById('viewerContainer'),\r\n },\r\n sidebarResizer: {\r\n outerContainer: document.getElementById('outerContainer'),\r\n },\r\n documentProperties: {\r\n dialog: document.getElementById('documentPropertiesDialog'),\r\n closeButton: document.getElementById('documentPropertiesClose'),\r\n fields: {\r\n fileName: document.getElementById('fileNameField'),\r\n fileSize: document.getElementById('fileSizeField'),\r\n title: document.getElementById('titleField'),\r\n author: document.getElementById('authorField'),\r\n subject: document.getElementById('subjectField'),\r\n keywords: document.getElementById('keywordsField'),\r\n creationDate: document.getElementById('creationDateField'),\r\n modificationDate: document.getElementById('modificationDateField'),\r\n creator: document.getElementById('creatorField'),\r\n producer: document.getElementById('producerField'),\r\n version: document.getElementById('versionField'),\r\n pageCount: document.getElementById('pageCountField'),\r\n pageSize: document.getElementById('pageSizeField'),\r\n linearized: document.getElementById('linearizedField'),\r\n },\r\n },\r\n signatureProperties: {\r\n dialog: document.getElementById('signaturePropertiesDialog'),\r\n closeButton: document.getElementById('signaturePropertiesClose'),\r\n fields: {\r\n signer: document.getElementById('signerField'),\r\n provider: document.getElementById('providerField'),\r\n hashedValue: document.getElementById('hashedValueField'),\r\n signedValue: document.getElementById('signedValueField'),\r\n signMethod: document.getElementById('signMethodField'),\r\n signVersion: document.getElementById('signVersionField'),\r\n verify: document.getElementById('verifyField'),\r\n\r\n sealID: document.getElementById('sealIDField'),\r\n sealName: document.getElementById('sealNameField'),\r\n sealType: document.getElementById('sealTypeField'),\r\n sealAuthTime: document.getElementById('sealAuthTimeField'),\r\n sealMakeTime: document.getElementById('sealMakeTimeField'),\r\n sealVersion: document.getElementById('sealVersionField'),\r\n },\r\n },\r\n errorWrapper,\r\n printContainer: document.getElementById('printContainer'),\r\n openFileInputName: 'fileInput',\r\n }\r\n }\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped>\r\n\r\n</style>\r\n","export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!../../node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./OfdView.vue?vue&type=template&id=29fe8c3f\"","export { default } from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./OfdView.vue?vue&type=script&lang=js\"; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./OfdView.vue?vue&type=script&lang=js\"","import { render } from \"./OfdView.vue?vue&type=template&id=29fe8c3f\"\nimport script from \"./OfdView.vue?vue&type=script&lang=js\"\nexport * from \"./OfdView.vue?vue&type=script&lang=js\"\n\nimport exportComponent from \"C:\\\\Users\\\\donal\\\\WebstormProjects\\\\ofd-view\\\\node_modules\\\\vue-loader\\\\dist\\\\exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import Vue from 'vue'\r\nimport OfdView from './OfdView.vue'\r\n\r\nconst Components = [\r\n OfdView\r\n]\r\n\r\nObject.keys(Components).forEach(name => {\r\n Vue.componet(name, Components[name])\r\n})\r\n\r\nexport default Components\r\n","import './setPublicPath'\nimport mod from '~entry'\nexport default mod\nexport * from '~entry'\n"],"names":["Object","defineProperty","exports","value","default","sfc","props","target","__vccOpts","key","val","id","_hoisted_2","_createElementBlock","_hoisted_1","config","name","data","containerHeight","mounted","getViewerConfiguration","console","log","window","innerHeight","img","Image","style","position","left","right","margin","top","bottom","src","draggable","loadingContainer","methods","errorWrapper","container","document","getElementById","errorMessage","closeButton","errorMoreInfo","moreInfoButton","lessInfoButton","appContainer","body","mainContainer","viewerContainer","toolbar","numPages","pageNumber","scaleSelect","customScaleOption","previous","next","zoomIn","zoomOut","openFile","print","secondaryToolbar","toggleButton","toolbarButtonContainer","openFileButton","printButton","documentPropertiesButton","sidebar","outerContainer","sidebarResizer","documentProperties","dialog","fields","fileName","fileSize","title","author","subject","keywords","creationDate","modificationDate","creator","producer","version","pageCount","pageSize","linearized","signatureProperties","signer","provider","hashedValue","signedValue","signMethod","signVersion","verify","sealID","sealName","sealType","sealAuthTime","sealMakeTime","sealVersion","printContainer","openFileInputName","Vue","OfdView","Components","keys","forEach","componet"],"sourceRoot":""}
@@ -0,0 +1,2 @@
1
+ (function(e,t){"object"===typeof exports&&"object"===typeof module?module.exports=t(require("vue")):"function"===typeof define&&define.amd?define([],t):"object"===typeof exports?exports["ofd-view"]=t(require("vue")):e["ofd-view"]=t(e["Vue"])})("undefined"!==typeof self?self:this,(function(e){return function(){"use strict";var t={82:function(e,t){t.Z=(e,t)=>{const a=e.__vccOpts||e;for(const[i,o]of t)a[i]=o;return a}},203:function(t){t.exports=e}},a={};function i(e){var o=a[e];if(void 0!==o)return o.exports;var n=a[e]={exports:{}};return t[e](n,n.exports,i),n.exports}!function(){i.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return i.d(t,{a:t}),t}}(),function(){i.d=function(e,t){for(var a in t)i.o(t,a)&&!i.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})}}(),function(){i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}(),function(){i.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}}(),function(){i.p=""}();var o={};return function(){if(i.r(o),i.d(o,{default:function(){return A}}),"undefined"!==typeof window){var e=window.document.currentScript,t=e&&e.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);t&&(i.p=t[1])}var a=i(203),n=i.n(a);const d={id:"outerContainer"},l=(0,a.createStaticVNode)('<div id="mainContainer"><div id="secondaryToolbar" class="secondaryToolbar hidden doorHangerRight"><div id="secondaryToolbarButtonContainer"><button id="secondaryOpenFile" class="secondaryToolbarButton openFile visibleLargeView" title="打开文件" tabindex="52" data-l10n-id="open_file"><span data-l10n-id="open_file_label">打开</span></button><button id="secondaryPrint" class="secondaryToolbarButton print visibleMediumView" title="打印" tabindex="53" data-l10n-id="print"><span data-l10n-id="print_label">打印</span></button><button id="documentProperties" class="secondaryToolbarButton documentProperties" title="文档属性…" tabindex="69" data-l10n-id="document_properties" aria-controls="documentPropertiesDialog"><span data-l10n-id="document_properties_label">文档属性…</span></button></div></div><div class="toolbar"><div id="toolbarContainer"><div id="toolbarViewer"><div id="toolbarViewerLeft"><div class="splitToolbarButton hiddenSmallView"><button class="toolbarButton pageUp" title="上一页" id="previous" tabindex="13" data-l10n-id="previous"><span data-l10n-id="previous_label">上一页</span></button><div class="splitToolbarButtonSeparator"></div><button class="toolbarButton pageDown" title="下一页" id="next" tabindex="14" data-l10n-id="next"><span data-l10n-id="next_label">下一页</span></button></div><input type="number" id="pageNumber" class="toolbarField pageNumber" title="页面" value="1" size="4" min="1" tabindex="15" data-l10n-id="page" autocomplete="off"><span id="numPages" class="toolbarLabel"></span></div><div id="toolbarViewerRight"><button id="openFile" class="toolbarButton openFile hiddenLargeView" title="打开文件" tabindex="32" data-l10n-id="open_file"><span data-l10n-id="open_file_label">打开</span></button><button id="print" class="toolbarButton print hiddenMediumView" title="打印" tabindex="33" data-l10n-id="print"><span data-l10n-id="print_label">打印</span></button><div class="verticalToolbarSeparator hiddenSmallView"></div><button id="secondaryToolbarToggle" class="toolbarButton" title="工具" tabindex="36" data-l10n-id="tools" aria-expanded="false" aria-controls="secondaryToolbar"><span data-l10n-id="tools_label">工具</span></button></div><div id="toolbarViewerMiddle"><div class="splitToolbarButton"><button id="zoomOut" class="toolbarButton zoomOut" title="缩小" tabindex="21" data-l10n-id="zoom_out"><span data-l10n-id="zoom_out_label">缩小</span></button><div class="splitToolbarButtonSeparator"></div><button id="zoomIn" class="toolbarButton zoomIn" title="放大" tabindex="22" data-l10n-id="zoom_in"><span data-l10n-id="zoom_in_label">放大</span></button></div><span id="scaleSelectContainer" class="dropdownToolbarButton"><select id="scaleSelect" title="缩放" tabindex="23" data-l10n-id="zoom"><option id="pageAutoOption" title="" value="auto" selected="selected" data-l10n-id="page_scale_auto">自动缩放</option><option id="pageActualOption" title="" value="page-actual" data-l10n-id="page_scale_actual">实际大小</option><option id="pageFitOption" title="" value="page-fit" data-l10n-id="page_scale_fit">适合页面</option><option id="pageWidthOption" title="" value="page-width" data-l10n-id="page_scale_width">适合页宽</option><option id="customScaleOption" title="" value="custom" disabled="disabled" hidden="true"></option><option title="" value="0.5" data-l10n-id="page_scale_percent" data-l10n-args="{ &quot;scale&quot;: 50 }">50%</option><option title="" value="0.75" data-l10n-id="page_scale_percent" data-l10n-args="{ &quot;scale&quot;: 75 }">75%</option><option title="" value="1" data-l10n-id="page_scale_percent" data-l10n-args="{ &quot;scale&quot;: 100 }">100%</option><option title="" value="1.25" data-l10n-id="page_scale_percent" data-l10n-args="{ &quot;scale&quot;: 125 }">125%</option><option title="" value="1.5" data-l10n-id="page_scale_percent" data-l10n-args="{ &quot;scale&quot;: 150 }">150%</option><option title="" value="2" data-l10n-id="page_scale_percent" data-l10n-args="{ &quot;scale&quot;: 200 }">200%</option><option title="" value="3" data-l10n-id="page_scale_percent" data-l10n-args="{ &quot;scale&quot;: 300 }">300%</option><option title="" value="4" data-l10n-id="page_scale_percent" data-l10n-args="{ &quot;scale&quot;: 400 }">400%</option></select></span></div></div></div></div><div id="viewerContainer" tabindex="0"><div id="viewer" class="pdfViewer"></div></div><div id="errorWrapper" hidden="true"><div id="errorMessageLeft"><span id="errorMessage"></span><button id="errorShowMore" data-l10n-id="error_more_info"> More Information </button><button id="errorShowLess" data-l10n-id="error_less_info" hidden="true"> Less Information </button></div><div id="errorMessageRight"><button id="errorClose" data-l10n-id="error_close"> Close </button></div><div class="clearBoth"></div><textarea id="errorMoreInfo" hidden="true" readonly="readonly"></textarea></div></div><div id="dialogContainer"><dialog id="documentPropertiesDialog"><div class="row"><span id="fileNameLabel" data-l10n-id="document_properties_file_name">文件名:</span><p id="fileNameField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="fileSizeLabel" data-l10n-id="document_properties_file_size">文件大小:</span><p id="fileSizeField" aria-labelledby="fileSizeLabel">-</p></div><div class="separator"></div><div class="row"><span id="titleLabel" data-l10n-id="document_properties_title">标题:</span><p id="titleField" aria-labelledby="titleLabel">-</p></div><div class="row"><span id="authorLabel" data-l10n-id="document_properties_author">作者:</span><p id="authorField" aria-labelledby="authorLabel">-</p></div><div class="row"><span id="subjectLabel" data-l10n-id="document_properties_subject">主题:</span><p id="subjectField" aria-labelledby="subjectLabel">-</p></div><div class="row"><span id="keywordsLabel" data-l10n-id="document_properties_keywords">关键词:</span><p id="keywordsField" aria-labelledby="keywordsLabel">-</p></div><div class="row"><span id="creationDateLabel" data-l10n-id="document_properties_creation_date">创建日期:</span><p id="creationDateField" aria-labelledby="creationDateLabel">-</p></div><div class="row"><span id="modificationDateLabel" data-l10n-id="document_properties_modification_date">修改日期:</span><p id="modificationDateField" aria-labelledby="modificationDateLabel">-</p></div><div class="row"><span id="creatorLabel" data-l10n-id="document_properties_creator">创建者:</span><p id="creatorField" aria-labelledby="creatorLabel">-</p></div><div class="separator"></div><div class="row"><span id="producerLabel" data-l10n-id="document_properties_producer">OFD 生成器:</span><p id="producerField" aria-labelledby="producerLabel">-</p></div><div class="row"><span id="versionLabel" data-l10n-id="document_properties_version">OFD 版本:</span><p id="versionField" aria-labelledby="versionLabel">-</p></div><div class="row"><span id="pageCountLabel" data-l10n-id="document_properties_page_count">页数:</span><p id="pageCountField" aria-labelledby="pageCountLabel">-</p></div><div class="row"><span id="pageSizeLabel" data-l10n-id="document_properties_page_size">页面大小:</span><p id="pageSizeField" aria-labelledby="pageSizeLabel">-</p></div><div class="separator"></div><div class="row" hidden="hidden"><span id="linearizedLabel" data-l10n-id="document_properties_linearized">快速 Web 视图:</span><p id="linearizedField" aria-labelledby="linearizedLabel">-</p></div><div class="buttonRow"><button id="documentPropertiesClose" class="dialogButton"><span data-l10n-id="document_properties_close">关闭</span></button></div></dialog><dialog id="printServiceDialog" style="min-width:200px;"><div class="row"><span data-l10n-id="print_progress_message">正在准备打印文档…</span></div><div class="row"><progress id="printProgress" value="0" max="100"></progress><span data-l10n-id="print_progress_percent" data-l10n-args="{ &quot;progress&quot;: 0 }" class="relative-progress">0%</span></div><div class="buttonRow"><button id="printCancel" class="dialogButton"><span data-l10n-id="print_progress_close">取消</span></button></div></dialog><dialog id="signaturePropertiesDialog"><div class="row"><span id="signerLabel">签章人:</span><p id="signerField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="providerLabel">签章提供者:</span><p id="providerField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="hashedValueLabel">原文摘要值:</span><p id="hashedValueField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="signedValueLabel">签名值:</span><p id="signedValueField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="signMethodLabel">签名算法:</span><p id="signMethodField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="signVersionLabel">版本号:</span><p id="signVersionField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="verifyLabel">验签结果:</span><p id="verifyField" aria-labelledby="fileNameLabel">-</p></div><div class="separator"></div><div class="row"><span id="sealIDLabel">印章标识:</span><p id="sealIDField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="sealNameLabel">印章名称:</span><p id="sealNameField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="sealTypeLabel">印章类型:</span><p id="sealTypeField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="sealAuthTimeLabel">有效时间:</span><p id="sealAuthTimeField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="sealMakeTimeLabel">制章日期:</span><p id="sealMakeTimeField" aria-labelledby="fileNameLabel">-</p></div><div class="row"><span id="sealVersionLabel">印章版本:</span><p id="sealVersionField" aria-labelledby="fileNameLabel">-</p></div><div class="buttonRow"><button id="signaturePropertiesClose" class="dialogButton"><span data-l10n-id="document_properties_close">关闭</span></button></div></dialog></div>',2),r=[l];function s(e,t,i,o,n,l){return(0,a.openBlock)(),(0,a.createElementBlock)("div",d,r)}let p;var u={name:"OfdView",props:{},data(){return{containerHeight:0}},mounted(){if(!p){p=this.getViewerConfiguration(),console.log(p),this.containerHeight=window.innerHeight-100+"px";let e=new Image;e.style.position="absolute",e.style.left=0,e.style.right=0,e.style.margin="auto",e.style.top=0,e.style.bottom=0,e.src="data:image/gif;base64,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",e.draggable=!1,p.loadingContainer=e}},methods:{getViewerConfiguration(){let e=null;return e={container:document.getElementById("errorWrapper"),errorMessage:document.getElementById("errorMessage"),closeButton:document.getElementById("errorClose"),errorMoreInfo:document.getElementById("errorMoreInfo"),moreInfoButton:document.getElementById("errorShowMore"),lessInfoButton:document.getElementById("errorShowLess")},{appContainer:document.body,mainContainer:document.getElementById("viewerContainer"),viewerContainer:document.getElementById("viewer"),toolbar:{container:document.getElementById("toolbarViewer"),numPages:document.getElementById("numPages"),pageNumber:document.getElementById("pageNumber"),scaleSelect:document.getElementById("scaleSelect"),customScaleOption:document.getElementById("customScaleOption"),previous:document.getElementById("previous"),next:document.getElementById("next"),zoomIn:document.getElementById("zoomIn"),zoomOut:document.getElementById("zoomOut"),openFile:document.getElementById("openFile"),print:document.getElementById("print")},secondaryToolbar:{toolbar:document.getElementById("secondaryToolbar"),toggleButton:document.getElementById("secondaryToolbarToggle"),toolbarButtonContainer:document.getElementById("secondaryToolbarButtonContainer"),openFileButton:document.getElementById("secondaryOpenFile"),printButton:document.getElementById("secondaryPrint"),documentPropertiesButton:document.getElementById("documentProperties")},sidebar:{outerContainer:document.getElementById("outerContainer"),viewerContainer:document.getElementById("viewerContainer")},sidebarResizer:{outerContainer:document.getElementById("outerContainer")},documentProperties:{dialog:document.getElementById("documentPropertiesDialog"),closeButton:document.getElementById("documentPropertiesClose"),fields:{fileName:document.getElementById("fileNameField"),fileSize:document.getElementById("fileSizeField"),title:document.getElementById("titleField"),author:document.getElementById("authorField"),subject:document.getElementById("subjectField"),keywords:document.getElementById("keywordsField"),creationDate:document.getElementById("creationDateField"),modificationDate:document.getElementById("modificationDateField"),creator:document.getElementById("creatorField"),producer:document.getElementById("producerField"),version:document.getElementById("versionField"),pageCount:document.getElementById("pageCountField"),pageSize:document.getElementById("pageSizeField"),linearized:document.getElementById("linearizedField")}},signatureProperties:{dialog:document.getElementById("signaturePropertiesDialog"),closeButton:document.getElementById("signaturePropertiesClose"),fields:{signer:document.getElementById("signerField"),provider:document.getElementById("providerField"),hashedValue:document.getElementById("hashedValueField"),signedValue:document.getElementById("signedValueField"),signMethod:document.getElementById("signMethodField"),signVersion:document.getElementById("signVersionField"),verify:document.getElementById("verifyField"),sealID:document.getElementById("sealIDField"),sealName:document.getElementById("sealNameField"),sealType:document.getElementById("sealTypeField"),sealAuthTime:document.getElementById("sealAuthTimeField"),sealMakeTime:document.getElementById("sealMakeTimeField"),sealVersion:document.getElementById("sealVersionField")}},errorWrapper:e,printContainer:document.getElementById("printContainer"),openFileInputName:"fileInput"}}}},c=i(82);const m=(0,c.Z)(u,[["render",s]]);var b=m;const g=[b];Object.keys(g).forEach((e=>{n().componet(e,g[e])}));var v=g,A=v}(),o}()}));
2
+ //# sourceMappingURL=ofd-view.umd.min.js.map