mirror of
https://github.com/mistakes-23/frontend.git
synced 2024-11-24 10:03:44 +03:00
add all
This commit is contained in:
parent
230c781d37
commit
7fb7321a43
2586
package-lock.json
generated
2586
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -10,8 +10,13 @@
|
|||
"@types/node": "^16.18.36",
|
||||
"@types/react": "^18.2.14",
|
||||
"@types/react-dom": "^18.2.6",
|
||||
"antd": "^5.6.2",
|
||||
"axios": "^1.4.0",
|
||||
"pspdfkit": "^2023.3.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-pdf": "^7.1.2",
|
||||
"react-router-dom": "^6.14.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"typescript": "^4.9.5",
|
||||
"web-vitals": "^2.1.4"
|
||||
|
|
BIN
public/doc.pdf
Normal file
BIN
public/doc.pdf
Normal file
Binary file not shown.
BIN
public/pdf.pdf
Normal file
BIN
public/pdf.pdf
Normal file
Binary file not shown.
BIN
public/pspdfkit-lib/Caveat-Bold.woff
Normal file
BIN
public/pspdfkit-lib/Caveat-Bold.woff
Normal file
Binary file not shown.
BIN
public/pspdfkit-lib/Caveat-Bold.woff2
Normal file
BIN
public/pspdfkit-lib/Caveat-Bold.woff2
Normal file
Binary file not shown.
BIN
public/pspdfkit-lib/MarckScript-Regular.woff
Normal file
BIN
public/pspdfkit-lib/MarckScript-Regular.woff
Normal file
Binary file not shown.
BIN
public/pspdfkit-lib/MarckScript-Regular.woff2
Normal file
BIN
public/pspdfkit-lib/MarckScript-Regular.woff2
Normal file
Binary file not shown.
BIN
public/pspdfkit-lib/Meddon-Regular.woff
Normal file
BIN
public/pspdfkit-lib/Meddon-Regular.woff
Normal file
Binary file not shown.
BIN
public/pspdfkit-lib/Meddon-Regular.woff2
Normal file
BIN
public/pspdfkit-lib/Meddon-Regular.woff2
Normal file
Binary file not shown.
BIN
public/pspdfkit-lib/Pacifico-Regular.woff
Normal file
BIN
public/pspdfkit-lib/Pacifico-Regular.woff
Normal file
Binary file not shown.
BIN
public/pspdfkit-lib/Pacifico-Regular.woff2
Normal file
BIN
public/pspdfkit-lib/Pacifico-Regular.woff2
Normal file
Binary file not shown.
13
public/pspdfkit-lib/chunk-2809-551fbae8d85e7643.js
Normal file
13
public/pspdfkit-lib/chunk-2809-551fbae8d85e7643.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[2809,9e3],{29e3:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>i});var s=r(35369),n=r(35712),o=r(40088),a=r.n(o);const i=class{requests=(0,s.D5)();nextRequestId=1;constructor(e){let{baseUrl:t,mainThreadOrigin:r,licenseKey:s}=e;this.worker=new(a()),this.worker.onmessage=this.handleMessage,this.moduleLoadPromise=this.sendRequest("loadModule",[t,r,s])}toPdf(e,t){let r;return t&&(r=t.replace("pdf","pdf_").replaceAll("-","_")),this.sendRequest("toPdf",[e,r])}destroy(){this.worker?.terminate(),this.worker=null}handleMessage=e=>{const t=e.data,r=this.requests.get(t.id);(0,n.kG)(r,`No request was made for id ${t.id}.`);const{resolve:s,reject:o}=r;if(this.requests=this.requests.delete(t.id),t.error){const e=new n.p2(t.error);e.callArgs=t.callArgs,o(e)}else s(t.result)};async sendRequest(e,t){(0,n.kG)(this.worker,"GdPictureClient has been destroyed"),this.moduleLoadPromise&&await this.moduleLoadPromise;const r=this.worker;return new Promise(((s,n)=>{const o=this.assignId(),a=[...t].filter((e=>e instanceof ArrayBuffer));r.postMessage({id:o,action:e,args:t},a),this.requests=this.requests.set(o,{resolve:s,reject:n})}))}assignId(){const e=this.nextRequestId;return this.nextRequestId=this.nextRequestId+1,e}}},40088:(e,t,r)=>{e.exports=function(){return r(69855)('/*!\n * PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)\n *\n * Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.\n *\n * THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW\n * AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.\n * UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.\n * This notice may not be removed from this file.\n *\n * PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/\n */(()=>{"use strict";const e=function e(t){let r;return r=t instanceof Error?t:new Error(t),Object.setPrototypeOf(r,e.prototype),r};e.prototype=Object.create(Error.prototype,{name:{value:"PSPDFKitError",enumerable:!1}});const t=e;function r(e,r){if(!e)throw new t(`Assertion failed: ${r||"Condition not met"}\\n\\nFor further assistance, please go to: https://pspdfkit.com/support/request`)}["a[href]","area[href]","input:not([disabled])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","iframe","object","embed","[contenteditable]",\'[tabindex]:not([tabindex^="-"])\'].join(",");new WeakMap;const a="pspdfkit-lib/gdpicture-4bea0071e277c71343f82ee240584114306747b2",n=`${a}/initDotnet.js`;let o;!function(e){e[e.pdf_a_1a=0]="pdf_a_1a",e[e.pdf_a_1b=1]="pdf_a_1b",e[e.pdf_a_2a=2]="pdf_a_2a",e[e.pdf_a_2u=3]="pdf_a_2u",e[e.pdf_a_2b=4]="pdf_a_2b",e[e.pdf_a_3a=5]="pdf_a_3a",e[e.pdf_a_3u=6]="pdf_a_3u",e[e.pdf_a_3b=7]="pdf_a_3b",e[e.pdf_a_4=8]="pdf_a_4",e[e.pdf_a_4e=9]="pdf_a_4e",e[e.pdf_a_4f=10]="pdf_a_4f"}(o||(o={}));const s="/create.pdf",i="/save.pdf";let f=null,d=null;function c(e){let t;r(d,"GdPicture WebAssembly is not loaded.");for(var a=arguments.length,n=new Array(a>1?a-1:0),o=1;o<a;o++)n[o-1]=arguments[o];for(const e of n)t=Object.assign(n[0],e);const s=JSON.stringify({type:e,...t}),i=JSON.parse(d.CommandHandler(s));if(!i.success)throw new Error(i.errorReason+": "+i.errorMessage+"\\n"+i.error);return i}const p=new class{async loadModule(e,t,r){const{Assemblies:o,Module:s}=await async function(e){const{initDotnet:t}=await import(`${e}${n}`);return t(`${e}${a}`)}(e);d=o.GdPictureWasm.API,f=s,c("gdpicture/setLicense",{origin:t},{licenseKey:r||"DEMO_PSPDFKIT_WEB"})}toPdf(e,t){f.FS.writeFile(s,new Uint8Array(e));const r={file:i};t&&t in o&&(r.conformance=t);try{return c("gdpicture/process",{input:{file:s},output:r}),f.FS.readFile(i).buffer}finally{try{f.FS.unlink(i)}catch(e){}}}},l=self;l.global=l,l.module={},l.onmessage=async e=>{let t,r,{data:a}=e;try{const e=await p[a.action](...a.args);if(t={id:a.id,result:e},Array.isArray(e)){const t=e.filter((e=>e instanceof ArrayBuffer));t.length>0&&(r=t)}e instanceof ArrayBuffer&&(r=[e])}catch(e){const n=[...a.args].filter((e=>e instanceof ArrayBuffer));n.length>0&&(r=n),t={id:a.id,error:e.message||e.toString(),callArgs:a.args}}l.postMessage(t,r)}})();',null)}},69855:e=>{"use strict";var t=window.URL||window.webkitURL;e.exports=function(e,r){try{try{var s;try{(s=new(window.BlobBuilder||window.WebKitBlobBuilder||window.MozBlobBuilder||window.MSBlobBuilder)).append(e),s=s.getBlob()}catch(t){s=new Blob([e])}return new Worker(t.createObjectURL(s))}catch(t){return new Worker("data:application/javascript,"+encodeURIComponent(e))}}catch(e){if(!r)throw Error("Inline worker is not supported");return new Worker(r)}}}}]);
|
13
public/pspdfkit-lib/chunk-6003-1e0fc8f5d3571716.js
Normal file
13
public/pspdfkit-lib/chunk-6003-1e0fc8f5d3571716.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
"use strict";(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[6003],{26003:(e,a,t)=>{t.r(a),t.d(a,{default:()=>p});var r=t(35712);const i="pspdfkit-lib/gdpicture-4bea0071e277c71343f82ee240584114306747b2",d=`${i}/initDotnet.js`;let s;!function(e){e[e.pdf_a_1a=0]="pdf_a_1a",e[e.pdf_a_1b=1]="pdf_a_1b",e[e.pdf_a_2a=2]="pdf_a_2a",e[e.pdf_a_2u=3]="pdf_a_2u",e[e.pdf_a_2b=4]="pdf_a_2b",e[e.pdf_a_3a=5]="pdf_a_3a",e[e.pdf_a_3u=6]="pdf_a_3u",e[e.pdf_a_3b=7]="pdf_a_3b",e[e.pdf_a_4=8]="pdf_a_4",e[e.pdf_a_4e=9]="pdf_a_4e",e[e.pdf_a_4f=10]="pdf_a_4f"}(s||(s={}));const n="/create.pdf",o="/save.pdf";let f=null,_=null;function c(e){let a;(0,r.kG)(_,"GdPicture WebAssembly is not loaded.");for(var t=arguments.length,i=new Array(t>1?t-1:0),d=1;d<t;d++)i[d-1]=arguments[d];for(const e of i)a=Object.assign(i[0],e);const s=JSON.stringify({type:e,...a}),n=JSON.parse(_.CommandHandler(s));if(!n.success)throw new Error(n.errorReason+": "+n.errorMessage+"\n"+n.error);return n}class l{async loadModule(e,a,t){const{Assemblies:r,Module:s}=await async function(e){const{initDotnet:a}=await import(`${e}${d}`);return a(`${e}${i}`)}(e);_=r.GdPictureWasm.API,f=s,c("gdpicture/setLicense",{origin:a},{licenseKey:t||"DEMO_PSPDFKIT_WEB"})}toPdf(e,a){f.FS.writeFile(n,new Uint8Array(e));const t={file:o};a&&a in s&&(t.conformance=a);try{return c("gdpicture/process",{input:{file:n},output:t}),f.FS.readFile(o).buffer}finally{try{f.FS.unlink(o)}catch(e){}}}}const p=class{constructor(e){let{baseUrl:a,mainThreadOrigin:t,licenseKey:r}=e;this.gdPicture=new l,this.moduleLoadPromise=this.gdPicture.loadModule(a,t,r)}async toPdf(e,a){let t;return this.moduleLoadPromise&&await this.moduleLoadPromise,a&&(t=a.replace("pdf","pdf_").replaceAll("-","_")),this.gdPicture.toPdf(e,t)}destroy(){}}}}]);
|
13
public/pspdfkit-lib/chunk-6401-4f212c8d590a368d.js
Normal file
13
public/pspdfkit-lib/chunk-6401-4f212c8d590a368d.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-9000-4fe725f42f1fb5a2.js
Normal file
13
public/pspdfkit-lib/chunk-9000-4fe725f42f1fb5a2.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[9e3],{29e3:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>i});var s=r(35369),n=r(35712),a=r(40088),o=r.n(a);const i=class{requests=(0,s.D5)();nextRequestId=1;constructor(e){let{baseUrl:t,mainThreadOrigin:r,licenseKey:s}=e;this.worker=new(o()),this.worker.onmessage=this.handleMessage,this.moduleLoadPromise=this.sendRequest("loadModule",[t,r,s])}toPdf(e,t){let r;return t&&(r=t.replace("pdf","pdf_").replaceAll("-","_")),this.sendRequest("toPdf",[e,r])}destroy(){this.worker?.terminate(),this.worker=null}handleMessage=e=>{const t=e.data,r=this.requests.get(t.id);(0,n.kG)(r,`No request was made for id ${t.id}.`);const{resolve:s,reject:a}=r;if(this.requests=this.requests.delete(t.id),t.error){const e=new n.p2(t.error);e.callArgs=t.callArgs,a(e)}else s(t.result)};async sendRequest(e,t){(0,n.kG)(this.worker,"GdPictureClient has been destroyed"),this.moduleLoadPromise&&await this.moduleLoadPromise;const r=this.worker;return new Promise(((s,n)=>{const a=this.assignId(),o=[...t].filter((e=>e instanceof ArrayBuffer));r.postMessage({id:a,action:e,args:t},o),this.requests=this.requests.set(a,{resolve:s,reject:n})}))}assignId(){const e=this.nextRequestId;return this.nextRequestId=this.nextRequestId+1,e}}},40088:(e,t,r)=>{e.exports=function(){return r(69855)('/*!\n * PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)\n *\n * Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.\n *\n * THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW\n * AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.\n * UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.\n * This notice may not be removed from this file.\n *\n * PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/\n */(()=>{"use strict";const e=function e(t){let r;return r=t instanceof Error?t:new Error(t),Object.setPrototypeOf(r,e.prototype),r};e.prototype=Object.create(Error.prototype,{name:{value:"PSPDFKitError",enumerable:!1}});const t=e;function r(e,r){if(!e)throw new t(`Assertion failed: ${r||"Condition not met"}\\n\\nFor further assistance, please go to: https://pspdfkit.com/support/request`)}["a[href]","area[href]","input:not([disabled])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","iframe","object","embed","[contenteditable]",\'[tabindex]:not([tabindex^="-"])\'].join(",");new WeakMap;const a="pspdfkit-lib/gdpicture-4bea0071e277c71343f82ee240584114306747b2",n=`${a}/initDotnet.js`;let o;!function(e){e[e.pdf_a_1a=0]="pdf_a_1a",e[e.pdf_a_1b=1]="pdf_a_1b",e[e.pdf_a_2a=2]="pdf_a_2a",e[e.pdf_a_2u=3]="pdf_a_2u",e[e.pdf_a_2b=4]="pdf_a_2b",e[e.pdf_a_3a=5]="pdf_a_3a",e[e.pdf_a_3u=6]="pdf_a_3u",e[e.pdf_a_3b=7]="pdf_a_3b",e[e.pdf_a_4=8]="pdf_a_4",e[e.pdf_a_4e=9]="pdf_a_4e",e[e.pdf_a_4f=10]="pdf_a_4f"}(o||(o={}));const s="/create.pdf",i="/save.pdf";let f=null,d=null;function c(e){let t;r(d,"GdPicture WebAssembly is not loaded.");for(var a=arguments.length,n=new Array(a>1?a-1:0),o=1;o<a;o++)n[o-1]=arguments[o];for(const e of n)t=Object.assign(n[0],e);const s=JSON.stringify({type:e,...t}),i=JSON.parse(d.CommandHandler(s));if(!i.success)throw new Error(i.errorReason+": "+i.errorMessage+"\\n"+i.error);return i}const p=new class{async loadModule(e,t,r){const{Assemblies:o,Module:s}=await async function(e){const{initDotnet:t}=await import(`${e}${n}`);return t(`${e}${a}`)}(e);d=o.GdPictureWasm.API,f=s,c("gdpicture/setLicense",{origin:t},{licenseKey:r||"DEMO_PSPDFKIT_WEB"})}toPdf(e,t){f.FS.writeFile(s,new Uint8Array(e));const r={file:i};t&&t in o&&(r.conformance=t);try{return c("gdpicture/process",{input:{file:s},output:r}),f.FS.readFile(i).buffer}finally{try{f.FS.unlink(i)}catch(e){}}}},l=self;l.global=l,l.module={},l.onmessage=async e=>{let t,r,{data:a}=e;try{const e=await p[a.action](...a.args);if(t={id:a.id,result:e},Array.isArray(e)){const t=e.filter((e=>e instanceof ArrayBuffer));t.length>0&&(r=t)}e instanceof ArrayBuffer&&(r=[e])}catch(e){const n=[...a.args].filter((e=>e instanceof ArrayBuffer));n.length>0&&(r=n),t={id:a.id,error:e.message||e.toString(),callArgs:a.args}}l.postMessage(t,r)}})();',null)}}}]);
|
13
public/pspdfkit-lib/chunk-lazy-bd921099-eb7200e415fe4da2.js
Normal file
13
public/pspdfkit-lib/chunk-lazy-bd921099-eb7200e415fe4da2.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-lazy-e459d8bd-c55d463017dde27a.js
Normal file
13
public/pspdfkit-lib/chunk-lazy-e459d8bd-c55d463017dde27a.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-cs-a5691cc11af3409f.js
Normal file
13
public/pspdfkit-lib/chunk-locale-cs-a5691cc11af3409f.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-cy-0036e2eb69f0fae7.js
Normal file
13
public/pspdfkit-lib/chunk-locale-cy-0036e2eb69f0fae7.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-da-88270899c8388f18.js
Normal file
13
public/pspdfkit-lib/chunk-locale-da-88270899c8388f18.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-de-8bbcda7475bd28a8.js
Normal file
13
public/pspdfkit-lib/chunk-locale-de-8bbcda7475bd28a8.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-el-956df4a966a02aa6.js
Normal file
13
public/pspdfkit-lib/chunk-locale-el-956df4a966a02aa6.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-en-73aa338b12e52cac.js
Normal file
13
public/pspdfkit-lib/chunk-locale-en-73aa338b12e52cac.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-en-GB-3c60436c102f8d1c.js
Normal file
13
public/pspdfkit-lib/chunk-locale-en-GB-3c60436c102f8d1c.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-es-e3a27dd443d8260e.js
Normal file
13
public/pspdfkit-lib/chunk-locale-es-e3a27dd443d8260e.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-fi-cbcd34760df1f85d.js
Normal file
13
public/pspdfkit-lib/chunk-locale-fi-cbcd34760df1f85d.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-fr-CA-aaac4b3fe5fdb6ed.js
Normal file
13
public/pspdfkit-lib/chunk-locale-fr-CA-aaac4b3fe5fdb6ed.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-fr-c0d9d71ec22893b5.js
Normal file
13
public/pspdfkit-lib/chunk-locale-fr-c0d9d71ec22893b5.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-hr-3c795f672a8f246a.js
Normal file
13
public/pspdfkit-lib/chunk-locale-hr-3c795f672a8f246a.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-id-aa7d34809127a8d7.js
Normal file
13
public/pspdfkit-lib/chunk-locale-id-aa7d34809127a8d7.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-it-fc3f6cfe7810057f.js
Normal file
13
public/pspdfkit-lib/chunk-locale-it-fc3f6cfe7810057f.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-ja-964b906c1cad590f.js
Normal file
13
public/pspdfkit-lib/chunk-locale-ja-964b906c1cad590f.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-ko-a083055bea46794a.js
Normal file
13
public/pspdfkit-lib/chunk-locale-ko-a083055bea46794a.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-ms-508f33ce6795c92c.js
Normal file
13
public/pspdfkit-lib/chunk-locale-ms-508f33ce6795c92c.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-nb-NO-7913ff42e81e90c8.js
Normal file
13
public/pspdfkit-lib/chunk-locale-nb-NO-7913ff42e81e90c8.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-nl-63200d89110723e8.js
Normal file
13
public/pspdfkit-lib/chunk-locale-nl-63200d89110723e8.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-pl-62d617bcb2398080.js
Normal file
13
public/pspdfkit-lib/chunk-locale-pl-62d617bcb2398080.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-pt-7c0318f581f7f5d1.js
Normal file
13
public/pspdfkit-lib/chunk-locale-pt-7c0318f581f7f5d1.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-pt-PT-50d7486e6dfbf372.js
Normal file
13
public/pspdfkit-lib/chunk-locale-pt-PT-50d7486e6dfbf372.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-ru-2376ef5657d1ee77.js
Normal file
13
public/pspdfkit-lib/chunk-locale-ru-2376ef5657d1ee77.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-sk-b534b6709975b821.js
Normal file
13
public/pspdfkit-lib/chunk-locale-sk-b534b6709975b821.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-sl-b3c344d8fc6b3e4f.js
Normal file
13
public/pspdfkit-lib/chunk-locale-sl-b3c344d8fc6b3e4f.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-sv-b7dfb44c91fbcdcc.js
Normal file
13
public/pspdfkit-lib/chunk-locale-sv-b7dfb44c91fbcdcc.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-th-7bcf413d7c992954.js
Normal file
13
public/pspdfkit-lib/chunk-locale-th-7bcf413d7c992954.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-tr-5aa686fc5639adda.js
Normal file
13
public/pspdfkit-lib/chunk-locale-tr-5aa686fc5639adda.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-uk-ae26eae50984709d.js
Normal file
13
public/pspdfkit-lib/chunk-locale-uk-ae26eae50984709d.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-zh-Hans-15cb42409d077e74.js
Normal file
13
public/pspdfkit-lib/chunk-locale-zh-Hans-15cb42409d077e74.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-locale-zh-Hant-d0964bb42a896fd0.js
Normal file
13
public/pspdfkit-lib/chunk-locale-zh-Hant-d0964bb42a896fd0.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-localedata-cs-9c3355eebfe29181.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-cs-9c3355eebfe29181.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[3005],{25959:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{cs:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(a,l){var e=String(a).split("."),t=e[0],n=!e[1];return l?"other":1==a&&n?"one":t>=2&&t<=4&&n?"few":n?"other":"many"}}},availableLocales:["cs"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-cy-d6752e5ae35fd325.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-cy-d6752e5ae35fd325.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[7050],{56746:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{cy:{categories:{cardinal:["zero","one","two","few","many","other"],ordinal:["zero","one","two","few","many","other"]},fn:function(a,e){return e?0==a||7==a||8==a||9==a?"zero":1==a?"one":2==a?"two":3==a||4==a?"few":5==a||6==a?"many":"other":0==a?"zero":1==a?"one":2==a?"two":3==a?"few":6==a?"many":"other"}}},availableLocales:["cy"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-da-10691b85287f1057.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-da-10691b85287f1057.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[752],{99680:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{da:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,l){var e=String(a).split("."),t=e[0],n=Number(e[0])==a;return l||1!=a&&(n||0!=t&&1!=t)?"other":"one"}}},availableLocales:["da"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-de-69b32a53020bdd04.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-de-69b32a53020bdd04.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[8869],{21084:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{de:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,l){var e=!String(a).split(".")[1];return l?"other":1==a&&e?"one":"other"}}},availableLocales:["de"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-el-6ce4d42f0716e3df.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-el-6ce4d42f0716e3df.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[1882],{50123:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{el:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,l){return l?"other":1==a?"one":"other"}}},availableLocales:["el"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-en-2274d7a24537487d.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-en-2274d7a24537487d.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[5014],{41262:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{en:{categories:{cardinal:["one","other"],ordinal:["one","two","few","other"]},fn:function(e,a){var l=String(e).split("."),t=!l[1],n=Number(l[0])==e,o=n&&l[0].slice(-1),r=n&&l[0].slice(-2);return a?1==o&&11!=r?"one":2==o&&12!=r?"two":3==o&&13!=r?"few":"other":1==e&&t?"one":"other"}}},availableLocales:["en"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-es-1b90ed589e5f054e.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-es-1b90ed589e5f054e.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[1252],{52456:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{es:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,l){return l?"other":1==a?"one":"other"}}},availableLocales:["es"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-fi-e0c15254fcf4b13b.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-fi-e0c15254fcf4b13b.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[5528],{23705:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{fi:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,l){var e=!String(a).split(".")[1];return l?"other":1==a&&e?"one":"other"}}},availableLocales:["fi"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-fr-5c32193b6a83c98b.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-fr-5c32193b6a83c98b.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[1145],{74114:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{fr:{categories:{cardinal:["one","other"],ordinal:["one","other"]},fn:function(a,l){return l?1==a?"one":"other":a>=0&&a<2?"one":"other"}}},availableLocales:["fr"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-hr-2f953d7f296d8e5a.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-hr-2f953d7f296d8e5a.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[9677],{25421:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{hr:{categories:{cardinal:["one","few","other"],ordinal:["other"]},fn:function(l,a){var e=String(l).split("."),t=e[0],i=e[1]||"",n=!e[1],o=t.slice(-1),r=t.slice(-2),c=i.slice(-1),s=i.slice(-2);return a?"other":n&&1==o&&11!=r||1==c&&11!=s?"one":n&&o>=2&&o<=4&&(r<12||r>14)||c>=2&&c<=4&&(s<12||s>14)?"few":"other"}}},availableLocales:["hr"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-id-ec16be4710248a17.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-id-ec16be4710248a17.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[5192],{22674:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{id:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(a,l){return"other"}}},availableLocales:["id"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-it-cdfd01bf3bf2adea.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-it-cdfd01bf3bf2adea.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[3424],{71409:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{it:{categories:{cardinal:["one","other"],ordinal:["many","other"]},fn:function(a,l){var t=!String(a).split(".")[1];return l?11==a||8==a||80==a||800==a?"many":"other":1==a&&t?"one":"other"}}},availableLocales:["it"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-ja-174543dc3ebfee08.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-ja-174543dc3ebfee08.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[4728],{93154:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{ja:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(a,l){return"other"}}},availableLocales:["ja"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-ko-36fc5a25a1d8f0c3.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-ko-36fc5a25a1d8f0c3.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[1089],{34861:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{ko:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(a,l){return"other"}}},availableLocales:["ko"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-ms-d445f8aae5746668.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-ms-d445f8aae5746668.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[1518],{89723:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{ms:{categories:{cardinal:["other"],ordinal:["one","other"]},fn:function(a,l){return l&&1==a?"one":"other"}}},availableLocales:["ms"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-nb-ff0a245c3da7384a.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-nb-ff0a245c3da7384a.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[2279],{29799:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{nb:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,l){return l?"other":1==a?"one":"other"}}},availableLocales:["nb"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-nl-b33eca0743ba7b6d.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-nl-b33eca0743ba7b6d.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[9486],{93349:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{nl:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,l){var e=!String(a).split(".")[1];return l?"other":1==a&&e?"one":"other"}}},availableLocales:["nl"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-pl-c08fbfdc1da7a106.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-pl-c08fbfdc1da7a106.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[6523],{64674:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{pl:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(a,l){var e=String(a).split("."),t=e[0],n=!e[1],o=t.slice(-1),i=t.slice(-2);return l?"other":1==a&&n?"one":n&&o>=2&&o<=4&&(i<12||i>14)?"few":n&&1!=t&&(0==o||1==o)||n&&o>=5&&o<=9||n&&i>=12&&i<=14?"many":"other"}}},availableLocales:["pl"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-pt-3c65e4adb7b13a3c.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-pt-3c65e4adb7b13a3c.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[4932],{99494:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{pt:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,l){var t=String(a).split(".")[0];return l?"other":0==t||1==t?"one":"other"}}},availableLocales:["pt"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-ru-1e62f02aa567b2d2.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-ru-1e62f02aa567b2d2.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[1385],{88821:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{ru:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(a,l){var e=String(a).split("."),t=e[0],n=!e[1],o=t.slice(-1),r=t.slice(-2);return l?"other":n&&1==o&&11!=r?"one":n&&o>=2&&o<=4&&(r<12||r>14)?"few":n&&0==o||n&&o>=5&&o<=9||n&&r>=11&&r<=14?"many":"other"}}},availableLocales:["ru"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-sk-ada6eebe4770424c.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-sk-ada6eebe4770424c.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[1077],{84870:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{sk:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(a,l){var e=String(a).split("."),t=e[0],n=!e[1];return l?"other":1==a&&n?"one":t>=2&&t<=4&&n?"few":n?"other":"many"}}},availableLocales:["sk"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-sl-6b18572655aca6ae.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-sl-6b18572655aca6ae.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[1277],{50230:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{sl:{categories:{cardinal:["one","two","few","other"],ordinal:["other"]},fn:function(l,a){var e=String(l).split("."),t=e[0],o=!e[1],n=t.slice(-2);return a?"other":o&&1==n?"one":o&&2==n?"two":o&&(3==n||4==n)||!o?"few":"other"}}},availableLocales:["sl"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-sv-08db0403dbca89b8.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-sv-08db0403dbca89b8.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[2727],{62469:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{sv:{categories:{cardinal:["one","other"],ordinal:["one","other"]},fn:function(a,l){var e=String(a).split("."),t=!e[1],n=Number(e[0])==a,o=n&&e[0].slice(-1),r=n&&e[0].slice(-2);return l?1!=o&&2!=o||11==r||12==r?"other":"one":1==a&&t?"one":"other"}}},availableLocales:["sv"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-th-60bc910dce9604b7.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-th-60bc910dce9604b7.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[1063],{33234:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{th:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(a,l){return"other"}}},availableLocales:["th"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-tr-0b8d0e01fdb134e7.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-tr-0b8d0e01fdb134e7.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[9384],{23773:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{tr:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,l){return l?"other":1==a?"one":"other"}}},availableLocales:["tr"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-uk-793d6d98abdb32d1.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-uk-793d6d98abdb32d1.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[1843],{61448:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{uk:{categories:{cardinal:["one","few","many","other"],ordinal:["few","other"]},fn:function(a,e){var l=String(a).split("."),t=l[0],n=!l[1],i=Number(l[0])==a,o=i&&l[0].slice(-1),r=i&&l[0].slice(-2),u=t.slice(-1),c=t.slice(-2);return e?3==o&&13!=r?"few":"other":n&&1==u&&11!=c?"one":n&&u>=2&&u<=4&&(c<12||c>14)?"few":n&&0==u||n&&u>=5&&u<=9||n&&c>=11&&c<=14?"many":"other"}}},availableLocales:["uk"]})}}]);
|
13
public/pspdfkit-lib/chunk-localedata-zh-c39302660317a919.js
Normal file
13
public/pspdfkit-lib/chunk-localedata-zh-c39302660317a919.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.3.2 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2023 PSPDFKit GmbH. All rights reserved.
|
||||
*
|
||||
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
|
||||
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
|
||||
* UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
|
||||
* This notice may not be removed from this file.
|
||||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(globalThis.webpackChunkPSPDFKit=globalThis.webpackChunkPSPDFKit||[]).push([[4072],{12484:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{zh:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(a,l){return"other"}}},availableLocales:["zh"]})}}]);
|
13
public/pspdfkit-lib/chunk-server-636e3089720ec58d.js
Normal file
13
public/pspdfkit-lib/chunk-server-636e3089720ec58d.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-server-instant-7fc02d57431231ba.js
Normal file
13
public/pspdfkit-lib/chunk-server-instant-7fc02d57431231ba.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-server-rest-46fcbb4008b81428.js
Normal file
13
public/pspdfkit-lib/chunk-server-rest-46fcbb4008b81428.js
Normal file
File diff suppressed because one or more lines are too long
13
public/pspdfkit-lib/chunk-standalone-f65f91d9c1c38e9a.js
Normal file
13
public/pspdfkit-lib/chunk-standalone-f65f91d9c1c38e9a.js
Normal file
File diff suppressed because one or more lines are too long
85
public/pspdfkit-lib/dark-44759d6a91b2703c.css
Normal file
85
public/pspdfkit-lib/dark-44759d6a91b2703c.css
Normal file
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"includedFrameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.5"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true,
|
||||
"System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization": false,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Resources.ResourceManager.AllowCustomResourceTypes": false,
|
||||
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false,
|
||||
"System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting": false,
|
||||
"System.Runtime.InteropServices.EnableCppCLIHostActivation": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
|
||||
"System.StartupHookProvider.IsSupported": false,
|
||||
"System.Threading.Thread.EnableAutoreleasePool": false,
|
||||
"System.Text.Encoding.EnableUnsafeUTF7Encoding": false
|
||||
},
|
||||
"wasmHostProperties": {
|
||||
"runtimeArgs": [],
|
||||
"perHostConfig": [],
|
||||
"mainAssembly": "GdPicture.NET.PSPDFKit.Wasm.NET7.dll"
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
<html><body><script type="module" src="initDotnet.js"></script></body></html>
|
|
@ -0,0 +1 @@
|
|||
import{dotnet}from"./dotnet.js";const ENVIRONMENT_IS_NODE="string"==typeof globalThis.process?.versions?.node,ENVIRONMENT_IS_DENO="object"==typeof window&&"Deno"in window;let require;export async function initialize(){if(null!=globalThis.process?.versions?.node){const{createRequire:e}=await import("module");require=e(import.meta.url)}}export async function initDotnet(e){await initialize();const{getAssemblyExports:t,getConfig:i,Module:o}=await dotnet.withModuleConfig({locateFile:t=>{if(ENVIRONMENT_IS_NODE){const{dirname:e}=require("node:path"),{fileURLToPath:i}=require("node:url");return`${e(i(import.meta.url))}/${t}`}if(ENVIRONMENT_IS_DENO){return`file://${new URL(".",import.meta.url).pathname}${t.replace("./","")}`}return`${e}/${t}`}}).create();globalThis.gdPicture={module:o,baseUrl:e};const r=await t(i().mainAssemblyName);return await r.GdPictureWasm.API.Initialize(),{Assemblies:r,Module:o,ResolvedBaseUrl:e}}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user