@ckeditor/ckeditor5-export-pdf 41.3.0 → 41.4.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/build/export-pdf.js +1 -1
  2. package/dist/index-content.css +4 -0
  3. package/dist/index-editor.css +4 -0
  4. package/dist/index.css +4 -0
  5. package/dist/index.js +23 -0
  6. package/dist/translations/af.d.ts +8 -0
  7. package/dist/translations/af.js +23 -0
  8. package/dist/translations/ar.d.ts +8 -0
  9. package/dist/translations/ar.js +23 -0
  10. package/dist/translations/bg.d.ts +8 -0
  11. package/dist/translations/bg.js +23 -0
  12. package/dist/translations/bn.d.ts +8 -0
  13. package/dist/translations/bn.js +23 -0
  14. package/dist/translations/ca.d.ts +8 -0
  15. package/dist/translations/ca.js +23 -0
  16. package/dist/translations/cs.d.ts +8 -0
  17. package/dist/translations/cs.js +23 -0
  18. package/dist/translations/da.d.ts +8 -0
  19. package/dist/translations/da.js +23 -0
  20. package/dist/translations/de.d.ts +8 -0
  21. package/dist/translations/de.js +23 -0
  22. package/dist/translations/el.d.ts +8 -0
  23. package/dist/translations/el.js +23 -0
  24. package/dist/translations/en-au.d.ts +8 -0
  25. package/dist/translations/en-au.js +23 -0
  26. package/dist/translations/en.d.ts +8 -0
  27. package/dist/translations/en.js +23 -0
  28. package/dist/translations/es-co.d.ts +8 -0
  29. package/dist/translations/es-co.js +23 -0
  30. package/dist/translations/es.d.ts +8 -0
  31. package/dist/translations/es.js +23 -0
  32. package/dist/translations/et.d.ts +8 -0
  33. package/dist/translations/et.js +23 -0
  34. package/dist/translations/fi.d.ts +8 -0
  35. package/dist/translations/fi.js +23 -0
  36. package/dist/translations/fr.d.ts +8 -0
  37. package/dist/translations/fr.js +23 -0
  38. package/dist/translations/gl.d.ts +8 -0
  39. package/dist/translations/gl.js +23 -0
  40. package/dist/translations/he.d.ts +8 -0
  41. package/dist/translations/he.js +23 -0
  42. package/dist/translations/hi.d.ts +8 -0
  43. package/dist/translations/hi.js +23 -0
  44. package/dist/translations/hr.d.ts +8 -0
  45. package/dist/translations/hr.js +23 -0
  46. package/dist/translations/hu.d.ts +8 -0
  47. package/dist/translations/hu.js +23 -0
  48. package/dist/translations/id.d.ts +8 -0
  49. package/dist/translations/id.js +23 -0
  50. package/dist/translations/it.d.ts +8 -0
  51. package/dist/translations/it.js +23 -0
  52. package/dist/translations/ja.d.ts +8 -0
  53. package/dist/translations/ja.js +23 -0
  54. package/dist/translations/jv.d.ts +8 -0
  55. package/dist/translations/jv.js +23 -0
  56. package/dist/translations/ko.d.ts +8 -0
  57. package/dist/translations/ko.js +23 -0
  58. package/dist/translations/lt.d.ts +8 -0
  59. package/dist/translations/lt.js +23 -0
  60. package/dist/translations/lv.d.ts +8 -0
  61. package/dist/translations/lv.js +23 -0
  62. package/dist/translations/ms.d.ts +8 -0
  63. package/dist/translations/ms.js +23 -0
  64. package/dist/translations/nl.d.ts +8 -0
  65. package/dist/translations/nl.js +23 -0
  66. package/dist/translations/no.d.ts +8 -0
  67. package/dist/translations/no.js +23 -0
  68. package/dist/translations/pl.d.ts +8 -0
  69. package/dist/translations/pl.js +23 -0
  70. package/dist/translations/pt-br.d.ts +8 -0
  71. package/dist/translations/pt-br.js +23 -0
  72. package/dist/translations/pt.d.ts +8 -0
  73. package/dist/translations/pt.js +23 -0
  74. package/dist/translations/ro.d.ts +8 -0
  75. package/dist/translations/ro.js +23 -0
  76. package/dist/translations/ru.d.ts +8 -0
  77. package/dist/translations/ru.js +23 -0
  78. package/dist/translations/sk.d.ts +8 -0
  79. package/dist/translations/sk.js +23 -0
  80. package/dist/translations/sr-latn.d.ts +8 -0
  81. package/dist/translations/sr-latn.js +23 -0
  82. package/dist/translations/sr.d.ts +8 -0
  83. package/dist/translations/sr.js +23 -0
  84. package/dist/translations/sv.d.ts +8 -0
  85. package/dist/translations/sv.js +23 -0
  86. package/dist/translations/th.d.ts +8 -0
  87. package/dist/translations/th.js +23 -0
  88. package/dist/translations/tr.d.ts +8 -0
  89. package/dist/translations/tr.js +23 -0
  90. package/dist/translations/ug.d.ts +8 -0
  91. package/dist/translations/ug.js +23 -0
  92. package/dist/translations/uk.d.ts +8 -0
  93. package/dist/translations/uk.js +23 -0
  94. package/dist/translations/ur.d.ts +8 -0
  95. package/dist/translations/ur.js +23 -0
  96. package/dist/translations/vi.d.ts +8 -0
  97. package/dist/translations/vi.js +23 -0
  98. package/dist/translations/zh-cn.d.ts +8 -0
  99. package/dist/translations/zh-cn.js +23 -0
  100. package/dist/translations/zh.d.ts +8 -0
  101. package/dist/translations/zh.js +23 -0
  102. package/dist/types/augmentation.d.ts +25 -0
  103. package/dist/types/exportpdf.d.ts +225 -0
  104. package/dist/types/exportpdfcommand.d.ts +43 -0
  105. package/dist/types/exportpdfui.d.ts +27 -0
  106. package/dist/types/index.d.ts +14 -0
  107. package/dist/types/utils.d.ts +14 -0
  108. package/lang/contexts.json +4 -1
  109. package/package.json +3 -2
  110. package/src/exportpdf.js +1 -1
  111. package/src/exportpdfcommand.js +1 -1
  112. package/src/exportpdfui.js +1 -1
  113. package/src/index.js +1 -1
  114. package/src/utils.js +1 -1
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportPdf:()=>p});var t=n(782),e=n(311);function o(){const t=["1642JGFPXf","then","4640812hDghkw","fetch","push","length",".ck-content","hasAttribute","EDITOR_STYLES","all","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","cssText","from","4265241agQeSk","ownerNode","text","join","cssRules","96yRxdrJ","2544755Henkoj","4361100yeagei","13245804Vpytjo","warn","indexOf","138600CEcjuz","data-cke","trim",":root","1153omBBSJ","styleSheets"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=317]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(335)](document[t(322)]))if(r[t(337)][t(330)](t(318)))for(const o of Array[t(335)](r[t(340)]))-1!==o[t(334)][t(346)](t(329))?e[t(327)](o[t(334)]):-1!==o[t(334)][t(346)](t(320))&&n[t(327)](o[t(334)]);return e[t(328)]||console[t(345)](t(333)),[...n,...e][t(339)](" ")[t(319)]()}!function(t,e){const n=s,r=t();for(;;)try{if(766986===-parseInt(n(321))/1*(parseInt(n(323))/2)+parseInt(n(336))/3+-parseInt(n(325))/4+-parseInt(n(342))/5+parseInt(n(343))/6+-parseInt(n(317))/7*(parseInt(n(341))/8)+parseInt(n(344))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(o);class c extends t.Command{constructor(t){super(t),this.set("isBusy",!1),this.affectsData=!1}refresh(){this.isEnabled=!this.isBusy,this.value=this.isBusy?"pending":void 0}execute(t={}){const e=this.editor,n=e.t,r=t.converterUrl||"https://pdf-converter.cke-cs.com/v1/convert/",o=t.dataCallback||(t=>t.data.get()),c=e.plugins.get("ExportPdf"),a=t.token||c._token;return this.isBusy=!0,this.refresh(),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(331)!==r?n[e(327)](window[e(326)](r)[e(324)]((t=>t[e(338)]()))):n[e(327)](i());return Promise[e(332)](n)[e(324)]((t=>t[e(339)](" ")[e(319)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async n=>{const s={html:'<html>\n\t\t\t\t\t\t<head>\n\t\t\t\t\t\t\t<title>CKEditor 5 PDF document</title>\n\t\t\t\t\t\t\t<meta charset="utf-8">\n\t\t\t\t\t\t</head>\n\t\t\t\t\t\t<body>\n\t\t\t\t\t\t\t<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">\n\t\t\t\t\t\t\t\t'+await o(e)+"\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>",css:n,options:t.converterOptions},i={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/pdf",...a?{Authorization:a.value}:null,"x-cs-app-id":t.appID||"cke5"},body:JSON.stringify(s)};return window.fetch(r,i).then((t=>{if(200!==t.status)throw t;return t.blob()})).then((e=>{const n="function"==typeof t.fileName?t.fileName():t.fileName;this._downloadFile(e,n||"document.pdf")}))})).catch((t=>{throw e.plugins.get("Notification").showWarning(n("An error occurred while generating the PDF.")),t})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(t,e){const n=document.createElement("a");n.href=window.URL.createObjectURL(t),n.download=e,n.click(),n.remove()}}class a extends t.Plugin{static get pluginName(){return"ExportPdfUI"}init(){const t=this.editor;t.ui.componentFactory.add("exportPdf",(()=>{const n=this._createButton(e.ButtonView),r=t.commands.get("exportPdf");return n.set({tooltip:!0}),n.bind("isOn").to(r,"isBusy"),n})),t.ui.componentFactory.add("menuBar:exportPdf",(()=>this._createButton(e.MenuBarMenuListItemButtonView)))}_createButton(t){const n=this.editor,r=n.config.get("exportPdf")||{},o=n.locale.t,s=n.commands.get("exportPdf"),i=new t(n.locale),c=new e.SpinnerView;return i.children.add(c),c.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(t=>!t)),i.set({label:o("Export to PDF"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4.5 14 0H3v6.5h1.5v-5h8v5h5V11H19V4.5ZM14 2l3.3 3H14V2Z"/><path d="m12.452 18.5 1.25 1.5H3v-3h1.5v1.5h7.952Z"/><path d="M19.826 16.843a.75.75 0 1 0-1.152-.96L17.5 17.29V13H16v4.29l-1.174-1.408a.75.75 0 1 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="M1.63 14.24V12.3h.88c.66 0 1.14-.15 1.46-.45.32-.3.48-.71.48-1.24 0-.52-.15-.91-.44-1.2C3.7 9.15 3.28 9 2.69 9H0v5.24h1.63Zm.4-3h-.4v-1.17h.46c.3 0 .5.05.62.17.1.11.16.25.16.42 0 .16-.06.3-.19.41-.13.11-.34.16-.66.16l.01.01Zm5.7 3c.28 0 .6-.05.96-.14.26-.07.5-.21.73-.42.22-.2.4-.47.53-.77.12-.31.19-.75.19-1.3 0-.37-.04-.7-.13-1.02a2.3 2.3 0 0 0-.42-.84c-.19-.24-.43-.43-.72-.56C8.57 9.06 8.2 9 7.72 9h-2.4v5.24H7.73Zm-.4-1.19h-.4v-2.86h.4c.43 0 .73.1.91.3.18.2.27.59.27 1.14 0 .42-.04.73-.12.91a.76.76 0 0 1-.34.4c-.14.07-.38.11-.72.11Zm5.3 1.2V12.1h2.02v-1.06h-2.03v-.91H15V9h-4v5.24h1.62l.01.01Z"/></svg>\n'}),i.bind("isEnabled").to(s,"isEnabled"),this.listenTo(i,"execute",(()=>{n.execute("exportPdf",r),n.editing.view.focus()})),i}}const u=h;function d(){const t=["token","config","registerTokenUrl","requires","editor","commands","75156eFzfmM","pluginName","tokenUrl","8055194BWMnBq","8414005xlSsIn","6954024BeLwvH","207ewAKAj","exportPdf","_token","plugins","6515408BiGitB","856230XjnMWU","get","26wNVqzA","ExportPdf","1041528vIPPVf","then","CloudServices","6xXTUky","add","init"];return(d=function(){return t})()}function h(t,e){const n=d();return(h=function(t,e){return n[t-=393]})(t,e)}!function(t,e){const n=h,r=t();for(;;)try{if(907961===-parseInt(n(404))/1+parseInt(n(402))/2*(parseInt(n(416))/3)+parseInt(n(399))/4+parseInt(n(393))/5+-parseInt(n(407))/6*(-parseInt(n(419))/7)+-parseInt(n(394))/8+parseInt(n(395))/9*(-parseInt(n(400))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(d);class p extends t.Plugin{static get[u(417)](){return u(403)}static get[u(413)](){return[u(406),e.Notification,a]}[u(409)](){const t=u,e=this[t(414)],n=e[t(411)][t(401)](t(396))||{};e[t(415)][t(408)](t(396),new c(e));const r=e[t(398)][t(401)](t(406));!1===n[t(418)]?this[t(397)]=null:n[t(418)]?r[t(412)](n[t(418)])[t(405)]((e=>{this[t(397)]=e})):this[t(397)]=r[t(410)]}}function l(t,e){var n=f();return(l=function(t,e){return n[t-=301]})(t,e)}function f(){var t=["19420htZcfl","618764EUJadP","155580UOTzFP","38654gJqxvd","43605iySkYu","64173sdbJgd","2335596aceWyg","360jrTBqu","584kutNij","3LIwCRA","143BrJduu"];return(f=function(){return t})()}!function(t,e){for(var n=l,r=t();;)try{if(207564===parseInt(n(309))/1+-parseInt(n(305))/2*(-parseInt(n(302))/3)+-parseInt(n(304))/4*(parseInt(n(311))/5)+parseInt(n(310))/6+parseInt(n(307))/7*(-parseInt(n(301))/8)+-parseInt(n(308))/9+parseInt(n(306))/10*(parseInt(n(303))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
5
+ */(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportPdf:()=>h});var t=n(782),e=n(311);function o(){const t=["ownerNode","cssRules","join","length","trim","63eOJIAp","135497TkeLhT","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","357dMkUYt","fetch","then","4TwqAqW","text","101714pqnRXi","122615FJEuYj",".ck-content","push","19449dAaDDK","EDITOR_STYLES","5238186YnuyyM","260248VbaiiU","indexOf","3160355LNBTRw","all","styleSheets","data-cke","from","cssText","1510YdzWiB","hasAttribute","warn",":root"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=477]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(494)](document[t(492)]))if(r[t(500)][t(497)](t(493)))for(const o of Array[t(494)](r[t(501)]))-1!==o[t(495)][t(489)](t(483))?e[t(484)](o[t(495)]):-1!==o[t(495)][t(489)](t(499))&&n[t(484)](o[t(495)]);return e[t(503)]||console[t(498)](t(507)),[...n,...e][t(502)](" ")[t(504)]()}!function(t,e){const n=s,r=t();for(;;)try{if(961473===parseInt(n(506))/1+-parseInt(n(481))/2*(parseInt(n(505))/3)+-parseInt(n(479))/4*(parseInt(n(482))/5)+parseInt(n(487))/6+parseInt(n(508))/7*(parseInt(n(488))/8)+parseInt(n(485))/9*(-parseInt(n(496))/10)+-parseInt(n(490))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(o);class a extends t.Command{constructor(t){super(t),this.set("isBusy",!1),this.affectsData=!1}refresh(){this.isEnabled=!this.isBusy,this.value=this.isBusy?"pending":void 0}execute(t={}){const e=this.editor,n=e.t,r=t.converterUrl||"https://pdf-converter.cke-cs.com/v1/convert/",o=t.dataCallback||(t=>t.data.get()),a=e.plugins.get("ExportPdf"),c=t.token||a._token;return this.isBusy=!0,this.refresh(),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(486)!==r?n[e(484)](window[e(477)](r)[e(478)]((t=>t[e(480)]()))):n[e(484)](i());return Promise[e(491)](n)[e(478)]((t=>t[e(502)](" ")[e(504)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async s=>{e.ui.ariaLiveAnnouncer.announce(n("PDF export started"));const i={html:'<html>\n\t\t\t\t\t\t<head>\n\t\t\t\t\t\t\t<title>CKEditor 5 PDF document</title>\n\t\t\t\t\t\t\t<meta charset="utf-8">\n\t\t\t\t\t\t</head>\n\t\t\t\t\t\t<body>\n\t\t\t\t\t\t\t<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">\n\t\t\t\t\t\t\t\t'+await o(e)+"\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>",css:s,options:t.converterOptions},a={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/pdf",...c?{Authorization:c.value}:null,"x-cs-app-id":t.appID||"cke5"},body:JSON.stringify(i)};return window.fetch(r,a).then((t=>{if(200!==t.status)throw t;return t.blob()})).then((r=>{e.ui.ariaLiveAnnouncer.announce(n("PDF export successful"));const o="function"==typeof t.fileName?t.fileName():t.fileName;this._downloadFile(r,o||"document.pdf")}))})).catch((t=>{const r=e.plugins.get("Notification");throw e.ui.ariaLiveAnnouncer.announce(n("PDF export failed"),{politeness:"assertive"}),r.showWarning(n("An error occurred while generating the PDF.")),t})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(t,e){const n=document.createElement("a");n.href=window.URL.createObjectURL(t),n.download=e,n.click(),n.remove()}}class c extends t.Plugin{static get pluginName(){return"ExportPdfUI"}init(){const t=this.editor;t.ui.componentFactory.add("exportPdf",(()=>{const n=this._createButton(e.ButtonView),r=t.commands.get("exportPdf");return n.set({tooltip:!0}),n.bind("isOn").to(r,"isBusy"),n})),t.ui.componentFactory.add("menuBar:exportPdf",(()=>this._createButton(e.MenuBarMenuListItemButtonView)))}_createButton(t){const n=this.editor,r=n.config.get("exportPdf")||{},o=n.locale.t,s=n.commands.get("exportPdf"),i=new t(n.locale),a=new e.SpinnerView;return i.children.add(a),a.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(t=>!t)),i.set({label:o("Export to PDF"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4.5 14 0H3v6.5h1.5v-5h8v5h5V11H19V4.5ZM14 2l3.3 3H14V2Z"/><path d="m12.452 18.5 1.25 1.5H3v-3h1.5v1.5h7.952Z"/><path d="M19.826 16.843a.75.75 0 1 0-1.152-.96L17.5 17.29V13H16v4.29l-1.174-1.408a.75.75 0 1 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="M1.63 14.24V12.3h.88c.66 0 1.14-.15 1.46-.45.32-.3.48-.71.48-1.24 0-.52-.15-.91-.44-1.2C3.7 9.15 3.28 9 2.69 9H0v5.24h1.63Zm.4-3h-.4v-1.17h.46c.3 0 .5.05.62.17.1.11.16.25.16.42 0 .16-.06.3-.19.41-.13.11-.34.16-.66.16l.01.01Zm5.7 3c.28 0 .6-.05.96-.14.26-.07.5-.21.73-.42.22-.2.4-.47.53-.77.12-.31.19-.75.19-1.3 0-.37-.04-.7-.13-1.02a2.3 2.3 0 0 0-.42-.84c-.19-.24-.43-.43-.72-.56C8.57 9.06 8.2 9 7.72 9h-2.4v5.24H7.73Zm-.4-1.19h-.4v-2.86h.4c.43 0 .73.1.91.3.18.2.27.59.27 1.14 0 .42-.04.73-.12.91a.76.76 0 0 1-.34.4c-.14.07-.38.11-.72.11Zm5.3 1.2V12.1h2.02v-1.06h-2.03v-.91H15V9h-4v5.24h1.62l.01.01Z"/></svg>\n'}),i.bind("isEnabled").to(s,"isEnabled"),this.listenTo(i,"execute",(()=>{n.execute("exportPdf",r),n.editing.view.focus()})),i}}function u(){const t=["614895atyueG","4662309lAnmlk","tokenUrl","requires","2bIlJFy","config","plugins","pluginName","8889642UxgpqS","_token","CloudServices","exportPdf","get","token","then","registerTokenUrl","6125080ZHptNy","add","init","ExportPdf","1168358ZEswQD","1635396TNyABe","commands","editor","78GxSmNG","8884552uiwgjn"];return(u=function(){return t})()}const d=p;function p(t,e){const n=u();return(p=function(t,e){return n[t-=360]})(t,e)}!function(t,e){const n=p,r=t();for(;;)try{if(809661===-parseInt(n(365))/1+-parseInt(n(375))/2*(-parseInt(n(372))/3)+-parseInt(n(361))/4+-parseInt(n(371))/5*(-parseInt(n(369))/6)+parseInt(n(366))/7+parseInt(n(370))/8+-parseInt(n(379))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(u);class h extends t.Plugin{static get[d(378)](){return d(364)}static get[d(374)](){return[d(381),e.Notification,c]}[d(363)](){const t=d,e=this[t(368)],n=e[t(376)][t(383)](t(382))||{};e[t(367)][t(362)](t(382),new a(e));const r=e[t(377)][t(383)](t(381));!1===n[t(373)]?this[t(380)]=null:n[t(373)]?r[t(360)](n[t(373)])[t(385)]((e=>{this[t(380)]=e})):this[t(380)]=r[t(384)]}}function l(t,e){var n=f();return(l=function(t,e){return n[t-=196]})(t,e)}function f(){var t=["3165910BpNPPF","1386gxEoiB","283920tbSFcV","8603sxBwLo","556VDkBQz","1407LTUqwW","5139VZMhVm","1416YDKwkS","1164555UcVLIo","467462bZThFG"];return(f=function(){return t})()}!function(t,e){for(var n=l,r=t();;)try{if(149492===-parseInt(n(197))/1+-parseInt(n(204))/2+parseInt(n(200))/3*(-parseInt(n(199))/4)+parseInt(n(203))/5+-parseInt(n(196))/6*(-parseInt(n(198))/7)+parseInt(n(202))/8*(-parseInt(n(201))/9)+parseInt(n(205))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
package/dist/index.css ADDED
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
package/dist/index.js ADDED
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ import{Command as _0x64b5ca,Plugin as _0x16d757}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x3f8ffc,MenuBarMenuListItemButtonView as _0x29161f,SpinnerView as _0x56e754,Notification as _0x518c98}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x7a17eb=[],_0x248ba8=[];for(const _0x594b00 of Array['from'](document['styleSheets'])){if(_0x594b00['ownerNode']['hasAttribute']('data-cke')){for(const _0x2b310d of Array['from'](_0x594b00['cssRules']))-0x1!==_0x2b310d['cssText']['indexOf']('.ck-content')?_0x7a17eb['push'](_0x2b310d['cssText']):-0x1!==_0x2b310d['cssText']['indexOf'](':root')&&_0x248ba8['push'](_0x2b310d['cssText']);}}return _0x7a17eb['length']||console['warn']('The\x20editor\x20stylesheet\x20could\x20not\x20be\x20found\x20in\x20the\x20document.\x20Check\x20your\x20webpack\x20config\x20–\x20style-loader\x20should\x20use\x20data-cke=true\x20attribute\x20for\x20the\x20editor\x20stylesheet.'),[..._0x248ba8,..._0x7a17eb]['join']('\x20')['trim']();}class o extends _0x64b5ca{['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x27df61={}){const _0x19380f=this['editor'],t=_0x19380f['t'],_0x5c87ca=_0x27df61['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x134be2=_0x27df61['dataCallback']||(_0x254aba=>_0x254aba['data']['get']()),_0x228f06=_0x19380f['plugins']['get']('ExportPdf'),_0x253c74=_0x27df61['token']||_0x228f06['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0x506752){if(!_0x506752)return new Promise(_0x146507=>_0x146507(''));const _0x2b3ea7=[];for(const _0x431058 of _0x506752)'EDITOR_STYLES'!==_0x431058?_0x2b3ea7['push'](window['fetch'](_0x431058)['then'](_0x5b5bf7=>_0x5b5bf7['text']())):_0x2b3ea7['push'](a());return Promise['all'](_0x2b3ea7)['then'](_0xf8e525=>_0xf8e525['join']('\x20')['trim']());}(_0x27df61['stylesheets']||['EDITOR_STYLES'])['then'](async _0x117324=>{_0x19380f['ui']['ariaLiveAnnouncer']['announce'](t('PDF\x20export\x20started'));const _0x46d566={'html':'<html>\x0a\x09\x09\x09\x09\x09\x09<head>\x0a\x09\x09\x09\x09\x09\x09\x09<title>CKEditor\x205\x20PDF\x20document</title>\x0a\x09\x09\x09\x09\x09\x09\x09<meta\x20charset=\x22utf-8\x22>\x0a\x09\x09\x09\x09\x09\x09</head>\x0a\x09\x09\x09\x09\x09\x09<body>\x0a\x09\x09\x09\x09\x09\x09\x09<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x19380f['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x134be2(_0x19380f)+'\x0a\x09\x09\x09\x09\x09\x09\x09</div>\x0a\x09\x09\x09\x09\x09\x09</body>\x0a\x09\x09\x09\x09\x09</html>','css':_0x117324,'options':_0x27df61['converterOptions']},_0xb63383={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x253c74?{'Authorization':_0x253c74['value']}:null,'x-cs-app-id':_0x27df61['appID']||'cke5'},'body':JSON['stringify'](_0x46d566)};return window['fetch'](_0x5c87ca,_0xb63383)['then'](_0x19bf62=>{if(0xc8!==_0x19bf62['status'])throw _0x19bf62;return _0x19bf62['blob']();})['then'](_0x591251=>{_0x19380f['ui']['ariaLiveAnnouncer']['announce'](t('PDF\x20export\x20successful'));const _0x3848bf='function'==typeof _0x27df61['fileName']?_0x27df61['fileName']():_0x27df61['fileName'];this['_downloadFile'](_0x591251,_0x3848bf||'document.pdf');});})['catch'](_0x237c87=>{const _0x5deec6=_0x19380f['plugins']['get']('Notification');throw _0x19380f['ui']['ariaLiveAnnouncer']['announce'](t('PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x5deec6['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x237c87;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x3c29a4,_0x2ae1eb){const _0x326d61=document['createElement']('a');_0x326d61['href']=window['URL']['createObjectURL'](_0x3c29a4),_0x326d61['download']=_0x2ae1eb,_0x326d61['click'](),_0x326d61['remove']();}constructor(_0x21d48c){super(_0x21d48c),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}}class i extends _0x16d757{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x111b64=this['editor'];_0x111b64['ui']['componentFactory']['add']('exportPdf',()=>{const _0x272462=this['_createButton'](_0x3f8ffc),_0x18ad27=_0x111b64['commands']['get']('exportPdf');return _0x272462['set']({'tooltip':!0x0}),_0x272462['bind']('isOn')['to'](_0x18ad27,'isBusy'),_0x272462;}),_0x111b64['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x29161f));}['_createButton'](_0x10b259){const _0x1d040c=this['editor'],_0x441e9c=_0x1d040c['config']['get']('exportPdf')||{},t=_0x1d040c['locale']['t'],_0x25d4b7=_0x1d040c['commands']['get']('exportPdf'),_0x59ea6c=new _0x10b259(_0x1d040c['locale']),_0x2e7195=new _0x56e754();return _0x59ea6c['children']['add'](_0x2e7195),_0x2e7195['bind']('isVisible')['to'](_0x25d4b7,'isBusy'),_0x59ea6c['iconView']['bind']('isVisible')['to'](_0x25d4b7,'isBusy',_0x5abec0=>!_0x5abec0),_0x59ea6c['set']({'label':t('Export\x20to\x20PDF'),'icon':'<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M19\x204.5\x2014\x200H3v6.5h1.5v-5h8v5h5V11H19V4.5ZM14\x202l3.3\x203H14V2Z\x22/><path\x20d=\x22m12.452\x2018.5\x201.25\x201.5H3v-3h1.5v1.5h7.952Z\x22/><path\x20d=\x22M19.826\x2016.843a.75.75\x200\x201\x200-1.152-.96L17.5\x2017.29V13H16v4.29l-1.174-1.408a.75.75\x200\x201\x200-1.152.96l2.346\x202.816a.95.95\x200\x200\x200\x201.46\x200l2.346-2.815Z\x22/><path\x20d=\x22M1.63\x2014.24V12.3h.88c.66\x200\x201.14-.15\x201.46-.45.32-.3.48-.71.48-1.24\x200-.52-.15-.91-.44-1.2C3.7\x209.15\x203.28\x209\x202.69\x209H0v5.24h1.63Zm.4-3h-.4v-1.17h.46c.3\x200\x20.5.05.62.17.1.11.16.25.16.42\x200\x20.16-.06.3-.19.41-.13.11-.34.16-.66.16l.01.01Zm5.7\x203c.28\x200\x20.6-.05.96-.14.26-.07.5-.21.73-.42.22-.2.4-.47.53-.77.12-.31.19-.75.19-1.3\x200-.37-.04-.7-.13-1.02a2.3\x202.3\x200\x200\x200-.42-.84c-.19-.24-.43-.43-.72-.56C8.57\x209.06\x208.2\x209\x207.72\x209h-2.4v5.24H7.73Zm-.4-1.19h-.4v-2.86h.4c.43\x200\x20.73.1.91.3.18.2.27.59.27\x201.14\x200\x20.42-.04.73-.12.91a.76.76\x200\x200\x201-.34.4c-.14.07-.38.11-.72.11Zm5.3\x201.2V12.1h2.02v-1.06h-2.03v-.91H15V9h-4v5.24h1.62l.01.01Z\x22/></svg>\x0a'}),_0x59ea6c['bind']('isEnabled')['to'](_0x25d4b7,'isEnabled'),this['listenTo'](_0x59ea6c,'execute',()=>{_0x1d040c['execute']('exportPdf',_0x441e9c),_0x1d040c['editing']['view']['focus']();}),_0x59ea6c;}}class s extends _0x16d757{static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x518c98,i];}['init'](){const _0x40f5d=this['editor'],_0x27cc40=_0x40f5d['config']['get']('exportPdf')||{};_0x40f5d['commands']['add']('exportPdf',new o(_0x40f5d));const _0x40f9f2=_0x40f5d['plugins']['get']('CloudServices');!0x1===_0x27cc40['tokenUrl']?this['_token']=null:_0x27cc40['tokenUrl']?_0x40f9f2['registerTokenUrl'](_0x27cc40['tokenUrl'])['then'](_0x542b25=>{this['_token']=_0x542b25;}):this['_token']=_0x40f9f2['token'];}}export{s as ExportPdf};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'af':{'dictionary':{'Export\x20to\x20PDF':'Voer\x20uit\x20na\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'\x27n\x20Fout\x20het\x20voorgekom\x20tydens\x20die\x20skep\x20van\x20die\x20PDF.'},'getPluralForm':_0x49bea0=>0x1!=_0x49bea0}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ar':{'dictionary':{'Export\x20to\x20PDF':'تصدير\x20إلى\x20ملف\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'حدث\x20خطأ\x20ما،\x20أثناء\x20استخراج\x20ملف\x20PDF.'},'getPluralForm':_0x4d5782=>0x0==_0x4d5782?0x0:0x1==_0x4d5782?0x1:0x2==_0x4d5782?0x2:_0x4d5782%0x64>=0x3&&_0x4d5782%0x64<=0xa?0x3:_0x4d5782%0x64>=0xb&&_0x4d5782%0x64<=0x63?0x4:0x5}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'bg':{'dictionary':{'Export\x20to\x20PDF':'Експорт\x20към\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Възникна\x20грешка\x20при\x20генериране\x20на\x20PDF.'},'getPluralForm':_0xc17074=>0x1!=_0xc17074}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'bn':{'dictionary':{'Export\x20to\x20PDF':'PDF\x20এ\x20রপ্তানি\x20করুন','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'PDF\x20তৈরি\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20হয়েছে।'},'getPluralForm':_0x4d9ad9=>0x1!=_0x4d9ad9}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ca':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'S\x27ha\x20produït\x20un\x20error\x20en\x20generar\x20el\x20PDF.'},'getPluralForm':_0x2a44dc=>0x1!=_0x2a44dc}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'cs':{'dictionary':{'Export\x20to\x20PDF':'Exportovat\x20do\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Při\x20generování\x20PDF\x20souboru\x20se\x20vyskytla\x20chyba.'},'getPluralForm':_0xd15fc2=>0x1==_0xd15fc2&&_0xd15fc2%0x1==0x0?0x0:_0xd15fc2>=0x2&&_0xd15fc2<=0x4&&_0xd15fc2%0x1==0x0?0x1:_0xd15fc2%0x1!=0x0?0x2:0x3}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'da':{'dictionary':{'Export\x20to\x20PDF':'Eksporter\x20til\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Der\x20opstod\x20en\x20fejl\x20under\x20oprettelse\x20af\x20PDF\x27en.'},'getPluralForm':_0x516fe6=>0x1!=_0x516fe6}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'de':{'dictionary':{'Export\x20to\x20PDF':'Als\x20PDF\x20exportieren','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Beim\x20Erstellen\x20der\x20PDF\x20ist\x20ein\x20Fehler\x20aufgetreten.'},'getPluralForm':_0x25a04e=>0x1!=_0x25a04e}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'el':{'dictionary':{'Export\x20to\x20PDF':'Εξαγωγή\x20σε\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20τη\x20δημιουργία\x20του\x20PDF.'},'getPluralForm':_0x510b4b=>0x1!=_0x510b4b}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'en-au':{'dictionary':{'Export\x20to\x20PDF':'Export\x20to\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.'},'getPluralForm':_0x12b01c=>0x1!=_0x12b01c}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'en':{'dictionary':{'Export\x20to\x20PDF':'Export\x20to\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.'},'getPluralForm':null}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'es-co':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20PDF.'},'getPluralForm':_0x4f96d6=>0x1==_0x4f96d6?0x0:0x0!=_0x4f96d6&&_0x4f96d6%0xf4240==0x0?0x1:0x2}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'es':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20PDF.'},'getPluralForm':_0x2e0a93=>0x1==_0x2e0a93?0x0:0x0!=_0x2e0a93&&_0x2e0a93%0xf4240==0x0?0x1:0x2}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'et':{'dictionary':{'Export\x20to\x20PDF':'Ekspordi\x20PDF-ina','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'PDF-i\x20loomisel\x20tekkis\x20viga.'},'getPluralForm':_0x37ec1f=>0x1!=_0x37ec1f}};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;