ofd-view 0.1.4 → 0.1.6
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/babel.config.js +5 -0
- package/dist/ofd-view.common.js +14 -18
- package/dist/ofd-view.common.js.map +1 -1
- package/dist/ofd-view.umd.js +14 -18
- package/dist/ofd-view.umd.js.map +1 -1
- package/dist/ofd-view.umd.min.js +1 -1
- package/dist/ofd-view.umd.min.js.map +1 -1
- package/jsconfig.json +19 -0
- package/package.json +7 -3
- package/public/favicon.ico +0 -0
- package/public/index.html +19 -0
- package/public/viewer.properties +251 -0
- package/src/App.vue +25 -0
- package/src/assets/logo.png +0 -0
- package/src/components/OfdView.vue +422 -0
- package/src/components/images/annotation-check.svg +11 -0
- package/src/components/images/annotation-comment.svg +16 -0
- package/src/components/images/annotation-help.svg +26 -0
- package/src/components/images/annotation-insert.svg +10 -0
- package/src/components/images/annotation-key.svg +11 -0
- package/src/components/images/annotation-newparagraph.svg +11 -0
- package/src/components/images/annotation-noicon.svg +7 -0
- package/src/components/images/annotation-note.svg +42 -0
- package/src/components/images/annotation-paragraph.svg +16 -0
- package/src/components/images/eSignature.svg +1 -0
- package/src/components/images/findbarButton-next.svg +4 -0
- package/src/components/images/findbarButton-previous.svg +4 -0
- package/src/components/images/loading-dark.svg +24 -0
- package/src/components/images/loading-icon.gif +0 -0
- package/src/components/images/loading.svg +1 -0
- package/src/components/images/secondaryToolbarButton-documentProperties.svg +15 -0
- package/src/components/images/secondaryToolbarButton-firstPage.svg +1 -0
- package/src/components/images/secondaryToolbarButton-handTool.svg +1 -0
- package/src/components/images/secondaryToolbarButton-lastPage.svg +1 -0
- package/src/components/images/secondaryToolbarButton-rotateCcw.svg +1 -0
- package/src/components/images/secondaryToolbarButton-rotateCw.svg +4 -0
- package/src/components/images/secondaryToolbarButton-scrollHorizontal.svg +1 -0
- package/src/components/images/secondaryToolbarButton-scrollPage.svg +1 -0
- package/src/components/images/secondaryToolbarButton-scrollVertical.svg +1 -0
- package/src/components/images/secondaryToolbarButton-scrollWrapped.svg +1 -0
- package/src/components/images/secondaryToolbarButton-selectTool.svg +4 -0
- package/src/components/images/secondaryToolbarButton-spreadEven.svg +1 -0
- package/src/components/images/secondaryToolbarButton-spreadNone.svg +1 -0
- package/src/components/images/secondaryToolbarButton-spreadOdd.svg +1 -0
- package/src/components/images/shadow.png +0 -0
- package/src/components/images/toolbarButton-bookmark.svg +1 -0
- package/src/components/images/toolbarButton-currentOutlineItem.svg +1 -0
- package/src/components/images/toolbarButton-download.svg +4 -0
- package/src/components/images/toolbarButton-menuArrow.svg +1 -0
- package/src/components/images/toolbarButton-openFile.svg +4 -0
- package/src/components/images/toolbarButton-pageDown.svg +7 -0
- package/src/components/images/toolbarButton-pageUp.svg +12 -0
- package/src/components/images/toolbarButton-presentationMode.svg +1 -0
- package/src/components/images/toolbarButton-print.svg +4 -0
- package/src/components/images/toolbarButton-search.svg +4 -0
- package/src/components/images/toolbarButton-secondaryToolbarToggle.svg +4 -0
- package/src/components/images/toolbarButton-sidebarToggle.svg +4 -0
- package/src/components/images/toolbarButton-viewAttachments.svg +1 -0
- package/src/components/images/toolbarButton-viewLayers.svg +1 -0
- package/src/components/images/toolbarButton-viewOutline.svg +1 -0
- package/src/components/images/toolbarButton-viewSignatures.svg +1 -0
- package/src/components/images/toolbarButton-viewThumbnail.svg +4 -0
- package/src/components/images/toolbarButton-zoomIn.svg +4 -0
- package/src/components/images/toolbarButton-zoomOut.svg +4 -0
- package/src/components/images/treeitem-collapsed.svg +1 -0
- package/src/components/images/treeitem-expanded.svg +1 -0
- package/src/components/index.js +17 -0
- package/src/components/viewer.css +3208 -0
- package/src/main.js +4 -0
- package/vue.config.js +4 -0
package/babel.config.js
ADDED
package/dist/ofd-view.common.js
CHANGED
@@ -50,18 +50,6 @@ exports.Z = (sfc, props) => {
|
|
50
50
|
/******/ }
|
51
51
|
/******/
|
52
52
|
/************************************************************************/
|
53
|
-
/******/ /* webpack/runtime/compat get default export */
|
54
|
-
/******/ !function() {
|
55
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
56
|
-
/******/ __webpack_require__.n = function(module) {
|
57
|
-
/******/ var getter = module && module.__esModule ?
|
58
|
-
/******/ function() { return module['default']; } :
|
59
|
-
/******/ function() { return module; };
|
60
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
61
|
-
/******/ return getter;
|
62
|
-
/******/ };
|
63
|
-
/******/ }();
|
64
|
-
/******/
|
65
53
|
/******/ /* webpack/runtime/define property getters */
|
66
54
|
/******/ !function() {
|
67
55
|
/******/ // define getter functions for harmony exports
|
@@ -126,7 +114,6 @@ if (typeof window !== 'undefined') {
|
|
126
114
|
|
127
115
|
;// CONCATENATED MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
128
116
|
var external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject = require("vue");
|
129
|
-
var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject);
|
130
117
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
131
118
|
|
132
119
|
const _hoisted_1 = {
|
@@ -283,13 +270,22 @@ const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(OfdViewvue_type
|
|
283
270
|
|
284
271
|
/* harmony default export */ var OfdView = (__exports__);
|
285
272
|
;// CONCATENATED MODULE: ./src/components/index.js
|
273
|
+
// import Vue from 'vue/dist/vue'
|
274
|
+
// import OfdView from './OfdView.vue'
|
275
|
+
//
|
276
|
+
// const Components = [
|
277
|
+
// OfdView
|
278
|
+
// ]
|
279
|
+
//
|
280
|
+
// Object.keys(Components).forEach(name => {
|
281
|
+
// Vue.component(name, Components[name])
|
282
|
+
// })
|
283
|
+
//
|
284
|
+
// export default Components
|
286
285
|
|
286
|
+
OfdView.install = Vue => Vue.component(OfdView.name, OfdView); //注册组件
|
287
287
|
|
288
|
-
|
289
|
-
Object.keys(Components).forEach(name => {
|
290
|
-
external_commonjs_vue_commonjs2_vue_root_Vue_default().component(name, Components[name]);
|
291
|
-
});
|
292
|
-
/* harmony default export */ var components = (Components);
|
288
|
+
/* harmony default export */ var components = (OfdView);
|
293
289
|
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
294
290
|
|
295
291
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ofd-view.common.js","mappings":";;;;;;;;AAAa;;AACbA,6BAA6C;EAAEG,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7D;AACA;AACAD,SAAe,GAAG,CAACG,GAAG,EAAEC,KAAK,KAAK;EAC9B,MAAMC,MAAM,GAAGF,GAAG,CAACG,SAAS,IAAIH,GAAG;EACnC,KAAK,MAAM,CAACI,GAAG,EAAEC,GAAG,CAAC,IAAIJ,KAAK,EAAE;IAC5BC,MAAM,CAACE,GAAG,CAAC,GAAGC,GAAG;EACrB;EACA,OAAOH,MAAM;AACjB,CAAC;;;;;;UCVD;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA,eAAe,4BAA4B;WAC3C,eAAe;WACf,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA,8CAA8C;;;;;WCA9C;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;;;;;;;;;;;;;;;;ACAA;AACA;;AAEA;AACA;AACA,MAAM,KAAuC,EAAE,yBAQ5C;;AAEH;AACA;AACA,IAAI,qBAAuB;AAC3B;AACA;;AAEA;AACA,kDAAe,IAAI;;;ACtBnB,IAAI,4DAA4B;;;;;ECCzBI,EAAE,EAAC;AAAgB;;oBAEtBC,UA4HM;;uFA9HRC,mFAAAA,CAmRM,OAnRNC,UAmRM;;;;;AAIY;AACpB,IAAIC,MAAM;AACV,mEAAe;EACbC,IAAI,EAAE,SAAS;EACfV,KAAK,EAAE,CAEP,CAAC;EACDW,IAAI,GAAG;IACL,OAAO;MACLC,eAAe,EAAE;IACnB;EACF,CAAC;EAEDC,OAAO,GAAG;IACR,IAAI,CAACJ,MAAM,EAAE;MACXA,MAAK,GAAI,IAAI,CAACK,sBAAsB,EAAC;MACrCC,OAAO,CAACC,GAAG,CAACP,MAAM;MAClB;MACA,IAAI,CAACG,eAAc,GAAK,GAAEK,MAAM,CAACC,WAAU,GAAI,GAAI,IAAE;MACrD,IAAIC,GAAE,GAAI,IAAIC,KAAK,EAAE;MACrBD,GAAG,CAACE,KAAK,CAACC,QAAO,GAAI,UAAU;MAC/BH,GAAG,CAACE,KAAK,CAACE,IAAG,GAAI,CAAC;MAClBJ,GAAG,CAACE,KAAK,CAACG,KAAI,GAAI,CAAC;MACnBL,GAAG,CAACE,KAAK,CAACI,MAAK,GAAI,MAAM;MACzBN,GAAG,CAACE,KAAK,CAACK,GAAE,GAAI,CAAC;MACjBP,GAAG,CAACE,KAAK,CAACM,MAAK,GAAI,CAAC;MACpBR,GAAG,CAACS,GAAE,GAAI,ohFAAohF;MAC9hFT,GAAG,CAACU,SAAQ,GAAI,KAAK;MACrBpB,MAAM,CAACqB,gBAAe,GAAIX,GAAE;MAC5B;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;IACF;IACA;EAEF,CAAC;;EAEDY,OAAO,EAAE;IACPjB,sBAAsB,GAAG;MACvB,IAAIkB,YAAW,GAAI,IAAG;MACtBA,YAAW,GAAI;QACbC,SAAS,EAAEC,QAAQ,CAACC,cAAc,CAAC,cAAc,CAAC;QAClDC,YAAY,EAAEF,QAAQ,CAACC,cAAc,CAAC,cAAc,CAAC;QACrDE,WAAW,EAAEH,QAAQ,CAACC,cAAc,CAAC,YAAY,CAAC;QAClDG,aAAa,EAAEJ,QAAQ,CAACC,cAAc,CAAC,eAAe,CAAC;QACvDI,cAAc,EAAEL,QAAQ,CAACC,cAAc,CAAC,eAAe,CAAC;QACxDK,cAAc,EAAEN,QAAQ,CAACC,cAAc,CAAC,eAAe;MACzD;MAEA,OAAO;QACLM,YAAY,EAAEP,QAAQ,CAACQ,IAAI;QAC3BC,aAAa,EAAET,QAAQ,CAACC,cAAc,CAAC,iBAAiB,CAAC;QACzDS,eAAe,EAAEV,QAAQ,CAACC,cAAc,CAAC,QAAQ,CAAC;QAClDU,OAAO,EAAE;UACPZ,SAAS,EAAEC,QAAQ,CAACC,cAAc,CAAC,eAAe,CAAC;UACnDW,QAAQ,EAAEZ,QAAQ,CAACC,cAAc,CAAC,UAAU,CAAC;UAC7CY,UAAU,EAAEb,QAAQ,CAACC,cAAc,CAAC,YAAY,CAAC;UACjDa,WAAW,EAAEd,QAAQ,CAACC,cAAc,CAAC,aAAa,CAAC;UACnDc,iBAAiB,EAAEf,QAAQ,CAACC,cAAc,CAAC,mBAAmB,CAAC;UAC/De,QAAQ,EAAEhB,QAAQ,CAACC,cAAc,CAAC,UAAU,CAAC;UAC7CgB,IAAI,EAAEjB,QAAQ,CAACC,cAAc,CAAC,MAAM,CAAC;UACrCiB,MAAM,EAAElB,QAAQ,CAACC,cAAc,CAAC,QAAQ,CAAC;UACzCkB,OAAO,EAAEnB,QAAQ,CAACC,cAAc,CAAC,SAAS,CAAC;UAC3CmB,QAAQ,EAAEpB,QAAQ,CAACC,cAAc,CAAC,UAAU,CAAC;UAC7CoB,KAAK,EAAErB,QAAQ,CAACC,cAAc,CAAC,OAAO;QACxC,CAAC;QACDqB,gBAAgB,EAAE;UAChBX,OAAO,EAAEX,QAAQ,CAACC,cAAc,CAAC,kBAAkB,CAAC;UACpDsB,YAAY,EAAEvB,QAAQ,CAACC,cAAc,CAAC,wBAAwB,CAAC;UAC/DuB,sBAAsB,EAAExB,QAAQ,CAACC,cAAc,CAC3C,iCAAgC,CACnC;UACDwB,cAAc,EAAEzB,QAAQ,CAACC,cAAc,CAAC,mBAAmB,CAAC;UAC5DyB,WAAW,EAAE1B,QAAQ,CAACC,cAAc,CAAC,gBAAgB,CAAC;UACtD0B,wBAAwB,EAAE3B,QAAQ,CAACC,cAAc,CAAC,oBAAoB;QACxE,CAAC;QACD2B,OAAO,EAAE;UACP;UACAC,cAAc,EAAE7B,QAAQ,CAACC,cAAc,CAAC,gBAAgB,CAAC;UACzDS,eAAe,EAAEV,QAAQ,CAACC,cAAc,CAAC,iBAAiB;QAC5D,CAAC;QACD6B,cAAc,EAAE;UACdD,cAAc,EAAE7B,QAAQ,CAACC,cAAc,CAAC,gBAAgB;QAC1D,CAAC;QACD8B,kBAAkB,EAAE;UAClBC,MAAM,EAAEhC,QAAQ,CAACC,cAAc,CAAC,0BAA0B,CAAC;UAC3DE,WAAW,EAAEH,QAAQ,CAACC,cAAc,CAAC,yBAAyB,CAAC;UAC/DgC,MAAM,EAAE;YACNC,QAAQ,EAAElC,QAAQ,CAACC,cAAc,CAAC,eAAe,CAAC;YAClDkC,QAAQ,EAAEnC,QAAQ,CAACC,cAAc,CAAC,eAAe,CAAC;YAClDmC,KAAK,EAAEpC,QAAQ,CAACC,cAAc,CAAC,YAAY,CAAC;YAC5CoC,MAAM,EAAErC,QAAQ,CAACC,cAAc,CAAC,aAAa,CAAC;YAC9CqC,OAAO,EAAEtC,QAAQ,CAACC,cAAc,CAAC,cAAc,CAAC;YAChDsC,QAAQ,EAAEvC,QAAQ,CAACC,cAAc,CAAC,eAAe,CAAC;YAClDuC,YAAY,EAAExC,QAAQ,CAACC,cAAc,CAAC,mBAAmB,CAAC;YAC1DwC,gBAAgB,EAAEzC,QAAQ,CAACC,cAAc,CAAC,uBAAuB,CAAC;YAClEyC,OAAO,EAAE1C,QAAQ,CAACC,cAAc,CAAC,cAAc,CAAC;YAChD0C,QAAQ,EAAE3C,QAAQ,CAACC,cAAc,CAAC,eAAe,CAAC;YAClD2C,OAAO,EAAE5C,QAAQ,CAACC,cAAc,CAAC,cAAc,CAAC;YAChD4C,SAAS,EAAE7C,QAAQ,CAACC,cAAc,CAAC,gBAAgB,CAAC;YACpD6C,QAAQ,EAAE9C,QAAQ,CAACC,cAAc,CAAC,eAAe,CAAC;YAClD8C,UAAU,EAAE/C,QAAQ,CAACC,cAAc,CAAC,iBAAiB;UACvD;QACF,CAAC;QACD+C,mBAAmB,EAAE;UACnBhB,MAAM,EAAEhC,QAAQ,CAACC,cAAc,CAAC,2BAA2B,CAAC;UAC5DE,WAAW,EAAEH,QAAQ,CAACC,cAAc,CAAC,0BAA0B,CAAC;UAChEgC,MAAM,EAAE;YACNgB,MAAM,EAAEjD,QAAQ,CAACC,cAAc,CAAC,aAAa,CAAC;YAC9CiD,QAAQ,EAAElD,QAAQ,CAACC,cAAc,CAAC,eAAe,CAAC;YAClDkD,WAAW,EAAEnD,QAAQ,CAACC,cAAc,CAAC,kBAAkB,CAAC;YACxDmD,WAAW,EAAEpD,QAAQ,CAACC,cAAc,CAAC,kBAAkB,CAAC;YACxDoD,UAAU,EAAErD,QAAQ,CAACC,cAAc,CAAC,iBAAiB,CAAC;YACtDqD,WAAW,EAAEtD,QAAQ,CAACC,cAAc,CAAC,kBAAkB,CAAC;YACxDsD,MAAM,EAAEvD,QAAQ,CAACC,cAAc,CAAC,aAAa,CAAC;YAE9CuD,MAAM,EAAExD,QAAQ,CAACC,cAAc,CAAC,aAAa,CAAC;YAC9CwD,QAAQ,EAAEzD,QAAQ,CAACC,cAAc,CAAC,eAAe,CAAC;YAClDyD,QAAQ,EAAE1D,QAAQ,CAACC,cAAc,CAAC,eAAe,CAAC;YAClD0D,YAAY,EAAE3D,QAAQ,CAACC,cAAc,CAAC,mBAAmB,CAAC;YAC1D2D,YAAY,EAAE5D,QAAQ,CAACC,cAAc,CAAC,mBAAmB,CAAC;YAC1D4D,WAAW,EAAE7D,QAAQ,CAACC,cAAc,CAAC,kBAAkB;UACzD;QACF,CAAC;QACDH,YAAY;QACZgE,cAAc,EAAE9D,QAAQ,CAACC,cAAc,CAAC,gBAAgB,CAAC;QACzD8D,iBAAiB,EAAE;MACrB;IACF;EACF;AACF,CAAC;;AEhamP;;;;ACAhL;AACV;AACL;;AAErD,CAA2H;AAC3H,iCAAiC,+BAAe,CAAC,8BAAM,aAAa,MAAM;;AAE1E,4CAAe;;ACPM;AACc;AAEnC,MAAMG,UAAU,GAAG,CACfD,OAAO,CACV;AAEDzG,MAAM,CAAC2G,IAAI,CAACD,UAAU,CAAC,CAACE,OAAO,CAAC5F,IAAI,IAAI;EACpCwF,gEAAa,CAACxF,IAAI,EAAE0F,UAAU,CAAC1F,IAAI,CAAC,CAAC;AACzC,CAAC,CAAC;AAEF,+CAAe0F,UAAU;;ACXD;AACA;AACxB,8CAAe,UAAG;AACI","sources":["webpack://ofd-view/./node_modules/vue-loader/dist/exportHelper.js","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/external commonjs2 {\"commonjs\":\"vue\",\"commonjs2\":\"vue\",\"root\":\"Vue\"}","webpack://ofd-view/./src/components/OfdView.vue","webpack://ofd-view/./src/components/OfdView.vue?7200","webpack://ofd-view/./src/components/OfdView.vue?c111","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":["\"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","// 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","var __WEBPACK_NAMESPACE_OBJECT__ = require(\"vue\");","<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-40.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-40.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-40.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.component(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","component"],"sourceRoot":""}
|
1
|
+
{"version":3,"file":"ofd-view.common.js","mappings":"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","sources":["webpack://ofd-view/./node_modules/vue-loader/dist/exportHelper.js","webpack://ofd-view/webpack/bootstrap","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/external commonjs2 {\"commonjs\":\"vue\",\"commonjs2\":\"vue\",\"root\":\"Vue\"}","webpack://ofd-view/./src/components/OfdView.vue","webpack://ofd-view/./src/components/OfdView.vue?7200","webpack://ofd-view/./src/components/OfdView.vue?c111","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":["\"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","// 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","// 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","var __WEBPACK_NAMESPACE_OBJECT__ = require(\"vue\");","<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-40.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-40.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-40.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/dist/vue'\r\n// import OfdView from './OfdView.vue'\r\n//\r\n// const Components = [\r\n// OfdView\r\n// ]\r\n//\r\n// Object.keys(Components).forEach(name => {\r\n// Vue.component(name, Components[name])\r\n// })\r\n//\r\n// export default Components\r\nimport OfdView from './OfdView.vue';\r\n\r\nOfdView.install = Vue => Vue.component(OfdView.name, OfdView);//注册组件\r\n\r\nexport default OfdView\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","OfdView","install","Vue","component"],"sourceRoot":""}
|
package/dist/ofd-view.umd.js
CHANGED
@@ -67,18 +67,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__203__;
|
|
67
67
|
/******/ }
|
68
68
|
/******/
|
69
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
70
|
/******/ /* webpack/runtime/define property getters */
|
83
71
|
/******/ !function() {
|
84
72
|
/******/ // define getter functions for harmony exports
|
@@ -143,7 +131,6 @@ if (typeof window !== 'undefined') {
|
|
143
131
|
|
144
132
|
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
145
133
|
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
134
|
;// 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
135
|
|
149
136
|
const _hoisted_1 = {
|
@@ -300,13 +287,22 @@ const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(OfdViewvue_type
|
|
300
287
|
|
301
288
|
/* harmony default export */ var OfdView = (__exports__);
|
302
289
|
;// CONCATENATED MODULE: ./src/components/index.js
|
290
|
+
// import Vue from 'vue/dist/vue'
|
291
|
+
// import OfdView from './OfdView.vue'
|
292
|
+
//
|
293
|
+
// const Components = [
|
294
|
+
// OfdView
|
295
|
+
// ]
|
296
|
+
//
|
297
|
+
// Object.keys(Components).forEach(name => {
|
298
|
+
// Vue.component(name, Components[name])
|
299
|
+
// })
|
300
|
+
//
|
301
|
+
// export default Components
|
303
302
|
|
303
|
+
OfdView.install = Vue => Vue.component(OfdView.name, OfdView); //注册组件
|
304
304
|
|
305
|
-
|
306
|
-
Object.keys(Components).forEach(name => {
|
307
|
-
external_commonjs_vue_commonjs2_vue_root_Vue_default().component(name, Components[name]);
|
308
|
-
});
|
309
|
-
/* harmony default export */ var components = (Components);
|
305
|
+
/* harmony default export */ var components = (OfdView);
|
310
306
|
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
311
307
|
|
312
308
|
|
package/dist/ofd-view.umd.js.map
CHANGED
@@ -1 +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.component(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","component"],"sourceRoot":""}
|
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/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","// 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/dist/vue'\r\n// import OfdView from './OfdView.vue'\r\n//\r\n// const Components = [\r\n// OfdView\r\n// ]\r\n//\r\n// Object.keys(Components).forEach(name => {\r\n// Vue.component(name, Components[name])\r\n// })\r\n//\r\n// export default Components\r\nimport OfdView from './OfdView.vue';\r\n\r\nOfdView.install = Vue => Vue.component(OfdView.name, OfdView);//注册组件\r\n\r\nexport default OfdView\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","OfdView","install","Vue","component"],"sourceRoot":""}
|