@ckeditor/ckeditor5-pagination 41.2.0 → 41.3.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/pagination.js +2 -2
- package/dist/content-index.css +4 -0
- package/dist/editor-index.css +72 -0
- package/dist/index.css +158 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/jv.d.ts +8 -0
- package/dist/translations/jv.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/types/augmentation.d.ts +23 -0
- package/dist/types/index.d.ts +13 -0
- package/dist/types/pagination.d.ts +151 -0
- package/dist/types/paginationediting.d.ts +58 -0
- package/dist/types/paginationlookup.d.ts +62 -0
- package/dist/types/paginationrenderer.d.ts +44 -0
- package/dist/types/paginationui.d.ts +29 -0
- package/dist/types/ui/linesrepository.d.ts +38 -0
- package/dist/types/ui/lineview.d.ts +57 -0
- package/dist/types/ui/pagenavigatorview.d.ts +65 -0
- package/lang/contexts.json +2 -1
- package/package.json +4 -3
- package/src/index.js +1 -1
- package/src/pagination.js +1 -1
- package/src/paginationediting.js +1 -1
- package/src/paginationlookup.js +1 -1
- package/src/paginationrenderer.js +1 -1
- package/src/paginationui.js +1 -1
- package/src/ui/linesrepository.js +1 -1
- package/src/ui/lineview.js +1 -1
- package/src/ui/pagenavigatorview.js +1 -1
package/build/pagination.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
!function(t){const
|
|
1
|
+
!function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{"Show next page":"Show next page","Show previous page":"Show previous page"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
|
|
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={371:(t,n,e)=>{"use strict";e.d(n,{A:()=>r});var o=e(433),i=e.n(o)()((function(t){return t[1]}));i.push([t.id,".ck.ck-pagination-view-line{border-top:1px dotted var(--ck-color-pagination-divider);height:0;pointer-events:none;position:absolute}.ck.ck-pagination-view-line:after{background:#c4c4c4;color:var(--ck-color-base-background);content:attr(data-page-number);display:inline-block;font-size:10px;min-width:18px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:-1px;text-align:center;top:-1px;transform:translateX(100%)}",""]);const r=i},953:(t,n,e)=>{"use strict";e.d(n,{A:()=>r});var o=e(433),i=e.n(o)()((function(t){return t[1]}));i.push([t.id,'.ck.ck-page-navigator{line-height:1;padding:0 var(--ck-spacing-standard)}.ck.ck-page-navigator>.ck-input-number{-moz-appearance:textfield;background:transparent;min-width:var(--ck-ui-component-min-height);text-align:center;width:var(--ck-ui-component-min-height)}.ck.ck-page-navigator>.ck-input-number::-webkit-inner-spin-button,.ck.ck-page-navigator>.ck-input-number::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ck.ck-page-navigator>.ck-input-number:not(:focus){border:1px solid transparent;border-bottom:1px solid var(--ck-color-base-border)}.ck.ck-page-navigator>span:before{content:"/";margin:0 var(--ck-spacing-standard)}',""]);const r=i},761:(t,n,e)=>{"use strict";e.d(n,{A:()=>r});var o=e(433),i=e.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-color-pagination-divider:#ababab}.ck.ck-content:not(.ck-pagination_disabled) .page-break:after,.ck.ck-editor__editable.ck-pagination-view .ck-widget__type-around{display:none}.ck.ck-editor__editable.ck-pagination-view .page-break{break-after:column;display:block;height:0;margin:0;padding:0}.ck.ck-editor__editable.ck-pagination-view .ck-table-column-resizer,.ck.ck-editor__editable.ck-pagination-view .page-break .page-break__label,.ck.ck-editor__editable.ck-pagination-view .page-break:after{display:none}",""]);const r=i},433:t=>{"use strict";t.exports=function(t){var n=[];return n.toString=function(){return this.map((function(n){var e=t(n);return n[2]?"@media ".concat(n[2]," {").concat(e,"}"):e})).join("")},n.i=function(t,e,o){"string"==typeof t&&(t=[[null,t,""]]);var i={};if(o)for(var r=0;r<this.length;r++){var s=this[r][0];null!=s&&(i[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);o&&i[c[0]]||(e&&(c[2]?c[2]="".concat(e," and ").concat(c[2]):c[2]=e),n.push(c))}},n}},673:(t,n,e)=>{"use strict";var o,i=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(n){if(void 0===t[n]){var e=document.querySelector(n);if(window.HTMLIFrameElement&&e instanceof window.HTMLIFrameElement)try{e=e.contentDocument.head}catch(t){e=null}t[n]=e}return t[n]}}(),s=[];function a(t){for(var n=-1,e=0;e<s.length;e++)if(s[e].identifier===t){n=e;break}return n}function c(t,n){for(var e={},o=[],i=0;i<t.length;i++){var r=t[i],c=n.base?r[0]+n.base:r[0],u=e[c]||0,l="".concat(c," ").concat(u);e[c]=u+1;var f=a(l),p={css:r[1],media:r[2],sourceMap:r[3]};-1!==f?(s[f].references++,s[f].updater(p)):s.push({identifier:l,updater:b(p,n),references:1}),o.push(l)}return o}function u(t){var n=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var i=e.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(t){n.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(n);else{var s=r(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(n)}return n}var l,f=(l=[],function(t,n){return l[t]=n,l.filter(Boolean).join("\n")});function p(t,n,e,o){var i=e?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=f(n,i);else{var r=document.createTextNode(i),s=t.childNodes;s[n]&&t.removeChild(s[n]),s.length?t.insertBefore(r,s[n]):t.appendChild(r)}}function d(t,n,e){var o=e.css,i=e.media,r=e.sourceMap;if(i?t.setAttribute("media",i):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var h=null,g=0;function b(t,n){var e,o,i;if(n.singleton){var r=g++;e=h||(h=u(n)),o=p.bind(null,e,r,!1),i=p.bind(null,e,r,!0)}else e=u(n),o=d.bind(null,e,n),i=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(e)};return o(t),function(n){if(n){if(n.css===t.css&&n.media===t.media&&n.sourceMap===t.sourceMap)return;o(t=n)}else i()}}t.exports=function(t,n){(n=n||{}).singleton||"boolean"==typeof n.singleton||(n.singleton=i());var e=c(t=t||[],n);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<e.length;o++){var i=a(e[o]);s[i].references--}for(var r=c(t,n),u=0;u<e.length;u++){var l=a(e[u]);0===s[l].references&&(s[l].updater(),s.splice(l,1))}e=r}}}},782:(t,n,e)=>{t.exports=e(237)("./src/core.js")},311:(t,n,e)=>{t.exports=e(237)("./src/ui.js")},584:(t,n,e)=>{t.exports=e(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},n={};function e(o){var i=n[o];if(void 0!==i)return i.exports;var r=n[o]={id:o,exports:{}};return t[o](r,r.exports,e),r.exports}e.n=t=>{var n=t&&t.__esModule?()=>t.default:()=>t;return e.d(n,{a:n}),n},e.d=(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},e.o=(t,n)=>Object.prototype.hasOwnProperty.call(t,n),e.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.nc=void 0;var o={};(()=>{"use strict";e.r(o),e.d(o,{Pagination:()=>Ct});var t=e(782),n=e(584),i=e(311);const r=function(t){var n=typeof t;return null!=t&&("object"==n||"function"==n)};const s="object"==typeof global&&global&&global.Object===Object&&global;var a="object"==typeof self&&self&&self.Object===Object&&self;const c=s||a||Function("return this")();const u=function(){return c.Date.now()};var l=/\s/;const f=function(t){for(var n=t.length;n--&&l.test(t.charAt(n)););return n};var p=/^\s+/;const d=function(t){return t?t.slice(0,f(t)+1).replace(p,""):t};const h=c.Symbol;var g=Object.prototype,b=g.hasOwnProperty,m=g.toString,v=h?h.toStringTag:void 0;const w=function(t){var n=b.call(t,v),e=t[v];try{t[v]=void 0;var o=!0}catch(t){}var i=m.call(t);return o&&(n?t[v]=e:delete t[v]),i};var k=Object.prototype.toString;const y=function(t){return k.call(t)};var I=h?h.toStringTag:void 0;const T=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":I&&I in Object(t)?w(t):y(t)};const N=function(t){return null!=t&&"object"==typeof t};const P=function(t){return"symbol"==typeof t||N(t)&&"[object Symbol]"==T(t)};var x=/^[-+]0x[0-9a-f]+$/i,E=/^0b[01]+$/i,S=/^0o[0-7]+$/i,C=parseInt;const _=function(t){if("number"==typeof t)return t;if(P(t))return NaN;if(r(t)){var n="function"==typeof t.valueOf?t.valueOf():t;t=r(n)?n+"":n}if("string"!=typeof t)return 0===t?t:+t;t=d(t);var e=E.test(t);return e||S.test(t)?C(t.slice(2),e?2:8):x.test(t)?NaN:+t};var O=Math.max,R=Math.min;const A=function(t,n,e){var o,i,s,a,c,l,f=0,p=!1,d=!1,h=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function g(n){var e=o,r=i;return o=i=void 0,f=n,a=t.apply(r,e)}function b(t){var e=t-l;return void 0===l||e>=n||e<0||d&&t-f>=s}function m(){var t=u();if(b(t))return v(t);c=setTimeout(m,function(t){var e=n-(t-l);return d?R(e,s-(t-f)):e}(t))}function v(t){return c=void 0,h&&o?g(t):(o=i=void 0,a)}function w(){var t=u(),e=b(t);if(o=arguments,i=this,l=t,e){if(void 0===c)return function(t){return f=t,c=setTimeout(m,n),p?g(t):a}(l);if(d)return clearTimeout(c),c=setTimeout(m,n),g(l)}return void 0===c&&(c=setTimeout(m,n)),a}return n=_(n)||0,r(e)&&(p=!!e.leading,s=(d="maxWait"in e)?O(_(e.maxWait)||0,n):s,h="trailing"in e?!!e.trailing:h),w.cancel=function(){void 0!==c&&clearTimeout(c),f=0,o=l=i=c=void 0},w.flush=function(){return void 0===c?a:v(u())},w},M=B;function B(t,n){const e=W();return(B=function(t,n){return e[t-=437]})(t,n)}!function(t,n){const e=B,o=t();for(;;)try{if(454091===parseInt(e(459))/1+-parseInt(e(465))/2*(-parseInt(e(621))/3)+parseInt(e(550))/4+parseInt(e(472))/5*(parseInt(e(614))/6)+-parseInt(e(624))/7+-parseInt(e(456))/8+-parseInt(e(549))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(W);class j extends t.Plugin{constructor(){const t=B;super(...arguments),this[t(577)]=null}static get[M(623)](){return M(516)}[M(551)](){const t=M;if(this[t(593)]({pageBreaks:[]}),!this[t(590)][t(574)][t(605)](t(612)))return void(0,n.logWarning)(t(575),this[t(590)][t(574)]);this[t(553)]=A((()=>this[t(476)]()),200),this[t(577)]=null;const e=this[t(590)][t(542)][t(605)](t(501));this[t(462)](t(559)).to(e),this[t(590)].ui[t(445)](t(479),(()=>this[t(506)]())),this.on(t(495),((n,e,o)=>{o&&this[t(553)]()}))}[M(509)](){!function(n){function e(t){const n=B;return t[n(534)]((t=>String[n(571)](t)))[n(500)]("")}(n=>{const o=B;function i(t){return e([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],s=[127,34,6,211,167,86,146,199,132,160,18];function a(t){return function(t,n){const o=function(t){const n=atob(t),[o,i]=n[e([115,112,108,105,116])](e([45]));try{if(atob(i))return atob(o)}catch(t){}return n}(t),i=Array[e([102,114,111,109])](function(t){const n=new Uint8Array(t[e([108,101,110,103,116,104])]);for(let o=0;o<t[e([108,101,110,103,116,104])];o++)n[o]=t[e([99,104,97,114,67,111,100,101,65,116])](o);return n}(o)),r=i[e([112,111,112])](),s=i[e([112,111,112])]();return function(t){let n="";for(const o of t)n+=String[e([102,114,111,109,67,104,97,114,67,111,100,101])](o);return n}(function(t,n,o){const i={};i[e([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},i[e([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],i[e([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],i[e([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],i[e([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],i[e([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],i[e([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],i[e([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],i[e([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],i[e([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],i[e([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let s=null,a=16;const c=new Uint8Array(n),u=[],l=[];!function(){const t=i[e([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[e([108,101,110,103,116,104])]];for(let n=0;n<=t;n++)u[e([112,117,115,104])]([0,0,0,0]),l[e([112,117,115,104])]([0,0,0,0]);const n=4*(t+1),o=c[e([108,101,110,103,116,104])]/4,r=f(c);let s;for(let n=0;n<o;n++)s=n>>2,u[s][n%4]=r[n],l[t-s][n%4]=r[n];let a,p=0,d=o;for(;d<n;){a=r[o-1],r[0]^=i[e([83])][a>>16&255]<<24^i[e([83])][a>>8&255]<<16^i[e([83])][255&a]<<8^i[e([83])][a>>24&255]^i[e([114,99,111,110])][p]<<24,p+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];a=r[o/2-1],r[o/2]^=i[e([83])][255&a]^i[e([83])][a>>8&255]<<8^i[e([83])][a>>16&255]<<16^i[e([83])][a>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let s,c,f=0;for(;f<o&&d<n;)s=d>>2,c=d%4,u[s][c]=r[f],l[t-s][c]=r[f++],d++}for(let n=1;n<t;n++)for(let t=0;t<4;t++)a=l[n][t],l[n][t]=i[e([85,49])][a>>24&255]^i[e([85,50])][a>>16&255]^i[e([85,51])][a>>8&255]^i[e([85,52])][255&a]}();for(let n=0;n<t[e([108,101,110,103,116,104])];n++)16===a&&(s=d(r),a=0,p(r)),t[n]^=s[a++];return t;function f(t){const n=[];for(let o=0;o<t[e([108,101,110,103,116,104])];o+=4)n[e([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return n}function p(t){for(let n=15;n>=0;n--){if(255!==t[n]){t[n]++;break}t[n]=0}}function d(t){const n=u[e([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=f(t);for(let t=0;t<4;t++)r[t]^=u[0][t];for(let t=1;t<n;t++){for(let n=0;n<4;n++)o[n]=i[e([84,49])][r[n]>>24&255]^i[e([84,50])][r[(n+1)%4]>>16&255]^i[e([84,51])][r[(n+2)%4]>>8&255]^i[e([84,52])][255&r[(n+3)%4]]^u[t][n];r=o[e([115,108,105,99,101])]()}const s=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=u[n][t],s[4*t]=255&(i[e([83])][r[t]>>24&255]^a>>24),s[4*t+1]=255&(i[e([83])][r[(t+1)%4]>>16&255]^a>>16),s[4*t+2]=255&(i[e([83])][r[(t+2)%4]>>8&255]^a>>8),s[4*t+3]=255&(i[e([83])][255&r[(t+3)%4]]^a);return s}}(i,n,s+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...s]))}const c=function(){const t=[{[e([105,100])]:1,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([67,111,109,109,101,110,116,115]),[e([112,108,117,103,105,110,78,97,109,101])]:e([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([108,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101]),[e([99,104,101,99,107,65,108,115,111])]:[{[e([105,100])]:2,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([84,114,97,99,107,32,67,104,97,110,103,101,115]),[e([112,108,117,103,105,110,78,97,109,101])]:e([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([108,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[e([111,112,116,105,111,110,115])]:{[e([97,105,119,115,103,105,99])]:!0,[e([97,105,116,99,100,103,105,108])]:!0,[e([97,105,114,118,105,105,108])]:!0}}],[e([111,112,116,105,111,110,115])]:{[e([97,105,119,115,103,105,99])]:!0,[e([97,105,116,99,100,103,105,108])]:!0,[e([97,105,114,118,105,105,108])]:!0}},{[e([105,100])]:3,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([80,97,103,105,110,97,116,105,111,110]),[e([112,108,117,103,105,110,78,97,109,101])]:e([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101])},{[e([105,100])]:4,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[e([112,108,117,103,105,110,78,97,109,101])]:e([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([108,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[e([111,112,116,105,111,110,115])]:{[e([97,105,119,115,103,105,99])]:!0,[e([97,105,116,99,100,103,105,108])]:!0,[e([97,105,114,118,105,105,108])]:!0}},{[e([105,100])]:5,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[e([112,108,117,103,105,110,78,97,109,101])]:e([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101]),[e([111,112,116,105,111,110,115])]:{[e([102,103,105])]:[12]}},{[e([105,100])]:6,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[e([112,108,117,103,105,110,78,97,109,101])]:e([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101]),[e([111,112,116,105,111,110,115])]:{[e([102,103,105])]:[12]}},{[e([105,100])]:7,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([83,108,97,115,104,32,67,111,109,109,97,110,100]),[e([112,108,117,103,105,110,78,97,109,101])]:e([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101]),[e([111,112,116,105,111,110,115])]:{[e([102,103,105])]:[12]}},{[e([105,100])]:8,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[e([112,108,117,103,105,110,78,97,109,101])]:e([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101]),[e([111,112,116,105,111,110,115])]:{[e([102,103,105])]:[12]}},{[e([105,100])]:9,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([84,101,109,112,108,97,116,101]),[e([112,108,117,103,105,110,78,97,109,101])]:e([84,101,109,112,108,97,116,101,85,73]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101]),[e([111,112,116,105,111,110,115])]:{[e([102,103,105])]:[12,14]}},{[e([105,100])]:10,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[e([112,108,117,103,105,110,78,97,109,101])]:e([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101]),[e([111,112,116,105,111,110,115])]:{[e([102,103,105])]:[12]}},{[e([105,100])]:11,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([65,73,32,65,115,115,105,115,116,97,110,116]),[e([112,108,117,103,105,110,78,97,109,101])]:e([65,73,65,115,115,105,115,116,97,110,116,85,73]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([97,105,76,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101])},{[e([105,100])]:12,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[e([105,100])]:13,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([67,97,115,101,32,67,104,97,110,103,101]),[e([112,108,117,103,105,110,78,97,109,101])]:e([67,97,115,101,67,104,97,110,103,101,85,73]),[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:e([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[e([104,97,110,100,108,101,114])]:e([99,104,101,99,107,76,105,99,101,110,115,101]),[e([111,112,116,105,111,110,115])]:{[e([102,103,105])]:[12]}},{[e([105,100])]:14,[e([102,101,97,116,117,114,101,78,97,109,101])]:e([68,114,117,112,97,108,32,112,97,99,107]),[e([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:e([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])}];return function t(n){n[e([102,111,114,69,97,99,104])]((n=>{n[e([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<n[e([105,100])]-1,i(n)&&n[e([99,104,101,99,107,65,108,115,111])]&&t(n[e([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),u={[e([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,n){m(b(t,n),n)},[e([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,n){m(function(t,n){try{if(N(f,e([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=P(f,e([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[e([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[e([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return v(n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([73,110,118,97,108,105,100]))}return b(t,n)}catch(t){return v(n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([73,110,118,97,108,105,100]))}}(t,n),n)},[e([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,n){const o=s[0]*r[1],i=s[0]*r[2],a=s[2]*r[2];function c(t,n){u(),v(n+e([84,114,105,97,108,76,105,109,105,116,58])+t),window[w()]=t===e([116,105,109,101])?o:i}function u(){const t=f;function n(){N(t,e([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(P(t,e([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[e([117,110,98,105,110,100])](e([105,115,69,110,97,98,108,101,100])),P(t,e([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[e([105,115,69,110,97,98,108,101,100])]=!1,P(t,e([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[e([117,112,100,97,116,101])]=I,P(t,e([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[e([115,97,118,101,82,101,118,105,115,105,111,110])]=I,t[e([109,111,100,101,108])][e([99,104,97,110,103,101])]=I,t[e([109,111,100,101,108])][e([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[e([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](e([109,111,100,101,108]))),N(t,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(P(t,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[e([117,110,98,105,110,100])](e([105,115,69,110,97,98,108,101,100])),P(t,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[e([105,115,69,110,97,98,108,101,100])]=!1,P(t,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[e([99,111,109,112,97,114,101])]=I,P(t,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[e([95,103,101,116,68,105,102,102])]=I)}t[e([115,116,97,116,101])]==e([114,101,97,100,121])?n():t[e([111,110,99,101])](e([114,101,97,100,121]),(()=>{const o=B;if(N(t,e([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&n(),N(t,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const i=P(t,e([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=i[o(514)](0),s=i[o(437)](r[e([105,100])]);P(t,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[e([99,111,109,112,97,114,101])](r[e([105,100])],s?s[e([105,100])]:null,1)[o(607)]((()=>n()))}}))}N(f,e([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&P(f,e([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[e([115,116,97,116,101])]==e([99,111,110,110,101,99,116,101,100])&&(window[w()]=a),function(t,n){if(t==n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([73,110,118,97,108,105,100]))u();else if(t==n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([84,114,105,97,108])){const t=function(){const t=B;if(!N(f,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const n in window)if(Number[t(546)](Number(n))){if(window[n]===o)return e([116,105,109,101]);if(window[n]===i)return e([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=s[6]*r[8]*r[6];return N(f,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[e([115,101,116,84,105,109,101,111,117,116])]((()=>{c(e([116,105,109,101]),n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const u=P(f,e([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[e([95,114,101,118,105,115,105,111,110,115])];u[e([108,101,110,103,116,104])]>=7?c(e([114,101,118,105,115,105,111,110,115]),n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):u.on(e([97,100,100]),(()=>{u[e([108,101,110,103,116,104])]>=7&&c(e([114,101,118,105,115,105,111,110,115]),n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,n){try{return function(){const t=B;if(!N(f,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const n in window)if(Number[t(546)](Number(n))&&window[n]===a)return!0;return!1}()?v(n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([86,97,108,105,100])):b(t,n)}catch(t){return v(n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([73,110,118,97,108,105,100]))}}(t,n),n)}},l=n[e([99,111,110,115,116,114,117,99,116,111,114])][e([112,108,117,103,105,110,78,97,109,101])],f=e([99,111,110,116,101,120,116])in n?n[o(620)]:n[o(590)],p=e([52,48,52,56,48,54,49,50]),d=e([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),h=f[o(574)][o(605)](e([108,105,99,101,110,115,101,75,101,121])),g=c[e([102,105,108,116,101,114])](i)[e([102,105,110,100])]((t=>t[e([112,108,117,103,105,110,78,97,109,101])]===l));function b(t,n){try{return function(t){if(!N(f,t[e([112,108,117,103,105,110,78,97,109,101])]))return!0;const n=t[e([111,112,116,105,111,110,115])]||{},o=n[e([97,105,119,115,103,105,99])]||!1,i=n[e([97,105,116,99,100,103,105,108])]||!1,r=n[e([97,105,114,118,105,105,108])]||!1;return!(!N(f,e([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||P(f,e([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[e([115,116,97,116,101])]!=e([99,111,110,110,101,99,116,101,100])||!o)||(!(!N(f,e([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||P(f,e([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[e([114,101,115,117,108,116])]!=e([101,110,100])||!i)||!(!N(f,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||P(f,e([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[e([114,101,115,117,108,116])]!=e([101,110,100])||!r))}(n)?v(n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([86,97,108,105,100])):t&&function(t,n){const i=!!(t&n[e([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,n){const i=(n[e([111,112,116,105,111,110,115])]||{})[e([102,103,105])]||null;return!!i&&c[e([102,105,108,116,101,114])]((t=>i[e([105,110,99,108,117,100,101,115])](t[e([105,100])])))[e([102,105,108,116,101,114])]((t=>!function(t){const n=o,i={[e([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:T};return!!t[n(591)]&&i[t[n(591)]]()}(t)))[e([115,111,109,101])]((n=>!!(t&n[e([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,n);return i||r}(t[e([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],n)?t[e([105,115,73,110,116,101,114,110,97,108])]&&!window[e([111,112,101,110])][e([99,108,111,115,101,100])]||parseInt(p)/2>t[e([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?v(n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([73,110,118,97,108,105,100])):t[e([105,115,84,114,105,97,108])]?v(n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([84,114,105,97,108])):v(n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([86,97,108,105,100])):v(n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([73,110,118,97,108,105,100]))}catch(t){return v(n[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([73,110,118,97,108,105,100]))}}function m(n,o){if(f instanceof t.Context){const t=f;n==o[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([73,110,118,97,108,105,100])?k(t):n==o[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([84,114,105,97,108])&&window[e([115,101,116,84,105,109,101,111,117,116])]((()=>{k(t),v(o[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),s[6]*r[8]*r[6]),t[e([101,100,105,116,111,114,115])][e([111,110])](e([97,100,100]),((t,i)=>{n!=o[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([73,110,118,97,108,105,100])&&n!=o[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&n!=o[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||y(i)}))}else{const t=f;n==o[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([73,110,118,97,108,105,100])?y(t):n==o[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([84,114,105,97,108])&&t[e([111,110])](e([114,101,97,100,121]),(()=>{let n=0;t[e([109,111,100,101,108])][e([111,110])](e([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((i,r)=>{r[0][e([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&n++,504===n&&(y(t),v(o[e([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+e([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),i[e([111,102,102])]())}),{priority:e([104,105,103,104,101,115,116])})}))}}function v(t){const n=w();return f[n]=t,t}function w(){const t=String(window[e([112,101,114,102,111,114,109,97,110,99,101])][e([110,111,119])]())[e([114,101,112,108,97,99,101])](e([46]),"");let n="";for(let o=0;o<t[e([108,101,110,103,116,104])];o+=2){let i=parseInt(t[e([115,117,98,115,116,114,105,110,103])](o,o+2));i>=d[e([108,101,110,103,116,104])]&&(i-=d[e([108,101,110,103,116,104])]),n+=d[i]}return n}function k(t){for(const n of t[e([101,100,105,116,111,114,115])])y(n);P(t,e([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[e([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),P(t,e([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[e([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=I}function y(t){function n(){t[e([109,111,100,101,108])][e([99,104,97,110,103,101])]=I,t[e([109,111,100,101,108])][e([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[e([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](e([109,111,100,101,108]))}t[e([115,116,97,116,101])]==e([114,101,97,100,121])?n():t[e([111,110,99,101])](e([114,101,97,100,121]),(()=>n()))}function I(){return null}function T(){return!window[e([68,114,117,112,97,108])]||!N(f,e([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function N(t,n){return t[e([112,108,117,103,105,110,115])][e([104,97,115])](n)}function P(t,n){return t[e([112,108,117,103,105,110,115])][e([103,101,116])](n)}g&&function t(n,o){u[o[e([104,97,110,100,108,101,114])]](n,o),o[e([99,104,101,99,107,65,108,115,111])]&&o[e([99,104,101,99,107,65,108,115,111])][e([102,105,108,116,101,114])]((t=>N(f,t[e([112,108,117,103,105,110,78,97,109,101])])))[e([102,111,114,69,97,99,104])]((e=>t(n,e)))}(function(t){try{const n=a(t),o=JSON[e([112,97,114,115,101])](n),i=parseInt(o[e([49])]),r=o[e([50])]||"",s=parseInt(o[e([51])]),c=parseInt(o[e([52])])||0,u=parseInt(o[e([53])])||0;return{[e([112,114,111,100,117,99,116,78,97,109,101])]:r,[e([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[e([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:i,[e([105,115,84,114,105,97,108])]:s,[e([105,115,73,110,116,101,114,110,97,108])]:u}}catch(t){return null}}(h),g)})(n)}(this)}[M(517)](){const t=M;super[t(517)](),this[t(577)]&&(this[t(553)][t(596)](),this[t(577)][t(517)](),this[t(577)][t(450)][t(480)]())}[M(506)](){const t=M,n=this[t(590)],e=n[t(588)][t(539)],o=this[t(540)]();if(!o||0===o[t(535)])return void n.ui[t(445)](t(478),(()=>this[t(506)]()));const{pageWidth:r,pageHeight:s}=n[t(574)][t(605)](t(612)),{top:a,left:c,bottom:u,right:l}=this[t(452)];this[t(577)]=new i.View(n[t(572)]);const f=this[t(577)];f[t(593)](t(562),""),f[t(541)]({tag:t(524),attributes:{contenteditable:!0,style:{columnWidth:r,width:r,height:t(601)+s+t(471)+a+t(471)+u+" )",minWidth:t(547),minHeight:t(547),padding:"0 "+l+t(603)+c,columnGap:t(439),border:0,boxSizing:t(494),columnCount:t(547),columnFill:t(547),overflow:t(485),position:t(469),top:t(438),left:t(438)},class:f[t(610)].to(t(562))}}),f[t(617)](),o[t(488)][t(526)](f[t(450)],o[t(600)]),this[t(474)](e,t(617),(()=>this[t(553)]()),{priority:t(443)}),this[t(553)]()}[M(540)](){const t=M;for(const n of this[t(590)][t(588)][t(539)][t(581)][t(544)]())if(n[t(523)][t(511)][t(489)](n))return n;return null}[M(476)](){const t=M;if(!this[t(559)])return Promise[t(569)]();const n=this[t(590)][t(588)][t(539)],e=this[t(577)],o=this[t(540)]();if(!o)return Promise[t(569)]();for(e[t(562)]=[t(521),t(527),...o[t(616)]][t(500)](" ");e[t(450)][t(451)];)e[t(450)][t(451)][t(480)]();const i=Array[t(507)](n[t(581)]);i[t(491)]((([,n],[,e])=>n[t(453)](e)==Node[t(454)]?1:-1));for(const[n,o]of i){const i=document[t(475)](t(524));i[t(519)][t(440)]=n,e[t(450)][t(492)](i);for(const n of[...o[t(505)](!0)[t(583)]])i[t(492)](n)}return function(n){const e=t;return Promise[e(578)](n[e(534)]((t=>{return Promise[e(473)]([(o=t,new Promise((t=>{const n=B;function e(){const n=B;o[n(545)](n(502),e),o[n(545)](n(586),e),t()}o[n(529)]?t():(o[n(556)](n(502),e),o[n(556)](n(586),e))}))),(n=1e3,new Promise((t=>setTimeout(t,n))))]);var n,o})))}(Array[t(507)](e[t(450)][t(460)](t(625))))[t(607)]((()=>this[t(512)]()))}[M(512)](){const t=M,e=this[t(577)][t(450)];if(!e[t(523)][t(511)][t(489)](e))return;const o=new n.Rect(e)[t(597)](),i=n.global[t(604)][t(538)](e),r=parseFloat(i[t(561)])+parseFloat(i[t(522)]),s=Math[t(487)](o[t(458)]+100-r),a=U(e,Math[t(487)](o[t(565)]-e[t(570)]),s)[t(534)]((n=>this[t(602)](n)));a[t(466)]((t=>!!t))&&(this[t(566)]=a)}[M(602)](t){const n=M,e=this[n(590)][n(588)][n(539)],o=this[n(590)][n(588)][n(537)],i=e[n(608)],r=t[n(484)][n(585)](),s=this[n(577)][n(450)][n(583)][r][n(519)][n(440)],a=e[n(442)](s);if(!a)return null;const c=function(t,e){const o=n;let i=t;for(const t of e[o(484)]){if(!i)return null;i=i[o(583)][t]}return i}(a,t);if(!c)return null;const u=i[n(449)](c,t[n(548)]||0);return u?n(468)==t[n(568)]?this[n(444)](u,c):n(477)==t[n(568)]&&o[n(447)](u)[n(470)]?this[n(564)](u,c,t[n(548)]):this[n(499)](u,c,t[n(470)]):null}[M(444)](t,n){const e=M,o=this[e(590)][e(611)],i=this[e(590)][e(588)][e(537)][e(457)](t[e(515)]),r=o[e(618)](i);return new L({type:e(468),modelRange:r,domNode:n,offset:0})}[M(564)](t,n,e){const o=M,i=this[o(590)][o(611)],r=this[o(590)][o(588)][o(537)],s=this[o(590)][o(588)][o(539)][o(608)];if(e>=n[o(441)])return null;const a=r[o(447)](t),c=i[o(594)](a),u=r[o(497)](t),l=s[o(606)](u);return new L({type:o(477),modelRange:c,domNode:n,offset:D(n,e,l)})}[M(499)](t,e,o){const i=M,r=this[i(590)][i(611)],s=this[i(590)][i(588)],a=s[i(537)],c=s[i(539)][i(608)],u=a[i(497)](t),l=a[i(457)](u),f=function(t){const n=i,e=t[n(515)],o=e[n(528)][n(592)][n(611)],r=e[n(446)]({parentFirst:!0,includeSelf:!0});let s=null;for(const e of r){if(e.is(n(503)))return s;if(!o[n(520)](e)[n(513)](t))return s;s=e}}(r[i(520)](l))||l;let p=a[i(508)](f),d=r[i(618)](f);const h=r[i(520)](f)[i(615)];if(h&&h.is(i(450),i(555))){const t=a[i(508)](h),e=c[i(606)](t),o=n.global[i(604)][i(538)](e)[i(613)];i(565)!=o&&i(552)!=o||(d=r[i(618)](h))}for(;p[i(515)]!==p[i(528)]&&0===p[i(482)];)p=p[i(515)];const g=new n.Rect(X(e)?e:F(e)),b=o?g[i(557)]-o:0,m=c[i(606)](p),v=new n.Rect(m);return new L({type:i(450),modelRange:d,domNode:m,offset:Math[i(589)](b)?b+g[i(619)]-v[i(619)]:0})}get[M(452)](){const t=M,n=this[t(590)][t(574)][t(605)](t(587));return Object[t(483)]({top:t(536),bottom:t(536),left:t(536),right:t(536)},n)}static[M(531)](t,n,e,o){return U(t,n,e,o)}}class L{constructor({type:t,modelRange:n,domNode:e,offset:o}){const i=M;this[i(568)]=t,this[i(504)]=n,this[i(493)]=e,this[i(490)]=o}get[M(470)](){const t=M;if(!this[t(493)][t(523)][t(511)][t(489)](this[t(493)]))return 0;const e=new n.Rect(X(this[t(493)])?this[t(493)]:F(this[t(493)]));return t(468)==this[t(568)]?e[t(619)]+e[t(557)]/2:e[t(619)]+this[t(490)]}}function D(t,e,o){const i=M,r=F(t),s=function(t){const e=B,o=n.global[e(592)][e(594)]();return o[e(579)](t),o}(o);let a;a=0==e?V(s[i(595)],s[i(543)],t[i(488)],Array[i(507)](t[i(488)][i(583)])[i(563)](t)):V(s[i(595)],s[i(543)],t,e);const c=V(t,e,s[i(584)],s[i(532)]),u=new n.Rect(a)[i(518)];return(new n.Rect(c)[i(619)]+u)/2-new n.Rect(r)[i(619)]}function F(t){const e=M,o=n.global[e(592)][e(594)]();return o[e(498)](t),o}function K(t,e,o){const i=M,r=n.global[i(592)][i(594)]();return r[i(486)](t,e),r[i(622)](t,o),r}function V(t,e,o,i){const r=M,s=n.global[r(592)][r(594)]();return s[r(486)](t,e),s[r(622)](o,i),s}function U(t,n,e,o){const i=M,r=[];for(const[s,a]of t[i(583)][i(573)]()){let t=[];X(a)&&a[i(567)]&&!a[i(554)][i(576)]?t=z(a,s,n,e,o):Z(a)&&(t=H(a,s,n,e,o)),t[i(441)]&&(r[i(609)](...t),n+=t[i(441)]*e,o=!1)}return r}function z(t,e,o,i,r){const s=M,a=[];var c;(c=t[s(481)])&&X(c)&&Boolean(c[s(616)][s(489)](s(558))||c[s(448)](s(461)))&&(a[s(609)]({type:s(468),offset:0,path:[e-1]}),r=!0);const u=t[s(448)](s(582));if(u&&function(t){const e=s;let o=!1;const i=t[e(455)][e(519)][e(440)],r=t[e(533)],a=t[e(510)],c=r&&n.global[e(604)][e(538)](r)[e(613)],u=r&&e(467)===r[e(464)];return!i||r||a||(o=!0),i&&!a&&u&&(o=!0),i&&!a&&e(599)!==c&&(o=!0),!o}(u)){const t=n.global[s(604)][s(538)](u)[s(613)];if(s(565)==t||s(552)==t)return a}const l=U(t,o,i,r);if(l[s(441)]){for(const t of l)a[s(609)]({type:t[s(568)],offset:t[s(470)],textOffset:t[s(548)],path:[e,...t[s(484)]]}),o+=i,r=!1;return a}return a[s(609)](...function(t,e,o,i,r){const a=s,c=[];if(a(496)==n.global[a(604)][a(538)](t)[a(530)])return[];const u=[];for(const n of t[a(463)]())if(n[a(565)]>=o){for(const t of u)t[a(557)]+=n[a(557)];u[a(609)]({height:n[a(557)]}),o+=i}for(const t of u)r||c[a(609)]({type:a(450),offset:t[a(557)],textOffset:0,path:[e]}),r=!1;return c}(t,e,o,i,r)),a}function H(t,n,e,o,i){const r=M,s=F(t),a=[];let c=0;for(const u of s[r(463)]())if(u[r(565)]>=e){const s=G(t,c,e,o);i||a[r(609)]({type:r(477),path:[n],textOffset:s}),c=s,e+=o,i=!1}return a}function G(t,n,e,o){const i=M;let r=n,s=t[i(441)];for(;s-r>1;){const n=Math[i(525)]((r+s)/2);q(K(t,r,n),e,o)?s=n:r=n}return r}function q(t,n,e){const o=M;for(const i of t[o(463)]())if(i[o(565)]>=n&&i[o(565)]<n+e)return!0;return!1}function W(){const t=["init","right","_recalculatePageBreaksDebounced","style","imageBlock","addEventListener","height","page-break","isEnabled","nodeType","paddingLeft","class","indexOf","_mapTextPageStarterInfoToPageBreakInfo","left","pageBreaks","offsetParent","type","resolve","scrollLeft","fromCharCode","locale","entries","config","pagination-config-not-found","position","_pagesContainer","all","selectNodeContents","TEXT_NODE","domRoots","figure.image","childNodes","endContainer","shift","error","pagination.pageMargins","editing","round","editor","forbiddenHandler","document","set","createRange","startContainer","cancel","excludeScrollbarsAndBorders","ELEMENT_NODE","none","nextSibling","calc( ","_mapPageStarterInfoToPageBreakInfo"," 0 ","window","get","mapViewToDom","then","domConverter","push","bindTemplate","model","pagination","float","426TmPzwy","nodeBefore","classList","render","createRangeOn","top","context","1011732vAYNEH","setEnd","pluginName","4610123EWSXbk","img","getEarlierVisibleRevision","-99999px","100px","rootName","length","getDomRoot","low","_mapManualPageStarterInfoToPageBreakInfo","once","getAncestors","toModelPosition","closest","domPositionToView","element","firstChild","_configuredPaddings","compareDocumentPosition","DOCUMENT_POSITION_PRECEDING","parentElement","870464OBjNKc","toModelElement","width","616806itsoiu","querySelectorAll",".page-break","bind","getClientRects","className","2oQLAeL","every","ck-fake-selection-container","manual","absolute","offset"," - ","59035GenTCn","race","listenTo","createElement","_recalculatePageBreaks","text","update","ready","remove","previousSibling","index","assign","path","hidden","setStart","floor","parentNode","contains","_offset","sort","append","_domNode","border-box","change:isEnabled","table-cell","findMappedViewAncestor","selectNode","_mapElementPageStarterInfoToPageBreakInfo","join","PaginationEditing","load","rootElement","modelRange","cloneNode","_onUiReady","from","toViewElement","afterInit","previousElementSibling","body","_updatePageBreaksData","isTouching","getRevision","parent","PaginationLookup","destroy","bottom","dataset","createPositionBefore","ck-reset","paddingRight","ownerDocument","div","ceil","insertBefore","ck-pagination-view","root","complete","display","_findPageStarterInfos","endOffset","nextElementSibling","map","childElementCount","10mm","mapper","getComputedStyle","view","_getAttachedDomRoot","setTemplate","plugins","startOffset","values","removeEventListener","isNaN","auto","textOffset","6885342cSNvbD","776716gmBIBT"];return(W=function(){return t})()}function X(t){const n=M;return t[n(560)]==Node[n(598)]}function Z(t){const n=M;return t[n(560)]==Node[n(580)]}var Y=e(673),Q=e.n(Y),J=e(371),$={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Q()(J.A,$);J.A.locals;function tt(){const t=["set","22797654nrgVUk","2141672CFSjnO","top","5KcXFsg","width","1910440nXalXI","3994876lBTyNY","left","8TCSykI","setTemplate","div","27LnCCag","ck-hidden","bindTemplate","622509GhPbZF","pageNumber","isVisible","ck-pagination-view-line","993150MxAaNA","7QGkxgu","338504GVkyiv"];return(tt=function(){return t})()}function nt(t,n){const e=tt();return(nt=function(t,n){return e[t-=420]})(t,n)}!function(t,n){const e=nt,o=t();for(;;)try{if(918354===parseInt(e(427))/1*(-parseInt(e(437))/2)+parseInt(e(421))/3+-parseInt(e(435))/4*(-parseInt(e(432))/5)+-parseInt(e(425))/6+-parseInt(e(426))/7*(parseInt(e(430))/8)+-parseInt(e(440))/9*(parseInt(e(434))/10)+parseInt(e(429))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(tt);const et=(0,n.toUnit)("px");class ot extends i.View{constructor(){const t=nt;super();const n=this[t(420)];this[t(428)]({isVisible:!1,left:null,top:null,width:null,pageNumber:null}),this[t(438)]({tag:t(439),attributes:{"data-page-number":n.to(t(422)),class:["ck",t(424),n.if(t(423),t(441),(t=>!t))],style:{left:n.to(t(436),(t=>et(t))),top:n.to(t(431),(t=>et(t))),width:n.to(t(433),(t=>et(t)))}}})}}function it(){const t=["1049049PcsgMz","values","11044DGkyrw","delete","view","clear","_hiddenLines","pageNumber","add","_viewCollection","401709bmvAZg","size","21024YQrFkc","cleanLines","body","4838990quwyFh","1320618kqumft","1560684EbqTBs","set","_visibleLines","5wGITFR","312QStirF","showLine","73jTLqDh","isVisible","destroy"];return(it=function(){return t})()}const rt=st;function st(t,n){const e=it();return(st=function(t,n){return e[t-=131]})(t,n)}!function(t,n){const e=st,o=t();for(;;)try{if(221443===-parseInt(e(140))/1*(parseInt(e(145))/2)+parseInt(e(143))/3+-parseInt(e(134))/4*(-parseInt(e(137))/5)+parseInt(e(133))/6+parseInt(e(153))/7+-parseInt(e(138))/8*(-parseInt(e(155))/9)+-parseInt(e(132))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(it);class at{constructor(t){const n=st;this[n(136)]=new Set,this[n(149)]=new Set,this[n(152)]=t.ui[n(147)][n(131)]}[rt(142)](){const t=rt;for(const n of this[t(149)])n[t(142)]()}[rt(156)](){const t=rt;for(const n of this[t(136)])n[t(141)]=!1,this[t(149)][t(151)](n);this[t(136)][t(148)]()}[rt(139)](t,e,o,i){const r=rt;let s;this[r(149)][r(154)]?(s=(0,n.first)(this[r(149)][r(144)]()),this[r(149)][r(146)](s)):(s=new ot,this[r(152)][r(151)](s)),s[r(150)]=i,s[r(141)]=!0,this[r(136)][r(151)](s),s[r(135)]({left:t,top:e,width:o})}}function ct(){const t=["change","smooth","tagName","BODY","plugins","PaginationRenderer","2377268IHAFwM","isEnabled","width","scrollLeft","_onUiReady","pageBreaks","excludeScrollbarsAndBorders","3682975tTPeUm","addClass","3EwXeiX","domRoots","change:pageBreaks","roots","left","parentElement","10848ElJhhe","init","pageNumber","scrollTo","7NsCJID","761772gjJanO","getComputedStyle","PaginationEditing","_scrollableEditingRootDomAncestor","pluginName","ownerDocument","bind","_resizeObserver","top","set","resize","PaginationLookup","2979cMtFan","change:isEnabled","9781940OxzayK","values","_linesRepository","bottom","_getAttachedDomRoot","document","editing","3781644rPbcbg","update","offset","view","_getPageBreakLineOffset","_updateEditingRootsClass","scrollToPage","auto","scrollTop","showLine","window","listenTo","183934aFLaHu","ready","scroll","get","contains","once","destroy","height","removeClass","_renderPageBreakLine","length","cleanLines","_updatePageBreakLines","editor","body","overflowY","ck-pagination_disabled","_paginationLookupPlugin"];return(ct=function(){return t})()}const ut=lt;function lt(t,n){const e=ct();return(lt=function(t,n){return e[t-=429]})(t,n)}!function(t,n){const e=lt,o=t();for(;;)try{if(409209===-parseInt(e(487))/1*(parseInt(e(454))/2)+-parseInt(e(498))/3+-parseInt(e(478))/4+parseInt(e(485))/5+parseInt(e(442))/6*(-parseInt(e(497))/7)+-parseInt(e(493))/8*(-parseInt(e(433))/9)+parseInt(e(435))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ct);const ft=ut(470);class pt extends t.Plugin{constructor(){const t=ut;super(...arguments),this[t(501)]=null,this[t(505)]=null}static get[ut(502)](){return ut(477)}[ut(494)](){const t=ut;this[t(430)]({pageNumber:1}),this[t(437)]=new at(this[t(467)]),this[t(501)]=null,this[t(505)]=null,this[t(471)]=this[t(467)][t(476)][t(457)](t(432)),this[t(504)](t(479)).to(this[t(467)][t(476)][t(457)](t(500))),this[t(467)].ui[t(459)](t(455),(()=>this[t(482)]())),this.on(t(434),((n,e,o)=>{const i=t;o||this[i(437)][i(465)](),this[i(447)](o)}))}[ut(460)](){const t=ut;this[t(437)][t(460)](),this[t(501)]=null,this[t(505)]&&this[t(505)][t(460)]()}[ut(448)](t){const n=ut;if(!this[n(479)])return;const e=t>1?this[n(446)](t-1):0;this[n(501)][n(496)]({top:e-10,left:this[n(501)][n(481)],behavior:n(473)})}[ut(482)](){const t=ut,e=this[t(467)],o=this[t(439)]();o?(this[t(501)]=function(e){const o=t;let i=e;do{i=i[o(492)];const t=n.global[o(452)][o(499)](i)[o(469)];if(o(449)==t||o(456)==t)break}while(o(475)!=i[o(474)]);return i}(o),e.ui[t(445)][t(453)](this[t(501)],t(456),(()=>{this[t(466)]()}),{usePassive:!0}),e.ui[t(445)][t(453)](n.global[t(452)],t(431),(()=>this[t(466)]())),this[t(505)]=new n.ResizeObserver(this[t(501)],(()=>{this[t(466)]()})),this[t(453)](this[t(471)],t(489),(()=>this[t(466)]()))):e.ui[t(459)](t(443),(()=>this[t(482)]()))}[ut(439)](){const t=ut;for(const n of this[t(467)][t(441)][t(445)][t(488)][t(436)]())if(n[t(503)][t(468)][t(458)](n))return n;return null}[ut(466)](){const t=ut;if(!this[t(479)])return;const e=this[t(439)](),o=this[t(471)][t(483)];if(this[t(437)][t(465)](),!e||1==o[t(464)])return void(this[t(495)]=1);const i=new n.Rect(e)[t(484)](),r=new n.Rect(this[t(501)])[t(484)](),s=r[t(429)]+r[t(461)]/3;let a=!1;for(let n=1;n<o[t(464)];n++){const e=this[t(446)](n,r);if(!e)continue;const o=r[t(429)]+e-this[t(501)][t(450)];this[t(463)](o,i,r,n),o>s&&!a&&(this[t(495)]=n,a=!0)}a||(this[t(495)]=o[t(464)])}[ut(463)](t,e,o,i){const r=ut,{scrollX:s,scrollY:a}=n.global[r(452)];o[r(429)]<t&&t<o[r(438)]&&this[r(437)][r(451)](e[r(491)]+s,t+a,e[r(480)],i+1)}[ut(446)](t,e=null){const o=ut,i=this[o(471)][o(483)][t][o(444)];return i?(e||(e=new n.Rect(this[o(501)])[o(484)]()),i-e[o(429)]+this[o(501)][o(450)]):0}[ut(447)](t){const n=ut,e=this[n(467)][n(441)][n(445)];e[n(472)]((o=>{const i=n;for(const n of e[i(440)][i(490)])t?o[i(462)](ft,n):o[i(486)](ft,n)}))}}var dt=e(761),ht={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Q()(dt.A,ht);dt.A.locals;const gt=bt;function bt(t,n){const e=mt();return(bt=function(t,n){return e[t-=188]})(t,n)}function mt(){const t=["6yYmwft","pageNumber","$text","index","substring","addMarker","_setUpDataDowncastConversion","bind","start","getFillerOffset","pagination-invalid-license-key","name","paginationLicenseKeyTrialLimit:operations","conversion","data-pagination-page","requires","markers","13072GSrjBT","toViewElement","plugins","has","parent","options","797708fbigut","always","licenseKey","length","checkChild","pagination","insert","setAttribute","pluginName","totalPages","Pagination","pagination-trial-license-key-reached-limit-changes","init","updateMarker","toViewPosition","writer","getContainedElement","scrollToPage","You are using the trial version of CKEditor 5 pagination plugin with limited usage. Make sure you will not use it in the production environment.","root","nodeAfter","get","model","setStyle","799673wDEHDH","for","PaginationEditing","config","destroy","8235mCZwsy","paginationLicenseKeyValid","addMarker:","add","pagination:","paginationLicenseKeyInvalid","removeMarker","595791iWwhuu","stop","paginationLicenseKeyTrial","1842564AaBvMf","isEnabled","dataDowncast","1486780HeMAMM","schema","listenTo","_licenseKeyCheckInterval","consumable","page-break-before","info","set","change:pageBreaks","mapper","span","_updatePageBreakMarkers","consume","change","modelRange","bindElementToMarker","editor","1892710DElaLh","createContainerElement"];return(mt=function(){return t})()}!function(t,n){const e=bt,o=t();for(;;)try{if(779231===parseInt(e(234))/1+parseInt(e(231))/2+-parseInt(e(228))/3+-parseInt(e(192))/4+parseInt(e(251))/5+parseInt(e(253))/6*(-parseInt(e(216))/7)+-parseInt(e(270))/8*(parseInt(e(221))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(mt);class vt extends t.Plugin{static get[gt(200)](){return gt(218)}static get[gt(268)](){return[j,pt]}[gt(204)](){const t=gt;this[t(241)]({pageNumber:1,totalPages:1});const e=this[t(250)][t(188)][t(213)](t(202)),o=this[t(250)][t(188)][t(213)](j),i=this[t(250)][t(188)][t(213)](pt);this[t(260)](t(232)).to(e),this[t(259)](),this[t(260)](t(254)).to(i),this[t(236)](o,t(242),((n,e,o,i)=>{const r=t;this[r(201)]=o[r(195)],this[r(245)](o,i)}));const r=this[t(250)];this[t(194)]=r[t(219)][t(213)](t(194)),this[t(237)]=setInterval((()=>{const e=t;let o;for(const t in r){const n=t,i=r[n];if(e(230)===i||e(226)===i||e(222)===i||e(265)===i){delete r[n],o=i;break}}if(e(226)===o)throw clearInterval(this[e(237)]),new n.CKEditorError(e(263),null);if(e(230)===o&&console[e(240)](e(210)),e(265)===o)throw clearInterval(this[e(237)]),new n.CKEditorError(e(203),null);e(222)===o&&clearInterval(this[e(237)])}),1e3)}[gt(220)](){clearInterval(this[gt(237)])}[gt(209)](t){const n=gt;this[n(232)]&&(t<1&&(t=1),t>this[n(201)]&&(t=this[n(201)]),this[n(250)][n(188)][n(213)](pt)[n(209)](t))}[gt(245)](t,n){const e=gt,o=this[e(250)][e(214)];this[e(232)]&&o[e(247)]((i=>{const r=e;for(let n=1;n<t[r(195)];n++){const e=t[n][r(248)],s=r(225)+(n+1);o[r(269)][r(189)](s)?i[r(205)](s,{range:e}):i[r(258)](s,{range:e,usingOperation:!1,affectsData:!0})}for(let e=t[r(195)];e<n[r(195)];e++){const t=r(225)+(e+1);o[r(269)][r(189)](t)&&i[r(227)](t)}}))}[gt(259)](){const t=gt,n=t(197);this[t(250)][t(266)][t(217)](t(233))[t(224)]((e=>{const o=t;e.on(o(223)+n,((t,{markerRange:n,markerName:e},i)=>{const r=o;if(!i[r(191)][r(197)])return;if(!i[r(238)][r(246)](n,t[r(264)]))return;const s=n[r(208)]();let a=s?i[r(243)][r(271)](s):null;if(!a){const t=n[r(261)];if(i[r(235)][r(196)](t,r(255))){const n=i[r(243)][r(206)](t);a=i[r(207)][r(252)](r(244)),a[r(262)]=()=>null,i[r(207)][r(198)](n,a)}else{const n=t[r(212)];a=i[r(243)][r(271)](n)}}for(;a[r(190)]!==a[r(211)]&&0===a[r(256)];)a=a[r(190)];const c=e[r(257)](11);i[r(207)][r(215)](r(239),r(193),a),i[r(207)][r(199)](r(267),c,a),i[r(243)][r(249)](a,e),t[r(229)]()}))}))}}var wt=e(953),kt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Q()(wt.A,kt);wt.A.locals;function yt(t,n){const e=Tt();return(yt=function(t,n){return e[t-=101]})(t,n)}const It=yt;function Tt(){const t=["3930861TTRmDv","setTemplate","1078242qSFjvc","numeric","checkValidity","valueAsNumber","fire","ck-page-navigator","302035PqEAmQ","totalPages","listenTo","bindTemplate","enter","1KIywpa","pageNumber","render","2000276arjXdr","bind","value","isEnabled","5126594bRsRbf","navigation","change:pageNumber","focus","3730RrGNEZ","div","ck-disabled","firstChild","keydown","24453ColTHA","keyCode","12YMQNmT","span","element","select","isReadOnly","isNaN","max","pageNumberView","15613144nKMWci","blur","set","44UyudfZ","7enRWhh"];return(Tt=function(){return t})()}!function(t,n){const e=yt,o=t();for(;;)try{if(994093===parseInt(e(136))/1*(parseInt(e(139))/2)+parseInt(e(123))/3+-parseInt(e(121))/4*(parseInt(e(131))/5)+-parseInt(e(125))/6+-parseInt(e(122))/7*(parseInt(e(118))/8)+-parseInt(e(108))/9*(-parseInt(e(103))/10)+-parseInt(e(143))/11*(-parseInt(e(110))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Tt);class Nt extends i.View{constructor(t){const n=yt;super(t);const e=this[n(134)];this[n(120)]({pageNumber:1,totalPages:1,isEnabled:!0}),this[n(117)]=new i.InputNumberView(t,{min:1,step:1}),this[n(117)][n(120)]({inputMode:n(126)}),this[n(117)][n(140)](n(116)).to(this,n(132)),this[n(117)][n(140)](n(114)).to(this,n(142),(t=>!t)),this[n(124)]({tag:n(104),attributes:{class:["ck",n(130),e.if(n(142),n(105),(t=>!t))]},children:[this[n(117)],{tag:n(111),children:[{text:e.to(n(132))}]}]})}[It(138)](){const t=It;super[t(138)]();const e=this[t(117)][t(112)],o=n=>{const e=t;this[e(117)][e(112)][e(141)]=String(n)};o(this[t(137)]),this.on(t(101),((t,n,e)=>{o(e)})),this[t(133)](e,t(107),((o,i)=>{const r=t;if(i[r(109)]!==n.keyCodes[r(135)])return;const s=e[r(128)];Number[r(115)](s)?e[r(141)]=String(this[r(137)]):(e[r(127)]()?this[r(137)]=s:s>this[r(132)]?(this[r(137)]=this[r(132)],e[r(141)]=String(this[r(132)])):(this[r(137)]=1,e[r(141)]="1"),this[r(129)](r(144),this[r(137)]))})),this[t(133)](e,t(119),(()=>{const n=t;e[n(141)]=String(this[n(137)])})),this[t(133)](e,t(102),(()=>{const n=t;this[n(117)][n(113)]()}))}[It(102)](){const t=It;this[t(112)][t(106)][t(102)]()}}class Pt extends t.Plugin{static get pluginName(){return"PaginationUI"}init(){const t=this.editor,n=t.plugins.get("PaginationEditing"),e=t.locale.t;t.ui.componentFactory.add("pageNavigation",(t=>{const e=new Nt(t);return e.bind("pageNumber").to(n),e.bind("totalPages").to(n),e.bind("isEnabled").to(n),e.on("navigation",((t,e)=>{n.scrollToPage(e)})),e})),t.ui.componentFactory.add("nextPage",(t=>{const o=new i.ButtonView(t);return o.isEnabled=!0,o.label=e("Show next page"),o.icon='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 .75a9.25 9.25 0 110 18.5 9.25 9.25 0 010-18.5zm0 1.5a7.75 7.75 0 100 15.5 7.75 7.75 0 000-15.5zm0 2.022a.75.75 0 01.743.649l.007.101v8.165l2.714-2.705a.75.75 0 01.977-.07l.084.072a.75.75 0 01.07.976l-.072.084-3.994 3.981a.75.75 0 01-.975.073l-.084-.073-3.99-3.98a.75.75 0 01.975-1.135l.085.072 2.71 2.706V5.022a.75.75 0 01.75-.75z"/></svg>\n',o.tooltip=!0,o.bind("isEnabled").to(n),this.listenTo(o,"execute",(()=>{let t=n.pageNumber+1;t>n.totalPages&&(t=n.totalPages),n.scrollToPage(t)})),o})),t.ui.componentFactory.add("previousPage",(t=>{const o=new i.ButtonView(t);return o.isEnabled=!0,o.label=e("Show previous page"),o.icon='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 19.25a9.25 9.25 0 100-18.5 9.25 9.25 0 000 18.5zm0-1.5a7.75 7.75 0 110-15.5 7.75 7.75 0 010 15.5zm0-2.022a.75.75 0 00.743-.649l.007-.101V6.813l2.714 2.705a.75.75 0 00.977.07l.084-.072a.75.75 0 00.07-.976l-.072-.084-3.994-3.981a.75.75 0 00-.975-.073l-.084.073-3.99 3.98a.75.75 0 00.975 1.135l.085-.072 2.71-2.706v8.166c0 .414.336.75.75.75z"/></svg>\n',o.tooltip=!0,o.bind("isEnabled").to(n),this.listenTo(o,"execute",(()=>{let t=n.pageNumber-1;0===t&&(t=1),n.scrollToPage(t)})),o}))}}const xt=Et;function Et(t,n){const e=St();return(Et=function(t,n){return e[t-=424]})(t,n)}function St(){const t=["pluginName","requires","config","get","editor","plugins","forceDisabled","set","193268feueQP","isBlink","init","totalPages","1930OhANOh","pageNumber","8zPsHdB","pagination.enableOnUnsupportedBrowsers","60364poHSGb","bind","Pagination","ready","scrollToPage","93CfTPBy","browserCheck","1627493ohonZL","isEnabled","425870BWEBge","3618anKeba","83778MukfnZ","1020Guizjn"];return(St=function(){return t})()}!function(t,n){const e=Et,o=t();for(;;)try{if(134366===-parseInt(e(433))/1+-parseInt(e(437))/2*(parseInt(e(446))/3)+-parseInt(e(441))/4+parseInt(e(450))/5+parseInt(e(452))/6+parseInt(e(448))/7*(parseInt(e(439))/8)+-parseInt(e(451))/9*(-parseInt(e(424))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(St);class Ct extends t.Plugin{static get[xt(425)](){return xt(443)}static get[xt(426)](){return[vt,Pt]}constructor(t){const n=xt;super(t),this[n(449)]=!1}[xt(435)](){const t=xt;this[t(432)]({pageNumber:1,totalPages:1});const e=this[t(429)][t(430)][t(428)](vt);this[t(442)](t(438)).to(e),this[t(442)](t(436)).to(e),n.env[t(434)]||this[t(429)][t(427)][t(428)](t(440))?this[t(429)].on(t(444),(()=>{this[t(449)]=!0})):this[t(431)](t(447))}[xt(445)](t){const n=xt;this[n(429)][n(430)][n(428)](vt)[n(445)](t)}}function _t(t,n){var e=Ot();return(_t=function(t,n){return e[t-=279]})(t,n)}function Ot(){var t=["1115388TUxFwt","2EdPlDd","5iTZqrq","13051020enkTtp","3247740GsrnCK","252CdIypd","2454015MxuvbP","605437VZvGNZ","766280FjxKeT","252483HxjlRA","60UaSxiK","9nKMRki"];return(Ot=function(){return t})()}!function(t,n){for(var e=_t,o=t();;)try{if(662326===-parseInt(e(281))/1+-parseInt(e(282))/2*(parseInt(e(287))/3)+parseInt(e(285))/4*(parseInt(e(283))/5)+-parseInt(e(279))/6*(-parseInt(e(288))/7)+-parseInt(e(289))/8*(-parseInt(e(280))/9)+parseInt(e(284))/10+parseInt(e(290))/11*(-parseInt(e(286))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ot)})(),(window.CKEditor5=window.CKEditor5||{}).pagination=o})();
|
|
5
|
+
*/(()=>{var t={371:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,".ck.ck-pagination-view-line{border-top:1px dotted var(--ck-color-pagination-divider);height:0;pointer-events:none;position:absolute}.ck.ck-pagination-view-line:after{background:#c4c4c4;color:var(--ck-color-base-background);content:attr(data-page-number);display:inline-block;font-size:10px;min-width:18px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:-1px;text-align:center;top:-1px;transform:translateX(100%)}",""]);const r=i},953:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,'.ck.ck-page-navigator{line-height:1;padding:0 var(--ck-spacing-standard)}.ck.ck-page-navigator>.ck-input-number{-moz-appearance:textfield;background:transparent;min-width:var(--ck-ui-component-min-height);text-align:center;width:var(--ck-ui-component-min-height)}.ck.ck-page-navigator>.ck-input-number::-webkit-inner-spin-button,.ck.ck-page-navigator>.ck-input-number::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ck.ck-page-navigator>.ck-input-number:not(:focus){border:1px solid transparent;border-bottom:1px solid var(--ck-color-base-border)}.ck.ck-page-navigator>span:before{content:"/";margin:0 var(--ck-spacing-standard)}',""]);const r=i},761:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-color-pagination-divider:#ababab}.ck.ck-content:not(.ck-pagination_disabled) .page-break:after,.ck.ck-editor__editable.ck-pagination-view .ck-widget__type-around{display:none}.ck.ck-editor__editable.ck-pagination-view .page-break{break-after:column;display:block;height:0;margin:0;padding:0}.ck.ck-editor__editable.ck-pagination-view .ck-table-column-resizer,.ck.ck-editor__editable.ck-pagination-view .page-break .page-break__label,.ck.ck-editor__editable.ck-pagination-view .page-break:after{display:none}",""]);const r=i},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var i={};if(o)for(var r=0;r<this.length;r++){var s=this[r][0];null!=s&&(i[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);o&&i[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},673:(t,e,n)=>{"use strict";var o,i=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),s=[];function a(t){for(var e=-1,n=0;n<s.length;n++)if(s[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},o=[],i=0;i<t.length;i++){var r=t[i],c=e.base?r[0]+e.base:r[0],u=n[c]||0,l="".concat(c," ").concat(u);n[c]=u+1;var f=a(l),p={css:r[1],media:r[2],sourceMap:r[3]};-1!==f?(s[f].references++,s[f].updater(p)):s.push({identifier:l,updater:b(p,e),references:1}),o.push(l)}return o}function u(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var i=n.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var s=r(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var l,f=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function p(t,e,n,o){var i=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=f(e,i);else{var r=document.createTextNode(i),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(r,s[e]):t.appendChild(r)}}function d(t,e,n){var o=n.css,i=n.media,r=n.sourceMap;if(i?t.setAttribute("media",i):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var h=null,g=0;function b(t,e){var n,o,i;if(e.singleton){var r=g++;n=h||(h=u(e)),o=p.bind(null,n,r,!1),i=p.bind(null,n,r,!0)}else n=u(e),o=d.bind(null,n,e),i=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else i()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=i());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var i=a(n[o]);s[i].references--}for(var r=c(t,e),u=0;u<n.length;u++){var l=a(n[u]);0===s[l].references&&(s[l].updater(),s.splice(l,1))}n=r}}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var i=e[o];if(void 0!==i)return i.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},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})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{Pagination:()=>Tt});var t=n(782),e=n(584),i=n(311);const r=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const s="object"==typeof global&&global&&global.Object===Object&&global;var a="object"==typeof self&&self&&self.Object===Object&&self;const c=s||a||Function("return this")();const u=function(){return c.Date.now()};var l=/\s/;const f=function(t){for(var e=t.length;e--&&l.test(t.charAt(e)););return e};var p=/^\s+/;const d=function(t){return t?t.slice(0,f(t)+1).replace(p,""):t};const h=c.Symbol;var g=Object.prototype,b=g.hasOwnProperty,m=g.toString,v=h?h.toStringTag:void 0;const w=function(t){var e=b.call(t,v),n=t[v];try{t[v]=void 0;var o=!0}catch(t){}var i=m.call(t);return o&&(e?t[v]=n:delete t[v]),i};var k=Object.prototype.toString;const y=function(t){return k.call(t)};var I=h?h.toStringTag:void 0;const N=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":I&&I in Object(t)?w(t):y(t)};const P=function(t){return null!=t&&"object"==typeof t};const x=function(t){return"symbol"==typeof t||P(t)&&"[object Symbol]"==N(t)};var T=/^[-+]0x[0-9a-f]+$/i,E=/^0b[01]+$/i,S=/^0o[0-7]+$/i,_=parseInt;const R=function(t){if("number"==typeof t)return t;if(x(t))return NaN;if(r(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=r(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=d(t);var n=E.test(t);return n||S.test(t)?_(t.slice(2),n?2:8):T.test(t)?NaN:+t};var C=Math.max,O=Math.min;const A=function(t,e,n){var o,i,s,a,c,l,f=0,p=!1,d=!1,h=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function g(e){var n=o,r=i;return o=i=void 0,f=e,a=t.apply(r,n)}function b(t){var n=t-l;return void 0===l||n>=e||n<0||d&&t-f>=s}function m(){var t=u();if(b(t))return v(t);c=setTimeout(m,function(t){var n=e-(t-l);return d?O(n,s-(t-f)):n}(t))}function v(t){return c=void 0,h&&o?g(t):(o=i=void 0,a)}function w(){var t=u(),n=b(t);if(o=arguments,i=this,l=t,n){if(void 0===c)return function(t){return f=t,c=setTimeout(m,e),p?g(t):a}(l);if(d)return clearTimeout(c),c=setTimeout(m,e),g(l)}return void 0===c&&(c=setTimeout(m,e)),a}return e=R(e)||0,r(n)&&(p=!!n.leading,s=(d="maxWait"in n)?C(R(n.maxWait)||0,e):s,h="trailing"in n?!!n.trailing:h),w.cancel=function(){void 0!==c&&clearTimeout(c),f=0,o=l=i=c=void 0},w.flush=function(){return void 0===c?a:v(u())},w},L=U;!function(t,e){const n=U,o=t();for(;;)try{if(650827===-parseInt(n(281))/1+-parseInt(n(206))/2*(-parseInt(n(303))/3)+-parseInt(n(202))/4*(-parseInt(n(301))/5)+parseInt(n(273))/6+parseInt(n(293))/7+parseInt(n(305))/8+parseInt(n(287))/9*(-parseInt(n(311))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(W);class j extends t.Plugin{constructor(){const t=U;super(...arguments),this[t(283)]=null}static get[L(316)](){return L(217)}[L(172)](){const t=L;if(this[t(208)]({pageBreaks:[]}),!this[t(191)][t(262)][t(306)](t(136)))return void(0,e.logWarning)(t(285),this[t(191)][t(262)]);this[t(256)]=A((()=>this[t(152)]()),200),this[t(283)]=null;const n=this[t(191)][t(159)][t(306)](t(166));this[t(177)](t(315)).to(n),this[t(191)].ui[t(295)](t(288),(()=>this[t(226)]())),this.on(t(243),((e,n,o)=>{o&&this[t(256)]()}))}[L(179)](){!function(e){function n(t){const e=U;return t[e(254)]((t=>String[e(310)](t)))[e(296)]("")}(e=>{const o=U;function i(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],s=[127,34,6,211,167,86,146,199,132,160,18];function a(t){return function(t,e){const o=function(t){const e=atob(t),[o,i]=e[n([115,112,108,105,116])](n([45]));try{if(atob(i))return atob(o)}catch(t){}return e}(t),i=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=i[n([112,111,112])](),s=i[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const i={};i[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},i[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],i[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],i[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],i[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],i[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],i[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],i[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],i[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],i[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],i[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let s=null,a=16;const c=new Uint8Array(e),u=[],l=[];!function(){const t=i[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)u[n([112,117,115,104])]([0,0,0,0]),l[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=c[n([108,101,110,103,116,104])]/4,r=f(c);let s;for(let e=0;e<o;e++)s=e>>2,u[s][e%4]=r[e],l[t-s][e%4]=r[e];let a,p=0,d=o;for(;d<e;){a=r[o-1],r[0]^=i[n([83])][a>>16&255]<<24^i[n([83])][a>>8&255]<<16^i[n([83])][255&a]<<8^i[n([83])][a>>24&255]^i[n([114,99,111,110])][p]<<24,p+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];a=r[o/2-1],r[o/2]^=i[n([83])][255&a]^i[n([83])][a>>8&255]<<8^i[n([83])][a>>16&255]<<16^i[n([83])][a>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let s,c,f=0;for(;f<o&&d<e;)s=d>>2,c=d%4,u[s][c]=r[f],l[t-s][c]=r[f++],d++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=l[e][t],l[e][t]=i[n([85,49])][a>>24&255]^i[n([85,50])][a>>16&255]^i[n([85,51])][a>>8&255]^i[n([85,52])][255&a]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===a&&(s=d(r),a=0,p(r)),t[e]^=s[a++];return t;function f(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function p(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function d(t){const e=u[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=f(t);for(let t=0;t<4;t++)r[t]^=u[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=i[n([84,49])][r[e]>>24&255]^i[n([84,50])][r[(e+1)%4]>>16&255]^i[n([84,51])][r[(e+2)%4]>>8&255]^i[n([84,52])][255&r[(e+3)%4]]^u[t][e];r=o[n([115,108,105,99,101])]()}const s=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=u[e][t],s[4*t]=255&(i[n([83])][r[t]>>24&255]^a>>24),s[4*t+1]=255&(i[n([83])][r[(t+1)%4]>>16&255]^a>>16),s[4*t+2]=255&(i[n([83])][r[(t+2)%4]>>8&255]^a>>8),s[4*t+3]=255&(i[n([83])][255&r[(t+3)%4]]^a);return s}}(i,e,s+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...s]))}const c=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,i(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),u={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){m(b(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){m(function(t,e){try{if(P(f,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=x(f,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return b(t,e)}catch(t){return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=s[0]*r[1],i=s[0]*r[2],a=s[2]*r[2];function c(t,e){u(),v(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[w()]=t===n([116,105,109,101])?o:i}function u(){const t=f;function e(){P(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(x(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),x(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,x(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=I,x(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=I,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),P(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(x(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),x(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,x(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=I,x(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=I)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const o=U;if(P(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),P(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const i=x(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=i[o(176)](0),s=i[o(298)](r[n([105,100])]);x(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](r[n([105,100])],s?s[n([105,100])]:null,1)[o(274)]((()=>e()))}}))}P(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&x(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[w()]=a),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))u();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=U;if(!P(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(312)](Number(e))){if(window[e]===o)return n([116,105,109,101]);if(window[e]===i)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=s[6]*r[8]*r[6];return P(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{c(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const u=x(f,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];u[n([108,101,110,103,116,104])]>=7?c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):u.on(n([97,100,100]),(()=>{u[n([108,101,110,103,116,104])]>=7&&c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=U;if(!P(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(312)](Number(e))&&window[e]===a)return!0;return!1}()?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):b(t,e)}catch(t){return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},l=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],f=n([99,111,110,116,101,120,116])in e?e[o(271)]:e[o(191)],p=n([52,48,52,56,48,56,48,52]),d=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),h=f[o(262)][o(306)](n([108,105,99,101,110,115,101,75,101,121])),g=c[n([102,105,108,116,101,114])](i)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===l));function b(t,e){try{return function(t){if(!P(f,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,i=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!P(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||x(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!P(f,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||x(f,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!i)||!(!P(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||x(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const i=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,e){const i=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!i&&c[n([102,105,108,116,101,114])]((t=>i[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=o,i={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:N};return!!t[e(210)]&&i[t[e(210)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return i||r}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(p)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function m(e,o){if(f instanceof t.Context){const t=f;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?k(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{k(t),v(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),s[6]*r[8]*r[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,i)=>{e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||y(i)}))}else{const t=f;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?y(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((i,r)=>{r[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(y(t),v(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),i[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function v(t){const e=w();return f[e]=t,t}function w(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let i=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));i>=d[n([108,101,110,103,116,104])]&&(i-=d[n([108,101,110,103,116,104])]),e+=d[i]}return e}function k(t){for(const e of t[n([101,100,105,116,111,114,115])])y(e);x(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),x(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=I}function y(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function I(){return null}function N(){return!window[n([68,114,117,112,97,108])]||!P(f,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function P(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function x(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}g&&function t(e,o){u[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>P(f,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=a(t),o=JSON[n([112,97,114,115,101])](e),i=parseInt(o[n([49])]),r=o[n([50])]||"",s=parseInt(o[n([51])]),c=parseInt(o[n([52])])||0,u=parseInt(o[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:r,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:i,[n([105,115,84,114,105,97,108])]:s,[n([105,115,73,110,116,101,114,110,97,108])]:u}}catch(t){return null}}(h),g)})(e)}(this)}[L(187)](){const t=L;super[t(187)](),this[t(283)]&&(this[t(256)][t(314)](),this[t(283)][t(187)](),this[t(283)][t(308)][t(318)]())}[L(226)](){const t=L,e=this[t(191)],n=e[t(171)][t(201)],o=this[t(158)]();if(!o||0===o[t(276)])return void e.ui[t(295)](t(212),(()=>this[t(226)]()));const{pageWidth:r,pageHeight:s}=e[t(262)][t(306)](t(136)),{top:a,left:c,bottom:u,right:l}=this[t(195)];this[t(283)]=new i.View(e[t(294)]);const f=this[t(283)];f[t(208)](t(309),""),f[t(180)]({tag:t(189),attributes:{contenteditable:!0,style:{columnWidth:r,width:r,height:t(284)+s+t(252)+a+t(252)+u+" )",minWidth:t(196),minHeight:t(196),padding:"0 "+l+t(235)+c,columnGap:t(242),border:0,boxSizing:t(269),columnCount:t(196),columnFill:t(196),overflow:t(168),position:t(218),top:t(236),left:t(236)},class:f[t(244)].to(t(309))}}),f[t(266)](),o[t(321)][t(275)](f[t(308)],o[t(282)]),this[t(229)](n,t(266),(()=>this[t(256)]()),{priority:t(178)}),this[t(256)]()}[L(158)](){const t=L;for(const e of this[t(191)][t(171)][t(201)][t(219)][t(153)]())if(e[t(233)][t(290)][t(247)](e))return e;return null}[L(152)](){const t=L;if(!this[t(315)])return Promise[t(174)]();const e=this[t(191)][t(171)][t(201)],n=this[t(283)],o=this[t(158)]();if(!o)return Promise[t(174)]();for(n[t(309)]=[t(142),t(320),...o[t(164)]][t(296)](" ");n[t(308)][t(239)];)n[t(308)][t(239)][t(318)]();const i=Array[t(291)](e[t(219)]);i[t(313)]((([,e],[,n])=>e[t(261)](n)==Node[t(260)]?1:-1));for(const[e,o]of i){const i=document[t(302)](t(189));i[t(234)][t(200)]=e,n[t(308)][t(251)](i);for(const e of[...o[t(188)](!0)[t(323)]])i[t(251)](e)}return function(e){const n=t;return Promise[n(165)](e[n(254)]((t=>{return Promise[n(228)]([(o=t,new Promise((t=>{const e=U;function n(){const e=U;o[e(263)](e(161),n),o[e(263)](e(175),n),t()}o[e(324)]?t():(o[e(322)](e(161),n),o[e(322)](e(175),n))}))),(e=1e3,new Promise((t=>setTimeout(t,e))))]);var e,o})))}(Array[t(291)](n[t(308)][t(199)](t(237))))[t(274)]((()=>this[t(257)]()))}[L(257)](){const t=L,n=this[t(283)][t(308)];if(!n[t(233)][t(290)][t(247)](n))return;const o=new e.Rect(n)[t(222)](),i=e.global[t(232)][t(137)](n),r=parseFloat(i[t(213)])+parseFloat(i[t(224)]),s=Math[t(304)](o[t(160)]+100-r),a=F(n,Math[t(304)](o[t(183)]-n[t(215)]),s)[t(254)]((e=>this[t(277)](e)));a[t(147)]((t=>!!t))&&(this[t(163)]=a)}[L(277)](t){const e=L,n=this[e(191)][e(171)][e(201)],o=this[e(191)][e(171)][e(279)],i=n[e(145)],r=t[e(150)][e(139)](),s=this[e(283)][e(308)][e(323)][r][e(234)][e(200)],a=n[e(240)](s);if(!a)return null;const c=function(t,n){const o=e;let i=t;for(const t of n[o(150)]){if(!i)return null;i=i[o(323)][t]}return i}(a,t);if(!c)return null;const u=i[e(265)](c,t[e(214)]||0);return u?e(248)==t[e(268)]?this[e(249)](u,c):e(144)==t[e(268)]&&o[e(259)](u)[e(149)]?this[e(140)](u,c,t[e(214)]):this[e(156)](u,c,t[e(149)]):null}[L(249)](t,e){const n=L,o=this[n(191)][n(192)],i=this[n(191)][n(171)][n(279)][n(307)](t[n(170)]),r=o[n(181)](i);return new M({type:n(248),modelRange:r,domNode:e,offset:0})}[L(140)](t,e,n){const o=L,i=this[o(191)][o(192)],r=this[o(191)][o(171)][o(279)],s=this[o(191)][o(171)][o(201)][o(145)];if(n>=e[o(317)])return null;const a=r[o(259)](t),c=i[o(205)](a),u=r[o(198)](t),l=s[o(319)](u);return new M({type:o(144),modelRange:c,domNode:e,offset:V(e,n,l)})}[L(156)](t,n,o){const i=L,r=this[i(191)][i(192)],s=this[i(191)][i(171)],a=s[i(279)],c=s[i(201)][i(145)],u=a[i(198)](t),l=a[i(307)](u),f=function(t){const e=i,n=t[e(170)],o=n[e(197)][e(258)][e(192)],r=n[e(151)]({parentFirst:!0,includeSelf:!0});let s=null;for(const n of r){if(n.is(e(299)))return s;if(!o[e(143)](n)[e(286)](t))return s;s=n}}(r[i(143)](l))||l;let p=a[i(238)](f),d=r[i(181)](f);const h=r[i(143)](f)[i(231)];if(h&&h.is(i(308),i(292))){const t=a[i(238)](h),n=c[i(319)](t),o=e.global[i(232)][i(137)](n)[i(216)];i(183)!=o&&i(167)!=o||(d=r[i(181)](h))}for(;p[i(170)]!==p[i(197)]&&0===p[i(169)];)p=p[i(170)];const g=new e.Rect(J(n)?n:B(n)),b=o?g[i(141)]-o:0,m=c[i(319)](p),v=new e.Rect(m);return new M({type:i(308),modelRange:d,domNode:m,offset:Math[i(162)](b)?b+g[i(211)]-v[i(211)]:0})}get[L(195)](){const t=L,e=this[t(191)][t(262)][t(306)](t(190));return Object[t(280)]({top:t(184),bottom:t(184),left:t(184),right:t(184)},e)}static[L(203)](t,e,n,o){return F(t,e,n,o)}}class M{constructor({type:t,modelRange:e,domNode:n,offset:o}){const i=L;this[i(268)]=t,this[i(182)]=e,this[i(267)]=n,this[i(148)]=o}get[L(149)](){const t=L;if(!this[t(267)][t(233)][t(290)][t(247)](this[t(267)]))return 0;const n=new e.Rect(J(this[t(267)])?this[t(267)]:B(this[t(267)]));return t(248)==this[t(268)]?n[t(211)]+n[t(141)]/2:n[t(211)]+this[t(148)]}}function V(t,n,o){const i=L,r=B(t),s=function(t){const n=U,o=e.global[n(258)][n(205)]();return o[n(241)](t),o}(o);let a;a=0==n?z(s[i(289)],s[i(264)],t[i(321)],Array[i(291)](t[i(321)][i(323)])[i(186)](t)):z(s[i(289)],s[i(264)],t,n);const c=z(t,n,s[i(245)],s[i(225)]),u=new e.Rect(a)[i(185)];return(new e.Rect(c)[i(211)]+u)/2-new e.Rect(r)[i(211)]}function B(t){const n=L,o=e.global[n(258)][n(205)]();return o[n(173)](t),o}function D(t,n,o){const i=L,r=e.global[i(258)][i(205)]();return r[i(227)](t,n),r[i(155)](t,o),r}function z(t,n,o,i){const r=L,s=e.global[r(258)][r(205)]();return s[r(227)](t,n),s[r(155)](o,i),s}function F(t,e,n,o){const i=L,r=[];for(const[s,a]of t[i(323)][i(135)]()){let t=[];J(a)&&a[i(300)]&&!a[i(246)][i(193)]?t=K(a,s,e,n,o):Q(a)&&(t=H(a,s,e,n,o)),t[i(317)]&&(r[i(209)](...t),e+=t[i(317)]*n,o=!1)}return r}function K(t,n,o,i,r){const s=L,a=[];var c;(c=t[s(157)])&&J(c)&&Boolean(c[s(164)][s(247)](s(270))||c[s(154)](s(194)))&&(a[s(209)]({type:s(248),offset:0,path:[n-1]}),r=!0);const u=t[s(154)](s(138));if(u&&function(t){const n=s;let o=!1;const i=t[n(278)][n(234)][n(200)],r=t[n(297)],a=t[n(255)],c=r&&e.global[n(232)][n(137)](r)[n(216)],u=r&&n(250)===r[n(230)];return!i||r||a||(o=!0),i&&!a&&u&&(o=!0),i&&!a&&n(272)!==c&&(o=!0),!o}(u)){const t=e.global[s(232)][s(137)](u)[s(216)];if(s(183)==t||s(167)==t)return a}const l=F(t,o,i,r);if(l[s(317)]){for(const t of l)a[s(209)]({type:t[s(268)],offset:t[s(149)],textOffset:t[s(214)],path:[n,...t[s(150)]]}),o+=i,r=!1;return a}return a[s(209)](...function(t,n,o,i,r){const a=s,c=[];if(a(204)==e.global[a(232)][a(137)](t)[a(221)])return[];const u=[];for(const e of t[a(223)]())if(e[a(183)]>=o){for(const t of u)t[a(141)]+=e[a(141)];u[a(209)]({height:e[a(141)]}),o+=i}for(const t of u)r||c[a(209)]({type:a(308),offset:t[a(141)],textOffset:0,path:[n]}),r=!1;return c}(t,n,o,i,r)),a}function U(t,e){const n=W();return(U=function(t,e){return n[t-=135]})(t,e)}function H(t,e,n,o,i){const r=L,s=B(t),a=[];let c=0;for(const u of s[r(223)]())if(u[r(183)]>=n){const s=Y(t,c,n,o);i||a[r(209)]({type:r(144),path:[e],textOffset:s}),c=s,n+=o,i=!1}return a}function W(){const t=["createElement","1110fdHtwC","floor","2111072WnkKvN","get","toModelElement","element","class","fromCharCode","110LPnlaK","isNaN","sort","cancel","isEnabled","pluginName","length","remove","mapViewToDom","ck-pagination-view","parentNode","addEventListener","childNodes","complete","entries","pagination","getComputedStyle","figure.image","shift","_mapTextPageStarterInfoToPageBreakInfo","height","ck-reset","createPositionBefore","text","domConverter","ceil","every","_offset","offset","path","getAncestors","_recalculatePageBreaks","values","closest","setEnd","_mapElementPageStarterInfoToPageBreakInfo","previousSibling","_getAttachedDomRoot","plugins","width","load","round","pageBreaks","classList","all","PaginationEditing","right","hidden","index","parent","editing","init","selectNode","resolve","error","getRevision","bind","low","afterInit","setTemplate","createRangeOn","modelRange","left","10mm","bottom","indexOf","destroy","cloneNode","div","pagination.pageMargins","editor","model","position",".page-break","_configuredPaddings","auto","root","findMappedViewAncestor","querySelectorAll","rootName","view","4zNRHue","_findPageStarterInfos","table-cell","createRange","4492jUZSoV","TEXT_NODE","set","push","forbiddenHandler","top","update","paddingLeft","textOffset","scrollLeft","float","PaginationLookup","absolute","domRoots","nodeType","display","excludeScrollbarsAndBorders","getClientRects","paddingRight","endOffset","_onUiReady","setStart","race","listenTo","className","nodeBefore","window","ownerDocument","dataset"," 0 ","-99999px","img","toViewElement","firstChild","getDomRoot","selectNodeContents","100px","change:isEnabled","bindTemplate","endContainer","style","contains","manual","_mapManualPageStarterInfoToPageBreakInfo","ck-fake-selection-container","append"," - ","ELEMENT_NODE","map","previousElementSibling","_recalculatePageBreaksDebounced","_updatePageBreaksData","document","toModelPosition","DOCUMENT_POSITION_PRECEDING","compareDocumentPosition","config","removeEventListener","startOffset","domPositionToView","render","_domNode","type","border-box","page-break","context","none","6299316uMSaXw","then","insertBefore","childElementCount","_mapPageStarterInfoToPageBreakInfo","parentElement","mapper","assign","1119825nBDkMc","nextSibling","_pagesContainer","calc( ","pagination-config-not-found","isTouching","1197576HjdqPz","ready","startContainer","body","from","imageBlock","3705688YefWsn","locale","once","join","nextElementSibling","getEarlierVisibleRevision","rootElement","offsetParent","2800910LYakdS"];return(W=function(){return t})()}function Y(t,e,n,o){const i=L;let r=e,s=t[i(317)];for(;s-r>1;){const e=Math[i(146)]((r+s)/2);X(D(t,r,e),n,o)?s=e:r=e}return r}function X(t,e,n){const o=L;for(const i of t[o(223)]())if(i[o(183)]>=e&&i[o(183)]<e+n)return!0;return!1}function J(t){const e=L;return t[e(220)]==Node[e(253)]}function Q(t){const e=L;return t[e(220)]==Node[e(207)]}var Z=n(673),q=n.n(Z),G=n(371),$={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};q()(G.A,$);G.A.locals;function tt(t,e){const n=et();return(tt=function(t,e){return n[t-=361]})(t,e)}function et(){const t=["6757625yBSKME","6591204fRLrsk","ck-hidden","isVisible","top","832137spIxsn","pageNumber","38bxTWFJ","div","width","40DrryLl","setTemplate","bindTemplate","4409248aIvpZt","set","1393506wkRiVF","left","248276gSQyFL","ck-pagination-view-line","55493GAyEcY"];return(et=function(){return t})()}!function(t,e){const n=tt,o=t();for(;;)try{if(722701===parseInt(n(379))/1*(parseInt(n(367))/2)+parseInt(n(365))/3+parseInt(n(373))/4+-parseInt(n(380))/5+-parseInt(n(361))/6+-parseInt(n(377))/7+-parseInt(n(370))/8*(-parseInt(n(375))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(et);const nt=(0,e.toUnit)("px");class ot extends i.View{constructor(){const t=tt;super();const e=this[t(372)];this[t(374)]({isVisible:!1,left:null,top:null,width:null,pageNumber:null}),this[t(371)]({tag:t(368),attributes:{"data-page-number":e.to(t(366)),class:["ck",t(378),e.if(t(363),t(362),(t=>!t))],style:{left:e.to(t(376),(t=>nt(t))),top:e.to(t(364),(t=>nt(t))),width:e.to(t(369),(t=>nt(t)))}}})}}const it=st;function rt(){const t=["117buDyrY","258Mnrxwl","_viewCollection","350VzurLd","cleanLines","body","105104AOSHWn","pageNumber","_visibleLines","destroy","_hiddenLines","isVisible","add","delete","set","5301054sRwlAC","1736959KiRYiV","922DBYebb","showLine","20225Dmzteo","4XNRYIr","1005756TriKAF","clear","size","values","3829370qrpfPa","view"];return(rt=function(){return t})()}function st(t,e){const n=rt();return(st=function(t,e){return n[t-=210]})(t,e)}!function(t,e){const n=st,o=t();for(;;)try{if(301033===-parseInt(n(210))/1*(-parseInt(n(224))/2)+parseInt(n(228))/3*(parseInt(n(227))/4)+parseInt(n(226))/5*(-parseInt(n(235))/6)+parseInt(n(223))/7+parseInt(n(213))/8*(-parseInt(n(234))/9)+parseInt(n(232))/10+-parseInt(n(222))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(rt);class at{constructor(t){const e=st;this[e(215)]=new Set,this[e(217)]=new Set,this[e(236)]=t.ui[e(233)][e(212)]}[it(216)](){const t=it;for(const e of this[t(217)])e[t(216)]()}[it(211)](){const t=it;for(const e of this[t(215)])e[t(218)]=!1,this[t(217)][t(219)](e);this[t(215)][t(229)]()}[it(225)](t,n,o,i){const r=it;let s;this[r(217)][r(230)]?(s=(0,e.first)(this[r(217)][r(231)]()),this[r(217)][r(220)](s)):(s=new ot,this[r(236)][r(219)](s)),s[r(214)]=i,s[r(218)]=!0,this[r(215)][r(219)](s),s[r(221)]({left:t,top:n,width:o})}}const ct=ut;function ut(t,e){const n=lt();return(ut=function(t,e){return n[t-=219]})(t,e)}function lt(){const t=["scrollTop","PaginationRenderer","pageBreaks","height","1LkWAiJ","ownerDocument","change:pageBreaks","destroy","_getPageBreakLineOffset","5001480oCiESy","112QWPQGF","auto","isEnabled","ready","_linesRepository","BODY","offset","addClass","roots","tagName","195bjITUa","listenTo","plugins","4899389KOkTwG","once","length","_getAttachedDomRoot","PaginationLookup","PaginationEditing","overflowY","removeClass","cleanLines","_onUiReady","view","change","resize","pluginName","document","20JFtQRU","_updatePageBreakLines","1822488ycVlzp","get","bind","_renderPageBreakLine","set","showLine","change:isEnabled","window","domRoots","127302VYAqsv","excludeScrollbarsAndBorders","scroll","1605384Jtqusi","scrollTo","18860HJLxks","getComputedStyle","pageNumber","209126ZwByVK","_updateEditingRootsClass","top","_resizeObserver","left","scrollToPage","scrollLeft","parentElement","_scrollableEditingRootDomAncestor","editor","smooth","body","update","width","editing","_paginationLookupPlugin","contains","bottom","values","init","ck-pagination_disabled"];return(lt=function(){return t})()}!function(t,e){const n=ut,o=t();for(;;)try{if(376837===parseInt(n(253))/1*(parseInt(n(228))/2)+parseInt(n(223))/3+-parseInt(n(225))/4*(-parseInt(n(269))/5)+parseInt(n(220))/6*(-parseInt(n(259))/7)+parseInt(n(289))/8+parseInt(n(258))/9+parseInt(n(287))/10*(-parseInt(n(272))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(lt);const ft=ct(248);class pt extends t.Plugin{constructor(){const t=ct;super(...arguments),this[t(236)]=null,this[t(231)]=null}static get[ct(285)](){return ct(250)}[ct(247)](){const t=ct;this[t(293)]({pageNumber:1}),this[t(263)]=new at(this[t(237)]),this[t(236)]=null,this[t(231)]=null,this[t(243)]=this[t(237)][t(271)][t(290)](t(276)),this[t(291)](t(261)).to(this[t(237)][t(271)][t(290)](t(277))),this[t(237)].ui[t(273)](t(262),(()=>this[t(281)]())),this.on(t(295),((e,n,o)=>{const i=t;o||this[i(263)][i(280)](),this[i(229)](o)}))}[ct(256)](){const t=ct;this[t(263)][t(256)](),this[t(236)]=null,this[t(231)]&&this[t(231)][t(256)]()}[ct(233)](t){const e=ct;if(!this[e(261)])return;const n=t>1?this[e(257)](t-1):0;this[e(236)][e(224)]({top:n-10,left:this[e(236)][e(234)],behavior:e(238)})}[ct(281)](){const t=ct,n=this[t(237)],o=this[t(275)]();o?(this[t(236)]=function(n){const o=t;let i=n;do{i=i[o(235)];const t=e.global[o(296)][o(226)](i)[o(278)];if(o(260)==t||o(222)==t)break}while(o(264)!=i[o(268)]);return i}(o),n.ui[t(282)][t(270)](this[t(236)],t(222),(()=>{this[t(288)]()}),{usePassive:!0}),n.ui[t(282)][t(270)](e.global[t(296)],t(284),(()=>this[t(288)]())),this[t(231)]=new e.ResizeObserver(this[t(236)],(()=>{this[t(288)]()})),this[t(270)](this[t(243)],t(255),(()=>this[t(288)]()))):n.ui[t(273)](t(240),(()=>this[t(281)]()))}[ct(275)](){const t=ct;for(const e of this[t(237)][t(242)][t(282)][t(219)][t(246)]())if(e[t(254)][t(239)][t(244)](e))return e;return null}[ct(288)](){const t=ct;if(!this[t(261)])return;const n=this[t(275)](),o=this[t(243)][t(251)];if(this[t(263)][t(280)](),!n||1==o[t(274)])return void(this[t(227)]=1);const i=new e.Rect(n)[t(221)](),r=new e.Rect(this[t(236)])[t(221)](),s=r[t(230)]+r[t(252)]/3;let a=!1;for(let e=1;e<o[t(274)];e++){const n=this[t(257)](e,r);if(!n)continue;const o=r[t(230)]+n-this[t(236)][t(249)];this[t(292)](o,i,r,e),o>s&&!a&&(this[t(227)]=e,a=!0)}a||(this[t(227)]=o[t(274)])}[ct(292)](t,n,o,i){const r=ct,{scrollX:s,scrollY:a}=e.global[r(296)];o[r(230)]<t&&t<o[r(245)]&&this[r(263)][r(294)](n[r(232)]+s,t+a,n[r(241)],i+1)}[ct(257)](t,n=null){const o=ct,i=this[o(243)][o(251)][t][o(265)];return i?(n||(n=new e.Rect(this[o(236)])[o(221)]()),i-n[o(230)]+this[o(236)][o(249)]):0}[ct(229)](t){const e=ct,n=this[e(237)][e(242)][e(282)];n[e(283)]((o=>{const i=e;for(const e of n[i(286)][i(267)])t?o[i(279)](ft,e):o[i(266)](ft,e)}))}}var dt=n(761),ht={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};q()(dt.A,ht);dt.A.locals;const gt=bt;function bt(t,e){const n=mt();return(bt=function(t,e){return n[t-=230]})(t,e)}function mt(){const t=["$text","removeMarker","config","init","licenseKey","nodeAfter","paginationLicenseKeyValid","createContainerElement","requires","paginationLicenseKeyTrialLimit:operations","bindElementToMarker","_licenseKeyCheckInterval","checkChild","addMarker","pagination-invalid-license-key","_updatePageBreakMarkers","has","1953504tglzri","listenTo","data-pagination-page","dataDowncast","pluginName","change","paginationLicenseKeyInvalid","writer","pagination:","consume","updateMarker","153CISRwI","index","name","consumable","always","isEnabled","bind","pagination","root","_setUpDataDowncastConversion","start","paginationLicenseKeyTrial","getContainedElement","totalPages","editor","455024SVDkzy","setStyle","schema","modelRange","Pagination","options","toViewElement","24gZxLZX","length","conversion","markers","2403195GwoBLp","for","getFillerOffset","scrollToPage","pagination-trial-license-key-reached-limit-changes","span","add","model","addMarker:","toViewPosition","PaginationEditing","setAttribute","stop","pageNumber","substring","get","You are using the trial version of CKEditor 5 pagination plugin with limited usage. Make sure you will not use it in the production environment.","page-break-before","change:pageBreaks","plugins","2oyIpaf","insert","28461990GJscsy","set","3643906vzkaci","462865jxzcXF","887737okayyP","parent","destroy","info","mapper"];return(mt=function(){return t})()}!function(t,e){const n=bt,o=t();for(;;)try{if(528581===parseInt(n(251))/1*(-parseInt(n(245))/2)+-parseInt(n(310))/3+parseInt(n(273))/4+parseInt(n(250))/5*(parseInt(n(306))/6)+-parseInt(n(249))/7+parseInt(n(299))/8*(-parseInt(n(284))/9)+parseInt(n(247))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(mt);class vt extends t.Plugin{static get[gt(277)](){return gt(235)}static get[gt(264)](){return[j,pt]}[gt(259)](){const t=gt;this[t(248)]({pageNumber:1,totalPages:1});const n=this[t(298)][t(244)][t(240)](t(303)),o=this[t(298)][t(244)][t(240)](j),i=this[t(298)][t(244)][t(240)](pt);this[t(290)](t(289)).to(n),this[t(293)](),this[t(290)](t(238)).to(i),this[t(274)](o,t(243),((e,n,o,i)=>{const r=t;this[r(297)]=o[r(307)],this[r(271)](o,i)}));const r=this[t(298)];this[t(260)]=r[t(258)][t(240)](t(260)),this[t(267)]=setInterval((()=>{const n=t;let o;for(const t in r){const e=t,i=r[e];if(n(295)===i||n(279)===i||n(262)===i||n(265)===i){delete r[e],o=i;break}}if(n(279)===o)throw clearInterval(this[n(267)]),new e.CKEditorError(n(270),null);if(n(295)===o&&console[n(254)](n(241)),n(265)===o)throw clearInterval(this[n(267)]),new e.CKEditorError(n(314),null);n(262)===o&&clearInterval(this[n(267)])}),1e3)}[gt(253)](){clearInterval(this[gt(267)])}[gt(313)](t){const e=gt;this[e(289)]&&(t<1&&(t=1),t>this[e(297)]&&(t=this[e(297)]),this[e(298)][e(244)][e(240)](pt)[e(313)](t))}[gt(271)](t,e){const n=gt,o=this[n(298)][n(232)];this[n(289)]&&o[n(278)]((i=>{const r=n;for(let e=1;e<t[r(307)];e++){const n=t[e][r(302)],s=r(281)+(e+1);o[r(309)][r(272)](s)?i[r(283)](s,{range:n}):i[r(269)](s,{range:n,usingOperation:!1,affectsData:!0})}for(let n=t[r(307)];n<e[r(307)];n++){const t=r(281)+(n+1);o[r(309)][r(272)](t)&&i[r(257)](t)}}))}[gt(293)](){const t=gt,e=t(291);this[t(298)][t(308)][t(311)](t(276))[t(231)]((n=>{const o=t;n.on(o(233)+e,((t,{markerRange:e,markerName:n},i)=>{const r=o;if(!i[r(304)][r(291)])return;if(!i[r(287)][r(282)](e,t[r(286)]))return;const s=e[r(296)]();let a=s?i[r(255)][r(305)](s):null;if(!a){const t=e[r(294)];if(i[r(301)][r(268)](t,r(256))){const e=i[r(255)][r(234)](t);a=i[r(280)][r(263)](r(230)),a[r(312)]=()=>null,i[r(280)][r(246)](e,a)}else{const e=t[r(261)];a=i[r(255)][r(305)](e)}}for(;a[r(252)]!==a[r(292)]&&0===a[r(285)];)a=a[r(252)];const c=n[r(239)](11);i[r(280)][r(300)](r(242),r(288),a),i[r(280)][r(236)](r(275),c,a),i[r(255)][r(266)](a,n),t[r(237)]()}))}))}}var wt=n(953),kt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};q()(wt.A,kt);wt.A.locals;class yt extends i.View{constructor(t){super(t);const e=t.t,n=this.bindTemplate;this.set({pageNumber:1,totalPages:1,isEnabled:!0}),this.pageNumberView=new i.InputNumberView(t,{min:1,step:1}),this.pageNumberView.set({inputMode:"numeric",tabIndex:-1}),this.pageNumberView.bind("ariaLabel").to(this,"totalPages",(t=>e("Current page number (from 1 to %0)",t))),this.pageNumberView.bind("max").to(this,"totalPages"),this.pageNumberView.bind("isReadOnly").to(this,"isEnabled",(t=>!t)),this.setTemplate({tag:"div",attributes:{class:["ck","ck-page-navigator",n.if("isEnabled","ck-disabled",(t=>!t))]},children:[this.pageNumberView,{tag:"span",children:[{text:n.to("totalPages")}]}]})}render(){super.render();const t=this.pageNumberView.element,n=t=>{this.pageNumberView.element.value=String(t)};n(this.pageNumber),this.on("change:pageNumber",((t,e,o)=>{n(o)})),this.listenTo(t,"keydown",((n,o)=>{if("ArrowUp"===o.key||"ArrowDown"===o.key)return void o.stopPropagation();if(o.keyCode!==e.keyCodes.enter)return;const i=t.valueAsNumber;Number.isNaN(i)?t.value=String(this.pageNumber):(t.checkValidity()?this.pageNumber=i:i>this.totalPages?(this.pageNumber=this.totalPages,t.value=String(this.totalPages)):(this.pageNumber=1,t.value="1"),this.fire("navigation",this.pageNumber))})),this.listenTo(t,"blur",(()=>{t.value=String(this.pageNumber)})),this.listenTo(t,"focus",(()=>{this.pageNumberView.select()}))}focus(){this.element.firstChild.focus()}}class It extends t.Plugin{static get pluginName(){return"PaginationUI"}init(){const t=this.editor,e=t.plugins.get("PaginationEditing"),n=t.locale.t;t.ui.componentFactory.add("pageNavigation",(t=>{const n=new yt(t);return n.bind("pageNumber").to(e),n.bind("totalPages").to(e),n.bind("isEnabled").to(e),n.on("navigation",((t,n)=>{e.scrollToPage(n)})),n})),t.ui.componentFactory.add("nextPage",(t=>{const o=new i.ButtonView(t);return o.isEnabled=!0,o.label=n("Show next page"),o.icon='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 .75a9.25 9.25 0 110 18.5 9.25 9.25 0 010-18.5zm0 1.5a7.75 7.75 0 100 15.5 7.75 7.75 0 000-15.5zm0 2.022a.75.75 0 01.743.649l.007.101v8.165l2.714-2.705a.75.75 0 01.977-.07l.084.072a.75.75 0 01.07.976l-.072.084-3.994 3.981a.75.75 0 01-.975.073l-.084-.073-3.99-3.98a.75.75 0 01.975-1.135l.085.072 2.71 2.706V5.022a.75.75 0 01.75-.75z"/></svg>\n',o.tooltip=!0,o.bind("isEnabled").to(e),this.listenTo(o,"execute",(()=>{let t=e.pageNumber+1;t>e.totalPages&&(t=e.totalPages),e.scrollToPage(t)})),o})),t.ui.componentFactory.add("previousPage",(t=>{const o=new i.ButtonView(t);return o.isEnabled=!0,o.label=n("Show previous page"),o.icon='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 19.25a9.25 9.25 0 100-18.5 9.25 9.25 0 000 18.5zm0-1.5a7.75 7.75 0 110-15.5 7.75 7.75 0 010 15.5zm0-2.022a.75.75 0 00.743-.649l.007-.101V6.813l2.714 2.705a.75.75 0 00.977.07l.084-.072a.75.75 0 00.07-.976l-.072-.084-3.994-3.981a.75.75 0 00-.975-.073l-.084.073-3.99 3.98a.75.75 0 00.975 1.135l.085-.072 2.71-2.706v8.166c0 .414.336.75.75.75z"/></svg>\n',o.tooltip=!0,o.bind("isEnabled").to(e),this.listenTo(o,"execute",(()=>{let t=e.pageNumber-1;0===t&&(t=1),e.scrollToPage(t)})),o}))}}const Nt=xt;function Pt(){const t=["set","forceDisabled","70nAXpxe","plugins","40843sZDXNd","93751bEcdoM","isEnabled","530EeQumF","ready","1300332sxajOJ","124sGzcKH","pluginName","1396323WaYIER","62405gPQdJl","totalPages","get","isBlink","286662MkFkwf","scrollToPage","pageNumber","init","requires","bind","browserCheck","1607828jlofJD","editor","config","Pagination","pagination.enableOnUnsupportedBrowsers","24kXuHZD"];return(Pt=function(){return t})()}function xt(t,e){const n=Pt();return(xt=function(t,e){return n[t-=105]})(t,e)}!function(t,e){const n=xt,o=t();for(;;)try{if(479170===-parseInt(n(127))/1+parseInt(n(116))/2+-parseInt(n(131))/3+-parseInt(n(132))/4*(-parseInt(n(105))/5)+parseInt(n(109))/6*(parseInt(n(124))/7)+-parseInt(n(121))/8*(parseInt(n(134))/9)+parseInt(n(129))/10*(-parseInt(n(126))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Pt);class Tt extends t.Plugin{static get[Nt(133)](){return Nt(119)}static get[Nt(113)](){return[vt,It]}constructor(t){const e=Nt;super(t),this[e(128)]=!1}[Nt(112)](){const t=Nt;this[t(122)]({pageNumber:1,totalPages:1});const n=this[t(117)][t(125)][t(107)](vt);this[t(114)](t(111)).to(n),this[t(114)](t(106)).to(n),e.env[t(108)]||this[t(117)][t(118)][t(107)](t(120))?this[t(117)].on(t(130),(()=>{this[t(128)]=!0})):this[t(123)](t(115))}[Nt(110)](t){const e=Nt;this[e(117)][e(125)][e(107)](vt)[e(110)](t)}}function Et(){var t=["511krQFHQ","12126OCnnpk","11AZNoZE","1548yhKmMy","2887762cdowON","9758616VLlrjH","3411455oeRpgN","1vhUARL","11731180iyXFRF","736605jxhWfB","127518HseXlt","8VVxQIT"];return(Et=function(){return t})()}function St(t,e){var n=Et();return(St=function(t,e){return n[t-=100]})(t,e)}!function(t,e){for(var n=St,o=t();;)try{if(914940===parseInt(n(100))/1*(parseInt(n(109))/2)+parseInt(n(106))/3*(-parseInt(n(108))/4)+parseInt(n(111))/5+parseInt(n(103))/6*(-parseInt(n(105))/7)+parseInt(n(104))/8*(-parseInt(n(102))/9)+-parseInt(n(101))/10*(-parseInt(n(107))/11)+parseInt(n(110))/12)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Et)})(),(window.CKEditor5=window.CKEditor5||{}).pagination=o})();
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
:root {
|
|
6
|
+
--ck-color-pagination-divider: hsl(0, 0%, 67%);
|
|
7
|
+
}
|
|
8
|
+
.ck.ck-pagination-view-line {
|
|
9
|
+
position: absolute;
|
|
10
|
+
height: 0;
|
|
11
|
+
border-top: 1px dotted var(--ck-color-pagination-divider);
|
|
12
|
+
pointer-events: none;
|
|
13
|
+
}
|
|
14
|
+
.ck.ck-pagination-view-line::after {
|
|
15
|
+
content: attr(data-page-number);
|
|
16
|
+
font-size: 10px;
|
|
17
|
+
background: hsl(0, 0%, 77%);
|
|
18
|
+
color: var(--ck-color-base-background);
|
|
19
|
+
display: inline-block;
|
|
20
|
+
position: absolute;
|
|
21
|
+
right: -1px;
|
|
22
|
+
transform: translateX(100%);
|
|
23
|
+
min-width: 18px;
|
|
24
|
+
text-align: center;
|
|
25
|
+
top: -1px;
|
|
26
|
+
padding: var(--ck-spacing-tiny) var(--ck-spacing-medium);
|
|
27
|
+
}
|
|
28
|
+
.ck.ck-content:not(.ck-pagination_disabled) .page-break::after {
|
|
29
|
+
display: none;
|
|
30
|
+
}
|
|
31
|
+
.ck.ck-editor__editable.ck-pagination-view .ck-widget__type-around {
|
|
32
|
+
display: none;
|
|
33
|
+
}
|
|
34
|
+
.ck.ck-editor__editable.ck-pagination-view .page-break {
|
|
35
|
+
padding: 0;
|
|
36
|
+
margin: 0;
|
|
37
|
+
break-after: column;
|
|
38
|
+
display: block;
|
|
39
|
+
height: 0;
|
|
40
|
+
}
|
|
41
|
+
.ck.ck-editor__editable.ck-pagination-view .page-break .page-break__label {
|
|
42
|
+
display: none;
|
|
43
|
+
}
|
|
44
|
+
.ck.ck-editor__editable.ck-pagination-view .page-break::after {
|
|
45
|
+
display: none;
|
|
46
|
+
}
|
|
47
|
+
.ck.ck-editor__editable.ck-pagination-view .ck-table-column-resizer {
|
|
48
|
+
display: none;
|
|
49
|
+
}
|
|
50
|
+
.ck.ck-page-navigator {
|
|
51
|
+
padding: 0 var(--ck-spacing-standard);
|
|
52
|
+
line-height: 1;
|
|
53
|
+
}
|
|
54
|
+
.ck.ck-page-navigator > .ck-input-number {
|
|
55
|
+
width: var(--ck-ui-component-min-height);
|
|
56
|
+
min-width: var(--ck-ui-component-min-height);
|
|
57
|
+
background: transparent;
|
|
58
|
+
text-align: center;
|
|
59
|
+
-moz-appearance: textfield;
|
|
60
|
+
}
|
|
61
|
+
.ck.ck-page-navigator > .ck-input-number::-webkit-inner-spin-button {
|
|
62
|
+
-webkit-appearance: none;
|
|
63
|
+
margin: 0;
|
|
64
|
+
}
|
|
65
|
+
.ck.ck-page-navigator > .ck-input-number:not(:focus) {
|
|
66
|
+
border: 1px solid transparent;
|
|
67
|
+
border-bottom: 1px solid var(--ck-color-base-border);
|
|
68
|
+
}
|
|
69
|
+
.ck.ck-page-navigator > span::before {
|
|
70
|
+
content: '/';
|
|
71
|
+
margin: 0 var(--ck-spacing-standard);
|
|
72
|
+
}
|