@flyfish-group/file-viewer3 1.0.6 → 1.0.8
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/README.md +66 -7
- package/dist/components/CadViewer.js +1 -1
- package/dist/components/CodeViewer.js +1 -1
- package/dist/components/ImageViewer.js +1 -1
- package/dist/components/MarkdownViewer.js +1 -1
- package/dist/components/OfdViewer.js +1 -1
- package/dist/components/PdfView.js +1 -1
- package/dist/components/PptxRender.js +1 -1
- package/dist/components/XlsxTable.js +1 -1
- package/dist/components/_plugin-vue_export-helper.js +1 -1
- package/dist/components/asyncToGenerator.js +1 -1
- package/dist/components/chunk.js +1 -1
- package/dist/components/dist.js +1 -1
- package/dist/components/docx-preview.js +1 -1
- package/dist/components/jszip.min.js +1 -1
- package/dist/components/objectSpread2.js +1 -1
- package/dist/components/ofd.js +1 -1
- package/dist/components/use.js +1 -1
- package/dist/components/worker-ref.js +1 -1
- package/dist/components/wrapAsyncGenerator.js +1 -1
- package/dist/file-viewer3.css +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/src/package/common/type.d.ts +16 -5
- package/dist/src/package/components/FileViewer/FileViewer.vue.d.ts +12 -0
- package/dist/src/package/index.d.ts +4 -1
- package/dist/worker/pptx.worker.js +1 -1
- package/dist/worker/sheet.worker.js +1 -1
- package/package.json +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(h,j){var q=f,k=h();while(!![]){try{var m
|
|
1
|
+
(function(h,j){var q=f,k=h();while(!![]){try{var m=parseInt(q(0x163))/0x1*(parseInt(q(0x16f))/0x2)+-parseInt(q(0x16b))/0x3*(parseInt(q(0x160))/0x4)+parseInt(q(0x162))/0x5*(parseInt(q(0x169))/0x6)+-parseInt(q(0x16d))/0x7+-parseInt(q(0x16c))/0x8+-parseInt(q(0x16a))/0x9*(parseInt(q(0x167))/0xa)+-parseInt(q(0x161))/0xb*(-parseInt(q(0x168))/0xc);if(m===j)break;else k['push'](k['shift']());}catch(p){k['push'](k['shift']());}}}(b,0xe2c2b));import{n as g}from'./chunk.js';function t(h){'@babel/helpers - typeof';var v=f;return t=typeof Symbol=='function'&&typeof Symbol['iterator']==v(0x16e)?function(j){return typeof j;}:function(j){var w=v;return j&&typeof Symbol==w(0x165)&&j['constructor']===Symbol&&j!==Symbol['prototype']?'symbol':typeof j;},t(h);}var n=g(()=>{});function r(h,j){var x=f;if(t(h)!='object'||!h)return h;var k=h[Symbol['toPrimitive']];if(k!==void 0x0){var m=k['call'](h,j||x(0x166));if(t(m)!='object')return m;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(j==='string'?String:Number)(h);}var i=g(()=>{n();});function a(h){var j=r(h,'string');return t(j)=='symbol'?j:j+'';}var o=g(()=>{n(),i();});function b(){var z=['890stXRhj','2942DmEnfC','getOwnPropertyDescriptors','function','default','17744470jObPlX','12rWLMzX','20616mRqcAr','9ccDqgR','6gwuPlE','8657136SvjQZu','2990085esCxrp','symbol','1212DZsdiI','1444984QyFKGw','27946457hOAFqV'];b=function(){return z;};return b();}function s(h,j,k){return(j=a(j))in h?Object['defineProperty'](h,j,{'value':k,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):h[j]=k,h;}var c=g(()=>{o();});function l(h,j){var k=Object['keys'](h);if(Object['getOwnPropertySymbols']){var m=Object['getOwnPropertySymbols'](h);j&&(m=m['filter'](function(p){return Object['getOwnPropertyDescriptor'](h,p)['enumerable'];})),k['push']['apply'](k,m);}return k;}function f(a,c){a=a-0x160;var d=b();var e=d[a];return e;}function u(h){var y=f;for(var j=0x1;j<arguments['length'];j++){var k=arguments[j]==null?{}:arguments[j];j%0x2?l(Object(k),!0x0)['forEach'](function(m){s(h,m,k[m]);}):Object['getOwnPropertyDescriptors']?Object['defineProperties'](h,Object[y(0x164)](k)):l(Object(k))['forEach'](function(m){Object['defineProperty'](h,m,Object['getOwnPropertyDescriptor'](k,m));});}return h;}var d=g(()=>{c();});export{c as i,d as n,s as r,u as t};
|