mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #3028 from omnivore-app/fix/update-pspdfkit
Update pdfkit
This commit is contained in:
commit
b82d25b8cd
785 changed files with 2550 additions and 1052 deletions
|
|
@ -198,12 +198,7 @@ export default function PdfArticleContainer(
|
|||
return props.article.readingProgressAnchorIndex
|
||||
}
|
||||
|
||||
console.log(
|
||||
'theme: ',
|
||||
isDarkTheme() ? PSPDFKit.Theme.DARK : PSPDFKit.Theme.LIGHT
|
||||
)
|
||||
|
||||
instance = await PSPDFKit.load({
|
||||
const config = {
|
||||
container: container || '.pdf-container',
|
||||
toolbarItems,
|
||||
annotationPresets,
|
||||
|
|
@ -217,7 +212,12 @@ export default function PdfArticleContainer(
|
|||
zoom: PSPDFKit.ZoomMode.FIT_TO_WIDTH,
|
||||
currentPageIndex: initialPage() || 0,
|
||||
}),
|
||||
})
|
||||
}
|
||||
|
||||
console.log('instnace config: ', config)
|
||||
|
||||
instance = await PSPDFKit.load(config)
|
||||
console.log('created PDF instance', instance)
|
||||
|
||||
instance.addEventListener('annotations.willChange', async (event) => {
|
||||
const annotation = event.annotations.get(0)
|
||||
|
|
@ -243,7 +243,9 @@ export default function PdfArticleContainer(
|
|||
patch.customData.omnivoreHighight.annotation = highlight.annotation
|
||||
}
|
||||
|
||||
const annotation = PSPDFKit.Annotations.fromSerializableObject(patch)
|
||||
const annotation = PSPDFKit.Annotations.fromSerializableObject(
|
||||
patch
|
||||
) as Annotation
|
||||
|
||||
try {
|
||||
await instance.create(annotation)
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ const moduleExports = {
|
|||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
]
|
||||
},
|
||||
async redirects() {
|
||||
return [
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
"papaparse": "^5.4.1",
|
||||
"phosphor-react": "^1.4.0",
|
||||
"posthog-js": "^1.78.2",
|
||||
"pspdfkit": "^2022.2.3",
|
||||
"pspdfkit": "^2023.4.6",
|
||||
"react": "^18.2.0",
|
||||
"react-color": "^2.19.3",
|
||||
"react-colorful": "^5.5.1",
|
||||
|
|
@ -111,4 +111,4 @@
|
|||
"volta": {
|
||||
"extends": "../../package.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
* PSPDFKit for Web 2023.4.6 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 PSPDFKit GmbH. All rights reserved.
|
||||
* 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.
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[8869],{21084:function(){Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{de:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,e){var l=!String(a).split(".")[1];return e?"other":1==a&&l?"one":"other"}}},availableLocales:["de"]})}}]);
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[3005],{12282:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{cs:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(a,e){var l=String(a).split("."),t=l[0],n=!l[1];return e?"other":1==a&&n?"one":t>=2&&t<=4&&n?"few":n?"other":"many"}}},availableLocales:["cs"]})}}]);
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[7050],{56746:function(){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(e,a){return a?0==e||7==e||8==e||9==e?"zero":1==e?"one":2==e?"two":3==e||4==e?"few":5==e||6==e?"many":"other":0==e?"zero":1==e?"one":2==e?"two":3==e?"few":6==e?"many":"other"}}},availableLocales:["cy"]})}}]);
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.4.6 (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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[7050],{26873:()=>{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(e,a){return a?0==e||7==e||8==e||9==e?"zero":1==e?"one":2==e?"two":3==e||4==e?"few":5==e||6==e?"many":"other":0==e?"zero":1==e?"one":2==e?"two":3==e?"few":6==e?"many":"other"}}},availableLocales:["cy"]})}}]);
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
* PSPDFKit for Web 2023.4.6 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 PSPDFKit GmbH. All rights reserved.
|
||||
* 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.
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[5528],{23705:function(){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"]})}}]);
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[752],{5407:()=>{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"]})}}]);
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
* PSPDFKit for Web 2023.4.6 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 PSPDFKit GmbH. All rights reserved.
|
||||
* 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.
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[1882],{50123:function(){Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{el:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,e){return e?"other":1==a?"one":"other"}}},availableLocales:["el"]})}}]);
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[8869],{60333:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{de:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,e){var l=!String(a).split(".")[1];return e?"other":1==a&&l?"one":"other"}}},availableLocales:["de"]})}}]);
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
* PSPDFKit for Web 2023.4.6 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 PSPDFKit GmbH. All rights reserved.
|
||||
* 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.
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[1518],{89723:function(){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"]})}}]);
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[1882],{80056:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{el:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,e){return e?"other":1==a?"one":"other"}}},availableLocales:["el"]})}}]);
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.4.6 (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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[5014],{32778:()=>{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"]})}}]);
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[5014],{41262:function(){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("."),n=!l[1],t=Number(l[0])==e,o=t&&l[0].slice(-1),r=t&&l[0].slice(-2);return a?1==o&&11!=r?"one":2==o&&12!=r?"two":3==o&&13!=r?"few":"other":1==e&&n?"one":"other"}}},availableLocales:["en"]})}}]);
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.4.6 (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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[1252],{53802:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{es:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,e){return e?"other":1==a?"one":"other"}}},availableLocales:["es"]})}}]);
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
* PSPDFKit for Web 2023.4.6 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 PSPDFKit GmbH. All rights reserved.
|
||||
* 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.
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[1145],{74114:function(){Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{fr:{categories:{cardinal:["one","other"],ordinal:["one","other"]},fn:function(a,e){return e?1==a?"one":"other":a>=0&&a<2?"one":"other"}}},availableLocales:["fr"]})}}]);
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[5528],{15857:()=>{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"]})}}]);
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
* PSPDFKit for Web 2023.4.6 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 PSPDFKit GmbH. All rights reserved.
|
||||
* 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.
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[1252],{52456:function(){Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{es:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,e){return e?"other":1==a?"one":"other"}}},availableLocales:["es"]})}}]);
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[1145],{75828:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{fr:{categories:{cardinal:["one","other"],ordinal:["one","other"]},fn:function(a,e){return e?1==a?"one":"other":a>=0&&a<2?"one":"other"}}},availableLocales:["fr"]})}}]);
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[9677],{25421:function(){Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{hr:{categories:{cardinal:["one","few","other"],ordinal:["other"]},fn:function(e,l){var a=String(e).split("."),t=a[0],n=a[1]||"",r=!a[1],i=t.slice(-1),o=t.slice(-2),c=n.slice(-1),s=n.slice(-2);return l?"other":r&&1==i&&11!=o||1==c&&11!=s?"one":r&&i>=2&&i<=4&&(o<12||o>14)||c>=2&&c<=4&&(s<12||s>14)?"few":"other"}}},availableLocales:["hr"]})}}]);
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.4.6 (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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[9677],{34029:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{hr:{categories:{cardinal:["one","few","other"],ordinal:["other"]},fn:function(e,l){var a=String(e).split("."),t=a[0],n=a[1]||"",r=!a[1],i=t.slice(-1),o=t.slice(-2),c=n.slice(-1),s=n.slice(-2);return l?"other":r&&1==i&&11!=o||1==c&&11!=s?"one":r&&i>=2&&i<=4&&(o<12||o>14)||c>=2&&c<=4&&(s<12||s>14)?"few":"other"}}},availableLocales:["hr"]})}}]);
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
* PSPDFKit for Web 2023.4.6 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 PSPDFKit GmbH. All rights reserved.
|
||||
* 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.
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[1089],{34861:function(){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"]})}}]);
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[5192],{32419:()=>{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"]})}}]);
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
* PSPDFKit for Web 2023.4.6 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 PSPDFKit GmbH. All rights reserved.
|
||||
* 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.
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[752],{99680:function(){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"]})}}]);
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[3424],{81998:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{it:{categories:{cardinal:["one","other"],ordinal:["many","other"]},fn:function(a,l){var e=!String(a).split(".")[1];return l?11==a||8==a||80==a||800==a?"many":"other":1==a&&e?"one":"other"}}},availableLocales:["it"]})}}]);
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[3424],{71409:function(){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"]})}}]);
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
* PSPDFKit for Web 2023.4.6 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 PSPDFKit GmbH. All rights reserved.
|
||||
* 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.
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[1063],{33234:function(){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"]})}}]);
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[4728],{55389:()=>{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"]})}}]);
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
* PSPDFKit for Web 2023.4.6 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 PSPDFKit GmbH. All rights reserved.
|
||||
* 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.
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
*
|
||||
* PSPDFKit uses several open source third-party components: https://pspdfkit.com/acknowledgements/web/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[4728],{93154:function(){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"]})}}]);
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[1089],{97301:()=>{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"]})}}]);
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.4.6 (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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[1518],{55367:()=>{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"]})}}]);
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[2279],{29799:function(){Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{nb:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,e){return e?"other":1==a?"one":"other"}}},availableLocales:["nb"]})}}]);
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.4.6 (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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[2279],{93673:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{nb:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,e){return e?"other":1==a?"one":"other"}}},availableLocales:["nb"]})}}]);
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[9486],{93349:function(){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"]})}}]);
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.4.6 (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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[9486],{80953:()=>{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"]})}}]);
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.4.6 (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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[6523],{12533:()=>{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),r=t.slice(-2);return l?"other":1==a&&n?"one":n&&o>=2&&o<=4&&(r<12||r>14)?"few":n&&1!=t&&(0==o||1==o)||n&&o>=5&&o<=9||n&&r>=12&&r<=14?"many":"other"}}},availableLocales:["pl"]})}}]);
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[6523],{64674:function(){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("."),n=e[0],t=!e[1],o=n.slice(-1),r=n.slice(-2);return l?"other":1==a&&t?"one":t&&o>=2&&o<=4&&(r<12||r>14)?"few":t&&1!=n&&(0==o||1==o)||t&&o>=5&&o<=9||t&&r>=12&&r<=14?"many":"other"}}},availableLocales:["pl"]})}}]);
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2022.2.3 (https://pspdfkit.com/web)
|
||||
*
|
||||
* Copyright (c) 2016-2022 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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[4932],{99494:function(){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"]})}}]);
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* PSPDFKit for Web 2023.4.6 (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/
|
||||
*/
|
||||
(self.webpackChunkPSPDFKit=self.webpackChunkPSPDFKit||[]).push([[4932],{28708:()=>{Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{pt:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(a,l){var e=String(a).split(".")[0];return l?"other":0==e||1==e?"one":"other"}}},availableLocales:["pt"]})}}]);
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue